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