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