trevorbaca / baca

Trevor Bača's Abjad library.
8 stars 3 forks source link

Fix doublestop application over fermata measures #27

Open trevorbaca opened 5 years ago

trevorbaca commented 5 years ago

The command ...

maker(
   (82, 88),
   baca.pitch('<D5 Fqs5>'),
   )

... generates LilyPond output with incorrect timing when 86 is a fermata measure.

Might have something to do with the way that the segment-maker does (or does not) cache fermata measure ghost notes.