lilypond-user
[Top][All Lists]
Advanced

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

Re: little bar at the beginning of a one-staff-system


From: Rafael Arndt
Subject: Re: little bar at the beginning of a one-staff-system
Date: Fri, 10 Jan 2014 18:29:31 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:17.0) Gecko/20130307 Thunderbird/17.0.4

Am 10/01/14 09:47, schrieb Simon Bailey:
rafael,


On Thu, Jan 9, 2014 at 11:36 PM, Rafael Arndt <address@hidden> wrote:
2014/1/9 Rafael Arndt <address@hidden>
There is a tiny estatical detail I would like to change, but found out
nowhere how to do it:
I would like to have a bar at the beginning of the system here:

is this what you're trying to acheive?

%%% SNIP HERE %%%
\version "2.18.0"
\score {
   \new StaffGroup <<
     % Must be lower than the actual number of staff lines
     \set StaffGroup.systemStartDelimiter = #'SystemStartBar
     \override Score.SystemStartBar #'collapse-height = #1
     \new Staff {
     c'1
   }
   >>
}
%%% SNIP HERE %%%

produces the attached output.

regards,
sb
Hi Simon. That's exactly it. Actually I like the thickness of the line better if I uncomment the first ("\set...")-line.
Thanks alot.



reply via email to

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