Thanks for your hint, Robin - that looks best to me! For multiple staves, I
had to use Score.BarLine:


\version "2.12.2"

\score {
<<
\new Staff <<
\time 4/4
\new Voice {
\once \override Score.BarLine #'glyph-name = "||" 
\bar "|:"
c''4
}
>>
\new PianoStaff <<
\new Staff <<
\time 4/4
\new Voice {
c''4
}
>>
\new Staff <<
\clef bass
\time 4/4
\new Voice {
c4
}
>>
>>
>>
}




Robin Bannister wrote:
> 
> You can make LSR 500 work by adding: 
>> \once \override Staff.BarLine #'glyph-name = "||" 
> 

-- 
View this message in context: 
http://old.nabble.com/Bar-line-at-beginning-of-piece-tp30786694p30805365.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.


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

Reply via email to