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