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