lilypond-auto
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Lilypond-auto] Issue 185 in lilypond: RhythmicStaff squishing chord


From: lilypond
Subject: Re: [Lilypond-auto] Issue 185 in lilypond: RhythmicStaff squishing chords should produce single notes
Date: Sat, 08 Sep 2012 08:47:02 +0000

Updates:
        Owner: address@hidden

Comment #5 on issue 185 by address@hidden: 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

[Prev in Thread] Current Thread [Next in Thread]