]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/fr/extending/scheme-tutorial.itely
Run scripts/auxiliar/update-with-convert-ly.sh -f 2.19.20
[lilypond.git] / Documentation / fr / extending / scheme-tutorial.itely
index e9539c77f954924cf2ddced2c113548b268655d0..b9cdb2350537d6720df3a576d2bb31b683b58e21 100644 (file)
@@ -1729,9 +1729,9 @@ tempoPadded = #(define-music-function (parser location padding tempotext)
   \tempo \markup { \bold #tempotext }
 #})
 
-\relative c'' {
+\relative {
   \tempo \markup { "Low tempo" }
-  c4 d e f g1
+  c''4 d e f g1
   \tempoPadded #4.0 "High tempo"
   g4 f e d c1
 }