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