----- Original Message -----
From: "Bridge" <gy...@stebbi.is>
To: <lilypond-user@gnu.org>
Sent: Sunday, March 02, 2014 1:49 PM
Subject: Re: Hiding specific staves/removing delimiters
Phil Holmes-2 wrote
Is:
\layout {
\context {
\Staff \RemoveEmptyStaves
\override VerticalAxisGroup.remove-first = ##t
}
}
what you're looking for?
--
Phil Holmes
_______________________________________________
lilypond-user mailing list
lilypond-user@
https://lists.gnu.org/mailman/listinfo/lilypond-user
As a last resort, that would work, but there are many more instruments
apart
from the strings in question (violas) and I prefer to have them all
visible
on the first page. I was more looking for a way to hide only one specific
staff instead of all of them. Though it is useful to know how to do that,
so
thanks.
Try:
\new Score {
<<
\new Staff { R1 R1 R1 R1 R1 R1 R1 R1 }
\new Staff { R1 R1 R1 R1 R1 R1 R1 R1 }
\new Staff { R1 R1 R1 R1 R1 R1 R1 R1 }
\new Staff \with { \override VerticalAxisGroup.remove-first = ##t } { R1 R1
R1 R1 R1 R1 R1 R1 }
}
\layout {
\context {
\Staff \RemoveEmptyStaves
}
}
--
Phil Holmes
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user