]> git.donarmstrong.com Git - lilypond.git/blob - input/test/staff-space.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / test / staff-space.ly
1 \version "2.3.4"
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    \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 {  \context  {
20       \Staff
21       \override StaffSymbol #'staff-space = #5.5
22       }
23         raggedright=##t }
24 }
25