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