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