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