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