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