Kyle <kylebs...@gmail.com> writes:

> I'm working on an orchestral score wherein the string parts 
> play some extended passages divisi, and it makes sense to 
> divide the staves during those passages. 
> When they are playing in unison, I'd like to hide the second staff.
> However, when the second staff is hidden, 
> the SystemStartSquare is still visible. 
> Simply adding 
> \override StaffGroup.SystemStartSquare.transparent
> to the relevant systems does not work.
> It seems as though once transparency is set to ##t, it won't switch back 
> later.
> Any help is greatly appreciated.

<URL:http://www.lilypond.org/tiny-examples.html>

\version "2.19.42"

\new StaffGroup
<<
  \new Staff { \repeat unfold 36 r1 }
  \new Staff \RemoveEmptyStaves { \repeat unfold 35 r1 c1 }
>>

-- 
David Kastrup

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to