]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/duration-check.ly
update syntax in .ly files.
[lilypond.git] / input / test / duration-check.ly
index 8c86a032e0e02c8399c0aef0a58847684a64ea5c..62fbc0207456de082a69a71b2d427047c9b2ce9d 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.7.3"
+\version "1.7.6"
 #(define (duration-check music)
   "Check all rest durations in MUSIC"
 
   \apply #duration-check
   <
       \notes\relative c'' {
-         a b8 c16 <d e4.>
+         a b8 c16 <<d e>>4.
       }
       \notes\relative c'' {
          a b8 c16 d a2 r
       }
   >
 }
+%% new-chords-done %%