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