bug-lilypond
[Top][All Lists]
Advanced

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

InnerStaffGroup brackets


From: Nicolas Sceaux
Subject: InnerStaffGroup brackets
Date: Sat, 12 Nov 2005 11:11:45 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin)

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' }
>>

PNG image


reply via email to

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