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