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