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