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