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