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