lilypond-user
[Top][All Lists]
Advanced

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

Re: tuplet bracket spanner?


From: Noeck
Subject: Re: tuplet bracket spanner?
Date: Wed, 2 May 2018 20:50:26 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0

Hi,

Am 02.05.2018 um 18:40 schrieb Simon Albrecht:
> I don’t know why the staff-padding override doesn’t immediately work (in
> this example, it only affects the third bracket, which is why I disabled
> it).

I don’t know why and I’d call it a bug, but perhaps there is a place
where this makes sense.
In any case, it is connected to the default direction of the tuplets.
The padding is only effective if the tuplet bracket is placed on the
opposite side (not on the side of the beam as usual).

\version "2.19.80"
{
  \override TupletBracket.outside-staff-priority = 100
  \override TupletBracket.bracket-visibility = ##t
  \override TupletBracket.staff-padding = 10
  \tuplet 3/2 4 { \tupletDown c'8 8 8 d' e' f' \tupletUp d'' e'' f'' }
}

Cheers,
Joram



reply via email to

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