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