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