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: Mats Bengtsson
Subject: Re: Beginning single staff with vertical line
Date: Wed, 26 Mar 2008 16:39:23 +0100
User-agent: Thunderbird 2.0.0.5 (X11/20070716)

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
address@hidden
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: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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