> 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 { c4 d e f | c2 c }
c1
}
\score {
<<
\new Staff \violin
\new Staff { \clef alto \viola }
>>
}
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond