Perfect. Excellent trick.
Thanks,
Toine
> One trick that should solve your problem is to include transparent
> notes in one of the staves:
>
> \score {
> \new StaffGroup <<
> \new Staff <<
> \new Voice \partA
> \new Voice {\hideNotes \repeat unfold 60 { c'1 } }
>
One trick that should solve your problem is to include transparent
notes in one of the staves:
\score {
\new StaffGroup <<
\new Staff <<
\new Voice \partA
\new Voice {\hideNotes \repeat unfold 60 { c'1 } }
>>
\new Staff \partB
>>
}
/Mats
Toine Schreurs
Toine Schreurs wrote:
From an orchestral score I want to create a score of the percussion
instruments only. Now percussionists are used to large numbers of rests.
\RemoveEmptyStaffContext is very usefull in leaving out staves with
no musical content.
But if all of the staves in one system only c
Gilles wrote:
> > But if all of the staves in one system only contain rests, the whole system
> > disappears. It would be nice to leave at least one staff visible.
> >
>
> Maybe it is:
>
> \set Score.skipBars = ##t
>
That would circumvent the problem of my example. The result
will be only on
Graham Percival wrote:
> Which staff should remain visible, though? (ie Staff.instrument name)
That's arbitrary. There are no notes, only rests, rehearsel signs,
tempi, time changes and these are all the same for the various parts.
> I think it's easier to use "s1" (possibly in conjunction with
Hi.
> But if all of the staves in one system only contain rests, the whole system
> disappears. It would be nice to leave at least one staff visible.
>
Maybe it is:
\set Score.skipBars = ##t
that you really want.
Best,
Gilles
___
lilypond-user
On 25-Jan-06, at 7:48 AM, Toine Schreurs wrote:
From an orchestral score I want to create a score of the percussion
instruments only. Now percussionists are used to large numbers of
rests.
\RemoveEmptyStaffContext is very usefull in leaving out staves with
no musical content.
But if all of th
>From an orchestral score I want to create a score of the percussion
instruments only. Now percussionists are used to large numbers of rests.
\RemoveEmptyStaffContext is very usefull in leaving out staves with
no musical content.
But if all of the staves in one system only contain rests, the whole