]> git.donarmstrong.com Git - lilypond.git/blob - input/test/staff-space.ly
*** empty log message ***
[lilypond.git] / input / test / staff-space.ly
1 \version "2.1.28"
2
3 \header{ texidoc ="@cindex Staff Space
4 By just increasing @code{staff-space} on a staff, you may produce strange
5 results. "
6 }
7
8 \score { 
9   \notes \relative c'' \context GrandStaff <<
10         \new Staff { c4 c4  }
11         \new Staff {
12             c4
13
14             <c d f g>8[
15            e]
16            f[ c']
17          }
18 >>
19 \paper {  \translator  {
20       \StaffContext
21       \override StaffSymbol #'staff-space = #5.5
22       }
23         raggedright=##t }
24 }
25