]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/vertical-align.ly
release: 1.3.121
[lilypond.git] / input / test / vertical-align.ly
index cb2664d47b3672f743fe439dfab1d1592ce65430..924669e95329e7e5a1c3bcca92745d0731aa7ba7 100644 (file)
@@ -1,12 +1,9 @@
 
-\version "1.0.16";
+\version "1.3.117";
 
 \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)
+  }
+}
 
 }