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