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