Hey all,

<snip>
\version "2.13.46"

markings = { s1 \mark \markup { \musicglyph #"scripts.ufermata" } \tempo 
Langsam s1 s1 }

foo = { b'1
\stopStaff \override Staff . StaffSymbol #'line-count = #1 \startStaff
b'
\stopStaff \override Staff . StaffSymbol #'line-count = #5 \startStaff
b' | }

\score { \new StaffGroup <<
\new Staff { << \markings \foo >> }
\new Staff { \foo }
\new Staff { \foo }
>> }

\score { \new StaffGroup <<
\new Staff { \foo }
\new Staff { \foo }
\new Staff { \foo }
>> }
</snip>

Is there any way to make the first one look like the second one in terms of the 
# of staff lines while preserving the tempo indication & fermata?

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

Reply via email to