bug-lilypond
[Top][All Lists]
Advanced

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

tuplet bracket skewers numbers


From: David Bobroff
Subject: tuplet bracket skewers numbers
Date: 05 Mar 2004 16:00:45 +0000

In this example the tuplet bracket sticks into the tuplet numbers. 
Should this be taken care of automatically, or is the user expected to
adjust it?

-David

\version "2.1.29"

\score {
    \notes \relative c { 
        \clef F
    \set Voice.tupletNumberFormatFunction = #fraction-tuplet-formatter
    \set tupletSpannerDuration = #(ly:make-moment 3 4)
    \override Voice.TupletBracket #'bracket-visibility = ##t
    c,!4 \times 12/10 { a''16_\markup{\italic "cresc."} bes, d cis'-(
f,!-) fis, b! c,! e gis,-\mf ~ } 
 }
    \paper { }
}






reply via email to

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