]> git.donarmstrong.com Git - lilypond.git/blob - input/test/staff-space.ly
Massive changes - see ChangeLog.
[lilypond.git] / input / test / staff-space.ly
1 #(ly:set-option 'old-relative)
2 \version "1.9.0"
3
4 \header{ texidoc ="@cindex Staff Space
5 Setting staff space on a staff. "
6 }
7
8 \score { 
9   \notes \relative c'' \context GrandStaff <
10         \context Staff = up { c4 c4  }
11         \context Staff = down {
12             c4
13
14             <<c d f g>>8-[
15            e]
16            f-[ c']
17          }
18 >
19 \paper {  \translator  {
20       \StaffContext
21       StaffSymbol \set #'staff-space = #5.5
22       }
23         raggedright=##t }
24 }
25