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
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


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

Reply via email to