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