]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/no-notation/midi-tuplets.ly
Use a `define-builtin-markup-command' macro for builtin markups, which
[lilypond.git] / input / no-notation / midi-tuplets.ly
index 35488164f792cb966cba375447c13fda1559f1c9..8169f36a45fa48748c93c9a1c006a7d511547e0e 100644 (file)
@@ -1,5 +1,5 @@
 #(ly:set-option 'old-relative)
-\version "2.1.7"
+\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 { }
 }