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