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