]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/metronome-parenthesized.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / metronome-parenthesized.ly
index f4c3f8cd269b4df2772112057651f9393bf87e19..d2740a52170fcd87b7f06286bb56ba7df6745123 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.19.21"
 
 \header{
   texidoc="
@@ -6,9 +6,9 @@ Using an empty text in the metronome marks, one can generate parenthesized tempo
 "
 }
 
-\relative c'' {
+\relative {
   \tempo 4=60
-  c1
+  c''1
   \tempo "" 4=80
   c1
 }