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