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