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