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: keith Luke
Subject: Re: \bar "||" and \repeat around a line break
Date: Tue, 15 Jan 2013 22:11:52 -1000

When I encounter this situation I use:

\bar ":|"
\grace s16
\bar "|:"

in place of \re[eat volta.

I don't use \unfold so I wonder if the following would work for you:

\bar "||"
\grace s16
\bar "|:"

I'll also try  \bar "||:" instead of using \grace.



On Tue, Jan 15, 2013 at 9:52 PM, Marc Hohl <address@hidden> wrote:
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


_______________________________________________
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]