]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/vertical-align.ly
release: 1.3.5
[lilypond.git] / input / test / vertical-align.ly
index 46a8b98d60a45467938064e0ed37aa998fea397f..c57f9464483825599c75f65c67c92ef61aa2f03b 100644 (file)
@@ -1,11 +1,11 @@
 
-\version "1.2.0";
+\version "1.3.4";
 
 \score {
 \notes <
        \context GrandStaff < {
-          \property GrandStaff . maxVerticalAlign = "60."
-          \property GrandStaff . minVerticalAlign = "35."
+          \property GrandStaff . maxVerticalAlign = #60.0
+          \property GrandStaff . minVerticalAlign = #35.0
 
           c'1 \break  c'''''1 
        }