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