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