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