X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fnotation%2Fspacing.itely;h=c88f6b2c1bf87986817c90e40bcd5ec927eada04;hb=38a17c6133689ec42e6b8ecca925be59f3b78962;hp=dd8ef02293d6ebd75c3a314ff0a3ea1351e418ea;hpb=98b5d41f6eee82aa7cb9da7dbfafdd35872830bd;p=lilypond.git diff --git a/Documentation/notation/spacing.itely b/Documentation/notation/spacing.itely index dd8ef02293..c88f6b2c1b 100644 --- a/Documentation/notation/spacing.itely +++ b/Documentation/notation/spacing.itely @@ -1283,24 +1283,17 @@ block: @end example @item -To set the staff size for a single staff within a system, set the -staff's font-size and staff-space using units relative to the -score's default staff size. Using relative units prevents the -proportion of staff sizes from being altered if the default staff -size is modified with @code{set-global-staff-size} or -@code{layout-set-staff-size}. - -For example, traditionally engraved chamber music scores with -piano often used 7mm piano staves while the other staves were up -to 5/7 as large (if space allowed), or down to 3/5 as large (if -space was cramped). To achieve the 5/7 proportion, use: +To set the staff size for a single staff within a system, use the +@code{\magnifyStaff} command. For example, traditionally engraved +chamber music scores with piano often used 7mm piano staves while +the other staves were typically between 3/5 and 5/7 as large +(between 60% and 71%). To achieve the 5/7 proportion, use: @example \score @{ << \new Staff \with @{ - fontSize = #(magnification->font-size 5/7) - \override StaffSymbol.staff-space = #5/7 + \magnifyStaff #5/7 @} @{ @dots{} @} \new PianoStaff @{ @dots{} @} >> @@ -1314,8 +1307,7 @@ could use the following form: \score @{ << \new Staff \with @{ - fontSize = -3 - \override StaffSymbol.staff-space = #(magstep -3) + \magnifyStaff #(magstep -3) @} @{ @dots{} @} \new PianoStaff @{ @dots{} @} >>