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