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