bug-lilypond
[Top][All Lists]
Advanced

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

\RemoveAllEmptyStaves and StaffGroup: StaffSymbol too short


From: Malte Meyn
Subject: \RemoveAllEmptyStaves and StaffGroup: StaffSymbol too short
Date: Sun, 20 May 2018 15:42:38 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0

Hi list,

the StaffSymbol is too short:

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.19.81"

\layout {
  \context {
    \Staff
    \RemoveAllEmptyStaves
  }
}

<<
  \new StaffGroup <<
    \new Staff s1
    \new Staff s1
  >>
  \new Staff {
    c'1 \bar "|."
  }
>>
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

This reminds me of the problem shown here because if you put the single Staff above the StaffGroup the output is ok: https://lists.gnu.org/archive/html/bug-lilypond/2018-05/msg00059.html Are they related?



reply via email to

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