lilypond-user
[Top][All Lists]
Advanced

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

Re: Repeats with alternative endings and MIDI


From: Eluze
Subject: Re: Repeats with alternative endings and MIDI
Date: Sun, 9 Dec 2012 02:51:29 -0800 (PST)

Federico Bruni-5 wrote
> 
> The problem is not with articulate.ly
> Have you read the warning message in the terminal output? Have you seen 
> that the second volta is missing?
> 
> The problem is here, but I can't see it:
> 
> \version "2.16.1"
> 
> theMusic =
>    \new Staff \with {midiInstrument = #"cello"} {
>      \relative g, {
>        \key c \major
>        \clef "bass"
>        \repeat volta 2 {
>          << { g4 ( c ) d ( g, ) } \\ { c,2 g'4 s } >>
>          d2 d            |
>        } \alternative {
>          { << { fis'8 ( d e fis ) } \\ { g,2 } >> 
> <g g'>
> 8 ( g f! d ) } 
>        | % 12
>          { e'4 ( c8 a ) b4 ( d8 g ) }        |
>        }
>        e4 ( c8 a ) b4 ( d8 g )        |
>        b r r b ( b ) r r b            |
>      }
>    }
> 
> \score {
>    \theMusic
>    \layout {
>    }
>    \midi{}
> }

it's the barcheck - if it is outside the alternatives' brackets it is
counted as an alternative!

Eluze



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Repeats-with-alternative-endings-and-MIDI-tp137380p137383.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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