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