Re: repeat ottava

2017-02-28 Thread Gianmaria Lari
On 28 February 2017 at 18:31, David Kastrup wrote: > > Gianmaria Lari writes: > > >>> 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. >

Re: repeat ottava

2017-02-28 Thread David Kastrup
Gianmaria Lari writes: >>> 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 8

Re: repeat ottava

2017-02-28 Thread Gianmaria Lari
>> 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'}

Re: repeat ottava

2017-02-28 Thread David Kastrup
Gianmaria Lari writes: > 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... > > \version "2.19.52" > > \score { > { > \mark "2nd time 8va" > \repeat volta 2 {c' d' e' f'} >

repeat ottava

2017-02-28 Thread Gianmaria Lari
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... \version "2.19.52" \score { { \mark "2nd time 8va" \repeat volta 2 {c' d' e' f'} \alternative {{a a a a}{b b b b}} } \la