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