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