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