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