]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/staff-size.ly
patch::: 1.5.7.jcn1
[lilypond.git] / input / bugs / staff-size.ly
1 \version "1.3.148"
2 \header{
3 texidoc="separate staff-size is clumsy with \override.
4 Also, it doesn't seem to work anymore."
5 }
6
7 \score {
8   \notes \relative c' < \context Voice {
9         \property Staff.staffSpace = #10
10         \property Staff.fontSize = #-1
11         \property Voice.fontSize = #-1
12         
13         \property Voice . dynamicDirection = \up \stemDown
14 %\key gis \major
15         c8 d [e f g a] b c \ff
16   }
17
18 \context Staff = VB {  \property Voice . dynamicDirection = \down c,,4 \ff c c c  }
19
20 >
21 \paper { linewidth = -1. }
22 }
23