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