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