]> git.donarmstrong.com Git - lilypond.git/blob - input/test/staff-line-leading.ly
03a5daf1d5f63b08a908f95958b0c33698e3aa2a
[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          }
7 >
8 }