]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/de/notation/changing-defaults.itely
Run scripts/auxiliar/update-with-convert-ly.sh -f 2.19.20
[lilypond.git] / Documentation / de / notation / changing-defaults.itely
index e10634e9396fe505a7eecad38f567b3b34fda452..c121b4e13b3b941522592ab4e65f83754907926a 100644 (file)
@@ -4445,9 +4445,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
 }