bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Issue 355 in project lilypond


From: codesite-noreply
Subject: Issue 355 in project lilypond
Date: Tue, 24 Apr 2007 02:53:07 -0700

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]