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