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