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