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