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