]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/staff-size.ly
release: 1.3.143
[lilypond.git] / input / test / staff-size.ly
index 40db541ff0e4b694a509782bfcfcc9c0fb0d967e..641ad37f3afbf577e43a19dcc6fccecd1d3ba15e 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
-%\key gis;
+       \property Voice . dynamicDirection = \up \stemDown
+%\key gis \major;
        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.1.52"; 
+