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