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