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