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