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