]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chord-names-in-grand-staff.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / chord-names-in-grand-staff.ly
index d90a84952d4d7d0ba4c8e76deed39a5ed81a1112..8a43cde114d4ffa86e4077eae8db2b3c004d30a9 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.13.47"
+\version "2.19.21"
 
 \header {
 
@@ -15,14 +15,14 @@ example should be printed above the top staff.
       f1
     }
     \new Staff {
-      \relative c'' {
-        a4 a a a
+      \relative {
+        a'4 a a a
       }
     }
     \new Staff {
       \clef "bass"
-      \relative {
-        a4 a a a
+      \relative {
+        a,4 a a a
       }
     }
    >>