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