]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/regression-test.tely
release: 1.3.109
[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 [TODO: should generate out of header fields using ly2dvi?]
23
24
25
26 @section Notes and rests
27
28 Rests.  Note that the dot of 8th, 16th and 32nd rests rest should be
29 next to the top of the rest.  All rests except the whole rest are
30 centered on the middle staff line.  
31
32 @lilypondfile{rest.ly}
33
34 Note head shapes are settable.  The stem endings should be adjusted
35 per note head.  If you want different note head styles on one stem,
36 you must create a special context called Thread.
37
38 Harmonic notes have a different shape and different
39 dimensions. Nevertheless, noteheads in both styles can be combined, on
40 either up or down stems.
41
42 @lilypondfile{noteheadstyle.ly}
43
44 Noteheads can have dots, and rests can too.  Augmentation dots should
45 never be printed on a staff line, but rather be shifted vertically. They
46 should go up, but in case of multiple parts, the down stems have down
47 shifted dots.  (Wanske p. 186) In case of chords, all dots should be in
48 a column.  The dots go along as rests are shifted to avoid collisions.
49
50 @lilypondfile{dots.ly}
51
52 Accidentals work: the second note does not get a sharp. The third and
53 fourth show forced and courtesy accidentals
54
55 @lilypondfile{accidental.ly}
56
57 Multiple measure rests do not collide with barlines and clefs.  They
58 are not expanded when you set @code{Score.skipBars}.  Although the
59 multi-measure-rest is a Spanner, minimum distances are set to keep it
60 colliding from barlines. 
61
62
63 @lilypondfile{multi-measure-rest.ly}
64
65 If @code{Score.skipBars} is set,
66 the signs for four, two, and one measure rest are combined to
67 produce the graphical representation of rests for up to 10 bars.
68 The number of bars will be written above the sign.
69
70 @lilypondfile{mm-rests2.ly}
71
72 A sharp sign after a double sharp sign, as well as a flat sign
73 after a double flat sign is automatically prepended with a
74 natural sign.
75
76 @lilypondfile{accidental-single-double.ly}
77
78 @section Stems
79
80 Stem tremolos or rolls are tremolo signs that look like beam segments
81 crossing stems.  If the stem is in a beam, the tremolo must be parallel
82 to the beam.  If the stem is invisible (eg. on a whole note), the
83 tremolo must be centered on the note.
84
85 @lilypondfile{stem-tremolo.ly}
86
87 Chord tremolos look like beams, but are a kind of repeat symbol.
88 To avoid confusion, chord tremolo beams do not reach the stems, but 
89 leave a gap.  Chord tremolo beams on half notes are not ambiguous,
90 as half notes cannot appear in a regular beam, and should reach the 
91 stems.
92   
93 @lilypondfile{chord-tremolo.ly}
94
95 Beams, stems and noteheads often have communication troubles, since
96 the two systems for y dimensions (1 unit = staffspace, 1 unit = 1
97 point) are mixed.
98
99 Stems, beams, ties and slurs should behave similarly, when placed
100 on the middle staff line. Of course stem-direction is down for high
101 notes, and up for low notes.
102
103 @lilypondfile{stem-direction.ly}
104
105 Similarly, if @code{stem_default_neutral_direction} is set to @code{-1}.
106
107 @lilypondfile{stem-direction-down.ly}
108
109 @section Scripts
110
111 The staccato dot (and all scripts with follow-into-staff set), must
112 not be on staff lines.
113
114 @lilypondfile{staccato-pos.ly}
115
116 Dynamics appear below or above the staff.  If multiple dynamics are
117 linked with (de)crescendi, they should be on the same line.
118
119 @lilypondfile{dyn-line.ly}
120
121
122 Arpeggios are supported, both cross-staff and one-staff. 
123
124 @lilypondfile{arpeggio.ly}
125
126
127
128 @section Chord names
129
130 Chord names are generated from a list pitches, and are customisable
131 from guile.  For some unlogical names, guile customisation is used
132 by default.
133
134 @lilypondfile{chord-names.ly}
135
136 @section Grace notes
137
138 Grace notes are typeset as an encapsulated piece of music. You can
139 have beams, notes, chords, stems etc. within a @code{\grace} section.
140 Slurs that start within a grace section, but aren't ended are attached
141 to the next normal note.  Grace notes have zero duration.  If there
142 are tuplets, the grace notes won't be under the brace.  Grace notes
143 can have accidentals, but they are (currently) spaced at a fixed
144 distance.  Grace notes (of course) come before the accidentals of the
145 main note.  Grace notes can also be positioned after the main note.
146
147 Grace notes without beams should have a slash, if @code{flagStyle} is
148 not set.  Main note scripts don't end up on the grace note.
149
150 @lilypondfile{grace.ly}
151
152 @section Beams, slurs and other spanners
153
154 Beaming is generated automatically. Beams may cross bar lines. In that
155 case, line breaks are forbidden.  Yet clef and key signatures are
156 hidden just as with breakable bar lines.
157
158 @lilypondfile{beaming.ly}
159
160 Beams should behave reasonably well, even under extreme circumstances.
161 Stems may be short, but noteheads should never touch the beam.
162
163 @lilypondfile{beam-extreme.ly}
164
165 Beams should always reach the middle staff line.  The second beam
166 counting from the note head side, should never be lower than the
167 second staff line.  This does not hold for grace note beams.
168 Override with @code{noStemExtend}.
169
170 @lilypondfile{beam-position.ly}
171
172 Slurs should look nice and symmetric.  The curvature may increase
173 only to avoid noteheads, and as little as possible.  Slurs never
174 run through noteheads or stems.
175
176 @lilypondfile{slur-nice.ly}
177 @lilypondfile{slur-symmetry.ly}
178 @lilypondfile{slur-symmetry-1.ly}
179
180 Across line breaks, slurs behave nicely.  On the left, they extend to
181 just after the preferatory matter, and on the right to the end of the
182 staff.  A slur should follow the same vertical direction it would have
183 in unbroken state.
184
185 @lilypondfile{slur-broken-trend.ly}
186
187 Ties are strictly horizontal.  They are placed in between note heads.
188 The horizontal middle should not overlap with a staffline.
189
190 @lilypondfile{tie.ly}
191
192 When tieing chords, the outer slurs point outwards, the inner slurs
193 point away from the center of the staff.  Override with
194 @code{tieVerticalDirection}.
195
196 @lilypondfile{tie-chord.ly}
197
198 When tieing notes with accidentals across a bar boundary, the accidental
199 must not be drawn on the note in the new bar.  Instead, the next note of
200 the same pitch in this bar should always show the accidental (even if
201 it's natural).  Slurring a accidentaled note to a natural one across bar
202 boundaries should be explicit.
203
204 Pitches can be verified by printing them  with the @code{NoteNames} context.
205
206 @lilypondfile{tie-accidental.ly}
207
208 Beams can be typeset over fixed distance aligned staffs, beam
209 beautification doesn't really work, but knees do. Beams should be
210 behave well, wherever the switching point is.
211
212 @lilypondfile{beam-cross-staff.ly}
213
214 The same goes for slurs. They behave decently when broken across
215 linebreak.
216
217 @lilypondfile{slur-cross-staff.ly}
218
219 Tuplets are indicated by a bracket with a number.  There should be no
220 bracket if there is one beam that matches  the length of the tuplet.
221 The bracket does not interfere with the stafflines, and the number is
222 centered in the gap in the bracket.
223
224 @lilypondfile{tup.ly}
225
226 @section Property details
227
228 More specific settings take precendence over less specific settings. The
229 second slur has slurDirection set to down, overriding the stemup  setting.
230
231 @lilypondfile{generic-property-override.ly}
232
233 @section Repeats
234
235 LilyPond has three modes for repeats: folded, unfolded and
236 semi-unfolded.  Unfolded repeats are fully written out. Semi unfolded
237 repeats have the body written and all alternatives sequentially.
238 Folded repeats have the body written and all alternatives
239 simultaneo.ly.  If the number of alternatives is larger than the
240 repeat count, the excess alternatives are ignored.  If the number of
241 alternatives is smaller, the first alternative is multiplied to get to
242 the number of repeats.
243
244 Unfolded behavior:
245
246 @lilypondfile{repeat-unfold.ly}
247
248 Volta (Semi folded) behavior.  Voltas can start on non-barline moments.
249 If they don't barlines should still be shown.
250
251 @lilypondfile{repeat-volta.ly}
252
253 Folded.  This doesn't make sense without alternatives, but it works.
254
255 @lilypondfile{repeat-fold.ly}
256
257 Across linebreaks, the left edge of a first and second alternative
258 bracket should be equal
259
260 @lilypondfile{repeat-line-break.ly}
261
262 Auto change piano staff switches  voices  between up and down staffs
263 automatically; rests are switched along with the coming note.
264
265 @lilypondfile{auto-change.ly}
266
267 @section Lyrics
268
269 Lyrics can be set to a melody automatically.  Excess lyrics will be
270 dumped.  Lyrics will not be set over rests.  You can have melismata
271 either by setting a property melismaBusy, or by setting
272 automaticMelismas (which will set melismas during slurs and ties).  If
273 you want a different order than first Music, then Lyrics, you must
274 precook a chord of staffs/lyrics and label those.  Of course
275 @code{\rhythm} ignores any other rhythms in the piece.  Hyphens and
276 extenders do not assume anything about lyric lengths, so they continue
277 to work.
278
279 @lilypondfile{lyric-combine.ly}
280
281 Multiple stanzas
282
283 @lilypondfile{lyrics-multi-stanza.ly}
284
285 @section Multiple notes
286
287 Rests should not collide with beams, stems and noteheads.  Rests may
288 be under beams.  Rests should be move by integral number of spaces
289 inside the staff, and by half spaces outside.  Notice that the half
290 and whole rests just outside the staff get ledger lines in different
291 cases.
292
293 @lilypondfile{rest-collision.ly}
294
295 Normal collisions. We have support for polyphony, where the
296 middle voices are horizontally shifted.
297
298 @lilypondfile{collisions.ly}
299
300 The number of stafflines of a staff can be set with the property
301 numberOfStaffLines.  Ledger lines both on note heads and rests are
302 adjusted.  Barlines also are adjusted.
303
304
305 @lilypondfile{number-staff-lines.ly}
306
307 @section Spacing
308
309 In a limited number of cases, LilyPond corrects for optical spacing
310 effects.  In this example, space for opposite pointed stems is adjusted
311
312 @lilypondfile{stem-spacing.ly}
313
314 If there are accidentals in the music, we add space, but the space
315 between note and accidentals is less than between the notes with the
316 same value.  Clef changes also get extra space, but not as much as
317 barlines.
318
319 Even if a line is very tightly spaced, there will still be room
320 between prefatory matter and the following notes.  The space after the
321 prefatory is very rigid.  In contrast, the space before the barline
322 must stretch like the space within the measure.
323
324 Tight:
325
326 @lilypondfile{spacing-tight.ly}
327
328 Natural:
329
330 @lilypondfile{spacing-natural.ly}
331
332 Loose:
333
334 @lilypondfile{spacing-loose.ly}
335
336 Adding a @code{Bar_engraver} to the LyricsVoice context makes sure that
337 lyrics don't collide with barlines.
338
339 @lilypondfile{lyrics-bar.ly}
340
341 Text is set with empty horizontal dimensions.  The boolean property
342 textNonEmpty is used to respect the horizontal size of text.
343
344 @lilypondfile{non-empty-text.ly}
345
346
347
348
349 @section PianoStaff
350
351
352
353 @section Global stuff
354
355 Breaks can be encouraged and discouraged using @code{\break} and
356 @code{\nobreak}.  They are abbrevs for @code{\penalty} commands.
357
358 @lilypondfile{break.ly}
359
360 Markings that are attached to (invisible) barlines are 
361 delicate: the are attached to the rest of the score without the score
362 knowing it.  Consequently, they fall over  often.
363
364 @lilypondfile{bar-scripts.ly}
365
366 Staff margins are also markings attached to barlines.  They should be
367 left of the staff, and be centered vertically wrt the staff.  They may
368 be on normal staffs, but also on compound staffs, like the PianoStaff
369
370 @lilypondfile{staff-margin.ly}
371
372 Breathing signs, also used for phrasing, do normally not influence
373 global spacing -- only if space gets tight, notes are shifted to make
374 room for the breathing sign. Breathing signs break beams running
375 through their voice. In the following example, the notes in the first
376 two measures all have the same distance from each other:
377
378 @lilypondfile{breathing-sign.ly}
379
380 Hara kiri staffs kill themselves if they are empty.  This example really
381 contains two staffs, but the second contains only spaces, and is
382 therefore removed. 
383
384 @lilypondfile{hara-kiri-short.ly}
385
386 In orchestral scores and hymns, voices are traditionally combined onto
387 one staff.  LilyPond has a part combiner, that combines or separates two
388 voices according to actual rhythm and pitch.  User-defined texts such as
389 ``solo'' and ``@`a2'' are typeset automagically, as appropriate.
390
391 @lilypondfile{part-combine.ly}
392
393
394 Fonts are  available in a default set of sizes: 11, 13, 16, 20, 23 and
395 26pt staffheight.  Sizes of the text fonts and symbol fonts are made
396 to match the staff dimensions.    
397
398 @lilypondfile[nonfragment]{size11.ly}
399
400 @lilypondfile[nonfragment]{size13.ly}
401
402 @lilypondfile[nonfragment]{size16.ly}
403
404 @lilypondfile[nonfragment]{size20.ly}
405
406 @lilypondfile[nonfragment]{size23.ly}
407
408 @lilypondfile[nonfragment]{size26.ly}
409
410
411 @section Clefs and Time Signatures
412
413 The transparent clef should not occupy any space and with style
414 @code{fullSizeChanges}, the changing clef should be typeset in full
415 size. For octaviated clefs, the ``8'' should appear closely above or
416 below the clef respectively.  The ``8'' is processed in a convoluted
417 way, so this is fragile as well.
418
419 @lilypondfile{clefs.ly}
420
421
422 Key signatures appear on key  changes. They may also
423 appear without barlines.  The restoration accidentals are not printed at
424 the start of the line. If @code{createKeyOnClefChange} is set, they're
425 also created on a clef change.
426
427 @lilypondfile{keys.ly}
428
429
430
431
432 @ignore
433 @c the input file is too long and does not test for specific bugs
434
435 By default, time signatures are written with two numbers. With style
436 ``C'', 4/4 and 2/2 are written with their corresponding symbols and
437 with style ``old'', 2/2, 3/2, 2/4, 3/4, 4/4, 6/4, 9/4, 4/8, 6/8 and
438 9/8 are typeset with symbols, all other signatures retain the default
439 layout. The style ``1'', gives single number signatures for all
440 signatures. 
441 %
442 \mu delafile{time.ly}
443 @end ignore
444
445
446
447 @section Hacks and Features
448
449 As a last resort, the placement of items can be adjusted manually, by
450 setting the @code{extra-offset} of an output object.
451
452 @lilypondfile{generic-output-property.ly}
453
454 The same mechanism can be  used  to force pagebreaks.
455
456 @lilypondfile{between-systems.ly}
457
458 @bye
459