IMAI Yuji wrote:
Hi, lists.

I can't get bracket of ChiorStaff when only one staff in ChoirStaff
as following.

\score {
    \new ChoirStaff <<
        \new Staff { c'4 d' e' f' }
    >>
}

Any sugestion for this purpose?

Thanks.

% The following is untested

\score {
   \new Staff { c'4 d' e' f' }

   \layout {
      \context {
         \Staff
         \consists System_start_delimiter_engraver
         systemStartDelimiter = #'systemStartBracket
      }
   }
}


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

Reply via email to