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