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