X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fchanging-the-staff-size.ly;h=a272ce4b353b285844705fda38001e7d2484335c;hb=1b05110540a07309d09cfc8d9707b7fb6a424b05;hp=2c54e420a894ad6e63ccaba90a784bee16091aa3;hpb=fde2e58d53e937105be9ce3b0bfaced28062822e;p=lilypond.git diff --git a/input/lsr/changing-the-staff-size.ly b/input/lsr/changing-the-staff-size.ly index 2c54e420a8..a272ce4b35 100644 --- a/input/lsr/changing-the-staff-size.ly +++ b/input/lsr/changing-the-staff-size.ly @@ -6,14 +6,14 @@ lsrtags = "staff-notation, tweaks-and-overrides, paper-and-layout" texidoc = " In order to change staff sizes, both @code{staff-space} and -@code{fontSize} must be scaled. +@code{fontSize} must be scaled. + +If you do not want to resize staves individually, the simplest way is +to use @code{#(set-global-staff-size xx)}. " } % begin verbatim -{ +<< \new Staff \relative c'' { \dynamicDown c8 \ff c c c c c c c } -} - -{ \new Staff \with { fontSize = #-3 \override StaffSymbol #'staff-space = #(magstep -3) @@ -22,5 +22,5 @@ In order to change staff sizes, both @code{staff-space} and \clef bass c8 c c c c c c c } -} +>>