lilypond-user
[Top][All Lists]
Advanced

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

Re: Hide SystemStartSquare if Staff is removed?


From: David Kastrup
Subject: Re: Hide SystemStartSquare if Staff is removed?
Date: Wed, 08 Jun 2016 18:02:33 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Kyle <address@hidden> 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



reply via email to

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