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