]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/vertical-extent.ly
patch::: 1.3.75.mb1
[lilypond.git] / input / test / vertical-extent.ly
index b944b43fe2e47453f93f6fb3c53c208b9598f5c0..b8cf58ed87a6683ee81a231440612bae267035b3 100644 (file)
@@ -1,7 +1,20 @@
 
 \score {
-\notes \context Staff {
-  \property Staff.StaffVerticalExtent = #'(-15.0 . 15.0)
-  c1 \break c1 
-}
+  \notes  <
+    \context Staff = upper {
+      \property Staff.StaffVerticalExtent = #'(-15.0 . 0.0)
+      \clef alto;
+      c1 \break c1 
+    }
+    \context Staff = lower {
+      \property Staff.StaffVerticalExtent = #'(-0.0 . 15.0)
+      \clef alto;
+      g1 \break g1 
+    }
+  >
+  \paper{
+    interscoreline = 3.0\mm;
+    \translator{\ScoreContext \remove "Bar_number_engraver";}
+    \translator{\StaffContext StaffMinimumVerticalExtent = #'(-2.0 . 2.0)}
+  }
 }