Is it clear that that is only when it's at the beginning of a line? Otherwise in all the printed examples I could just find the repeat bar does go to the left.5. Repeat barlines are engraved to the left of the key signature. My feeling is that it should be the other way around. Am I wrong?
\score { \notes {\key f\major a1 \break \repeat "volta" 2 {a1} }}
fixed.
\score {
\notes {
\key f\major a1 \repeat volta 2 {a1}
\key g\major \repeat volta 2 {a1} % The repeat bar correctly precedes the key sig.
}
}
Paul Scott
_______________________________________________ Bug-lilypond mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-lilypond