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

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

Re: programmer ?


From: Eluze
Subject: Re: programmer ?
Date: Sat, 17 Dec 2011 06:44:03 -0800 (PST)

en apdaptant la fonction de Nicolas on peut aussi mettre dans un fichier

#(define (voice-color voice-name)
   (if (eqv? voice-name (ly:get-option 'myVoice))
green))

#(ly:set-option 'myVoice 'soprano)
\book { \include "maPartition.ly" }

#(ly:set-option 'myVoice 'basse  )
\book { \include "maPartition.ly" }

ce qui permet de générer toutes les variations d'un seul coup.

--
View this message in context: 
http://lilypond-french-users.1298960.n2.nabble.com/programmer-tp7102673p7104137.html
Sent from the LilyPond French Users mailing list archive at Nabble.com.



reply via email to

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