]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/vertical-extent.ly
* Documentation/user/lilypond-book.itely
[lilypond.git] / input / test / vertical-extent.ly
index b51a0d91c9d81186f18d9c73ce710e88bf03e3d0..290d4feff83e1d8f002d8fd63438580fd7c2f397 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.7.18"
+\version "1.9.8"
 % TODO: huh?  what's this file about?  -gp
 
 \header { texidoc = "
@@ -9,23 +9,20 @@ associated context finishes, so using it in \property works.
 " }
 
 \score {
-  \notes  <
-    \context Staff = upper {
+  \notes  <<
+    \new Staff {
       \property Staff.verticalExtent = #'(-15.0 . 0.0)
       \clef alto
-      c1 \break c1 
+      c1
     }
-    \context Staff = lower {
+    \new Staff {
       \property Staff.verticalExtent = #'(-0.0 . 15.0)
       \clef alto
-      g1 \break g1 
+      g1
     }
-  >
+  >>
   \paper{
-    interscoreline = 13.0\mm
-    interscorelinefill = 0
-    \translator{\ScoreContext \remove "Bar_number_engraver"}
-    \translator{\StaffContext minimumVerticalExtent = #'(-2.0 . 2.0)}
+      raggedright = ##t
   }
 }