2008/10/25 Andrew Hawryluk <[EMAIL PROTECTED]>: > Now the dilemma: the piano and a vocal soloist have no music at the > beginning, so their staves should not appear in the first system of > the full score, but to accomplish this I must fill their partial > measure with s4 or R4. In the individual parts, these options produce > either an empty partial measure (no rest symbol), or a whole rest and > a barcheck warning, respectively. What I want to appear at the > beginning of the individual parts is r4 | R(n).
try something like: %%%%%%% \layout { \context { \RemoveEmptyStaffContext } \context { \Score \override VerticalAxisGroup #'remove-first = ##t } } \new Staff { \unset Score.keepAliveInterfaces \partial 4 r4 \set Score.keepAliveInterfaces = #'(rhythmic-grob-interface lyric-interface percent-repeat-item-interface percent-repeat-interface stanza-number-interface) R1*30 c1 } Cheers, Valentin _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user