]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chord-names-in-grand-staff.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / chord-names-in-grand-staff.ly
index f81d4fe299bc7c04416fc5a2f51c640aa57da557..8a43cde114d4ffa86e4077eae8db2b3c004d30a9 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\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
       }
     }
    >>