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