on 2011-12-18 at 20:14 Marc Hohl wrote: >Here, LSR was my friend. Try > >http://lsr.dsi.unimi.it/LSR/Snippet?id=579 > >in combination with the second example above: > >\score { > \new StaffGroup \with { \override SystemStartBracket #'transparent >= ##t } ><< > % Must be lower than the actual number of staff lines > \override StaffGroup.SystemStartBracket #'collapse-height = #1 > \override Score.SystemStartBar #'collapse-height = #1 > \new Staff { > c'1 > } > >> > \layout { } > }
thanks for your answer, marc! unfortunately, i don't know how to make this work for several staves. if i try this: \score { \new StaffGroup \with { \override SystemStartBracket #'transparent = ##t } << \override StaffGroup.SystemStartBracket #'collapse-height = #1 \override Score.SystemStartBar #'collapse-height = #1 \new Staff { c'1 } \new Staff { c'1 } \new Staff { c'1 } >> \layout { } } i sure get a line spanning all the staves. i see that the LSR snippet works because it creates a new score for each staff, but music is not aligned between staves. _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user