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.
>
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
>> 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'}
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'}
>
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