]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/vertical-align.ly
release: 1.3.121
[lilypond.git] / input / test / vertical-align.ly
index 4262f80194cb111b71fbba879f3bfb2c88674c8f..924669e95329e7e5a1c3bcca92745d0731aa7ba7 100644 (file)
@@ -1,12 +1,9 @@
 
-\version "1.3.96";
+\version "1.3.117";
 
 \score {
 \notes <
        \context GrandStaff < {
-          \property GrandStaff . maxVerticalAlign = #12.0
-          \property GrandStaff . minVerticalAlign = #7.0
-
           c'1 \break  c'''''1 
        }
            { c'1 \break c,,,,1}
 
 >
 
-\paper{}
+\paper{
+  \translator{\StaffContext
+    VerticalAlignment \override #'threshold = #'(7 . 12)
+  }
+}
 
 }