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 wrote:
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 one system, so nothing vanishes.
I tried to make the example as simple as possible to show the problem,
but in reality the various parts contain a lot more information
then rests only.
For example:
\time 4/4 \tempo 4=60 R1*20 \tempo 4=80 R1*30 \time 3/4
R2.*3 \time 5/4 R1*5/4*7 R1^\fermataMarkup .........
And all this information fills up more than one staff, but
no notes, no staff; no staves, no system
Actually, in my real score, I use \set Score.skipBars = ##t
Greetings
--
=============================================
Mats Bengtsson
Signal Processing
Signals, Sensors and Systems
Royal Institute of Technology
SE-100 44 STOCKHOLM
Sweden
Phone: (+46) 8 790 8463
Fax: (+46) 8 790 7260
Email: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=============================================
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user