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



      


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

Reply via email to