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