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