]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/regression-test.tely
patch::: 1.3.118.jcn2
[lilypond.git] / Documentation / regression-test.tely
1 \input texinfo @c -*-texinfo-*-   vim:tw=72
2 @setfilename regression-test.info
3 @settitle LilyPond Regression test
4
5 @c fool ls-latex
6 @ignore
7 @author Han-Wen Nienhuys and Jan Nieuwenhuizen
8 @title LilyPond Regression test
9 @end ignore
10
11 @node Top, , , (dir)
12
13 @section Introduction
14
15 This document tries give a brief overview of LilyPond features.  When
16 the text correspond with the shown notation, we consider LilyPond
17 Officially BugFree (tm).  This document is intended for finding bugs,
18 and documenting bugfixes.
19
20 [TODO: revise and completize this. ]
21
22
23
24 @section Notes and rests
25
26 @lilypondfile{rest.ly}
27
28 @lilypondfile{noteheadstyle.ly}
29
30 @lilypondfile{dots.ly}
31
32 @lilypondfile{accidental.ly}
33
34 @lilypondfile{multi-measure-rest.ly}
35
36 @lilypondfile{mm-rests2.ly}
37
38 @lilypondfile{accidental-single-double.ly}
39
40
41
42 @section Stems
43
44 @lilypondfile{stem-tremolo.ly}
45
46 @lilypondfile{chord-tremolo.ly}
47
48 @lilypondfile{stem-direction.ly}
49
50 @lilypondfile{stem-direction-down.ly}
51
52
53
54 @section Scripts
55
56 @lilypondfile{staccato-pos.ly}
57
58 @lilypondfile{dyn-line.ly}
59
60 @lilypondfile{arpeggio.ly}
61
62 @lilypondfile{glissando.ly}
63
64 @lilypondfile{follow-thread.ly}
65
66
67
68 @section Chord names
69
70 @lilypondfile{chord-names.ly}
71
72
73
74 @section Grace notes
75
76 @lilypondfile{grace.ly}
77
78
79
80 @section Beams, slurs and other spanners
81
82 @lilypondfile{beaming.ly}
83
84 @lilypondfile{beam-extreme.ly}
85
86 @lilypondfile{beam-position.ly}
87
88 @lilypondfile{auto-beam-bar.ly}
89
90 @lilypondfile{beam-rest.ly}
91
92 @lilypondfile{beam-length.ly}
93
94 @lilypondfile{beam-dir-function.ly}
95
96 @lilypondfile{triplets.ly}
97
98
99 @lilypondfile{slur-nice.ly}
100 @lilypondfile{slur-symmetry.ly}
101 @lilypondfile{slur-symmetry-1.ly}
102
103 @lilypondfile{slur-broken-trend.ly}
104
105 @lilypondfile{slur-attachment.ly}
106
107 @lilypondfile{slur-attachment-override.ly}
108
109 @lilypondfile{ophee-slurs.ly}
110
111 @lilypondfile{tie.ly}
112
113 @lilypondfile{tie-chord.ly}
114
115 @lilypondfile{tie-accidental.ly}
116
117 @lilypondfile{beam-cross-staff.ly}
118
119 @lilypondfile{slur-cross-staff.ly}
120
121 @lilypondfile{tup.ly}
122
123
124
125 @section Property details
126
127 @lilypondfile{generic-property-override.ly}
128
129
130
131 @section Repeats
132
133 @lilypondfile{repeat-unfold.ly}
134
135 @lilypondfile{repeat-volta.ly}
136
137 @lilypondfile{repeat-fold.ly}
138
139 @lilypondfile{repeat-line-break.ly}
140
141 @lilypondfile{auto-change.ly}
142
143
144
145 @section Lyrics
146
147 @lilypondfile{lyric-combine.ly}
148
149 @lilypondfile{lyrics-multi-stanza.ly}
150
151
152
153 @section Multiple notes
154
155 @lilypondfile{rest-collision.ly}
156
157 @lilypondfile{collisions.ly}
158
159 @lilypondfile{number-staff-lines.ly}
160
161
162
163 @section Spacing
164
165 @lilypondfile{stem-spacing.ly}
166
167 @lilypondfile{spacing-tight.ly}
168
169 @lilypondfile{spacing-natural.ly}
170
171 @lilypondfile{spacing-loose.ly}
172
173 @lilypondfile{lyrics-bar.ly}
174
175 @lilypondfile{non-empty-text.ly}
176
177
178
179 @section PianoStaff
180
181
182
183 @section Global stuff
184
185 @lilypondfile{break.ly}
186
187 @lilypondfile{bar-scripts.ly}
188
189 @lilypondfile{staff-margin.ly}
190
191 @lilypondfile{breathing-sign.ly}
192
193 @lilypondfile{hara-kiri-short.ly}
194
195 @lilypondfile{part-combine.ly}
196
197
198 @lilypondfile[nonfragment]{size11.ly}
199
200 @lilypondfile[nonfragment]{size13.ly}
201
202 @lilypondfile[nonfragment]{size16.ly}
203
204 @lilypondfile[nonfragment]{size20.ly}
205
206 @lilypondfile[nonfragment]{size23.ly}
207
208 @lilypondfile[nonfragment]{size26.ly}
209
210
211
212 @section Clefs and Time Signatures
213
214 @lilypondfile{clefs.ly}
215
216 @lilypondfile{keys.ly}
217
218
219 @ignore
220 @c the input file is too long and does not test for specific bugs
221
222 By default, time signatures are written with two numbers. With style
223 ``C'', 4/4 and 2/2 are written with their corresponding symbols and
224 with style ``old'', 2/2, 3/2, 2/4, 3/4, 4/4, 6/4, 9/4, 4/8, 6/8 and
225 9/8 are typeset with symbols, all other signatures retain the default
226 layout. The style ``1'', gives single number signatures for all
227 signatures. 
228 %
229 \mu delafile{time.ly}
230 @end ignore
231
232
233
234
235
236 @section Hacks and Features
237
238 @lilypondfile{generic-output-property.ly}
239
240 @lilypondfile{between-systems.ly}
241
242 @bye
243