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