]> git.donarmstrong.com Git - lilypond.git/blob - input/test/staff-space.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / test / staff-space.ly
1 \version "2.1.26"
2
3 \header{ texidoc ="@cindex Staff Space
4 Setting staff space on a staff. "
5 }
6
7 \score { 
8   \notes \relative c'' \context GrandStaff <<
9         \new Staff { c4 c4  }
10         \new Staff {
11             c4
12
13             <c d f g>8[
14            e]
15            f[ c']
16          }
17 >>
18 \paper {  \translator  {
19       \StaffContext
20       \override StaffSymbol #'staff-space = #5.5
21       }
22         raggedright=##t }
23 }
24