]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/staff-size.ly
*** empty log message ***
[lilypond.git] / input / test / staff-size.ly
index 14ccc00ce95175a62d48f29f7b945c8b7acc80c0..a8a4159b101d8793beabefaea09cf825152b8ae7 100644 (file)
@@ -1,26 +1,14 @@
-#(ly:set-option 'old-relative)
-\version "2.1.7"
+\version "2.1.22"
 
 \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."
+For setting staff sizes, both @code{staff-space} and @code{fontSize}
+must be set."
 
 }
 
 \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
-      }
-
       \new Staff \relative c'' {
          \dynamicDown c,,4 \ff c c c
       }