&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
; % 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' {
>>
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 {
> <<
>
> 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