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