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