lilypond-user
[Top][All Lists]
Advanced

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

Re: Mordent with accidental shortcut


From: Mark Polesky
Subject: Re: Mordent with accidental shortcut
Date: Sun, 21 Jun 2009 09:07:08 -0700 (PDT)

Hans Aberg wrote:

> I want to make a shortcut for mordents with accidental below. One can use
>   low = \once \override TextScript #'script-priority = #-100
>   mordentsharp = \mordent^\markup{\sharp}
>   ...
>   \low f8\mordentsharp
> 
> But I would like to be able to skip the \low, here. So I thought of building 
> it 
> as a symbol, like in
> the code below. But then the mordent and the sharp ends up side-by-side (see 
> image below).

Try 

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

- Mark



      




reply via email to

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