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