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