Greetings,

Try:

\new Staff {
  \time 2/4 fis'4 g'4
  \time 4/4
  \once \override Score.MetronomeMark.outside-staff-priority = #3000
  \tempo "a tempo"
  \once \override TextScript.outside-staff-priority = #450
  \mark \markup { \musicglyph #"scripts.ufermata" }
  d'16 b' d'' b' d' b' d'' b' e' b' e'' b' e' b' e'' b'
}

See the documentation for outside-staff-priority. In the doco for 2.17.14 it's Section 4.4.3 Outside Staff Objects.

{You don't actually need the TextScript override, as that is the default setting. I just added it for your sample.]

Re fermata over the barline, certainly in 2.17.14 using \mark as you have done places it there precisely.

Andrew


On 4/04/13 6:57 PM, Richard Shann wrote:
Hi,
I was wondering what influences the order in which things like \mark and
\tempo are stacked above the staff.
In the following LilyPond the fermata appears above the tempo when
typeset (v. 2.16.0)

\new Staff {
\time 2/4 fis' g'4
          \time 4/4 \tempo "a tempo" \mark \markup { \musicglyph
#"scripts.ufermata" } d'16 b' d'' b' d' b' d'' b' e' b' e'' b' e' b' e''
b'
}

I have tried reversing the order in which they appear in the lilypond
but that has no effect.

Any ideas how to get the fermata directly over the barline?

Richard Shann



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


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

Reply via email to