lilypond-user
[Top][All Lists]
Advanced

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

Re: prall / mordent with accidentals


From: Pierre Perol-Schneider
Subject: Re: prall / mordent with accidentals
Date: Fri, 24 May 2019 13:09:30 +0200

Hi Gianmaria et all,

How about:
\version "2.19"
{
  c''1 \mordent -\tweak text \markup \sharp -1
}

Cheers,
Pierre

Le ven. 24 mai 2019 à 10:00, Hans Åberg <address@hidden> a écrit :

> 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}




_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user

reply via email to

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