]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
doc patch by Graham Percival
[lilypond.git] / ChangeLog
1 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2
3         * scm/music-types.scm: doc patch by Graham Percival
4
5 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6
7         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
8         encoding part.
9         (Font_info.set_defaults): pixelsize now also defauts to '0'.
10         (sketch_p): Sketch wants only first four elements of X11 font spec.
11
12         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
13
14         * mf/feta-autometric.mf: Write foundry and family to log.
15
16         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
17         font translation table.
18
19         * buildscripts/mf-to-table.py: Better font info into afm.
20
21         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
22         1.0.9 required.
23
24         * configure.in: Whine for mftrace 1.0.9.
25
26 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
27
28         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
29
30         * lily/main.cc (main_prog): don't try to load init.EXT when
31         processing foo.EXT.
32
33 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
34
35         * scm/tex.scm (zigzig-line): added.
36
37         * scm/ps.scm (zigzag-line): added.
38
39         * ps/music-drawing-routines.ps (subvec): added.
40         (draw_zigzag_line): added.
41         
42         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
43         grob properties zigzag-width and zigzag-length.
44
45         * input/regression/glissando.ly: Add some zig-zagged glissandi.
46
47 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
48
49         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
50         svg output, including font.
51
52 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
53
54         * scm/lily.scm: Register sodipodi output module.
55
56         * scm/sodipodi.scm: New file.
57
58         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
59
60         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
61         comment, after header.
62         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
63         FullName.  Fix FontName key.
64
65 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
66
67         * lily/rest.cc (after_line_breaking): bugfix: dots after half
68         and breve rests.
69         
70         * input/test/blank-notes.ly: bugfix
71
72         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
73         rests. (Kim Shrier)
74
75         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
76         
77 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
78
79         * scm/tex.scm: 
80         * scm/ps.scm: Cleanup and remove obsolete junk.
81
82         * Documentation/user/internals.itely:
83         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
84
85         * lily/parser.yy: Identify shift/reduce problems.
86
87         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
88         make-style-sheet.  Too specific for convert-ly?
89
90 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
91
92         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
93
94         * input/test/*.ly: various fixes.
95
96         * lily/music.cc (name): bugfix
97
98         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
99
100         * lily/input-file-results.cc (code): set-point-and-click! ->
101         set-point-and-click
102         
103 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
104
105         * Use uniform ly: prefix for exported scheme primitive functions.
106
107         * scm/music-types.scm: junk compat glue
108
109         * scripts/convert-ly.py: add rules for stuff below, junk
110         compatibility glue for spanrequest.
111
112         * lily/parser.yy (verbose_event): remove \spanrequest,
113         \commandspanrequest, \script. 
114         
115         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
116
117         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
118         for \penalty, \glissando.
119
120 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
121
122         * lily/accidental-engraver.cc: Fix
123         grace-in-the-beginning-of-measure bug caused by the resent
124         partial-measure fix.
125
126         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
127         overlap looks too crowded)
128         
129 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
130
131         * lily/parser.yy (assignment): allow SCM expression as assignment.
132
133         * lily/include/music-output-def.hh (class Music_output_def):
134         * lily/music-output-def.cc: 
135         * lily/paper-def.cc: 
136         * scm/font.scm (markup-to-properties):
137         * lily/parser.yy (music_output_def_body): 
138         remove style_sheet_
139
140 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
141
142         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
143         length.
144
145         * input/regression/spacing-to-grace.ly: new file.
146
147         * input/regression/spacing-end-of-line.ly: new file.
148
149         * lily/note-spacing.cc (get_spacing): take into account breakable
150         stuff sticking out at the left (time sig change at line break).
151
152         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
153         raggedright code.
154
155         * scm/music-functions.scm (make-voice-props-set): add
156         staff-position for mm rests.
157  
158         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
159         before grace notes a little.
160
161         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
162
163         * lily/break-align-interface.cc (do_alignment): right-edge spacing
164         key adds space at the end of line. 
165
166 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
167
168         * scm/sketch.scm: Fix beams.
169
170         * buildscripts/mf-to-table.py: Add EncodingScheme.
171
172         * scm/sketch.scm: Resurrect.
173
174 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
175
176         * lily/multi-measure-rest.cc: use breve rests for measure lengths
177         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
178
179 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
180
181         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
182
183         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
184
185 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
186
187         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
188         token for origin information.
189
190         * lily/parser.yy (My_lily_lexer): do identifier location and
191         cloning from lexer.
192
193         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
194         logic out of the parser. Add bar checks on both ends.
195
196         * Documentation/user/refman.itely (Multi measure rests): add more
197         notes about mm rests.
198
199 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
200
201         * input/regression/bar-scripts.ly: Re-enable.
202
203         * lily/parser.yy:
204         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
205         released rsn.  Bison 1.50 has a crucial bug and won't work.
206
207         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
208
209
210 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
211
212         * input/regression/bar-scripts.ly: Blunt documentation build fix.
213
214 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
215
216         * Actually merge changes since 1.6.4 besides ChangeLog, and
217         resolve conflicts.  Lots of updates, hope all is well.
218         
219         * cygwin/lilypond.hint (requires): Add ghostscript.
220
221         * scm: Update some (c).
222         
223 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
224
225         * input/test/{various}.ly: add \header fields and texidoc strings.
226
227 2002-10-05  Werner Lemberg  <wl@gnu.org>
228
229         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
230         renamed to `output_latex_quoted'.
231         Added `output_latex_noquote'.
232         (schedule_lilypond_block): Implement `noquote' option for LaTeX
233         mode.
234
235 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
236
237         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
238         staff-space.  Previous 1.5 was probably meant as half-spaces.
239         (cautionary-style): parentheses (was: smaller).  This is what doco
240         says, and it seems more logical.
241
242         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
243         for 2nd sentence.
244
245 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
246
247         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
248
249 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
250
251         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
252
253 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
254
255         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
256
257 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
258
259         * scm/translator-property-description.scm (voltaOnThisStaff): add
260         property.
261
262 2002-09-28  Werner Lemberg  <wl@gnu.org>
263
264         * scm/tex.scm (header-end): Suppress page numbering.
265
266         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
267         Fix quotation for HTML output.
268
269 2002-09-28   Graham Percival   <gperciva@sfu.ca>
270         
271         * Documentation/user/refman.itely: grammar and phrasing
272           fixes to "Note Entry" section.  Also adds a few new examples.
273
274 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
275
276         * flower/include/string-data.icc: include string.h
277
278 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
279
280         * scm/chord-name.scm (chord::inner-name-banter): remove space.
281
282 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
283
284         * Documentation/user/GNUmakefile (extra-local-help): Add.
285
286         * stepmake/stepmake/www-targets.make (local-help): Add.
287
288 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
289
290         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
291         packages.
292
293         * Documentation/topdocs/README.texi (Top): building documentation
294         (not website.)
295
296 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
297
298         * Documentation/user/refman.itely: 
299         * Documentation/user/tutorial.itely: 
300         * Documentation/user/music-glossary.tely: Merge changes.
301
302         * Documentation/user/glossary.html.in: 
303         * Documentation/index.texi: 
304         * Documentation/header.html.in: Accomodate renaming of glossary.
305         
306         * Documentation/user/tutorial.itely: Add some glossary references.
307         
308         * Documentation/user/refman.itely: Minor fixes.
309         
310         * Documentation/user/lilypond.tely: Add glossary do direntry.
311
312         * Documentation/user/music-glossary.tely: Rename (previously:
313         glossary.tely).  Fix anchor placement.
314
315         * Documentation/user/GNUmakefile: Make music-glossary.info too.
316
317 2002-09-23  Werner Lemberg  <wl@gnu.org>
318
319         * scripts/lilypond-book.py (output_dict): Fix handling of
320         various environments by avoid extraneous newlines.
321         Rename `output-all' regexp for html to `output-html'.
322         Replace `output-all' regexp for texi with `output-texi-quote'
323         and `output-texi-noquote'.
324         (compose_full_body): Don't override `linewidth' user option
325         for `singleline'.
326         (schedule_lilypond_block): Don't indent text specified with
327         `intertext' option.
328         Add new option `noquote'.
329         (compile_all_files): Use latex instead of tex to compile ly
330         files directly.
331
332         * Documentation/user/lilypond-book.itely: Updated and revised.
333         Improve layout.
334
335         * Documentation/user/glossary.tely,
336         Documentation/user/introduction.itely,
337         Documentation/user/tutorial.itely,
338         Documentation/user/refman.itely,
339         Documentation/user/appendices.itely: Fix overfull LilyPond
340         boxes caused by the new lilypond-book code.  Other minor
341         fixes.
342
343         * Documentation/user/macros.itexi (@texiflat): Don't emit
344         trailing space.
345
346         * scm/tex.scm (end-output, header-end): Add preamble and
347         postamble to make lilypond output directly compilable with
348         latex.
349
350         
351 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
352
353         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
354         instructions.
355
356 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
357
358         * Documentation/user/glossary.tely: Add titling and hyperlinks.
359
360 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
361
362         * lily/beam.cc (connect_beams): don't crash if there are quarter
363         notes in beams.
364
365 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
366
367         * Documentation/user/refman.itely: corrected ancient clef
368         docu; added docu on ligatures
369
370 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
371
372         * Documentation/user/glossary.tely,
373         Documentation/user/refman.itely, input/les-nereides.ly,
374         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
375         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
376         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
377         Stem properties: flag-style -> stroke-style, style -> flag-style.
378
379
380 2002-09-22  Werner Lemberg  <wl@gnu.org>
381
382         * scripts/lilypond-book.py: Add option `notime' to suppress
383         printing of a time signature.  Specify default indentation of 0pt
384         if single line fragment.  Don't emit redundant `\paper{ }'.
385
386         * Documentation/user/lilypond-book.itely: Updated.
387
388         * Documentation/user/glossary.tely: Completely reformatting.
389
390 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
391
392         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
393
394 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
395
396         * Documentation/user/tutorial.itely: Fix links.
397         
398         * Documentation/topdocs/index.tely:
399         * Documentation/index.texi:
400         * Documentation/header.html.in: Small website fixes and updates.
401
402         * debian/: Debian patch by Anthony Fok.
403
404 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
405
406         * Documentation/footer.html.in: How time flies: It's already 2002!
407
408         * Documentation/topdocs/index.tely: Stable/development fix.  Use
409         more descriptive link names than 'here'.
410
411 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
412
413         * VERSION: 1.7.2 released
414         * VERSION: 1.6.4 released
415         
416         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
417
418         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
419         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
420
421         * mf/feta-din.mf (test): add x-height and space.
422
423         * lily/dynamic-engraver.cc (process_music): take dynamic direction
424         from ^_ for crescendi. Idem for slurs and phrasing slurs.
425
426         * ly/grace-init.ly: add-to-grace-init: function to portably add
427         settings to \grace. 
428
429         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
430         if we get an absolute dynamic event.
431  
432         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
433
434         * lily/source-file.cc (get_line): oops. All line numbers were off
435         by 2. Fix that. 
436
437         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
438         be after the note, combined with -_^, i.e. c4-(-\)-\>  
439
440         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
441
442         * lily/parser.yy (number_factor): remove (number) as number
443         expression. ("Let them eat Lisp").
444
445 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
446
447         * lily/horizontal-bracket.cc: new file.
448
449         * lily/horizontal-bracket-engraver.cc: new file.
450
451         * input/regression/note-group-bracket.ly: new file. Support
452         horizontal note brackets for music analysis.
453
454         * lily/stem.cc (flag): new flag-style: no-flag.
455
456         * input/test/stem-cross-staff.ly: new file
457         
458         * Documentation/user/internals.itely: Improved formatting, fixing
459         typos.  Added a section `Output details' to describe how the TeX
460         code looks like.
461
462         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
463
464         * lily/parser.yy: remove \dynamicscript.
465
466         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
467         definitions. 
468
469         * python/midi.c (midi_error): take two arguments.
470
471         * Merge 1.6.5 changes:
472         
473 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
474
475         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
476         staff-space.  Previous 1.5 was probably meant as half-spaces.
477         (cautionary-style): parentheses (was: smaller).  This is what doco
478         says, and it seems more logical.
479
480         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
481         for 2nd sentence.
482
483 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
484
485         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
486
487 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
488
489         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
490
491 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
492
493         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
494
495 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
496
497         * scm/translator-property-description.scm (voltaOnThisStaff): add
498         property.
499
500 2002-09-28  Werner Lemberg  <wl@gnu.org>
501
502         * scm/tex.scm (header-end): Suppress page numbering.
503
504         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
505         Fix quotation for HTML output.
506
507 2002-09-28   Graham Percival   <gperciva@sfu.ca>
508         
509         * Documentation/user/refman.itely: grammar and phrasing
510           fixes to "Note Entry" section.  Also adds a few new examples.
511
512 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
513
514         * flower/include/string-data.icc: include string.h
515
516 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
517
518         * scm/chord-name.scm (chord::inner-name-banter): remove space.
519
520 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
521
522         * Documentation/user/GNUmakefile (extra-local-help): Add.
523
524         * stepmake/stepmake/www-targets.make (local-help): Add.
525
526 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
527
528         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
529         packages.
530
531         * Documentation/topdocs/README.texi (Top): building documentation
532         (not website.)
533
534 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
535
536         * Documentation/user/refman.itely: 
537         * Documentation/user/tutorial.itely: 
538         * Documentation/user/music-glossary.tely: Merge changes.
539
540         * Documentation/user/glossary.html.in: 
541         * Documentation/index.texi: 
542         * Documentation/header.html.in: Accomodate renaming of glossary.
543         
544         * Documentation/user/tutorial.itely: Add some glossary references.
545         
546         * Documentation/user/refman.itely: Minor fixes.
547         
548         * Documentation/user/lilypond.tely: Add glossary do direntry.
549
550         * Documentation/user/music-glossary.tely: Rename (previously:
551         glossary.tely).  Fix anchor placement.
552
553         * Documentation/user/GNUmakefile: Make music-glossary.info too.
554
555 2002-09-23  Werner Lemberg  <wl@gnu.org>
556
557         * scripts/lilypond-book.py (output_dict): Fix handling of
558         various environments by avoid extraneous newlines.
559         Rename `output-all' regexp for html to `output-html'.
560         Replace `output-all' regexp for texi with `output-texi-quote'
561         and `output-texi-noquote'.
562         (compose_full_body): Don't override `linewidth' user option
563         for `singleline'.
564         (schedule_lilypond_block): Don't indent text specified with
565         `intertext' option.
566         Add new option `noquote'.
567         (compile_all_files): Use latex instead of tex to compile ly
568         files directly.
569
570         * Documentation/user/lilypond-book.itely: Updated and revised.
571         Improve layout.
572
573         * Documentation/user/glossary.tely,
574         Documentation/user/introduction.itely,
575         Documentation/user/tutorial.itely,
576         Documentation/user/refman.itely,
577         Documentation/user/appendices.itely: Fix overfull LilyPond
578         boxes caused by the new lilypond-book code.  Other minor
579         fixes.
580
581         * Documentation/user/macros.itexi (@texiflat): Don't emit
582         trailing space.
583
584         * scm/tex.scm (end-output, header-end): Add preamble and
585         postamble to make lilypond output directly compilable with
586         latex.
587
588         
589 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
590
591         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
592         instructions.
593
594 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
595
596         * Documentation/user/glossary.tely: Add titling and hyperlinks.
597
598 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
599
600         * lily/beam.cc (connect_beams): don't crash if there are quarter
601         notes in beams.
602
603 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
604
605         * Documentation/user/refman.itely: corrected ancient clef
606         docu; added docu on ligatures
607
608 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
609
610         * Documentation/user/glossary.tely,
611         Documentation/user/refman.itely, input/les-nereides.ly,
612         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
613         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
614         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
615         Stem properties: flag-style -> stroke-style, style -> flag-style.
616
617 2002-09-22  Werner Lemberg  <wl@gnu.org>
618
619         * scripts/lilypond-book.py: Add option `notime' to suppress
620         printing of a time signature.  Specify default indentation of 0pt
621         if single line fragment.  Don't emit redundant `\paper{ }'.
622
623         * Documentation/user/lilypond-book.itely: Updated.
624
625         * Documentation/user/glossary.tely: Completely reformatting.
626
627 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
628
629         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
630
631 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
632
633         * Documentation/user/tutorial.itely: Fix links.
634         
635         * Documentation/topdocs/index.tely:
636         * Documentation/index.texi:
637         * Documentation/header.html.in: Small website fixes and updates.
638
639         * debian/: Debian patch by Anthony Fok.
640
641 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
642
643         * Documentation/footer.html.in: How time flies: It's already 2002!
644
645         * Documentation/topdocs/index.tely: Stable/development fix.  Use
646         more descriptive link names than 'here'.
647
648 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
649
650         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
651
652 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
653
654         * lily/part-combine-music-iterator.cc (get_state): cleanup
655         (get_music_info): cleanup.
656
657 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
658
659         * scm/backend-documentation-lib.scm (interface-doc-string):
660         crosslinks between interfaces and grobs. Headings for interfaces
661         in grob explanation.
662
663 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
664
665         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
666         dtd).  Add preliminary dtd.
667         (re-sub-alist): Robustify.
668
669 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
670
671         * lily/include/event-chord-iterator.hh,
672         lily/context-specced-music-iterator.cc,
673         lily/event.cc, lily/event-chord-iterator.cc: add
674
675 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
676
677         * lily/: some (c) header fixes.
678         
679         * lily/request-chord.cc: Remove.
680         
681         * lily/include/event-chord-iterator.hh:
682         * lily/include/event.hh:
683         * lily/event-chord.cc: New file.
684         
685         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
686         requested.
687
688 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
689
690         * lily/ : rename Request to Event
691
692         * lily/parser.yy (command_element): move clef stuff into Scheme.
693
694         * lily/:  rename length_mom () to get_length()
695
696         * lily/part-combine-music.cc: removed file and class.
697
698         * lily/context-specced-music-iterator.cc (class
699         Context_specced_music_iterator): new file. Obsoletes the
700         Context_specced_music type.
701
702         * scm/music-types.scm (make-repeated-music): put different kinds
703         of repeated music into music-type table.
704
705         * VERSION: 1.7.1 released.
706
707         * scm/to-xml.scm: new file.
708
709         * input/test/to-xml.ly (fooBar): demo of what is possible with the
710         new Input representation: dump music as XML.
711
712         * scm/engraver-documentation-lib.scm
713         (engraver-accepts-music-types?): add links from music to engraver,
714         from music-type to engraver.
715
716         * lily/include/command-request.hh: removed
717         lily/include/musical-request.hh: removed. Removed all _req classes
718         except Key_change_req. Changes throughout.
719
720 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
721
722         * lily/tuplet-engraver.cc (try_music): Compile kludge.
723
724 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
725
726         * lily/*.cc: specify accepts for many engravers.
727
728         * scm/music-documentation-lib.scm: dump music expressions and
729         music subtypes.
730
731         * scm/documentation-lib.scm: complete revision.
732         Use GOOPS objects to store document tree explicitly. Cleaned up and
733         sped up doco generation a lot.
734
735 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
736
737         * input/trip.ly (fugaIILeft): add arpeggio
738
739         * lily/translator-group.cc (try_music_on_nongroup_children):
740         oops. The name symbol is in the cdr of the assoc handle.
741
742         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
743         Hyphen_req, Glissando_req, Break_req, Mark_req 
744
745 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
746
747         * lily/musical-request.cc (music-duration-length,
748         music-duration-compress): new functions.
749
750         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
751         throughout. Warning doesn't work yet.
752
753         * lily/translator-group.cc (try_music_on_nongroup_children):
754         new implementation: store candidate acceptors in a hashTable.
755
756 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
757
758         * scm/music-types.scm (music-descriptions): change name to
759         internal-class-name
760
761         * scm/chord-name.scm (chord::inner-name-banter): remove space.
762
763 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
764
765         * lily/beam.cc (connect_beams): don't crash if there are quarter
766         notes in beams.
767
768 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
769
770         * Documentation/user/refman.itely: corrected ancient clef
771         docu; added docu on ligatures
772
773 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
774
775         * Documentation/user/glossary.tely,
776         Documentation/user/refman.itely, input/les-nereides.ly,
777         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
778         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
779         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
780         Stem properties: flag-style -> stroke-style, style -> flag-style.
781
782 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
783
784         * scm/music-functions.scm (music-separator?): don't use name music
785         property.
786
787 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
788
789         * stepmake/stepmake/generic-targets.make (help): Document check
790         target.
791
792         * lily/new-accidental-engraver.cc: Compile fix.
793
794 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
795
796         * scripts/convert-ly.py: Add rule.
797
798         * input/test/music-creation.ly:
799         * input/test/add-staccato.ly:
800         * input/test/add-text-script.ly: ly-make-music.
801
802         * scm/drums.scm (make-head-type-elem, make-articulation-script):
803         More ly-make-music renamings.
804
805         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
806
807         * lily/music-constructor.cc (make_music): Add debugging info.
808
809         * scm/music-functions.scm (make-simultaneous-music,
810         (make-sequential-music, context-spec-music):
811         * scm/music-types.scm (music-descriptions): Get lily to run.
812
813 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
814
815         * lily/command-request.cc (transpose_key_alist): new function.
816
817         * lily/key-performer.cc (create_audio_elements): cleanup. 
818
819 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
820
821         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
822
823         * lily/include/translator.hh (ENTER_DESCRIPTION): add
824         events-accepted field.
825
826         * scm/music-types.scm: new file.
827
828         * lily/parser.yy: put music type initialization into scheme,
829         similar to grob initialization.  Changes throughout.
830
831 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
832
833         * Documentation/user/tutorial.itely: Fix links.
834         
835         * Documentation/index.texi: 
836         * Documentation/header.html.in: 
837         * Documentation/topdocs/index.tely: Small website fixes and updates.
838
839         * debian/: Debian patch by Anthony Fok.
840
841 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
842
843         * Documentation/footer.html.in: How time flies: It's already 2002!
844
845         * Documentation/topdocs/index.tely: Stable/development fix.  Use
846         more descriptive link names than 'here'.
847
848         * ROADMAP: Remove test stuff.
849
850         * scripts/update-lily.py: Allow auto-building of stable and
851         development versions.  Bugfixes.
852
853 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
854
855         * VERSION: released 1.7.0
856
857         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
858
859         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
860         positive line widths.
861
862 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
863
864         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
865         go.  Fix comments.
866
867         * cygwin: Cygwin updates.
868
869 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
870
871         * Documentation/windows/installing.texi (Top): version for python,
872         urls for ghostscript (thanks to John Potelle)
873         
874         * lily/simultaneous-music-iterator.cc
875         (Simultaneous_music_iterator): init children_list_ before
876         triggering GC.
877
878         * lily/*-iterator.cc: be even more careful with smobbed copy
879         constructors. 
880
881         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
882         LeftEdge item.
883
884 2002-09-15  Werner Lemberg  <wl@gnu.org>
885
886         Improving LilyPond's output to make them ordinary TeX boxes with
887         predictable dimensions.  System boxes are now vertically centered on
888         the baseline; this offset can be further controlled with
889         \lilypondscoreshift.
890
891         * lily/system.cc (System::post_processing): Pass length of current
892         system to `start-system' (including any horizontal indentation).
893
894         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
895         prettier.
896         (lily-def): Append `%'.
897         (start-system): Add parameter `wd'.  Output more TeX code to specify
898         box dimensions.
899         (stop-system, stop-last-system): Complement changes in
900         `start-system'.
901         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
902         Updated.
903
904         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
905         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
906         Write final `\endinput'.
907
908         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
909         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
910         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
911         files and macro definitions don't produce spurious spaces and
912         paragraphs (using \endlinechar).
913         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
914
915         * Documentation/user/internals.itely: Improved formatting, fixing
916         typos.  Added a section `Output details' to describe how the TeX
917         code looks like.
918
919 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
920
921         * lily/accidental-engraver.cc: Also work with partial measures.
922
923 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
924
925         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
926         spanner.
927
928 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
929
930         * lily/identifier-smob.cc (unpack_identifier): new file.
931
932         * lily/lexer.ll (identifier_type): new function.  use ly-id to
933         pass off scheme expressions as music identifiers.
934
935         * scm/lily.scm: reorganisation, cleanups.
936
937         * lily/main.cc: small cleanups.
938
939 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
940
941         * lily/ly-module.{cc,hh}: new file.
942
943 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
944
945         * lily/accidental-engraver.cc: Also work with partial measures.
946
947 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
948
949         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
950
951 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
952
953         * lily/my-lily-lexer.cc: use SCM module in stead of
954         Scheme_hash_table. Changes throughout.  
955
956 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
957
958         * VERSION (MY_PATCH_LEVEL): make 1.7.0
959