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