]> git.donarmstrong.com Git - lilypond.git/blob - input/test/staff-space.ly
* lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
[lilypond.git] / input / test / staff-space.ly
1 #(ly:set-option 'old-relative)
2 \version "2.1.7"
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         \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       StaffSymbol \set #'staff-space = #5.5
22       }
23         raggedright=##t }
24 }
25