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