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