lilypond-user
[Top][All Lists]
Advanced

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

Re: Hiding empty staves


From: Erik Sandberg
Subject: Re: Hiding empty staves
Date: Tue, 21 Nov 2006 07:37:30 +0100
User-agent: KMail/1.9.5

On Monday 20 November 2006 18:40, Bob Kline wrote:
> Erik Sandberg wrote:
> > The problem above, is that { } have different meanings in different
> > places: Usually {  } means sequential music, but the { } after \score are
> > special: it starts with a _single_ music expression, followed by optional
> > \layout (etc) blocks. So you must make \override part of the music
> > expression, like:
> >
> > \score {
> >   <<
> >      \override Score.VerticalAxisGroup #'remove-first = ##t
> >      \context ChoirStaff <<
> >          \context Staff = women << .... >>
> >          \new Lyrics ....
> >          \context Staff = men << .... >>
> >
> >  \layout{...}
> > }
>
> I apologize for being so slow to grok what's going on here, and I
> appreciate the responses posted so far on this issue, but I still don't
> get it.  I have tried doing *exactly* what you're telling me to do here
> (except for putting back in the missing ">>" to balance the delimiters
> of the \context ChoirStaff chunk), and I'm still getting the blank staff
> in the first system.  

Hm, maybe it's the \clef bass; you could try to move it to where the music 
starts. (not tested; it's just a guess)

-- 
Erik




reply via email to

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