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