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