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