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