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