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