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