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