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