lilypond-user
[Top][All Lists]
Advanced

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

Re: quoted tuplet bracket within staff


From: Lukas-Fabian Moser
Subject: Re: quoted tuplet bracket within staff
Date: Fri, 26 Nov 2021 16:35:19 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0


I never really understood the outside-staff behaviour, to be
honest. It's well possible that there's an elegant solution that just
tells LilyPond to go ahead and put the tuplet bracket into the staff.
Uh, that's what setting outside-staff-priority to #f does.

Did I mention I never really understood it? :-) Thanks!

But actually, I'm still at a loss, as

\version "2.23.4"

x = { r2 \tuplet 3/2 { g4 a b } }

\addQuote "qx" \x

{
  r2 \cueDuring #"qx" #DOWN {
    \override CueVoice.TupletBracket.direction = #UP
    \override CueVoice.TupletBracket.outside-staff-priority = ##f

    { r2 }
  }
}

stills creates the attached image.

Lukas


Attachment: image.png
Description: PNG image


reply via email to

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