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