lilypond-user-fr
[Top][All Lists]
Advanced

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

unfoldRepeats ....


From: Gilles THIBAULT
Subject: unfoldRepeats ....
Date: Sat, 16 Jun 2007 15:41:45 +0200

Bonjour.
Qui pourrait me dire pourquoi l'exemple suivant ne fonctionne pas ?
( je m'entendais à obtenir {c'1 d' c' e' }  )


%%%%%%%%%%%%%%%%
\version  "2.10.20"

master = {
   \repeat "volta" 2
       { s1}
   \alternative {
       { s1}
       { s1 }}
}

notes ={c'1 d' e' }

\score
{
   \unfoldRepeats {
         \new Staff
           <<
                   \master
                   \notes
           >>
   }
}
%%%%%%%%%%%%%%

Bonne journée.
Gilles





reply via email to

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