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