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