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