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