Steve Schow skrev:

Here is what I used for first two staffgroups in one system and I have
attached resulting image.

You made a simple typo that is why it did not work:


        \new StaffGroup <<
        \override StaffGroup.SystemStartBracket #'style = #'bar-line
        \override StaffGroup.SystemStartBracket #'thickness = #4
          \new Staff {
...
        \new StaffGroup
        \override StaffGroup.SystemStartBracket #'style = #'bar-line
        \override StaffGroup.SystemStartBracket #'thickness = #4
        <<
          \new Staff {

In the 2nd staffgroup, you put the << on the wrong side of the override.

-Rune


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to