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