lilypond-user
[Top][All Lists]
Advanced

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

Re: Issue on vertical spacing of a TupletBracket


From: Kieren MacMillan
Subject: Re: Issue on vertical spacing of a TupletBracket
Date: Thu, 9 Dec 2021 19:57:51 -0500

Hi Paolo,

> please look at this snippet (tested with 2.22.0)

Definitely a bug; you should post it to the -bug list.

> Is there a way to fix this?

I hope so… If you're totally stuck and need to get the score out the door ASAP 
(the story of my life!), here's a "build-it-from-scratch" workaround:

{
\time 6/4
\override TupletBracket.direction = #UP
\tuplet 3/2 { a'' a'' ais''-\tweak extra-offset #'(0.75 . 1.5) ^\markup 
\with-dimensions-from \null \musicglyph #"scripts.staccato" }
s
\tuplet 3/2 { a'' a'' ais''}
s
}

Cheers,
Kieren.


reply via email to

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