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