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