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