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