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