bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 1374 in lilypond: Collision: TupletNumber and Slur


From: lilypond
Subject: Re: Issue 1374 in lilypond: Collision: TupletNumber and Slur
Date: Sat, 30 Oct 2010 15:49:50 +0000


Comment #1 on issue 1374 by n.puttock: Collision: TupletNumber and Slur
http://code.google.com/p/lilypond/issues/detail?id=1374

From slur-tuplet.ly:

"TupletNumber grobs are always inside slurs.
This may not work if the slur starts after the tuplet."

\relative c' {
  \override TupletNumber #'avoid-slur = #'around
  \override TupletNumber #'after-line-breaking =
  #(lambda (grob)
     (newline)
     (display (ly:grob-object grob 'slur)))
  \times 2/3 { c8( g' b } cis'4)
  \times 2/3 { c,,8 g'( b } cis'4)
}

In this snippet only the first slur is cached.






reply via email to

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