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