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