]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/staff-size.ly
sed Lilypond to LilyPond.
[lilypond.git] / input / test / staff-size.ly
index 650d6d49e70ca264bdcc69754ada59f5e1a18892..05d7cde1b1dd52777dcec3d6e9784c0553deded2 100644 (file)
@@ -1,9 +1,11 @@
 \version "1.7.18"
 
 \header { texidoc = "@cindex Staff Size
-Setting staff sizes is a little clumsy.  There
-are two options: using StaffContainer and override/revert, or
-\outputproperty. Both methods are shown in this example. "
+
+Setting staff sizes is a little clumsy.  There are two options: using
+@code{StaffContainer} and override/revert, or
+@code{\outputproperty}. Both methods are shown in this example. "
+
 }
 
 \score {
@@ -19,7 +21,7 @@ are two options: using StaffContainer and override/revert, or
        c8 d  e-[ f g a] b c -\ff
   }
 
-\context Staff = SB { \dynamicDown c,,4 -\ff c c c  }
+\context Staff = SB \relative c'' { \dynamicDown c,,4 -\ff c c c  }
 \context Staff = SC {
   \context Staff \outputproperty #(make-type-checker 'staff-symbol-interface)
     #'staff-space =  #0.8
@@ -31,4 +33,4 @@ are two options: using StaffContainer and override/revert, or
 \paper { raggedright = ##t}
 }
 
-%% new-chords-done %%
+