]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/no-notation/midi-scales.ly
Use a `define-builtin-markup-command' macro for builtin markups, which
[lilypond.git] / input / no-notation / midi-scales.ly
index bb732bcdc2efe51e084fafea04a5da9bcf12e310..d6e8ed91c5c80e5badf7100ac41c14a3452c3a37 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.3.8"
+\version "2.10.0"
 % candidate for regression.  -gp
 \header {
   texidoc="Converting LilyPond input to MIDI and then again back with
@@ -153,7 +153,7 @@ scales =  \relative c {
 
 \score {
   \context Voice \scales
-  \paper { }
+  \layout { }
   \midi { }
 }