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