DescriptionIssue 355: \repeat bar lines get messed up
% the second repeat should start at the beginning of a bar, not
% continue from the incomplete bar in the first ending.
\version "2.17.30"
\new Staff \relative {
\partial 4
\repeat volta 4 { e' | c2 d2 | e2 f2 | }
\alternative { { g4 g g } { a a a a } }
a b2.
}
Patch Set 1 #
|
|||||||||||||||||||||||||||||||||||||