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