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