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