lilypond-user
[Top][All Lists]
Advanced

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

Re: How can I put \tempo "Adagio" closer to the score than a crescendo?


From: caagr98
Subject: Re: How can I put \tempo "Adagio" closer to the score than a crescendo?
Date: Tue, 18 Apr 2017 00:14:33 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.0

I would recommend trying `outside-staff-priority`. The lower it is, the closer the object is to the staff. The default is 1000 on MetronomeMark and 250 on DynamicLineSpanner, so `\override MetronomeMark.outside-staff-priority = 249` or `\override DynamicLineSpanner.outside-staff-priority = 1001` should work, depending on how the other things should be sorted.

I agree with Simon, though: Lilypond usually does the Right Thing™ by default.

http://lilypond.org/doc/v2.19/Documentation/learning/outside_002dstaff-objects.en.html

On 04/17/17 23:41, Son_V wrote:
It is:

\layout {
   \context {
     \Score
     skipBars = ##t
     \dynamicUp
   }
}
PartPOneVoiceOne =  \relative g' {
   \clef "treble" \key es \major \time 2/2 | % 1
    \tempo "Adagio"
g2 \p \< g4 \! g4 | % 2

That could put the crescendo at the same height of the following ones (that
I think it's more pleasant; but is it right)?
Thanks.




--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/How-can-I-put-tempo-Adagio-closer-to-the-score-than-a-crescendo-tp202371.html
Sent from the User mailing list archive at Nabble.com.

_______________________________________________
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]