]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beamlet-test.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / beamlet-test.ly
1 \version "2.16.0"
2
3 \header {
4   texidoc = "
5 Beamlets should point away from complete beat units and toward off-beat or
6 broken beat units.  This should work in tuplets as well as in ordinary time.
7 "
8 }
9
10 \relative c'' {
11     \times 2/3 {
12       c8. c16 c8
13     }
14    \times 2/3 {
15       c8 c16 c8.
16     }
17   \times 4/5 {
18     c8[ c8. c16 c8 c8]
19   }
20   \times 4/5 {
21     c8[ c8 c16 c8. c8]
22   }
23   \times 4/5 {
24     c8 c16 c8. c8 c8
25   }
26   \times 4/5 {
27     c8 c8 c8. c16 c8
28   }
29   c8.[ c16 c8 c8]
30   c8[ c16 c8. c8]
31   c8[ c8. c16 c8]
32   c8.[ c16 c8. c16]
33   \times 4/5 { c8 [ c16 c8 c16 c8 c8 ] }
34   \times 4/5 { a8 a32 a8 a16. a8 a8 }
35 }
36