But a problem arises when the resulting rhythms are used as the headless rhythm voice in a tablature staff. Why? Because headless half notes and headless quarter notes can not be distinguished.
The solution is allows for something like NoteRhythmMaker(maximum_duration=Duration(1, 4)) which will then generate c'4 ~ c'4 in place of c'2.
From trevorb...@gmail.com on February 26, 2013 20:46:47
Observe the following:
This makes perfect sense.
But a problem arises when the resulting rhythms are used as the headless rhythm voice in a tablature staff. Why? Because headless half notes and headless quarter notes can not be distinguished.
The solution is allows for something like NoteRhythmMaker(maximum_duration=Duration(1, 4)) which will then generate c'4 ~ c'4 in place of c'2.
Original issue: http://code.google.com/p/abjad/issues/detail?id=211