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