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