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