[EMAIL PROTECTED] writes:
> It looks like the first repeat sign when there are two alternatives is
> always printing in the wrong place in 1.3.103.
> 
> \score {\notes{
> \repeat volta 2{    g''4    e''4    d''4    f''4 }
> \alternative {f''4 e''}{f''2} }}

are you sure you don't mean

 \alternative { {f''4 e''}{f''2} } }


BTW, I'd use 

        \score {\context Voice \notes{
        \repeat volta 2{    g''4    e''4    d''4    f''4 }
        \alternative {{f''4 e''}{f''2} }}}

--
Han-Wen Nienhuys   |   [EMAIL PROTECTED]    | http://www.cs.uu.nl/~hanwen/


_______________________________________________
Gnu-music-discuss mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/gnu-music-discuss

Reply via email to