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