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