]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/changing-the-staff-size.ly
Merge branch 'master' of ssh://kainhofer@git.sv.gnu.org/srv/git/lilypond into dev...
[lilypond.git] / input / lsr / changing-the-staff-size.ly
index a1f193e4944d8665be6c26b0935716bc894a0685..a272ce4b353b285844705fda38001e7d2484335c 100644 (file)
@@ -1,18 +1,19 @@
 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-%% Tags: staff-notation, tweaks-and-overrides, paper-and-layout
-\version "2.11.35"
+\version "2.11.38"
 
-\header { texidoc = "
+\header {
+  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)
@@ -21,5 +22,5 @@ In order to change staff sizes, both @code{staff-space} and
     \clef bass
     c8 c c c  c c c c
   }
-}
+>>