]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/staff-size.ly
LSR: adding new files.
[lilypond.git] / input / test / staff-size.ly
index 14ccc00ce95175a62d48f29f7b945c8b7acc80c0..6abe3d17d895ae4b58a815e827a1f7aaf6107b32 100644 (file)
@@ -1,38 +1,23 @@
-#(ly:set-option 'old-relative)
-\version "2.1.7"
+\version "2.10.0"
 
 \header { texidoc = "@cindex Staff Size
 
-For setting staff sizes there are two options: using
-@code{StaffContainer} and override/revert, or
-@code{\with}. Both methods are shown in this example."
+In order to change staff sizes, both @code{staff-space} and @code{fontSize}
+must be scaled."
 
 }
 
-\score {
-  \notes \relative c' <<
-      \new StaffContainer {
-         \property StaffContainer.StaffSymbol \set #'staff-space = #(magstep -2)
-         \property Staff.fontSize = #-2
-       
-         \dynamicUp\stemDown
-         
-                               %\key gis \major
-         c8 d  e[ f g a] b c \ff
-      }
+\layout { ragged-right = ##t}
 
-      \new Staff \relative c'' {
-         \dynamicDown c,,4 \ff c c c
-      }
-      \new Staff \with {
-         fontSize = #-1
-         StaffSymbol \set #'staff-space = #(magstep -1)
-      } {
-         \clef bass
-         c8 c c c  c c c c
-      }
-  >>
-  \paper { raggedright = ##t}
-}
+\relative c' <<
+%    \new Staff \relative c'' { \dynamicDown c4 \ff c c c }
+    \new Staff \with {
+       fontSize = #-3
+       \override StaffSymbol #'staff-space = #(magstep -3)
+    } {
+       \clef bass
+       c8 c c c  c c c c
+    }
+>>