Dear Marius,

The SystemStartBar seems to be in Score context. To make it appear try
the following:

%%%%%
\version "2.11.39"

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

-Risto


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

Reply via email to