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