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