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