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