]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/staff-size.ly
release: 1.3.25
[lilypond.git] / input / test / staff-size.ly
index adf8d50c266deb1a94ccb65aa726820720c49603..43a7e1909546402471af9dbd70fb04f233b7f471 100644 (file)
@@ -1,17 +1,17 @@
 \score {
   \notes \relative c' < \context Voice {
-       \property Staff.staffLineLeading = "4"
-       \property Staff.fontSize = "-1"
-       \property Voice.fontSize = "-1" 
+       \property Staff.staffSpace = #10
+       \property Staff.fontSize = #-1
+       \property Voice.fontSize = #-1
        
-       \property Voice . dynamicDir = \up \stemdown
+       \property Voice . dynamicDirection = \up \stemdown
 %\key gis;
        c8 d [e f g a] b c \ff
   }
 
-\context Staff = VB {  \property Voice . dynamicDir = \down c,,4 \ff c c c  }
+\context Staff = VB {  \property Voice . dynamicDirection = \down c,,4 \ff c c c  }
 
 >
 \paper { linewidth = -1.; }
 }
-\version "1.0.21"; 
+\version "1.3.5";