]> git.donarmstrong.com Git - lilypond.git/blob - input/test/staff-size.ly
covnert-ly
[lilypond.git] / input / test / staff-size.ly
1 \version "1.5.68"
2 \score {
3   \notes \relative c' < \context StaffContainer = SA{
4      \property StaffContainer.StaffSymbol \set #'staff-space = #(/ 16 20)
5
6         \property Staff.fontSize = #-1
7         \property Voice.fontSize = #-1
8         
9         \dynamicUp\stemDown
10
11         %\key gis \major
12         c8 d [e f g a] b c \ff
13   }
14
15 \context StaffContainer = SB {  \dynamicDown c,,4 \ff c c c  }
16
17 >
18 \paper { linewidth = -1. }
19 }
20