]> git.donarmstrong.com Git - lilypond.git/blob - input/test/sizes.ly
patch::: 1.3.141.hwn3: Re: Sugar
[lilypond.git] / input / test / sizes.ly
1
2 \score { 
3   \context Voice \notes\relative c {
4     % to see the magic: uncomment size stuff in init/paper20.ly
5         
6         c'4 c4
7         
8         \property Voice.fontsize= -2
9         b16 * 1 / 2 (
10         \property Voice.fontsize= 0 )
11         g4 *31/32
12         
13         a a g2
14         
15   }
16   \paper { }  
17   \midi { }
18 }