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