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