lilypond-user
[Top][All Lists]
Advanced

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

Re: hiding empty staves


From: Mats Bengtsson
Subject: Re: hiding empty staves
Date: Mon, 07 May 2007 09:44:06 +0200
User-agent: Internet Messaging Program (IMP) H3 (4.0.5)

Quoting fiëé visuëlle <address@hidden>:

Ahoi!

In LP 2.6 I could hide empty staves (also in the first system) with
\layout { \context { \RemoveEmptyStaffContext } }

Can't remember if I also needed
\set Score . skipBars = ##t

In LP 2.10 an empty stave in the first system is only hidden with
\override Score . VerticalAxisGroup #'remove-first = ##t

But that can't go into the \layout block.

Why not? Just use
\layout{
 ...
 \context{
   \Score
   \override VerticalAxisGroup #'remove-first = ##t
 }
}


  /Mats






reply via email to

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