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