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