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