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