lilypond-user
[Top][All Lists]
Advanced

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

Re: Aligning the end of a text spanner with a tempo indication


From: -Eluze
Subject: Re: Aligning the end of a text spanner with a tempo indication
Date: Thu, 17 Jun 2010 08:13:53 -0700 (PDT)


Richard Sabey wrote:
> 
> 
> Please, how do I set up a text spanner so that its end-text is in the
> correct place, if there also happens to be a tempo indication there? In
> the example below, I intend the "a tempo" to come at the start of bar 3,
> but it is late. It seems that the left-hand edge of "a tempo" is
> vertically aligned with the centre of the tempo indication.
> 
hm…, i think it is centered on the end of the duration of the last note (s1)


> tempi =
> {
>     \override TextSpanner #'(bound-details left text) = "rit."
>     \override TextSpanner #'(bound-details right text) = "a tempo"
>     s1\startTextSpan s    % 1-2
>     \tempo "Un poco meno mosso" 4=100
>     s\stopTextSpan s    % 3-4
> }
> 

if you add   \override TextSpanner #'(bound-details right attach-dir) =
#LEFT you should get what you want!
-- 
View this message in context: 
http://old.nabble.com/Aligning-the-end-of-a-text-spanner-with-a-tempo-indication-tp28913453p28915687.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.




reply via email to

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