lilypond-user
[Top][All Lists]
Advanced

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

Re: Order in which \mark and \tempo are stacked above a staff


From: Andrew Bernard
Subject: Re: Order in which \mark and \tempo are stacked above a staff
Date: Thu, 04 Apr 2013 19:41:58 +1100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/20130328 Thunderbird/17.0.5

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
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user




reply via email to

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