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