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