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.


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

Reply via email to