lilypond-user
[Top][All Lists]
Advanced

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

Bar lines at beginning of a line


From: Boris Lau
Subject: Bar lines at beginning of a line
Date: Mon, 27 Apr 2009 21:36:31 +0200
User-agent: Thunderbird 2.0.0.21 (X11/20090409)

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




reply via email to

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