Hi,
stopping a Staff at the beginning of a piece results in the clef and
time signature being printed without the staff symbol. Is there a way
to make the staff symbol appear *without* having to enter music (or to
skip musical time) before the \stopStaff?
Below is an example: I would like to have the top system with an
initial staff system or the bottom system without the wrong rest
symbol (and without the staff symbol sticking 1/32th into the music).
--
Orm
\version "2.11.7"
\paper {
raggedright = ##t
}
\score {
<<
\new Staff \relative c' {
\stopStaff
r1 r1
\startStaff
c4 d e f c d e f
}
\new Staff \relative c' {
s32
\stopStaff
r2.... r1
\startStaff
c4 d e f c d e f
}
>>
}
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user