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