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