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