]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/changing-the-staff-size.ly
Linux->GNU/Linux (Issue 2651)
[lilypond.git] / Documentation / snippets / changing-the-staff-size.ly
index e43db87e1623bfbccaaf8e72bdd0bc99e39cee7d..b05e50b30506e39a4d3d2af481f8844fd37c1018 100644 (file)
@@ -1,20 +1,25 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% 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.13.1"
+\version "2.14.2"
 
 \header {
-  lsrtags = "staff-notation, tweaks-and-overrides, paper-and-layout"
+  lsrtags = "paper-and-layout, staff-notation, tweaks-and-overrides"
 
   texidoc = "
 Though the simplest way to resize staves is to use
 @code{#(set-global-staff-size xx)}, an individual staff's size can be
 changed by scaling the properties @code{'staff-space} and
-@code{fontSize}. 
+@code{fontSize}.
 
 "
   doctitle = "Changing the staff size"
 } % begin verbatim
 
+
 <<
   \new Staff {
     \relative c'' {
@@ -30,4 +35,3 @@ changed by scaling the properties @code{'staff-space} and
     c8 c c c c\f c c c
   }
 >>
-