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