]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/staff-line-leading.ly
patch::: 1.3.152.jcn2
[lilypond.git] / input / test / staff-line-leading.ly
index 03a5daf1d5f63b08a908f95958b0c33698e3aa2a..a68dd33893aea225c09acd82b22af751b116cee4 100644 (file)
@@ -1,8 +1,12 @@
+\version "1.3.146"
+
 \score { 
   \notes \relative c'' \context GrandStaff <
        \context Staff = up { c4 c4  }
-       \context Staff = down { \property Staff. staffLineLeading = #5.5 c4
-         <c8 d f g>
+       \context Staff = down { \property Staff. staffSpace = #5.5 c4
+         [<c8 d f g>
+          e]
+         [f c']
         }
 >
 }