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