Re: repeat volta 2

2015-06-25 Thread pihentagy
? violin = \relative c'' { \repeat volta 2 { c4 d e f | } \alternative { { c2 e | } { f2 g | } } c1 } viola = \relative c' { \repeat volta 2 { c4 d e f | c2 c } c1 } \score { \new Staff \violin \new Staff { \clef alto \viola } } Not a bug. Actually, they aren't

Re: repeat volta 2

2015-06-25 Thread tisimst
. % Should I expect lilypond to understand what's going on? % violin and viola are both 5 bar lenght staff, but see the combined output? violin = \relative c'' { \repeat volta 2 { c4 d e f | } \alternative { { c2 e | } { f2 g | } } c1 } viola = \relative c' { \repeat volta 2 { c4

repeat volta 2

2015-06-22 Thread Gergely
I'm not top posting. % Should I expect lilypond to understand what's going on? % violin and viola are both 5 bar lenght staff, but see the combined output? violin = \relative c'' { \repeat volta 2 { c4 d e f | } \alternative { { c2 e | } { f2 g | } } c1 } viola = \relative c' { \repeat volta 2

Re: repeat volta 2

2015-06-22 Thread tisimst
c'' { \repeat volta 2 { c4 d e f | } \alternative { { c2 e | } { f2 g | } } c1 } viola = \relative c' { \repeat volta 2 { c4 d e f | c2 c } c1 } \score { \new Staff \violin \new Staff { \clef alto \viola } } Not a bug. Actually, they aren't the same length. If we