]> git.donarmstrong.com Git - lilypond.git/blob - input/test/staff-size.ly
f88298c98176ec09b7cf2402a332b6ee4791dbc4
[lilypond.git] / input / test / staff-size.ly
1 \score {
2   \notes \relative c' < \context Voice {
3         \property Staff.staffLineLeading = "4"
4         \property Staff.fontSize = "-1"
5         \property Voice.fontSize = "-1" 
6         
7         \property Voice . dynamicDir = \up \stemdown
8 %\key gis;
9         c8 d [e f g a] b c \ff
10   }
11
12 \context Staff = VB {  \property Voice . dynamicDir = \down c,,4 \ff c c c  }
13
14 >
15 \paper { linewidth = -1.; }
16 }
17 \version "1.2.0";