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