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