]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/staff-size.ly
deleted input/test/lines.ly; duplicate of embedded-postscript.ly
[lilypond.git] / input / test / staff-size.ly
index ba2c18f073b74af300be30a61c0ee04d61545e4b..650d6d49e70ca264bdcc69754ada59f5e1a18892 100644 (file)
@@ -1,10 +1,11 @@
+\version "1.7.18"
 
-\header { texidoc = "Setting staff sizes is a little clumsy.  There
+\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."
+\outputproperty. Both methods are shown in this example. "
 }
 
-\version "1.7.16"
 \score {
   \notes \relative c' < \context StaffContainer = SA{
      \property StaffContainer.StaffSymbol \set #'staff-space = #(/ 16 20)
@@ -15,7 +16,7 @@ are two options: using StaffContainer and override/revert, or
        \dynamicUp\stemDown
 
        %\key gis \major
-       c8 d [e f g a] b c -\ff
+       c8 d  e-[ f g a] b c -\ff
   }
 
 \context Staff = SB { \dynamicDown c,,4 -\ff c c c  }