]> 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 b8d841f006da8b9d165573e0042594af5d071fde..d2740a52170fcd87b7f06286bb56ba7df6745123 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.14.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
 }