]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/staff-size.ly
LSR: adding new files.
[lilypond.git] / input / test / staff-size.ly
index bbeadbcbfdea917c41232b18331309dea36753d4..6abe3d17d895ae4b58a815e827a1f7aaf6107b32 100644 (file)
@@ -1,20 +1,23 @@
-\version "1.5.68"
-\score {
-  \notes \relative c' < \context StaffContainer = SA{
-     \property StaffContainer.StaffSymbol \set #'staff-space = #(/ 16 20)
+\version "2.10.0"
 
-       \property Staff.fontSize = #-1
-       \property Voice.fontSize = #-1
-       
-       \dynamicUp\stemDown
+\header { texidoc = "@cindex Staff Size
 
-       %\key gis \major
-       c8 d [e f g a] b c \ff
-  }
+In order to change staff sizes, both @code{staff-space} and @code{fontSize}
+must be scaled."
 
-\context StaffContainer = SB {  \dynamicDown c,,4 \ff c c c  }
-
->
-\paper { linewidth = -1. }
 }
 
+\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
+    }
+>>
+
+