]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/changing-the-staff-size.ly
Lilypond-book: Implement MusicXML support in lilypond-book
[lilypond.git] / Documentation / snippets / changing-the-staff-size.ly
index 5b2dc06ad56127292c995ccfab3bb878a262abaa..f7c4d3dd78259c01e4510df336998c9f345d7999 100644 (file)
@@ -1,14 +1,17 @@
-%% Do not edit this file; it is automatically
+%% DO NOT EDIT this file manually; it is automatically
 %% generated from LSR http://lsr.dsi.unimi.it
+%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
+%% and then run scripts/auxiliar/makelsr.py
+%%
 %% This file is in the public domain.
-\version "2.12.2"
+\version "2.14.0"
 
 \header {
   lsrtags = "staff-notation, tweaks-and-overrides, paper-and-layout"
 
   texidoc = "
 Though the simplest way to resize staves is to use
-@code{#(set-global-staff-size xx)}, an individual staff's size can be
+@code{#(set-global-staff-size @var{xx})}, an individual staff's size can be
 changed by scaling the properties @code{'staff-space} and
 @code{fontSize}.