> On Oct 12, 2023, at 23:10, Volodymyr Prokopyuk <[email protected]> > wrote: > > Is it possible to define a turn with two accidentals as shown below?
I think you must design them, say adding another column item to what I use:
mordentsharp = ^\markup \left-align \center-column {
\musicglyph #"scripts.mordent" \raise #1.0 \tiny\sharp
}
turnlowersharp = ^\markup { \lower #8.0 \left-align \center-column {
\musicglyph #"scripts.turn" \raise #1.0 \tiny\sharp
}
}
