]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/changing-the-staff-size.ly
Merge branch 'lilypond/translation' of ssh://trettig@git.sv.gnu.org/srv/git/lilypond...
[lilypond.git] / input / lsr / changing-the-staff-size.ly
index 4d04de01ec4d757183711a814639617e6a0503c1..0e7caa9b03fde6ed50a2ae920eec596855b484c5 100644 (file)
@@ -1,6 +1,6 @@
 %% 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"
+\version "2.11.49"
 
 \header {
   lsrtags = "staff-notation, tweaks-and-overrides, paper-and-layout"
@@ -15,14 +15,15 @@ changed by scaling the properties @code{staff-space} and
   doctitle = "Changing the staff size"
 } % 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\f c c c
   }
 >>
-