lilypond-user
[Top][All Lists]
Advanced

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

\RemoveAllEmptyStaves, TabStaff and \set commands [was: TabStaff.keepAli


From: Malte Meyn
Subject: \RemoveAllEmptyStaves, TabStaff and \set commands [was: TabStaff.keepAliveInterfaces]
Date: Sat, 2 Nov 2019 09:43:24 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.0



Am 02.11.19 um 09:39 schrieb Malte Meyn:
Seems like the \set TabStaff… partly revives the TabStaff from being hidden.

I just realized that other \set commands (not involving keepAliveInterfaces) show the same problem:

\version "2.19.83"

bla = { \repeat unfold 100 e'4 }
git = {
  \set TabStaff.middleCPosition = 0
  R1*10
  \repeat unfold 60 c'4
}

<<
  \new Staff \bla
  \new Staff \with { \RemoveAllEmptyStaves } \git
  \new TabStaff \with { \RemoveAllEmptyStaves } \git
>>




reply via email to

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