Re: repeat volta 2

2015-06-25 Thread tisimst
&i=0>> > wrote: > > > > 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

Re: repeat volta 2

2015-06-25 Thread pihentagy
; % 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' { >>

Re: repeat volta 2

2015-06-22 Thread tisimst
e 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 d e f | c2 c } > c1 > } > > \score { > << >

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 = \rela