]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/notation/changing-defaults.itely
Run scripts/auxiliar/update-with-convert-ly.sh -f 2.19.20
[lilypond.git] / Documentation / notation / changing-defaults.itely
index ffc80342abbe066b295c604fefe5bfc04407a43a..08c3fba366b193de2465814ad4215c7740ddc866 100644 (file)
@@ -4734,9 +4734,9 @@ tempoPadded =
      \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
 }