lilypond-user
[Top][All Lists]
Advanced

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

Tempo indication prolongs StaffSymbol #'line-count


From: Mike Solomon
Subject: Tempo indication prolongs StaffSymbol #'line-count
Date: Sun, 16 Jan 2011 00:13:54 -0500

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


reply via email to

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