Re: hiding staves removes complete system

2006-01-31 Thread Toine Schreurs
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 } } >

Re: hiding staves removes complete system

2006-01-26 Thread Mats Bengtsson
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

Re: hiding staves removes complete system

2006-01-25 Thread Han-Wen Nienhuys
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

Re: hiding staves removes complete system

2006-01-25 Thread Toine Schreurs
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

Re: hiding staves removes complete system

2006-01-25 Thread Toine Schreurs
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

Re: hiding staves removes complete system

2006-01-25 Thread Gilles
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

Re: hiding staves removes complete system

2006-01-25 Thread Graham Percival
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

hiding staves removes complete system

2006-01-25 Thread Toine Schreurs
>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