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