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