release commit
[lilypond.git] / input / test / staff-space.ly
blob880b0cae2947fae2bee543ac48701485ec4bbcd2
1 #(ly:set-option 'old-relative)
2 \version "2.1.7"
4 \header{ texidoc ="@cindex Staff Space
5 Setting staff space on a staff. "
8 \score {
9 \notes \relative c'' \context GrandStaff <<
10 \new Staff { c4 c4 }
11 \new Staff {
14 <c d f g>8[
16 f[ c']
19 \paper { \translator {
20 \StaffContext
21 StaffSymbol \set #'staff-space = #5.5
23 raggedright=##t }