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-size = #3
     \override Score.RehearsalMark #'font-size = 1
    ...
   }

However, I'd like to have the clef disappear, which I can do using \remove Clef_engraver, but now I want to have a bar-line at the beginning of each line.


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. Do I have to use system start delimiters as a workaround in this case? How can I get these for a Staffgroup that only consists of ChordNames and the above DrumStaff?

Thanks for any help,
Boris

--
Boris Lau
-> Web:   http://www.borislau.de -- Music, Photography, Computer Science
-> IM:    Skype: bolauDE | AIM: bolauDE | ICQ: 103545780
-> Phone: +49 761 3842812 | +49 174 9436758
-> Mail:  Windausstraße 14a, D-79110 Freiburg, Germany


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to