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