]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/no-notation/midi-tuplets.ly
Merge branch 'jneeman' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond into jneeman
[lilypond.git] / input / no-notation / midi-tuplets.ly
index 70e5519410eb05dfc27669ea5d118f1aaf73e9de..8169f36a45fa48748c93c9a1c006a7d511547e0e 100644 (file)
@@ -1,5 +1,5 @@
 #(ly:set-option 'old-relative)
-\version "1.9.8"
+\version "2.10.0"
 \header {
 texidoc = "
 
@@ -18,7 +18,7 @@ Midi2ly tuplet test.
 
 
 \score { 
-  \context Voice \notes \relative c' {
+  \context Voice  \relative c' {
 
     a1 a2 a2. a4 a4. a8 a8. a16 a16. a32 a32. a64
 
@@ -29,7 +29,7 @@ Midi2ly tuplet test.
     \times 3/5 { c8 c8 c8 c8 c8 }
 
   }
-  \paper { }  
+  \layout { }  
   \midi { }
 }