Updates:
        Owner: [email protected]

Comment #5 on issue 185 by [email protected]: RhythmicStaff squishing chords should produce single notes
http://code.google.com/p/lilypond/issues/detail?id=185

Wouldn't it make sense to let the Pitch_squash_engraver suicide all duplicate grobs at a time step? It would actually be even better if it could just kill the respective events before other engravers even get to see them. Also it would seem that only duplicates in the same Voice should be squashed. I find that with something like
\relative c' <<
\new Staff { << { d d } \\ d2 >> d4 d }
\new RhythmicStaff { << { d d } \\ d2 >> d4 d }

there is already too much squashing going on, so we probably need to go into an entirely different direction.


Reply via email to