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