Note that this solution only works in recent 2.11.x versions, not in
2.l0 or earlier.
/Mats
Risto Vääräniemi wrote:
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
--
=============================================
Mats Bengtsson
Signal Processing
School of Electrical Engineering
Royal Institute of Technology (KTH)
SE-100 44 STOCKHOLM
Sweden
Phone: (+46) 8 790 8463
Fax: (+46) 8 790 7260
Email: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=============================================
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user