]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/note-chords.ly
update syntax in .ly files.
[lilypond.git] / input / test / note-chords.ly
index 39158bcb57060f767ba57b9e8a71b3af68196405..4e795d0fd1f62e6b1669f7ed44fe31c6ce544e54 100644 (file)
@@ -3,12 +3,12 @@
     texidoc= "Chord names don't attempt to find inversions and
 bass notes."  }
 
-\version "1.5.68"
+\version "1.7.6"
 
 scheme = \notes {
-  <c'1 e' g'>
-  <e' g' c''>
-  <e e' g' c''>
+  <<c' e' g'>>1
+  <<e' g' c''>>
+  <<e e' g' c''>>
 }
 
 \score {
@@ -18,3 +18,4 @@ scheme = \notes {
   >
   \paper { linewidth = -1. }
 }
+%% new-chords-done %%