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