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