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