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