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