]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/fr/user/working.itely
Merge branch 'master' into jneeman
[lilypond.git] / Documentation / fr / user / working.itely
index 875f08beed2dc3fc25e0f3a5653a5da211091443..5b035614c13abc16bbc726c076a492d6e38b202d 100644 (file)
@@ -194,9 +194,9 @@ Jusqu'à maintenant, vous avez vu ce type de code :
 @lilypond[quote,verbatim,ragged-right]
 hornNotes = \relative c'' { c4 b dis c }
 \score {
- {
-   \hornNotes
- }
 {
+    \hornNotes
 }
 }
 @end lilypond
 
@@ -264,6 +264,7 @@ LilyPond gère également des substitutions non-statiques --- vous
 pouvez les voir comme des fonctions.
 
 @lilypond[quote,verbatim,ragged-right]
+padText =
 #(define-music-function (parser location padding) (number?)
   #{
     \once \override TextScript #'padding = #$padding