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