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