lilypond-user
[Top][All Lists]
Advanced

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

Re: \bar "||" and \repeat around a line break


From: Marc Hohl
Subject: Re: \bar "||" and \repeat around a line break
Date: Wed, 16 Jan 2013 08:52:16 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2

Am 16.01.2013 04:04, schrieb Frank Steinmetzger:
Hello dear list

I'm writing a score that has a \bar "||" at the end of a system, and a volta
repeat beginning in the following system after the line break. It seems that
the \bar command overwrites the |: of the following volta, making that
invisible. Is there a way to get what I desire?
Lilypond has a special bar line type for this: \bar "||:" should do the trick.

HTH,

Marc
Thank you very much.


MWE:

\version "2.16"

\relative c'' {
▸       \time 4/4
▸       \repeat unfold 20 a4
▸       \bar "||" \break
▸       \repeat volta 2 {
▸       ▸       \repeat unfold 20 a4
▸       }
}


_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user




reply via email to

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