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