]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
(drumNotes): 1.7 fixes
[lilypond.git] / ChangeLog
1 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2
3         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
4
5 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
6
7         * Documentation/user/refman.itely: spelling fix.
8
9 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10
11         * input/template/jazz-combo.ly: new file.
12
13 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
14
15         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
16         lo-res fixes.
17
18         * mf/feta-schrift.mf: bugfix in varcoda sign.
19         WARNING: FONT CHANGED
20
21         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
22         in accordance with lexer.ll.   
23
24 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
25
26         * Documentation/user/tutorial.itely: Edit introduction.
27
28 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
29
30         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
31         ly:grob-staff-position
32
33 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
34
35         * scm/to-xml.scm: import srfi-1
36
37         * VERSION (MAJOR_VERSION):  release 1.7.24
38
39         * python/lilylib.py (make_ps_images): make multipage _really_ work.
40
41         * scripts/lilypond-book.py (do_file): put texidoc before image.
42         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
43
44         * input/regression/*.ly: fix snippet octaves 
45
46         * input/test/spanner-after-break-tweak.ly: import
47         broken-spanner-adjustment
48
49         * input/no-notation/midi-transposing.ly: move from input/test/
50
51         * input/test/: remove chord-markup
52
53         * input/regression/instrument-name-partial.ly: move from input/test.
54
55         * input/test/vertical-text.ly: remove
56
57         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
58         space above lyrics lines.
59
60         * input/test/uniform-breaking.ly: remove file.
61
62         * lily/gourlay-breaking.cc (combine_demerits): add comment about
63         uniform spacing density. 
64
65         * input/test/chords.ly (keys): remove file.
66
67         * scm/documentation-lib.scm (oop): use srfi-1 too.
68
69         * input/regression/*.ly: add \version
70
71         * Documentation/user/*.itely: various fixes.
72
73         * buildscripts/mf-to-table.py (base): break table every three
74         symbols.
75
76         * input/:  remove %% new-chords-done %% .
77
78         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
79         os-music.ly
80         
81 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
82
83         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
84
85         * scm/new-markup.scm (box-markup): new function.
86         (box-markup): new function. Contributed by Dick Schoeller
87         <schoeller@attbi.com>
88
89         * scm/lily.scm: remove reduce-no-unit 
90         (list-insert-separator): use fold-right
91
92         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
93         of arguments. 
94
95         * NEWS: more neutral language for ancient notation 
96
97         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
98         inside pointing beaming for chord tremolo.
99
100         * Documentation/user/lilypond-book.itely: minor editing
101
102 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
103
104         * NEWS: added news for 1.8 regarding ancient notation
105
106         * Documentation/user/refman.itely (Gregorian square neumes
107         ligatures): fixed typo
108
109         * lily/vaticana-ligature-engraver.cc,
110         lily/include/vaticana-ligature.hh: bugfix: use special heads for
111         lower/upper head of Pes only when heads are stacked
112
113         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
114         scm/define-grob-properties.scm: cleanup: make "join-left" a
115         boolean grob property and save delta pitch in grob property
116         "delta-pitch" instead
117
118         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
119
120 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
121
122         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
123         completely borked
124
125         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
126         (try_music): bug fix: beam multiplicity was completely borked.
127
128         * scm/lily.scm: remove tail, filter-list, filter-out-list,
129         first-n, butfirst-n in favor of srfi-1 functions.
130         remove string-join, string-pad in favor of srfi-13 functions.
131
132         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
133
134         * NEWS: use complete sentences.
135
136         * Documentation/user/introduction.itely (Example applications):
137         add note about databases and lilypond-book.
138
139         * input/test/volta.ly: remove file
140
141         * input/regression/volta-broken-left-edge.ly: simplify file
142
143 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
144
145         * Documentation/user/refman.itely (Constructing a tweak): new
146         subsection.
147
148         * Documentation/user/tutorial.itely (Fine tuning layout): add
149         common tweaks.
150
151         * scm/define-grobs.scm (TextScript): use new brewer.
152
153 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
154
155         * VERSION: release 1.7.23
156
157         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
158
159         * python/lilylib.py (make_ps_images): bugfixes.
160
161         * input/regression/volta-multi-staff.ly: new file.
162
163         * Documentation/user/macros.itexi: refcommands, refcommand macros.
164
165         * Documentation/user/tutorial.itely (Piano staffs): new section.
166         (Setting variables): new section
167         (Fine tuning layout): new section
168
169         * input/just-friends.ly: remove file. Superseeded by
170         input/test/chords-without-melody.ly
171
172         * ly/property-init.ly: add all commands to refman.
173
174         * scm/define-translator-properties.scm: remove
175         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
176
177         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
178         name. Underscores botch up PS output.
179
180         * scm/define-translator-properties.scm: remove
181         textNonEmpty, oneBeat, regularSpacingDelta
182
183         * scripts/convert-ly.py (FatalConversionError.conv): conversion
184         rule for automaticBars.
185
186         * lily/timing-engraver.cc (start_translation_timestep): change
187         barNonAuto to automaticBars
188
189 2003-06-30  Graham Percival  <gperlist@shaw.ca>
190
191         * input/test/perform-tie.ly: delete file.
192
193 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
194
195         * Documentation/user/refman.itely (Gregorian square neumes
196         ligatures): bugfix: do not show ledger lines in neumes table
197         (fixed by setting staff symbol to transparent rather than removing
198         it from staff context)
199
200 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
201
202         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
203         glue into brew-new-markup-molecule.
204
205         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
206
207         * Documentation/user/introduction.itely (Computerized typography):
208         new section
209
210         * Documentation/user/tutorial.itely (An orchestral part): remove
211         pc example from tutorial.
212
213         * input/tutorial/lilbook.tex: use screech-boink
214
215         * scripts/lilypond-book.py (compile_all_files): split formatting
216         output body and scheduling lilypond compilation.
217         (format_lilypond_output_bodies): new function
218         (format_lilypond_block): new function
219         (html_pages): allow multi-page images in HTML
220
221         * python/lilylib.py (make_ps_images): rename function from
222         make_preview, merge with make_page_images
223
224 2003-06-28  Graham Percival  <gperlist@shaw.ca>
225
226         * input/test/key-clefs.ly: moved to regression.
227
228         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
229
230         * input/no-notation/README: added note about midi-*.ly files.
231
232         * input/test/two-key.ly: moved to no-notation/parse5.ly
233
234         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
235         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
236
237         * input/test/ {various}: modified comments, marked some for deletion.
238
239         * input/test/lines.ly: deleted file; duplicate of embedded-postscript.ly
240
241         * input/test/mmrest-collision: moved to regression.
242
243 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
244
245         * scm/chord-name.scm (note-name->markup): don't superscript root
246         alterations in chordnames.
247
248 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
249
250         * Documentation/user/refman.itely (Multi measure rests): more
251         index/cross-referencing.
252
253         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
254
255         * scm/font.scm: remove properties-to-font-name code.
256
257         * scm/define-grob-properties.scm: remove 'type
258
259         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
260         conversion
261
262         * lily/text-spanner.cc: change 'type grob prop to 'style 
263
264         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
265         "first" flag to decide whether to make a start-repeat
266
267         * input/regression/grace-volta-repeat-2.ly: new file.
268
269 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
270
271         * lilypond-indent.el: rename generic functions to LilyPond-*
272
273 2003-06-22  Graham Percival  <gperlist@shaw.ca>
274
275         * input/test/thumb.ly: delete, merged into refman.
276
277         * Documentation/user/refman.itely: added thumb info to Fingering.
278
279         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
280         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
281         vertical-align.ly : deleted files.
282
283 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
284
285         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
286
287         * lily/line-spanner.cc (broken_trend_offset): remove function.
288         (get_broken_offset): idem.
289         (brew_molecule): rewrite the line-break case.
290
291         * input/regression/follow-voice-break.ly:  new file.
292
293         * lily/line-spanner.cc (after_line_breaking): remove lines at the
294         start of a system.
295
296 2003-06-20  Graham Percival  <gperlist@shaw.ca>
297
298         * input/test/tuplet-rest.ly: moved to regression.
299
300         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
301         deleted file.
302
303         * input/test/ {many} : marked file for possible deletion.
304
305 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
306
307         * input/regression/beam-funky.ly: add note about (disputed)
308         correct beaming.
309
310         * ly/engraver-init.ly (ScoreContext): put key-signature after
311         staff-bar
312         
313 2003-06-20  Graham Percival  <gperlist@shaw.ca>
314
315         * input/test/ broken.ly lyric-phrasing.ly: deleted.
316
317         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
318
319         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
320
321         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
322         stem-extend was deleted (it was duplicate example, and not as
323         good).
324
325         * input/test/[s-z]*.ly: add texidoc index.
326
327 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
328
329         * lily/slur.cc (get_boundary_notecolumn_y): change name from
330         get_first_notecolumn_y
331
332         * lily/spanner.cc (broken_spanner_index): new function.
333
334 2003-06-19  Graham Percival  <gperlist@shaw.ca>
335
336         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
337         lyric-hyphen.ly : moved to regression.
338
339         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
340         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
341
342         * input/test/instrument-name-mmrest.ly: moved to
343         ../regression/multi-measure-rest-instr-name.ly
344
345         * input/test/knee-sym.ly: moved to
346         ../regression/beam-knee-symmetry.ly.
347
348         * input/test/hymn.ly: change comments.
349
350         * input/test/[p-r]*.ly: add texidoc index.
351
352 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
353
354         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
355         to postfix syntax
356         
357         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
358         syntax.
359
360         * VERSION: release 1.7.22
361
362 2003-06-18  Graham Percival  <gperlist@shaw.ca>
363
364         * input/test/[h-k]*.ly: added texidoc index.
365
366         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
367
368         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
369
370         * input/test/ various : mark files for deletion or moving to regression.
371
372         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
373
374         * input/test/[l-o]*.ly: added texidoc index.
375
376 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
377
378         * scm/music-functions.scm (make-ottava-set): 
379         only do ottavation if centralCPosition is set.
380
381         * lily/translator-scheme.cc (ly:context-property-where-defined):
382         return '() if not found.
383
384 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
385
386         * lilypond-mode.el (LilyPond-un-comment-region): removed.
387         Use one command for both commenting and uncommenting.
388
389         * lilypond-indent.el (LilyPond-comment-region): new function,
390         (un)comments each line separately.
391
392         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
393         
394         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
395         imenu is not added by default; adapted from f90.el,
396         makes Help-menu, which does not fit, visible in XEmacs.
397         
398 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
399
400         * lilypond-mode.el: Set show-paren-mode local; minor-mode
401         show-paren-mode sets blink-matching-paren-on-screen local.
402         Try to make show-paren-function to paren-highlight local.
403
404         * lilypond-indent.el (LilyPond-scan-sexps): new function.
405         Copy definitions of Emacs' show-paren-function and
406         XEmacs' paren-highlight and make minimal changes;
407         add comments about locality. 
408         Fix matching first open-paren-char in '<< .. >>'.
409
410 2003-06-16  Graham Percival  <gperlist@shaw.ca>
411
412         * input/test/g*: added texidoc index.
413
414         * input/test/[a-g]*: added raggedright==#t when it
415          seemed appropiate.
416
417         * input/test/ fake-grace.ly figured-bass.ly : removed file.
418
419         * Documentation/topdoc/INSTALL.texi: removed false warnings
420         about gcc 3.3.
421
422 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
423
424         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
425
426         * input/test/chords-without-melody.ly (texidoc): add from
427         input/just-friends.ly
428
429         * input/regression/size{13--26}.ly: move from input/
430
431         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
432         input/{star-spangled-banner,twinkle}.ly: remove 
433         
434         * lily/slur.cc: remove slur over rest warnings.
435
436         * lily/note-spacing.cc (get_spacing): include left part of right
437         object in fixed space. This fixes stretched space before
438         accidentals.
439
440         * input/regression/spacing-accidental-stretch.ly: new file.
441
442 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
443
444         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
445         Reduce to 16pt.
446
447 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
448
449         * input/regression/spacing-knee.ly: docstring
450
451         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
452
453         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
454         input/tutorial/{test,solar,flowing}.ly: remove
455
456         * input/rhythm.ly: remove
457
458         * input/mutopia/F.Schubert/standchen.ly: update syntax.
459
460         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
461         update syntax. 
462
463         * scm/define-grobs.scm (all-grob-descriptions): set
464         knee-spacing-correction to 1.0
465
466         * lily/note-spacing.cc (stem_dir_correction): compute knee
467         correction using stem-thickness and head width.
468
469         * input/regression/beam-quanting-horizontal.ly: update texidoc
470
471         * scm/define-grobs.scm (all-grob-descriptions): set
472         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
473         This fixes 32nd beams for noteheads in spaces quants.
474
475         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
476
477 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
478
479         * README.mandrake: Change lilypond-extras to lilypond-documentation.
480
481 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
482
483         * input/test/dpncnt.ly,part-combine-score.ly: remove.
484
485         * VERSION (PACKAGE_NAME): release 1.7.21
486
487         * input/regression/stem-shorten.ly: new file.
488
489         * lily/stem.cc (get_default_stem_end_position): revise stem
490         shortening code.
491
492         * input/regression/spacing-multi-tuplet.ly: move from input/test/
493
494         * input/test/{scripts,volta-start,sleur}.ly: remove
495         
496         * input/regression/span-bar.ly: smaller file.
497
498         * input/regression/spacing-{natural,tight,loose}.ly: remove
499
500         * input/test/markup.ly: remove
501
502         * scripts/lilypond-book.py: put printfilename in separate chunk,
503         so texidoc is printed after the filename.  
504
505 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
506
507         * make/lilypond.mandrake.spec.in: fix docdirs.
508
509 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
510
511         * input/regression/beam-french.ly: bugfix.
512
513         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
514
515         * input/regression/(various).ly: add raggedright = #t.
516
517         * input/regression/auto-beam.ly: move from abe.ly
518
519 2003-06-13  Graham Percival  <gperlist@shaw.ca>
520
521         * input/test/f*.ly: added texinfo index.
522         
523         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
524
525 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
526
527         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
528         quant penalty for beam just outside staff.
529
530         * input/regression/beam-quanting-horizontal.ly (texidoc): move
531         from beam-pos.ly,  remove non-horizontal tests. 
532
533         * input/test/(various): cleanup header info. 
534
535         * input/test/tchaikovsky.ly: remove file.
536
537         * scm/chord-generic-names.scm: move from
538         double-plus-new-chord-name.scm
539
540         * input/test/orchestscore.ly: remove file
541
542         * Documentation/user/refman.itely (Vocal music): update documentation.
543
544         * scm/define-translator-properties.scm (chordNoteNamer): remove
545         chordNameStyle, use chordNameFunction
546
547         * scm/chord-name.scm (set-chord-name-style): remove
548         set-chord-name-style. Use \property chordNameFunction.
549
550 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
551
552         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
553         music): remove @TeX{} command.
554
555 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
556
557         * lilypond-indent.el (scan-sexps): Renamed to
558         aargh-this-breaks-other-emacs-modes-scan-sexps.
559
560 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
561
562         * lilypond-indent.el: Fix: match concurrent one-char opening and 
563         closing slurs: '()', etc. Add comments.
564
565         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
566
567         * lilypond-font-lock.el: match unending string at eof.
568
569         * make/lilypond.mandrake.spec.in: refreshed packed file list.
570         
571 2003-06-10  Graham Percival  <gperlist@shaw.ca>
572
573         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
574         input/test/beam-dir.ly input/test/beam-position.ly    
575         input/test/beam-suspect.ly input/test/beam-trend.ly    
576         input/test/beams.ly input/test/crescendo-text.ly : deleted
577         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
578         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
579         * input/test/default-bars.ly: moved to bar-always.ly
580         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
581
582 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
583
584         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
585
586 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
587
588         * scm/chord-ignatzek-names.scm (remove-step): rename file.
589
590 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
591
592         * lilypond-indent.el: Match better slurs in scheme expressions.
593         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
594
595         * Documentation/user/invoking.itexi: document Emacs' paren matching.
596
597 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
598
599         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
600
601         * input/ac-extra-voice.ly: Add texidoc.
602
603         * ly/chord-modifiers-init.ly: 
604         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
605         and chordNameExceptionsPartial for new chord names.
606
607         * input/test/chord-names-dpnj.ly: 
608         * input/test/dpncnt.ly: Update.
609
610         * scm/chord-name.scm: 
611         * scm/double-plus-new-chord-name.scm: Add compatibility for new
612         chord selection and options.
613
614         * ly/chord-modifiers-init.ly: Add exceptions 
615
616         * scm/define-translator-properties.scm (chordNameStyle) 
617         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
618
619 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
620
621         * ly/property-init.ly (germanChords): Added.
622         (semiGermanChords): Added.
623         
624         * input/test/chord-names-german.ly: Use new macros
625         
626 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
627
628         * lilypond-indent.el: Use similar parenthesis highlighting for 
629         Emacs and XEmacs through redefinitions of parenthesis highlighting 
630         functions; removed LilyPond-show-paren-function. Fix indenting.
631         Turn paren-matching on also in XEmacs.
632
633         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
634         as needed by parenthesis highlighting functions (in scan-sexp).
635
636 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
637
638         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
639         function.
640         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
641
642 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
643
644         * lilypond-indent.el: tune regexp for show-paren-function.
645
646 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
647
648         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
649         for all LilyPond-produced tex snippets.
650
651         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
652         fixes one line --preview output of ly2dvi.
653
654 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
655
656         * lilypond-indent.el: match only one type of slurs in
657         LilyPond-show-paren-function.
658
659 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
660
661         * debian/GNUmakefile (EXTRA_DIST_FILES): 
662         * debian/lilypond1.7.dirs: 
663         * debian/lilypond1.7-doc.dirs: New file.
664
665         * input/regression/chord-name-exceptions.ly: Add parameter for
666         ignatzekExceptions.  Quote hash in docstring.
667
668 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
669
670         * lilypond-indent.el (show-paren-function): define show-paren-function
671         as LilyPond-blink-matching-open and use it for closing parens.
672         Let LilyPond-blink-matching-open know whether a bracket was inserted.
673
674         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
675         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
676         LilyPond-blink-matching-paren in order to match both open and close
677         brackets.
678         
679 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
680
681         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
682         testing by modifying the code from FSF Emacs paren.el. Add comments.
683
684 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
685
686         * input/test/dpncnt.ly: Transpose example to match new
687         default \chords octave.  Add comment.
688         
689         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
690         comment about octave change.
691
692 2003-06-04  Graham Percival  <gperlist@shaw.ca>
693
694         * input/test/[d,e]: added texinfo index tags.
695         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
696
697 2003-06-04  Graham Percival  <gperlist@shaw.ca>
698
699         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
700
701 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
702
703         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
704         as in blink-matching-open.
705
706 2003-06-03  Graham Percival  <gperlist@shaw.ca>
707
708         * input/test/[a-c]: more comments in files.
709         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly 
710         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
711         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
712         mark file for proposed deletion.
713         * input/test: renaming files:
714         auto-beam-4-8.ly to beam-auto-4-8.ly
715         auto-beam-override.ly to beam-auto-override.ly
716         auto-beam.ly to beam-auto.ly
717         blank.ly to blank-paper.ly
718         absolute-volume.ly to dynamic-absolute-volume.ly
719
720 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
721
722         * input/test/dpncnt.ly: 
723         * input/test/chord-names-dpnj.ly: Resurrect.
724
725         * lily/my-lily-lexer.cc: Remove chordnames keyword.
726
727         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
728
729         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
730         Better docstring, add parameter OMIT-ROOT, tidy up.
731
732 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
733
734         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
735
736 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
737
738         * scm/output-ascii-script.scm (as-font-alist-alist):
739         (as-properties-to-font-name):
740         (as-make-style-sheet): Remove.
741
742         * scm/font.scm (as-make-font-list): New function.
743         (as-font-sheet-alist): New variable.
744
745         * ly/paper-as9-init.ly: 
746         * ly/paper-as5-init.ly: Update.
747
748         * ly/paper-as5.ly:
749         * ly/paper-as9.ly: New file.
750
751 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
752
753         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
754
755 2003-05-28  Graham Percival  <gperlist@shaw.ca>
756         * input/sondag-morgen/*: removed due to copyright concerns.
757         * input/[a,b]*.ly: added a newline at the end of the texinfo
758         doc string (produces better output in HTML version).
759         * input/c*.ly: added texinfo index and added comments to
760         aid in future changes to input/test/ files.
761
762 2003-05-28  Graham Percival  <gperlist@shaw.ca>
763         
764         * Documentation/user/refman.itely: fixed build problem (missing
765         file) caused by previous renaming.
766
767 2003-05-28  Graham Percival  <gperlist@shaw.ca>
768         
769         * input/test/[a,b]*.ly: added texinfo index and added comments to
770         aid in future changes to input/test/ files.
771         * input/test/bar-number-every-5-reset.ly: renamed to
772         bar-number-every-five-reset.ly
773         * input/test/bar-script-visibility.ly: renamed to
774         bar-number-show-all.ly
775
776 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
777
778         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
779         to Voice.
780
781         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
782         out note-line and glissando functionality.
783         
784         * lily/line-spanner.cc (brew_molecule): cleanup.
785
786 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
787
788         * scripts/as2text.scm: Use rdelim module.
789         (start-system): Rename from start-line.
790         (stop-system): Rename from stop-line.
791         (af-gulp-file): Use string iso symbol for getenv.
792
793         * scm/output-ascii-script.scm: Add guile and lily modules.
794         (font-name-alist): New variable.
795         (draw-line): New function.
796
797         * scm/output-lib.scm (func, arg->string): Re-add from archive.
798         (Were these silently removed, without ChangeLog entry?)
799
800 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
801
802         * scm/music-functions.scm (make-ottava-set): bugfixes: also
803         process 2nd ottava correctly.
804
805 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
806
807         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
808
809 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
810
811         * Documentation/user/converters.itely (Invoking midi2ly): Update.
812
813 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
814
815         * VERSION: release 1.7.20
816         
817         * lily/text-spanner.cc (brew_molecule): clean up function. This
818         fixes bugs with broken 8va spanners.
819
820         * lily/simple-spacer.cc (solve): also compute force for raggedright.
821         This prevents spurious line-breaks with raggedright
822         
823 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
824
825         * lily/key-performer.cc (create_audio_elements): always use major
826         key
827
828         * Documentation/user/internals.itely: updates
829
830         * input/regression/beam-break.ly: new file.
831
832         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
833         beams if starting or terminating stems have 'beaming set.)
834
835         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
836         property.
837
838         * lily/parser.yy (verbose_command_req): add comment about scales.
839
840 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
841
842         * lilypond-indent.el: adjust regexps in bracket-matching.
843
844 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
845
846         * Documentation/user/refman.itely: more tiny fixes
847
848         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
849         "Chord names"; added table with input syntax for solesmes neumes
850         table; added some words about rationale on input syntax design
851
852         * lily/gregorian-ligature-engraver.cc,
853         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
854         lily/include/gregorian-ligature.hh: bugfix: horizontal head
855         alignment of Pes Initio Debilis
856
857         * Documentation/user/refman.itely,
858         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
859         mf/parmesan-heads.mf: fixed most of the head selection/alignment
860         bugs in the solesmes neumes table
861
862 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
863
864         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
865         Similarly, match '[' and ']' by skipping '\[' and '\]'.
866
867         * lilypond-mode.el: fix tag-score. small improvements.
868
869 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
870
871         * .cvsignore: Add aclocal.m4.
872
873         * lily/music-constructor.cc: Include <assert.h>.
874
875 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
876
877         * ly/engraver-init.ly (HaraKiriStaffContext): use
878         RemoveEmptyStaffContext instead.
879
880         * Documentation/user/refman.itely: updates
881
882 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
883
884         * Documentation/user/refman.itely: added solesmes neumes table;
885         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
886         bugfix: "Ornaments" -> "Articulations"
887
888         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
889
890 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
891
892         * lilypond-indent.el: Add a message about trying to match \] or \).
893         
894 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
895         
896         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
897         obsolete "arithmetic_*"
898
899         * input/bugs/ligatures.ly: removed (will be put into a different
900         directory later)
901
902 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
903
904         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
905         libkpathsea (Maurizio Tomasi).
906
907 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
908
909         * input/regression/repeat-slash.ly (texidoc): new file
910
911         * lily/slash-repeat-engraver.cc (try_music): new file, handle
912         slash repeats separately. Slash repeats and %
913         repeats can now be nested.
914
915 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
916
917         * lilypond-indent.el: Add preliminary test for closing \] and \).
918         
919 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
920
921         * lily/gregorian-ligature-engraver.cc,
922         lily/vaticana-ligature-engraver.cc,
923         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
924         mf/parmesan-heads.mf: various semivocalis related bugfixes
925
926         * input/bugs/ligatures.ly: new file demonstrating problems with
927         ligatures
928         
929 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
930
931         * lilypond-mode.el,
932         lilypond-font-lock.el,
933         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
934
935 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
936
937         * lilypond-mode.el: Remove outdated code. Stress the difference 
938         between Emacs and XEmacs definitions.
939
940         * lilypond-mode.el,
941         lilypond-indent.el: Define a function interactive only when necessary.
942
943 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
944
945         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
946         Use inactive regions also in XEmacs.
947
948 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
949
950         * Documentation/user/refman.itely (Repeat syntax): more updates
951
952         * lily/simple-spacer.cc (solve): move solution process into
953         solve(). This fixes a bug with collisions and raggedright = ##t.
954  
955         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
956
957         * ly/engraver-init.ly: remove GraceContext. Update examples.
958
959 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
960
961         * GNUmakefile.in (fonts): Also make fontball.
962
963         * Website fixes:
964
965         * ly/engraver-init.ly (GraceContext): Add.
966
967         * run:
968
969             convert-ly $(find . -name *.ly)
970
971         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
972         new chords.
973
974 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
975
976         * VERSION: 1.7.19 released
977         
978         * scm/music-functions.scm (set-octavation): new function.
979
980         * input/regression/ottava.ly: new file
981
982         * lily/translator-scheme.cc (LY_DEFINE): new function
983         ly:unset-context-property
984         (LY_DEFINE) new function ly:context-property-where-defined: 
985
986 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
987
988         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
989
990         * lilypond.words: add few.
991
992         * input/test/script-chart.ly: fix typo.
993
994 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
995
996         * scm/define-grobs.scm: uniform naming for definitions and output
997         routine files. 
998
999         * ly/engraver-init.ly (ChoirStaffContext): add \description from
1000         scm/context-description.scm
1001
1002         * lily/parser.yy (translator_spec_body): add \description to the
1003         \translator{} body syntax.
1004
1005         * lily/ottava-engraver.cc: new file.
1006
1007         * scm/chord-name.scm (natural-chord-alteration): replace old
1008         chord stuff. 
1009
1010         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
1011
1012         * Documentation/user/refman.itely (Metronome marks): update doco.
1013
1014         * input/regression/markup-note.ly: new file
1015
1016         * input/regression/metronome-marking.ly: new file
1017
1018         * lily/metronome-engraver.cc: new file. Print \tempo markings.
1019
1020         * scm/new-markup.scm (note-markup): make a note glyph, useful for
1021         metronome marks.
1022
1023 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1024
1025         * Documentation/user/GNUmakefile: Compatibility fix for new
1026         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
1027         for making binary packages; info splitting bug has been fixed.
1028
1029         * Documentation/user/refman.itely: Compile fixes.
1030
1031 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
1032
1033         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
1034         Count \midi -keywords also for a region.
1035
1036 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1037
1038         * lily/lookup.cc (LY_DEFINE): new function
1039
1040         * Documentation/user/tutorial.itely: updates
1041
1042 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
1043
1044         * lilypond-mode.el: Allow Midi on buffer.
1045         Use only '.ly'-extension, remove '.sly' and '.fly'.
1046         Allow use of inactive regions. Invoke next Command on Master file, 
1047         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
1048
1049 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1050
1051         * Documentation/user/tutorial.itely: updates.
1052
1053 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
1054
1055         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
1056
1057 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
1058
1059         * lily/coherent-ligature-engraver.cc: fixed typo
1060
1061         * lily/coherent-ligature-engraver.cc,
1062         lily/gregorian-ligature-engraver.cc,
1063         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
1064         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
1065         lily/vaticana-ligature-engraver.cc,
1066         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
1067         scm/grob-description.scm: cleanup: junked LigatureHead grob and
1068         removed all ligature specific stuff from NoteHead code
1069
1070         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
1071         ligatures now use regular noteheads
1072
1073         * lily/vaticana-ligature.cc: tiny code cleanups
1074
1075         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
1076         space between two adjacent noteheads of the same pitch
1077
1078         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
1079         description; cleanup: removed obsolete font-family settings
1080
1081 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
1082
1083         * lily/coherent-ligature-engraver.cc,
1084         lily/gregorian-ligature-engraver.cc,
1085         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
1086         lily/mensural-ligature-engraver.cc,
1087         lily/vaticana-ligature-engraver.cc,
1088         lily/include/gregorian-ligature-engraver.hh: updated for new
1089         Coherent_ligature_engraver; added comments that describe the basic
1090         design ideas of the ligature implementation
1091
1092         * lily/coherent-ligature-engraver.cc,
1093         lily/include/coherent-ligature-engraver.hh: new file: shared code
1094         between mensural ligatures and Gregorian chant notation ligatures
1095
1096 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
1097
1098         * lilypond-mode.el: XEmacs fixes: include two definitions for the
1099         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
1100         use only two arguments in sit-for, use no arguments in
1101         read-char-exclusive, backspace is not a character (127) in XEmacs.
1102
1103         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
1104
1105 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
1106
1107         * lilypond-mode.el: un-commenting works after syntax-table fix.
1108
1109         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
1110         group, verbose commenting for syntax table.
1111
1112         * lilypond-indent.el: add TODO for ligature slurs.
1113
1114 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
1115
1116         * lilypond-mode.el: Move comments of parenthesis matching away,
1117         (blink-matching-paren-on-screen) fix blinking in Emacs.
1118
1119         * lilypond-font-lock.el: Fix parent-matching for Emacs:
1120         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
1121
1122         * lilypond-indent.el: Add TODO for parenthesis matching.
1123
1124 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
1125
1126         * lilypond-mode.el: Fix XEmacs: 
1127         changed [S-iso-lefttab] to [(shift iso-lefttab)],
1128         invoke explicitly easy-menu-add (in Emacs done automatically).
1129         
1130         * lilypond.words: Add few words from input/*/*.ly.
1131
1132 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1133
1134         * VERSION (PATCH_LEVEL): release 1.7.18
1135
1136         * scripts/lilypond-book.py: only print basename for printfilename
1137         option
1138
1139         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
1140         and syntax updates.
1141
1142 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1143
1144         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
1145         better parametrisation. Move fatness of bulb downward.
1146
1147         * mf/parmesan-custodes.mf (dir_down): remove underscores from
1148         glyph names. Underscores are not allowed .ps encoding files.
1149
1150 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
1151
1152         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
1153         variable "packed" for packed right-ragged mode
1154
1155         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
1156         unused variable ragged; fixed indentation
1157
1158         * Documentation/user/refman.itely: tiny cleanups in ancient
1159         clef and custos section
1160
1161 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1162
1163         * lily/parser.yy (Simple_music): add \applyoutput, syntax
1164         \applyoutput PROCEDURE
1165
1166         * lily/my-lily-lexer.cc: add \applyoutput.
1167
1168         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
1169
1170         * lily/text-item.cc: clean text-interface description
1171
1172 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1173
1174         * input/{regression,test}/: use postfix for slur endings and beam
1175         begins.
1176
1177         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
1178         style beams too. 
1179
1180         * input/regression/lyrics-melisma-beam.ly: new file.
1181
1182         * lily/lyric-engraver.cc (process_music): change from
1183         process_acknowledged_grobs()
1184
1185         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
1186         functions to set and revert auto-beam settings.
1187
1188 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1189
1190         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
1191
1192 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
1193
1194         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
1195         Documentation/user/lilypond.tely: fixed some typos; updated author
1196         info
1197
1198         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
1199         #"" -> #'flag-style = #'()
1200
1201         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
1202         cleanup: removed dead #includes
1203
1204         * lily/gregorian-ligature-engraver.cc,
1205         lily/include/gregorian-ligature.hh,
1206         scm/grob-property-description.scm: small cleanups, small spacing
1207         fixes
1208
1209         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
1210         lily/vaticana-ligature.cc,
1211         lily/include/gregorian-ligature-engraver.hh,
1212         scm/grob-property-description.scm, scm/music-types.scm:
1213         "porrectus" -> "pes or flexa"
1214
1215         * ly/engraver-init.ly, scm/grob-description.scm,
1216         scm/grob-property-description.scm: junked porrectus, now handled
1217         by ligature code
1218
1219         * scm/grob-description.scm: bugfix: added space-alist entry for
1220         breathing sign/custos
1221
1222 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1223
1224         * Another grand 2003 update.
1225         
1226         * Remove mentioning of `mudela'; There's no such thing.
1227
1228 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1229
1230         * Documentation/user/preface.itely (Preface to version 1.8): update
1231
1232         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
1233
1234         * Documentation/user/converters.itely (Invoking convert-ly): revise
1235
1236         * scripts/convert-ly.py (outfile_name): remove --assume-old.
1237
1238         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
1239
1240 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1241
1242         * Documentation/user/internals.itely: more updates.
1243
1244 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1245
1246         * Documentation/user/refman.itely: revise 
1247
1248         * Documentation/user/internals.itely: revise
1249
1250         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
1251
1252 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
1253
1254         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
1255         beautification: reformatted ancient clefs section; cleanup: small
1256         wording fixes
1257
1258 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
1259
1260         * lilypond.words: added words for chant notation, sorted
1261         alphabetically through "sort lilypond.words"
1262
1263 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
1264
1265         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
1266         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
1267         chant notation
1268
1269 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
1270
1271         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
1272         prevent TeX from interpreting them as long dash
1273
1274         * input/test/vaticana.ly: updated
1275
1276         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
1277         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
1278         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
1279         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
1280         fixes
1281
1282         * mf/parmesan-heads.mf: ledger endings: removed dead code
1283
1284 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1285
1286         * VERSION: 1.7.17 released
1287         
1288         * Documentation/user/GNUmakefile
1289         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
1290         files too.
1291
1292         * scm/document-markup.scm: new file: document all markup
1293         functions.
1294
1295         * scm/documentation-generate.scm: rename all documentation modules
1296         to document-*.scm
1297
1298         * scripts/lilypond-book.py: generate link to .ly file iso. link to
1299         .png
1300
1301         * input/test/divisiones.ly: added
1302
1303         * input/regression/output-property.ly: new file
1304
1305         * lily/cluster.cc: change cluster-interface to use style property
1306
1307 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
1308
1309         * input/test/chord-names-german.ly: modified.
1310
1311         * scm/chords-ignatzek.scm:
1312           chord-name->german-markup: Added
1313           note-name->german-markup: Changed (now producing lowercase notenames)
1314
1315         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
1316         
1317 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1318
1319         * scripts/convert-ly.py (FatalConversionError.conv):
1320         divisiominima -> divisioMinima, etc.
1321
1322         * ly/engraver-init.ly (FiguredBassContext): add
1323         Separating_line_group_engraver to Figured bass context.
1324
1325         * ly/german-chords-init.ly: remove file
1326
1327         * input/test/chord-names-german.ly (scm): new file.
1328
1329         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
1330
1331         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
1332         Chord_name_engraver
1333
1334         * Documentation/user/refman.itely: lots of updates.
1335
1336         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
1337         new file
1338
1339         * input/test/bar-number-every-5-reset.ly: new file.
1340
1341 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1342
1343         * input/regression/chord-name-major7.ly: new file
1344
1345         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
1346         if specced explicitly.
1347
1348         * input/regression/chord-name-entry-11.ly: new file.
1349
1350         * input/test/slur-beautiful.ly: new file.
1351
1352         * Documentation/user/refman.itely: updates.
1353
1354         * input/regression/collisions.ly (threevoice): cleanup.
1355
1356         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
1357
1358 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1359
1360         * Documentation/user/*.itely: various updates.
1361
1362         * ly/spanners-init.ly: enddecr/ endcr.
1363
1364         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
1365         of tutorial
1366
1367 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1368
1369         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
1370
1371         * lily/new-chord-name-engraver.cc (process_music): use octavation
1372         (a number) instead of original-pitch to store inversions. This
1373         fixes a problem with transposed chords with inversions.  
1374
1375 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1376
1377         * stepmake/aclocal.m4: Include compile fix for broken flex, as
1378         used in includable-lexer.hh.
1379
1380         * lily/includable-lexer.cc: Bugfix: include config.h.
1381
1382         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
1383         circumvention of Debian packaging bug.
1384
1385 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1386
1387         * flex-2.5.31 hits Debian/unstable.  Fixes below.
1388         
1389         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
1390
1391         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
1392         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
1393
1394         * lily/include/includable-lexer.hh: 
1395         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
1396
1397         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
1398
1399         * aclocal.m4: Regenerate.
1400
1401         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
1402         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
1403
1404         * scm/pdf.scm (use-modules): Include lily.
1405
1406         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
1407         Noordkamp).
1408         (use-modules): Include lily.
1409         (lily-def): Bugfix: include tex-val in let.
1410
1411 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
1412
1413         * lilypond-mode.el: sensible error if lilypond.words not found.
1414
1415         * lilypond.words: add few words.
1416
1417 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
1418
1419         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
1420
1421         * mf/parmesan-scripts.mf: fixed typo in char name
1422
1423 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1424
1425         * VERSION: 1.7.16 released
1426
1427         * python/lilylib.py (setup_temp): temporary directories are mode 700.
1428         (this is a security vulnerability).
1429
1430         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
1431
1432         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
1433         add staff support.
1434
1435 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
1436
1437         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
1438         ly/script-init.ly, scm/script.scm: bugfix: renamed
1439         fermata->signumcongruentiae to fix naming clash with feta font
1440
1441 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1442
1443         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
1444
1445         * lily/multi-measure-rest-engraver.cc
1446         (start_translation_timestep): use grace timing too for determining
1447         when to make mmrest.
1448         (start_translation_timestep): clear numbers too.
1449
1450 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
1451
1452         * scm/music-types.scm: compile fix: escape braces
1453
1454         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
1455         work around font selection problem
1456
1457         * Documentation/user/refman.itely: BreathingSign: added docu for
1458         property "text"
1459
1460 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
1461
1462         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
1463         information.
1464
1465 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1466
1467         * lily/multi-measure-rest-engraver.cc (class
1468         Multi_measure_rest_engraver): make multiple Number objects, one
1469         for each MultiMeasureTextEvent.
1470
1471         * scm/music-functions.scm (glue-mm-rest-texts): use
1472         MultiMeasureTextEvent
1473
1474         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
1475
1476         * Documentation/user/refman.itely (Multi measure rests): update.
1477
1478 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1479
1480         * lily/ly-module.cc (ly_copy_module_variables): use
1481         scm_internal_hash_fold() for iterating modules.
1482
1483 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
1484
1485         * Documentation/user/refman.itely: Section Custodes: added more
1486         example code
1487
1488         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
1489         neo-mensural rests to parmesan font
1490
1491         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
1492         header
1493
1494 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1495
1496         * Documentation/user/macros.itexi: @fileref macro.
1497
1498         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
1499         each file. 
1500
1501 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
1502
1503         * lily/include/custos.hh, make/lilypond.suse.spec.in,
1504         Documentation/topdocs/AUTHORS.texi: updated my email address
1505
1506         * Documentation/user/refman.itely: updated custos documentation;
1507         beautified divisiones example; beautified articulations table
1508
1509         * lily/breathing-sign.cc: bugfix: finalis molecule
1510
1511 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
1512
1513         * Documentation/user/refman.itely: added docu for
1514         contemporary fermata symbols, gregorian breathing signs; small fixes
1515
1516         * ly/gregorian-init.ly: removed obsolete #'type props
1517
1518 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
1519
1520         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
1521         minimum-length property correctly.
1522
1523 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1524
1525         * scm/music-functions.scm (make-multi-measure-rest): set input
1526         locations for multimeasure rests.
1527
1528 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
1529
1530         * input/regression/breathing-sign.ly: updated to for ancient
1531         notation
1532
1533 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1534
1535         * scripts/ly2dvi.py: Add newline.
1536
1537 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1538
1539         * scripts/ly2dvi.py (dependency_files): Compile fix.
1540
1541 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1542
1543         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
1544         (make_html_menu_file): --html menu. 
1545
1546 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1547
1548         * scripts/ly2dvi.py (run_dvips): +add the .map file 
1549
1550 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1551
1552         * input/screech-boink.ly: new file.
1553
1554 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1555
1556         * scripts/lilypond-book.py (make_lilypond_file): convert
1557         lilypond-file to lilypond block directly, without going through
1558         begin/end lilypond text.
1559         
1560
1561 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
1562
1563         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
1564         scm/grob-description.scm: moved Michael's original breathing sign
1565         code in brew_molecule() to divisio_minima(); provided new
1566         brew_molecule() that effectively replaces the
1567         Text_item::brew_molecule callback (with additional fallback to
1568         Michael's original code); added callbacks for brewing divisio
1569         maior/maxima and finalis
1570
1571         * gregorian-init.ly: added breathing sign shortcuts for virgula,
1572         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
1573
1574         * script-init.ly: added shortfermata, longfermata,
1575         verylongfermata, varcoda
1576
1577         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
1578         longfermata, verylongfermata, varcomma, varcoda
1579
1580 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
1581
1582         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
1583           Remove all noquote and insert a few quote.
1584         
1585         * Documentation/user/lilypond-book.itely (Music fragment options),
1586           scripts/lilypond-book.py: Don't include quotation blocks by
1587           default. Introduce option quote instead of noquote
1588
1589 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1590
1591         * VERSION: 1.7.15 released
1592         
1593         * Documentation/user/lilypond.tely: omf updates.
1594
1595         * buildscripts/texi2omf.py (omf_vars): include version.date
1596
1597         * make/lilypond.redhat.spec.in: fixes for spec file. 
1598
1599         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
1600         by function definition: lily now requires a recent GNU Make.
1601
1602         * scripts/lilypond-book.py (write_deps): remove .tex dependency writing.
1603
1604         * make/ly-rules.make: remove .ly -> .tex rule
1605
1606         * Documentation/user/refman.itely (Figured bass): revised figured
1607         bass example.
1608
1609 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1610
1611         * stepmake/stepmake/omf-targets.make (local-install): add
1612         scrollkeeper-update message.
1613
1614         * scripts/lilypond-book.py (lilypond_binary): explicity add path to binary.
1615         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
1616
1617         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
1618
1619         * Documentation/user/converters.itely (Invoking midi2ly): add
1620         track/channel notice.
1621
1622 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1623
1624         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
1625
1626         * lily/parser.yy (scalar): DIGIT is also a scalar.
1627
1628         * Documentation/user/music-glossary.tely: add @omf tags
1629
1630         * Documentation/user/lilypond.tely: add @omf tags
1631
1632         * scm/generate-documentation.scm (string-append): add @omf tags.
1633
1634         * stepmake/stepmake/omf-*: new files 
1635
1636         * input/regression/multi-measure-rest.ly (texidoc): add doco
1637
1638         * GNUmakefile.in (web-doc-install): add web-doc-install target
1639
1640         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
1641         fixes crashes while dumping MIDI.
1642
1643         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
1644         midi
1645
1646 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1647
1648         * buildscripts/texi2omf.py: new file.
1649
1650         * mf/feta-beugel.mf: include font count, not staffsize (16) in
1651         font-name
1652
1653 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1654
1655         * input/regression/beam-manual-beaming.ly (texidoc): new file.
1656
1657         * lily/sequential-iterator.cc (descend_to_child): call
1658         descend_to_child() for all types of music.
1659
1660 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1661
1662         * scm/translator-property-description.scm: Add
1663         bassFigureFormatFunction.  Replace some entries.
1664
1665 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
1666
1667         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
1668         clean out.
1669
1670 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1671
1672         * scripts/midi2ly.py (Note.dump): never dump duration for
1673         dump_dur=0.
1674
1675         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
1676         new function
1677
1678         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
1679         figures using new markups. Much simpler, and should improve layout
1680         a little.
1681
1682         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
1683
1684 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1685
1686         * ly/engraver-init.ly: use Hara kiri by default for 
1687         ChordNames, FiguredBass and Lyrics(Voice) context. 
1688
1689         * lily/axis-group-engraver.cc (acknowledge_grob): use
1690         rhythmic-grob-interface for selecting items not to hara-kiri'd 
1691
1692         * scm/new-markup.scm (markup-function-list): add bracket,
1693         vbracket.
1694
1695         * ly/engraver-init.ly (ChordNamesContext): set
1696         minimumVerticalExtent
1697
1698 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1699
1700         * input/test/time-signature-double.ly: new file 
1701
1702         * input/regression/collision-head-chords.ly (texidoc): new file.
1703
1704         * lily/type-swallow-translator.cc: add note swallow translator 
1705
1706         * input/test/time-signature-double.ly: new file.
1707
1708         * lily/type-swallow-translator.cc: add Rest_swallow_translator
1709
1710         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
1711         (FiguredBassContext): idem.
1712
1713         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
1714
1715         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
1716
1717         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
1718
1719         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
1720         .afm dependency
1721
1722         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
1723
1724         * python/lilylib.py (make_page_images): add function.
1725
1726         * scripts/ly2dvi.py (run_latex): include title in preview image.
1727
1728         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
1729         from lilypond-book for <ly2dvifile> tags in HTML.
1730
1731         * scripts/ly2dvi.py (option_definitions): add --debug option to
1732         print out environment.
1733
1734         * input/regression/tie-chord-partial.ly: new file.
1735
1736 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
1737
1738         * lilypond.words: add 3
1739
1740 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1741
1742         * scm/new-markup.scm (markup-function-list): add finger-markup
1743
1744         * input/tutorial/brahms-tweaked.ly: new markup 
1745
1746         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
1747
1748         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
1749         crash when processing '() markup
1750
1751         * input/regression/breathing-sign.ly (texidoc): add caesura example.
1752
1753         * lily/breathing-sign.cc (railtracks): another caesura.
1754
1755         * mf/feta-schrift.mf: caesura symbol. 
1756
1757 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1758
1759         * scripts/convert-ly.py (FatalConversionError.conv): add
1760         ly:molecule-XXX conversions.
1761
1762         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
1763
1764         * input/regression/multi-measure-rest-text.ly: new file.
1765
1766         * scm/music-functions.scm (glue-mm-rest-texts): automatically
1767         convert MMREST-TEXT to MultiMeasureRestNumber settings.
1768
1769         * ly/engraver-init.ly (ScoreContext): move tablature settings to
1770         ScoreContext
1771
1772         * scm/new-markup.scm (center-markup): \center markup.
1773
1774         * scm/music-functions.scm: remove pitchify scripts.
1775
1776         * lily/music.cc (print_smob): display music name if available 
1777
1778 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1779
1780         * Documentation/user/refman.itely (Instrument names): remove
1781         \turnOff doco.
1782
1783 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1784
1785         * lily/score.cc (mark_smob): bugfix.
1786
1787         * input/regression/rehearsal-mark.ly: new file.
1788
1789         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
1790         report error at the current token again.
1791
1792 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
1793
1794         * cygwin/mknetrel: Exit if doc build fails.
1795
1796         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
1797
1798 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1799
1800         * scm/music-types.scm (music-descriptions): add doc strings
1801
1802 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1803
1804         * lily/lexer.ll: 
1805         * lily/include/my-lily-lexer.hh: 
1806         * lily/include/includable-lexer.hh: Add flex kludge.
1807
1808         * config.hh.in: 
1809         * config.make.in: 
1810         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
1811         cruft.
1812         
1813         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
1814         code.
1815
1816 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1817
1818         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
1819
1820         * lily/parser.yy (new_chord): Compile fix.
1821
1822 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1823
1824         * Documentation/user/refman.itely (Tuning groups of objects):
1825         remove documentation for \turnOff. 
1826
1827         * lily/percent-repeat-engraver.cc (try_music): add correct
1828         processing moments for double-measure percents as well.
1829
1830         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
1831
1832         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
1833         grob prop type. 
1834
1835         * Documentation/user/refman.itely (Printing named chords): add
1836         chord name tweak doco.
1837
1838         * input/template/gregorian-transcription.ly: new file.
1839
1840 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1841
1842         * VERSION: 1.7.13 released
1843         
1844         * input/test/*: lots of cleanups/comment-outs/removals in chord
1845         examples
1846         
1847         * input/regression/*: lots of cleanups/comment-outs/removals in
1848         chord examples
1849         
1850         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
1851         options
1852
1853         * lily/new-chord-name-engraver.cc (process_music): give original
1854         inversion pitch to chord name routine.
1855
1856         * input/tutorial/os-score.ly: update to new markup
1857
1858         * Documentation/user/appendices.itely: simply include
1859         chords-ignatzek. 
1860
1861         * Documentation/user/refman.itely (Chords mode): add documentation
1862         for chord mode.
1863
1864         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
1865         not present in chord.
1866         (construct-chord): add inversion and bass support.
1867
1868         * lily/chord.cc: junk contents.
1869
1870 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
1871
1872         * Documentation/user/refman.itely:
1873         * Documentation/user/music-glossary.tely: fix. 
1874
1875 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1876
1877         * scm/chord-entry.scm (construct-chord): move chord construction
1878         to Scheme.
1879
1880         * lily/parser.yy (new_chord): new setup for chord entry.
1881
1882 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
1883
1884         * lilypond.words:
1885         * Documentation/user/music-glossary.tely: add ambitus.
1886
1887 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1888
1889         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
1890
1891         * lily/include/*.hh: string() -> to_string()
1892
1893         * scm/chords-ignatzek.scm: new file.
1894
1895         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
1896         standard chord name exceptions.
1897
1898         * scm/translator-property-description.scm (chordNameSeparator):
1899         add property.
1900         (majorSevenSymbol): add property
1901
1902         * lily/translator-scheme.cc (ly:context-properties): new function
1903         (ly:context-parent): new function.
1904         (print_smob): print context name.
1905
1906         * lily/music.cc (ly:get-music-length): new function
1907         (print_smob): don't print properties.
1908
1909         * lily/duration.cc (duration<?): new function
1910
1911         * input/regression/chords-funky-ignatzek.ly: new file.
1912
1913         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
1914         jazz chords.
1915
1916         * lily/pitch.cc (ly:pitch-diff): new function.
1917
1918         * input/regression/chords-ignatzek.ly: new file.
1919
1920 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1921
1922         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
1923         pitches for jazz chords.
1924
1925 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1926
1927         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
1928
1929 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
1930
1931         * lilypond.words: add 1
1932
1933 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
1934
1935         * Documentation/topdocs/AUTHORS.texi: refine.
1936
1937 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
1938
1939         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
1940         
1941         * lilypond.words: add one.
1942
1943 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
1944
1945         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
1946         Fontify bass note in chords, e.g., e in c1/e.
1947         
1948 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1949
1950         * Documentation/user/music-glossary.tely: Dutch updates and
1951         additions (Arent Storm).
1952
1953 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1954
1955         * input/regression/ambitus.ly:  move file.      
1956
1957         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
1958
1959         * lily/event.cc (transpose): add tonic property to Key_change_req
1960         and to Key_engraver.
1961
1962 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
1963
1964         * Documentation/user/refman.itely: fix typo.
1965
1966         * lilypond.words: removed wrong identifiers.
1967
1968 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1969
1970         * mf/feta-toevallig.mf: make flat stem shorter 
1971
1972 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
1973
1974         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
1975
1976         * lilypond.words: add from Phrasing slur.
1977         
1978 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
1979
1980         * lilypond-mode.el: allow launching multiple ViewPS processes.
1981         
1982         * lilypond.words: add from Text markup.
1983
1984 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1985
1986         * input/test/ossia.ly (texidoc): add comment.
1987
1988         * input/regression/voice-follower.ly: new file.
1989
1990         * mf/feta-toevallig.mf: make flat heavier.
1991
1992         * lily/cluster-engraver.cc: clean up Cluster engraver
1993
1994         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
1995         Engraver. Use Note_column to compute Y positions and deal with
1996         line break stuff.
1997
1998 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1999
2000         * lily/stem.cc: move french-beaming to stem.
2001
2002 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
2003
2004         * lilypond-font-lock.el: fontify all durations in chords.
2005
2006         * lilypond.words: add from lily/my-lily-lexer.cc
2007
2008 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2009
2010         * VERSION: release 1.7.12
2011
2012         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
2013
2014         * lily/gregorian-ligature.cc: new file
2015
2016         * lily/*: the Great 2003 search & replace.
2017
2018         * Documentation/user/refman.itely (Manual repeat commands): add
2019         note about font selection.
2020
2021 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
2022
2023         * lilypond-mode.el: propose recompiling midi while invoking playing,
2024         not while stopping playing.
2025
2026 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
2027
2028         * lilypond.words: add one.
2029
2030         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
2031         and expressional note grouping. Fontify chord modes.
2032
2033 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
2034
2035         * Documentation/user/music-glossary.tely (Top): translate melisma.
2036
2037 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2038
2039         * Documentation/user/music-glossary.tely (Top): add melisma.
2040
2041 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
2042
2043         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
2044         interfaces for (abstract) grob GregorianLigature
2045
2046         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
2047         renamed head* -> glyph_name*, x-shift* -> x-offset*
2048
2049         * scm/grob-property-description.scm: bugfix: added missing descriptions
2050
2051 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2052
2053         * input/test/chord-names-dpnj.ly: New file.
2054
2055         * scm/double-plus-new-chord-name.scm: Implement full and partial
2056         exceptions.
2057
2058         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
2059
2060         * scm/double-plus-new-chord-name.scm
2061         (double-plus-new-chord->markup): Fix sub->markup.
2062
2063
2064 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
2065
2066         * lily/custos-engraver.cc: added TODO; editorial changes
2067
2068         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
2069         consistency with other ligature engravers; removed access on (now)
2070         private variable _ligature of Ligature_engraver
2071
2072         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
2073         renamed last_bound -> last_bound_; issue programming_error on
2074         abstract method calls; moved primitives code from
2075         Mensural_bracket_engraver to here (because almost ligature
2076         engravers will need it); renamed try_stop_ligature () ->
2077         typeset_ligature (); bugfix: store primitives of finished ligature
2078         in separate variable finished_primitives_ to avoid clash on input
2079         like "\] \["; added current_ligature () to enable access on
2080         private variable _ligature
2081
2082         * lily/mensural-ligature-engraver.cc: removed primitives_ code
2083         (now in super class); renamed try_stop_ligature () ->
2084         typeset_ligature ()
2085
2086         * lily/mensural-ligature.cc: issue programming_error on abstract
2087         method calls
2088
2089         * lily/note-heads-engraver.cc: added TODO comment upon bool
2090         in_ligature
2091
2092         * mf/parmesan-heads.mf: fixed some of set_char_box()
2093
2094         * scm/grob-description.scm: added VaticanaLigature
2095
2096         * scm/grob-property-description.scm: added neume prefix properties
2097
2098         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
2099         lily/include/gregorian-ligature-engraver.hh,
2100         lily/include/gregorian-ligature.hh: new files; framework for
2101         gregorian ligature engravers such as vaticana
2102
2103         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
2104         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
2105         vaticana style ligature implementation (still somewhat uncomplete)
2106
2107 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2108
2109         * VERSION: release 1.7.11
2110
2111         * scripts/convert-ly.py: add ly:pitch-transpose rule
2112
2113 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
2114
2115         * input/test/dpncnt.ly: New file.
2116
2117         * lily/my-lily-lexer.cc: Add chordnames keyword.
2118
2119         * lily/parser.yy (chordnames_block): Parse chord name exception
2120         lists, see input/test/dpncnt.ly.
2121
2122         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
2123         function.
2124
2125         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
2126         filter-out too.
2127
2128         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
2129         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
2130         pitch functions (except for ly:make-pitch, but that's apparently
2131         some sort of scheme naming standard?).
2132
2133         * scm/lily.scm (!=): define-public.
2134
2135         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
2136
2137 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2138
2139         * scm/double-plus-new-chord-name.scm
2140         (double-plus-new-chord-name->markup): New file.
2141
2142 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2143
2144         * python/lilylib.py (make_preview): don't suppress progress for
2145         bbox extraction.
2146
2147 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2148
2149         * Documentation/user/appendices.itely (scheme): update for new syntax.
2150
2151         * input/regression/chord-name-styles.ly: new file
2152
2153         * lily/instrument-name-engraver.cc: create instrument names
2154         without barline too.  Allows instrument name on ChordNames  
2155
2156         * scm/new-markup.scm (interpret-markup): allow simple strings as
2157         markup too.
2158
2159 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
2160
2161         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
2162         (step->markup-accidental): Fix: add accidental.
2163         (chord::inner-name-american): 
2164         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
2165         append stray '/' if last superscript addition was 'o'.
2166
2167         * scm/new-markup.scm (normal-size-sub-markup) 
2168         (normal-size-super-markup): New function.
2169
2170         * lily/source-file.cc (Source_file): Add warning for possibly
2171         intentional but suspicious initialization.
2172
2173         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
2174         add comments about cut-and-paste programming.
2175
2176         * flower/rational.cc (lcm): Not used; comment out.
2177
2178 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2179
2180         * lily/new-fingering-engraver.cc (position_scripts): use
2181         fingerHorizontalDirection to determine fingering horizontal
2182         directions.
2183  
2184         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
2185         fingering support.
2186
2187         * scripts/convert-ly.py (FatalConversionError.conv): add style
2188         conversion rule. 
2189
2190         * scm/chord-name.scm (set-chord-name-style): new function.
2191         (new-chord-name-brew-molecule): revise to interpret markup only
2192         (new-chord->markup): cleanuppish rewrite. To be called from the
2193         new engraver.
2194
2195         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
2196         Markup earlier, during interpreting.
2197
2198         * input/test/{banter,jazz,american}-chords.ly (scheme): update
2199         style settings. Rename to chord-names-*.ly
2200
2201 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2202
2203         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
2204         markup code and update to new markup.  Most probably broke some of
2205         it.
2206         
2207 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
2208
2209         * Documentation/user/refman.itely: added docu for ambitus and
2210         clusters
2211
2212         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
2213         ly_quote_scm() in lookup.cc
2214
2215         * mf/parmesan-clefs.mf: set_char_box fix
2216
2217         * lily/cluster-engraver.cc: junk implicit protection; use
2218         Protected_scm instead
2219
2220 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2221
2222         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
2223         throughout.
2224
2225         * scm/new-markup.scm: Turn-off error-triggering test code.
2226
2227 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2228
2229         * scm/new-markup.scm (markup-thrower-typecheck) 
2230         (markup-typecheck?):  add full typechecking functions.
2231         (make-markup-maker): add make-FOO-markup functions.
2232         (markup-argument-list-error): nice error checking messages.
2233         (make-markup): better function: less quoting escapades.
2234
2235 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2236
2237         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
2238
2239 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2240
2241         * cygwin/lilypond.hint (requires): Add cygwin.
2242
2243         * .cvsignore: Remove stepmake (huh!?!), add lib.
2244
2245         * GNUmakefile.in: Add libdir links for builddir runs.
2246
2247         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
2248         instead of datadir.
2249
2250         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
2251         local_lilypond_libdir.
2252
2253         * config.make.in (lilypond_libdir): Add.
2254
2255         * stepmake/stepmake/substitute-rules.make: 
2256         * stepmake/stepmake/script-rules.make: 
2257         * stepmake/stepmake/python-module-rules.make:
2258         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
2259         lilypond-python-module patch.
2260
2261 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2262
2263         * Documentation/user/refman.itely (Graphical interfaces): add note
2264         about xml2ly.
2265
2266 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2267
2268         * scripts/ly2dvi.py (run_dvips): remove trailing newline
2269
2270 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2271
2272         * VERSION: released 1.7.10
2273
2274         * scripts/musedata2ly.py (): idem
2275
2276         * scripts/midi2ly.py (dump_chord): idem
2277
2278         * scripts/etf2ly.py (version): idem 
2279
2280         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
2281
2282         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
2283
2284         * scm/tex.scm (tex-output-expression): remove eval compat
2285         glut. Other output files too.
2286
2287         * scm/chord-name.scm: don't export anything from chord module.
2288
2289         * input/test/american-chords.ly: idem
2290
2291         * input/test/banter-chords.ly (texidoc): idem
2292
2293         * input/test/Cc-chords.ly: add breakage notes.
2294
2295         * Documentation/user/refman.itely (Text markup): rewrite manual section.
2296
2297         * lily/parser.yy (scalar): allow \markup { } as property value. 
2298
2299         * scm/chord-name.scm: complete new markup usage
2300
2301         * scm/grob-description.scm (all-grob-descriptions): use new markup
2302         texts by default
2303
2304 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2305
2306         * scm/chord-name.scm: partial move to new markup texts.
2307
2308 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2309
2310         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
2311
2312         * scm/bass-figure.scm (brew-bass-figure): make stack direction
2313         settable.
2314
2315 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
2316
2317         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
2318         invoked for old midi, wait for killing.
2319
2320 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
2321
2322         * Documentation/user/music-glossary.tely: Finnishing.
2323
2324 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2325
2326         * mf/feta-nummer-code.mf: some kerning pairs.
2327
2328 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
2329
2330         * scm/output-lib.scm (set-bar-number-visibility): Context-function
2331         Added.
2332
2333         * Documentation/user/refman.itely (Bar numbers):
2334         set-bar-number-visibility added, modulo-bar-number removed again
2335         (sorry).
2336
2337 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
2338
2339         * scm/output-lib.scm (modulo-bar-number-visible): add function.
2340
2341         * Documentation/user/refman.itely: add modulo-bar-number-visible.
2342
2343         * Documentation/user/music-glossary.tely: translate into Finnish.
2344
2345 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
2346
2347         * lilypond-mode.el: add shortcut for 2midi
2348
2349         * lilypond-font-lock.el: fontify lyrics
2350
2351 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
2352
2353         * scm/drums.scm : use 1.7.x names.
2354
2355         * input/regression/drums.ly : Don't use << chords >>
2356
2357 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
2358
2359         * lilypond-mode.el: tidy, add TODO
2360
2361         * make/lilypond.mandrake.spec.in: install-info quietly.
2362
2363 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2364
2365         * input/test/markup.ly: use new syntax.
2366
2367 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2368
2369         * ly/params-init.ly (interscoreline): add word-space
2370
2371         * input/test/metronome.ly (eighthNote): idem.
2372
2373         * input/test/script-priority.ly: use new markup
2374
2375         * lily/parser.yy (markup): allow HEAD markup0 markup1 
2376
2377         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
2378
2379         * lily/parser.yy (gen_text_def): bugfix.
2380         (full_markup): allow markup identifier.
2381
2382 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
2383
2384         * lilypond-mode.el (LilyPond-kill-job): Kill all Lilypond compiling
2385         jobs at the same time. Add horizontal lines to Command menu.
2386         Allow one compiling job -- propose killing others before a new one.
2387
2388         * lilypond.words: add markup, teeny, etc.
2389
2390 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
2391
2392         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
2393         Allow only one type of midi process; launching Midi either stops
2394         midis or plays the current midi and launching MidiAll stops midis
2395         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
2396         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
2397
2398 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2399
2400         * lily/text-engraver.cc (process_acknowledged_grobs): use new
2401         markup  for new markup texts.
2402
2403         * lily/mark-engraver.cc (process_music): idem
2404         
2405         * lily/instrument-name-engraver.cc (create_text): idem
2406
2407         * scm/new-markup.scm (magnify-markup): new function.
2408
2409         * scm/molecule.scm (stack-lines): bugfix.
2410
2411         * lily/font-interface.cc (get_font): take font-magnification from
2412         alist chain.
2413
2414 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2415
2416         * lily/molecule-scheme.cc: move scheme functions to separate file.
2417
2418         * lily/font-metric.cc  (ly_get_glyph): new function. 
2419         
2420         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
2421         (italic-markup, dynamic-markup): new functions
2422         (font-markup): new function
2423
2424         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
2425         padding and minimum
2426
2427 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
2428
2429         * lily/accidental-engraver.cc:
2430         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
2431
2432 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
2433
2434         * lilypond.vim:
2435         * lilypond-font-lock.el: Put \longa as duration. Accept only 
2436         [a-zA-Z] for user defined identifiers. Separate note cases 
2437         with and without a duration (allow cis\longaX).
2438
2439         * lilypond.words: Add words from Info.
2440
2441 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
2442
2443         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
2444
2445 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
2446
2447         * lilypond-mode.el: Propose reverting buffer before a command if
2448         it was edited with an another editor.
2449
2450 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2451
2452         * lily/molecule.cc (ly_translate_molecule): new function
2453
2454         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
2455         into libdir
2456
2457         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
2458
2459         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
2460
2461 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
2462
2463         * lilypond.words: take \words from Info-index.
2464
2465 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
2466
2467         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
2468
2469 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
2470
2471         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
2472
2473 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
2474
2475         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
2476         and lilypond-documentation.
2477
2478 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2479
2480         * lily/parser.yy: Compile fix (bison 1.75).
2481
2482 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2483
2484         * VERSION: 1.7.9 released
2485
2486         * scm/music-functions.scm (shift-one-duration-log): refactor.
2487         Use music-map.
2488
2489         * input/regression/chord-tremolo.ly (texidoc): add dot test.
2490
2491         * NEWS: update.
2492
2493         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
2494         argument
2495         
2496         * scm/music-functions.scm (display-music): new function
2497         (music-map): change arg order.
2498
2499         * input/regression/new-markup-syntax.scm: new file
2500
2501         * lily/parser.yy (markup): add \markup { .. } syntax.
2502
2503         * scm/new-markup.scm (override-markup): new function
2504         (lookup-markup): new function
2505         (music-markup): new function
2506         (lookup-markup-command): use markup-signature to store argument
2507         format for parser.
2508
2509         * lily/lexer.ll: preliminary \markup syntax. 
2510
2511 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
2512
2513         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
2514         add pre/post-dependencies and menus with icons from source.
2515
2516         * Documentation/pictures/lilypond-48x48.xpm:
2517         * Documentation/pictures/lilypond-32x32.xpm:
2518         * Documentation/pictures/lilypond-16x16.xpm: new files, background
2519         transparent.
2520
2521         * stepmake/stepmake/generic-targets.make:
2522         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
2523
2524 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2525
2526         * input/regression/music-map.ly (texidoc): new file.
2527
2528         * scm/music-functions.scm (music-map): new function
2529
2530 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2531
2532         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
2533
2534 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
2535
2536         * input/test/to-xml.ly:
2537         * lily/ligature-engraver.cc: Fixes documentation.
2538
2539         * lilypond.mandrake.spec.in:
2540         * lilypond.redhat.spec.in: Add lilypond.words.
2541
2542         * Documentation/user/refman.itely: Mention Info inside emacs.
2543         
2544         * lilypond.suse.spec.in:
2545         * lilypond.redhat.spec.in: 
2546         * lilypond.mandrake.spec.in: Set root-owner for doc (tobbe@nyvalls.se). 
2547
2548 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2549
2550         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
2551         os.popen.read ().
2552
2553 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2554
2555         * scripts/ly2dvi.py (include_path): print warning if failing anything.
2556
2557         * python/lilylib.py (error): add space
2558
2559 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2560
2561         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
2562         distribution.
2563
2564 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2565
2566         * lily/paper-outputter.cc (Paper_outputter): close port when
2567         finishing score.
2568
2569 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2570
2571         * scm/sodipodi.scm: Fixes.
2572
2573 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
2574
2575         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
2576
2577         * buildscripts/make-font-dir.py: Fix. 
2578
2579 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
2580
2581         * lilypond-mode.el: Add support for Info inside Emacs.
2582
2583 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2584
2585         * buildscripts/make-font-dir.py: 
2586         * mf/GNUmakefile: Make sodipodi font map.
2587
2588         * scm/sodipodi.scm: Add more output functions.
2589
2590         * mf/feta-nummer.mf: 
2591         * mf/feta-beugel.mf: Add font_coding_scheme.
2592
2593         * lily/paper-outputter.cc (output_header): Fix creator string.
2594
2595 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
2596
2597         * lilypond-mode.el (LilyPond-autocompletion): invoked with
2598         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
2599
2600         * lilypond.words: add two (Everybody can add/remove words now!).
2601
2602         * debian/rules:
2603         * make/lilypond.suse.spec.in:
2604         * make/lilypond.mandrake.spec.in:
2605         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
2606
2607         * Documentation/user/refman.itely: Mention autocompletion.
2608
2609 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
2610
2611         * scripts/ly2dvi.py: Add paper sizes.
2612
2613         * lily/timing-engraver.cc: 
2614         * lily/time-signature.cc: 
2615         * lily/span-bar.cc: 
2616         * lily/grob-scheme.cc: Code formatting fixes.
2617
2618         * scm/sodipodi.scm: 
2619         * scm/sketch.scm:
2620         * buildscripts/mf-to-table.py: 
2621         * buildscripts/make-font-dir.py: Font testing.
2622
2623 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
2624
2625         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
2626         inserts try-completion and shows all-completions.
2627
2628         * lilypond.words: '\' -> '\\'
2629
2630         * lilypond-mode.el: load libraries in the end, lilypond.words defines
2631         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
2632         
2633         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
2634         and LilyPond-reserved-words.
2635         
2636 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
2637
2638         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
2639         from load-path.
2640         
2641         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
2642         the mini-buffer with Control-Shift-c.
2643         
2644 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2645
2646         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
2647         duration. This fixes \tempo taking time.
2648
2649 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
2650
2651         * lily/volta-engraver.cc (process_acknowledged_grobs): 
2652         Allow for text markup in repeatCommands. 
2653
2654 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
2655
2656         * lilypond-mode.el (LilyPond-insert-string): new function, use it
2657         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
2658         Get rid of skeleton.el-dependency.
2659
2660         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
2661
2662 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2663
2664         * lily/beam-engraver.cc (stop_translation_timestep): reset
2665         now_stop_ev_
2666
2667         * lily/scm-option.cc: add parse-protect to ly:set-option
2668
2669         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
2670
2671 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2672
2673         * lily/include/ligature-bracket.hh: removed
2674         * lily/ligature-bracket.cc: removed
2675
2676         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
2677         .tex
2678
2679         * lily/beam.cc (set_beaming): don't change beam count on rests.
2680         (brew_molecule): always set flag-width > 0.
2681
2682 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
2683
2684         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
2685         chars, remove instructions; instead, refer to lilypond-init.el and
2686         Documentation/topdocs/INSTALL.texi.
2687
2688         * lilypond.words: add identifiers and reserved words.
2689
2690         * Documentation/topdocs/INSTALL.texi: separate sections for installing
2691         files and adding a load-path.
2692
2693         * lilypond-init.el: Instructions, extracted from 
2694         Documentation/topdocs/INSTALL.texi. 
2695         
2696 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2697
2698         * VERSION: 1.7.8 released 
2699
2700         * lily/grob.cc (warning): better robustness fix.
2701
2702 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
2703
2704         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
2705
2706         * lily/cluster-engraver.cc: stick better to variable naming
2707         conventions
2708
2709         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
2710         until stop_translation_timestep()
2711
2712         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
2713         min/max coordinates to backend, but no musical info such as
2714         pitches
2715
2716         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
2717
2718         * lily/grob.cc: robustness fix: warning(): do not crash if
2719         cause is not set
2720
2721         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
2722         the much more elaborated tuplet brackets than the very naive and
2723         simple ligature bracket grob
2724
2725 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2726
2727         * Documentation/user/refman.itely (Analysis brackets): add
2728         horizontal bracket doco.
2729
2730         * ly/property-init.ly (setMmRestFermata): added.
2731
2732         * Documentation/user/refman.itely (Multi measure rests): fermatas
2733         on mm rests.
2734
2735         * input/regression/apply-context.ly (texidoc): new file
2736
2737         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
2738         code to be executed during interpretation. Possible applications:
2739         smart octavation, more advanced bar checks. 
2740
2741         * lily/apply-context-iterator.cc: new file.
2742
2743 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2744
2745         * input/test/new-markup.ly: new file.
2746
2747         * lily/text-item.cc (text_to_molecule): new function
2748
2749         * scm/new-markup.scm (lambda): new file
2750
2751         * lily/function-documentation.cc (ly_add_function_documentation):
2752         add proc property as well
2753
2754 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2755
2756         * Documentation/user/music-glossary.tely (Top): add custos.
2757
2758 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
2759
2760         * Documentation/topdocs/INSTALL.texi: advise how to include source
2761         path to Emacs load-path and improve language.
2762
2763 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2764
2765         * GNUmakefile.in: config.h message fix.
2766
2767         * autogen.sh:
2768         * aclocal.m4: Regenerate.
2769
2770         * configure.in: 
2771         * config.make.in: 
2772         * stepmake/config.make.in: 
2773         * stepmake/configure.in: 
2774         * stepmake/autogen.sh: 
2775         * stepmake/aclocal.m4: Update for autoconf 2.56.
2776
2777 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
2778
2779         * Documentation/topdocs/INSTALL.texi: instructions for an user how
2780         to install Emacs-mode. Instructions how to use vim-mode.
2781
2782 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2783
2784         * scm/music-types.scm (music-descriptions): no length for tempo event.
2785
2786         * input/*.ly: add \version everywhere.
2787         
2788         * input/*.ly: update syntax to 1.7 + new-chords.
2789
2790         * VERSION: 1.7.7 released.
2791         
2792         * Documentation/user/*.tely: new chord syntax.
2793
2794         * input/regression/[bc]*.ly (texidoc): syntax updates.
2795         
2796 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
2797
2798         * lilypond.words: add vocabulary to be used in auto-completion
2799
2800         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
2801
2802         * lilypond.vim: allow note name at EOF
2803
2804 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2805
2806         * buildscripts/new-chords.py (edit): -e option: inline editing.
2807
2808         * input/regression/a*.ly (texidoc): syntax updates.
2809
2810         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
2811         music): elucidations. 
2812
2813 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
2814
2815         * lily/include/lily-proto.hh, ly/engraver-init.ly,
2816         ly/spanners-init.ly, scm/grob-description.scm,
2817         scm/grob-property-description.scm, scm/music-types.scm,
2818         lily/cluster-engraver.cc, lily/cluster.cc,
2819         lily/include/cluster.hh, input/test/cluster.ly: cluster
2820         implementation
2821
2822         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
2823         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
2824         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
2825
2826         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
2827
2828         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
2829
2830         * scm/grob-description.scm: bugfix: by default, use default note
2831         head style when engraving ligatures
2832
2833         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
2834
2835         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
2836         events
2837
2838         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
2839
2840         * input/test/ancient-font.ly: bugfix: style -> flag-style
2841
2842         * lily/ligature-engraver.cc: indentation fix
2843
2844         * lily/parser.yy: indentation fixes
2845         
2846 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2847
2848         * input/regression/measure-grouping.ly: more elaborate example.
2849
2850         * lily/moment.cc: ly:add-moment, ly:mul-moment,
2851         ly:div-moment. New functions 
2852
2853         * scm/music-functions.scm (set-time-signature): new function,
2854         allow inline time sig settings with measure grouping.
2855
2856         * lily/parser.yy (command_element): move time sig construction
2857         into Scheme.
2858
2859         * lily/side-position-interface.cc (out_of_staff): new function,
2860         like padding, but keep minimum distance from staff. Easier than
2861         linespanners (dynamics, pedals), but roughly the same effect.
2862
2863 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
2864
2865         * emacs-mode.el: Added spanish-note-replacements 
2866         (<carlos.betancourt@chello.be>).
2867
2868         * vimrc: (Un)commenting with <(S-)F12>, tidy.
2869
2870 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
2871
2872         * lilypond.vim: Do not fontify cises, desis, etc.
2873
2874         * vimrc: view dvi with <S-F6>
2875
2876 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2877
2878         * lily/lookup.cc (triangle): new function.
2879
2880         * input/regression/measure-grouping.ly (texidoc): new file: show
2881         triangles and brackets for beat groups of 3 and 2.
2882
2883         * lily/include/measure-grouping-spanner.hh (class
2884         Measure_grouping): new file.
2885
2886         * lily/measure-grouping-spanner.cc (brew_molecule): new file
2887
2888         * lily/measure-grouping-engraver.cc (class
2889         Measure_grouping_engraver): new file.
2890
2891 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
2892
2893         * Merge from stable:
2894
2895             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
2896         
2897         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
2898         stylesheet.
2899
2900         * ly/paper19.ly: Include paper19-init.ly.
2901
2902         * ly/paper19-init.ly: New file.
2903
2904         * Documentation/user/tutorial.itely (First steps): Fix first
2905         example for font test.
2906
2907         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
2908
2909         * ChangeLog: Add 1.7.6 release marker (see below).
2910
2911         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
2912         Add .py files.
2913
2914 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2915
2916         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
2917
2918         * input/tutorial/*.ly: update to new syntax.
2919
2920         * lily/parser.yy (Composite_music): new transpose syntax,
2921         \transpose FROM TO MUSIC. 
2922
2923 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
2924
2925         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
2926         latex progress/error output to stderr (by default this goes to
2927         stdout).  Show lilypond progress, even when not verbose.
2928
2929         * python/lilylib.py (system): New optional parameter to control
2930         showing of progress.
2931
2932         * scm/backend-documentation-lib.scm (check-dangling-properties):
2933         Fix error message.
2934
2935         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
2936         axis, extent.
2937
2938         * scm/grob-property-description.scm (magnify): Remove.
2939         (extent, axis): Add.
2940
2941 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2942
2943         * VERSION: Release 1.7.6.
2944
2945         * scripts/convert-ly.py: more uniformization substitutions.
2946
2947         * buildscripts/new-chords.py (sub_chords): new file.
2948
2949 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2950
2951         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
2952         lilypond.map.  Include sauter fonts too.  Cleanups.
2953
2954 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2955
2956         * Documentation/user/tutorial.itely (First steps): change to new
2957         chord/tie/slur/beam notation.
2958
2959         * lily/parser.yy (event_that_take_dir): allow postfix notation for
2960         ties.
2961
2962         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
2963         engraver. Process ties in postfix notation, i.e. c8-~ c
2964
2965         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
2966
2967         * input/regression/beam-postfix-notation.ly (texidoc): new file.
2968
2969         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
2970
2971         * lily/beam-engraver.cc (try_music): accept new-beam-events
2972
2973         * input/regression/chord-scripts.ly (texidoc): new file
2974
2975         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
2976         script-events.
2977
2978         * scm/script.scm (default-script-alist): cleanup.
2979
2980         * lily/script-engraver.cc (make_script_from_event): cleanup.
2981
2982         * lily/lyric-combine-music-iterator.cc
2983         (Lyric_combine_music_iterator): remove superfluous events.
2984         (melisma_busy): new function. Fix broken melismas.
2985
2986 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
2987
2988         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
2989         Remove nonvalid settings. Use descriptive key names.
2990         Use <Return> to indicate the pressing of that key.
2991
2992 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
2993
2994         * scripts/lilypond-book.py (option_definitions): Typo.
2995
2996         * scripts/ly2dvi.py: Updates.
2997
2998         * python/lilylib.py (setup_environment, print_environment)
2999         (get_bbox, make_preview): Merge and remove from ly2dvi and
3000         lilypond-book.
3001
3002         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
3003
3004         * .cvsignore: Remove some cruft.
3005
3006         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
3007         path.
3008
3009         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
3010         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
3011         throughout.
3012
3013         * python/lilylib.py (quiet_system): Junk
3014         (system): Display error log upon failure.
3015         (read_pipe): New function.  Cleanups and fixes.
3016
3017         * python/*.py: Rename from *.py.in.
3018         
3019         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
3020
3021         * GNUmakefile.in (SUBDIRS): Move python before scripts.
3022
3023 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3024
3025         * python/GNUmakefile: Bugfix: handle modules.
3026
3027         * stepmake/stepmake/python-module-targets.make (default): Add
3028         compiled modules. 
3029
3030         * stepmake/stepmake/python-module-rules.make: Add rule for byte
3031         compiling modules.
3032
3033         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
3034         Bugfix.  (OUT_PYC_MODULES): Add.
3035
3036 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
3037
3038         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
3039         Use default paths. Refresh description.
3040
3041 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3042
3043         * VERSION: 1.7.5 released
3044
3045         * input/regression/finger-chords.ly (texidoc): new file.
3046
3047         * lily/script-engraver.cc (process_music): remove scriptHorizontal
3048         support
3049
3050         * lily/fingering-engraver.cc (process_music): remove kludgy
3051         scriptHorizontal stuff.
3052
3053         * lily/script.cc: remove staff-support property.
3054
3055         * lily/new-fingering-engraver.cc (add_fingering): new
3056         file. Fingering engraver for new style chords.
3057
3058 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3059
3060         * lily/parser.yy (bare_number): allow 4 \cm (without
3061         decimal dot). (should backport to 1.6?)
3062
3063         * ly/declarations-init.ly: use Scheme for dimension defs.
3064
3065         * lily/parser.yy (TODO): remove hard coded dimensions, add
3066         REAL NUMBER_IDENTIFIER production.
3067
3068         * lily/rest-collision.cc (force_shift_callback): rewrite using
3069         -done property.
3070
3071         * scm/grob-property-description.scm (rest-collision-done): add
3072         property.
3073         
3074         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
3075
3076 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3077
3078         * input/regression/multi-measure-rest-center.ly: new file.
3079
3080         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
3081         off horizontally by 0.05 ss. Fixed.
3082
3083 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3084
3085         * scm/pdftex.scm: Rename ly-number to ly:number->string.
3086
3087         * Documentation/topdocs/index.tely: Remove duplicate from merge.
3088
3089 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3090
3091         * lily/tie.cc (get_control_points): also avoid staff lines on the
3092         just outside the outer staff lines
3093
3094 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3095
3096         * ly/params-init.ly: Just define style-alist, no need to
3097         define-public.
3098
3099         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
3100         (thanks Han-Wen).
3101
3102         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
3103         (FET_FILES): = FONT_FILES.
3104
3105         * Merge from stable:
3106
3107             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
3108
3109 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3110
3111         * VERSION: 1.7.4 released.  
3112         
3113         * scm/generate-documentation.scm (string-append): add macro
3114         definitions.
3115
3116         * lily/text-item.cc (lookup_text): don't use virtual fonts for
3117         normal texts.
3118
3119         * lily/multi-measure-rest-engraver.cc: make separate
3120         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
3121
3122         * lily/multi-measure-rest.cc: remove text handling. Remove
3123         number-threshold.
3124
3125 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3126
3127         * scm/music-types.scm: doc patch by Graham Percival
3128
3129 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
3130
3131         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
3132         encoding part.
3133         (Font_info.set_defaults): pixelsize now also defauts to '0'.
3134         (sketch_p): Sketch wants only first four elements of X11 font spec.
3135
3136         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
3137
3138         * mf/feta-autometric.mf: Write foundry and family to log.
3139
3140         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
3141         font translation table.
3142
3143         * buildscripts/mf-to-table.py: Better font info into afm.
3144
3145         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
3146         1.0.9 required.
3147
3148         * configure.in: Whine for mftrace 1.0.9.
3149
3150 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3151
3152         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
3153
3154         * lily/main.cc (main_prog): don't try to load init.EXT when
3155         processing foo.EXT.
3156
3157 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
3158
3159         * scm/tex.scm (zigzig-line): added.
3160
3161         * scm/ps.scm (zigzag-line): added.
3162
3163         * ps/music-drawing-routines.ps (subvec): added.
3164         (draw_zigzag_line): added.
3165         
3166         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
3167         grob properties zigzag-width and zigzag-length.
3168
3169         * input/regression/glissando.ly: Add some zig-zagged glissandi.
3170
3171 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
3172
3173         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
3174         svg output, including font.
3175
3176 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3177
3178         * scm/lily.scm: Register sodipodi output module.
3179
3180         * scm/sodipodi.scm: New file.
3181
3182         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
3183
3184         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
3185         comment, after header.
3186         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
3187         FullName.  Fix FontName key.
3188
3189 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
3190
3191         * lily/rest.cc (after_line_breaking): bugfix: dots after half
3192         and breve rests.
3193         
3194         * input/test/blank-notes.ly: bugfix
3195
3196         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
3197         rests. (Kim Shrier)
3198
3199         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
3200         
3201 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3202
3203         * scm/tex.scm: 
3204         * scm/ps.scm: Cleanup and remove obsolete junk.
3205
3206         * Documentation/user/internals.itely:
3207         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
3208
3209         * lily/parser.yy: Identify shift/reduce problems.
3210
3211         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
3212         make-style-sheet.  Too specific for convert-ly?
3213
3214 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3215
3216         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
3217
3218         * input/test/*.ly: various fixes.
3219
3220         * lily/music.cc (name): bugfix
3221
3222         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
3223
3224         * lily/input-file-results.cc (code): set-point-and-click! ->
3225         set-point-and-click
3226         
3227 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3228
3229         * Use uniform ly: prefix for exported scheme primitive functions.
3230
3231         * scm/music-types.scm: junk compat glue
3232
3233         * scripts/convert-ly.py: add rules for stuff below, junk
3234         compatibility glue for spanrequest.
3235
3236         * lily/parser.yy (verbose_event): remove \spanrequest,
3237         \commandspanrequest, \script. 
3238         
3239         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
3240
3241         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
3242         for \penalty, \glissando.
3243
3244         * VERSION: release 1.7.3
3245         
3246 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
3247
3248         * lily/accidental-engraver.cc: Fix
3249         grace-in-the-beginning-of-measure bug caused by the resent
3250         partial-measure fix.
3251
3252         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
3253         overlap looks too crowded)
3254         
3255 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3256
3257         * lily/parser.yy (assignment): allow SCM expression as assignment.
3258
3259         * lily/include/music-output-def.hh (class Music_output_def):
3260         * lily/music-output-def.cc: 
3261         * lily/paper-def.cc: 
3262         * scm/font.scm (markup-to-properties):
3263         * lily/parser.yy (music_output_def_body): 
3264         remove style_sheet_
3265
3266 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3267
3268         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
3269         length.
3270
3271         * input/regression/spacing-to-grace.ly: new file.
3272
3273         * input/regression/spacing-end-of-line.ly: new file.
3274
3275         * lily/note-spacing.cc (get_spacing): take into account breakable
3276         stuff sticking out at the left (time sig change at line break).
3277
3278         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
3279         raggedright code.
3280
3281         * scm/music-functions.scm (make-voice-props-set): add
3282         staff-position for mm rests.
3283  
3284         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
3285         before grace notes a little.
3286
3287         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
3288
3289         * lily/break-align-interface.cc (do_alignment): right-edge spacing
3290         key adds space at the end of line. 
3291
3292 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3293
3294         * scm/sketch.scm: Fix beams.
3295
3296         * buildscripts/mf-to-table.py: Add EncodingScheme.
3297
3298         * scm/sketch.scm: Resurrect.
3299
3300 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3301
3302         * lily/multi-measure-rest.cc: use breve rests for measure lengths
3303         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
3304
3305 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3306
3307         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
3308
3309         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
3310
3311 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3312
3313         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
3314         token for origin information.
3315
3316         * lily/parser.yy (My_lily_lexer): do identifier location and
3317         cloning from lexer.
3318
3319         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
3320         logic out of the parser. Add bar checks on both ends.
3321
3322         * Documentation/user/refman.itely (Multi measure rests): add more
3323         notes about mm rests.
3324
3325 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3326
3327         * input/regression/bar-scripts.ly: Re-enable.
3328
3329         * lily/parser.yy:
3330         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
3331         released rsn.  Bison 1.50 has a crucial bug and won't work.
3332
3333         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
3334
3335
3336 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3337
3338         * input/regression/bar-scripts.ly: Blunt documentation build fix.
3339
3340 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3341
3342         * Actually merge changes since 1.6.4 besides ChangeLog, and
3343         resolve conflicts.  Lots of updates, hope all is well.
3344         
3345         * cygwin/lilypond.hint (requires): Add ghostscript.
3346
3347         * scm: Update some (c).
3348         
3349 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3350
3351         * input/test/{various}.ly: add \header fields and texidoc strings.
3352
3353 2002-10-05  Werner Lemberg  <wl@gnu.org>
3354
3355         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
3356         renamed to `output_latex_quoted'.
3357         Added `output_latex_noquote'.
3358         (schedule_lilypond_block): Implement `noquote' option for LaTeX
3359         mode.
3360
3361 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3362
3363         * ChangeLog: Add 1.6.6 release marker.  See below.
3364
3365         * stepmake/stepmake/po-targets.make: Remove --c++ option.
3366
3367         * scripts/midi2ly.py: Fix global syntax warnings.
3368
3369         * GNUmakefile.in: Generate builddir locale tree too.
3370
3371         * scripts/ly2dvi.py:
3372         * scripts/midi2ly.py: 
3373         * scripts/mup2ly.py: 
3374         * scripts/update-lily.py:
3375         * lily/main.cc (setup_paths): Fix for locales setup.
3376
3377 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3378
3379         * Documentation/windows/installing.texi: Soften wording about
3380         necessity of becoming Administrator.  tommie@iae.nl reports this
3381         does not seem to be necessary for his flavour of Windows 2000.
3382         Explicitely discourage text mode mounts.
3383
3384 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3385
3386         * lily/rest.cc (after_line_breaking): backport dot position fix.
3387
3388         * lily/rest-collision.cc (do_shift): also remove dots for suicided
3389         rests. Thanks to Klaus Zimmermann for finding this bug.
3390
3391 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3392
3393         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
3394
3395 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3396
3397         * Documentation/user/music-glossary.tely: fix links.
3398
3399 2002-10-21  Werner Lemberg  <wl@gnu.org>
3400
3401         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
3402         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
3403         scaling factor) only once and use them in the definition of
3404         \embeddedps.
3405         * ps/music-drawing-routines.ps (skeel): Removed.
3406
3407 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3408
3409         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
3410         Solaris7, as we don't use nested $( ) constructs.
3411
3412 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3413
3414         * VERSION: Release 1.6.6.
3415         
3416 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3417
3418         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
3419         as workaround for /bin/sh problems on Solaris7.
3420
3421 2002-10-19  Werner Lemberg  <wl@gnu.org>
3422
3423         * GNUmakefile.in (web-doc): Fix typos.
3424         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
3425         `music-drawing-routines.ps' but emit \special{header=...} once.
3426         * scm/tex.scm (header-end): Updated.
3427
3428 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3429
3430         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
3431         undefined tremolo. 
3432
3433 2002-10-15  Werner Lemberg  <wl@gnu.org>
3434
3435         * scripts/lilypond-book.py (g_make_html): New global variable.
3436         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
3437         if `g_make_html' isn't set.
3438         [main]: Add format `texi-html'.
3439         (option_definitions): Updated.
3440         * Documentation/user/lilypond-book.itely: Updated.
3441
3442         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
3443         * make/ly-rules.make (%.texi, %.nexi): Use it.
3444         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
3445         format to lilypond-book.
3446         * GNUmakefile.in (web-doc): Ditto.
3447
3448 2002-10-14  Werner Lemberg  <wl@gnu.org>
3449
3450         Further improve TeX output.  The produced files are about 40%
3451         smaller.  `lilyponddefs.tex' is now read only once.
3452
3453         * tex/lilyponddefs.tex: Remove footer stuff.
3454         (\ifundefined): Renamed to...
3455         (\lilypondundefined): This.  Use LaTeX's definition to
3456         make it nestable and make it global.
3457         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
3458         output.
3459         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
3460         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
3461         them global.
3462         (\placebox): Renamed to...
3463         (\lyitem): This.
3464         Make it global and call \outputscale by itself.
3465         (\lybox, \lyvrule): New macros to reduce input data.
3466         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
3467         New auxiliary macros.
3468         (\SkipLilydefs, \EndLilyPondOutput): Removed.
3469         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
3470         to...
3471         (\lilypondspace): This and made it global.
3472         (\turnOnPostScript): Renamed to...
3473         (\lilypondpostscript): This and made it global.
3474         (\turnOnExperimentalFeatures): Renamed to...
3475         (\lilypondexperimentalfeatures): This and made it global.
3476         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
3477         (\lilypondsetdimen): This and made it global.
3478         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
3479         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
3480         (all, $(outdir)/music-drawing-routines.ps): New rules.
3481         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
3482         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
3483         start-system, stop-system, stop-last-system, filledbox): Updated to
3484         use the changed macros from lilyponddefs.tex.
3485         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
3486
3487 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3488
3489         * Documentation/windows/installing.texi: Update.
3490
3491 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3492
3493         * VERSION: 1.6.5 released
3494
3495         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
3496
3497 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3498
3499         * scm/translator-property-description.scm (voltaOnThisStaff): add
3500         property.
3501
3502 2002-09-28  Werner Lemberg  <wl@gnu.org>
3503
3504         * scm/tex.scm (header-end): Suppress page numbering.
3505
3506         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
3507         Fix quotation for HTML output.
3508
3509 2002-09-28   Graham Percival   <gperciva@sfu.ca>
3510         
3511         * Documentation/user/refman.itely: grammar and phrasing
3512           fixes to "Note Entry" section.  Also adds a few new examples.
3513
3514 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3515
3516         * flower/include/string-data.icc: include string.h
3517
3518 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3519
3520         * scm/chord-name.scm (chord::inner-name-banter): remove space.
3521
3522 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3523
3524         * Documentation/user/GNUmakefile (extra-local-help): Add.
3525
3526         * stepmake/stepmake/www-targets.make (local-help): Add.
3527
3528 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3529
3530         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
3531         packages.
3532
3533         * Documentation/topdocs/README.texi (Top): building documentation
3534         (not website.)
3535
3536 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3537
3538         * Documentation/user/refman.itely: 
3539         * Documentation/user/tutorial.itely: 
3540         * Documentation/user/music-glossary.tely: Merge changes.
3541
3542         * Documentation/user/glossary.html.in: 
3543         * Documentation/index.texi: 
3544         * Documentation/header.html.in: Accomodate renaming of glossary.
3545         
3546         * Documentation/user/tutorial.itely: Add some glossary references.
3547         
3548         * Documentation/user/refman.itely: Minor fixes.
3549         
3550         * Documentation/user/lilypond.tely: Add glossary do direntry.
3551
3552         * Documentation/user/music-glossary.tely: Rename (previously:
3553         glossary.tely).  Fix anchor placement.
3554
3555         * Documentation/user/GNUmakefile: Make music-glossary.info too.
3556
3557 2002-09-23  Werner Lemberg  <wl@gnu.org>
3558
3559         * scripts/lilypond-book.py (output_dict): Fix handling of
3560         various environments by avoid extraneous newlines.
3561         Rename `output-all' regexp for html to `output-html'.
3562         Replace `output-all' regexp for texi with `output-texi-quote'
3563         and `output-texi-noquote'.
3564         (compose_full_body): Don't override `linewidth' user option
3565         for `singleline'.
3566         (schedule_lilypond_block): Don't indent text specified with
3567         `intertext' option.
3568         Add new option `noquote'.
3569         (compile_all_files): Use latex instead of tex to compile ly
3570         files directly.
3571
3572         * Documentation/user/lilypond-book.itely: Updated and revised.
3573         Improve layout.
3574
3575         * Documentation/user/glossary.tely,
3576         Documentation/user/introduction.itely,
3577         Documentation/user/tutorial.itely,
3578         Documentation/user/refman.itely,
3579         Documentation/user/appendices.itely: Fix overfull LilyPond
3580         boxes caused by the new lilypond-book code.  Other minor
3581         fixes.
3582
3583         * Documentation/user/macros.itexi (@texiflat): Don't emit
3584         trailing space.
3585
3586         * scm/tex.scm (end-output, header-end): Add preamble and
3587         postamble to make lilypond output directly compilable with
3588         latex.
3589
3590         
3591 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3592
3593         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
3594         instructions.
3595
3596 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3597
3598         * Documentation/user/glossary.tely: Add titling and hyperlinks.
3599
3600 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3601
3602         * lily/beam.cc (connect_beams): don't crash if there are quarter
3603         notes in beams.
3604
3605 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
3606
3607         * Documentation/user/refman.itely: corrected ancient clef
3608         docu; added docu on ligatures
3609
3610 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
3611
3612         * Documentation/user/glossary.tely,
3613         Documentation/user/refman.itely, input/les-nereides.ly,
3614         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
3615         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
3616         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
3617         Stem properties: flag-style -> stroke-style, style -> flag-style.
3618
3619
3620 2002-09-22  Werner Lemberg  <wl@gnu.org>
3621
3622         * scripts/lilypond-book.py: Add option `notime' to suppress
3623         printing of a time signature.  Specify default indentation of 0pt
3624         if single line fragment.  Don't emit redundant `\paper{ }'.
3625
3626         * Documentation/user/lilypond-book.itely: Updated.
3627
3628         * Documentation/user/glossary.tely: Completely reformatting.
3629
3630 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3631
3632         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
3633
3634 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3635
3636         * Documentation/user/tutorial.itely: Fix links.
3637         
3638         * Documentation/topdocs/index.tely:
3639         * Documentation/index.texi:
3640         * Documentation/header.html.in: Small website fixes and updates.
3641
3642         * debian/: Debian patch by Anthony Fok.
3643
3644 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3645
3646         * Documentation/footer.html.in: How time flies: It's already 2002!
3647
3648         * Documentation/topdocs/index.tely: Stable/development fix.  Use
3649         more descriptive link names than 'here'.
3650
3651 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3652
3653         * VERSION: 1.7.2 released
3654         * VERSION: 1.6.4 released
3655         
3656         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
3657
3658         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
3659         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
3660
3661         * mf/feta-din.mf (test): add x-height and space.
3662
3663         * lily/dynamic-engraver.cc (process_music): take dynamic direction
3664         from ^_ for crescendi. Idem for slurs and phrasing slurs.
3665
3666         * ly/grace-init.ly: add-to-grace-init: function to portably add
3667         settings to \grace. 
3668
3669         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
3670         if we get an absolute dynamic event.
3671  
3672         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
3673
3674         * lily/source-file.cc (get_line): oops. All line numbers were off
3675         by 2. Fix that. 
3676
3677         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
3678         be after the note, combined with -_^, i.e. c4-(-\)-\>  
3679
3680         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
3681
3682         * lily/parser.yy (number_factor): remove (number) as number
3683         expression. ("Let them eat Lisp").
3684
3685 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3686
3687         * lily/horizontal-bracket.cc: new file.
3688
3689         * lily/horizontal-bracket-engraver.cc: new file.
3690
3691         * input/regression/note-group-bracket.ly: new file. Support
3692         horizontal note brackets for music analysis.
3693
3694         * lily/stem.cc (flag): new flag-style: no-flag.
3695
3696         * input/test/stem-cross-staff.ly: new file
3697         
3698         * Documentation/user/internals.itely: Improved formatting, fixing
3699         typos.  Added a section `Output details' to describe how the TeX
3700         code looks like.
3701
3702         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
3703
3704         * lily/parser.yy: remove \dynamicscript.
3705
3706         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
3707         definitions. 
3708
3709         * python/midi.c (midi_error): take two arguments.
3710
3711         * Merge 1.6.5 changes:
3712         
3713 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3714
3715         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
3716         staff-space.  Previous 1.5 was probably meant as half-spaces.
3717         (cautionary-style): parentheses (was: smaller).  This is what doco
3718         says, and it seems more logical.
3719
3720         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
3721         for 2nd sentence.
3722
3723 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3724
3725         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
3726
3727 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3728
3729         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
3730
3731 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3732
3733         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
3734
3735 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3736
3737         * scm/translator-property-description.scm (voltaOnThisStaff): add
3738         property.
3739
3740 2002-09-28  Werner Lemberg  <wl@gnu.org>
3741
3742         * scm/tex.scm (header-end): Suppress page numbering.
3743
3744         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
3745         Fix quotation for HTML output.
3746
3747 2002-09-28   Graham Percival   <gperciva@sfu.ca>
3748         
3749         * Documentation/user/refman.itely: grammar and phrasing
3750           fixes to "Note Entry" section.  Also adds a few new examples.
3751
3752 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3753
3754         * flower/include/string-data.icc: include string.h
3755
3756 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3757
3758         * scm/chord-name.scm (chord::inner-name-banter): remove space.
3759
3760 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3761
3762         * Documentation/user/GNUmakefile (extra-local-help): Add.
3763
3764         * stepmake/stepmake/www-targets.make (local-help): Add.
3765
3766 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3767
3768         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
3769         packages.
3770
3771         * Documentation/topdocs/README.texi (Top): building documentation
3772         (not website.)
3773
3774 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3775
3776         * Documentation/user/refman.itely: 
3777         * Documentation/user/tutorial.itely: 
3778         * Documentation/user/music-glossary.tely: Merge changes.
3779
3780         * Documentation/user/glossary.html.in: 
3781         * Documentation/index.texi: 
3782         * Documentation/header.html.in: Accomodate renaming of glossary.
3783         
3784         * Documentation/user/tutorial.itely: Add some glossary references.
3785         
3786         * Documentation/user/refman.itely: Minor fixes.
3787         
3788         * Documentation/user/lilypond.tely: Add glossary do direntry.
3789
3790         * Documentation/user/music-glossary.tely: Rename (previously:
3791         glossary.tely).  Fix anchor placement.
3792
3793         * Documentation/user/GNUmakefile: Make music-glossary.info too.
3794
3795 2002-09-23  Werner Lemberg  <wl@gnu.org>
3796
3797         * scripts/lilypond-book.py (output_dict): Fix handling of
3798         various environments by avoid extraneous newlines.
3799         Rename `output-all' regexp for html to `output-html'.
3800         Replace `output-all' regexp for texi with `output-texi-quote'
3801         and `output-texi-noquote'.
3802         (compose_full_body): Don't override `linewidth' user option
3803         for `singleline'.
3804         (schedule_lilypond_block): Don't indent text specified with
3805         `intertext' option.
3806         Add new option `noquote'.
3807         (compile_all_files): Use latex instead of tex to compile ly
3808         files directly.
3809
3810         * Documentation/user/lilypond-book.itely: Updated and revised.
3811         Improve layout.
3812
3813         * Documentation/user/glossary.tely,
3814         Documentation/user/introduction.itely,
3815         Documentation/user/tutorial.itely,
3816         Documentation/user/refman.itely,
3817         Documentation/user/appendices.itely: Fix overfull LilyPond
3818         boxes caused by the new lilypond-book code.  Other minor
3819         fixes.
3820
3821         * Documentation/user/macros.itexi (@texiflat): Don't emit
3822         trailing space.
3823
3824         * scm/tex.scm (end-output, header-end): Add preamble and
3825         postamble to make lilypond output directly compilable with
3826         latex.
3827
3828         
3829 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3830
3831         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
3832         instructions.
3833
3834 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3835
3836         * Documentation/user/glossary.tely: Add titling and hyperlinks.
3837
3838 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3839
3840         * lily/beam.cc (connect_beams): don't crash if there are quarter
3841         notes in beams.
3842
3843 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
3844
3845         * Documentation/user/refman.itely: corrected ancient clef
3846         docu; added docu on ligatures
3847
3848 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
3849
3850         * Documentation/user/glossary.tely,
3851         Documentation/user/refman.itely, input/les-nereides.ly,
3852         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
3853         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
3854         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
3855         Stem properties: flag-style -> stroke-style, style -> flag-style.
3856
3857 2002-09-22  Werner Lemberg  <wl@gnu.org>
3858
3859         * scripts/lilypond-book.py: Add option `notime' to suppress
3860         printing of a time signature.  Specify default indentation of 0pt
3861         if single line fragment.  Don't emit redundant `\paper{ }'.
3862
3863         * Documentation/user/lilypond-book.itely: Updated.
3864
3865         * Documentation/user/glossary.tely: Completely reformatting.
3866
3867 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3868
3869         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
3870
3871 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3872
3873         * Documentation/user/tutorial.itely: Fix links.
3874         
3875         * Documentation/topdocs/index.tely:
3876         * Documentation/index.texi:
3877         * Documentation/header.html.in: Small website fixes and updates.
3878
3879         * debian/: Debian patch by Anthony Fok.
3880
3881 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3882
3883         * Documentation/footer.html.in: How time flies: It's already 2002!
3884
3885         * Documentation/topdocs/index.tely: Stable/development fix.  Use
3886         more descriptive link names than 'here'.
3887
3888 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3889
3890         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
3891
3892 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3893
3894         * lily/part-combine-music-iterator.cc (get_state): cleanup
3895         (get_music_info): cleanup.
3896
3897 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3898
3899         * scm/backend-documentation-lib.scm (interface-doc-string):
3900         crosslinks between interfaces and grobs. Headings for interfaces
3901         in grob explanation.
3902
3903 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3904
3905         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
3906         dtd).  Add preliminary dtd.
3907         (re-sub-alist): Robustify.
3908
3909 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3910
3911         * lily/include/event-chord-iterator.hh,
3912         lily/context-specced-music-iterator.cc,
3913         lily/event.cc, lily/event-chord-iterator.cc: add
3914
3915 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3916
3917         * lily/: some (c) header fixes.
3918         
3919         * lily/request-chord.cc: Remove.
3920         
3921         * lily/include/event-chord-iterator.hh:
3922         * lily/include/event.hh:
3923         * lily/event-chord.cc: New file.
3924         
3925         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
3926         requested.
3927
3928 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3929
3930         * lily/ : rename Request to Event
3931
3932         * lily/parser.yy (command_element): move clef stuff into Scheme.
3933
3934         * lily/:  rename length_mom () to get_length()
3935
3936         * lily/part-combine-music.cc: removed file and class.
3937
3938         * lily/context-specced-music-iterator.cc (class
3939         Context_specced_music_iterator): new file. Obsoletes the
3940         Context_specced_music type.
3941
3942         * scm/music-types.scm (make-repeated-music): put different kinds
3943         of repeated music into music-type table.
3944
3945         * VERSION: 1.7.1 released.
3946
3947         * scm/to-xml.scm: new file.
3948
3949         * input/test/to-xml.ly (fooBar): demo of what is possible with the
3950         new Input representation: dump music as XML.
3951
3952         * scm/engraver-documentation-lib.scm
3953         (engraver-accepts-music-types?): add links from music to engraver,
3954         from music-type to engraver.
3955
3956         * lily/include/command-request.hh: removed
3957         lily/include/musical-request.hh: removed. Removed all _req classes
3958         except Key_change_req. Changes throughout.
3959
3960 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3961
3962         * lily/tuplet-engraver.cc (try_music): Compile kludge.
3963
3964 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3965
3966         * lily/*.cc: specify accepts for many engravers.
3967
3968         * scm/music-documentation-lib.scm: dump music expressions and
3969         music subtypes.
3970
3971         * scm/documentation-lib.scm: complete revision.
3972         Use GOOPS objects to store document tree explicitly. Cleaned up and
3973         sped up doco generation a lot.
3974
3975 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3976
3977         * input/trip.ly (fugaIILeft): add arpeggio
3978
3979         * lily/translator-group.cc (try_music_on_nongroup_children):
3980         oops. The name symbol is in the cdr of the assoc handle.
3981
3982         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
3983         Hyphen_req, Glissando_req, Break_req, Mark_req 
3984
3985 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3986
3987         * lily/musical-request.cc (music-duration-length,
3988         music-duration-compress): new functions.
3989
3990         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
3991         throughout. Warning doesn't work yet.
3992
3993         * lily/translator-group.cc (try_music_on_nongroup_children):
3994         new implementation: store candidate acceptors in a hashTable.
3995
3996 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3997
3998         * scm/music-types.scm (music-descriptions): change name to
3999         internal-class-name
4000
4001         * scm/chord-name.scm (chord::inner-name-banter): remove space.
4002
4003 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4004
4005         * lily/beam.cc (connect_beams): don't crash if there are quarter
4006         notes in beams.
4007
4008 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
4009
4010         * Documentation/user/refman.itely: corrected ancient clef
4011         docu; added docu on ligatures
4012
4013 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
4014
4015         * Documentation/user/glossary.tely,
4016         Documentation/user/refman.itely, input/les-nereides.ly,
4017         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
4018         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
4019         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
4020         Stem properties: flag-style -> stroke-style, style -> flag-style.
4021
4022 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4023
4024         * scm/music-functions.scm (music-separator?): don't use name music
4025         property.
4026
4027 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
4028
4029         * stepmake/stepmake/generic-targets.make (help): Document check
4030         target.
4031
4032         * lily/new-accidental-engraver.cc: Compile fix.
4033
4034 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4035
4036         * scripts/convert-ly.py: Add rule.
4037
4038         * input/test/music-creation.ly:
4039         * input/test/add-staccato.ly:
4040         * input/test/add-text-script.ly: ly-make-music.
4041
4042         * scm/drums.scm (make-head-type-elem, make-articulation-script):
4043         More ly-make-music renamings.
4044
4045         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
4046
4047         * lily/music-constructor.cc (make_music): Add debugging info.
4048
4049         * scm/music-functions.scm (make-simultaneous-music,
4050         (make-sequential-music, context-spec-music):
4051         * scm/music-types.scm (music-descriptions): Get lily to run.
4052
4053 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4054
4055         * lily/command-request.cc (transpose_key_alist): new function.
4056
4057         * lily/key-performer.cc (create_audio_elements): cleanup. 
4058
4059 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4060
4061         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
4062
4063         * lily/include/translator.hh (ENTER_DESCRIPTION): add
4064         events-accepted field.
4065
4066         * scm/music-types.scm: new file.
4067
4068         * lily/parser.yy: put music type initialization into scheme,
4069         similar to grob initialization.  Changes throughout.
4070
4071 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4072
4073         * Documentation/user/tutorial.itely: Fix links.
4074         
4075         * Documentation/index.texi: 
4076         * Documentation/header.html.in: 
4077         * Documentation/topdocs/index.tely: Small website fixes and updates.
4078
4079         * debian/: Debian patch by Anthony Fok.
4080
4081 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4082
4083         * Documentation/footer.html.in: How time flies: It's already 2002!
4084
4085         * Documentation/topdocs/index.tely: Stable/development fix.  Use
4086         more descriptive link names than 'here'.
4087
4088         * ROADMAP: Remove test stuff.
4089
4090         * scripts/update-lily.py: Allow auto-building of stable and
4091         development versions.  Bugfixes.
4092
4093 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4094
4095         * VERSION: released 1.7.0
4096
4097         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
4098
4099         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
4100         positive line widths.
4101
4102 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4103
4104         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
4105         go.  Fix comments.
4106
4107         * cygwin: Cygwin updates.
4108
4109 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4110
4111         * Documentation/windows/installing.texi (Top): version for python,
4112         urls for ghostscript (thanks to John Potelle)
4113         
4114         * lily/simultaneous-music-iterator.cc
4115         (Simultaneous_music_iterator): init children_list_ before
4116         triggering GC.
4117
4118         * lily/*-iterator.cc: be even more careful with smobbed copy
4119         constructors. 
4120
4121         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
4122         LeftEdge item.
4123
4124 2002-09-15  Werner Lemberg  <wl@gnu.org>
4125
4126         Improving LilyPond's output to make them ordinary TeX boxes with
4127         predictable dimensions.  System boxes are now vertically centered on
4128         the baseline; this offset can be further controlled with
4129         \lilypondscoreshift.
4130
4131         * lily/system.cc (System::post_processing): Pass length of current
4132         system to `start-system' (including any horizontal indentation).
4133
4134         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
4135         prettier.
4136         (lily-def): Append `%'.
4137         (start-system): Add parameter `wd'.  Output more TeX code to specify
4138         box dimensions.
4139         (stop-system, stop-last-system): Complement changes in
4140         `start-system'.
4141         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
4142         Updated.
4143
4144         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
4145         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
4146         Write final `\endinput'.
4147
4148         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
4149         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
4150         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
4151         files and macro definitions don't produce spurious spaces and
4152         paragraphs (using \endlinechar).
4153         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
4154
4155         * Documentation/user/internals.itely: Improved formatting, fixing
4156         typos.  Added a section `Output details' to describe how the TeX
4157         code looks like.
4158
4159 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
4160
4161         * lily/accidental-engraver.cc: Also work with partial measures.
4162
4163 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4164
4165         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
4166         spanner.
4167
4168 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4169
4170         * lily/identifier-smob.cc (unpack_identifier): new file.
4171
4172         * lily/lexer.ll (identifier_type): new function.  use ly-id to
4173         pass off scheme expressions as music identifiers.
4174
4175         * scm/lily.scm: reorganisation, cleanups.
4176
4177         * lily/main.cc: small cleanups.
4178
4179 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4180
4181         * lily/ly-module.{cc,hh}: new file.
4182
4183 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
4184
4185         * lily/accidental-engraver.cc: Also work with partial measures.
4186
4187 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
4188
4189         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
4190
4191 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4192
4193         * lily/my-lily-lexer.cc: use SCM module in stead of
4194         Scheme_hash_table. Changes throughout.  
4195
4196 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4197
4198         * VERSION (MY_PATCH_LEVEL): make 1.7.0
4199