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