pyabc2.Tune.print_measures¶ Tune.print_measures(n=None, *, note_format='ABC')¶ Print measures to check parsing. Parameters: n (int | None) – Number of measures to print. If None (default), all measures are printed. note_format (str) – Format for printing notes. Currently only 'ABC' is supported, which prints the notes in ABC notation (ASCII).