lilypond-user
[Top][All Lists]
Advanced

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

Re: prall / mordent with accidentals


From: Hans Åberg
Subject: Re: prall / mordent with accidentals
Date: Fri, 24 May 2019 09:58:58 +0200

> On 24 May 2019, at 08:29, Gianmaria Lari <address@hidden> 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}






reply via email to

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