lilypond-user
[Top][All Lists]
Advanced

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

Re: hiding staves removes complete system


From: Mats Bengtsson
Subject: Re: hiding staves removes complete system
Date: Thu, 26 Jan 2006 10:30:03 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050511

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: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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