lilypond-user
[Top][All Lists]
Advanced

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

Re: \partial and \RemoveEmptyStaffContext


From: Valentin Villenave
Subject: Re: \partial and \RemoveEmptyStaffContext
Date: Sat, 25 Oct 2008 19:35:06 +0200

2008/10/25 Andrew Hawryluk <address@hidden>:

> 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




reply via email to

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