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