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