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