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