I want to make a single staff begin with a bracket and a vertical line,
like this:

    / _____________________
    ||_____________________||
    ||_____________________||
    ||_____________________||
    ||_____________________||
    \

What I currently have is the following code,

    \score {
      \new StaffGroup <<
        \override StaffGroup.SystemStartBracket #'collapse-height = #1
        \new Staff {
          r2^\fermata \bar "|."
        }
      >>
    }
    \layout{ragged-right = ##t}

which produces this:

    / _____________________
    | _____________________||
    | _____________________||
    | _____________________||
    | _____________________||
    \

As you can see, the bracket is produced, but the vertical line is
missing. It seems that LilyPond only draws the beginning vertical line
when the score consists of more than one staff. There might be a good
reason for this, but what if I really want to override it? How can I
make a single staff begin with a vertical line in addition to the bracket?


      _________________________________________________________
Alt i ett. Få Yahoo! Mail med adressekartotek, kalender og
notisblokk. http://no.mail.yahoo.com


_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to