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