lilypond-user
[Top][All Lists]
Advanced

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

Re: repeat ottava


From: Gianmaria Lari
Subject: Re: repeat ottava
Date: Tue, 28 Feb 2017 18:19:35 +0100

>> I have a fragment that needs to be repeated twice with alternate ending and
>> the second time one octave higher. The following is an example that would
>> be ok...
[....]
> Let's just cheat.
>
> \version "2.19.52"
>
> \score {
>   {
>     \mark "2nd time 8va"
>     \repeat volta 2 {c' d' e' f'}
>     \alternative {{a a a a}{\transposition c'' b b b b \transposition c'}}
>   }
>   \layout {}
>   \midi {}
> }

:)))) 

It works with the alternative  - b b b b - that gets correctly transposed but it doesn't with the repeat body - c' d' e' f'  -. Do I miss anything?

Thank you!
g.

reply via email to

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