]> git.donarmstrong.com Git - lilypond.git/blob - input/test/staff-line-leading.ly
update syntax in .ly files.
[lilypond.git] / input / test / staff-line-leading.ly
1 \version "1.7.6"
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           [<<c d f g>>8
11            e]
12           [f c']
13          }
14 >
15 \paper {  \translator  {
16       \StaffContext
17       StaffSymbol \set #'staff-space = #5.5
18       }}
19 }
20 %% new-chords-done %%