]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/regression-test.tely
patch::: 1.3.115.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{slur-nice.ly}
93 @lilypondfile{slur-symmetry.ly}
94 @lilypondfile{slur-symmetry-1.ly}
95
96 @lilypondfile{slur-broken-trend.ly}
97
98 @lilypondfile{tie.ly}
99
100 @lilypondfile{tie-chord.ly}
101
102 @lilypondfile{tie-accidental.ly}
103
104 @lilypondfile{beam-cross-staff.ly}
105
106 @lilypondfile{slur-cross-staff.ly}
107
108 @lilypondfile{tup.ly}
109
110
111
112 @section Property details
113
114 @lilypondfile{generic-property-override.ly}
115
116
117
118 @section Repeats
119
120 @lilypondfile{repeat-unfold.ly}
121
122 @lilypondfile{repeat-volta.ly}
123
124 @lilypondfile{repeat-fold.ly}
125
126 @lilypondfile{repeat-line-break.ly}
127
128 @lilypondfile{auto-change.ly}
129
130
131
132 @section Lyrics
133
134 @lilypondfile{lyric-combine.ly}
135
136 @lilypondfile{lyrics-multi-stanza.ly}
137
138
139
140 @section Multiple notes
141
142 @lilypondfile{rest-collision.ly}
143
144 @lilypondfile{collisions.ly}
145
146 @lilypondfile{number-staff-lines.ly}
147
148
149
150 @section Spacing
151
152 @lilypondfile{stem-spacing.ly}
153
154 @lilypondfile{spacing-tight.ly}
155
156 @lilypondfile{spacing-natural.ly}
157
158 @lilypondfile{spacing-loose.ly}
159
160 @lilypondfile{lyrics-bar.ly}
161
162 @lilypondfile{non-empty-text.ly}
163
164
165
166 @section PianoStaff
167
168
169
170 @section Global stuff
171
172 @lilypondfile{break.ly}
173
174 @lilypondfile{bar-scripts.ly}
175
176 @lilypondfile{staff-margin.ly}
177
178 @lilypondfile{breathing-sign.ly}
179
180 @lilypondfile{hara-kiri-short.ly}
181
182 @lilypondfile{part-combine.ly}
183
184
185 @lilypondfile[nonfragment]{size11.ly}
186
187 @lilypondfile[nonfragment]{size13.ly}
188
189 @lilypondfile[nonfragment]{size16.ly}
190
191 @lilypondfile[nonfragment]{size20.ly}
192
193 @lilypondfile[nonfragment]{size23.ly}
194
195 @lilypondfile[nonfragment]{size26.ly}
196
197
198
199 @section Clefs and Time Signatures
200
201 @lilypondfile{clefs.ly}
202
203 @lilypondfile{keys.ly}
204
205
206 @ignore
207 @c the input file is too long and does not test for specific bugs
208
209 By default, time signatures are written with two numbers. With style
210 ``C'', 4/4 and 2/2 are written with their corresponding symbols and
211 with style ``old'', 2/2, 3/2, 2/4, 3/4, 4/4, 6/4, 9/4, 4/8, 6/8 and
212 9/8 are typeset with symbols, all other signatures retain the default
213 layout. The style ``1'', gives single number signatures for all
214 signatures. 
215 %
216 \mu delafile{time.ly}
217 @end ignore
218
219
220
221
222
223 @section Hacks and Features
224
225 @lilypondfile{generic-output-property.ly}
226
227 @lilypondfile{between-systems.ly}
228
229 @bye
230