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