]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/staff/changing-the-staff-size.ly
Merge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / lsr / staff / changing-the-staff-size.ly
1 %%  Do not edit this file; it is auto-generated from LSR!
2 \version "2.11.23"
3
4 \header { texidoc = "
5 In order to change staff sizes, both @code{staff-space} and
6 @code{fontSize} must be scaled. 
7 " }
8
9 \relative c' <<
10 %    \new Staff \relative c'' { \dynamicDown c4 \ff c c c }
11     \new Staff \with {
12         fontSize = #-3
13         \override StaffSymbol #'staff-space = #(magstep -3)
14     } {
15         \clef bass
16         c8 c c c  c c c c
17     }
18 >>
19
20
21