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