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