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