Issue 355: \repeat bar lines get messed up
http://code.google.com/p/lilypond/issues/detail?id=355

New issue report by gpermus:
% the second repeat should start at the beginning of a bar, not
% continue from the incomplete bar in the first ending.

\version "2.11.22"
\relative c' {
  \repeat volta 2 { c2 d2 e2 f2 }
  \alternative { { g4 g g } { a a a a a b2. } }
}



%%% workarounds from Mats:
\version "2.10.0"

\new Staff \relative {
 \partial 4
 \repeat volta 4 { e | c2 d2 | e2 f2 | }
 \alternative {
   { g4 g g }
   { \partial 4*0 % The second ending starts on the first beat
     a a a a }
 }
 a b2.
} 



\version "2.10.0"

\new Staff \relative {
 \partial 4
 \repeat volta 4 { e | c2 d2 | e2 f2 | }
 \alternative {
   { \partial 4*3 g4 g g }
   { a a a a }
 }
 a b2.
} 

Attachments:
        foo.preview.png  3.3 KB 


Issue attributes:
        Status: Accepted
        Owner: gpermus
        Labels: Type-Defect Priority-Low

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to