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