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