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