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