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