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: Nick Payne
Subject: Re: tuplet number placement and ornament
Date: Tue, 01 May 2012 07:10:58 +1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120410 Thunderbird/11.0.1

On 30/04/12 16:47, Phil Holmes wrote:
----- 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).

No, what I meant was that I want the number there, but not have it displaced upwards as if the bracket was still there and avoiding the mordent. I found subsequent to my previous message that I can achieve this by using \override TupletBracket #'avoid-scripts = ##f.

Nick



reply via email to

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