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