lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Parallel notation and volta repeats


From: David Kastrup
Subject: Re: Parallel notation and volta repeats
Date: Wed, 09 Jan 2019 13:09:56 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Vinicius Mascarenhas <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]