Vinicius Mascarenhas <[email protected]> writes: > Hey y’all, I’m trying to write music in parallel > <http://lilypond.org/doc/v2.18/Documentation/notation/multiple-voices#writing-music-in-parallel> > but the thing that’s always stopped me was that I can’t figure out how > to use it with volta repeats > <http://lilypond.org/doc/v2.18/Documentation/notation/long-repeats>. For > example, I was thinking something like this: > > \parallelMusic #'(voiceA voiceB) > { > \repeat volta 2 { \A > \repeat volta 2 { \C > > \B } > \D } > } > > Would produce the same as this: > > voiceA = { \repeat volta 2 { \A \B } } > > voiceB = { \repeat volta 2 { \C \D } } > > But that’s not the case.
Try just a single \repeat volta. For more detailed answers, try actually including working code <http://lilypond.org/tiny-examples.html>. -- David Kastrup _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
