]> git.donarmstrong.com Git - lilypond.git/blob - input/test/staff-line-leading.ly
* lily/lily-guile.cc (type_check_assignment): if
[lilypond.git] / input / test / staff-line-leading.ly
1 \version "1.5.68"
2 \header{
3
4     texidoc ="Setting staff space on a staff "
5     }
6 \score { 
7   \notes \relative c'' \context GrandStaff <
8         \context Staff = up { c4 c4  }
9         \context Staff = down {  c4
10           [<c8 d f g>
11            e]
12           [f c']
13          }
14 >
15 \paper {  \translator  {
16       \StaffContext
17       StaffSymbol \set #'staff-space = #5.5
18       }}
19 }