]> git.donarmstrong.com Git - lilypond.git/commit
Issue 355: \repeat bar lines get messed up
authorDavid Kastrup <dak@gnu.org>
Sun, 3 Nov 2013 14:01:10 +0000 (15:01 +0100)
committerDavid Kastrup <dak@gnu.org>
Sun, 10 Nov 2013 14:59:15 +0000 (15:59 +0100)
commitf372c695a52cf83ea00ff3be40acc542b4d46cbd
treeff2467eaf80c3599fc7d0ba3707c89cf2bf98b0f
parent5ea293832eaaa5ae284c8515f255167f8f2881cd
Issue 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.
}
lily/volta-repeat-iterator.cc
ly/engraver-init.ly
scm/define-context-properties.scm