lilypond-user
[Top][All Lists]
Advanced

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

Re: removing first system with partial bar


From: Mats Bengtsson
Subject: Re: removing first system with partial bar
Date: Sun, 09 Apr 2006 11:58:08 +0200
User-agent: Internet Messaging Program (IMP) H3 (4.0.4)

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 <address@hidden>:


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
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user








reply via email to

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