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: Richard Shann
Subject: Re: Order in which \mark and \tempo are stacked above a staff
Date: Thu, 04 Apr 2013 10:55:44 +0100

Thanks for the reply - you example does not compile on 2.16

 lilypond test.ly && evince test.pdf
GNU LilyPond 2.16.0
Processing `test.ly'
Parsing...
test.ly:5:38: error: syntax error, unexpected '.', expecting
SCM_FUNCTION or SCM_IDENTIFIER or SCM_TOKEN
   \once \override Score.MetronomeMark
                                      .outside-staff-priority = #3000

and I can't find the section you referred to
http://www.lilypond.org/doc/v2.17/Documentation/notation/breaks
is section 4.4.3 at the moment.
But I will keep my eyes open for outside-staff-priority in the docs now
that you have alerted me!

Richard


On Thu, 2013-04-04 at 19:41 +1100, Andrew Bernard wrote:
> 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
> 
> 
> _______________________________________________
> 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]