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