Am 18.12.2011 15:01, schrieb luis jure:
on 2011-12-18 at 14:38 Thomas Morley wrote:

try:

\version "2.14.2"

<<
\new Staff { c'1 d' }
\new Staff { c'1 d' }
\new Staff { c'1 d' }
\new Staff { c'1 d' }
% or

\new StaffGroup \with { \override SystemStartBracket #'transparent = ##t }
<<
\new Staff { c'1 d' }
\new Staff { c'1 d' }
\new Staff { c'1 d' }
\new Staff { c'1 d' }

thanks for your answer, but none of the examples produce what i want.
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 { }
  }

HTH,

Marc

obviously i was not clear in my previous mail, that's why i included an
image of what i wanted.

in your examples, the line at the beginning of the staff group connects all
the staves, while i want something like this:

(img1)

thank you.



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


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

Reply via email to