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