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