]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/changing-the-staff-size.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / changing-the-staff-size.ly
index 31f3ebf8fdb55799624cdaaddbd2cb1353145687..1400f158c3f5cd2e8bd82bdd8098015e663f446e 100644 (file)
@@ -4,10 +4,10 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.12.2"
+\version "2.16.0"
 
 \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
@@ -19,6 +19,7 @@ changed by scaling the properties @code{'staff-space} and
   doctitle = "Changing the staff size"
 } % begin verbatim
 
+
 <<
   \new Staff {
     \relative c'' {
@@ -34,4 +35,3 @@ changed by scaling the properties @code{'staff-space} and
     c8 c c c c\f c c c
   }
 >>
-