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