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