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