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