lilypond-user
[Top][All Lists]
Advanced

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

Re: Tuplet number and articulation


From: Thomas Morley
Subject: Re: Tuplet number and articulation
Date: Sat, 27 Jan 2018 16:29:26 +0100

2018-01-27 15:26 GMT+01:00 Ben <address@hidden>:
> 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)


Why not:

\relative c' {
    \stemUp
    \override Script.outside-staff-priority = 0
    \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 }
}

Cheers,
  Harm



reply via email to

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