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