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