|
From: | Christophe Pochon |
Subject: | Re: Lot lilypond-user-fr, Vol 444, Parution 1 |
Date: | Tue, 24 Feb 2015 07:49:56 +0100 |
\version "2.18.2"
compF =
#(define-music-function (parser location count) (integer?)
#{
\omit Stem
\override NoteHead.stencil = #ly:percent-repeat-item-interface::beat-slash
\override NoteHead.thickness = #0.48
\override NoteHead.slope = #1.7
\repeat unfold $count{d4} % a changer en fonction des clefs
\revert NoteHead.stencil
\undo\omit Stem
#})
\score {
\new Staff
{
\clef F
\compF 4
}
}
Bonne journée,
Christophe
bonjour a tous
je suis très intéressé par la fonction de Christophe
aussi je me suis empressé de la copier pour mon usage personnel
hélas j'ai une erreur voici mon code:
\version "2.18.2"
compF =
#(define-music-function (parser location count) (integer?)
#{
\omit Stem
\override NoteHead.stencil = #ly:percent-repeat-item-interface ::beat-slash
\override NoteHead.thickness = #0.48
\override NoteHead.slope = #1.7
\repeat unfold §count{d4} % a changer en fonction des clefs
\revert NoteHead.stencil
\undo\omit Stem
#}
)
\score {
\clef F
\compF 4
}
et le message d'erreur:
Démarrage lilypond 2.18.2 [Sans titre]...
Traitement de « /tmp/frescobaldi-0WTzhr/tmpu5bJuk/document.ly »
Analyse...
/tmp/frescobaldi-0WTzhr/tmpu5bJuk/document.ly:18:4: Erreur : syntax
error, unexpected MUSIC_FUNCTION
\compF 4
erreur fatale : erreur sur les fichiers
"/tmp/frescobaldi-0WTzhr/tmpu5bJuk/document.ly"
Arrêté avec le code de retour 1.
NB: existe-il une documentation française pour comprendre ces fonctions?
Par avance merci
_______________________________________________
liste de diffusion lilypond-user-fr
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user-fr
[Prev in Thread] | Current Thread | [Next in Thread] |