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