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