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