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