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