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