lilypond-user
[Top][All Lists]
Advanced

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

Re: tupletNumber placement


From: Thomas Morley
Subject: Re: tupletNumber placement
Date: Tue, 20 Nov 2012 12:08:50 +0100

2012/11/20 Gagi Petrovic <address@hidden>:
> Dear Ponders, i can't find how to change the placement of the tupletNumber
> so that the text "sim." is placed under the "6" of my tuplet. See
> attachment.
>
> When using
>
> \override TupletNumber #'X-offset = #10
>
> the text stays on top of the number. Any other ways to tweak this?
>
> Thank you and all the best!
> Gagi
>
> fragment of code:
> \times 4/6{c16-4 c-3 c-2 c^\markup\tiny"sim." c c}
>

Do you mean:

\relative c'' {
        \voiceOne
        \override Fingering #'self-alignment-X = #LEFT
        \times 4/6 { c16-4 c-3 c-2
        c\tweak #'self-alignment-X #RIGHT
         \tweak #'text \markup \normal-text \italic \tiny "sim." -4
        c c}
}

-Harm



reply via email to

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