]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/changing-the-staff-size.ly
Merge commit 'ce4b499'
[lilypond.git] / input / lsr / changing-the-staff-size.ly
index fa3e93ce8ba8f85703134478ca279a35b5f477b7..2c54e420a894ad6e63ccaba90a784bee16091aa3 100644 (file)
@@ -1,23 +1,26 @@
-%% Do not edit this file; it is auto-generated from LSR!
-%% Tags: staff-notation, tweaks-and-overrides, paper-and-layout
-\version "2.11.35"
+%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% This file is in the public domain.
+\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. 
 " }
 % begin verbatim
 {
-    \new Staff \relative c'' { \dynamicDown c8 \ff c c c c c c c } 
+  \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)
-    } {
-       \clef bass
-       c8 c c c  c c c c
-    }
+  \new Staff \with {
+    fontSize = #-3
+    \override StaffSymbol #'staff-space = #(magstep -3)
+  }
+  {
+    \clef bass
+    c8 c c c  c c c c
+  }
 }