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