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