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