]> git.donarmstrong.com Git - lilypond.git/blob - input/test/staff-line-leading.ly
patch::: 1.3.134.jcn1
[lilypond.git] / input / test / staff-line-leading.ly
1
2 \score { 
3   \notes \relative c'' \context GrandStaff <
4         \context Staff = up { c4 c4  }
5         \context Staff = down { \property Staff. staffSpace = #5.5 c4
6           [<c8 d f g>
7            e]
8           [f c']
9          }
10 >
11 }