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