lilypond-user
[Top][All Lists]
Advanced

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

Re: Text above fermata


From: Andrew Bernard
Subject: Re: Text above fermata
Date: Wed, 1 Apr 2015 14:14:52 +1100

You could try this.

\score {
  \new Staff {

    c4 c c c |
    R1\fermataMarkup ^"G.P." |
    c4 c c c |
    c2 r2^\markup {
      \halign #-0.2
      \center-column {
        "G.P."
        \fermata
      }
    } |
  }
}

This works, but the vertical spacing is different to the first fermata markup, so you would have to fiddle with that, and it seems very ugly. I tried outside-staff-priority settings but nothing seems to work.

Andrew



reply via email to

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