lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Beginning single staff with vertical line


From: Risto Vääräniemi
Subject: Re: Beginning single staff with vertical line
Date: Wed, 26 Mar 2008 09:50:10 +0200

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]