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