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