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