]> git.donarmstrong.com Git - lilypond.git/blob - input/test/fake-grace.ly
release: 1.3.150
[lilypond.git] / input / test / fake-grace.ly
1 \version "1.3.146"
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         
12         ) g4 *31/32
13         
14         a a g2
15         
16   }
17   \paper { }  
18   \midi { }
19 }