release commit
[lilypond.git] / input / test / staff-size.ly
blob56554bea7a3c6a7ff0583f84481e8a21ed9cad6d
1 #(ly:set-option 'old-relative)
2 \version "2.1.7"
4 \header { texidoc = "@cindex Staff Size
6 For setting staff sizes, both @code{staff-space} and @code{fontSize}
7 must be set."
11 \score {
12 \notes \relative c' <<
13 \new Staff \relative c'' {
14 \dynamicDown c,,4 \ff c c c
16 \new Staff \with {
17 fontSize = #-1
18 StaffSymbol \set #'staff-space = #(magstep -1)
19 } {
20 \clef bass
21 c8 c c c c c c c
24 \paper { raggedright = ##t}