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