]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/staff-line-leading.ly
update syntax in .ly files.
[lilypond.git] / input / test / staff-line-leading.ly
index 0e6004b3d2fce9c170311e36878a97ec80ff2b87..f07d286802dc32e14492d96d6fa263682790054f 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.5.68"
+\version "1.7.6"
 \header{
 
     texidoc ="Setting staff space on a staff "
@@ -7,7 +7,7 @@
   \notes \relative c'' \context GrandStaff <
        \context Staff = up { c4 c4  }
        \context Staff = down {  c4
-         [<c8 d f g>
+         [<<c d f g>>8
           e]
          [f c']
         }
@@ -17,3 +17,4 @@
       StaffSymbol \set #'staff-space = #5.5
       }}
 }
+%% new-chords-done %%