]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
LilyPond-insert-string: new function
[lilypond.git] / ChangeLog
1 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
2
3         * lilypond-mode.el (LilyPond-insert-string): new function, use it
4         in LilyPond-insert-tag-notes.
5
6 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7
8         * lily/beam-engraver.cc (stop_translation_timestep): reset now_stop_ev_
9
10         * lily/scm-option.cc: add parse-protect to ly:set-option
11
12         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
13
14 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
15
16         * lily/include/ligature-bracket.hh: removed
17         * lily/ligature-bracket.cc: removed
18
19         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to .tex
20
21         * lily/beam.cc (set_beaming): don't change beam count on rests.
22         (brew_molecule): always set flag-width > 0.
23
24 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
25
26         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic chars,
27         remove instructions; instead, refer to lilypond-init.el and
28         Documentation/topdocs/INSTALL.texi.
29
30         * lilypond.words: add identifiers and reserved words.
31
32         * Documentation/topdocs/INSTALL.texi: separate sections for installing
33         files and adding a load-path.
34
35         * lilypond-init.el: Instructions, extracted from 
36         Documentation/topdocs/INSTALL.texi. 
37         
38 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
39
40         * VERSION: 1.7.8 released 
41
42         * lily/grob.cc (warning): better robustness fix.
43
44 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
45
46         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
47
48         * lily/cluster-engraver.cc: stick better to variable naming
49         conventions
50
51         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
52         until stop_translation_timestep()
53
54         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
55         min/max coordinates to backend, but no musical info such as
56         pitches
57
58         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
59
60         * lily/grob.cc: robustness fix: warning(): do not crash if
61         cause is not set
62
63         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
64         the much more elaborated tuplet brackets than the very naive and
65         simple ligature bracket grob
66
67 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
68
69         * Documentation/user/refman.itely (Analysis brackets): add
70         horizontal bracket doco.
71
72         * ly/property-init.ly (setMmRestFermata): added.
73
74         * Documentation/user/refman.itely (Multi measure rests): fermatas
75         on mm rests.
76
77         * input/regression/apply-context.ly (texidoc): new file
78
79         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
80         code to be executed during interpretation. Possible applications:
81         smart octavation, more advanced bar checks. 
82
83         * lily/apply-context-iterator.cc: new file.
84
85 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
86
87         * input/test/new-markup.ly: new file.
88
89         * lily/text-item.cc (text_to_molecule): new function
90
91         * scm/new-markup.scm (lambda): new file
92
93         * lily/function-documentation.cc (ly_add_function_documentation):
94         add proc property as well
95
96 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
97
98         * Documentation/user/music-glossary.tely (Top): add custos.
99
100 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
101
102         * Documentation/topdocs/INSTALL.texi: advise how to include source
103         path to Emacs load-path and improve language.
104
105 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
106
107         * GNUmakefile.in: config.h message fix.
108
109         * autogen.sh:
110         * aclocal.m4: Regenerate.
111
112         * configure.in: 
113         * config.make.in: 
114         * stepmake/config.make.in: 
115         * stepmake/configure.in: 
116         * stepmake/autogen.sh: 
117         * stepmake/aclocal.m4: Update for autoconf 2.56.
118
119 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
120
121         * Documentation/topdocs/INSTALL.texi: instructions for an user how
122         to install Emacs-mode. Instructions how to use vim-mode.
123
124 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
125
126         * scm/music-types.scm (music-descriptions): no length for tempo event.
127
128         * input/*.ly: add \version everywhere.
129         
130         * input/*.ly: update syntax to 1.7 + new-chords.
131
132         * VERSION: 1.7.7 released.
133         
134         * Documentation/user/*.tely: new chord syntax.
135
136         * input/regression/[bc]*.ly (texidoc): syntax updates.
137         
138 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
139
140         * lilypond.words: add vocabulary to be used in auto-completion
141
142         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
143
144         * lilypond.vim: allow note name at EOF
145
146 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
147
148         * buildscripts/new-chords.py (edit): -e option: inline editing.
149
150         * input/regression/a*.ly (texidoc): syntax updates.
151
152         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
153         music): elucidations. 
154
155 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
156
157         * lily/include/lily-proto.hh, ly/engraver-init.ly,
158         ly/spanners-init.ly, scm/grob-description.scm,
159         scm/grob-property-description.scm, scm/music-types.scm,
160         lily/cluster-engraver.cc, lily/cluster.cc,
161         lily/include/cluster.hh, input/test/cluster.ly: cluster
162         implementation
163
164         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
165         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
166         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
167
168         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
169
170         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
171
172         * scm/grob-description.scm: bugfix: by default, use default note
173         head style when engraving ligatures
174
175         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
176
177         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
178         events
179
180         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
181
182         * input/test/ancient-font.ly: bugfix: style -> flag-style
183
184         * lily/ligature-engraver.cc: indentation fix
185
186         * lily/parser.yy: indentation fixes
187         
188 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
189
190         * input/regression/measure-grouping.ly: more elaborate example.
191
192         * lily/moment.cc: ly:add-moment, ly:mul-moment,
193         ly:div-moment. New functions 
194
195         * scm/music-functions.scm (set-time-signature): new function,
196         allow inline time sig settings with measure grouping.
197
198         * lily/parser.yy (command_element): move time sig construction
199         into Scheme.
200
201         * lily/side-position-interface.cc (out_of_staff): new function,
202         like padding, but keep minimum distance from staff. Easier than
203         linespanners (dynamics, pedals), but roughly the same effect.
204
205 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
206
207         * emacs-mode.el: Added spanish-note-replacements 
208         (<carlos.betancourt@chello.be>).
209
210         * vimrc: (Un)commenting with <(S-)F12>, tidy.
211
212 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
213
214         * lilypond.vim: Do not fontify cises, desis, etc.
215
216         * vimrc: view dvi with <S-F6>
217
218 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
219
220         * lily/lookup.cc (triangle): new function.
221
222         * input/regression/measure-grouping.ly (texidoc): new file: show
223         triangles and brackets for beat groups of 3 and 2.
224
225         * lily/include/measure-grouping-spanner.hh (class
226         Measure_grouping): new file.
227
228         * lily/measure-grouping-spanner.cc (brew_molecule): new file
229
230         * lily/measure-grouping-engraver.cc (class
231         Measure_grouping_engraver): new file.
232
233 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
234
235         * Merge from stable:
236
237             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
238         
239         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
240         stylesheet.
241
242         * ly/paper19.ly: Include paper19-init.ly.
243
244         * ly/paper19-init.ly: New file.
245
246         * Documentation/user/tutorial.itely (First steps): Fix first
247         example for font test.
248
249         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
250
251         * ChangeLog: Add 1.7.6 release marker (see below).
252
253         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
254         Add .py files.
255
256 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
257
258         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
259
260         * input/tutorial/*.ly: update to new syntax.
261
262         * lily/parser.yy (Composite_music): new transpose syntax,
263         \transpose FROM TO MUSIC. 
264
265 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
266
267         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
268         latex progress/error output to stderr (by default this goes to
269         stdout).  Show lilypond progress, even when not verbose.
270
271         * python/lilylib.py (system): New optional parameter to control
272         showing of progress.
273
274         * scm/backend-documentation-lib.scm (check-dangling-properties):
275         Fix error message.
276
277         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
278         axis, extent.
279
280         * scm/grob-property-description.scm (magnify): Remove.
281         (extent, axis): Add.
282
283 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
284
285         * VERSION: Release 1.7.6.
286
287         * scripts/convert-ly.py: more uniformization substitutions.
288
289         * buildscripts/new-chords.py (sub_chords): new file.
290
291 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
292
293         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
294         lilypond.map.  Include sauter fonts too.  Cleanups.
295
296 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
297
298         * Documentation/user/tutorial.itely (First steps): change to new
299         chord/tie/slur/beam notation.
300
301         * lily/parser.yy (event_that_take_dir): allow postfix notation for
302         ties.
303
304         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
305         engraver. Process ties in postfix notation, i.e. c8-~ c
306
307         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
308
309         * input/regression/beam-postfix-notation.ly (texidoc): new file.
310
311         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
312
313         * lily/beam-engraver.cc (try_music): accept new-beam-events
314
315         * input/regression/chord-scripts.ly (texidoc): new file
316
317         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
318         script-events.
319
320         * scm/script.scm (default-script-alist): cleanup.
321
322         * lily/script-engraver.cc (make_script_from_event): cleanup.
323
324         * lily/lyric-combine-music-iterator.cc
325         (Lyric_combine_music_iterator): remove superfluous events.
326         (melisma_busy): new function. Fix broken melismas.
327
328 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
329
330         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
331         Remove nonvalid settings. Use descriptive key names.
332         Use <Return> to indicate the pressing of that key.
333
334 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
335
336         * scripts/lilypond-book.py (option_definitions): Typo.
337
338         * scripts/ly2dvi.py: Updates.
339
340         * python/lilylib.py (setup_environment, print_environment)
341         (get_bbox, make_preview): Merge and remove from ly2dvi and
342         lilypond-book.
343
344         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
345
346         * .cvsignore: Remove some cruft.
347
348         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
349         path.
350
351         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
352         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
353         throughout.
354
355         * python/lilylib.py (quiet_system): Junk
356         (system): Display error log upon failure.
357         (read_pipe): New function.  Cleanups and fixes.
358
359         * python/*.py: Rename from *.py.in.
360         
361         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
362
363         * GNUmakefile.in (SUBDIRS): Move python before scripts.
364
365 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
366
367         * python/GNUmakefile: Bugfix: handle modules.
368
369         * stepmake/stepmake/python-module-targets.make (default): Add
370         compiled modules. 
371
372         * stepmake/stepmake/python-module-rules.make: Add rule for byte
373         compiling modules.
374
375         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
376         Bugfix.  (OUT_PYC_MODULES): Add.
377
378 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
379
380         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
381         Use default paths. Refresh description.
382
383 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
384
385         * VERSION: 1.7.5 released
386
387         * input/regression/finger-chords.ly (texidoc): new file.
388
389         * lily/script-engraver.cc (process_music): remove scriptHorizontal
390         support
391
392         * lily/fingering-engraver.cc (process_music): remove kludgy
393         scriptHorizontal stuff.
394
395         * lily/script.cc: remove staff-support property.
396
397         * lily/new-fingering-engraver.cc (add_fingering): new
398         file. Fingering engraver for new style chords.
399
400 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
401
402         * lily/parser.yy (bare_number): allow 4 \cm (without
403         decimal dot). (should backport to 1.6?)
404
405         * ly/declarations-init.ly: use Scheme for dimension defs.
406
407         * lily/parser.yy (TODO): remove hard coded dimensions, add
408         REAL NUMBER_IDENTIFIER production.
409
410         * lily/rest-collision.cc (force_shift_callback): rewrite using
411         -done property.
412
413         * scm/grob-property-description.scm (rest-collision-done): add
414         property.
415         
416         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
417
418 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
419
420         * input/regression/multi-measure-rest-center.ly: new file.
421
422         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
423         off horizontally by 0.05 ss. Fixed.
424
425 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
426
427         * scm/pdftex.scm: Rename ly-number to ly:number->string.
428
429         * Documentation/topdocs/index.tely: Remove duplicate from merge.
430
431 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
432
433         * lily/tie.cc (get_control_points): also avoid staff lines on the
434         just outside the outer staff lines
435
436 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
437
438         * ly/params-init.ly: Just define style-alist, no need to
439         define-public.
440
441         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
442         (thanks Han-Wen).
443
444         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
445         (FET_FILES): = FONT_FILES.
446
447         * Merge from stable:
448
449             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
450
451 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
452
453         * VERSION: 1.7.4 released.  
454         
455         * scm/generate-documentation.scm (string-append): add macro
456         definitions.
457
458         * lily/text-item.cc (lookup_text): don't use virtual fonts for
459         normal texts.
460
461         * lily/multi-measure-rest-engraver.cc: make separate
462         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
463
464         * lily/multi-measure-rest.cc: remove text handling. Remove
465         number-threshold.
466
467 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
468
469         * scm/music-types.scm: doc patch by Graham Percival
470
471 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
472
473         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
474         encoding part.
475         (Font_info.set_defaults): pixelsize now also defauts to '0'.
476         (sketch_p): Sketch wants only first four elements of X11 font spec.
477
478         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
479
480         * mf/feta-autometric.mf: Write foundry and family to log.
481
482         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
483         font translation table.
484
485         * buildscripts/mf-to-table.py: Better font info into afm.
486
487         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
488         1.0.9 required.
489
490         * configure.in: Whine for mftrace 1.0.9.
491
492 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
493
494         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
495
496         * lily/main.cc (main_prog): don't try to load init.EXT when
497         processing foo.EXT.
498
499 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
500
501         * scm/tex.scm (zigzig-line): added.
502
503         * scm/ps.scm (zigzag-line): added.
504
505         * ps/music-drawing-routines.ps (subvec): added.
506         (draw_zigzag_line): added.
507         
508         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
509         grob properties zigzag-width and zigzag-length.
510
511         * input/regression/glissando.ly: Add some zig-zagged glissandi.
512
513 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
514
515         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
516         svg output, including font.
517
518 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
519
520         * scm/lily.scm: Register sodipodi output module.
521
522         * scm/sodipodi.scm: New file.
523
524         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
525
526         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
527         comment, after header.
528         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
529         FullName.  Fix FontName key.
530
531 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
532
533         * lily/rest.cc (after_line_breaking): bugfix: dots after half
534         and breve rests.
535         
536         * input/test/blank-notes.ly: bugfix
537
538         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
539         rests. (Kim Shrier)
540
541         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
542         
543 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
544
545         * scm/tex.scm: 
546         * scm/ps.scm: Cleanup and remove obsolete junk.
547
548         * Documentation/user/internals.itely:
549         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
550
551         * lily/parser.yy: Identify shift/reduce problems.
552
553         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
554         make-style-sheet.  Too specific for convert-ly?
555
556 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
557
558         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
559
560         * input/test/*.ly: various fixes.
561
562         * lily/music.cc (name): bugfix
563
564         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
565
566         * lily/input-file-results.cc (code): set-point-and-click! ->
567         set-point-and-click
568         
569 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
570
571         * Use uniform ly: prefix for exported scheme primitive functions.
572
573         * scm/music-types.scm: junk compat glue
574
575         * scripts/convert-ly.py: add rules for stuff below, junk
576         compatibility glue for spanrequest.
577
578         * lily/parser.yy (verbose_event): remove \spanrequest,
579         \commandspanrequest, \script. 
580         
581         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
582
583         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
584         for \penalty, \glissando.
585
586         * VERSION: release 1.7.3
587         
588 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
589
590         * lily/accidental-engraver.cc: Fix
591         grace-in-the-beginning-of-measure bug caused by the resent
592         partial-measure fix.
593
594         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
595         overlap looks too crowded)
596         
597 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
598
599         * lily/parser.yy (assignment): allow SCM expression as assignment.
600
601         * lily/include/music-output-def.hh (class Music_output_def):
602         * lily/music-output-def.cc: 
603         * lily/paper-def.cc: 
604         * scm/font.scm (markup-to-properties):
605         * lily/parser.yy (music_output_def_body): 
606         remove style_sheet_
607
608 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
609
610         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
611         length.
612
613         * input/regression/spacing-to-grace.ly: new file.
614
615         * input/regression/spacing-end-of-line.ly: new file.
616
617         * lily/note-spacing.cc (get_spacing): take into account breakable
618         stuff sticking out at the left (time sig change at line break).
619
620         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
621         raggedright code.
622
623         * scm/music-functions.scm (make-voice-props-set): add
624         staff-position for mm rests.
625  
626         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
627         before grace notes a little.
628
629         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
630
631         * lily/break-align-interface.cc (do_alignment): right-edge spacing
632         key adds space at the end of line. 
633
634 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
635
636         * scm/sketch.scm: Fix beams.
637
638         * buildscripts/mf-to-table.py: Add EncodingScheme.
639
640         * scm/sketch.scm: Resurrect.
641
642 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
643
644         * lily/multi-measure-rest.cc: use breve rests for measure lengths
645         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
646
647 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
648
649         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
650
651         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
652
653 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
654
655         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
656         token for origin information.
657
658         * lily/parser.yy (My_lily_lexer): do identifier location and
659         cloning from lexer.
660
661         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
662         logic out of the parser. Add bar checks on both ends.
663
664         * Documentation/user/refman.itely (Multi measure rests): add more
665         notes about mm rests.
666
667 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
668
669         * input/regression/bar-scripts.ly: Re-enable.
670
671         * lily/parser.yy:
672         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
673         released rsn.  Bison 1.50 has a crucial bug and won't work.
674
675         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
676
677
678 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
679
680         * input/regression/bar-scripts.ly: Blunt documentation build fix.
681
682 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
683
684         * Actually merge changes since 1.6.4 besides ChangeLog, and
685         resolve conflicts.  Lots of updates, hope all is well.
686         
687         * cygwin/lilypond.hint (requires): Add ghostscript.
688
689         * scm: Update some (c).
690         
691 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
692
693         * input/test/{various}.ly: add \header fields and texidoc strings.
694
695 2002-10-05  Werner Lemberg  <wl@gnu.org>
696
697         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
698         renamed to `output_latex_quoted'.
699         Added `output_latex_noquote'.
700         (schedule_lilypond_block): Implement `noquote' option for LaTeX
701         mode.
702
703 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
704
705         * ChangeLog: Add 1.6.6 release marker.  See below.
706
707         * stepmake/stepmake/po-targets.make: Remove --c++ option.
708
709         * scripts/midi2ly.py: Fix global syntax warnings.
710
711         * GNUmakefile.in: Generate builddir locale tree too.
712
713         * scripts/ly2dvi.py:
714         * scripts/midi2ly.py: 
715         * scripts/mup2ly.py: 
716         * scripts/update-lily.py:
717         * lily/main.cc (setup_paths): Fix for locales setup.
718
719 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
720
721         * Documentation/windows/installing.texi: Soften wording about
722         necessity of becoming Administrator.  tommie@iae.nl reports this
723         does not seem to be necessary for his flavour of Windows 2000.
724         Explicitely discourage text mode mounts.
725
726 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
727
728         * lily/rest.cc (after_line_breaking): backport dot position fix.
729
730         * lily/rest-collision.cc (do_shift): also remove dots for suicided
731         rests. Thanks to Klaus Zimmermann for finding this bug.
732
733 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
734
735         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
736
737 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
738
739         * Documentation/user/music-glossary.tely: fix links.
740
741 2002-10-21  Werner Lemberg  <wl@gnu.org>
742
743         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
744         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
745         scaling factor) only once and use them in the definition of
746         \embeddedps.
747         * ps/music-drawing-routines.ps (skeel): Removed.
748
749 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
750
751         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
752         Solaris7, as we don't use nested $( ) constructs.
753
754 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
755
756         * VERSION: Release 1.6.6.
757         
758 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
759
760         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
761         as workaround for /bin/sh problems on Solaris7.
762
763 2002-10-19  Werner Lemberg  <wl@gnu.org>
764
765         * GNUmakefile.in (web-doc): Fix typos.
766         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
767         `music-drawing-routines.ps' but emit \special{header=...} once.
768         * scm/tex.scm (header-end): Updated.
769
770 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
771
772         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
773         undefined tremolo. 
774
775 2002-10-15  Werner Lemberg  <wl@gnu.org>
776
777         * scripts/lilypond-book.py (g_make_html): New global variable.
778         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
779         if `g_make_html' isn't set.
780         [main]: Add format `texi-html'.
781         (option_definitions): Updated.
782         * Documentation/user/lilypond-book.itely: Updated.
783
784         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
785         * make/ly-rules.make (%.texi, %.nexi): Use it.
786         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
787         format to lilypond-book.
788         * GNUmakefile.in (web-doc): Ditto.
789
790 2002-10-14  Werner Lemberg  <wl@gnu.org>
791
792         Further improve TeX output.  The produced files are about 40%
793         smaller.  `lilyponddefs.tex' is now read only once.
794
795         * tex/lilyponddefs.tex: Remove footer stuff.
796         (\ifundefined): Renamed to...
797         (\lilypondundefined): This.  Use LaTeX's definition to
798         make it nestable and make it global.
799         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
800         output.
801         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
802         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
803         them global.
804         (\placebox): Renamed to...
805         (\lyitem): This.
806         Make it global and call \outputscale by itself.
807         (\lybox, \lyvrule): New macros to reduce input data.
808         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
809         New auxiliary macros.
810         (\SkipLilydefs, \EndLilyPondOutput): Removed.
811         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
812         to...
813         (\lilypondspace): This and made it global.
814         (\turnOnPostScript): Renamed to...
815         (\lilypondpostscript): This and made it global.
816         (\turnOnExperimentalFeatures): Renamed to...
817         (\lilypondexperimentalfeatures): This and made it global.
818         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
819         (\lilypondsetdimen): This and made it global.
820         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
821         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
822         (all, $(outdir)/music-drawing-routines.ps): New rules.
823         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
824         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
825         start-system, stop-system, stop-last-system, filledbox): Updated to
826         use the changed macros from lilyponddefs.tex.
827         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
828
829 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
830
831         * Documentation/windows/installing.texi: Update.
832
833 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
834
835         * VERSION: 1.6.5 released
836
837         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
838
839 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
840
841         * scm/translator-property-description.scm (voltaOnThisStaff): add
842         property.
843
844 2002-09-28  Werner Lemberg  <wl@gnu.org>
845
846         * scm/tex.scm (header-end): Suppress page numbering.
847
848         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
849         Fix quotation for HTML output.
850
851 2002-09-28   Graham Percival   <gperciva@sfu.ca>
852         
853         * Documentation/user/refman.itely: grammar and phrasing
854           fixes to "Note Entry" section.  Also adds a few new examples.
855
856 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
857
858         * flower/include/string-data.icc: include string.h
859
860 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
861
862         * scm/chord-name.scm (chord::inner-name-banter): remove space.
863
864 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
865
866         * Documentation/user/GNUmakefile (extra-local-help): Add.
867
868         * stepmake/stepmake/www-targets.make (local-help): Add.
869
870 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
871
872         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
873         packages.
874
875         * Documentation/topdocs/README.texi (Top): building documentation
876         (not website.)
877
878 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
879
880         * Documentation/user/refman.itely: 
881         * Documentation/user/tutorial.itely: 
882         * Documentation/user/music-glossary.tely: Merge changes.
883
884         * Documentation/user/glossary.html.in: 
885         * Documentation/index.texi: 
886         * Documentation/header.html.in: Accomodate renaming of glossary.
887         
888         * Documentation/user/tutorial.itely: Add some glossary references.
889         
890         * Documentation/user/refman.itely: Minor fixes.
891         
892         * Documentation/user/lilypond.tely: Add glossary do direntry.
893
894         * Documentation/user/music-glossary.tely: Rename (previously:
895         glossary.tely).  Fix anchor placement.
896
897         * Documentation/user/GNUmakefile: Make music-glossary.info too.
898
899 2002-09-23  Werner Lemberg  <wl@gnu.org>
900
901         * scripts/lilypond-book.py (output_dict): Fix handling of
902         various environments by avoid extraneous newlines.
903         Rename `output-all' regexp for html to `output-html'.
904         Replace `output-all' regexp for texi with `output-texi-quote'
905         and `output-texi-noquote'.
906         (compose_full_body): Don't override `linewidth' user option
907         for `singleline'.
908         (schedule_lilypond_block): Don't indent text specified with
909         `intertext' option.
910         Add new option `noquote'.
911         (compile_all_files): Use latex instead of tex to compile ly
912         files directly.
913
914         * Documentation/user/lilypond-book.itely: Updated and revised.
915         Improve layout.
916
917         * Documentation/user/glossary.tely,
918         Documentation/user/introduction.itely,
919         Documentation/user/tutorial.itely,
920         Documentation/user/refman.itely,
921         Documentation/user/appendices.itely: Fix overfull LilyPond
922         boxes caused by the new lilypond-book code.  Other minor
923         fixes.
924
925         * Documentation/user/macros.itexi (@texiflat): Don't emit
926         trailing space.
927
928         * scm/tex.scm (end-output, header-end): Add preamble and
929         postamble to make lilypond output directly compilable with
930         latex.
931
932         
933 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
934
935         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
936         instructions.
937
938 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
939
940         * Documentation/user/glossary.tely: Add titling and hyperlinks.
941
942 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
943
944         * lily/beam.cc (connect_beams): don't crash if there are quarter
945         notes in beams.
946
947 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
948
949         * Documentation/user/refman.itely: corrected ancient clef
950         docu; added docu on ligatures
951
952 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
953
954         * Documentation/user/glossary.tely,
955         Documentation/user/refman.itely, input/les-nereides.ly,
956         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
957         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
958         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
959         Stem properties: flag-style -> stroke-style, style -> flag-style.
960
961
962 2002-09-22  Werner Lemberg  <wl@gnu.org>
963
964         * scripts/lilypond-book.py: Add option `notime' to suppress
965         printing of a time signature.  Specify default indentation of 0pt
966         if single line fragment.  Don't emit redundant `\paper{ }'.
967
968         * Documentation/user/lilypond-book.itely: Updated.
969
970         * Documentation/user/glossary.tely: Completely reformatting.
971
972 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
973
974         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
975
976 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
977
978         * Documentation/user/tutorial.itely: Fix links.
979         
980         * Documentation/topdocs/index.tely:
981         * Documentation/index.texi:
982         * Documentation/header.html.in: Small website fixes and updates.
983
984         * debian/: Debian patch by Anthony Fok.
985
986 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
987
988         * Documentation/footer.html.in: How time flies: It's already 2002!
989
990         * Documentation/topdocs/index.tely: Stable/development fix.  Use
991         more descriptive link names than 'here'.
992
993 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
994
995         * VERSION: 1.7.2 released
996         * VERSION: 1.6.4 released
997         
998         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
999
1000         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
1001         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
1002
1003         * mf/feta-din.mf (test): add x-height and space.
1004
1005         * lily/dynamic-engraver.cc (process_music): take dynamic direction
1006         from ^_ for crescendi. Idem for slurs and phrasing slurs.
1007
1008         * ly/grace-init.ly: add-to-grace-init: function to portably add
1009         settings to \grace. 
1010
1011         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
1012         if we get an absolute dynamic event.
1013  
1014         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
1015
1016         * lily/source-file.cc (get_line): oops. All line numbers were off
1017         by 2. Fix that. 
1018
1019         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
1020         be after the note, combined with -_^, i.e. c4-(-\)-\>  
1021
1022         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
1023
1024         * lily/parser.yy (number_factor): remove (number) as number
1025         expression. ("Let them eat Lisp").
1026
1027 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1028
1029         * lily/horizontal-bracket.cc: new file.
1030
1031         * lily/horizontal-bracket-engraver.cc: new file.
1032
1033         * input/regression/note-group-bracket.ly: new file. Support
1034         horizontal note brackets for music analysis.
1035
1036         * lily/stem.cc (flag): new flag-style: no-flag.
1037
1038         * input/test/stem-cross-staff.ly: new file
1039         
1040         * Documentation/user/internals.itely: Improved formatting, fixing
1041         typos.  Added a section `Output details' to describe how the TeX
1042         code looks like.
1043
1044         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
1045
1046         * lily/parser.yy: remove \dynamicscript.
1047
1048         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
1049         definitions. 
1050
1051         * python/midi.c (midi_error): take two arguments.
1052
1053         * Merge 1.6.5 changes:
1054         
1055 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
1056
1057         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
1058         staff-space.  Previous 1.5 was probably meant as half-spaces.
1059         (cautionary-style): parentheses (was: smaller).  This is what doco
1060         says, and it seems more logical.
1061
1062         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
1063         for 2nd sentence.
1064
1065 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1066
1067         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
1068
1069 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1070
1071         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
1072
1073 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1074
1075         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
1076
1077 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1078
1079         * scm/translator-property-description.scm (voltaOnThisStaff): add
1080         property.
1081
1082 2002-09-28  Werner Lemberg  <wl@gnu.org>
1083
1084         * scm/tex.scm (header-end): Suppress page numbering.
1085
1086         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
1087         Fix quotation for HTML output.
1088
1089 2002-09-28   Graham Percival   <gperciva@sfu.ca>
1090         
1091         * Documentation/user/refman.itely: grammar and phrasing
1092           fixes to "Note Entry" section.  Also adds a few new examples.
1093
1094 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1095
1096         * flower/include/string-data.icc: include string.h
1097
1098 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1099
1100         * scm/chord-name.scm (chord::inner-name-banter): remove space.
1101
1102 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1103
1104         * Documentation/user/GNUmakefile (extra-local-help): Add.
1105
1106         * stepmake/stepmake/www-targets.make (local-help): Add.
1107
1108 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1109
1110         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
1111         packages.
1112
1113         * Documentation/topdocs/README.texi (Top): building documentation
1114         (not website.)
1115
1116 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
1117
1118         * Documentation/user/refman.itely: 
1119         * Documentation/user/tutorial.itely: 
1120         * Documentation/user/music-glossary.tely: Merge changes.
1121
1122         * Documentation/user/glossary.html.in: 
1123         * Documentation/index.texi: 
1124         * Documentation/header.html.in: Accomodate renaming of glossary.
1125         
1126         * Documentation/user/tutorial.itely: Add some glossary references.
1127         
1128         * Documentation/user/refman.itely: Minor fixes.
1129         
1130         * Documentation/user/lilypond.tely: Add glossary do direntry.
1131
1132         * Documentation/user/music-glossary.tely: Rename (previously:
1133         glossary.tely).  Fix anchor placement.
1134
1135         * Documentation/user/GNUmakefile: Make music-glossary.info too.
1136
1137 2002-09-23  Werner Lemberg  <wl@gnu.org>
1138
1139         * scripts/lilypond-book.py (output_dict): Fix handling of
1140         various environments by avoid extraneous newlines.
1141         Rename `output-all' regexp for html to `output-html'.
1142         Replace `output-all' regexp for texi with `output-texi-quote'
1143         and `output-texi-noquote'.
1144         (compose_full_body): Don't override `linewidth' user option
1145         for `singleline'.
1146         (schedule_lilypond_block): Don't indent text specified with
1147         `intertext' option.
1148         Add new option `noquote'.
1149         (compile_all_files): Use latex instead of tex to compile ly
1150         files directly.
1151
1152         * Documentation/user/lilypond-book.itely: Updated and revised.
1153         Improve layout.
1154
1155         * Documentation/user/glossary.tely,
1156         Documentation/user/introduction.itely,
1157         Documentation/user/tutorial.itely,
1158         Documentation/user/refman.itely,
1159         Documentation/user/appendices.itely: Fix overfull LilyPond
1160         boxes caused by the new lilypond-book code.  Other minor
1161         fixes.
1162
1163         * Documentation/user/macros.itexi (@texiflat): Don't emit
1164         trailing space.
1165
1166         * scm/tex.scm (end-output, header-end): Add preamble and
1167         postamble to make lilypond output directly compilable with
1168         latex.
1169
1170         
1171 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1172
1173         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
1174         instructions.
1175
1176 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1177
1178         * Documentation/user/glossary.tely: Add titling and hyperlinks.
1179
1180 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1181
1182         * lily/beam.cc (connect_beams): don't crash if there are quarter
1183         notes in beams.
1184
1185 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
1186
1187         * Documentation/user/refman.itely: corrected ancient clef
1188         docu; added docu on ligatures
1189
1190 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
1191
1192         * Documentation/user/glossary.tely,
1193         Documentation/user/refman.itely, input/les-nereides.ly,
1194         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
1195         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
1196         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
1197         Stem properties: flag-style -> stroke-style, style -> flag-style.
1198
1199 2002-09-22  Werner Lemberg  <wl@gnu.org>
1200
1201         * scripts/lilypond-book.py: Add option `notime' to suppress
1202         printing of a time signature.  Specify default indentation of 0pt
1203         if single line fragment.  Don't emit redundant `\paper{ }'.
1204
1205         * Documentation/user/lilypond-book.itely: Updated.
1206
1207         * Documentation/user/glossary.tely: Completely reformatting.
1208
1209 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1210
1211         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
1212
1213 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
1214
1215         * Documentation/user/tutorial.itely: Fix links.
1216         
1217         * Documentation/topdocs/index.tely:
1218         * Documentation/index.texi:
1219         * Documentation/header.html.in: Small website fixes and updates.
1220
1221         * debian/: Debian patch by Anthony Fok.
1222
1223 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1224
1225         * Documentation/footer.html.in: How time flies: It's already 2002!
1226
1227         * Documentation/topdocs/index.tely: Stable/development fix.  Use
1228         more descriptive link names than 'here'.
1229
1230 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1231
1232         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
1233
1234 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1235
1236         * lily/part-combine-music-iterator.cc (get_state): cleanup
1237         (get_music_info): cleanup.
1238
1239 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1240
1241         * scm/backend-documentation-lib.scm (interface-doc-string):
1242         crosslinks between interfaces and grobs. Headings for interfaces
1243         in grob explanation.
1244
1245 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1246
1247         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
1248         dtd).  Add preliminary dtd.
1249         (re-sub-alist): Robustify.
1250
1251 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1252
1253         * lily/include/event-chord-iterator.hh,
1254         lily/context-specced-music-iterator.cc,
1255         lily/event.cc, lily/event-chord-iterator.cc: add
1256
1257 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1258
1259         * lily/: some (c) header fixes.
1260         
1261         * lily/request-chord.cc: Remove.
1262         
1263         * lily/include/event-chord-iterator.hh:
1264         * lily/include/event.hh:
1265         * lily/event-chord.cc: New file.
1266         
1267         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
1268         requested.
1269
1270 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1271
1272         * lily/ : rename Request to Event
1273
1274         * lily/parser.yy (command_element): move clef stuff into Scheme.
1275
1276         * lily/:  rename length_mom () to get_length()
1277
1278         * lily/part-combine-music.cc: removed file and class.
1279
1280         * lily/context-specced-music-iterator.cc (class
1281         Context_specced_music_iterator): new file. Obsoletes the
1282         Context_specced_music type.
1283
1284         * scm/music-types.scm (make-repeated-music): put different kinds
1285         of repeated music into music-type table.
1286
1287         * VERSION: 1.7.1 released.
1288
1289         * scm/to-xml.scm: new file.
1290
1291         * input/test/to-xml.ly (fooBar): demo of what is possible with the
1292         new Input representation: dump music as XML.
1293
1294         * scm/engraver-documentation-lib.scm
1295         (engraver-accepts-music-types?): add links from music to engraver,
1296         from music-type to engraver.
1297
1298         * lily/include/command-request.hh: removed
1299         lily/include/musical-request.hh: removed. Removed all _req classes
1300         except Key_change_req. Changes throughout.
1301
1302 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1303
1304         * lily/tuplet-engraver.cc (try_music): Compile kludge.
1305
1306 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1307
1308         * lily/*.cc: specify accepts for many engravers.
1309
1310         * scm/music-documentation-lib.scm: dump music expressions and
1311         music subtypes.
1312
1313         * scm/documentation-lib.scm: complete revision.
1314         Use GOOPS objects to store document tree explicitly. Cleaned up and
1315         sped up doco generation a lot.
1316
1317 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1318
1319         * input/trip.ly (fugaIILeft): add arpeggio
1320
1321         * lily/translator-group.cc (try_music_on_nongroup_children):
1322         oops. The name symbol is in the cdr of the assoc handle.
1323
1324         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
1325         Hyphen_req, Glissando_req, Break_req, Mark_req 
1326
1327 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1328
1329         * lily/musical-request.cc (music-duration-length,
1330         music-duration-compress): new functions.
1331
1332         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
1333         throughout. Warning doesn't work yet.
1334
1335         * lily/translator-group.cc (try_music_on_nongroup_children):
1336         new implementation: store candidate acceptors in a hashTable.
1337
1338 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1339
1340         * scm/music-types.scm (music-descriptions): change name to
1341         internal-class-name
1342
1343         * scm/chord-name.scm (chord::inner-name-banter): remove space.
1344
1345 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1346
1347         * lily/beam.cc (connect_beams): don't crash if there are quarter
1348         notes in beams.
1349
1350 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
1351
1352         * Documentation/user/refman.itely: corrected ancient clef
1353         docu; added docu on ligatures
1354
1355 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
1356
1357         * Documentation/user/glossary.tely,
1358         Documentation/user/refman.itely, input/les-nereides.ly,
1359         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
1360         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
1361         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
1362         Stem properties: flag-style -> stroke-style, style -> flag-style.
1363
1364 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1365
1366         * scm/music-functions.scm (music-separator?): don't use name music
1367         property.
1368
1369 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1370
1371         * stepmake/stepmake/generic-targets.make (help): Document check
1372         target.
1373
1374         * lily/new-accidental-engraver.cc: Compile fix.
1375
1376 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
1377
1378         * scripts/convert-ly.py: Add rule.
1379
1380         * input/test/music-creation.ly:
1381         * input/test/add-staccato.ly:
1382         * input/test/add-text-script.ly: ly-make-music.
1383
1384         * scm/drums.scm (make-head-type-elem, make-articulation-script):
1385         More ly-make-music renamings.
1386
1387         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
1388
1389         * lily/music-constructor.cc (make_music): Add debugging info.
1390
1391         * scm/music-functions.scm (make-simultaneous-music,
1392         (make-sequential-music, context-spec-music):
1393         * scm/music-types.scm (music-descriptions): Get lily to run.
1394
1395 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1396
1397         * lily/command-request.cc (transpose_key_alist): new function.
1398
1399         * lily/key-performer.cc (create_audio_elements): cleanup. 
1400
1401 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1402
1403         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
1404
1405         * lily/include/translator.hh (ENTER_DESCRIPTION): add
1406         events-accepted field.
1407
1408         * scm/music-types.scm: new file.
1409
1410         * lily/parser.yy: put music type initialization into scheme,
1411         similar to grob initialization.  Changes throughout.
1412
1413 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
1414
1415         * Documentation/user/tutorial.itely: Fix links.
1416         
1417         * Documentation/index.texi: 
1418         * Documentation/header.html.in: 
1419         * Documentation/topdocs/index.tely: Small website fixes and updates.
1420
1421         * debian/: Debian patch by Anthony Fok.
1422
1423 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1424
1425         * Documentation/footer.html.in: How time flies: It's already 2002!
1426
1427         * Documentation/topdocs/index.tely: Stable/development fix.  Use
1428         more descriptive link names than 'here'.
1429
1430         * ROADMAP: Remove test stuff.
1431
1432         * scripts/update-lily.py: Allow auto-building of stable and
1433         development versions.  Bugfixes.
1434
1435 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1436
1437         * VERSION: released 1.7.0
1438
1439         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
1440
1441         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
1442         positive line widths.
1443
1444 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
1445
1446         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
1447         go.  Fix comments.
1448
1449         * cygwin: Cygwin updates.
1450
1451 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1452
1453         * Documentation/windows/installing.texi (Top): version for python,
1454         urls for ghostscript (thanks to John Potelle)
1455         
1456         * lily/simultaneous-music-iterator.cc
1457         (Simultaneous_music_iterator): init children_list_ before
1458         triggering GC.
1459
1460         * lily/*-iterator.cc: be even more careful with smobbed copy
1461         constructors. 
1462
1463         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
1464         LeftEdge item.
1465
1466 2002-09-15  Werner Lemberg  <wl@gnu.org>
1467
1468         Improving LilyPond's output to make them ordinary TeX boxes with
1469         predictable dimensions.  System boxes are now vertically centered on
1470         the baseline; this offset can be further controlled with
1471         \lilypondscoreshift.
1472
1473         * lily/system.cc (System::post_processing): Pass length of current
1474         system to `start-system' (including any horizontal indentation).
1475
1476         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
1477         prettier.
1478         (lily-def): Append `%'.
1479         (start-system): Add parameter `wd'.  Output more TeX code to specify
1480         box dimensions.
1481         (stop-system, stop-last-system): Complement changes in
1482         `start-system'.
1483         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
1484         Updated.
1485
1486         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
1487         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
1488         Write final `\endinput'.
1489
1490         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
1491         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
1492         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
1493         files and macro definitions don't produce spurious spaces and
1494         paragraphs (using \endlinechar).
1495         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
1496
1497         * Documentation/user/internals.itely: Improved formatting, fixing
1498         typos.  Added a section `Output details' to describe how the TeX
1499         code looks like.
1500
1501 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
1502
1503         * lily/accidental-engraver.cc: Also work with partial measures.
1504
1505 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1506
1507         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
1508         spanner.
1509
1510 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1511
1512         * lily/identifier-smob.cc (unpack_identifier): new file.
1513
1514         * lily/lexer.ll (identifier_type): new function.  use ly-id to
1515         pass off scheme expressions as music identifiers.
1516
1517         * scm/lily.scm: reorganisation, cleanups.
1518
1519         * lily/main.cc: small cleanups.
1520
1521 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1522
1523         * lily/ly-module.{cc,hh}: new file.
1524
1525 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
1526
1527         * lily/accidental-engraver.cc: Also work with partial measures.
1528
1529 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1530
1531         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
1532
1533 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1534
1535         * lily/my-lily-lexer.cc: use SCM module in stead of
1536         Scheme_hash_table. Changes throughout.  
1537
1538 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1539
1540         * VERSION (MY_PATCH_LEVEL): make 1.7.0
1541