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