]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/vertical-align.ly
release: 1.3.28
[lilypond.git] / input / test / vertical-align.ly
index 52e286e1c2c515906fcdb3e82300df72302cadcc..67f85f575f5e472c210479cb85b4d08c6a0c0aef 100644 (file)
@@ -1,11 +1,11 @@
 
-\version "1.0.20";
+\version "1.3.5";
 
 \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 
        }