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