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