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