lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 2571 in lilypond: tuplet bracket starts to lat


From: lilypond
Subject: Re: [Lilypond-auto] Issue 2571 in lilypond: tuplet bracket starts to late when the expression starts with a spacer
Date: Mon, 04 Jun 2012 17:06:43 +0000


Comment #5 on issue 2571 by address@hidden: tuplet bracket starts to late when the expression starts with a spacer
http://code.google.com/p/lilypond/issues/detail?id=2571

If you want to see how this would look (modulo programming errors), it does not seem like much of an improvement:
\layout { \context
          { \Voice
            \consists #(make-engraver
                        (listeners
                         ((skip-event engraver event)
                          (ly:engraver-make-grob engraver 'NoteColumn event))))
          }
}

{ \times 2/3{ s4 c' e'} r4 }

\new Staff { \time 3/4 << { c''4 c'' c'' } \\ { \times 2/3{ s4 c' e'} r4 }
}




reply via email to

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