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?

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

Reply via email to