Hi, Using LilyPond from CVS (2.7.16), it seems that InnerStaffGroup brackets are not translated to the left from the StaffGroup brackets, and thus not really visible:
\version "2.7.16"
\layout { raggedright = ##t }
\new StaffGroup <<
\new Staff { c' }
\new InnerStaffGroup <<
\new Staff { c' }
\new Staff { c' }
>>
\new Staff { c' }
>>
_______________________________________________ bug-lilypond mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-lilypond

