lilypond-user
[Top][All Lists]
Advanced

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

Re: tuplet number placement and ornament


From: Phil Holmes
Subject: Re: tuplet number placement and ornament
Date: Mon, 30 Apr 2012 07:47:08 +0100

----- Original Message ----- From: "Nick Payne" <address@hidden>
To: <address@hidden>
Sent: Monday, April 30, 2012 7:39 AM
Subject: tuplet number placement and ornament


In the following, even though I've turned off the tuplet bracket
stencil, the tuplet number is still placed as though the stencil was there:

\version "2.15.37"

\relative c'' {
    \set tupletSpannerDuration = #(ly:make-moment 1 4)
    \override TupletBracket #'stencil = ##f
    \times 2/3 { g8 fis g g\mordent fis g }
}

If you want to get rid of the number, use TupletNumber (appropriately).


--
Phil Holmes



reply via email to

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