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