lilypond-1.3.141
[lilypond.git] / input / bugs / multiply.ly
blob85c02dc5c816451f71ce4e6f9de11c3296492581
1 % ugh: strange order of things, this:
2 % a16 * 1/2 (
3 % must be
4 % a16 ( * 1/2
7 \score {
8 \context Voice \notes\relative c {
9 % to see the magic: uncomment size stuff in init/paper20.ly
11 c'4 c4
13 \property Voice.fontSize= -2
14 % ugh ugh
15 b16 * 1 / 2 (
16 \property Voice.fontSize= 0 )
17 g4 *31/32
19 a a g2
22 \paper { }
23 \midi { }