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