2015-06-22 22:57 GMT+02:00 Michael Rivers <[email protected]>:
> I'm setting a piece that has fermatas over bar lines with the text "lunga"
> printed above the fermata. Any ideas about how that can be achieved?
>
> \version "2.19.18"
>
> {
>   c'1 | c' | \mark \markup { \musicglyph #"scripts.ufermata" }
> }
>



Do you mean:

{
  c'1 |
  c' | \mark \markup \center-column { "lunga" \musicglyph #"scripts.ufermata" }
}


Cheers,
  Harm

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

Reply via email to