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