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