On 30/04/12 16:47, Phil Holmes wrote:
----- Original Message ----- From: "Nick Payne" <nick.pa...@internode.on.net>
To: <lilypond-user@gnu.org>
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

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to