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