|
From: | Pierre Perol-Schneider |
Subject: | Re: Variables d'articulation |
Date: | Wed, 12 Nov 2014 11:12:11 +0100 |
Cette variable ne fonctionne plus avec la version 2.18.
Que faut-il changer ?
\addStacc { <e> <f> <g> <a> }
2. Ecrire :
\addStacc\eventChords { e f g a }
Ou, mieux je le pense, intégrer la fonction copyArticulations.ly jointe de Gilles qui offre de très nombreuses possibilités :
\version "2.18.2"
\include "copyArticulations.ly"
addStacc = #(define-music-function (parser location x) (ly:music?)
#{
\copyArticulations c-. $x
#})
\addStacc { e f g a }
(Cf. http://gillesth.free.fr/Lilypond/copyArticulations/copyArticulations.ly)
Cordialament,
Pierre
copyArticulations.ly
Description: Text Data
[Prev in Thread] | Current Thread | [Next in Thread] |