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