lilypond-user
[Top][All Lists]
Advanced

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

Re: Bar line at beginning of piece


From: ornello
Subject: Re: Bar line at beginning of piece
Date: Mon, 31 Jan 2011 02:28:57 -0800 (PST)

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.




reply via email to

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