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