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