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