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