lilypond-user
[Top][All Lists]
Advanced

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

Re: TextSpanner at Score level?


From: Frédéric Bron
Subject: Re: TextSpanner at Score level?
Date: Tue, 21 Apr 2009 10:39:08 +0200

Halas, for StaffGroup, the trick works but the spanners are all at the
top of the score, not above each StaffGroup.

Frédéric

\version "2.12.0"

stringendo = { \textSpannerUp \override StaffGroup.TextSpanner
#'(bound-details left text) = "Stringendo" }

\new Score <<
       \new StaffGroup \with { \consists "Text_spanner_engraver" } <<
               \new Staff { \new Voice \with { \remove
"Text_spanner_engraver" } { \stringendo c'1 \startTextSpan \repeat
unfold 4 { c' } c'\stopTextSpan } }
               \new Staff { \new Voice \with { \remove
"Text_spanner_engraver" } { \stringendo c'1 \startTextSpan \repeat
unfold 4 { c' } c'\stopTextSpan } }
       >>
       \new StaffGroup \with { \consists "Text_spanner_engraver" } <<
               \new Staff { \new Voice \with { \remove
"Text_spanner_engraver" } { \stringendo c'1 \startTextSpan \repeat
unfold 4 { c' } c'\stopTextSpan } }
               \new Staff { \new Voice \with { \remove
"Text_spanner_engraver" } { \stringendo c'1 \startTextSpan \repeat
unfold 4 { c' } c'\stopTextSpan } }
       >>
>>




reply via email to

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