Re: Bar lines at beginning of a line

2009-04-28 Thread Robin Bannister
Boris Lau wrote: I thought it would be quite natural if this would do the job: \override Staff.BarLine #'break-visibility = #'#(#t #t #t) but it doesn't. Certainly a reasonable expectation. This is normally #'#(#t #t #f), but there are cases when Lilypond switches over to #'#(#t #t #t) auto

Bar lines at beginning of a line

2009-04-27 Thread Boris Lau
Hello, For writing leadsheets that consist of chords and rhythm, I'd like to have single-line systems, which I achieve using this code: \new DrumStaff \with{ drumStyleTable = #percussion-style \override StaffSymbol #'line-count = #1 } { \override Staff.BarLine #'bar-si