]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/es/extending/scheme-tutorial.itely
Run scripts/auxiliar/update-with-convert-ly.sh -f 2.19.20
[lilypond.git] / Documentation / es / extending / scheme-tutorial.itely
index d0ecd4c7392346e0c34140aed95f709dca77218e..479c62c95eda680148679b1830958fa12ec4b679 100644 (file)
@@ -1690,9 +1690,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
 }