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