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