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