Expanding on Jakob's suggestion, try:
\version "2.24.2"
sharpTurnFlat =
\markup {
\center-column {
\lower #2 \tiny \flat
\lower #1 \musicglyph "scripts.turn"
\tiny \sharp
}
}
\relative c'' {
\time 2/4
g4-\tweak X-offset 1.5 ^\markup \sharpTurnFlat
e'8 c
\bar "||"
}
--
Knute Snortum
On Thu, Oct 12, 2023 at 4:41 PM Jakob Pedersen <[email protected]> wrote:
> Hi Vlad,
>
> Perhaps not quite what you are looking for, but you can use columns of
> markup like so:
>
> \relative c'' { \time 2/4 g4^\markup { \center-column { \flat \musicglyph
> "scripts.turn" \sharp } } e'8 c \bar "||" }
>
> I'm sure there's a better way known to the real experts, so consider this
> a not-quite-good hack.
>
> Best wishes,
> Jakob
>
> On 12.10.2023 23.10, Volodymyr Prokopyuk wrote:
>
> Hi,
>
> Is it possible to define a turn with two accidentals as shown below?
>
> [image: image.png]
>
> The LilyPond documentation has a snippet here
> https://lilypond.org/doc/v2.24/Documentation/notation/expressive-marks-attached-to-notes
> for a turn with one accidental.
>
> Thank you,
> Vlad
>
>
>