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