]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/vertical-extent.ly
* scripts/convert-ly.py (conv): fixed \context Foo = mixedCaps
[lilypond.git] / input / test / vertical-extent.ly
index c6fbe95bfbe9d9386393c2315b32b526e61c0afa..a38c7c26c9a372ae1945dd565ab91ab2190febd4 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.1.36"
+\version "2.4.0"
 % TODO: huh?  what's this file about?  -gp
 
 \header { texidoc = "
@@ -8,7 +8,7 @@ Vertical extents may increased by setting @code{minimumVerticalExtent},
 " }
 
 \score {
-  \notes  <<
+    <<
     \new Staff {
       \set Staff.verticalExtent = #'(-15.0 . 0.0)
       \clef alto
@@ -20,7 +20,7 @@ Vertical extents may increased by setting @code{minimumVerticalExtent},
       g1
     }
   >>
-  \paper{
+  \layout{
       raggedright = ##t
   }
 }