]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/vertical-align.ly
release: 1.5.43
[lilypond.git] / input / test / vertical-align.ly
index 8295ae22efb37a9bd7003f8a1875dd1ab34d0b60..4d247506989779983498d59bd6020592864b4aaa 100644 (file)
@@ -1,12 +1,10 @@
+\version "1.3.146"
+
 
-\version "1.0.21";
 
 \score {
 \notes <
        \context GrandStaff < {
-          \property GrandStaff . maxVerticalAlign = "60."
-          \property GrandStaff . minVerticalAlign = "35."
-
           c'1 \break  c'''''1 
        }
            { c'1 \break c,,,,1}
 
 >
 
-\paper{}
+\paper{
+  \translator{\StaffContext
+    VerticalAlignment \override #'threshold = #'(7 . 12)
+  }
+}
 
 }