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