lilypond-user
[Top][All Lists]
Advanced

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

Re: Tuplet number and articulation


From: Ben
Subject: Re: Tuplet number and articulation
Date: Sat, 27 Jan 2018 09:26:19 -0500
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2

On 1/26/2018 11:32 PM, Tiago Pereira wrote:
Hi, everybody!

In the example below, the tuplet number is moved upwards when the articulation is added. How to prevent this from happening?

\relative c' {
    \stemUp
    \tuplet 3/2 4 {
    c8 d e f g a b c d e f g
    c,,8^> d e f^> g a b^> c d e^> f g }
}

Thanks anyway.


If you decide to break out the triplets and write them separately, you could easily create overrides for each number and move them to taste, FYI.

\override TupletNumber #'Y-offset = #3

etc.

But, it's not as easy to do that when they are all grouped together the way they are currently (3/2 4)

reply via email to

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