]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/metronome-parenthesized.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / metronome-parenthesized.ly
index 97a4bc7d18264e95e56691a880d5d2e0b582f29a..d2740a52170fcd87b7f06286bb56ba7df6745123 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.12.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
 }