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