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