lilypond-user
[Top][All Lists]
Advanced

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

Re: non-printed text spanner


From: -Eluze
Subject: Re: non-printed text spanner
Date: Fri, 13 Aug 2010 04:27:05 -0700 (PDT)


James Bailey-4 wrote:
> 
> 
> I'm curious as to why the text in this spanner isn't printed:
> \include "deutsch.ly"
> \version "2.12.3"
> 
> test = \relative c'' {
>    \time 6/8
>    c8 ges' f h,4( c8~   | %10
>    c4 f8~ f4.) | %11
> }
> 
> text = {
>    \once \override TextSpanner #'(bound-details left text) = "poco rit."
>    s4. s\startTextSpan  | %10
>    s2 s8. s16\stopTextSpan \bar "||" %11
> }
> 
> \score {
>    \new Staff = treble <<
>       \test
>       \text
>    >>
> }
> 
i'd say because you use \once ... and then you have s4. s \startTextSpan !
cheers!
-- 
View this message in context: 
http://old.nabble.com/non-printed-text-spanner-tp29425706p29427758.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]