> On 24 May 2019, at 08:29, Gianmaria Lari <[email protected]> wrote:
> 
> What's the standard way to engrave a prall/mordent with accidentals? 
…
> P.S. The first one put the sharp above the mordent. How can we put it below 
> the mordent?

I use:

above = { \once \override Script #'script-priority = #-100 }
below = { \once \override TextScript #'script-priority = #-100 }

mordentsharp = ^\markup \left-align \center-column {
 \musicglyph #"scripts.mordent" \raise #1.0 \tiny\sharp
}

And then one sometimes has to put in the \above or \below before the note. For 
example:
  g8\mordentsharp … \above a8\trill^\markup{\flat}




_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to