lilypond-user
[Top][All Lists]
Advanced

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

Bar line at beginning of piece


From: ornello
Subject: Bar line at beginning of piece
Date: Fri, 28 Jan 2011 05:07:58 -0800 (PST)

Is there any chance to start a piece with a "||" bar line?

I have tried this:

\version "2.12.2"
{
\time 4/4
\bar "||"
c''4
}

but it does not show the bar line (it works for "|:", however).

I have found the following hack:

\version "2.12.2"
{
\time 4/4
\grace s
\bar "||"
c''4
}

but this is not working for multiple staves.

Any ideas how to avoid the removal of the "||" bar line?
-- 
View this message in context: 
http://old.nabble.com/Bar-line-at-beginning-of-piece-tp30786694p30786694.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]