]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/bugs/staff-size.ly
*** empty log message ***
[lilypond.git] / input / bugs / staff-size.ly
index 12482575eeb9efe186b525bdeb89bc8273bafc6f..fc78a05e8744e43aa2fae96a714ed1b4a2075e47 100644 (file)
@@ -1,6 +1,10 @@
+\version "1.5.68"
+
+\header{
+texidoc="separate staff-size is clumsy with \override.
+Also, it doesn't seem to work anymore."
+}
 
-       % separate staff-size is clumsy with \override.
-       
 \score {
   \notes \relative c' < \context Voice {
        \property Staff.staffSpace = #10
        \property Voice.fontSize = #-1
        
        \property Voice . dynamicDirection = \up \stemDown
-%\key gis \major;
+%\key gis \major
        c8 d [e f g a] b c \ff
   }
 
 \context Staff = VB {  \property Voice . dynamicDirection = \down c,,4 \ff c c c  }
 
 >
-\paper { linewidth = -1.; }
+\paper { linewidth = -1. }
 }
-\version "1.3.117"; 
+