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