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