]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/autobeam-show-defaults.ly
lilypond-manuals.css: edit color scheme and some spacing
[lilypond.git] / input / regression / autobeam-show-defaults.ly
1 \version "2.16.0"
2
3 \header {
4
5   texidoc = "
6 Default autobeam settings have been set for a number of time signatures.
7 Each score shows the desired beaming
8 "
9
10 }
11
12 {
13   \time 2/2
14   a8^\markup "Beams should end at 4/8, 6/8, and 8/8"
15   \repeat unfold 6 a8 a16 a32 a64 a128 a
16 }
17 {
18   \time 2/4
19   a8^\markup "Beams should end at 2/8 and 4/8"
20   \repeat unfold 6 a8
21   a16 a32 a64 a128 a
22 }
23 {
24   \time 2/8
25   a8^\markup "Beams should end at 1/8 and 2/8"
26   \repeat unfold 2 a8
27   a16 a32 a64 a128 a
28 }
29 {
30   \time 2/16
31   a16^\markup "Beams should end at 1/16 and 2/16"
32   a a a32 a64 a128 a
33 }
34 {
35   \time 3/2
36   a8^\markup "Beams should end at 4/8, 8/8, 10/8 and 12/8"
37   \repeat unfold 10 a8 a16 a32 a64 a128 a }
38 {
39   \time 3/4
40   a8^\markup "1/8 beams should end at 3/4; smaller beams should end at 1/4, 2/4, and 3/4"
41   \repeat unfold 5 a8
42   \repeat unfold 11 a16 a32 a64 a128 a
43 }
44 {
45   \time 3/8
46   a8^\markup "Beams should end at 3/8"
47   a a
48   \repeat unfold 5 a16 a32 a64 a128 a
49 }
50 {
51   \time 3/16
52   a16^\markup "Beams should end at 1/16, 2/16, and 3/16"
53   \repeat unfold 4 a16
54   a32 a64 a128 a
55 }
56 {
57   \time 4/2
58   a8^\markup "Beams should end at 4/8, 8/8, 12/8, 14/8, and 16/8"
59   \repeat unfold 14 a8
60   a16 a32 a64 a128 a
61 }
62 {
63   \time 4/4
64   a8^\markup "Beams should end at 4/8, 6/8, and 8/8"
65   \repeat unfold 6 a8
66   a16 a32 a64 a128 a
67 }
68 {
69   \time 4/16
70   a8^\markup "Beams should end at 1/16, 2/16, 3/16, and 4/16"
71   a \repeat unfold 7 a16
72   a32 a64 a128 a
73 }
74 {
75   \time 4/8
76   a8^\markup "Beams should end at 2/8 and 4/8"
77   \repeat unfold 6 a8
78   a16 a32 a64 a128 a
79 }
80 {
81   \time 6/4
82   a8^\markup "Beams should end at 6/8, 8/8, 10/8, and 12/8"
83   \repeat unfold 10 a8
84   a16 a32 a64 a128 a
85 }
86 {
87   \time 6/8
88   a8^\markup "Beams should end at 3/8 and 6/8"
89   \repeat unfold 10 a8
90   a16 a32 a64 a128 a
91 }
92 {
93   \time 9/4
94   a8^\markup "Beams should end at 6/8, 12/8, 14/8, 16/8, and 18/8"
95   \repeat unfold 16
96   a8 a16 a32 a64 a128 a
97 }
98 {
99   \time 9/8
100   a8^\markup "Beams should end at 3/8, 6/8, and 9/8"
101   \repeat unfold 7 a8
102   a16 a32 a64 a128 a
103 }
104 {
105   \time 9/16
106   a8^\markup "Beams should end at 3/16, 6/16, and 9/16"
107   \repeat unfold 3 a8
108   \repeat unfold 9 a16
109   a32 a64 a128 a
110 }
111 {
112   \time 12/4
113   a8^\markup "Beams should end at 6/8, 12/8, 18/8, 20/8, 22/8, and 24/8"
114   \repeat unfold 22 a8
115   a16 a32 a64 a128 a
116 }
117 {
118   \time 12/8
119   a8^\markup "Beams should end at 3/8, 6/8, 9/8, and 12/8"
120   \repeat unfold 22 a8
121   a16 a32 a64 a128 a
122 }
123 {
124   \time 12/16
125   a8^\markup
126     \column {
127       "1/8 beams should end at 6/16 and 12/16"
128       "Shorter beams should end at 3/16, 6/16, 9/16, and 12/16"
129     }
130   \repeat unfold 5 a8
131   \repeat unfold 11 a16
132   a32 a64 a128 a
133 }
134 { \time 5/8
135   a8^\markup "Beams should end at 3/8 and 5/8"
136   \repeat unfold 8 a8
137   a16 a32 a64 a128 a
138 }
139 {
140   \time 8/8
141   a8^\markup "Beams should end at 3/8, 6/8, and 8/8"
142   \repeat unfold 14 a8 a
143   16 a32 a64 a128 a
144 }