gnu-music-discuss
[Top][All Lists]
Advanced

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

1.3.103 repeat bug


From: Han-Wen Nienhuys
Subject: 1.3.103 repeat bug
Date: Thu, 9 Nov 2000 18:17:48 +0100

address@hidden 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   |   address@hidden    | http://www.cs.uu.nl/~hanwen/




reply via email to

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