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