]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/staff-size.ly
LSR: adding new files.
[lilypond.git] / input / test / staff-size.ly
index 56554bea7a3c6a7ff0583f84481e8a21ed9cad6d..6abe3d17d895ae4b58a815e827a1f7aaf6107b32 100644 (file)
@@ -1,27 +1,23 @@
-#(ly:set-option 'old-relative)
-\version "2.1.7"
+\version "2.10.0"
 
 \header { texidoc = "@cindex Staff Size
 
-For setting staff sizes, both @code{staff-space} and @code{fontSize}
-must be set."
+In order to change staff sizes, both @code{staff-space} and @code{fontSize}
+must be scaled."
 
 }
 
-\score {
-  \notes \relative c' <<
-      \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}
-}
+\layout { ragged-right = ##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
+    }
+>>