But it doesn't work of you include the same music both in an
instrumental part where the rests have to be written out and in a full score, since then the r4 will be printed as a full
measure rest. One possibility in such a case is to use \tag
to distinguish between the two versions.

  /Mats

Quoting Graham Percival <[EMAIL PROTECTED]>:


On 8-Apr-06, at 6:56 PM, Kieren Richard MacMillan wrote:

Just wondering how I can remove "empty" staves of the first system of a score when the first measure is a \partial.

Because I can't use R to fill the partial bar (Lilypond makes me use r explicitly, or complains about ), the measure is not really "empty", and thus the traditional method doesn't eliminate the staff.

Really?  This works (although it gives a warning) for me:

\version "2.8.1"
\layout {
\context { \RemoveEmptyStaffContext }
}
{
<<
  { \partial 4 c'4 c'1 \break c'1 }
  {
    \override Score.VerticalAxisGroup #'remove-first = ##t
    R4 R1 a4 a a a }
>>
}



_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user






_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to