]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
Remove duplicate info.
[lilypond.git] / ChangeLog
1 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
2
3         * stepmake/aclocal.m4: More autopackage friendliness.
4
5 2005-05-31  Graham Percival  <gperlist@shaw.ca>
6
7         * Documentation/index.html.in: remove link to LSR.
8
9         * Documentation/user/global.itely: remove duplicate
10         "dedication" \header{} section.
11
12 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13
14         * VERSION (PACKAGE_NAME): release 2.5.27.
15
16         * lily/lily-parser-scheme.cc (LY_DEFINE): unprotect paper
17         too. Plugs memory leak.
18
19         * make/lilypond.fedora.spec.in (Group): remove
20         lilypond-pdfpc-helper.
21
22         * scripts/GNUmakefile (SEXECUTABLES): remove
23         lilypond-pdfpc-helper. Use lilypond-invoke-editor instead.
24
25         * scm/font.scm (make-century-schoolbook-tree): add Mono as
26         'typewriter family.
27
28         * lily/score.cc (Score): unprotect copy of Output_def. Plugs
29         memory leak.
30
31         * lily/parser.yy (score_body): don't clone Score, that's done in
32         Lily_lexer::try_special_identifiers(). This fixes a memory leak.
33
34         * lily/score-engraver.cc (derived_mark): new function.
35         (initialize): unprotect Paper_score. This fixes a memory leak.
36
37         * lily/score-performer.cc (derived_mark): new function.
38
39         * lily/score-translator.cc (get_output): use SCM for get_output() call.
40
41         * stepmake/aclocal.m4: put FlexLexer.h test in conftest.cc. Fixes
42         spurious warning.
43
44         * scm/font.scm (make-century-schoolbook-tree): use Sans for sans
45         serif.
46
47 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
48
49         * configure.in (reloc_b): Add --enable-relocation.
50
51 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
52
53         * lily/pfb.cc (LY_DEFINE): show file name when loading PFB. 
54
55         * input/regression/alignment-order.ly: add Staff example.
56
57 2005-05-31  John Mandereau   <john.mandereau@free.fr>
58
59         * po/fr.po: update.
60
61 2005-05-31  Graham Percival  <gperlist@shaw.ca>
62
63         * Documentation/index.html.in: add link to LSR.
64
65 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
66
67         * scm/define-stencil-commands.scm (Module): new file. Register all
68         allowed stencil expression heads in a central place.
69
70         * lily/stencil-scheme.cc (LY_DEFINE): check is_stencil_head in
71         ly:make-stencil
72
73         * lily/stencil-expression.cc (all_stencil_heads): registering
74         stencil expressions.
75
76         * lily/stencil-interpret.cc: new file. Stencil expression
77         interpreting.
78
79         * input/xiao-haizi-guai-guai.ly: move file back.
80
81 2005-05-30  Graham Percival  <gperlist@shaw.ca>
82
83         * Documentation/user/advanced.itely, converters.itely,
84         instrument-notation.itely, lilypond-book.itely: misc small
85         changes.
86
87 2005-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
88
89         * lily/lexer.ll: Skip UTF-8 BOM at BOF.
90
91         * make/lilypond.fedora.spec.in: Fix source url.
92
93         * cygwin: Update from mingw patches.
94
95         * scm/editor.scm (editor-command-template-alist): Use jedit
96         -reuseview (Bertalan), add uedit (Patrick Huberts).
97
98         * input/xiao-hai-zi-guai-guai.ly: Rename from
99         xiao-haizi-guai-guai.ly.
100
101         * input/*: Reindent, do not use TAB.
102
103         * Documentation/pictures/ly.xpm: Bugfix: do not anti-alias against
104         white background.
105
106 2005-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
107
108         * scm/framework-ps.scm (dump-stencil-as-EPS): Add silly fix for
109         numerical overflow error.
110
111 2005-05-29 Laura Conrad <lconrad@laymusic.org>
112         
113         * abc2ly.py: fix to syntax error in multi-part output.
114
115 2005-05-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
116
117         * lily/span-bar.cc (print): sort bar line extents. Fixes problem
118         with disappearing span bars when alignAboveContext is active
119
120         * lily/property-iterator.cc (check_grob): use is-grob?
121         object-property. Fixes crash-key-sig-font-size.ly. 
122
123 2005-05-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
124
125         * lily/bar-line.cc (print): don't round barlines; this produces
126         odd aliasing effects in Acroread.
127
128         * lily/timing-engraver.cc (process_music): robustness fix.
129
130         * lily/context-def.cc (filter_engravers): bugfix.
131
132 2005-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
133
134         * lily/lilypond.rc.in: Add ly-icon.
135
136         * lily/GNUmakefile: 
137         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Add ly-icon
138         rules.
139
140 2005-05-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
141
142         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-in-color
143
144         * ps/music-drawing-routines.ps: 
145
146         * scm/output-ps.scm: remove draw ez_ball.
147
148         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
149         EasyNotation context definition.
150
151         * lily/easy-notation.cc (brew_ez_stencil): new file. Use
152         Text_interface and color for making easy note heads.
153
154         * lily/stencil.cc (with_color): new function.
155
156         * ps/music-drawing-routines.ps: remove draw_zigzag_line
157
158         * lily/line-spanner.cc (zigzag_stencil): rewrite to use draw-line
159         output routine. Zigzag now works in SVG too.
160
161         * scm/output-tex.scm (filledbox): idem.
162
163         * scm/output-svg.scm (filledbox): idem.
164
165         * scm/output-ps.scm (lily-def): remove horizontal-line. 
166
167         * lily/lookup.cc (horizontal_line): use draw-line. 
168
169         * lily/system-start-delimiter.cc: remove old staff bracket code.
170
171         * mf/feta-haak.mf: further tweaks.
172
173         * lily/system-start-delimiter.cc (staff_bracket): use glyphs.
174
175         * mf/feta-generic.mf: include feta-haak.
176
177         * mf/feta-haak.mf: rewrite. Make separate glyphs for the tips 
178
179         * scm/framework-ps.scm (write-preamble): only load fonts if their
180         filename is a string. 
181
182 2005-05-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
183
184         * scm/output-svg.scm (circle): support circle.
185         (bracket): stub for bracket.
186
187         * scripts/lilypond-book.py (main): make sure --psfonts warning is
188         correct.
189
190 2005-05-26  Graham Percival  <gperlist@shaw.ca>
191
192         * Documentation/user/lilypond.tely, advanced-notation.itely,
193         basic-notation.itely, instrument-notation.itely, global.itely,
194         introduction.itely, tutorial.itely: rearranging, editing,
195         clean-up.
196
197         * mf/GNUmakefile: change a "make -C" to "${MAKE} -C", required
198         for compiling on FreeBSD.
199
200 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
201
202         * lily/pfb.cc (LY_DEFINE): progress indication for opening ttf and
203         otf files.
204
205         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (lower):
206         bugfixes.
207
208         * VERSION: 2.5.26 released.
209
210         * scm/titling.scm (marked-up-headfoot): revert Pedro's patch. 
211
212 2005-05-25  Pedro Kroger  <kroeger@pedrokroeger.net>
213
214         * scm/titling.scm (marked-up-headfoot): doesn't print pagenumbers
215         if printpagenumber is false.
216
217 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
218
219         * lily/font-config.cc (init_fontconfig): comment out FontConfig
220         cache warning.
221
222         * lily/tie.cc (print): support dotted ties.
223         
224 2005-05-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
225
226         * scm/define-grobs.scm (all-grob-descriptions): switch off
227         debugging
228         (all-grob-descriptions): Arpeggio has Y-extent.
229
230         * scm/define-music-properties.scm (all-music-properties): document
231         length-callback and start-callback as "read-only".
232
233         * scm/music-functions.scm (unfold-repeats): rewrite. Cannot set
234         length-callback after creation. 
235
236         * scripts/convert-ly.py (conv): unfoldrepeats -> unfoldRepeats,
237         compressmusic -> compressMusic.
238
239         * ly/music-functions-init.ly (oldaddlyrics): idem.
240
241         * lily/parser.yy: NewLyricCombineMusic ->
242         LyricCombineMusic. LyricCombineMusic -> OldLyricCombineMusic.
243
244 2005-05-24  Pedro Kroger  <kroeger@pedrokroeger.net>
245
246         * ly/Welcome_to_LilyPond.ly: typo.
247
248 2005-05-24  Graham Percival  <gperlist@shaw.ca>
249
250         * Documentation/user/lilypond.tely: move changing-defaults to be
251         before global issues.
252
253         * Documentation/user/basic-notation.itely: move Transpose section
254         here from advanced/Other.
255
256         * Documentation/user/changing-defaults.itely,
257         advanced-notation.itely: move Fonts to advanced, edit.
258
259 2005-05-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
260
261         * lily/parser.yy (bare_int): remove rule.  From now on, we require
262         # before negative integers. 
263
264 2005-05-23  Graham Percival  <gperlist@shaw.ca>
265
266         * ly/property.ly: Update tieDotted to have the same form as slurDotted.
267
268         * Documentation/user/lilypond.tely: change Unified index to
269         LilyPond index.
270
271         * Documentation/user/advanced-notation.itely,
272         instrument-notation.itely: editing.
273
274 2005-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
275
276         * scm/lily.scm (lilypond-all): Bugfix: return failed.
277
278         * lily/main.cc (setup_paths)[__MINGW32__]: Normalize LILYPONDPREFIX.
279
280 2005-05-21  Jan Nieuwenhuizen  <janneke@gnu.org>
281
282         * lily/general-scheme.cc (ly:stderr-redirect): Rename from
283         ly:port-move.  Needs to be stderr-specific on mingw.
284         Run fixcc.
285
286 2005-05-20  Jan Nieuwenhuizen  <janneke@gnu.org>
287
288         * lily/general-scheme.cc (ly:port-move): Remove.
289
290         * scm/backend-library.scm (postscript->pdf): Remove -dSAFER in
291         windows.
292
293         * lily/main.cc (setup_paths) [ARGV0_RELOCATION]: Reinstate GS_*
294         variables.  This eliminates the need for a gs.bat wrapper, which
295         opens a console.
296
297         * scripts/lilypond-invoke-editor.scm (running-from-gui?): 
298         * scm/lily.scm (running-from-gui?): 
299         * lily/main.cc[MINGW]: Remove isatty inversion, this is an
300         artifact of not compiling with -mwindows.
301
302         * scm/editor.scm: Define PLATFORM.
303
304 2005-05-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
305
306         * scripts/lilypond-book.py (PREAMBLE_LY): add marker, where people
307         can start to cut & paste lilypond-book fragments.  
308
309         * scm/define-music-types.scm (music-descriptions): remove
310         UntransposableMusic
311
312 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
313
314         * scm/output-ps.scm (glyph-string): remove / before CIDs.
315
316 2005-05-20  Graham Percival  <gperlist@shaw.ca>
317
318         * Documentation/user/instrument-notation.itely: remove *Engraver.
319
320         * Documentation/user/advanced-notation.itely: edit, rearrange.
321
322 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
323
324         * scm/output-ps.scm (glyph-string): take cid? argument. Use
325         findresource iso. findfont for CID CFF fonts.
326
327         * VERSION (PACKAGE_NAME): release 2.5.25
328
329         * ly/Welcome_to_LilyPond.ly: add  \version
330
331 2005-05-20  Graham Percival  <gperlist@shaw.ca>
332
333         * Documentation/user/programming-interface.itely: move
334         \displayMusic into its own section.
335
336         * Documentation/user/basic-notation.itely: finish editing.
337
338 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
339
340         * flower/file-path.cc (find): don't throw away file_name.dir, but
341         append to it. Fixes \include with directories.
342
343         * flower/include/file-path.hh (class File_path): don't derive from
344         Array<String>.
345
346         * flower/include/file-name.hh (class File_name): remove to_str0()
347
348         * lily/hara-kiri-engraver.cc (acknowledge_grob): split
349         Hara_kiri_engraver in separate file.
350
351         * lily/slur-configuration.cc (score_encompass): oops, <? to min()
352         translation went wrong. Fixes vertically translated slurs.
353
354 2005-05-19  Graham Percival  <gperlist@shaw.ca>
355
356         * Documentation/user/basic-notaton.itely: editing.
357
358 2005-05-18  Graham Percival  <gperlist@shaw.ca>
359
360         * Documentation/user/macros.itexi, basic-notation.itely:
361         add @commonprop (commonly used properties) macro.
362
363 2005-05-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
364
365         * ly/Welcome_to_LilyPond.ly: talk about icon, not program.
366
367         * scripts/lilypond-book.py (invokes_lilypond): new function
368         (main): only run fontextract if invokes_lilypond() is true.
369
370         * lily/function-documentation.cc (ly_add_function_documentation):
371         duh, use !=
372
373         * Documentation/topdocs/INSTALL.texi (Top): add MacOS command.
374
375         * stepmake/aclocal.m4: remove kpathsea warning, change to OPTIONAL.
376
377         * scm/lily.scm (running-from-gui?): lowercase Darwin.
378
379         * lily/function-documentation.cc (ly_add_function_documentation):
380         use scm_hash_table_p() for checking.
381
382 2005-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
383
384         * Documentation/user/advanced-notation.itely (Text scripts):
385         Change nonexisting @internalsref{Text markup} to @ref{Text
386         markup}.  Change @internalsref{Text script} to
387         @internalsref{TextScript}.
388
389         * lily/main.cc (setup_paths): Bugfix: pangorc is not pango.modules.
390
391 2005-05-17  Graham Percival  <gperlist@shaw.ca>
392
393         * Documentation/user/tutorial.itely, basic-notation.itely,
394         changing-defaults.itely: remove duplicate cindex entries
395         that appear on the same page.
396
397         * scm/define-grobs.scm: change default padding for TextSpanner.
398
399         * Documentation/topdocs/AUTHORS.texi: update email address.
400
401         * Documentation/user/global.itely: add info about \include.
402
403 2005-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
404
405         * scm/backend-library.scm (postscript->pdf): Remove (useless) .ps
406         when running-from-gui.
407
408         * scm/editor.scm (get-editor): Add platform defaults.
409
410         * scm/backend-library.scm (postscript->pdf): Typo.
411
412 2005-05-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
413
414         * scm/lily.scm (running-from-gui?): Darwin never runs from GUI.
415
416         * lily/font-config.cc (init_fontconfig): add warning about cache.
417
418 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
419
420         * lily/main.cc (setup_paths)[ARGV0_RELOCATION]: Remove GS_*.
421
422 2005-05-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
423
424         * lily/horizontal-bracket.cc (print): Take care of the direction
425         property so brackets above the stave point downwards. 
426
427         * scm/define-grobs.scm (all-grob-descriptions): Set staff-padding
428         for HorizontalBracket so it doesn't end up within the stave.
429
430 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
431
432         * lily/GNUmakefile (default): Typo.
433
434         * scm/lily.scm (PLATFORM): Export.
435
436         * scm/framework-ps.scm (write-preamble)[MINGW]: Use
437         load-font-via-GS, ttftool or fopencookie is broken on windows.
438         
439         * scm/backend-library.scm (postscript->pdf)[MINGW]: Do not use
440         -dSAFER, that is broken on windows.
441
442 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
443
444         * lily/GNUmakefile ($(outdir)/FlexLexer.h): conditional dependency
445         for FlexLexer.h
446
447         * scripts/lilypond-invoke-editor.scm: remove stray -
448
449 2005-05-15  Jan Nieuwenhuizen  <janneke@gnu.org>
450
451         * lily/lily-guile.cc (ly_scm2newstr): Use scm_i_string_length.
452         Fixes deprecation warning.
453
454         * flower/include/string.icc (to_string): Only inline if
455         -DSTRING_UTILS_INLINED.
456
457         * lily/pango-font.cc (pango_item_string_stencil): Normalize file
458         name.  Remove windows comment.
459
460         * scm/editor.scm (slashify): New function.
461         (get-editor-command): Use it.
462         (get-command-template): Do not alter editor command if
463         environment value includes `%(file)s' magic.
464
465         * scripts/lilypond-invoke-editor.scm (unquote-uri): New function.
466         (dissect-uri): Use it.
467         (unquote-uri): Bugfix.
468
469 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
470
471         * scm/framework-ps.scm (write-preamble): add TTF rule.
472
473         * Documentation/topdocs/README.texi (Top): remove note about
474         xdelta.
475
476         * Documentation/topdocs/INSTALL.texi (Top): remove Flex
477         requirement.
478
479         * stepmake/aclocal.m4: STEPMAKE_FLEXLEXER_LOCATION: new
480         function. Figure out where FlexLexer.h lives
481
482         * lily/GNUmakefile (OUT_DIST_FILES): dist lexer.cc and FlexLexer.h
483         
484 2005-05-14  Jan Nieuwenhuizen  <janneke@gnu.org>
485
486         * scripts/lilypond-invoke-editor.scm (dissect-uri): Handle URIs
487         with Windows root in file name.
488
489         * scm/backend-library.scm (ly:system): Only redirect output (using
490         system and shell, ugh) if /dev/null is writable.
491
492         * Documentation/pictures/GNUmakefile [PLATFORM_WINDOWS]: Build
493         windows icon.
494
495         * scm/lily.scm (is-absolute?): New function.  Fixes absolute files
496         on Mingw.
497
498         * scm/output-ps.scm (grob-cause): Use it.  Fixes PDF point and
499         click.
500
501         * flower/file-path.cc (is_dir, is_file): New function.  Actually
502         use result of stat when available.
503
504         * flower/file-path.cc (find): Use it.  Refactor.  Fixes Mingw,
505         absolute file name and root.
506
507         * scm/lily.scm (PLATFORM): On mingw, slashify getcwd.
508
509         * scm/editor.scm (get-editor-command): Typo: do not apply editor.
510
511         * flower/file-name.cc (slashify): Bugfix, do substitute if no
512         slashes in file name.
513
514 2005-05-13  Jan Nieuwenhuizen  <janneke@gnu.org>
515
516         * Documentation/user/preface.itely (Preface): Run
517         texinfo-all-menus-update.
518
519         * scm/editor.scm (get-editor-command): Bugfix: allow full
520         LYEDITOR setting, partial XEDITOR setting.  With typo fix.
521
522         * Documentation/pictures/lilypond-48.xpm: New file.
523
524         * flower/file-path.cc (to_string): Bugfix: use PATHSEP.
525
526         * ly/Welcome_to_LilyPond.ly: New file.
527
528         * lily/main.cc (main): Only identify if we have a terminal.
529
530         * scm/backend-library.scm (postscript->png)
531         (postscript->pdf): Fix file name quoting for GS/MINGW (ie,
532         non-/bin/sh).
533
534 2005-05-13  Heikki Junes  <hjunes@cc.hut.fi>
535
536         * Documentation/topdocs/AUTHORS.texi: polish, update.
537
538 2005-05-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
539
540         * Documentation/user/preface.itely (Notes for version 2.6): new
541         notes for 2.6
542
543         * lily/dynamic-engraver.cc (stop_translation_timestep): first set
544         finished_span_, then call typeset_all(). Fixes spurious "Hairpin
545         is not fully contained" warnings.
546
547         * lily/slur-scoring.cc (get_bound_info): remove warning.
548
549         * lily/staff-symbol-engraver.cc (process_music): start initial
550         spanner in process_music(). This fixes overrides of StaffSymbol
551         properties.
552
553         * scm/framework-pdf.scm (Module): remove.
554
555         * Documentation/topdocs/AUTHORS.texi (AUTHORS): clean up, update.
556
557         * lily/ambitus-engraver.cc: formatting cleanups.
558
559         * mf/feta-solfa.mf (Module): remove.
560
561         * ChangeLog: more details about contributions.
562
563 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
564
565         * lily/align-interface.cc (align_elements_to_extents): warn if
566         called too early. Fixes: disappearing-staff-lines.ly
567
568         * VERSION (PACKAGE_NAME): release 2.5.24
569
570 2005-05-12  Jan Nieuwenhuizen  <janneke@gnu.org>
571
572         * stepmake/aclocal.m4: Typo.
573
574         * flower/string.cc (substitute): Take two strings or two
575         characters.  Update callers.
576
577 2005-05-11  Jan Nieuwenhuizen  <janneke@gnu.org>
578
579         * flower/file-name.cc (File_name): Slashify.
580
581         * scm/lily.scm: Use gui-main iso lilypond-main on MINGW.
582
583         * scripts/GNUmakefile (SEXECUTABLES): Add lilypond-invoke-editor.
584
585         * stepmake/aclocal.m4 (STEPMAKE_WINDOWS): New function.
586
587         * configure.in (gui_b): Use it.
588
589         * lily/lilypond.rc.in: New file.
590
591         * lily/GNUmakefile[PLATFROM_WINDOWS]: Compile it into executable.
592
593 2005-05-12  Graham Percival  <gperlist@shaw.ca>
594
595         * Documentation/user/advanced-notation.itely: edit of Text
596         section; clarify text scripts vs. text markup.
597
598 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
599
600         * lily/multi-measure-rest-engraver.cc
601         (Multi_measure_rest_engraver): init bar_seen_ to true. Notice
602         separation items on start. Fixes mm rests in start of score.
603
604         * lily/slur-scoring.cc (move_away_from_staffline): robustness,
605         don't access StaffSymbol if not there.
606         Fixes: crash-staff-symbol-engraver.ly.
607
608         * lily/instrument-name-engraver.cc (class
609         Instrument_name_engraver): data member first_. Create
610         InstrumentName on start. 
611
612 2005-05-12  Graham Percival  <gperlist@shaw.ca>
613
614         * Documentation/user/instrument-notation.itely: add guitar
615         position.
616
617         * Documentation/user/introduction.itely,
618         Documentation/user/lilypond.tely,
619         Documentation/user/tutorial.itely: begin pruning
620         unused (duplicated) cindex entries and misc cleanup.
621
622 2005-05-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
623
624         * input/test/volta-chord-names.ly: Bring the explanation up to
625         date.
626
627 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
628
629         * Documentation/topdocs/{AUTHORS.texi,INSTALL.texi,README.texi}:
630         Specify `@documentencoding utf-8' for html, ignore warnings.
631
632 2005-05-11  Erik Sandberg  <ersa9195@student.uu.se>
633
634         * THANKS: Added bughunters.
635
636 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
637
638         * lily/main.cc: update help string for `lilypond -H'.
639
640         * po/fi.po: update.
641         
642 2005-05-10  Graham Percival  <gperlist@shaw.ca>
643
644         * Documentation/user/advanced-notation.itely: minor fixes.
645
646 2005-05-10  Jan Nieuwenhuizen  <janneke@gnu.org>
647
648         * scm/editor.scm: New module.
649
650         * scm/lily.scm (gui-main): Use it.
651
652         * scm/framework-gnome.scm (spawn-editor): Use it.
653
654         * scripts/lilypond-invoke-editor.scm: Use it in new script.
655
656 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
657
658         * scm/framework-ps.scm (load-font-via-GS):  new function.
659
660         * lily/pango-font.cc (pango_item_string_stencil): add support for
661         CID keyed font.
662
663         * scm/output-ps.scm (glyph-string): add support for CID keyed font.
664
665 2005-05-10  Graham Percival  <gperlist@shaw.ca>
666
667         * Documentation/user/basic-notation.itely: add @ref.
668
669         * Documentation/user/advanced-notation.itely: add example
670         of 5/8 beaming.
671
672 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
673
674         * scripts/lilypond-pdfpc-helper.py (ly_pc_editor): robustness fixes.
675
676         * scm/backend-library.scm (postscript->pdf): Invoke gs instead of
677         going through ps2pdf wrappers.
678
679 2005-05-09  Jürgen Reuter  <reuter@ipd.uka.de>
680
681         * Documentation/user/instrument-notation.itely: petrucci note
682         heads: updated docu
683
684         * input/regression/note-head-style.ly: updated regression test;
685         indentation fixes
686
687         * ly/engraver-init.ly: MensuralVoiceContext: use petrucci note
688         heads as default
689
690         * mf/parmesan-heads.mf: minor editing; use musicological names
691         (rather than optical description) as note head names
692
693         * scm/output-lib.scm: complete petrucci heads
694
695 2005-05-09  Pal Benko  <benkop@freestart.hu>
696
697         * mf/parmesan-heads.mf: add petrucci heads (like neo-mensural
698         heads, but bigger)
699
700 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
701
702         * lily/main.cc (main_with_guile): Remove no files check.
703
704         * lily/main.cc (ly:usage): Export to Scheme.
705
706         * scm/lily.scm (no-files-handler): New function.
707
708         * scm/lily.scm (lilypond-main): Use it.
709
710         * configure.in (gui_b): Add mbrtowc checking.
711         Resurrect [utf8/]wchar.h checking.
712
713 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
714
715         * Documentation/user/advanced-notation.itely (Metronome marks):
716         Add link to the program reference for MetronomeMark
717
718         * Documentation/user/lilypond-book.itely (An example of a
719         musicological document): Correct the example using psfonts 
720
721 2005-05-09  Heikki Junes  <hjunes@cc.hut.fi>
722
723         * po/fi.po: update after a lesson how to update entries against
724         source.
725         
726         * po/TODO: document the lesson.
727
728 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
729
730         * configure.in (gui_b): remove wcrtomb checking.
731
732         * lily/general-scheme.cc (LY_DEFINE): hand-convert utf8 to 32
733         bits. Patch by Matthias Neeracher. <neeracher@mac.com>
734
735 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
736
737         * scripts/convert-ly.py: In the conversion to version 1.9.0, 
738         keep Scheme expressions and strings unmodified when doing the
739         conversion to postfix notation for slurs and beams. Should
740         hopefully solve most related conversion problems. 
741
742         * Documentation/user/lilypond-book.itely : Clarify and correct how
743         to call dvips with -h psfonts.
744
745 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
746
747         * Documentation/user/instrument-notation.itely (Entering lyrics):
748         Typo.  Fixes build.
749
750 2005-05-09  Graham Percival  <gperlist@shaw.ca>
751
752         * Documentation/user/lilypond-book.itely: document PSFONTS file.
753
754         * Documentation/user/lilypond.tely, lilypond-book.itely,
755         tutorial.itely: change references to 2.5.x to 2.6.x.
756
757         * Documentation/user/instrument-notation.itely: clarified \addlyrics
758         vs \lyricmode.
759
760         * Documentation/user/invoking.itely: remove old info about
761         lilypond-profile.
762
763         * Documentation/topdocs/INSTALL.texi: remove old info about
764         lilypond-profile, add warning about needing international fonts
765         to build docs.
766
767 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
768
769         * lily/include/grob-info.hh (class Grob_info): make data member
770         private. Changes throughout.
771
772         * input/regression/alignment-order.ly: new file. 
773
774         * lily/vertical-align-engraver.cc (acknowledge_grob): read
775         alignAboveContext and alignBelowContext
776
777 2005-05-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
778
779         * lily/pfb.cc (LY_DEFINE): add cast.
780
781         * scm/framework-ps.scm (write-preamble): embed CFFs if file name
782         matches .otf
783         (write-preamble): warn about unknown fonts.
784
785         * lily/pfb.cc (Module): new function ly:otf->cff
786
787         * lily/open-type-font.cc (get_otf_table): use ::get_otf_table
788         (get_otf_table): new function.
789
790 2005-05-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
791
792         * scm/backend-library.scm (postscript->png): call lilypond-ps2png
793         iso. ps2png.
794
795 2005-05-06  Heikki Junes  <hjunes@cc.hut.fi>
796
797         * po/fi.po: apply second round of update.
798
799 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
800
801         * scm/x11-color.scm (make-x11-color-handler): don't use
802         #\sp. Apparently doesn't work on all platforms. 
803
804 2005-05-06  Graham Percival  <gperlist@shaw.ca>
805
806         * Documentation/user/advanced-notation.itely, putting.itely,
807         tutorial.itely, global.itely, introduction.itely: really minor fixes.
808
809 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
810
811         * VERSION (PACKAGE_NAME): release 2.5.23
812
813 2005-05-06  Jan Nieuwenhuizen  <janneke@gnu.org>
814
815         * Documentation/topdocs/AUTHORS.texi: Remove texinfo @accents,
816         convert to utf-8.
817
818         * THANKS: Add translators for this release, convert to utf-8.
819
820         * mf/GNUmakefile (MFTRACE_FLAGS):
821         * buildscripts/substitute-encoding.py (outdir): Build fix: pass
822         outdir as option (WAS: hardcoded).
823
824 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
825
826         * lily/staff-symbol-engraver.cc (Staff_symbol_engraver): init
827         finished_span_
828
829         * THANKS: add Hans Forbrich.
830
831         * Documentation/topdocs/NEWS.tely (Top): document new feature.
832
833         * Documentation/user/basic-notation.itely (Staff symbol): document
834         start/stop staff. Reference to ossia.ly
835
836         * input/test/ossia.ly: new example using stop and startStaff.
837
838         * lily/timing-engraver.cc: remove Timing_engraver::initialize(),
839         in other words, don't create "|" barline at start of the score.
840         (start_translation_timestep): don't set whichBar for start of score.
841
842         * input/regression/staff-halfway.ly: use new functionality.
843
844         * lily/staff-symbol-engraver.cc (try_music): take StaffSpanEvents,
845         start and stop staff based on events.
846
847         * scm/define-music-types.scm (music-descriptions): add StaffSpanEvent
848
849         * ly/declarations-init.ly (startStaff, stopStaff): new identifiers.
850
851 2005-05-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
852
853         * Documentation/user/programming-interface.itely (How markups work
854         internally ): remove \encoding reference.
855
856 2005-05-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
857
858         * scripts/convert-ly.py: Attempt to do a smarter update of 
859         text markups from versions < 1.9.0 with arbitrary nesting.
860
861 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
862
863         * po/fi.po: convert to utf-8, and update.
864
865 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
866
867         * make/lilypond.suse.spec.in: update from suse 2.4 package.
868
869         * lily/*.cc: more <? >? to min/max changes
870
871         * lily/include/interpretation-context-handle.hh: rename
872         Interpretation_context_handle to Context_handle.
873
874 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
875
876         * input/regression/GNUmakefile (local_delete): use `find` together 
877         with `xargs` to avoid too long argument-lists in cmd line.
878
879 2005-05-04  Graham Percival  <gperlist@shaw.ca>
880
881         * Documentation/user/introduction.itely: updates "About this manual".
882
883         * Documentation/user/advanced-notation.itely,
884         invoking.itely: minor fixes.
885
886 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
887
888         * COPYING: add font exception. Update FSF address. 
889
890         * lily/context-def.cc (path_to_acceptable_context): bugfix, depth
891         should be taken without child context.
892
893         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use it.
894
895         * scm/define-markup-commands.scm (triangle): new command, as
896         robust replacement for unicode Delta/Triangle.
897
898 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
899
900         * ps/music-drawing-routines.ps: add fillp argument.
901
902         * lily/lookup.cc (round_filled_polygon): polygon takes filled? argument
903
904         * lily/font-config.cc (init_fontconfig): don't add cff/
905
906         * VERSION (PACKAGE_NAME): release 2.5.22
907
908         * mf/GNUmakefile: remove cff/cff.ps/.map install rules.
909
910         * lily/grace-engraver.cc (consider_change_grace_settings): use
911         is_alias(). Fixes problem with CueVoice grace notes. 
912
913         * lily/simultaneous-music-iterator.cc (construct_children): call
914         Music_iterator::quit() for iterators that start out invalid. This
915         fixes indefinitely continuing contexts.
916
917         * buildscripts/substitute-encoding.py: new file
918
919         * Documentation/user/basic-notation.itely (Basic polyphony): fix
920         missing @end 
921
922         * scripts/lilypond-book.py (write_if_updated): print file name.
923
924         * Documentation/user/basic-notation.itely (Explicitly
925         instantiating voices): idem.
926
927         * Documentation/user/advanced-notation.itely (Text spanners):
928         remove stray { } 
929
930         * lily/context.cc (default_child_context_name): the default child
931         is now first in accepts_list_.
932
933         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
934         \defaultchild to all relevant contexts.  This fixes:
935         drums-pitch.ly.
936
937         (Probably also fixes similar problems with ancient
938         transcriptions getting CueVoices instead of the desired voices.)
939  
940         * lily/context-def.cc (get_default_child): new function.
941         (get_accepted): place default child in front of list.
942
943         * lily/parser.yy (FIXME): add DEFAULTCHILD token.
944
945         * lily/include/context-def.hh (struct Context_def): add
946         default_accept_
947
948 2005-05-03  Graham Percival  <gperlist@shaw.ca>
949
950         * scm/define-grobs.scm: remove "remove-first" line, since
951         the absent property is set to #f anyway.
952
953         * Documentation/user/basic-notation.itely,
954         advanced-notation.itely, instrument-notation.itely: minor
955         fixes.
956
957         * ly/property-init.ly: add textSpanner{Up,Down,Neutral}.
958
959         * Documentation/user/advanced-notation.itely,
960         changing-defaults.itely: consolidate Text stuff in
961         advanced notation.
962
963         * Documentation/user/global.itely: better docs for \header.
964
965         * Documentation/user/putting.itely: new chapter; placeholder
966         for future expansion.
967
968         * Documentation/user/examples.itely: moved "suggestions for
969         writing LP files" section into putting.itely.
970
971         * Documentation/user/lilypond.itely: added new chapter,
972         fixed the short table of contents.
973
974 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
975
976         * lily/beam-quanting.cc (quanting): robustness fix, don't produce
977         infinity for unfeasible beams.
978
979         * make/lilypond.fedora.spec.in (Group): idem.
980
981         * scripts/GNUmakefile (SEXECUTABLES): rename ps2png to lilypond-ps2png
982
983         * mf/GNUmakefile (ALL_GEN_FILES): remove .map
984
985         * scm/framework-ps.scm (write-preamble): extract CFF from OTF
986         fonts directly.
987
988         * buildscripts/gen-emmentaler-scripts.py (i): idem.
989
990         * mf/GNUmakefile: remove all CFF rules.
991
992         * scm/framework-ps.scm (ps-embed-cff): reinstate.
993
994         * lily/open-type-font-scheme.cc (LY_DEFINE):
995         new function ly:otf-font-table-data.
996         (LY_DEFINE): new function otf-font?
997
998 2005-05-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
999
1000         * mf/GNUmakefile ($(outdir)/lilypond.map): remove rule.
1001         ($(outdir)/Fontmap.lily): idem.
1002
1003         * buildscripts/gen-emmentaler-scripts.py (i): load fetaXX encoding
1004         for PFAEmmentaler-XXX.pfa. 
1005
1006         * Documentation/user/music-glossary.tely (accidental): NL
1007         translation of accidental.
1008
1009 2005-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1010
1011         * flower/include/international.hh: Bugfix: include "string.hh".
1012
1013         * lily/include/mingw-compatibility.hh: New file.
1014
1015         * flower/include/libc-extension.hh (memrev): Rename from strrev.
1016
1017         * configure.in: Search for mingw wcrtomb library.
1018
1019 2005-05-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1020
1021         * scripts/convert-ly.py: Bug fix
1022
1023         * Documentation/user/changing-defaults.itely (Common tweaks):
1024         Added example where the context has to be specified explicitly
1025         (MetronomeMark). 
1026
1027 2005-05-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1028
1029         * scripts/lilypond-book.py (ly_options): set timing to #f for
1030         notime option.
1031
1032         * scripts/convert-ly.py (conv): typo.
1033
1034         * flower/*.cc: remove <? and >?
1035         
1036         * lily/*.cc: remove <? and >?
1037
1038         * lily/tweak-registration.cc (insert_tweak_from_file): Make sure
1039         that 0x0 isn't passed into scm_cons(). Fixes crash with tweak
1040         editor.
1041
1042 2005-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1043
1044         * lily/part-combine-engraver.cc: add space to variable list.
1045
1046 2005-04-30  Graham Percival  <gperlist@shaw.ca>
1047
1048         * scm/define-grobs.scm: changed RemoveEmptyVerticalGroup's
1049         remove-first to false (matches docs)
1050
1051         * Documentation/user/advanced-notation.itely: corrected docs
1052         concerning remove-first.
1053
1054 2005-04-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1055
1056         * lily/part-combine-engraver.cc: make sure that the relevant
1057         properties are included in the documentation.
1058
1059 2005-04-28  Graham Percival  <gperlist@shaw.ca>
1060
1061         * Documentation/user/lilypond-book.itely: Bernard's docs
1062         for \betweenLilyPondSystem.
1063
1064 2005-04-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1065
1066         * Documentation/topdocs/INSTALL.texi (Top): remove TeX outdated
1067         remarks.
1068
1069 2005-04-28  Pal Benko  <benkop@freestart.hu>
1070
1071         * lily/mensural-ligature.cc (brew_flexa): apply thickness property
1072         only on vertical lines of flexa shape, and use a constant
1073         thickness value for horizontal lines (patch slightly modified by
1074         Jürgen Reuter)
1075
1076         * lily/include/mensural-ligature.hh: make 2 comments clearer
1077
1078 2005-04-28  Jürgen Reuter  <reuter@ipd.uka.de>
1079
1080         * lily/vaticana-ligature-engraver.cc (need_extra_space): renamed
1081         to need_extra_horizontal_space; bugfix: use class scope to avoid
1082         global namespace pollution
1083
1084         * Documentation/user/instrument-notation.itely (ligatures): added
1085         comment on possible future syntax change and how to work around
1086
1087         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf
1088         (epiphonus, cephalicus): fine-tune shape of plica head for narrow
1089         intervals (fixes agnus dei example)
1090
1091         * Documentation/user/instrument-notation.itely (white mensural
1092         ligatures): selected a more illustrative example
1093
1094 2005-04-28  Heikki Junes <hjunes@cc.hut.fi>
1095
1096         * Documentation/index.html.in: specify utf-8 charset in meta content.
1097
1098 2005-04-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1099
1100         * python/lilylib.py (make_ps_images): bugfixes; GS can produce
1101         empty 2nd page for single page.
1102
1103         * scm/lily.scm: remove p&c definitions.
1104
1105         * po/zh_TW.po (Module): new translation.
1106
1107         * lily/lily-guile.cc (ly_chain_assoc): remove.
1108
1109         * lily/general-scheme.cc (LY_DEFINE): export ly:chain_assoc_get
1110         (LY_DEFINE): recurse, iso. calling ly_chain_assoc.
1111
1112 2005-04-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1113
1114         * lily/beaming-info.cc: remove infinity_i
1115
1116         * scripts/abc2ly.py (out_filename): fix thinko with \version.
1117
1118 2005-04-26  Graham Percival  <gperlist@shaw.ca>
1119
1120         * Documentation/user/basic-notation.itely,
1121         instrument-notation.itely, advanced-notation.itely,
1122         changing-defaults.itely: minor fixes.  Added docs
1123         for colors to advanced-notation.itely.
1124
1125         * Documentation/user/advanced-notation.itely: fixed compile
1126         problem and added Bernard's x11-color doc patch.
1127
1128 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1129
1130         * scm/output-ps.scm (grob-cause): Yet another fix, hope it's
1131         alright this time round.
1132
1133 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1134
1135         * Documentation/topdocs/INSTALL.texi (Top): idem.
1136
1137         * Documentation/topdocs/README.texi (Top): remove clean-fonts refs.
1138
1139         * VERSION (MAJOR_VERSION): release 2.5.21
1140
1141         * scm/output-ps.scm (grob-cause): bugfix.
1142
1143 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1144
1145         * cygwin/*: Update.
1146
1147         * cygwin/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Remove profile
1148         stuff.
1149
1150         * scm/output-ps.scm (grob-cause): Bugfix.
1151
1152         * scm/lily.scm (ly:load): Remove x11-color.
1153
1154         * stepmake/aclocal.m4 (STEPMAKE_GET_EXECUTABLE): Bugfix: do not
1155         quote executable, fixes getting version from program --with
1156         --options.
1157         (STEPMAKE_KPATHSEA): Bugfix for Cygwin cross building: use
1158         $ac_exeect.
1159
1160         * Documentation/user/GNUmakefile: Only build music-glossary with
1161         rendered lilypond snippets during web.
1162
1163 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1164
1165         * po/de.po: update.
1166
1167         * lily/GNUmakefile (OUT_DIST_FILES): don't dist lexer.cc
1168
1169 2005-04-22  Laura Conrad <lconrad@laymusic.org>
1170  
1171         * scripts/abc2ly:
1172         second title line append with punctuation dash character;
1173         encode abc2ly python strings in utf-8
1174        
1175 2005-04-21  Laura Conrad <lconrad@laymusic.org>
1176
1177         * scripts/abc2ly fix chords (again)
1178  
1179 2005-04-22  Bernard Hurley  <bernard@fong-hurley.org.uk>
1180
1181         * scm/x11-color.scm: new file
1182         All x11 color names can be accessed with:
1183         #(x11-color 'ColorName),
1184         #(x11-color "ColorName") or:
1185         #(x11-color "color name")
1186         If the x11 color name is not recognised then it defaults
1187         to black
1188
1189         * scm/lily.scm: amended to call scm/x11-color.scm
1190
1191 2005-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1192
1193         * Documentation/user/invoking.itely (Reporting bugs): comment out
1194         reference to online PNG bug repository.
1195
1196 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1197
1198         * lily/translator-scheme.cc (ly:translator-property): Remove.
1199         Update callers.
1200
1201         * lily/context-scheme.cc (ly:context-now): Move from translator.
1202         Update callers.
1203
1204 2005-04-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1205
1206         * input/regression/grid-lines.ly (skips): refine example.
1207
1208         * scm/define-context-properties.scm
1209         (all-user-translation-properties): doc autoBeamCheck
1210
1211         * input/regression/grid-lines.ly (Module): new file.
1212
1213         * lily/grid-point-engraver.cc (Module): new file.
1214
1215         * lily/grid-line.cc (Module): new file.
1216
1217         * lily/grid-line-span-engraver.cc (Module): new file.
1218
1219         * lily/grid-line-interface.cc (Module): new file.
1220
1221 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1222
1223         * scm/auto-beam.scm (revert-property-setting): Bugfixes: add
1224         missing parameter, actualy cdr through list.  Actually return a
1225         list with ENTRY removed (was '()).
1226
1227         * scripts/convert-ly.py: Update.  Print warning if file cannot be
1228         opened.
1229         (do_conversion): Fix printing of continuation comma.
1230
1231         * Documentation/user/advanced-notation.itely (Beam formatting):
1232         Remove refbugs about compound time and mixed duration.
1233
1234         * scm/auto-beam.scm (default-auto-beam-settings): Write out all
1235         modulo moments explicitely.
1236
1237         * lily/moment.cc (operator %): New function.
1238
1239         * lily/moment-scheme.cc (ly:mod-moment): Wrap it.
1240
1241         * lily/translator-scheme.cc (ly:translator-now,
1242         ly:translator-property): New function.
1243
1244         * scm/auto-beam.scm (default-auto-beam-check): New function.
1245
1246         * lily/auto-beam-engraver.cc (test_moment): Use it.
1247
1248         * flower/rational.cc (operator %): Bugfix.
1249
1250 2005-04-21  Erik Sandberg  <ersa9195@student.uu.se>
1251
1252         * scripts/abc2ly: Bugfix
1253
1254 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1255
1256         * python/fontextract.py (write_extracted_fonts): bugfix, too many
1257         %'s on EndFont comment.
1258
1259         * lily/ledger-line-spanner.cc: some more words of explanation.
1260
1261 2005-04-20  John Williams <williams@tni.com>  
1262         
1263         * scripts/lilypond-book.py: htmlquote bugfix.
1264         Allow snippets to be given distinct filenames.
1265         Allow the default alt text to be overridden.
1266
1267 2005-04-20  Erik Sandberg  <ersa9195@student.uu.se>
1268
1269         * ly/performer-init.ly: Bugfix
1270
1271         * THANKS: Added bughunters.
1272
1273 2005-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
1274
1275         * SConstruct (test_lib): Bump mftrace requirement to 1.1.9.
1276
1277         * lily/auto-beam-engraver.cc (test_moment): Test exact measure
1278         position (was: use modulo measure length).
1279
1280         * configure.in (no gui_b): Remove optional gtk+ requirement.
1281
1282 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1283
1284         * Documentation/user/basic-notation.itely (Pitches): add
1285         LedgerLineSpanner.
1286
1287         * lily/dynamic-engraver.cc (process_music): set right bound to
1288         script if present. Else, do not set.
1289         (acknowledge_grob): only set right bound of finished spanner to
1290         note column if no other bound is set.
1291
1292         * python/lilylib.py (make_ps_images): switch back to png16m.
1293         
1294 2005-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1295
1296         * scripts/lilypond-book.py (write_if_updated): Bugfix for not
1297         writing up to date file.  Add dvips usage suggestion.
1298
1299         * scripts/convert-ly.py: Fix error message.
1300         Print usage if no files on command line.
1301         (usage): Add example usage.
1302
1303         * input/test/compound-time.ly: New file.
1304
1305         * input/test/circle.ly: New file.
1306
1307         * Documentation/topdocs/NEWS.tely: Use them.
1308
1309         * input/test/boxed-stencil.ly: Remove \score.
1310
1311         * buildscripts/mf-to-table.py (base): Add .log dependency.
1312
1313         * mf/GNUmakefile: Add PFAemmentaler and PFAaybabtu dependencies on
1314         pfa's.  Add .log dependency
1315
1316         * scm/define-markup-commands.scm (lower): New command.
1317
1318         * elisp/lilypond-mode.el (LilyPond-pdf-command): New command,
1319         make it default.
1320
1321 2005-04-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1322
1323         * lily/dynamic-engraver.cc (acknowledge_grob): add note-column
1324         also to finished cresc as right bound. This fixes:
1325         skip-string-decresc.ly
1326
1327         * lily/slur-scoring.cc (get_bound_info): robustness: substitute
1328         relative_coordinate if extent is empty.
1329
1330         * lily/stem.cc (width_callback): determine correct extent if flag
1331         is not there. This fixes slur-no-flag.ly
1332
1333         * lily/grace-engraver.cc (consider_change_grace_settings): new function.
1334         (initialize): also consider_change_grace_settings() on
1335         initialization. Fixes large grace notes at start of score.
1336
1337         * lily/break-align-interface.cc (do_alignment): don't translate if
1338         total_extent is empty.
1339
1340         * buildscripts/lilypond-{login,profile}.sh (Module): remove file.
1341
1342 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1343
1344         * scm/output-ps.scm (grob-cause): don't add cwd if path starts
1345         with slash.
1346
1347 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1348
1349         * stepmake/aclocal.m4: Remove tfm_path.
1350
1351 2005-04-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1352
1353         * scm/music-functions.scm (markup-expression->make-markup): fix
1354         bug with cons arguments of markup commands.
1355         (music->make-music): fix music expression property list building
1356
1357 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1358
1359         * aclocal.m4: Massage package names.
1360
1361         * SCons updates.
1362
1363 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1364
1365         * VERSION (PACKAGE_NAME): release 2.5.20
1366
1367         * lily/stem.cc (calc_stem_info): add minimum Y extent of
1368         stem-tremolo.  Fixes: bugs/tremolo-stem-length-beamed
1369
1370         * lily/percent-repeat-engraver.cc (try_music): add measure before
1371         next_moment to future processing moment. Fixes:
1372         percent-repeat-mm-rest.ly
1373         (process_music): don't add moment for 2nd time.
1374
1375         * input/regression/repeat-percent.ly: add mmrests as extra test.
1376
1377         * lily/axis-group-engraver.cc (acknowledge_grob): read
1378         keepAliveInterfaces to decide what to kill.
1379
1380         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add
1381         percent-repeat-interface to keepAliveInterfaces. This fixes
1382         percent-repeat-harakiri.
1383
1384 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1385
1386         * SCons updates.
1387
1388 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1389
1390         * config.make.in (TTFTOOL_ENDIAN): rm TFM_PATH
1391
1392         * aclocal.m4: remove --enable-tfm-path configure option
1393
1394         * input/test/ancient-font.ly (lowerStaff): clef name errors.
1395
1396         * scm/backend-library.scm (postscript->png): newline after
1397         finishing command.
1398
1399         * lily/paper-score-scheme.cc (LY_DEFINE): new file.
1400         (LY_DEFINE): ly:paper-score-paper-systems: new function 
1401
1402         * lily/score-scheme.cc (LY_DEFINE): require music argument. 
1403
1404         * lily/score.cc (default_rendering): use Music_output too.
1405
1406         * input/test/chord-names-languages.ly (Module): rename file.
1407
1408         * lily/text-spanner.cc: add bound-padding.
1409
1410         * lily/paper-book.cc (systems): accept Paper_score
1411         iso. Paper_system vector. 
1412
1413         * input/regression/line-arrows.ly: new file.
1414
1415         * lily/paper-score.cc (process): run get_paper_systems() only once.
1416
1417         * lily/line-spanner.cc (line_stencil): add arrows.
1418
1419 2005-04-18  Jonatan Liljedahl  <lijon@kymatica.com>
1420
1421         * lily/line-interface.cc (make_arrow): new function. 
1422         (arrows): idem.
1423
1424 2005-04-18  Mathieu Giraud  <magiraud@free.fr>
1425
1426         * input/test/chord-names-german.ly: update for italian/french
1427         chords.
1428         
1429         * Documentation/user/instrument-notation.itely (Printing chord
1430         names): update.
1431
1432 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1433
1434         * lily/include/paper-score.hh (class Paper_score): remove unused
1435         prototypes.
1436
1437         * lily/book.cc (process): add -COUNT to midi output.
1438
1439         * lily/score.cc (book_rendering): remove outname argument
1440         (book_rendering): return list of Music_outputs. 
1441
1442         * lily/global-context-scheme.cc (LY_DEFINE): remove outname argument.
1443
1444         * lily/book.cc (process): loop over Music_outputs returned from
1445         Score::book_rendering().
1446
1447         * lily/*.cc (width_callback): remove spurious "unused" warnings
1448         for assert (axis==[XY]_AXIS); 
1449
1450         * lily/include/music-output.hh (class Music_output): smobify class.
1451
1452         * lily/include/paper-score.hh (class Paper_score): make members
1453         private.
1454
1455         * lily/performance.cc (process): return #f iso. #<undefined>. This
1456         prevents #<undefined> leaking into GUILE-userspace.
1457
1458 2005-04-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1459
1460         * config.hh.in: remove HAVE_PANGO_FC_FONT_MAP_ADD_DECODER_FIND_FUNC.
1461
1462 2005-04-17  Mathieu Giraud  <magiraud@free.fr>
1463
1464         * scm/chord-name.scm : support for italian and french
1465         chords names.
1466
1467         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): add
1468         a space defined by chordPrefixSpacer when the root name is
1469         direclty followed by a prefix.
1470
1471         * ly/engraver-init.ly : chordPrefixSpacer       
1472         * scm/define-context-properties.scm : chordPrefixSpacer
1473         * ly/property-init.ly : italianChords, frenchChords 
1474
1475 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1476
1477         * mf/feta-din.mf: Remove.
1478
1479         * mf/GNUmakefile (fontdir): Bugfix.
1480
1481         * mf/SConstruct: Some updates.
1482
1483         * SConstruct: Require pkg-config.
1484         (test_program): Bugfix for double digit version compares, use
1485         integer (not string-) compare.
1486         Optionally require gs 8.14.
1487
1488         * stepmake/aclocal.m4 (STEPMAKE_PANGO_FT2): Define HAVE_PANGO16 too.
1489
1490         * lily/*: s/ifdef HAVE_*/if have/.
1491
1492         * SConstruct (test_lib): New function.  Update pkg-config and some
1493         other requirements.
1494
1495         * configure.in: Require pkg-config.  Enforce REQUIRE and version for
1496         freetype, pangof2t.
1497
1498 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1499
1500         * po/lilypond.pot, ...: Update using bison-CVS.
1501
1502         * python/lilylib.py (make_ps_images): Fixo.
1503
1504 2005-04-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1505
1506         * python/lilylib.py (make_ps_images): typo.
1507
1508         * configure.in (gui_b): make bison optional.
1509
1510         * lily/GNUmakefile (OUT_DIST_FILES): dist parser and lexer.
1511
1512 2005-04-16  Bernard Hurley  <bernard@fong-hurley.org.uk>
1513
1514         * framework-eps.scm: code added so that a macro \betweenLilyPondSystem
1515         with one parameter can be defined in a LaTeX file when processed
1516         by lilypond-book this will be evaluated between the systems of
1517         a multi-system score. The parameter is the number of systems processed.
1518
1519 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1520
1521         * python/lilylib.py (make_ps_images): Escape newline.
1522
1523         * Documentation/user/music-glossary.tely: Run
1524         texinfo-all-menus-update.
1525
1526 2005-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1527
1528         * scm/lily-library.scm (old-relative-not-used-message)
1529         (version-not-seen-message): Add input-file-name-location to message.
1530
1531         * lily/parser.yy (lilypond): Add token aliases.
1532
1533         * Documentation/user/music-glossary.tely (accidental): Fixes.  Do
1534         not confuse with alteration.
1535         (alteration): Add.
1536
1537 2005-04-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1538
1539         * python/lilylib.py (make_ps_images): use -dEPSCrop
1540
1541         * VERSION (PACKAGE_NAME): release 2.5.19 
1542
1543         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
1544         only put xrefs in info documentation.
1545
1546         * make/ly-rules.make ($(outdir)/%.html.omf): transplant .dvi ->
1547         .pdf rule to tex-rules.make.
1548
1549         * scm/framework-eps.scm (dump-stencils-as-EPSes): remove comments
1550         from -systems.* output.
1551
1552         * stepmake/stepmake/tex-rules.make ($(outdir)/%.pdf): make PDF
1553         directly, remove -$(PAGESIZE) target.
1554
1555         * input/test/embedded-postscript.ly: update.
1556
1557 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1558
1559         * make/lysdoc-targets.make (local-WWW): remove ps.gz target.
1560
1561         * Documentation/user/changing-defaults.itely (Font selection):
1562         document font-name.
1563
1564         * input/regression/font-name.ly: show Pango fonts for
1565         font-name. Update example. 
1566
1567         * lily/pango-select.cc (properties_to_pango_description): don't
1568         convert symbol font-size to number, but use to lookup.
1569
1570         * python/fontextract.py (write_extracted_fonts): add VMusage 0.
1571
1572         * scm/framework-ps.scm (write-preamble): use (NAME . CONTENTS) and
1573         (NAME . FILE-NAME) tuples for font descriptions. 
1574         (write-preamble): display BeginFont DSC comments.
1575
1576         * python/fontextract.py (write_extracted_fonts): new file. Extract
1577         font resources from a PS file.
1578
1579         * scripts/lilypond-book.py (option_definitions): --psfonts option.
1580         (Compile_error.process_include): do_file returns chunks.
1581
1582         * make/ly-vars.make (DVIPS_FLAGS): don't load .map file.
1583
1584         * make/lysdoc-targets.make: .texi is .PRECIOUS
1585
1586         * scripts/lilypond-book.py (write_if_updated): new function.
1587
1588 2005-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1589
1590         * scm/framework-eps.scm (dump-stencils-as-EPSes): Massage messages.
1591
1592 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1593
1594         * scm/framework-eps.scm (dump-stencils-as-EPSes): no massages.
1595
1596         * input/regression/markup-syntax.ly: remove \score.
1597
1598         * scm/define-markup-commands.scm (draw-circle): add fill argument
1599
1600         * scm/stencil.scm (make-circle-stencil): add fill argument
1601
1602         * ps/music-drawing-routines.ps: add fill argument.
1603
1604         * ly/performer-init.ly: add CueVoice to MIDI too.
1605
1606         * ps/music-drawing-routines.ps: new routine BeginEPSF /
1607         EndEPSF.
1608
1609         * input/regression/markup-eps.ly: new file.
1610
1611         * scm/framework-ps.scm (write-preamble): change order: vars should
1612         be inited before procedures.
1613
1614         * scm/output-ps.scm (glyph-string): break lines. 255 chars is max
1615         for EPS files.
1616
1617         * scm/define-markup-commands.scm (epsfile): add epsfile command.
1618
1619 2005-04-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1620
1621         * configure.in (gui_b): add check for ghostscript 8.15
1622
1623 2005-04-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1624
1625         * lily/hairpin.cc (after_line_breaking): suicide the hairpinlet at
1626         start of line. Fixes cresc-after-newline.ly
1627
1628         * lily/source-file.cc (file_line_column_string): use get_column().
1629
1630 2005-04-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1631
1632         * lily/source-file.cc (get_column): utf-8 support for column numbers.
1633
1634 2005-04-12  Jan Nieuwenhuizen  <janneke@gnu.org>
1635
1636         * lily/*: use message () iso progress_indication () for messages.
1637         Revise/uniformise user messages.
1638
1639         * flower/warn.cc (progress_indication): New function.
1640         (message): Use it.  Fixes newline problems.
1641
1642         * config.make.in (webdir): Sort out install dirs.
1643
1644         * stepmake/stepmake/generic-targets.make (final-install): Bugfix.
1645
1646         * python/lilylib.py (command_name): Bugfix.
1647         (make_ps_images):
1648
1649 2005-04-11  Pedro Kroger  <kroeger@pedrokroeger.net>
1650
1651         * lily/main.cc: --help says what types of backends are availabe
1652
1653 2005-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1654
1655         Fix ./VERSION dependency, and without need to reconfigure.
1656
1657         * lily/main.cc (setup_paths): Update.
1658
1659         * stepmake/bin/make-version.py (defs): Add TOPLEVEL_VERSION define..
1660
1661         * config.hh.in (LILYPOND_DATADIR): Remove TOPLEVEL_VERSION.
1662
1663         * scripts/convert-ly.py (\markup): Fix too simplistic regexps.
1664         Add \line for some simplistic cases.
1665
1666         * lily/GNUmakefile (main.o): Add missing dependency on version.hh.
1667
1668 2005-04-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1669
1670         * elisp/lilypond-mode.el (LilyPond-lilypond-command): command used
1671         to compile LY files (useful for adding eg. "-I" args)
1672         (LilyPond-command-alist): use `LilyPond-lilypond-command'. Add a
1673         2Gnome command for gnome backend.
1674         (LilyPond-command-formatgnome): call the 2Gnome command. key
1675         binding: C-c C-g
1676
1677 2005-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1678
1679         * Documentation/user/GNUmakefile (lilypond/index.html): Bugfix:
1680         depend on all PNG images.
1681
1682 2005-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1683
1684         * GNUmakefile.in: Bugfix: also link .map files.
1685
1686 2005-04-09  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1687
1688         * scm/music-functions.scm (music->make-music): generate 
1689         a (make-music ...) sexpr from a music expression.
1690         (display-scheme-music): use guile pretty printer to display the
1691         make-music sexpr.
1692
1693 2005-04-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1694
1695         * ly/engraver-init.ly: reindent.
1696         Add CueVoice.
1697
1698         * scm/music-functions.scm (music-pretty-string): handle moments
1699         too.
1700         (music-pretty-string): only print non-empty lists.
1701         (cue-substitute): create CueVoice context, which has smaller type.
1702
1703         * lily/moment-scheme.cc (LY_DEFINE): new methods
1704         ly:moment-grace-{numerator,denominator}
1705
1706         * lily/context-handle.cc: remove quit() method. 
1707
1708         * lily/font-config.cc (init_fontconfig): be verbose about font path.
1709         (init_fontconfig): success is 0, not !0
1710
1711 2005-04-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1712
1713         * mf/feta-nummer-code.mf (code): add plus glyph.
1714
1715         * lily/tie.cc (print): idem.
1716
1717         * lily/slur.cc (print): don't use thickness property for
1718         slur shape-thickness.
1719
1720         * lily/stencil-scheme.cc (LY_DEFINE): don't reverse the order
1721         while adding stencils.
1722
1723         * scm/define-markup-commands.scm (with-color): with-color markup
1724         command.
1725         (whiteout): new markup command 
1726         (filled-box): new markup command
1727
1728 2005-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1729
1730         * Documentation/topdocs/NEWS.tely (Top): Make tex-able.  Handy
1731         test for PDF docs.
1732
1733         * mf/GNUmakefile (lilypond.map): Add PFAEmmentaler,
1734         PFAAybabtu-Regular.  Fixes feta font in PDFs.
1735         
1736         Notes for tetex-3.0 make web:
1737            psclean.map: s/uhv8a/uhvr8a/
1738            config.ps add:
1739                 p +psfonts_t1.map
1740                 p +psclean.map
1741                 p +typeface.map
1742
1743 2005-04-06  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1744
1745         * scm/music-functions.scm (music-pretty-string): fix bug with
1746         string argument.
1747
1748 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
1749
1750         * stepmake/bin/add-html-footer.py (i18n): Bugfix.
1751
1752 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1753
1754         * scripts/lilypond-book.py (Lilypond_snippet.__init__): 
1755         only process options if they're there.
1756         (write_file_map): add version-seen? to snippet-map.ly
1757
1758 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
1759
1760         * scripts/lilypond-book.py (split_options): Bugfix.  Small code
1761         formatting cleanups.
1762
1763         * mf/GNUmakefile: Rewrite $addprefix, $addsuffix using % short-forms.
1764         Add PFAaybabtu.pfa dependency on aybabtu.subfonts.
1765
1766 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1767
1768         * scm/framework-ps.scm (ps-font-command): don't hash, just use
1769         name directly.
1770
1771         * lily/main.cc (setup_paths): either add mf/out to search path or 
1772         fonts/{otf,type1,etc}
1773         
1774         * lily/font-config.cc (init_fontconfig): either add mf/out to
1775         FontConfig or fonts/{otf,type1,etc}
1776
1777         * GNUmakefile.in: don't put mf/ link in share/ dir.
1778
1779         * lily/staff-spacing.cc: move same-direction-correction to
1780         note-spacing-interface
1781
1782         * scm/lily.scm (lilypond-main): use variable argument count for
1783         exception handler.
1784
1785         * lily/font-config.cc (init_fontconfig): add operator pacification
1786         message.
1787
1788         * mf/aybabtu.pe.in (i): generate PFAAybabtu.pfa
1789
1790         * buildscripts/gen-emmentaler-scripts.py (i): generate
1791         PFAEmmentaler as well.
1792
1793         * scm/framework-ps.scm (munge-lily-font-name): new function
1794         (write-preamble): hack: insert PFA equivalent of CFF into
1795         .PS. This makes LilyPond output printable on normal PS printers
1796         again.
1797
1798         * buildscripts/gen-emmentaler-scripts.py (i): generate
1799         PFAEmmentaler.pfa aswell.
1800
1801 2005-04-06  John Williams <williams@tni.com>  
1802         
1803         * scripts/lilypond-book.py: refactor the compose_ly procedure.
1804         
1805 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1806
1807         * scm/page-layout.scm (default-page-make-stencil): always combine
1808         the header stencil, even if empty. This prevents the body text to
1809         reach up to the margins.
1810
1811         * po/rw.po (Module): new file, for Kinyarwanda.
1812
1813         * input/test/spacing-optical.ly (Module): new file.
1814
1815         * lily/staff-spacing.cc: add same-direction-correction
1816
1817 2005-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1818
1819         * Documentation/user/introduction.itely (Engraving): Comment-out
1820         non-existent file.
1821
1822 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1823
1824         * scm/define-grob-properties.scm (all-user-grob-properties): add
1825         same-direction-correction
1826
1827         * VERSION: release 2.5.18
1828
1829 2005-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1830
1831         * lily/grob.cc (mark_smob): Check pscore->layout_ before
1832         dereferencing.  Fixes make web.
1833
1834         * lily/midi-stream.cc: Handle unwritable midi file.  Include
1835         errno.h.
1836
1837         * Documentation/user/: Fix links.
1838
1839 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1840
1841         * lily/text-interface.cc (Module): rename from text-item.cc
1842
1843         * input/regression/apply-output.ly (texidoc): function naming fix.
1844
1845         * lily/time-signature-performer.cc (derived_mark): new function.
1846
1847         * lily/lily-parser-scheme.cc:  print mapped file name for progress
1848
1849         * scripts/lilypond-book.py (find_linestarts): new function.
1850         (find_toplevel_snippets): keep track of line numbers.
1851
1852         * lily/key-performer.cc (try_music): remove FIXME warning, gobble
1853         all key changes.
1854
1855         * ly/declarations-init.ly (partCombineListener): use
1856         ignoreBarChecks. Fixes: warn-partcombine-barcheck.ly
1857
1858         * lily/bar-check-iterator.cc (process): ignoreBarChecks property.
1859
1860 2005-04-04  Jan Nieuwenhuizen  <janneke@gnu.org>
1861
1862         * lily/text-item.cc: Fix link.
1863
1864         * Documentation/user/changing-defaults.itely (Changing defaults):
1865         Fix programs reference links.
1866
1867         * Documentation/user/music-glossary.tely: Convert to utf-8.
1868
1869 2005-04-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1870
1871         * make/lilypond-vars.make: remove TEXMF from variables.
1872         remove DEB_BUILD pk font variables.
1873         remove GUILE_LOAD_PATH
1874         remove TeX memory vars.
1875
1876 2005-04-04  Werner Lemberg  <wl@gnu.org>
1877
1878         * lilypond/scm-option.cc (ly_option_usage): Add final newline.
1879
1880 2005-04-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1881
1882         * ps/lilyponddefs.ps: remove reencode-font
1883
1884         * lily/simple-spacer.cc (add_columns): also compare
1885         directly. Column rank doesn't distinguish between broken and
1886         unbroken columns. This fixes large spaces before time sig changes.
1887
1888         * Documentation/user/point-and-click.itely: document ly:set-option.
1889
1890         * lily/grob.cc (get_uncached_stencil): only set grob-cause if
1891         point_and_click_global is set.
1892
1893         * lily/scm-option.cc (LY_DEFINE): add point-and-click
1894         ly:set-option argument.
1895
1896 2005-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1897
1898         * GNUmakefile.in: Include symlinks in webball.
1899
1900         * Documentation/user/GNUmakefile (source-links): Add symlinks to
1901         source dir for split and non-split manuals.
1902
1903         * Documentation/user/*y: Fix @uref/@inputfile links for
1904         split/non-split HTML documents.
1905
1906         * Documentation/user/GNUmakefile (local-WWW): Do not generate
1907         .ps.gz.
1908         
1909 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1910
1911         * GNUmakefile.in: Add newline.
1912
1913 2005-04-01  Erlend Aasland  <erlenda@gmail.com>
1914
1915         * tex/lilyponddefs.tex: use color instead of xcolor
1916         * scm/output-tex.scm: minor editing
1917
1918 2005-04-02  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1919
1920         * scm/music-functions.scm (display-scheme-music): pretty printer
1921         for music expressions.
1922
1923 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1924
1925         * buildscripts/install-info-html.sh (index_file): Fix link.
1926
1927 2005-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1928
1929         * input/test/dynamic-extra.ly (piuf): Use utf-8 iso TeX accent.
1930
1931         * Documentation/index.html.in: Add size estimates with some big pages.
1932
1933         * Documentation/user/tutorial.itely (Running LilyPond for the
1934         first time): Add/replace some @rglos links.  TODO: add more
1935         @rglos links in tutorial, test non-intrusiveness (.css).
1936
1937         * stepmake/bin/add-html-footer.py (do_file): Remove info's
1938         annoying's indication of referencing external document.
1939
1940         * Documentation/user/GNUmakefile: Split version of glossary too.
1941         * Documentation/user/macros.itexi (@rglos): Have makeinfo produce
1942         links, not only for html.
1943
1944         * Documentation/user/introduction.itely: Fix some links for other
1945         than html, do not use `here' as link name.
1946
1947 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1948
1949         * scm/documentation-generate.scm (string-append): Fix @usermanref,
1950         @glossaryref.
1951
1952 2005-03-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1953
1954         * scm/page-layout.scm (default-page-make-stencil): only add header
1955         if existing and not empty. Fixes spurious programming error.
1956
1957         * lily/span-bar.cc (print): don't make rounded edges for spanbars.
1958
1959 2005-03-31  Erlend Aasland  <erlenda@gmail.com>
1960
1961         * scm/output-tex.scm: implement {re,}setcolor
1962         * tex/lilyponddefs.tex: use color package
1963
1964 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1965
1966         * GNUmakefile.in (local-WWW-post): Restore .htaccess and .html
1967         additions to website.
1968
1969         * Documentation/user/lilypond.tely: Remove reference to ps.gz.
1970
1971         * Documentation/user/macros.itexi: Fix @usermanref html links in
1972         split documents: use @inforef.
1973
1974 2005-03-30  Graham Percival  <gperlist@shaw.ca>
1975
1976         * Documentation/user/programming-interface.itely: minor fix.
1977
1978         * Documentation/user/advanced-notation.itely: added info to
1979         Metronome markings.
1980
1981 2005-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1982
1983         * scm/output-lib.scm (make-stencil-boxer): Junk code duplication,
1984         use box-stencil.  Remove y-padding argument.
1985         (make-stencil-circler): New function.
1986
1987         * buildscripts/lilypond-words.py (F): 
1988         * elisp/SConscript (a): 
1989         * elisp/GNUmakefile (LILYPOND_WORDS_DEPENDS):
1990         * vim/SConscript (a): 
1991         * vim/GNUmakefile (LILYPOND_WORDS_DEPENDS): Update.
1992
1993         * lily/general-scheme.cc: Build fix.
1994
1995         * scm/markup.scm:
1996         * input/regression/markup-scheme.ly: 
1997         * input/regression/markup-syntax.ly: Drop 'new-' from name.
1998
1999         * scm/stencil.scm (make-circle-stencil): New function.
2000
2001         * scm/define-markup-commands.scm (draw-circle): Use it.  New
2002         name (was cicle).  Update callers.
2003         (circle): New markup command, similar to box.
2004
2005         * scm/stencil.scm (circle-stencil): New function.
2006
2007 2005-03-29  David Jedlinsky  <lilypond@ipnh.com>
2008
2009         * configure.in: Detect libutf8/wchar.h variant.
2010
2011         * stepmake/aclocal.m4: Modify shared size test.
2012
2013 2005-03-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2014
2015         * make/lilypond.fedora.spec.in (Group): remove texmf profile stuff.
2016
2017 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2018
2019         * scripts/convert-ly.py (conv): add stencil-aligned-to! rule.
2020         
2021         * VERSION (PACKAGE_NAME):  release 2.5.17
2022
2023 2005-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2024
2025         * scm/backend-library.scm (postscript->png): Fix comment and png
2026         message.
2027
2028         * GNUmakefile.in (link-tree): Fix locales.
2029
2030 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2031
2032         * lily/stencil-scheme.cc (LY_DEFINE): change to
2033         ly:stencil-aligned-to, non mutating.
2034
2035         * scm/safe-lily.scm (lambda): remove ly:stencil-set-extent!
2036
2037         * lily/stencil-scheme.cc: remove ly:stencil-set-extent!
2038
2039         * lily/quote-iterator.cc (derived_mark): call
2040         Music_wrapper_iterator::derived_mark() too.
2041
2042         * lily/grace-engraver.cc (derived_mark): change signature, add
2043         const.
2044
2045 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2046
2047         * SConstruct (symlink): 
2048         * GNUmakefile.in (link-tree): Add scripts to prefix.
2049
2050         * lily/general-scheme.cc (ly:effective-prefix): New function.
2051
2052         * scm/backend-library.scm (postscript->png): Use it.
2053
2054 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2055
2056         * lily/paper-score.cc (process): don't delete grobs after
2057         producing stencils. 
2058
2059         * scm/part-combiner.scm (determine-split-list): switch off
2060         debugging info.
2061
2062         * scm/backend-library.scm (postscript->png): explicitly use ps2png.py
2063         if available.
2064
2065         * scm/define-context-properties.scm
2066         (all-user-translation-properties): add stringNumberOrientations.
2067
2068         * lily/new-fingering-engraver.cc (position_scripts): make generic,
2069         so fingering and string-numbers are separately controlled.
2070
2071 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2072
2073         * stepmake/aclocal.m4: Fix shared size test: add missing comma, do
2074         not use debugging.
2075
2076 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2077
2078         * GNUmakefile.in (local-WWW-post): remove UTF8 .htaccess.
2079
2080         * config.hh.in: add HAVE_FONTCONFIG.
2081
2082         * Documentation/user/instrument-notation.itely (String number
2083         indications): new node.
2084
2085         * input/regression/new-markup-syntax.ly (texidoc): add circle.
2086
2087         * lily/new-fingering-engraver.cc (add_string): new function. 
2088         (acknowledge_grob): accept string-number-event as well.
2089
2090         * scm/define-markup-commands.scm (circle): new markup command.
2091
2092         * scm/output-lib.scm (print-circled-text-callback): new function.
2093
2094         * lily/GNUmakefile: move ifeq after include stepmake.make.
2095
2096 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2097
2098         * config.make.in (HAVE_LIBKPATHSEA_SO):
2099         * stepmake/aclocal.m4: Also subst HAVE_LIBKPATHSEA_SO.
2100
2101         * lily/GNUmakefile (MODULE_LDFLAGS): Only if not HAVE_KPATHSEA_SO,
2102         add KPATHSEA_LIBS.
2103
2104         * debian/watch: 
2105         * debian/control: Update.
2106
2107 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2108
2109         * input/test/title-markup.ly (spaceTest): remove.
2110
2111         * input/test/embedded-tex.ly (Module): remove.
2112
2113         * input/test/music-box.ly: use 'name property, not ly:music-name.
2114
2115         * lily/GNUmakefile (MODULE_LDFLAGS): add KPATHSEA_LIBS.
2116
2117         * stepmake/aclocal.m4: STEPMAKE_FONTCONFIG: add.
2118
2119 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2120
2121         * Documentation/topdocs/INSTALL.texi (Top): Remove information
2122         about xdeltas.  Add information about CVS.
2123
2124         * scm/lily.scm (lilypond-main): Fix invocation of handler,
2125         gracefully handle failed files.
2126
2127         * lily/GNUmakefile (MODULE_LDFLAGS): Remove KPATHSEA_LIBS.
2128
2129         * Documentation/topdocs/INSTALL.texi (Top): Whitespace and other
2130         small fixes.
2131
2132         * scm/framework-tex.scm (convert-to-ps): Proper option spacing.
2133         No unnecessarily specific i18n messages.  Remove stray `1'.
2134
2135 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2136
2137         * buildscripts/lys-to-tely.py (strip_extension): add utf-8
2138         documentencoding
2139
2140         * scm/documentation-lib.scm (texi-file-head): set utf-8
2141         documentencoding.
2142
2143         * ly/chord-modifiers-init.ly (whiteTriangleMarkup): use the greek
2144         Delta, not the Symbol one. 
2145
2146         * mf/GNUmakefile ($(outdir)/lilypond.map): add -Regular to Aybabtu
2147         for the .map file.
2148
2149         * Documentation/topdocs/INSTALL.texi (Top): add running
2150         requirement as compilation requirement.
2151
2152 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2153
2154         * buildscripts/mutopia-index.py (headertext): add h1 header and
2155         utf-8 charset meta field.
2156
2157         * input/GNUmakefile: prune example list.
2158
2159         * scm/framework-tex.scm (convert-to-ps): add -ofoo.ps to dvips
2160         options.
2161
2162         * lily/slur-scoring.cc (get_base_attachments): only look at stem
2163         extent for visible stems.
2164
2165         * lily/grob.cc (mark_smob): mark \layout block from Grob::mark_smob().
2166
2167 2005-03-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2168
2169         * Documentation/topdocs/INSTALL.texi (Top): Updates.
2170
2171         * scripts/convert-ly.py: Python 2.2 compatibility (thanks Mats).
2172
2173 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2174
2175         * lily/slur-scoring.cc (get_base_attachments): robustness. Don't
2176         pass inf/nan into slur scoring.
2177
2178         * ly/titling-init.ly (oddHeaderMarkup): don't show page no. on 1st
2179         page.
2180
2181         * scripts/abc2ly.py (dump_voices): use alphabet().
2182
2183 2005-03-27  Jeff Smith <whydoubt@yahoo.com>
2184         
2185         * mf/GNUmakefile (depth): use $(FONTFORGE). 
2186
2187 2005-03-27 Matthias Neeracher <neeracher@mac.com>
2188         
2189         * flower/include/virtual-methods.hh: simplify. Patch by
2190
2191 2005-03-25  John Williams <williams@tni.com>  
2192
2193         * scripts/lilypond-book.py (main): add png for HTML too, guess
2194         only if necessary. 
2195
2196 2005-03-25  Graham Percival  <gperlist@shaw.ca>
2197
2198         * Documentation/topdocs/INSTALL.texi: now recommends
2199         lexer-gcc-3.1.sh for gcc 3.1.1 or higher.
2200
2201         * Documentation/user/basic-notation.itely,
2202         Documentation/user/tutoria.itely: warn about
2203         only one (phrasing) slur at once.
2204
2205 2005-03-24  Pedro Kroger  <kroeger@pedrokroeger.net>
2206
2207         * ly/music-functions-init.ly (removeWithTag): fixed to return "music".
2208
2209 2005-03-23  Graham Percival  <gperlist@shaw.ca>
2210
2211         * Documentation/user/basic-notation.itely: fixed info about
2212         ending a (de)cresc.
2213
2214         * Documentation/user/lilypond-book.itely: fixed
2215         lilypond-book filter example and warned about not doing
2216         --filter and --process at the same time.
2217
2218 2005-03-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2219
2220         * lily/parser.yy (bass_number),
2221         Documentation/user/instrument-notation.itely (Figured bass): 
2222         Add the possibility to use text markup in figured bass. 
2223
2224 2005-03-19  Graham Percival  <gperlist@shaw.ca>
2225
2226         * Documentation/user/global.itely: added info about naming
2227         identifiers and breakbefore.
2228
2229         * Documentation/user/invoking.itely: added info about batch
2230         processing files with convert-ly, removed references to TeX
2231         in the jail section.
2232
2233         * Documentation/user/examples.itely: possibly fixed piano
2234         dynamics.
2235
2236         * Documentation/user/advanced-notation.itely: added info
2237         about removing other types of Staff.
2238
2239         * Documentation/user/instrument-notation.itely: possibly
2240         fixed piano staff line switch.
2241
2242         * Documentation/user/changing-defaults.itely: added info
2243         about using normal font in titles.
2244
2245 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2246
2247         * VERSION (PATCH_LEVEL): release 2.5.16
2248
2249         * make/ly-vars.make (DVIPS_FLAGS): include lilypond.map path
2250         explicitly.
2251
2252 2005-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2253
2254         * scm/framework-tex.scm (convert-to-dvi): Barf if NAME contains
2255         whitespace.
2256
2257         * python/lilylib.py (make_ps_images):
2258         * scm/backend-library.scm (postscript->pdf, postscript->png):
2259         Quote file name.  Use format rather than string-append juggling.
2260
2261 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2262
2263         * python/lilylib.py (make_ps_images): add x to -g argument. 
2264
2265         * lily/key-performer.cc (create_audio_elements): don't use
2266         scm_eval_string. Check for minor 3rd directly.
2267   
2268         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
2269         (sarabandeCelloGlobal): key is D minor, not F major.
2270
2271 2005-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2272
2273         Fix truncated --png output (Peter Danenberg).
2274         
2275         * python/lilylib.py (make_ps_images):
2276         * scripts/ps2png.py (copyright): Grok --papersize option.
2277
2278         * scm/backend-library.scm (postscript->png): Add parameter
2279         PAPERSIZE.  Update callers.
2280
2281         * scm/output-gnome.scm (music-font?): Bugfix: use "Emmentaler".
2282         Fixes symbol placement.
2283
2284         * lily/spanner.cc: 
2285         * lily/stencil.cc: Use "libc-extension.hh" (WAS:
2286         <libc-extension.hh>).
2287
2288 2005-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2289
2290         * Nitpick run.
2291
2292         * buildscripts/fixcc.py: Update.
2293
2294         Builddir run fixes.
2295
2296         * HACKING (datadir): Add VERSION.
2297
2298         * GNUmakefile.in (linktree): Bugfix: outconfdirs are one dir
2299         higher up.
2300
2301 2005-03-15  Werner Lemberg  <wl@gnu.org>
2302
2303         * mf/feta-klef.mf (draw_gclef): Move z10' slightly so that the
2304         diagonal stem doesn't become thinner.
2305
2306 2005-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2307
2308         * buildscripts/fixcc.py: Fixes (Werner).
2309
2310 2005-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2311
2312         * mf/GNUmakefile ($(outdir)/lilypond.map): capitalize
2313         Emmentaler/Aybabtu.
2314
2315         * GNUmakefile.in: fix lilypond-words path.
2316
2317         * po/tr.po: update to 2.3.21
2318
2319         * lily/new-fingering-engraver.cc (position_scripts): take priority
2320         from head position.
2321
2322         * input/regression/finger-chords-order.ly (texidoc): new file.
2323
2324 2005-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2325
2326         * make/ly-rules.make: 
2327         * stepmake/aclocal.m4: 
2328         * Documentation/user/GNUmakefile: Remove old makeinfo compatibility.
2329
2330         * buildscripts/fixcc.py (rules): Leave space after operator.
2331
2332 2005-03-14  Werner Lemberg  <wl@gnu.org>
2333
2334         * mf/feta-klef.mf (draw_gclef): Replace `simple_serif' for
2335         top of the glyph with smooth curve.
2336
2337 2005-03-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2338
2339         * Documentation/user/global.itely (Page layout): remove
2340         printpagenumber.
2341
2342 2005-03-13  Jürgen Reuter  <reuter@ipd.uka.de>
2343
2344         * input/regression/mensural-ligatures.ly: new file (with examples
2345         compiled by Pal Benko).
2346
2347         * Documentation/user/instrument-notation.itely: Bugfix: yet some
2348         other "custodes.*-u0" -> "custodes.*.u0" renaming victims in
2349         musicglyph access.  Many small beautifications in ancient
2350         examples.
2351
2352         * input/test/divisiones.ly: fixed indentation; small
2353         beautifications
2354
2355         * ly/engraver-init.ly: added FIXME comment
2356
2357         * scripts/lilypond-book.py,
2358         Documentation/user/lilypond-book.itely: added music fragment
2359         option "packed" to lilypond-book
2360
2361         * Documentation/user/instrument-notation.itely: Bugfix: added
2362         missing LedgerLineSpanner color setting in several places.  Added
2363         music fragment option "packed" to VaticanaContext example.
2364
2365 2005-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2366
2367         * scm/define-grobs.scm (all-grob-descriptions): switch off
2368         Hyphen_spanner::set_spacing_rods 
2369
2370         * lily/lyric-hyphen.cc (print): add padding between syllable and
2371         hyphen.
2372         (print): shorten hyphen in tight situations (determine using
2373         minimum-length)
2374
2375         * scm/paper.scm (layout-set-staff-size): increase blotdiameter to
2376         0.4pt.
2377
2378 2005-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2379
2380         * ly/titling-init.ly (bookTitleMarkup): Refinements.
2381
2382         * input/regression/page-breaks.ly (paper): Set not raggedlastbottom,
2383         header/footer markings for regression-test.
2384
2385         * scm/backend-library.scm (output-scopes, header-to-file): Move
2386         from framework-tex.scm.
2387
2388         * scm/framework-ps.scm (output-framework)
2389         (output-preview-framework):
2390         * scm/framework-eps.scm (output-classic-framework)
2391         (output-framework): Use it.  Fixes collated files.
2392
2393 2005-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2394
2395         * input/sakura-sakura.ly: 
2396         * input/xiao-haizi-guai-guai.ly: Add from Debian package (Anthony).
2397
2398         * buildscripts/guile-gnome.sh: Update.
2399
2400         * mf/GNUmakefile (aybabtu.otf): Add dependency on .pe.
2401
2402         * mf/aybabtu.pe.in: Capitalize Aybabtu.
2403
2404 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2405
2406         * lily/separating-group-spanner.cc (find_rods): oops. Fix the real
2407         culprit: always exit the loop if we find a rod, even if it has
2408         distance < 0. 
2409
2410         * lily/ledger-line-spanner.cc (set_spacing_rods): rewrite to O(n)
2411         algorithm.
2412
2413         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
2414         $(outdir)/%.svg $(outdir)/%.pfa): add --simplify.
2415
2416         * scm/output-svg.scm (dashed-line): new  function body.
2417         
2418         * GNUmakefile.in: create .htaccess.
2419
2420 2005-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2421
2422         * Documentation/topdocs/NEWS.tely (Top): Fix text example.
2423
2424 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2425
2426         * VERSION (PACKAGE_NAME): release 2.5.15
2427
2428         * scm/output-{pdf,pdftex,sketch}.scm (Module): remove bitrotted files.
2429
2430         * scm/framework-svg.scm (output-framework): put scaling in
2431         document header. Apply scaling only once.
2432         (output-framework): dump page size in px, not mm. 
2433
2434         * scm/lily-library.scm (modified-font-metric-font-scaling): rename
2435         from font-size.
2436
2437         * lily/paper-outputter-scheme.cc (LY_DEFINE):
2438         ly:outputter-output-scheme, new function.
2439
2440         * scm/output-svg.scm (pango-description-to-svg-font): new function
2441
2442 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2443
2444         * Documentation/user/GNUmakefile (deep-symlinks): remove outimages
2445         target.
2446
2447         * input/typography-demo.ly: new file.
2448
2449 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2450
2451         * Documentation/user/global.itely (File structure): Add markup blocks
2452         to toplevel expressions.
2453         (Multiple movements, Creating titles): Add markup blocks.
2454
2455         * lily/stencil-scheme.cc: Use "libc-extension.hh" (WAS:
2456         <libc-extension.hh>).
2457
2458         * lily/accidental.cc (accurate_boxes): Compile fix: 1.51 was broken.
2459
2460         * flower
2461         * lily
2462         * kpath-guile: Nitpick run: buildscripts/fixcc.py.
2463
2464 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2465
2466         * lily/accidental.cc: special bboxes for natural. 
2467
2468         * mf/feta-toevallig.mf: make stems heavier.
2469
2470         * lily/dynamic-text-spanner.cc (print): add bound padding for edge
2471         texts as well.
2472
2473         * mf/feta-klef.mf: revise. 
2474
2475         * mf/feta-schrift.mf: make thinning of accent less pronounced.
2476
2477         * mf/feta-klef.mf: add rounded curve at top. 
2478         make thinnib a little heavier.
2479
2480 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2481
2482         * lily/parser.yy (book_body): Oops, allow \markup in \book too.
2483
2484         * buildscripts/fixcc.py: New file.
2485
2486         * input/regression/utf8.ly: Update Debian font description.
2487
2488 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2489
2490         * stepmake/aclocal.m4: Fix test.
2491
2492 2005-03-09  Graham Percival  <gperlist@shaw.ca>
2493
2494         * Documentation/user/invoking.itely: added Sebastino Vigna's
2495         docs for the --jail option.
2496
2497 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2498
2499         * lily/stem.cc (print): only produce stemlets if there are no
2500         noteheads on this stem.
2501
2502         * lily/note-spacing.cc (stem_dir_correction): robustness fix:
2503         don't crash on stemlet (visible stem without heads).
2504
2505         * scm/define-grobs.scm (all-grob-descriptions): junk LeftEdge for
2506         unbroken situations. 
2507
2508         * scm/output-lib.scm (center-invisible): new function.
2509
2510         * lily/spacing-loose-columns.cc (set_loose_columns): use spacing
2511         wishes to determine loose column space.
2512
2513         * lily/font-config.cc (init_fontconfig): add
2514         fonts/{otf,type1,cff}  to path.
2515
2516         * lily/main.cc (setup_paths): add fonts/{otf,svg,tfm,cff} to path
2517
2518         * mf/GNUmakefile (Module): install all fonts under otf/
2519
2520         * scm/framework-ps.scm (Module): read fonts from fonts/extension,
2521         replace /fonts/otf/ by /ps/ 
2522
2523         
2524 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2525
2526         * lily/paper-book.cc (classic_output): Reinstate header_0_ hack.
2527
2528         * lily/book.cc (process): Oops, add score_.header_.
2529
2530         * lily/paper-book.cc: Fold hearders, score and texts into scores_.
2531
2532         * lily/parser.yy: Handle toplevel and book texts as score.
2533
2534         * scm/page-layout.scm (default-page-make-stencil):
2535         Bugfix: (page-properties rename.
2536
2537         * scm/backend-library.scm (ly:system): Typo.
2538
2539 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2540
2541         * stepmake/stepmake/executable-targets.make (installexe): don't
2542         strip installed executables
2543
2544         * lily/font-select.cc (get_font_by_design_size): revert
2545         pango_description_string as well.
2546
2547         * lily/system.cc (set_loose_columns): put loose column just left
2548         of next column.
2549
2550         * lily/include/group-interface.hh (extract_grob_array): rename
2551         from Pointer_group_interface__extract_grobs
2552
2553         * input/regression/ledger-line-minimum.ly (texidoc): new file.
2554
2555         * lily/ledger-line-spanner.cc (set_spacing_rods): new
2556         function. Keep ledgered note heads at a minimum distance.
2557         Introduce minimum-length-fraction
2558         (print): introduce length-fraction property.
2559
2560 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2561
2562         * tex/GNUmakefile: remove latin1.enc rules.
2563
2564 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2565
2566         * scm/titling.scm: Typo.
2567
2568         * input/regression/score-text.ly: Really add.
2569
2570         * lily/score.cc: Bugfixes for SCM header_ and texts_ members.
2571
2572 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2573
2574         * lily/open-type-font-scheme.cc:  new file.
2575
2576 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2577
2578         * scm/titling.scm (layout-extract-page-properties): Rename from
2579         page-properties.  Update callers.
2580
2581         * lily/lexer.ll (Lily_lexer):
2582         * lily/parser.yy: Junk lyric_markup state.
2583
2584         * Documentation/topdocs/NEWS.tely (Top): Mention markup text feature.
2585
2586         * scripts/lilypond-book.py (PREAMBLE_LY): toplevel-music-handler:
2587         Add texts parameter.
2588
2589 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2590
2591         * lily/lexer.ll (lyric_markup): New mode.
2592         (Lily_lexer::push_lyric_markup_state): New method.
2593         (MARKUPCOMMAND): Markup during lyric mode returns LYRIC_MARKUP.
2594
2595         * lily/parser.yy (book_body):
2596         (toplevel_expression): Grok \markup texts.
2597
2598         * lily/score-scheme.cc (ly:music-scorify): 
2599         * scm/lily-library.scm (collect-music-for-book): Take texts
2600         parameter.
2601
2602         * lily/score.cc (texts_): New member.
2603
2604         * lily/paper-book.cc (systems): Format score texts.
2605
2606         * score-text.ly: New file.
2607
2608         * ttftool/SConscript:
2609         * kpath-guile/SConscript: New file.
2610
2611         * lily/SConscript:
2612         * SConstruct: Update.
2613
2614 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2615
2616         * VERSION (PACKAGE_NAME): release 2.5.14
2617
2618 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2619
2620         * lily/main.cc: Add dummy xgettext markers.
2621
2622 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2623
2624         * make/lilypond.fedora.spec.in (Requires): scrap kpathsea/tex
2625         requirements
2626
2627         * stepmake/aclocal.m4: check dynamic link, by checking if kpathsea
2628         executable is < 40k
2629
2630         * lily/main.cc (setup_paths): remove tfm1 tfm2 tfm3 include path
2631         hack.
2632
2633 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
2634
2635         * flower/libc-extension.cc:
2636         * flower/include/libc-extension.hh: [Open]BSD simply cast
2637         cookie/funopen declarations.
2638
2639         * stepmake/aclocal.m4: Check for libkpathsea.so.
2640
2641         * kpath-guile/kpath.c (ly_kpathsea_expand_variable): Use
2642         dl_kpse_find_file.
2643
2644 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2645
2646         * kpath-guile/kpath.c (open_library): dlopen libkpathsea.so
2647         (open_library): alternative for static library.
2648
2649 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
2650
2651         * configure.in: Set TTFTOOL_ENDIAN iso global CFLAGS.
2652
2653         * ttftool/GNUmakefile (MODULE_CFLAGS): Add $(TTFTOOL_ENDIAN).
2654
2655         Drop run-time dependency on teTeX.
2656
2657         * lily/kpath.cc (initialize_kpathsea): dlopen libkpathsea.
2658
2659         * stepmake/aclocal.m4 (STEPMAKE_KPATHSEA): Do not include
2660         KPATHSEA_LIBS in LIBS.
2661         (STEPMAKE_DLOPEN): New function.
2662
2663         * lily/font-config.cc (init_fontconfig): Use dir for directory,
2664         not path.
2665
2666         * flower/file-path.cc (directories): Rename from paths, as this
2667         return an array of directories (a single path).
2668
2669 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2670
2671         * lily/GNUmakefile (MODULE_LIBS): link with kpath-guile
2672
2673         * lily/all-font-metrics.cc (kpathsea_find_file): wrapper around
2674         new ly:kpathsea-find-file
2675
2676         * kpath-guile/kpath.c: new file. Put kpath bindings in lib.
2677
2678         * kpath-guile/GNUmakefile: new file
2679
2680         * buildscripts/gen-emmentaler-scripts.py (i): generate
2681         emmentaler-X.fontname as well.
2682
2683         * buildscripts/ps-embed-cff.py: new script
2684
2685         * scm/lily-library.scm: remove ps-embed-cff.
2686
2687         * scm/framework-ps.scm (write-preamble): don't use kpathsea for
2688         font loading. 
2689
2690         * scm/font.scm (add-music-fonts): load dynamics/numbers through
2691         fontconfig as well.
2692
2693         * lily/font-config.cc (init_fontconfig): add cff/ too.
2694
2695         * ly/generate-embedded-cff.ly: capitalize.
2696
2697         * lily/pango-select.cc (select_pango_font): use ::find_pango_font,
2698         so as to register the pango font.
2699
2700         * lily/font-config.cc (init_fontconfig): add
2701         prefix/{otf,type1,mf/out} to fontconfig path.
2702
2703         * lily/main.cc: only look at one prefix directory, LILYPONDPREFIX
2704         overrides all. 
2705
2706         * configure.in (gui_b): remove ec mftrace check
2707
2708         * config.hh.in: use lilypond-Major.Minor as data directory.
2709
2710         * scm/framework-ps.scm (dump-page): use output-units for landscape.
2711
2712         * buildscripts/gen-emmentaler-scripts.py (i): lower case file
2713         name.
2714
2715 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
2716
2717         * lily/main.cc (do_chroot_jail): Small cleanups.  Avoid constant
2718         error messages.
2719
2720         * flower/libc-extension.cc:
2721         * flower/include/libc-extension.hh: [Open]BSD fixes for
2722         cookie/funopen declarations.
2723
2724 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2725
2726         * buildscripts/gen-emmentaler-scripts.py (outdir): capitalize
2727         emmentaler.
2728
2729         * lily/score-engraver.cc (initialize): remove check for ecrm10 /
2730         lcrm10.
2731
2732         * scm/define-markup-commands.scm (fontsize): new markup
2733         command. Also set baseline-skip
2734
2735 2005-03-06 Sebastiano Vigna <vigna@dsi.unimi.it>.
2736         
2737         * lily/main.cc (do_chroot_jail): paranoia security for webserver
2738         use.
2739
2740 2005-03-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2741
2742         * stepmake/bin/add-html-footer.py (do_file): make wiki link optional.
2743
2744         * lily/pdf.cc: remove PDF related files
2745
2746 2005-03-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2747
2748         * ly/deutsch.ly: add quarter tones, patch by Arno Waschk.
2749         <hamamatsu@gmx.de>
2750
2751 2005-03-05  Graham Percival  <gperlist@shaw.ca>
2752
2753         * Documentation/user/advanced-notation.itely: first draft
2754         of reorg done.
2755
2756         * Documentation/user/global.itely: fixed (sub)section
2757         bits of MIDI.
2758
2759 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2760
2761         * cygwin/mknetrel (extras): Bufix (Bertalan).
2762
2763         * Documentation/user/basic-notation.itely (Chords): @ref fix.
2764         * Documentation/user/instrument-notation.itely (Introducing chord
2765         names): Compile fix: must have unique name.
2766
2767 2005-03-02  Graham Percival  <gperlist@shaw.ca>
2768
2769         * Documentation/user/instrument-notation.itely: reorg.
2770
2771 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2772
2773         * scm/output-gnome.scm:
2774         * scm/output-svg.scm: Fix font scaling.
2775
2776 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2777
2778         * ly/titling-init.ly (tagline): Use Engraving.  Add comment about
2779         what link to use best.
2780
2781         * Documentation/user/instrument-notation.itely (Ancient accidentals): 
2782         * Documentation/user/tutorial.itely (Automatic and manual beams):
2783         Fix @ref.
2784
2785         * lily/tweak-registration.cc (replace_grob_tweak): New function.
2786         * lily/tweak-registration-scheme.cc (LY_DEFINE): Wrap it.
2787         * scm/framework-gnome.scm (tweak): Use it.
2788
2789 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2790
2791         * Documentation/topdocs/NEWS.tely (Top): elucidate GS problem.
2792
2793         * scm/output-ps.scm (white-text): reinstate white-text
2794
2795 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2796
2797         * scm/output-ps.scm (offset-add): Remove.
2798
2799         * scm/lily-library.scm (offset-flip-y): New function.
2800         * scm/framework-gnome.scm (tweak): Use it.
2801
2802         * scm/output-gnome.scm (grob-cause): Add parameter.
2803
2804         * scm/lily.scm (ly:all-stencil-expressions): Add url-link.
2805         * scm/output-ps.scm (url-link): Move.
2806         (white-text): Warn user about brokenness.
2807
2808         * Documentation/topdocs/NEWS.tely: Be more accurate and respectful
2809         wrt ghostscript.
2810
2811 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2812
2813         * lily/slash-repeat-engraver.cc (try_music): always make slashes
2814         if body length smaller than measure length.
2815
2816         * scm/define-markup-commands.scm (with-url): oops. use Y extent
2817         for Y.
2818
2819         * ly/titling-init.ly (tagline): put default tagline in \paper
2820
2821 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2822
2823         * lily/kpath.cc: 
2824         * lily/pdf.cc (Pdf_file): Use more generic error messages.
2825
2826         * scm/lily-library.scm (version-not-seen-message): New function.
2827         * ly/init.ly: Use it.
2828
2829         * scm/page-layout.scm (ly:optimal-page-breaks): Display page
2830         breaks as progess.
2831
2832         * scripts/lilypond-book.py (do_process_cmd): Do not lump
2833         whitespace with l10n message.
2834
2835         * scm/framework-tex.scm (convert-to-ps):
2836         (convert-to-dvi): Do not use overly specific l10n messages.
2837
2838         * ly/titling-init.ly (bookTitleMarkup): Add baseline skips from 2.4.
2839
2840         * tex/GNUmakefile $(outdir)/latin1.enc: Build fix:
2841         merge stderr with stdout.  
2842
2843 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2844
2845         * flower/libc-extension.cc: Tested BSD compile fix (Matthias
2846         Neeracher).
2847
2848 2005-02-29  Graham Percival  <gperlist@shaw.ca>
2849
2850         * Documentation/user/instrument-notation.teily: moved
2851         \arpeggio to Basic.
2852
2853         * Documentation/user/advanced-notation.itely: Articulation to
2854         Basic, a bunch of stuff from Basic moved to Advanced.
2855
2856         * Documentation/user/basic.itely: swapped various sections,
2857         reorganized Basic.
2858
2859 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2860
2861         * flower/memory-stream.cc: 
2862         * flower/libc-extension.cc: Remove obsolete #undefs.
2863
2864         * flower/include/libc-extension.hh: Bugfix for BSD, place #ifdef
2865         more carefully.
2866
2867 2005-02-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2868
2869         * make/lilypond.fedora.spec.in (Requires): add GS 8.15 as
2870         dependency.
2871
2872         * VERSION (PACKAGE_NAME): release 2.5.13
2873
2874         * GNUmakefile.in (web-ext): don't ship ps.gz
2875
2876         * tex/GNUmakefile ($(outdir)/latin1.enc): redirect stderr to
2877         stdout
2878
2879 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2880
2881         * lily/general-scheme.cc (LY_DEFINE): Compile fix for systems
2882         without libintl.  Now it compiles too.
2883
2884 2005-02-28  Graham Percival  <gperlist@shaw.ca>
2885
2886         * Documentation/user/basic-notation.itely,
2887         instument-notation.itely, advanced-notation.itely:
2888         split up contents of notation.itely.
2889
2890         * Documentation/user/notation.itely: file removed.
2891
2892         * Documentation/user/invoking.itely, converters.itely:
2893         moved convert-ly info to invoking.itely.
2894
2895         * Documentation/user/global.itely, changing-defaults.itely,
2896         sound-output.itexi: moved global settings, file layout, and
2897         sound into global.itely.
2898
2899         * Documentation/user/sound-output.itexi: file removed.
2900
2901         * Documentation/user/lilypond.tely: removed links to
2902         notation.itely and sound.itely.
2903
2904 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2905
2906         * scm/output-ps.scm (grob-cause): only do mark_URI if non-empty.
2907
2908         * scm/framework-ps.scm (write-preamble): remove pdf-viewer code.
2909  
2910         * THANKS: add sponsor.
2911
2912         * scm/define-markup-commands.scm (with-url): new markup command.
2913
2914         * scm/page-layout.scm (TAGLINE): add www.lilypond.org with URL to
2915         tagline.
2916         
2917         * scm/output-tex.scm (url-link): stub.
2918
2919         * scm/output-ps.scm (url-link): new function.
2920
2921         * lily/lily-parser-scheme.cc (LY_DEFINE): deprecate
2922         ly:set-point-and-click
2923
2924 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2925
2926         * ps/music-drawing-routines.ps (mark_file_line): Switch Action
2927         based on pdf-viewer setting.
2928
2929         * scm/framework-ps.scm (write-preamble): Find and set preferred
2930         pdf-viewer.
2931
2932 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2933
2934         * Documentation/user/point-and-click.itely: update for PDF point &
2935         click.
2936
2937         * scripts/lilypond-pdfpc-helper.py: new file. Invoke different
2938         editors based on EDITOR setting.
2939
2940 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2941
2942         * scm/*: Oops, more grand 2005 replace bits.
2943
2944 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2945
2946         * ps/music-drawing-routines.ps: new routine: insert PDF mark
2947
2948         * scm/output-ps.scm (grob-cause): point & click support for
2949         PostScript
2950
2951 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2952
2953         * lily/input-scheme.cc (LY_DEFINE): rename to
2954         ly:input-file-line-column
2955
2956 2005-02-26  Graham Percival  <gperlist@shaw.ca>
2957
2958         * Documentation/user/examples.itely: small fix from Steve Doonan.
2959
2960         * Documentation/user/scheme-tutorial.itely: small fix from Steve Doonan.
2961
2962         * THANKS: added Yuval Harel.
2963
2964         * Documentation/user/{various}: inserted two spaces after a period.
2965
2966         * Documentation/user/lilypond.tely: added framework for reorg.
2967
2968         * Documentation/user/basic-notation.itely, instrument-notation.itely,
2969         advanced-notation.itely, global.itely: new files, placeholder for
2970         future reorg.
2971
2972 2005-02-26 Yuval Harel  <yuvalh@hotpop.com>
2973
2974         * Documentation/user/notation.itely: revamped Polyphony section
2975         
2976 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2977
2978         * Documentation/user/lilypond-book.itely (Music fragment options):
2979         doc fontload.
2980
2981         * Documentation/user/changing-defaults.itely (Text encoding): add
2982         fontload option to utf8 include
2983
2984         * scripts/lilypond-book.py (compose_ly): add fontload option
2985
2986         * scm/framework-eps.scm (dump-stencils-as-EPSes): add
2987         force-eps-font-include option.
2988
2989         * ly/chord-modifiers-init.ly (blackTriangleMarkup): reinstate
2990         black triangle
2991
2992         * Documentation/user/invoking.itely (Editor support): remove
2993         lilypond-latex section.
2994
2995         * scripts/lilypond-latex.py (Module): remove script.
2996
2997         * cygwin/lily-wins.py (stat): write to .lylog, so as not to
2998         overwrite .log. 
2999
3000         * lily/main.cc: remove -m, --no-layout
3001
3002         * flower/include/libc-extension.hh: add ALIAS_FILE_TO_FILECOOKIE
3003         to define. We don't want to override fprintf everywhere.
3004
3005 2005-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3006
3007         * cygwin/lilypond.hint: 
3008         * cygwin/README.in: Update dependencies.
3009
3010         * stepmake/aclocal.m4 (STEPMAKE_PANGO, STEPMAKE_PANGO_FT2):
3011         Bugfix: do not pollute CPPFLAGS, LIBS.
3012
3013         * cygwin/mknetrel (extras): Cross compile fixes.
3014
3015         * ttftool/util.c: 
3016         * ttftool/ttfps.c: 
3017         * ttftool/ps.c: #include libc-extension.hh
3018
3019         * flower/include/libc-extension.hh:
3020         * flower/libc-extension.cc (fopencookie)[!HAVE_FOPENCOOKIE]: Add
3021         wrapper using funopen.
3022         (fopencookie, handle_cookie_io_fclose, handle_cookie_io_fprintf,
3023         handle_cookie_io_fprintf): Add wrappers catching Memory_out_stream.
3024
3025         * config.hh.in:
3026         * configure.in (AC_CHECK_FUNCS): Add fopencookie, funopen.
3027         (AC_CHECK_HEADERS): Add libio.h
3028
3029         * scripts/convert-ly.py: Uniformize, internationalize.
3030         (2.5.2): Remove fatal encoding rule.
3031         (2.5.13): Handle latin1 encoding gracefully.
3032
3033 2005-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3034
3035         * HACKING: Fix line breaks.
3036
3037 2005-02-23  Werner Lemberg  <wl@gnu.org>
3038
3039         * mf/graycx.mf, mf/graylj.mf: Removed.  Any decent TeX distribution
3040         contains those two files.
3041
3042 2005-02-21  Werner Lemberg  <wl@gnu.org>
3043
3044         * mf/feta-nummer-code.mf ("Numeral 5"): Include intersection point
3045         to improve overlap removal process.
3046
3047         * mf/feta-slag.mf (draw_trillelement): Add parameter to control
3048         left and right ending.  This ensures better overlapping.
3049         Update all callers.
3050         ("lineprall"): Don't use draw_gridline to get better overlapping.
3051
3052 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3053
3054         * scm/lily-library.scm (ps-embed-cff): add \n after EndResource
3055
3056         * Documentation/topdocs/NEWS.tely (Top): oops.
3057
3058 2005-02-21  Pedro Kroger  <kroeger@pedrokroeger.net>
3059
3060         * HACKING: new file.
3061
3062         * input/regression/utf8.ly (portuguese): added a portuguese example
3063         to show latin1 accents.
3064
3065 2005-02-21  Pal Benko  <benkop@freestart.hu>
3066
3067         * lily/mensural-ligature-engraver.cc:
3068         * lily/mensural-ligature.cc:
3069         * lily/include/mensural-ligature.hh: new algorithm implemented
3070
3071         * scm/define-grob-properties.scm: join-left killed (add-join may
3072         be used); join-left-amount changed to join-right-amount
3073
3074 2005-02-21  Graham Percival  <gperlist@shaw.ca>
3075
3076         * Documentation/user/notation.itely: small but urgent fix.
3077
3078 2005-02-21  Jürgen Reuter  <reuter@ipd.uka.de>
3079
3080         * lily/duration-scheme.cc: bugfix: correct parameters to
3081         SCM_ASSERT_TYPE.
3082
3083         * THANKS: added Pal.
3084
3085         * Documentation/user/notation.itely: bugfix: unTeXified
3086         $\\backslash$.  Bugfix: yet another glyph renaming victim:
3087         "timesig.*x/y" -> "timesig.*xy".
3088
3089 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3090         
3091         * VERSION (PACKAGE_NAME): release 2.5.12
3092
3093 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3094
3095         * ly/engraver-init.ly: set tieWaitForNote to #t by default
3096
3097         * configure.in (gui_b): bump GUILE requirement to 1.6.5 
3098
3099         * Documentation/topdocs/NEWS.tely: add inputfileref macro.
3100
3101         * scm/framework-ps.scm (supplies-or-needs): uniq font name list.
3102
3103 2005-02-20  Jan Nieuwenhuizen  <janneke@gnu.org>
3104
3105         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: recode
3106         latin1..utf-8.
3107
3108         * input/regression/stanza-number.ly:
3109         * input/regression/utf8.ly (hebrew): Use addlyrics.  Update.
3110
3111         * lily/tie-engraver.cc (acknowledge_grob): Compile fix.
3112
3113 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3114
3115         * Documentation/topdocs/NEWS.tely (Top): only mention 2.5
3116         NEWS. Refer to website for older news.  
3117
3118         * stepmake/bin/add-html-footer.py (i18n): don't strip .PNG /
3119         .HTML. This should be done for specific servers only.
3120
3121         * Documentation/topdocs/NEWS.tely (Top): move to .tely. Add some
3122         .ly image examples.
3123
3124         * scm/define-grobs.scm (all-grob-descriptions): put ledger lines
3125         in layer 0 too.
3126
3127         * scm/define-context-properties.scm
3128         (all-user-translation-properties): add tieWaitForNote
3129
3130         * scm/define-grobs.scm (all-grob-descriptions): add
3131         Tie_column::before_line_breaking
3132
3133         * lily/tie.cc (get_column_rank): new function
3134
3135         * lily/tie-column.cc (before_line_breaking): new function.
3136         (werner_directions): take into account ties that start on
3137         different columns.  
3138
3139         * lily/score-engraver.cc (set_columns): move add_column() so we
3140         have column rank available.
3141
3142         * lily/tie.cc (get_column_rank): new function.
3143
3144         * input/regression/utf8.ly (japanese): add japanese lyrics.
3145
3146         * lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
3147
3148         * THANKS: add Steve D
3149
3150         * ttftool/*.c: add TTF -> Type42 conversion library. Based on
3151         Public Domain work by Juliusz Chroboczek <jch@pps.jussieu.fr>
3152
3153 2005-02-20  Tatsuya Ono  <tats_ono@infoseek.jp>
3154
3155         * mf/parmesan-heads.mf: "0harmonic" -> "s0harmonic"
3156         to show harmonic notes
3157         * scm/define-markup-commands.scm: in \markup-by-number
3158         "dots-dot" -> "dots.dot" to show dotted notes
3159
3160 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3161
3162         * flower/include/memory-stream.hh (class Memory_out_stream): new file.
3163
3164         * flower/memory-stream.cc (writer): new file.
3165
3166         * configure.in: add endian test.
3167
3168 2005-02-19  Jürgen Reuter  <reuter@ipd.uka.de>
3169
3170         * Documentation/user/examples.itely: small
3171         simplification/beautification
3172
3173         * Documentation/user/notation.ietly: bugfix: fixed many artefacts
3174         from the "x-y-z"->"x.y.z" renaming of glyphs throughout the whole
3175         notation manual.
3176
3177         * lily/mensural-ligature.cc: bugfix: another few victims of the
3178         "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
3179
3180         * ly/gregorian-init.ly: commit some experimental code for hi-level
3181         ligature input language lying around here for several months.
3182
3183         * lily/mensural-ligature-engraver.cc: bugfix: another victim of
3184         the "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
3185
3186         * lily/vaticana-ligature-engraver.cc: bugfix: another few
3187         "x-y-z"->"x.y.s-z" fixes.
3188
3189 2005-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3190
3191         * scm/framework-pdf.scm (scm): new file
3192
3193         * lily/include/pdf.hh (class Pdf_file): new file.
3194
3195         * lily/pdf.cc (write_trailer): new file.
3196
3197 2005-02-18  Erlend Aasland  <erlenda@gmail.com>
3198
3199         * input/regression/color.ly: new file
3200
3201         * lily/stencil.cc (interpret_stencil_expression):
3202         when a color expression is encountered: save current color,
3203         process the rest of the expression, and restore previous color.
3204
3205         * lily/system.cc (get_line): check all grobs for color property and
3206         prepare the stencil scheme expressions for further processing.
3207         Fix layer-loop.
3208
3209         * scm/define-grob-properties.scm: introduce the color property.
3210
3211         * scm/output-lib.scm: color helper functions.
3212
3213         * scm/output-ps.scm: introduce setcolor/resetcolor.
3214
3215 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
3216
3217         * ly/*.ly, input/regression/*.ly: Added missing \version
3218         statements in some files.
3219
3220 2005-02-15  Graham Percival  <gperlist@shaw.ca>
3221
3222         * Documentation/user/notation.itely: minor editing.
3223
3224         * Documentation/user/converters.itely: updated convert-ly bugs.
3225
3226         * Documentation/user/lilypond-book.itely: add info about using
3227         feta characters in latex.
3228
3229 2005-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3230
3231         * scripts/convert-ly.py: new slur dash patch by Bertalan Fodor.
3232
3233 2005-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3234
3235         * scm/define-grob-properties.scm (all-user-grob-properties):
3236         removed 'dashed property.
3237
3238 2005-02-13  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3239
3240         * scm/lily.scm (define-safe-public): new macro for defining
3241         variables that can be used in --safe mode. Use it in *.scm
3242         instead of manually setting safe-objects in safe-lily.scm.
3243
3244 2005-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3245         
3246         * lily/slur.cc: Slur-dash patch by Bertalan.
3247
3248         * ly/engraver-init.ly (EasyNotation): glyph name dash -> period.
3249
3250         * stepmake/bin/add-html-footer.py (do_file): do i18n only once. 
3251
3252 2005-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3253
3254         * stepmake/aclocal.m4: teTeX-3.0 inimf fix.  Comment-out.
3255
3256 2005-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3257
3258         * mf/GNUmakefile: teTeX-3.0 install fix.
3259
3260         * Cygwin patch from Bertalan.
3261
3262         * stepmake/stepmake/metafont-rules.make: Remove bashism.
3263
3264 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
3265
3266         * GNUmakefile.in: 
3267         * SConstruct (symlink): teTeX-3.0 build fix: add map symlink.
3268
3269         * tex/GNUmakefile: teTeX-3.0 fix: install .enc in fonts/enc.  Add
3270         2.0.x compatibility.
3271
3272 2005-02-08  Werner Lemberg  <wl@gnu.org>
3273
3274         * mf/feta-din-code.mf: Format; clean up code.
3275         Replace `---' with `--' plus explicit path directions.
3276         (linethickness#, stafflinethickness#): Remove.
3277         ("dynamic f"): Replace `draw' with `draw_rounded_block'.
3278         ("dynamic s"): Improve shape.
3279         ("dynamic p"): Improve shape.
3280         Replace `draw' with better outline approximation.
3281         ("dynamic r"): Improve shape.
3282         Don't call `fill' and `draw' at the same time.
3283
3284 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
3285
3286         * SConstruct (symlink):
3287         * GNUmakefile.in ($(builddir)/share/lilypond-force): teTeX-3.0
3288         build fix: add enc symlink.
3289
3290         * lily/general-scheme.cc: Compile fixes: include wchar.h, string.h.
3291
3292         Support for DESTDIR besides prefix=/foo
3293
3294         * vim/GNUmakefile (local-install): Use $(INSTALL) -d iso mkdir.
3295
3296         * stepmake/stepmake/*.make:
3297         * */GNUmakefile:
3298         * GNUmakefile.in: Prepend $(DESTDIR) to installation directory.
3299
3300         * config.make.in (prefix): Remove broken $(DESTDIR) hack.
3301
3302         * stepmake/aclocal.m4: Use %0.f iso %d to quiet gawk < 3.1.4 and
3303         mawk in fontforge (date) test.
3304
3305 2005-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3306
3307         * scm/font.scm (make-century-schoolbook-tree): add NCS as
3308         font-family=roman. Add Luxi Sans as sans
3309
3310 2005-02-07  Graham Percival  <gperlist@shaw.ca>
3311
3312         * Documentation/user/notation.itely: add warning about
3313         percent repeats and Voice contexts.
3314
3315         * Documentation/user/lilypond-book.itely: clarified the
3316         necessity of dvips -u arguments.
3317
3318 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
3319
3320         * THANKS: Added a bunch of bug hunters.
3321
3322 2005-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3323
3324         * scm/framework-ps.scm (output-preview-framework): bugfix.
3325
3326         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): use unicode
3327         o/ for chord modifier..
3328
3329         * lily/general-scheme.cc (LY_DEFINE): new function ly:wide-char->utf-8.
3330
3331         * lily/drum-note-performer.cc:  remove unused (thanks Michael
3332         Welsh Duggan). 
3333
3334 2005-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3335
3336         * Documentation/user/changing-defaults.itely (Text encoding): Clarify.
3337
3338         * ly/titling-init.ly: Do not also print intstrument in header on
3339         first page.  Do not print page number on first and only page.
3340
3341 2005-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3342
3343         * input/regression/*.ly: remove old-relative everywhere
3344
3345         * lily/music-sequence.cc (simultaneous_relative_callback): do
3346         what-if analysis on copy, not on original. Fixes old-relative
3347         compatibility.
3348
3349         * scm/backend-library.scm (postscript->png): space before
3350         --verbose.
3351         
3352 2005-02-05  Werner Lemberg  <wl@gnu.org>
3353
3354         * mf/feta-autometric.mf (fet_beginchar): Check whether `feta_group'
3355         is defined.
3356
3357         * mf/feta-alphabet.mf: Define `staffsize#'.
3358         Include `feta-params.mf'.
3359         s/staffheight/design_size/.
3360
3361         * mf/feta-alphabet??.mf: s/staffheight/design_size/.
3362
3363         * mf/feta-alphabet26.mf: Fix a serious bug (design size off by 8pt).
3364
3365         * mf/feta-nummer-code.mf: Reformatted.
3366         (draw_six): Use outline intersection to avoid a self-intersecting
3367         path.
3368         ("Numeral comma"): Fix serious outline glitches.  This slightly
3369         changes the glyph shape.
3370         ("Numeral dash"): Use `draw_rounded_block'.
3371         ("Numeral dot"): Use `drawdot'.
3372         ("Numeral 1"): Assure identical tangent directions for the
3373         intersection points of paths.  The glyph shape improvement is only
3374         visible at very high magnifications.
3375         ("Numeral 2"): Use `solve' macro to make the lower right part of
3376         the glyph outline touch the x axis exactly.  This changes the
3377         glyph shape.
3378         Minor fixes for better overlap removal support.
3379         ("Numeral 4"): Make lefter corner `rounder'.
3380         ("Numeral 5"): Assure identical tangent directions for the
3381         intersection points of paths.  This improves the glyph shape at
3382         high magnifications.
3383         ("Numeral 7"): Use `solve' macro to make the upper right part of
3384         the glyph outline touch the metrics box exactly.  This changes the
3385         glyph shape.
3386         Avoid corner in the upper left part of the glyph (causing a minor
3387         shape change).
3388
3389         * mf/feta-ital-*.mf: Removed.  Unused.
3390
3391 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3392
3393         * VERSION (PATCH_LEVEL): release 2.5.11
3394
3395         * input/regression/fill-line-test.ly: new file.
3396
3397         * buildscripts/gen-emmentaler-scripts.py (i): insert dash in
3398         emmentaler name, eg. emmentaler-23. 
3399
3400 2005-02-04  Christian Hitz  <chhitz@gmx.net>
3401
3402         * scm/scm/define-markup-commands.scm (fill-line): rework for better
3403         alignment with centered texts
3404
3405         * scm/stencil.scm (stack-stencils-padding-list): new function, takes a
3406         list of paddings
3407
3408 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3409
3410         * mf/GNUmakefile ($(outdir)/lilypond.map): add aybabtu to .map file.
3411
3412         * lily/note-column.cc (translate_rests): call flush_extent_cache()
3413         of parents when translating rests. Fixes: c-chord-rest.ly 
3414
3415         * lily/include/dimension-cache.hh (struct Dimension_cache): add
3416         dimension_callback_ member.
3417
3418         * lily/grob.cc (flush_extent_cache): new function. Force recompute
3419         of extents.
3420
3421 2005-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3422
3423         * all but lily/*: The grand 2004/2005 replace.
3424
3425 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3426
3427         * lily/*: add space after ,  
3428
3429         * scm/music-functions.scm (has-request-chord): don't use
3430         ly:music-name anywhere. Fixes <<\\>> notation. 
3431
3432         * scm/define-markup-commands.scm (box): use font-size for
3433         padding. Fixes boxed-rehearsal-marks.ly
3434
3435         * lily/parser.yy (assignment_id): allow LYRICS_STRING as
3436         identifier definition too, so foo = \lyrics { ...   } bar = #1
3437         doesn't complain about "bar" being LYRICS_STRING.
3438
3439         * lily/paper-def.cc (find_pango_font): new routine; Store
3440         pango_fonts in hash tab too. This is necessary for retrieving
3441         Pango_fonts::physical_font_tab() later on.
3442  
3443         * lily/pango-font.cc (pango_item_string_stencil): bugfix: don't
3444         crash if psname is null.
3445
3446         * lily/lily-guile.cc (ly_hash2alist): new function
3447
3448         * Documentation/user/changing-defaults.itely (Text encoding):
3449         rewrite. 
3450
3451         * lily/pango-font.cc (physical_font_tab): new member. Store PSname
3452         -> font_filename mapping.
3453
3454         * lily/pango-font-scheme.cc (LY_DEFINE): new file. New function
3455         ly_pango_font_physical_fonts
3456
3457         * scm/framework-ps.scm (supplies-or-needs): extract names from
3458         physical Pango_fonts.
3459
3460         * utf8.ly: new file.
3461
3462 2005-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3463
3464         * Documentation/user/changing-defaults.itely (Page layout): add
3465         doco about systemSeparatorMarkup.
3466
3467         * scm/page-layout.scm (default-page-make-stencil): add-to-page
3468         function.
3469         (default-page-make-stencil): insert system separators.
3470
3471         * scm/define-markup-commands.scm (hcenter): add
3472         (beam): add.
3473
3474 2005-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3475
3476         * scm/output-ps.scm (ez-ball): reinstate ez notation.
3477
3478 2005-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3479
3480         * lily/main.cc: Spell backend consistently.  Sort options.
3481
3482 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3483
3484         * scripts/lilypond-book.py (Module): revert @include.
3485         
3486 2005-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
3487
3488         * scripts/lilypond-book.py: Resurrect HTML links to .ly source.
3489         Bugfix: @include .tex (not .texi).  Small cleanups.
3490
3491         * stepmake/bin/add-html-footer.py (i18n): New function.
3492
3493 2005-01-31  Werner Lemberg  <wl@gnu.org>
3494
3495         * mf/feta-nummer.mf: Removed.  Unused.
3496
3497 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3498
3499         * lily/ : 2004 -> 2005 s&r
3500
3501         * scm/file-cache.scm (cached-file-contents): add file. Read each
3502         file only once.
3503
3504         * scm/font.scm (add-pango-fonts): change order. Medium weight is
3505         now default.
3506
3507         * VERSION: release 2.5.10
3508         
3509         * mf/GNUmakefile (INSTALLATION_OUT_FILES4): install cff.ps files.
3510
3511         * make/ly-rules.make ($(outdir)/%.texi): detect new EOF marker.
3512
3513         * scm/framework-ps.scm (dump-stencil-as-EPS): robustness: ensure
3514         that both X and Y extents of bbox are non-nil.
3515
3516 2005-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3517
3518         * scm/chord-name.scm (alteration->text-accidental-markup): change
3519         - to . 
3520
3521         * scm/output-ps.scm (utf8-string): add utf8-string for completeness.
3522
3523         * scm/framework-ps.scm (dump-stencil-as-EPS): new function
3524
3525         * Documentation/user/invoking.itely (Invoking lilypond): add note
3526         about EPS backend.
3527
3528         * scm/framework-eps.scm: new file: create per-system/per-page EPS
3529         files for inclusion in lilypond-book document.
3530
3531         * input/tutorial/lbook-latex-test.tex: rename from lilbook.tex
3532
3533         * input/tutorial/lbook-texi-test.texi: new file.
3534
3535         * scm/safe-lily.scm (safe-objects): add
3536         {begin,end}-of-line-(in)?visible as safe.
3537  
3538 2005-01-30  Graham Percival  <gperlist@shaw.ca>
3539
3540         * Documentation/user/changing-defaults.itely: fixed example
3541         of (dynamics).
3542
3543 2005-01-29  Graham Percival  <gperlist@shaw.ca>
3544
3545         * lily/main.cc: fix info about -o=FILE.
3546
3547 2005-01-29  Werner Lemberg  <wl@gnu.org>
3548
3549         * mf/feta-toevallig.mf ("Natural"): Completely changed the
3550         construction to assure smooth transition from straight to curved
3551         lines.
3552
3553 2005-01-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3554
3555         * lily/stencil.cc (moved_to_edge): don't halt on adding empty
3556         stencils.
3557
3558         * ps/lilyponddefs.ps: add start-page, start-system doesn't
3559         translate to top of page. Fixes alignment problems of
3560         lilypond-generated EPS files.
3561
3562 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3563
3564         * scm/part-combiner.scm (analyse-spanner-states): trigger on
3565         crescendo-end as well, since Decrescendo maybe ended with Stop
3566         Crescendo.). Fixes: partcombine-diminuendo.ly
3567
3568         * scm/script.scm (default-script-alist): swap portato symbols.
3569
3570         * lily/instrument-name-engraver.cc (acknowledge_grob): typo.
3571
3572         * lily/paper-outputter-scheme.cc (LY_DEFINE):
3573         ly:outputter-port. New function.
3574
3575         * scm/framework-ps.scm (output-classic-framework): dump a
3576         -systems.texi too
3577         (output-classic-framework): dump multiple systems on an "infinite"
3578         page EPS including fonts. 
3579
3580         * scripts/lilypond-book.py (Lilypond_snippet.ly_is_outdated): use
3581         .eps files for both texi and tex formats. Use PNG coming from
3582         lilypond.
3583         
3584 2005-01-28  Graham Percival  <gperlist@shaw.ca>
3585
3586         * Docuemntation/user/invoking.itely: fix info about -o=FILE.
3587
3588         * scripts/lilypond-latex.py: fix info about -o=FILE.
3589
3590 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3591
3592         * ly/generate-embedded-cff.ly: write .cff.ps files.
3593
3594         * mf/GNUmakefile ($(outdir)/lilypond.map): add .cff.ps to .map file.
3595
3596         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
3597         $(outdir)/%.svg $(outdir)/%.pfa): remove --simplify
3598
3599 2005-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3600
3601         * lily/include/guile-compatibility.hh (SCM_VECTOR_P): Compile fix.
3602
3603 2005-01-28  Werner Lemberg  <wl@gnu.org>
3604
3605         * mf/feta-macros.mf (soft_start_penstroke, soft_end_penstroke): New
3606         macros.
3607         (draw_bulb): Improved.
3608
3609         * mf/feta-pendaal.mf ("Pedal asterisk"): Remove workaround for
3610         metapost bug.
3611         (draw_pedal_P): Use soft_end_penstroke.
3612         (draw_pedal_d): Use soft_start_penstroke.
3613
3614         * mf/feta-schrift.mf ("Trill (`tr')"): Remove redundant point in
3615         path.
3616         ("Varied Coda"): Move some points to avoid fontforge warnings.  This
3617         doesn't change the glyph shape.
3618
3619         * mf/feta-accordion.mf ("accOldEE"): Draw glyph differently (without
3620         changing the shape) to avoid fontforge warnings.
3621
3622         * mf/feta-klef.mf (draw_tab_T, draw_tab_A, draw_tab_B): Use
3623         soft_end_penstroke and fix glyph shape.
3624
3625 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3626
3627         * lily/*.cc: Scheme deprecation of SCM_VECTOR_* 
3628
3629 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3630
3631         * scm/define-markup-commands.scm (line): filter out empty stencils
3632         from line command.
3633
3634         * lily/stencil-scheme.cc (LY_DEFINE): only allow finite real
3635         amount.
3636
3637 2005-01-27  Graham Percival  <gperlist@shaw.ca>
3638
3639         * Documentation/user/notation.itely: added info about what
3640         \voiceFoo does.  Also rewrote warning about marks at
3641         a line break.
3642
3643         * Documentation/user/changing-defaults.itely: added info
3644         about putting dynamics in parenthesis and brackets.
3645
3646 2005-01-27  Werner Lemberg  <wl@gnu.org>
3647
3648         * mf/feta-schrift.mf ("Trill (`tr')"): Fix typo.
3649
3650 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3651
3652         * mf/feta-schrift.mf: reverse u and d portato. Fixes:
3653         portato-direction.ly
3654
3655         * lily/beam.cc (consider_auto_knees): add beam height to
3656         threshold. Fixes: knee-multiple-beam.ly
3657
3658         * lily/instrument-name-engraver.cc (acknowledge_grob): also ignore
3659         pedal line spanners. Fixes: instrument-center-pedal.ly
3660
3661         * lily/auto-beam-engraver.cc (acknowledge_grob): stop beam
3662         if encountering barline. Fixes: auto-beam-repeat.ly
3663
3664 2005-01-26  Werner Lemberg  <wl@gnu.org>
3665
3666         * mf/feta-slag.mf (draw_trillelement): Fix shape to get clean
3667         overlapping.
3668
3669         * mf/feta-toevallig.mf (draw_meta_sharp): Fix shape to avoid curves
3670         with inflections for the 1/2 sharp glyph.
3671
3672         * mf/feta-schrift.mf ("Trill (`tr')"): Fix start position of
3673         connection between `t' and `r'.
3674         Unify bulb with the rest of `r' to avoid grazing outlines which
3675         confuses the overlap removal algorithm of fontforge.
3676
3677         * mf/feta-bolletjes.mf (draw_slash): Fix shape to avoid curves with
3678         inflections.
3679         (draw_cross): Fix shape to have uniform thickness in corners.
3680
3681         * mf/feta-pendaal.mf (draw_pedal_P): Break shape into smaller pieces
3682         to avoid an uneven number of self-intersections; this confuses
3683         fontforge.
3684         Fix a slight bug in the shape at left bottom (which is visible only
3685         at high magnifications).
3686         `Center' the stem horizontally to avoid overlapping.
3687
3688 2005-01-24  Werner Lemberg  <wl@gnu.org>
3689
3690         * mf/feta-autometric.mf (fet_beginfont): Set font_coding_scheme
3691         to `asis'.
3692         (fet_begingroup): Save group name in string `feta_group'.
3693         (fet_endgroup): Updated.
3694         (fet_beginchar): Emit `glyph_name' special for mf2pt1.
3695
3696         * mf/feta-bolletjes.mf: s/p/pat/ for paths.
3697
3698         * mf/feta-pendaal.mf ("Pedal asterisk"): Add workaround for bug
3699         in metapost.
3700
3701 2005-01-24  Graham Percival  <gperlist@shaw.ca>
3702
3703         * Documentation/user/notation.itely: really minor editing.
3704
3705 2005-01-22  Graham Percival  <gperlist@shaw.ca>
3706
3707         * Documentation/user/examples.itely: minor editing.
3708
3709         * Documentation/user/changing-defaults.itely: minor editing.
3710
3711         * Documentation/user/notation.itely: clarified info on polyphony
3712         and \addlyrics.
3713
3714 2005-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3715
3716         * scm/output-gnome.scm: 
3717         * scm/output-svg.scm:
3718         * scm/lily-library.scm (font-name-style): Update font name
3719         kludging for fontconfig use.
3720
3721 2005-01-20  Erlend Aasland  <erlenda@gmail.com>
3722
3723         * scm/define-markup-commands.scm: Document right-align and
3724         larger markup commands. Remove "TODO" from the topmost comment
3725         "each markup function should have a doc string." More consistent
3726         use of new-lines.
3727
3728 2005-01-22  Graham Percival  <gperlist@shaw.ca>
3729
3730         * Documentation/user/changing-defaults: removed info about
3731         copyright symbol, since it's likely to change soon.
3732         Added info about betweensystemspace.
3733
3734         * Documentation/user/notation.itely: minor fixes.
3735
3736         * Documentation/user/lilypond.tely,
3737         Documentation/user/music-glossary.tely: changed copyright
3738         date to 2005 instead of 2004.
3739
3740         * input/test/volta-chord-names.ly: added old example back.
3741
3742 2005-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3743
3744         * mf/feta-beugel.mf: use design size 20 (not 15).
3745
3746         * mf/aybabtu.pe.in: scale brace fonts to design sizes.
3747         change name to aybabtu completely
3748
3749 2005-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3750
3751         * buildscripts/gen-emmentaler-scripts.py (outdir): add
3752         design_size to fontname
3753
3754 2005-01-19  Werner Lemberg  <wl@gnu.org>
3755
3756         * mf/feta-accordion.mf, mf/feta-klef.mf, mf/feta-pendaal.mf,
3757         mf/feta-schrift.mf: s/p/pat/ if a path variable.
3758
3759         * mf/feta-autometric.mf (set_char_box): Add code which emits
3760         specials for mf2pt1 if run with metapost.
3761         (to_bp): New macro for mf2pt1.
3762
3763 2005-01-18  Graham Percival  <gperlist@shaw.ca>
3764
3765         * Documentation/user/changing-defaults: added info on
3766         creating a copyright symbol.
3767
3768 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3769
3770         * VERSION: release 2.5.9
3771         
3772 2005-01-18  Erlend Aasland  <erlenda@gmail.com>
3773
3774         * scm/auto-beam.scm: Simplify score-override-auto-beam-setting
3775
3776         * Documentation/user/notation.itely: Document
3777         score-override-auto-beam-setting Fix documentation for
3778         revert-auto-beam-setting.
3779
3780 2005-01-18  Werner Lemberg  <wl@gnu.org>
3781
3782         * scm/framework-ps.scm (ps-embed-cff): Fix DSC comments.
3783         (procset): New function to define a procset resource.
3784         (ps-embed-pfa): New function to define a font resource.
3785         (setup): New function to define a `Setup' environment.
3786         (preamble): Use new functions.
3787
3788         * ps/lilypond.defs (init-lilypond-parameters): New function to
3789         get rid of directly executed PS code.  Used in scm/framework-ps.scm.
3790
3791 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3792
3793         * mf/GNUmakefile (MFTRACE_FLAGS): add --no-afm to MFTRACE_FLAGS
3794
3795 2005-01-17  Erlend Aasland  <erlenda@gmail.com>
3796
3797         * scm/define-markup-commands.scm: Change number->markletter-string
3798         to take two arguments (vector number). Add number->mark-alphabet-vector
3799         and markalphabet markup command.
3800
3801         * scm/translation-functions.scm: Add format-mark-box-alphabet,
3802         format-mark-alphabet, format-mark-box-barnumbers and
3803         format-mark-barnumbers. Fix bug in format-mark-box-numbers.
3804
3805 2005-01-17  Graham Percival  <gperlist@shaw.ca>
3806
3807         * Documentation/user/examples.itely: add SATB automatic piano
3808         reduction template.
3809
3810         * Documentation/user/notation.itely: added info about changing
3811         partcombine texts.  Also adds examples of alternate lyrics.
3812
3813         * Documentation/user/changing-defaults.itely: added warning
3814         about \RemoveEmptyStaffContext overriding previous changes.
3815
3816 2005-01-17  Werner Lemberg  <wl@gnu.org>
3817
3818         * buildscripts/mf-to-table.py: Use `FetaAlphabetEncoding' for
3819         feta-alphabet*.
3820
3821 2005-01-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3822
3823         * python/lilylib.py (make_ps_images): don't do final showpage for
3824         multi-page documents.
3825         
3826         * VERSION (MY_PATCH_LEVEL): release 2.5.8
3827
3828 2005-01-16  Graham Percival  <gperlist@shaw.ca>
3829
3830         * Documentation/user/lilypond.tely: changed order of appendices;
3831         unified index should be last.
3832
3833         * Documentation/user/notation.itely: add example of key signatures
3834         and info about Staff.printKeyCancellation.
3835
3836 2005-01-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3837
3838         * lily/include/repeated-music.hh (class Repeated_music): change
3839         into "namespace" class.
3840
3841         * lily/event.cc: remove Key_change_event.
3842
3843         * lily/include/transposed-music.hh (class Transposed_music): remove.
3844
3845         * lily/transposed-music.cc: remove
3846
3847         * lily/include/relative-music.hh: remove.
3848
3849         * lily/include/music-sequence.hh (struct Music_sequence): change
3850         into "namespace" class.
3851
3852         * lily/untransposable-music.cc (Module): remove
3853
3854         * lily/include/un-relativable-music.hh (Module): remove
3855
3856         * lily/include/untransposable-music.hh (Module): remove
3857
3858         * lily/include/music-list.hh (Module): remove file
3859
3860         * lily/un-relativable-music.cc: remove file.
3861
3862 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3863
3864         * lily/parser.yy: Compile fix.
3865
3866 2005-01-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3867
3868         * lily/include/music.hh (class Music): unvirtualize transpose().
3869
3870         * lily/sequential-music.cc: remove file.
3871
3872         * lily/include/lyric-combine-music.hh ("music.hh"): remove file.
3873
3874         * lily/slur-scoring.cc (get_best_curve): only switch on
3875         DEBUG_SLUR_SCORING for non NDEBUG builds.
3876
3877         * lily/include/music.hh (class Music): replace Music::start_mom()
3878         by start-callback property
3879
3880         * lily/include/grace-music.hh: remove file. 
3881
3882         * lily/stem.cc (height): robustness fix.
3883
3884         * lily/time-scaled-music.cc: remove file.
3885
3886         * lily/include/music.hh (class Music): include SCM init argument.
3887         (class Music): replace Music::get_length() virtual by
3888         length-callback property everywhere.
3889
3890         * scripts/convert-ly.py (conv): add  # to \property scalar value.
3891
3892         * mf/GNUmakefile: don't install *list.ly
3893
3894 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3895
3896         * mf/GNUmakefile (CFF_FILES): Bugfix: only big cheeses and braces.
3897
3898 2005-01-12  Werner Lemberg  <wl@gnu.org>
3899
3900         This patch addresses the following problems in the feta sources
3901         files which contribute to the fetaXX fonts.
3902
3903         . Many fixes for rasterization at low resolutions (consistent use of
3904           `vround' and `hround', integer shift values for paths, applying
3905           `eps' for mirrored paths, use of `define_whole_pixels' and
3906           friends, etc.) -- while this probably looks like a waste of time
3907           it has revealed deficiencies in some glyph shapes.  See comment at
3908           the end of feta-params.mf how vertical symmetry is achieved.
3909
3910         . The `---' operator has been replaced everywhere with `--'; this
3911           both improves and considerably reduces the font size after
3912           conversion with mf2pt1.
3913
3914         These change aren't explicitly mentioned below since virtually all
3915         glyphs are affected.
3916
3917         Other notable differences:
3918
3919         . Glyphs from feta-accordion.mf now have charboxes around the
3920           outline.
3921
3922         . Fixed incorrect charbox for `accDot'.
3923
3924         . The `rcomma' and `lcomma' glyphs were distorted due to a typo.
3925
3926         . Fixed position of the bow in the `upprall' glyph and its siblings.
3927
3928         . The bulb size in the `2/2 meter' and `4/4 meter' glyphs is now
3929           dependent on the staff line thickness to avoid touching the middle
3930           staff line at smaller sizes.
3931
3932         . Largely extended output for feta-testXX: Where useful, glyphs
3933         are shown both between and on staff lines.
3934
3935
3936         * mf/feta-params.mf (staff_space_rounded,
3937         stafflinethickness_rounded, linethickness_rounded,
3938         ledgerlinethickness_rounded, stemthickness_rounded): New variables.
3939         Update all code which uses them where appropriate.
3940         (feta_eps, feta_shift, feta_space_shift, feta_offset, feta_fillpen):
3941         New variables used to control rasterization at low resolutions.  Set
3942         to zert if feta code is processed with metapost.
3943
3944         * mf/feta-macros.mf (draw_staff, draw_staff_outline): Updated.
3945         (draw_rounded_block, draw_square_block): Updated to use `--' only.
3946         (flare_path): Updated.
3947         Make it work with `filldraw' (but only circular pens).
3948         (hfloor, vfloor, hceiling, vceiling): New macros.
3949
3950         * mf/feta-accordion.mf ("accDiscant", "accFreebase", "accStdbase"):
3951         Use `draw' again in mf mode to have good pixel dropout control.
3952         Fix intersection points of horizontal lines with circle.
3953         ("accDot"): Fix parameters for set_char_box.
3954         ("accOldEE"): Use `draw' again in mf mode to have good pixel dropout
3955         control.
3956
3957         * mf/feta-banier.mf: Updated.
3958
3959         * mf/feta-bolletjes.mf (remember_pic): New variable, used for
3960         testing.
3961         (undraw_inside_ellipse): Remove `center' argument.  Update all
3962         callers.
3963         (draw_brevis): New macro, called by "Brevis notehead".
3964         (draw_whole_triangle_head): New macro, called by "Whole
3965         trianglehead".
3966         (draw_small_triangle_head): Use `filldraw'.
3967
3968         * mf/feta-eindelijk.mf: Remove useless global group.
3969         Updated.
3970
3971         * mf/feta-klef.mf (draw_c_clef): Correct point positions for using
3972         `filldraw'.
3973
3974         * mf/feta-pendaal.mf: Updated.
3975
3976         * mf/feta-puntje.mf: Updated.
3977
3978         * mf/feta-schrift.mf (draw_very_long_fermata): Simplified to use
3979         less points.
3980         ("Flageolet"): Use `draw' again in mf mode to have good pixel
3981         dropout control.
3982         ("Varied Coda"): Use `draw_block'.
3983         (draw_comma): Fix typo.
3984         (draw_arpeggio_arrow): Use `draw' also in mf mode to have good
3985         pixel dropout control.
3986
3987         * mf/feta-slag.mf ("upprall", "downprall", "lineprall"): Fix start
3988         position of bow.
3989
3990         * mf/feta-timesig.mf (draw_C): Reduce bulb size for smaller design
3991         sizes.
3992
3993         * mf/feta-toevallig.mf (remember_pic): New variable, used for
3994         testing.
3995         (draw_meta_sharp): Much simplified.
3996         ("Sharp", "1/2 Sharp", "3/4 Sharp"): Don't rotate but shift.
3997
3998         * mf/feta-test-generic.mf: Include all files as in feta-generic.mf.
3999
4000 2005-01-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4001
4002         * Documentation/user/notation.itely (Ancient rests): Fix typo
4003         (thanks Anthony)
4004
4005 2005-01-13  Jan Nieuwenhuizen  <janneke@gnu.org>
4006
4007         * scm/auto-beam.scm (score-override-auto-beam-setting): New function.
4008
4009         * lily/main.cc (setup_paths): Add cff.
4010
4011         * mf/GNUmakefile (foe): Include actual target %.cff.
4012         (INSTALLATION_OUT_SUFFIXES): Install CFF and SVG fonts too.
4013
4014 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4015
4016         * lily/include/lily-lexer.hh (class Lily_lexer): lose hungarian _b
4017         suffix for main_input_b_.
4018
4019         * scm/music-functions.scm (toplevel-music-functions):
4020         precompute music lengths for music expressions.  
4021
4022 2005-01-11  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4023
4024         * lily/include/input.hh (class Input): new `end_' slot for end of
4025         input. Renamed defined_str0_ to start_.
4026
4027         * lily/input.cc (Input): Add Input::Input (Input const &) and
4028         remove Input::Input (Source_file*, char const *). Use the new
4029         slots.
4030         (set_location): method used by bison to propagate input
4031         locations (YYLLOC_DEFAULT).
4032         (end_line_number, end_column_number, step_forward): new methods
4033         
4034         * lily/input-scheme.cc (ly:input-both-locations): new function,
4035         similar to ly:input-location, but also return the end line and
4036         column.
4037
4038         * lily/include/includable-lexer.hh: 
4039         * lily/includable-lexer.cc: 
4040         * lily/include/lily-lexer.hh (class Lily_lexer): 
4041         * lily/lily-lexer.cc (add_lexed_char): Move add_lexed_char from
4042         Includable_lexer to Lily_lexer, in order to update lexloc (the
4043         yylloc), a new slot of Lily_lexer.
4044         (here_input, LexerError): simplify by using the lexloc slot (aka
4045         yylloc)
4046
4047         * lily/lexer.ll: #define yylloc to use input locations (it may
4048         be useless here?). Fixed the #embedded_scm rule (step the location
4049         forward in order to skip the sharp sign before parsing the scheme
4050         expression)
4051
4052         * lily/include/lily-parser.hh (class Lily_parser): 
4053         * lily/lily-parser.cc: Remove push_spot(), pop_spot() and
4054         here_input()
4055         (parser_error): overload for more precise locations of errors.
4056
4057         * lily/parser.yy (YYLTYPE): set location type to Input
4058         (YYLLOC_DEFAULT): use Input::set_location()
4059         (yylex): add the YYLTYPE* location parameter.
4060         Clean push_spot()/pop_spot()/here_input(), and use @$, @1, etc.
4061         Give an Input parameter to THIS->parser-error() for more accurate
4062         messages.
4063
4064 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4065
4066         * stepmake/aclocal.m4: do NDEBUG for optimizing builds.
4067
4068         * lily/include/beam.hh (DEBUG_QUANTING): performance: only switch
4069         on BEAMQUANTING for non-NDEBUG builds.
4070
4071         * lily/stem.cc (head_count): performance: avoid String::String()
4072         inside oft called function.
4073
4074 2005-01-09  Graham Percival  <gperlist@shaw.ca>
4075
4076         * Documentation/user/examles.itely: attempted fix for broken
4077         string quartet template.
4078
4079         * Documentation/user/notation.itely: remove unnecessary broken
4080         link.
4081
4082 2005-01-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4083
4084         * VERSION (PACKAGE_NAME): release 2.5.7
4085
4086 2005-01-09  Jan Nieuwenhuizen  <janneke@gnu.org>
4087
4088         * config.make.in (METAFONT): Append -progname=mf, fixes use with
4089         mf-nowin for teTeX-3.0.  Backportme.
4090
4091         * scm/output-svg.scm (utf8-string): New function.
4092
4093         * scm/output-gnome.scm (utf8-string): New function.
4094         (otf-name-mangling): Remove.
4095
4096         * lily/pango-font.cc (Pango_font): Use font string iso font
4097         filename for utf8-text.
4098
4099         * buildscripts/gen-emmentaler-scripts.py: Remove designsize from
4100         name.
4101
4102 2005-01-08  Graham Percival  <gperlist@shaw.ca>
4103
4104         * Documentation/user/notation.itely: add info about
4105         Staff.extraNatural = ##f in Pitches section.  Also
4106         fixed some minor issues in the Vocal music section.
4107
4108 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4109
4110         * scm/output-ps.scm (white-text): comment out Helvetica font,
4111         which is broken for my GS install.
4112
4113         * lily/pango-font.cc (pango_item_string_stencil): use ink_rect,
4114         which provides a tighter bbox.
4115
4116         * scm/define-grobs.scm (all-grob-descriptions): remove all
4117         extra-offsets from definitions.
4118
4119 2005-01-08  Erlend Aasland  <erlenda@gmail.com>
4120
4121         * scm/output-lib.scm: Rename guitar-tunings to guitar-tuning and
4122         add tuning for 4-string bass and some common 4/5-string banjo
4123         tunings.  New function (four-string-banjo) turns a 5-string tuning
4124         into a 4-string tuning.  New function
4125         (fret-number-tablature-format-banjo) computes correct fret numbers
4126         on 5-string banjos.
4127
4128         * ly/engraver-init.ly: Default stringTunings = #guitar-tuning
4129         Add beam correction to TabVoice.
4130
4131         * scm/define-grobs.scm: Adjust notehead offset. Print fret numbers
4132         using bold font; makes tabs more readable.
4133
4134 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4135
4136         * lily/font-select.cc (get_font_by_design_size): don't make
4137         Modified_font_metric; this causes trouble, since we don't know the
4138         font magnification from inside Pango_font::text_stencil()
4139
4140         * lily/all-font-metrics.cc (find_pango_font): take magnification argument.
4141
4142         * Documentation/user/notation.itely (The Lyrics context): comment out
4143         broken {Small ensembles} link.
4144
4145         * scm/framework-svg.scm (output-framework): change calling convention.
4146
4147         * lily/object-key-dumper-scheme.cc: new file.
4148
4149         * lily/object-key-undumper-scheme.cc: new file.
4150
4151         * lily/tweak-registration-scheme.cc: new file.
4152
4153         * lily/pango-select.cc (symbol_to_pango_variant): init local variable.
4154
4155         * Documentation/user/examples.itely (String quartet): uncomment
4156         broken example.
4157
4158         * lily/font-config.cc: new file.
4159
4160 2005-01-08  Jan Nieuwenhuizen  <janneke@gnu.org>
4161
4162         * scm/output-svg.scm: 
4163         * scm/output-gnome.scm: s/bigcheese/emmentaler.
4164
4165         * lily/score-engraver.cc (MUSIC_FONT): Use emmentaler20.
4166
4167 2005-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
4168
4169         * lily/general-scheme.cc (LY_DEFINE): Use snprintf (WAS: sprintf).
4170         Add headers.
4171
4172         * lily/GNUmakefile (general-scheme.o): Add version.hh dependency.
4173
4174 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4175
4176         * mf/GNUmakefile (debian-mirror): rename bigcheese to emmentaler.
4177
4178         * lily/include/main.hh: lose _b hungarian suffixes for global
4179         variables.
4180
4181         * lily/include/lily-guile-macros.hh: new file.
4182
4183         * lily/pango-select-scheme.cc (LY_DEFINE): new file.
4184
4185         * lily/general-scheme.cc: new file. 
4186
4187         * lily/font-select.cc (get_font_by_design_size): retrieve
4188         PangoFont for (designsize . "pango-descr") entries.
4189
4190         * lily/lily-parser-scheme.cc: new file.
4191
4192         * lily/output-def-scheme.cc: new file.
4193
4194         * lily/paper-book-scheme.cc: new file.
4195
4196         * lily/duration-scheme.cc (LY_DEFINE): new file.
4197
4198         * lily/pitch-scheme.cc:  new file.
4199
4200         * scm/font.scm (add-cmr-fonts): use real dimens in font selection.
4201
4202 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4203
4204         * lily/dimensions.cc (LY_DEFINE): add ly:{inch,cm,mm,bp,pt}.
4205
4206 2005-01-06  Graham Percival  <gperlist@shaw.ca>
4207
4208         * Documentation/user/notation.itely: minor editing.
4209
4210         * Documentation/user/changing-defaults: minor editing.
4211
4212         * Documentation/user/examples.itely: add template for
4213         string quartet part extraction; demonstrates tag.
4214
4215 2005-01-06  Erlend Aasland  <erlenda@gmail.com>
4216
4217         * Documentation/user/notation.itely: documents
4218         format-mark-box-letters and format-mark-box-numbers
4219
4220         * scm/define-context-properties.scm: change comment.
4221
4222 2005-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4223
4224         * scm/framework-ps.scm (output-classic-framework): new function:
4225         dump systems as separate .eps files (without fonts) and write a
4226         single collecting .tex file.
4227
4228 2005-01-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4229
4230         * Documentation/user/notation.itely (Setting simple songs):
4231         Correct several errors in the equivalent formulation of
4232         \addlyrics. 
4233         (The Lyrics context): Corrected link to the SATB example.
4234
4235 2005-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4236
4237         * scm/lily.scm (completize-formats): new function
4238         (postprocess-output): new function
4239
4240         * lily/paper-book.cc (classic_output): change calling
4241         convention. Give basename as first argument. 
4242         remove Paper_book::post_processing().
4243
4244         * lily/lily-guile.cc (LY_DEFINE): ly:output-backend, new function.
4245
4246 2005-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4247
4248         * lily/paper-outputter.cc (LY_DEFINE): new function
4249         ly:outputter-close.
4250
4251         * lily/main.cc: change --format,-f to --backend,-b
4252
4253         * lily/include/main.hh: rename format to backend.
4254
4255         * scm/translation-functions.scm (format-mark-box-numbers): add.
4256         patch by Erlend Aasland
4257
4258 2005-01-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4259
4260         * lily/pango-font.cc (text_stencil): dump string as
4261         (utf-8-string FONTDESC UTF8) for use in -f gnome, -f svg.
4262
4263 2005-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4264
4265         * configure.in (gui_b): Remove handy developer-only
4266         PKG_CONFIG_PATH settings that cater for Jan-and-Han-Wen ~/usr/pkg/
4267         CVS source installations (but break other non-default but correct
4268         PKG_CONFIG_PATH setups), as this is no longer developer-only.
4269
4270         * SConstruct: 
4271         * ps/GNUmakefile (INSTALLATION_FILES): teTeX-3.0
4272         compatibility (backportme).
4273
4274         * GNUmakefile.in: teTeX-3.0 compatibility (backportme).
4275
4276 2005-01-03  Werner Lemberg  <wl@gnu.org>
4277
4278         Prepare glyph shapes for mf2pt1 conversion.
4279
4280         * mf/feta-accordion.mf (accreg_pen): Removed.  No longer used.
4281         (accDiscant, accFreebase, accStdbase): Replace `draw' with
4282         `penstroke'.
4283         (accDot): Use `drawdot'.
4284         (accBayanbase): Replace `draw' with `draw_gridline'.
4285         (print_penpos): Moved to feta-macros.mf.
4286         (accOldEE): Replace `filldraw' with `penstroke'.
4287         Replace `draw' with `penstroke' and `drawdot'.
4288
4289         * mf/feta-banier.mf: Code clean-up.
4290         ("grace dash (up)", "grace dash (down)"): Replace `draw' with
4291         `fill'.
4292
4293         * mf/feta-bolletjes (draw_cross): Remove call to `labels'.
4294
4295         * mf/feta-eindelijk.mf (draw_rest_bulb, draw_eigth_rest): Add
4296         paremeter to control drawing of labels.  Update all callers.
4297
4298         * mf/feta-klef.mf (draw_c_clef): Use `&' not `..' to connect paths.
4299         (new_bulb): Return a bulb as a single path.  To do that, it now
4300         takes some more parameters.  Updated all callers.
4301         (draw_gclef): Major clean-up.  `draw' has been replaced with
4302         `penstroke', unnecessary outlines have been removed.
4303         Remove (unused) gnome-canvas code.
4304
4305         * mf/feta-macros.mf (print_penpos): New macro (from
4306         feta-accordion.mf).
4307         Other minor fixes.
4308
4309         * mf/feta-pendaal.mf ("Pedal asterisk"): Use `undrawdot'.
4310         ("Pedal dot"): Use `drawdot'.
4311         (draw_pedal_P): Add parameter to control drawing of labels.  Update
4312         all callers.
4313         Fix shape at top.
4314         (draw_pedal_e): Add parameter to control drawing of labels.  Update
4315         all callers.
4316         (draw_pedal_d): Add parameter to control drawing of labels.  Update
4317         all callers.
4318         Revert drawing direction.
4319
4320         * mf/feta-schrift.mf (draw_fermata): Use single path.
4321         (draw_short_fermata): Replace `filldraw' with `fill'.
4322         (draw_long_fermata, draw_very_long_fermata): Replace calls to
4323         `draw_rounded_block' with a single path.
4324         ("Thumb"): Draw full circle instead of mirroring segments.
4325         (draw_accent): New macro.
4326         ("> accent", "espr"): Use it.
4327         (draw_marcato): Replace `filldraw' and `draw' with `fill'.
4328         ("open (unstopped)"): Draw full circle instead of mirroring
4329         segments.
4330         (draw_vee): Removed.
4331         ("Upbow"): Use `draw_accent' instead of `draw_vee'.
4332         ("Downbow"): Replace calls to `draw_rounded_block' with a single
4333         path.
4334         ("Trill (`tr')"): Replace overlapping loop drawn with `draw' with
4335         partial pieces drawn with `fill' -- these do still overlap with the
4336         stem of the `t' but just once, not multiple times so that fontforge
4337         can handle it gracefully.
4338         Change other parts of the glyph so that fontforge's overlapping
4339         algorithm reliably works.
4340         (draw_heel): Replace `draw' with `fill'.
4341         (draw_toe): Use `draw_accent' instead of `draw_vee'.
4342         ("Flageolet"): Replace `draw' with `penstroke'.
4343         ("Segno"): Replace `filldraw' with `penstroke'.
4344         Replace `draw' with `drawdot'.
4345         ("Coda"): Replace `fill' with `penstroke', using a single path.
4346         ("Varied Coda"): Use less overlapping paths.
4347         (draw_arpeggio_arrow): Replace `filldraw' with `fill', using a
4348         single path.
4349
4350         * mf/feta-slag.mf (draw_trillelement): Put `clearxy' outside of
4351         group to better control the `labels' command.
4352         Rename argument to `offset' and use it actually.  Update all
4353         callers.
4354         Replace `filldraw' with `fill'.
4355         ("mordent", "prallmordent", "upmordent", "downmordent",
4356         "lineprall"): Replace `draw' with `draw_gridline'.
4357         ("upprall", "downprall"): Replace `draw' with `fill'.
4358
4359         * mf/feta-timesig.mf: Formatting.
4360
4361         * mf feta-toevallig.mf (draw_meta_flag): Move code to draw labels
4362         to...
4363         ("Flat"): Here.
4364         (draw_paren): Move code to draw labels to...
4365         ("Right Parenthesis"): Here.
4366
4367 2005-01-02  Graham Percival <gperlist@shaw.ca>
4368
4369         * Documentation/user/notation.itely: add example of \setTextDecresc
4370         and \setTextDim.
4371
4372 2005-01-02  Tatsuya Ono <tats_ono@infoseek.jp>
4373
4374         * scm/define-markup-commands.scm :  fix glyph-strings of
4375         accidentals and \note-by-number
4376
4377 2005-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4378
4379         * VERSION: 2.5.6 released.
4380         
4381         * ps/lilyponddefs.ps: put mm -> pt scaling in here.
4382
4383         * input/regression/new-markup-scheme.ly: oops. font-family=music
4384         -> font-encoding fetaMusic.  
4385
4386         * lily/main.cc: put default to PS.
4387
4388         * lily/tfm.cc: idem.
4389
4390         * lily/afm.cc: idem.
4391
4392         * lily/include/modified-font-metric.hh (struct
4393         Modified_font_metric): remove coding_scheme() method.
4394
4395         * input/mutopia/F.Schubert/morgenlied.ly: convert to utf8
4396
4397         * scripts/convert-ly.py (conv): crash on encountering \encoding.
4398
4399         * input/les-nereides.ly: convert to utf8
4400
4401         * lily/modified-font-metric.cc (text_dimension): idem.
4402
4403         * lily/parser.yy (TODO): idem.
4404
4405         * lily/include/lily-lexer.hh (class Lily_lexer): idem.
4406
4407         * lily/lexer.ll: remove encoding
4408
4409         * scm/framework-ps.scm (output-variables): separately scale the
4410         page to mm 
4411
4412         * lily/pango-font.cc (Pango_font): fix scaling.
4413
4414         * lily/font-metric.cc (design_size): design_size returns a
4415         dimension now as well.
4416
4417 2004-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4418
4419         * mf/GNUmakefile ($(outdir)/%.otf-table): use findstring. Fixes
4420         brace generation. 
4421
4422         * lily/text-metrics.cc (LY_DEFINE): use scm_c_make_hash_table().
4423
4424 2004-12-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4425
4426         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Do not try to
4427         install unbuildable Fontmap and Fontmap.lily (Simon Aridis-Lang).
4428
4429 2004-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4430
4431         * mf/GNUmakefile ($(outdir)/%.otf-table): include parmesan20.lisp
4432         in first run as well.
4433
4434         * scm/paper.scm (layout-set-staff-size): use text-font-size in
4435         dimension less points (ie. 12 = 12 point)
4436
4437         * lily/pango-select.cc (select_pango_font): use find_scaled_font().
4438
4439         * lily/all-font-metrics.cc (find_pango_font): set description_
4440
4441         * lily/pango-font.cc (text_stencil): export size as well.
4442         (text_stencil): fix scaling and extents box.
4443
4444 2004-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4445
4446         * Documentation/topdocs/NEWS.texi (Top): add -f texstr
4447
4448         * Documentation/user/invoking.itely (Invoking lilypond): document
4449         texstr
4450
4451         * scripts/convert-ly.py (conv): add ancient rules.
4452
4453         * scm/clef.scm (c0-pitch-alist): replace - with .
4454
4455         * scripts/lilypond-book.py (process_snippets): add texstr support.
4456
4457         * scm/framework-texstr.scm (header): change extension to .textmetrics
4458
4459         * lily/lily-parser.cc (parse_file): do try_load_text_metrics for
4460         -f tex.
4461
4462         * lily/text-metrics.cc: new file.
4463         (try_load_text_metrics): new function
4464
4465         * lily/include/text-metrics.hh: new file.
4466
4467 2004-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4468
4469         * lily/include/lily-guile.hh (ly_lily_module_constant): rename
4470         ly_scheme_function to ly_lily_module_constant.
4471
4472         * lily/modified-font-metric.cc (text_dimension): try
4473         lookup_tex_text_dimension() first.
4474
4475         * lily/tfm.cc: new function ly:load-text-dimensions
4476
4477 2004-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4478
4479         * scm/output-texstr.scm (text): use \lilygetmetrics
4480
4481         * scm/framework-texstr.scm (header): dump in new format.
4482
4483         * tex/lilypond-tex-metrics: new file.
4484         
4485 2004-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4486
4487         * lily/pango-font.cc (text_stencil): Quick try at glyph->charcode
4488         mapping.
4489         (index_to_charcode): New method.
4490
4491         * scm/output-ps.scm (glyph-string): 
4492         * scm/output-gnome.scm (glyph-string): Add FONT parameter.
4493
4494 2004-12-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4495
4496         * scm/output-gnome.scm (FIXME-glyph-string): New function.  Cannot
4497         implement fully, need FONT to get to charcode.
4498
4499         * scm/lily.scm (ly:all-stencil-expressions): Add glyph-string.
4500
4501         * scm: Cleanups.
4502
4503         * Documentation/user/changing-defaults.itely: Fix internalsrefs
4504         {Tunable context properties},
4505         {All layout objects},
4506         {Music definitions}.
4507
4508 2004-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4509
4510         * VERSION: release 2.5.5
4511         
4512         * lily/main.cc: use TeX as default output format.
4513
4514         * flower/file-path.cc (find): try to open directly as well, so we
4515         find absolute path files. 
4516
4517         * lily/pango-select.cc: new file.
4518
4519         * scm/framework-ps.scm: remove all encoding code. 
4520         load pfb/pfa for PangoFont too.
4521         
4522         * lily/lily-guile.cc (ly_chain_assoc_get): new function.
4523
4524 2004-12-22  Werner Lemberg  <wl@gnu.org>
4525
4526         Prepare glyph shapes for mf2pt1 conversion.
4527
4528         * mf/feta-toevallig.mf ("Double Sharp"): Minor path fix.
4529
4530         * mf/feta-bolletjes.mf (penposx): New auxiliary macro.
4531         (define_triangle_shape): Use it to replace `draw' with `fill' and
4532         `unfill'.  Update all callers.
4533         (draw_slash): Replace `filldraw' with `fill'.  Update all callers.
4534         (draw_cross): Ditto.
4535         ("X-Circled notehead"): Replace `draw' with `fill' and `unfill'.
4536         Use penrazor for better conversion with mf2pt1.
4537         (generic_draw_solfa_note_shape, draw_solfa_note_shape,
4538         draw_solfa_quarter_note_shape, triangle): Removed.  Unused.
4539         (draw_do_head, draw_re_head, draw_mi_head, draw_fa_head,
4540         draw_la_head, draw_ti_head): Replace `filldraw' with
4541         `fill'.  Update all callers.
4542
4543 2004-12-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4544
4545         * lily/paper-book.cc (output): revert: only allow a single output
4546         format.
4547
4548         * lily/include/pango-font.hh: new file.
4549
4550         * lily/pango-font.cc: new file.
4551
4552         * lily/font-metric.cc (text_stencil): new routine
4553
4554         * lily/all-font-metrics.cc (find_pango_font): new routine.
4555
4556         * lily/include/font-metric.hh (struct Font_metric): add
4557         text_stencil()
4558
4559         * configure.in (PKG_CONFIG_PATH): require PANGO_FT2
4560
4561 2004-12-22  Werner Lemberg  <wl@gnu.org>
4562
4563         Prepare glyph shapes for mf2pt1 conversion.
4564
4565         * mf/feta-macros.mf, mf_feta-eindelijk.mf: Some formatting.
4566
4567         * mf/feta-toevallig.mf: Formatting.
4568         (draw_meta_sharp): Modify path to replace `filldraw' with `fill'.
4569         ("Natural"): Fix paths to allow better postprocessing.
4570         (draw_meta_flat): Use `z3l' as additional point in path to get
4571         better conversion with mf2pt1.
4572         Other minor cleanups.
4573         ("3/4 Flat"): Add auxiliary points and modify path to replace
4574         `draw' with `fill'.
4575         ("Double Sharp"): Mirror path segments instead of picture elements
4576         to get a single outline.
4577         Modify path to replace `filldraw' with `fill'.
4578
4579 2004-12-22  Graham Percival  <gperlist@shaw.ca>
4580
4581         * input/test/unfold-all-repeats.ly: added file back.
4582
4583         * Documentation/user/notation.itely,
4584         Documentation/user/programming-interface.itely
4585         Documentation/user/changing-defaults.itely: fixed misc broken
4586         links to input/test/ files.
4587
4588 2004-12-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4589
4590         * tex/texinfo.tex: Update.  We should not be distributing this,
4591         but since we do, use latest version.
4592
4593         * Documentation/user/macros.itexi: Comment-out \fetaflat,
4594         \fetasharp.  Fixes make web.  FIXME: make usable (compatible?) TeX
4595         macros for feta glyphs.
4596
4597 2004-12-22  Graham Percival  <gperlist@shaw.ca>
4598
4599         * Documentation/user/changing-defaults.itely: fix index for set.
4600
4601         * Documentation/user/converters.itely: added convert-ly bugs list
4602         from CVS.
4603
4604 2004-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4605
4606         * python/lilylib.py (setup_environment): Set GS_FONTPATH, GS_LIB
4607         to empty.  Fixes make web, using gs-gpl-8.01.  In fact,
4608         gs-afpl-8.50 has more trouble with make web (ie, uses *a lot* more
4609         resourses; 3x MAXSIZE, 4x MAXRSS, 1.5x user).
4610
4611         * mf/GNUmakefile (pfa_warning): Use less broken check.
4612
4613         * python/lilylib.py (setup_environment): Remove cruft from
4614         GS_FONTPATH.
4615
4616         * configure.in: Bump mftrace requirement to 1.1.1.
4617
4618 2004-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4619
4620         * scm/output-svg.scm (beam): Use polygon.
4621
4622         * scm/lily-library.scm: Bugfix.
4623
4624         * Documentation/user/invoking.itely (Invoking lilypond): Bugfix.
4625
4626         * mf/GNUmakefile (ALL_GEN_FILES): Remove unbuildable Fontmap.lily.
4627
4628 2004-12-19  Werner Lemberg  <wl@gnu.org>
4629
4630         Prepare glyph shapes for mf2pt1 conversion.
4631
4632         * mf/feta-eindelijk: Some formatting.
4633         (multi_rest_x, multi_beam_height): Removed.  Unused.
4634         ("Quarter rest"): Use `intersectiontimes' to create a single
4635         outline.
4636         (rest_crook): Removed.  Unused.
4637         (draw_rest_bulb): Return path (wihtout filling).  Update callers.
4638         Simplified.
4639         (draw_eighth_rest, "16th rest", "32th rest", "64th rest",
4640         "128th rest"): Simplify `pat'.
4641         Create single outline.
4642
4643 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4644
4645         * mf/GNUmakefile (ALL_GEN_FILES):
4646         (INSTALLATION_OUT_SUFFIXES): Remove unbuildable fonts.scale.
4647
4648         * scm/output-svg.scm (polygon, draw-line, dashed-line): New
4649         function.
4650
4651 2004-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4652
4653         * scm/output-texstr.scm (placebox): add routine
4654
4655         * VERSION (PACKAGE_NAME): release 2.5.4
4656
4657         * scm/framework-texstr.scm (output-framework): new file.  
4658
4659         * scm/output-texstr.scm: new file. Collect (TEXT . ) calls for TeX
4660         processing.
4661
4662         * Documentation/user/invoking.itely (Invoking lilypond): add SVG
4663
4664         * stepmake/stepmake/metafont-rules.make: make single SVG/PFA/PFB
4665         rule.
4666
4667         * configure.in (gui_b): bump mftrace requirement to 1.1.0
4668
4669         * mf/feta-bolletjes.mf (triangle): add s to 0triangle.
4670
4671         * mf/GNUmakefile (ALL_GEN_FILES): make SVG files too.
4672
4673 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4674
4675         * scm/framework-svg.scm (dump-page): Implement landscape.
4676
4677 2004-12-18  Jan Nieuwenhuizen  <janneke@gnu.org>
4678
4679         * lily/main.cc (setup_paths): Add svg to search path.
4680
4681         * scm/output-svg.scm:
4682         * scm/framework-svg.scm: Add pageSet.  Update.
4683         (dump-fonts): New function.
4684         (output-framework): Use it.
4685
4686         * mf/GNUmakefile: 
4687         * buildscripts/gen-bigcheese-scripts.py: Also generate SVG font.
4688
4689 2004-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4690
4691         * tex/lilyponddefs.tex: comment out new ifpdf code.
4692
4693 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
4694
4695         * GNUmakefile.in: 
4696         * SConstruct (symlink): Replace afm by otf.
4697
4698         * scm/framework-gnome.scm (gnome-main): Remove invocation of
4699         ly:pango-add-afm-decoder.
4700
4701         * lily/lily-guile.cc ("ly:pango-add-afm-decoder"): Build fix: Remove.
4702
4703 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4704
4705         * scm/output-ps.scm (new-text): don't access t glyph for getting
4706         space dimension.
4707
4708         * ly/init.ly: warn about \version
4709
4710         * lily/lexer.ll: set version-seen?
4711
4712 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
4713
4714         * scm/output-svg.scm (string->entities): Update.
4715
4716 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4717
4718         * lily/main.cc (setup_paths): replace afm by otf for path. 
4719
4720         * lily/pangofc-afm-decoder.cc: remove.
4721
4722         * lily/include/pangofc-afm-decoder.hh: remove.
4723
4724         * scm/framework-scm.scm (output-framework): new file.
4725
4726         * mf/GNUmakefile: remove SAUTER_FONTS.
4727         remove SVG/sodipodi hacks.
4728
4729         * scm/lily-library.scm (stderr): move stderr.
4730
4731         * mf/GNUmakefile: remove AFM support.
4732
4733         * buildscripts/mf-to-table.py (base): remove AFM support.
4734
4735         * lily/open-type-font.cc (design_size): use design_size
4736
4737 2004-12-17  Pedro Kroger  <kroeger@pedrokroeger.net>
4738
4739         * lily/font-metric.cc (LY_DEFINE): Fix the docstring.
4740
4741 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
4742
4743         * mf/GNUmakefile: Generate combined aybabtu info.
4744         * mf/aybabtu.pe.in (i): Load it.
4745
4746         * scm/framework-tex.scm (otf-font-load-command): Bugfix: subfonts
4747         are not symbols.
4748
4749         * lily/include/open-type-font.hh (count): New method.
4750
4751         * mf/aybabtu.pe.in: Typo.
4752
4753         * Documentation/user/out/lilypond-internals.nexi (Scheme
4754         functions): Typo.
4755
4756         * lily/include/guile-compatibility.hh (SCM_HASHTABLE_P): Add compat.
4757
4758 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4759
4760         * buildscripts/gen-bigcheese-scripts.py (i): use symbols for
4761         subfonts.
4762
4763         * scm/output-tex.scm (named-glyph): new function. This fixes TeX output.
4764
4765         * scm/framework-tex.scm (otf-font-load-command): load subfonts.
4766         (tex-font-command-raw): new function.
4767
4768         * lily/include/virtual-font-metric.hh (Module): remove file
4769
4770         * lily/virtual-font-metric.cc (Module): remove file.
4771         
4772
4773         * lily/open-type-font.cc (LY_DEFINE): ly:otf-font-glyph-info
4774         (get_indexed_char): read bbox from lily table if present.
4775
4776 2004-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4777
4778         * mf/GNUmakefile ($(outdir)/aybabtu.subfonts): rule for
4779         aybabtu.subfonts
4780
4781         * mf/feta-beugel.mf (y): don't number consecutively, instead, use
4782         global glyphname. Enables more than 64 glyphs in the OTF.
4783
4784 2004-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
4785
4786         * scm/font.scm (add-music-fonts): Load aybabtu iso all separate
4787         braces.
4788
4789         * lily/open-type-font.cc (design_size): Use 12 as default for
4790         design size.
4791
4792         * mf/aybabtu.pe.in: New file.  Merge all our braces.
4793
4794         * mf/GNUmakefile: Generate aybabtu.
4795
4796         * tex/lilyponddefs.tex: teTeX 3.0 pdfetex fix.
4797
4798 2004-12-14  Jan Nieuwenhuizen  <janneke@gnu.org>
4799
4800         * scm/lily-library.scm (char->unicode-index): Remove.
4801
4802         * scm/output-gnome.scm (text): Bugfix for plain string input.
4803         Updates.
4804
4805         * scm/output-svg.scm (svg-font): Add weight to font selection.
4806
4807 2004-12-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4808
4809         * Documentation/topdocs/INSTALL.texi (Top): Point to
4810         buildscripts/out/clean-fonts instead of
4811         buildscripts/clean-fonts.sh. 
4812
4813 2004-12-13  Graham Percival  <gperlist@shaw.ca>
4814
4815         * input/regression/figured-bass.ly: attempt to clarify text.
4816
4817         * Documentation/user/notation.tely: add cindex for tag, attempt to
4818         add figured bass example.
4819
4820         * Documentation/user/changing-defaults: basic editing.
4821
4822 2004-12-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4823
4824         * buildscripts/gen-bigcheese-scripts.py (i): load .subfonts table. 
4825
4826         * lily/open-type-font.cc (LY_DEFINE): new function
4827         ly:font-sub-fonts
4828
4829         * lily/include/font-metric.hh (struct Font_metric): new method
4830         sub_fonts()
4831
4832         * lily/vaticana-ligature-engraver.cc (transform_heads): replace
4833         . with - in add.stem.
4834         
4835 2004-12-13  Jan Nieuwenhuizen  <janneke@gnu.org>
4836
4837         * scm/encoding.scm (coding-alist): Fix encodings for fetaNumber
4838         and fetaDynamic.
4839
4840         * lily/rest.cc (glyph_name): Change - to . .
4841
4842         * scm/output-gnome.scm (text): Hello world, again.
4843
4844         * scm/output-svg.scm (named-glyph): New function.  Hello world!
4845
4846         * lily/modified-font-metric.cc (index_to_charcode): New method.
4847
4848         * lily/include/font-metric.hh (index_to_charcode): New function.
4849
4850         * lily/font-metric.cc (ly:font-glyph-name-to-charcode): Use it in
4851         new function.
4852         (ly:font-glyph-to-index): Remove.
4853
4854 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4855
4856         * lily/open-type-font.cc (make_index_to_charcode_map): new method.
4857
4858         * mf/feta-autometric.mf (code): remove tex name from fet_beginchar.
4859
4860         * lily/open-type-font.cc (load_scheme_table): new function
4861
4862         * lily/dots.cc (print): replace - 
4863
4864         * lily/open-type-font.cc (attachment_point): new function.
4865         (load_table): read LILC table
4866
4867         * buildscripts/gen-bigcheese-scripts.py (Module): new
4868         file. Generate FF scripts.
4869
4870         * mf/feta-din10.mf: idem.
4871
4872         * mf/feta-nummer10.mf: remove mf files.
4873
4874         * mf/feta-alphabet.mf (dynamic_design_size): merge din and number font.
4875
4876 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
4877
4878         * lily/lily-guile.cc: Use scm_from_locale_stringn.
4879
4880         * lily/include/guile-compatibility.hh (scm_from_locale_stringn): Add
4881         compatibility.
4882
4883 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4884
4885         * lily/open-type-font.cc (get_indexed_char): scale metrics by
4886         design-size and units_per_EM.
4887
4888         * mf/bigcheese.pe.in: set PUA codepoints before loading din & nummer.
4889
4890 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
4891
4892         * mf/bigcheese.pe.in (i): Map to 0xe000 (PUA) for testing, which
4893         does not crash fontforge.
4894
4895         * scm/lily-library.scm (char->unicode-index): Hack to map onto
4896         PUA.
4897
4898 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4899
4900         * scm/framework-ps.scm (ps-embed-cff): new function.
4901
4902         * lily/lily-guile.cc (LY_DEFINE): make ly:gulp-file binary proof.
4903
4904 2004-12-12  Werner Lemberg  <wl@gnu.org>
4905
4906         * mf/bigcheese.pe.in: Add PUA mapping.
4907         Don't create Type 42 but bare CFF font.
4908
4909 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
4910
4911         * scm/output-gnome.scm (placebox): Hackery to get bigcheese symbols
4912         within canvas boundaries.
4913
4914         * mf/merge.pe.in: Set font names, version, license GPL.
4915
4916         * make/substitute.make: Add FONTFORGE.
4917
4918         * config.make.in (FONTFORGE): Add.
4919
4920         * configure.in (gui_b): Use PATH_PROG for fontforge.
4921
4922 2004-12-11  Graham Percival  <gperlist@shaw.ca>
4923
4924         * scm/define-markup-commands.scm: add baseline-skip to info
4925         about \column.
4926
4927 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4928
4929         * lily/font-metric.cc (ly:font-get-glyph-index): New function.
4930
4931         * scm/output-gnome.scm (named-glyph): Use it.
4932
4933         * scm/lily.scm (ly:all-stencil-expressions): Add named-glyph.
4934
4935         * flower/string.cc (substitute_char): Rename, rewrite, modify this.
4936         (upper_string, lower_string, reverse_string): Remove.
4937
4938         * configure.in (fontforge): Reinstate version check.
4939
4940         * ly/engraver-init.ly: Fix clef glyph names.
4941
4942         * lily/time-signature.cc (special_time_signature): Fix fraction
4943         glyph names.
4944
4945 2004-12-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4946
4947         * mf/merge.pe: new file.
4948
4949         * lily/freetype.cc: new file.
4950
4951         * lily/include/open-type-font.hh (class Open_type_font): new file.
4952
4953         * lily/include/freetype.hh: new file.
4954
4955         * lily/open-type-font.cc: new file.
4956
4957         * lily/all-font-metrics.cc (find_otf): new function.
4958
4959 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4960
4961         * lily/time-signature.cc (special_time_signature): Fix.
4962
4963         * configure.in (PKG_CONFIG_PATH): Remove stray `i'.  Check for
4964         GTK2 before checking for pango.  Fixes -fgnome.
4965
4966         * lily/font-metric.cc (LY_DEFINE): Also rename C name to match
4967         Scheme name.
4968
4969         * scm/define-markup-commands.scm:
4970         * scm/safe-lily.scm: Bugfix: ly:font-by-name.
4971
4972         * configure.in: Require makeinfo 4.7 (needed for @ifdocbook).
4973
4974         * stepmake/aclocal.m4 (STEPMAKE_GET_VERSION): Grok fontforge-like
4975         date versions.  Fixes configure.
4976         (STEPMAKE_CHECK_VERSION): Support optional actual program version
4977         argument.
4978
4979 2004-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4980
4981         * buildscripts/mf-to-table.py (write_ps_encoding): write real
4982         names in .enc
4983
4984         * lily/*.cc: use '.' iso. '-' for separating glyph name elements.
4985
4986 2004-12-09  Graham Percival  <gperlist@shaw.ca>
4987
4988         * Documentation/user/changing-defaults.itely: add info about
4989         make-dynamic-script
4990
4991         * Documentation/user/notation.itely: add link in dynamics to
4992         section about make-dynamic-script.
4993
4994 2004-12-09  Christian hitz  <chhitz@gmx.net>
4995
4996         * lily/lily-guile.cc: change MACOS_X to __APPLE__
4997
4998 2004-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4999
5000         * buildscripts/mf-to-table.py (parse_logfile): use . for
5001         concatting name and group.
5002         (parse_logfile): use M for Minus (negative.)
5003
5004         * lily/include/type-swallow-translator.hh
5005         (DECLARE_EVENT_SWALLOWER): ENTER_DESCRIPTION -> ADD_TRANSLATOR
5006
5007         * lily/*.cc: cosmetics around = sign.
5008
5009         * lily/paper-column.cc (Paper_column): copy rank_. This fixes
5010         lyric spacing on the penultimate column.
5011
5012 2004-12-05  Christian Hitz  <chhitz@gmx.net>
5013
5014         * configure.in:
5015         * lily/accidental-placement.cc:
5016         * lily/bar-line.cc:
5017         * lily/beam-concave.cc:
5018         * lily/beam-quanting.cc:
5019         * lily/beam.cc:
5020         * lily/bezier-bow.cc:
5021         * lily/bezier.cc:
5022         * lily/break-align-interface.cc:
5023         * lily/custos.cc:
5024         * lily/dimension-cache.cc:
5025         * lily/dot-column.cc:
5026         * lily/font-metric.cc:
5027         * lily/font-select.cc:
5028         * lily/gourlay-breaking.cc:
5029         * lily/grob-property.cc:
5030         * lily/grob.cc:
5031         * lily/lily-guile.cc:
5032         * lily/line-spanner.cc:
5033         * lily/lookup.cc:
5034         * lily/lyric-extender.cc:
5035         * lily/lyric-hyphen.cc:
5036         * lily/mensural-ligature.cc:
5037         * lily/midi-def.cc:
5038         * lily/misc.cc:
5039         * lily/note-collision.cc:
5040         * lily/note-column.cc:
5041         * lily/note-head.cc:
5042         * lily/paper-outputter.cc:
5043         * lily/percent-repeat-item.cc:
5044         * lily/rest-collision.cc:
5045         * lily/side-position-interface.cc:
5046         * lily/simple-spacer.cc:
5047         * lily/slur-configuration.cc:
5048         * lily/slur-scoring.cc:
5049         * lily/slur.cc:
5050         * lily/spaceable-grob.cc:
5051         * lily/spacing-spanner.cc:
5052         * lily/spanner.cc:
5053         * lily/staff-symbol-referencer.cc:
5054         * lily/stem.cc:
5055         * lily/stencil.cc:
5056         * lily/system-start-delimiter.cc:
5057         * lily/system.cc:
5058         * lily/text-item.cc:
5059         * lily/tie.cc:
5060         * lily/tuplet-bracket.cc:
5061         * lily/vaticana-ligature.cc: Fix for MacOS X: use <math.h> instead of
5062         <cmath> beacause isinf/isnan is undefined in <cmath>
5063
5064 2004-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5065
5066         * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond.
5067
5068 2004-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5069
5070         * VERSION: release 2.5.3
5071         
5072 2004-11-29  Arno Waschk <arno@arnowaschk.de>
5073
5074         * mf/feta-schrift.mf: added <>-like articulation mark as "espressivo"
5075
5076 2004-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5077
5078         * scm/music-functions.scm (cue-substitute): voice counts start at 0.
5079
5080         * lily/note-head.cc (internal_print): always try the "s" head if
5081         u/d not found.
5082
5083         * scm/titling.scm (marked-up-headfoot): reinstate default tagline.
5084
5085 2004-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5086
5087         * mf/parmesan-heads.mf (overdone_heads): typos.
5088
5089 2004-11-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5090
5091         * lily/parser.yy (markup): in markups, { .. } without command
5092         before are also flattened, ie \line must be explicitely used.
5093
5094         * Documentation/user/changing-defaults.itely:
5095         * Documentation/user/notation.itely: 
5096         * input/wilhelmus.ly: 
5097         * input/regression/instrument-name-markup.ly: 
5098         * input/regression/markup-score.ly: 
5099         * input/regression/new-markup-scheme.ly: 
5100         * input/regression/new-markup-syntax.ly: 
5101         * input/test/coriolan-margin.ly: use \line in markups where
5102         appropriate
5103         
5104 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5105
5106         * scm/new-markup.scm (map-markup-command-list): helper function
5107         used in parser.yy to map markup commands on a markup list.
5108
5109         * lily/parser.yy: get rid off < > in markups by treating { } as
5110         real lists.
5111
5112         * lily/lexer.ll: remove < > from markup lexer mode.
5113
5114         * scripts/convert-ly.py (conv): add rule for converting 
5115         \markup < > to \markup { }
5116
5117         * ly/titling-init.ly: 
5118         * input/test/coriolan-margin.ly: 
5119         * input/regression/new-markup-syntax.ly: 
5120         * input/regression/new-markup-scheme.ly: 
5121         * input/regression/multi-measure-rest-text.ly: 
5122         * input/regression/markup-stack.ly: 
5123         * input/regression/markup-score.ly: 
5124         * input/regression/instrument-name-markup.ly: 
5125         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: 
5126         * input/mutopia/R.Schumann/romanze-op28-2.ly: 
5127         * input/mutopia/J.S.Bach/wtk1-fugue2.ly: 
5128         * input/wilhelmus.ly: 
5129         * Documentation/user/notation.itely: 
5130         * Documentation/user/music-glossary.tely: 
5131         * Documentation/user/changing-defaults.itely: change < > to { } in
5132         markups
5133
5134 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5135
5136         * lily/accidental-placement.cc (position_accidentals): shortcut if
5137         no accidentals to place.
5138
5139 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5140
5141         * scm/define-grob-properties.scm (all-user-grob-properties): fixed
5142         typo s/ly:dimension ?/ly:dimension?/
5143
5144         * input/regression/lily-in-scheme.ly: 
5145         * input/regression/music-function.ly: 
5146         * ly/spanners-init.ly (assertBeamSlope): 
5147         * scm/music-functions.scm (def-grace-function): add the paper
5148         argument to music function definitions.
5149
5150 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5151
5152         * lily/moment.cc (LY_DEFINE):
5153         ly:moment-main-{denominator,numberator}, new function.
5154
5155         * lily/score-engraver.cc (typeset_all): assign to column on basis
5156         of axis-group-parent-X setting.
5157
5158         * lily/axis-group-engraver.cc (process_acknowledged_grobs): do
5159         add_element() on basis of axis-group-parent-Y setting.
5160
5161         * lily/grob.cc: add axis-group-parent-{XY} properties.
5162
5163         * input/regression/spacing-stick-out.ly: new file.
5164
5165         * lily/simple-spacer.cc (add_columns): use binary search for
5166         setting column rods. Changes O(n^2) to O(n log(n)) for
5167         constructing spacing problem from columns.
5168         (add_columns): read allow-outside-line to make sure no texts stick
5169         out.
5170         (solve): Simple_spacer::is_active() only determines
5171         satisfies_constraints_ for non-ragged typesetting.
5172
5173         * lily/simultaneous-music.cc (to_relative_octave): only set
5174         old_relative_used if return pitch actually changed.
5175
5176         * scm/define-context-properties.scm
5177         (all-user-translation-properties): change to match implementation.
5178
5179         * python/lilylib.py: Replace re.match by re.search and adds "-c
5180         showpage" to the gs command line (Johannes Schindelin)
5181
5182         * scm/framework-ps.scm (output-preview-framework): sanitize bbox
5183         before processing. Prevents crash when inf is in the extent.
5184
5185         * scm/define-markup-commands.scm (note-by-number): add "s" to
5186         "noteheads-" glyphname.
5187  
5188         * lily/parser.yy (Generic_prefix_music): supply parser argument to
5189         music function as well.
5190         
5191 2004-11-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5192
5193         * VERSION: release 2.5.2
5194
5195         * Documentation/user/changing-defaults.itely (Creating titles):
5196         add breakbefore variable.
5197
5198         * lily/paper-book.cc (set_system_penalty): new function. Set
5199         penalty_ based on breakBefore setting
5200
5201         * lily/context-specced-music-iterator.cc (construct_children):
5202         interpret special context id $uniqueContextId 
5203
5204         * lily/context.cc (create_unique_context): new method. Move
5205         creation of unique (\new) contexts into interpreting phase. This
5206         makes
5207
5208           foo= \new Staff ..
5209           << \foo \foo >>
5210
5211         produce 2 staves.
5212         
5213
5214         * scm/define-music-properties.scm (all-music-properties): add
5215         quoted-voice-direction
5216
5217         * ly/music-functions-init.ly: killCues function.
5218
5219         * scm/music-functions.scm (cue-substitute): move creation of voice
5220         contexts further to the back. 
5221
5222 2004-11-25  Werner Lemberg  <wl@gnu.org>
5223
5224         * tex/GNUmakefile ($(outdir)/latin1.enc): Replace `/minus' with
5225         `/hyphen' in encoding vector to get correct glyph name for EC fonts.
5226
5227 2004-11-24  Erik Sandberg  <ersa9195@student.uu.se>
5228
5229         * buildscripts/guile-gnome.sh: Fixed typo.
5230
5231 2004-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5232
5233         * lily/lexer.ll: add < >  to markup lexer mode (backportme)
5234
5235         * scripts/abc2ly.py (dump_slyrics): add ord(). 
5236
5237         * lily/note-heads-engraver.cc (process_music): add shapeNoteStyles
5238         to regular engraver. 
5239
5240 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5241
5242         * mf/feta-bolletjes.mf (triangle): rewrite solfa heads.
5243
5244 2004-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5245
5246         * scm/define-markup-commands.scm (fill-line): Typo.
5247
5248         * buildscripts/guile-gnome.sh (GGVERSION): Build update for 2.7.96
5249         and newer.
5250
5251 2004-11-22  Erik Sandberg  <ersa9195@student.uu.se>
5252
5253         * ly/dynamic-scripts-init.ly: Fixed typo.
5254
5255 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5256
5257         * mf/feta-bolletjes.mf (overdone_heads): cleanup triangle
5258         note-head, to have different attachment points for up and down.
5259
5260         * mf/feta-bolletjes.mf: merge solfa heads into main note heads.
5261
5262         * mf/feta-generic.mf (else): remove solfa.
5263
5264         * mf/feta-bolletjes.mf (tishape): remove unicode test.
5265
5266         * scm/define-context-properties.scm
5267         (all-user-translation-properties): add shapeNoteStyles property.
5268
5269         * lily/shape-note-heads-engraver.cc (process_music): new file.
5270
5271         * lily/event.cc (transpose): call Event::transpose() for
5272         transposing the tonic.
5273
5274 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5275
5276         * scm/output-gnome.scm: Save some pointers about pango/fontconfig
5277         Unicode/OpenType and AFM.
5278
5279         * lily/include/guile-compatibility.hh (scm_from_bool): Add.
5280
5281 2004-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5282
5283         * lily/grob.cc (Grob): idem. Plugs mem leaks. 
5284
5285         * lily/context.cc (Context): unprotect key from ctor.
5286
5287         * scm/stencil.scm (stack-lines): return empty-stencil if argument
5288         is '()
5289         (stack-stencils): idem.
5290
5291         * Documentation/user/changing-defaults.itely (Creating titles):
5292         document new title layout options.
5293
5294         * lily/parser.yy (lilypond_header_body): copy previous
5295         $globalheader if present.
5296
5297         * lily/ly-module.cc (LY_DEFINE): rename ly:import-module to
5298         ly:module-copy
5299         
5300         * scm/page-layout.scm (marked-up-headfoot): remove old functions.
5301
5302         * scm/titling.scm: remove old titling functions
5303
5304         * lily/stencil.cc (translate): remove absolute dimension.
5305
5306         * ly/titling-init.ly (oddFooterMarkup): new file. Generate titles
5307         via markup.
5308
5309         * scm/page-layout.scm (marked-up-headfoot): create header/footer
5310         field from user-supplied markup
5311
5312         * scm/define-markup-commands.scm (on-the-fly): new markup
5313         command. Enter SCM markup procedure directly in Scheme.
5314         (fromproperty): new markup command. Read markup from props argument.
5315
5316         * scm/titling.scm (marked-up-title): create title via
5317         user-specified markup. 
5318
5319         * scm/define-markup-commands.scm (column): remove empty stencils
5320         from column.
5321
5322         * lily/ly-module.cc (LY_DEFINE): use ly_module_lookup(). This does
5323         not have side-effect of creating variable stub.
5324
5325         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-empty?
5326
5327 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5328
5329         * scm/encoding.scm (coding-alist): 
5330         * scm/font.scm (add-ec-fonts):
5331         * ly/paper-defaults.ly: Use actual name for EC fontencoding:
5332         Extended-TeX-Font-Encoding---Latin.
5333
5334         * lily/side-position-interface.cc (general_side_position): Add
5335         actual offset to error message (avoid constant error messages).
5336
5337         * lily/all-font-metrics.cc (find_font): Add "lm" to try-AFM-first
5338         block.
5339
5340         * lily/font-select.cc (select_encoded_font)
5341         (get_font_by_mag_step, get_font_by_design_size): 
5342         * lily/modified-font-metric.cc (Modified_font_metric): 
5343         * lily/paper-def.cc (find_scaled_font): Add font_encoding parameter.
5344
5345         * scm/encoding.scm (coding-alist): Add fetaDynamic.
5346         (read-encoding-file): Bugfix: do not require space after bracket.
5347
5348         * scm/font.scm (add-cork-lm-fonts): Remove lmbxi8 and lmbxi14,
5349         these do not exist.
5350
5351 2004-11-20  Graham Percival  <gperlist@shaw.ca>
5352
5353         * Documentation/user/notation.itely: added info about typesetting
5354         boxed bar numbers.
5355
5356 2004-11-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5357
5358         * flower/interval.cc (T_to_string): gcc4 fixes.
5359
5360         * scm/define-markup-commands.scm (fill-line): use
5361         stack-stencils. This fixes problems with putting already centered
5362         stencils in a line.
5363
5364         * VERSION: release 2.5.1
5365
5366         * lily/bar-line.cc (get_staff_bar_size): add line thickness.
5367
5368 2004-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5369
5370         * input/example-[1-3].ly: simplify.
5371
5372         * lily/cluster-engraver.cc (try_music): react to busy-playing-event
5373
5374         * scm/output-ps.scm (new-text): new function. Use glyphshow to
5375         show glyphs.
5376
5377         * scm/encoding.scm (decode-byte-string): new function.
5378
5379         * scripts/convert-ly.py (conv): add warning about
5380         set-global-staff-size.
5381
5382         * Doxyfile: add. 
5383
5384         * scripts/convert-ly.py (conv): add raggedlastbottom rule
5385         (conv): warn for TextSpanner split.
5386         (conv): warn for textheight.
5387
5388 2004-11-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5389
5390         * GNUmakefile.in (install-WWW): Invoke install-info, so that when
5391         building the documentation, info with images are installed.
5392         (final-install): Fix description.  Mention sourcing of login
5393         scripts (instead of running).
5394
5395 2004-11-18  Jan Nieuwenhuizen  <janneke@gnu.org>
5396
5397         * Debian lmodern support.  Note that LilyPond will issue warnings
5398         
5399             no such encoding: "FontSpecific"
5400
5401           The font selection mechanism wants to get the encoding from the
5402           font itself, but the idea of lmodern is that it is usable with
5403           different encodings, ie, Lily should get the encoding from the
5404           font tree, rather than the font itself.  This would require some
5405           more work.
5406         
5407         * configure.in: Test for and accept lmodern if EC fonts not found.
5408
5409         * scm/framework-tex.scm (font-load-command): TeX font name
5410         mangling for latin1 encoded cork-lm fonts.
5411         (convert-to-ps): Load lm.map if available.
5412
5413         * ly/paper-defaults.ly: Use cork-lm encoding if ec is not
5414         available.
5415
5416         * scm/encoding.scm (coding-alist): Add cork-lm encoding.
5417
5418         * scm/font.scm: Add header.  Autoload cork-lm and ec fonts if
5419         available.
5420
5421         * lily/kpath.cc (ly_kpathsea_find_file): Rename.  Do not use
5422         path for absolute file name, that is silly.
5423
5424         * lily/score-engraver.cc (initialize): 
5425
5426         * Documentation/user/GNUmakefile (local-install-info): Invoke
5427         install-info --remove first.
5428
5429         * #include cleanup (Andreas Scherer).
5430
5431 2004-11-18  Heikki Junes  <hjunes@cc.hut.fi>
5432
5433         * input/test/script-abbreviations.ly: fix typos.
5434
5435 2004-11-17  Werner Lemberg  <wl@gnu.org>
5436
5437         * python/lilylib.py (options_help_str): Support pretty-printing of
5438         newlines in fourth element of option description.
5439
5440         * scripts/lilypond-book.py (option_definitions): Use new lilylib
5441         feature.
5442         Sort options.
5443
5444         * Documentation/user/lilypond-book.itely: Finish update.
5445
5446 2004-11-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5447
5448         * Documentation/user/macros.itexi: Add comment about \command.
5449
5450         * Documentation/user/lilypond.tely:
5451         * Documentation/user/lilypond-book.itely: Fix names of lilypond
5452         and lilypond-book nodes, so that `info lilypond' visits the manual
5453         at top level, and `info lilypond-book' visits the lilypond-book
5454         section.
5455
5456         * Documentation/user/GNUmakefile (local-install-info): Fix rules
5457         and packager messages.
5458
5459         * lily/pangofc-afm-decoder.cc: Update test.
5460
5461 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
5462
5463         * scm/lily-library.scm (char->unicode-index): New function.
5464
5465         * scm/output-gnome.scm: 
5466         * scm/output-svg.scm: Cleanup.  Map custom fonts to PUA.
5467
5468         * Proper naming of file name throughout; s/filename/file[-_]name/.
5469
5470         * lily/modified-font-metric.cc ("ly:font-encoding"): New function.
5471
5472         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Map onto PUA.
5473
5474 2004-11-16  Werner Lemberg  <wl@gnu.org>
5475
5476         * scripts/lilypond-book.py: The Lord has commanded me to use only
5477         tabs for indentation.  Your humble servant obeys.
5478
5479 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
5480
5481         * scm/output-svg.scm: Font fixes.  Sodipodi now groks svg
5482         including font, if LilyPond-feta font is only feta font in path.
5483
5484         * scm/output-gnome.scm (text): Revert to file name of font if font
5485         has no name.  Fixes ec font selection.
5486         (char): Bugfix: do not utf8 twice.  Fixes clefs.
5487
5488         * scm/framework-svg.scm:
5489         * scm/output-svg.scm: New file.  TODO: figure out how to
5490         do character by index in font.
5491
5492         * scm/output-sodipodi.scm: Remove.
5493
5494         * scm/output-ps.scm (stem): Remove.
5495
5496 2004-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
5497
5498         * scm/output-gnome.scm (beam): New function.
5499         (slur): Round corners.
5500         (round-filled-box): Round corners.
5501
5502 2004-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5503
5504         * scm/output-gnome.scm (beam): add function.
5505         (draw-line): new routine.
5506         (dashed-line): stub; call draw-line
5507         (polygon): new routine.
5508
5509 2004-11-15  Werner Lemberg  <wl@gnu.org>
5510
5511         * Documentation/user/lilypond-book.itely: Revise section on
5512         lilypond-book options.
5513         Other minor fixes.
5514
5515         * scripts/lilypond-book.py: Change indentation to 4.
5516         Minor formatting.
5517
5518 2004-11-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5519
5520         * lily/system.cc (apply_tweaks): new function. Run tweaks on all
5521         grobs that have tweaks specced.
5522         
5523 2004-11-14  Heikki Junes  <hjunes@cc.hut.fi>
5524
5525         * Documentation/user/sound-output.itexi: add code snippets for MIDI.
5526
5527 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
5528
5529         * lily/font-metric.cc (get_indexed_char_stencil): Bugfix: get
5530         actual char #, not 0 based index.
5531
5532         * lily/system-start-delimiter.cc (staff_brace): Start at 65.
5533
5534         * mf/feta-beugel.mf: Actually start at char #65.  Add header.
5535         Warning: do make -C mf clean.
5536
5537         * lily/context-property.cc: Compile fix.
5538
5539         * scm/output-gnome.scm: Add ec-fonts-mftraced to ~/.fonts.conf.
5540         Grok ec-fonts, braces and dynamics.
5541
5542         * scm/framework-gnome.scm (gnome-main): Register braces with pango.
5543
5544 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5545
5546         * lily/include/tweak-registration.hh: new file.
5547
5548         * lily/tweak-registration.cc: new file.
5549
5550         * scm/framework-gnome.scm (save-tweaks): use new key mechanism for
5551         saving tweaks.
5552
5553         * scm/output-gnome.scm (text): comment dribble.
5554
5555 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
5556
5557         * lily/pangofc-afm-decoder.cc (main): Test more feta fonts.
5558
5559         * scm/output-gnome.scm (bezier-sandwich): New function.  Reset
5560         path-def before using.  Fixes muchtomany slurs in wrong places
5561         bug.
5562
5563 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5564
5565         * lily/grob-scheme.cc (LY_DEFINE): add new function ly:grob-key.
5566
5567         * lily/include/object-key-undumper.hh (Module): new file.
5568
5569         * lily/object-key-undumper.cc (Module): New file. Deserialize
5570         keys. SCM bindings
5571
5572         * lily/object-key-dumper.cc (Object_key_dumper): idem.
5573         Provide SCM bindings.
5574
5575         * lily/include/object-key-dumper.hh (class Object_key_dumper): 
5576         new file. Serialize object keys.
5577         
5578         * lily/object-key.cc (dump): new function.
5579         (as_scheme): new virtual function
5580         (undump): new function
5581         (undumpers): new table.
5582
5583         * lily/include/global-context.hh (Context): take \score key upon init.
5584
5585         * lily/object-key-dumper.cc (serialize_key): new file.
5586
5587         * lily/include/object-key-dumper.hh (class Object_key_dumper): new file.
5588
5589         * lily/lily-lexer.cc: remove \quote.
5590
5591         * lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
5592
5593         * lily/context.cc (Context): take key argument in ctor.
5594         (create_context): new function
5595
5596         * lily/grob.cc (Grob): take key argument in ctor.  
5597
5598         * lily/lilypond-key.cc (do_compare): new file.
5599
5600         * lily/object-key.cc (Object_key): new file.
5601
5602         * lily/include/object-key.hh (class Object_key): new file.
5603
5604         * lily/include/lilypond-key.hh (class Lilypond_context_key): new file.
5605
5606 2004-11-13  Graham Percival  <gperlist@shaw.ca>
5607
5608         * Documentation/user/lilypond-book.itely: add small warning about
5609         noindent default in lilypond-book.
5610
5611         * Documentation/user/converters.itely: add examples for convert-ly.
5612
5613         * Documentation/user/examples.itely: change version string in templates
5614         to 2.4.0.
5615
5616 2004-11-12  Karl Hammar  <karl@aspodata.se>
5617
5618         * GNUmakefile.in (local-WWW-post): `find ...` overflows the
5619         cmdline, use xargs instead (backportme)
5620
5621 2004-11-10  Andreas Scherer  <andreas_mutopia@freenet.de>
5622         
5623         * Documentation/user/: Numerous fixes in the user manual.
5624
5625 2004-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5626
5627         * lily/parser.yy (re_rhythmed_music): search music expression for
5628         context-id, surround by \new Voice if not found. Fixes:
5629         addlyrics-second-staff.ly
5630
5631         * VERSION: 2.5.0 released.
5632         
5633 2004-11-12  Jan Nieuwenhuizen  <janneke@gnu.org>
5634
5635         * Documentation/index.html.in: Fix url to one big page.  (backportme)
5636
5637         * Documentation/user/GNUmakefile: Separate rules for split and
5638         unsplit html documents.  Remove perl massaging.  (backportme)
5639
5640 2004-11-11  Graham Percival  <gperlist@shaw.ca>
5641
5642         * Documentation/user/lilypond-book.itely: add short warning about
5643         \lilypond{} in LaTeX docs.
5644
5645 2004-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
5646
5647         * stepmake/aclocal.m4: Barf if kpathsea/kpathsea.h is not
5648         found.  (backportme)
5649
5650         * Documentation/topdocs/INSTALL.texi (ec-fonts-mtraced): Add
5651         version requirement.  (backportme)
5652
5653         * configure.in: Be explicit about old versions of
5654         ec-fonts-mtraced.  (backportme)
5655
5656         * lily/context-selector.cc (set_tweaks): New function.
5657         * lily/grob-selector.cc (set_tweaks): (Re)set hash table.  Fixes
5658         web with -DTWEAK.
5659
5660         * Documentation/user/introduction.itely (Automated engraving):
5661         Remove fragment option.  Fixes web.
5662
5663         * lily/context-property.cc (make_item_from_properties):
5664         * lily/context.cc (add_context)[TWEAK]: Tweak registration behind
5665         #ifdef.
5666
5667         * scm/define-context-properties.scm
5668         (all-internal-translation-properties): Add tweakRank and tweakCount.
5669
5670         * lily/grob.cc: 
5671         * scm/define-grob-properties.scm (all-internal-grob-properties):
5672         Add tweak-rank and tweak-count.
5673
5674 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
5675
5676         * scm/output-gnome.scm (string->utf8-string, char->utf8-string):
5677         New function.
5678         (text): Use them.
5679
5680         * scm/framework-gnome.scm (item-event): Add support from TLA.  Support
5681         animated/opaque grob dragging tweaks.
5682
5683         * buildscripts/guile-gnome.sh: Update.
5684
5685 2004-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5686
5687         * scm/define-grobs.scm (all-grob-descriptions): Added
5688         line-interface to the LigatureBracket object.
5689
5690 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
5691
5692         * scm/framework-gnome.scm (item-event): Support non-animated mouse
5693         dragging tweaks.
5694
5695         * lily/lily-guile.cc (ly_to_string, ly_to_symbol): New function.
5696
5697         * lily/context-selector.cc (store_context): New function.
5698
5699         * lily/grob-selector.cc (register_grob)[TWEAK]: Apply tweak.
5700         (store_grob): New function.
5701         (identify_grob): Add Moment parameter.
5702
5703         * lily/lily-parser.cc (parse_file)[TWEAK]: Read .ly.t file if it
5704         exists.
5705
5706         * scm/framework-gnome.scm (save-tweaks): Write as alist.
5707
5708 2004-11-09  Jan Nieuwenhuizen  <janneke@gnu.org>
5709
5710         * scm/framework-gnome.scm (item-event): Print grob id.
5711         (save-tweaks): New function.
5712         (tweak): New funtion.
5713         (item-event): Use it, bound to arrow keys.
5714
5715         * lily/context-property.cc (make_item_from_properties): Register grob.
5716         * lily/context.cc (add_context): Register context.
5717
5718         * lily/include/context-selector.hh:
5719         * lily/include/grob-selector.hh:
5720         * lily/context-selector.cc:
5721         * lily/grob-selector.cc: New file.
5722
5723 2004-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5724
5725         * lily/slur.cc: add 'positions to interface
5726
5727         * lily/main.cc: reinstate PS as standard output format. 
5728
5729         * scm/framework-tex.scm (output-preview-framework): print systems
5730         up to first non title system.
5731
5732         * lily/grace-engraver.cc (start_translation_timestep): split
5733         scm_cadddr
5734         
5735 2004-11-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5736
5737         * lily/quote-iterator.cc (Module): remove old quote-iterator
5738
5739         * scm/define-music-types.scm (music-descriptions): move
5740         NewQuoteMusic over QuoteMusic
5741
5742         * Documentation/user/notation.itely (Formatting cue notes): use
5743         \cueDuring.
5744
5745         * lily/new-quote-iterator.cc (quote_ok): new function.
5746
5747         * input/regression/quote-cue-during.ly: new file.
5748
5749         * input/regression/quote-grace.ly: new file.
5750
5751         * scm/define-context-properties.scm (Module): change definition of
5752         graceSettings
5753
5754         * lily/context-property.cc (Module): rename from
5755         translator-property.cc
5756
5757         * lily/context.cc (context_name_symbol): new function
5758
5759         * lily/grace-engraver.cc: new file. Set properties for grobs based
5760         on the grace-ness of now_moment().
5761
5762         * scm/music-functions.scm (add-grace-property): use list
5763         iso. vector for graceSettings
5764         remove set-{start,stop}-grace-properties. 
5765
5766         * lily/new-quote-iterator.cc (construct_children): set
5767         quote_outlet_ if no quoted-context-{id,type} specified.
5768
5769         * scripts/convert-ly.py (conv): \quote -> \quoteDuring.
5770
5771         * lily/parser.yy (command_element): remove \quote.
5772
5773         * ly/music-functions-init.ly (location): add quoteDuring music
5774         function. 
5775
5776         * lily/lexer.ll: allow \encoding in lyrics as well.  Remove
5777         optional semicolon. (backportme)
5778
5779 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
5780
5781         * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no
5782         need to link to GUILE et al.
5783
5784 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5785
5786         * scm/define-music-properties.scm (all-music-properties): add
5787         quoted-context-type, quoted-context-id.
5788
5789         * scm/lily.scm (type-check-list): new function.
5790         
5791         * scm/lily-library.scm: new file. Generic library routines.
5792
5793         * lily/parser.yy (Generic_prefix_music): move typechecking out of
5794         parser.
5795
5796         * ly/music-functions-init.ly: add quoteDuring function.
5797
5798         * lily/include/music-iterator.hh (class Music_iterator): rename
5799         set_translator -> set_context
5800
5801         * lily/parser.yy (Generic_prefix_music_scm): add
5802         MUSIC_FUNCTION_SCM_SCM_MUSIC
5803
5804         * scm/lily.scm (sanitize-command-option): new function. (backportme)
5805
5806         * scm/framework-tex.scm (header): sanitize TeX paper size.
5807         (backportme)
5808
5809 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
5810
5811         * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard.
5812
5813         * tex/lilyponddefs.tex: If no inputencoding use latin1.  (backportme)
5814
5815         * scm/framework-tex.scm (font-load-command): Use T1 if no
5816         font-encoding set.  (backportme)
5817
5818         * scm/lily.scm (postscript->pdf): Remove .pdf file if it
5819         exists before converting.  (backportme)
5820
5821         * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it
5822         exists before converting.  (backportme)
5823         (convert-to-ps): Remove .ps file if it exists before
5824         converting.  (backportme)
5825
5826         * lily/lexer.ll: Remove extra progress newline, use present tense.
5827
5828         * scm/paper.scm (paper-alist): public.
5829         * scm/framework-tex.scm (convert-to-ps):
5830         * scm/lily.scm (postscript->pdf): Do not leak papersizename into
5831         command line.
5832
5833 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5834
5835         * scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme)
5836
5837         * lily/recording-group-engraver.cc (derived_mark): mark
5838         now_events_. (backportme)
5839
5840 2004-11-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5841
5842         * mf/GNUmakefile: use Fedora-3 in download link. (backportme.)
5843
5844         * scm/framework-tex.scm (convert-to-dvi): use ly:system for
5845         invoking latex. (backportme.)
5846
5847         * lily/stem.cc (off_callback): center stems for all rest stems.
5848
5849 2004-11-05  Werner Lemberg  <wl@gnu.org>
5850
5851         * Documentation/user/lilypond.tely: Add more guidelines for writing
5852         lilypond texinfo documents.
5853
5854 2004-11-05  Heikki Junes  <hjunes@cc.hut.fi>
5855
5856         * Documentation/index.html.in: remove <hr>.
5857
5858         * THANKS: change 2.3 to 2.4.
5859
5860 2004-11-05  Jan Nieuwenhuizen  <jannneke@gnu.org>
5861
5862         * scm/output-gnome.scm: More fontconfig comment.
5863
5864 2004-11-05  Pedro Kroger  <kroeger@pedrokroeger.net>
5865
5866         * GNUmakefile.in ($(builddir)/share/lilypond-force): create the
5867         <package> directory in $(builddir)/share according with
5868         PACKAGE_NAME defined in the VERSION file.
5869
5870 2004-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5871
5872         * lily/beam.cc (rest_collision_callback): use local beam
5873         multiplicity.
5874
5875         * input/regression/stem-stemlet.ly: new file.
5876
5877         * lily/stem.cc (add_head): store rests as well.
5878
5879         * scm/define-grob-properties.scm (all-user-grob-properties): add
5880         stemlet-length
5881
5882         * lily/stem.cc: store rests as well.
5883         
5884         * input/regression/new-slur.ly: mention forcing.
5885
5886 2004-11-04  Werner Lemberg  <wl@gnu.org>
5887
5888         * Documentation/user/*: A new round of layout fixes and document
5889         structure cleanup.
5890
5891 2004-11-04  Heikki Junes <hjunes@cc.hut.fi>
5892
5893         * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x.
5894
5895 2004-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
5896
5897         * Documentation/topdocs/INSTALL.texi (Top): Remove geometry.
5898
5899 2004-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5900
5901         * Documentation/topdocs/INSTALL.texi (Top): Fix geometry url (dax).
5902
5903         * lily/lily-parser.cc (LY_DEFINE): Remove "Now " from message.
5904
5905         * lily/main.cc (main): Invoke identify.
5906
5907         * scm/lily.scm (postscript->pdf): Remove progress newline.
5908         Write progress to stderr.
5909
5910         * lily/paper-book.cc (output): Remove progress newline.
5911
5912         * scm/framework-tex.scm (convert-to-dvi, convert-to-ps): Call
5913         gettext on user messages, and remove whitespace.
5914
5915         * lily/paper-outputter.cc (get_paper_outputter): Add progress newline.
5916
5917         * scripts/lilypond-latex.py (program_name): Bugfix: use only basename of
5918         argv[0] (Thomas Scharkowski).
5919
5920         * configure.in: Bugfix: add REQUIRED parameter to STEPMAKE_TEXMF
5921         call (carlyannehorse).  Also check for mf and mf-nowin.  Add check
5922         for ec-fonts-mtraced.
5923
5924         * GNUmakefile.in (builddir-exec): Add symlink tex/out.  Fixes
5925         --srcdir build (Bertalan).
5926
5927         * stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile
5928         headers and library too (Laura Conrad).
5929
5930         * Documentation/topdocs/INSTALL.texi (Top): Mention development
5931         package for guile too (Laura Conrad).
5932
5933         * lily/main.cc (usage): Typo.
5934
5935 2004-11-02  Werner Lemberg  <wl@gnu.org>
5936
5937         * Documentation/user/notation.ly: More fixes to improve appearance.
5938
5939         * tex/texinfo.tex: Updated from texinfo CVS -- this version provides
5940         better output for multicolumn tables.
5941
5942 2004-11-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5943
5944         * lily/main.cc (dir_info): Fixed typo in the printouts.
5945
5946 2004-11-01  Werner Lemberg  <wl@gnu.org>
5947
5948         * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
5949         of output.
5950         Set `per_line' to 2; replace hard-coded value with it.
5951
5952         * Documentation/user/*: Many fixes to improve appearance of
5953         printed manual.
5954
5955 2004-11-01  Werner Lemberg  <wl@gnu.org>
5956
5957         * Documentation/user/changing-defaults.itely,
5958         Documentation/user/notation.ly,
5959         Documentation/user/programming-interface.itely: Use @/.
5960         Fix formatting of some lilypond snippets and tables.
5961
5962         * scripts/lilypond-book.py (compose_ly): Provide useful default
5963         for LINEWIDTH in `override'.
5964
5965 2004-10-31  Graham Percival  <gperlist@shaw.ca>
5966
5967         * Documentation/user/invoking.itely: change "3.0" -> "2.4"
5968
5969 2004-10-31  Werner Lemberg  <wl@gnu.org>
5970
5971         Resetting @exampleindent to `5' gives ugly results with texinfo's
5972         DVI output.  Use `@format @exampleindent 0 ... @end format' instead
5973         (if not quoting) to change @exampleindent only locally.
5974
5975         * scripts/lilypond-book.py (NOQUOTE): New variable.
5976         (output) [LATEX]: Remove AFTER and BEFORE.
5977         [TEXINFO]: Remove AFTER and BEFORE.
5978         Fix QUOTE and VERBATIM pattern.
5979         Add NOQUOTE pattern.
5980         (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
5981         and BEFORE.
5982         [output_texinfo]: Use NOQUOTE.
5983
5984 2004-10-31  Graham Percival  <gperlist@shaw.ca>
5985
5986         * Documentation/user/changing-defaults.itely: clarify paper
5987         size commands with correct info.
5988
5989         * Documentation/user/lilypond-book.itely: add more docs for
5990         filename extensions.
5991
5992 2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5993
5994         * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
5995         (PATCH_LEVEL): start 2.5.0.
5996
5997 2004-10-30  Graham Percival  <gperlist@shaw.ca>
5998
5999         * Documentation/user/notation.itely: add warning about bar numbers
6000         in multistaff music, add warning about quoting grace notes.
6001
6002         * Documentation/user/changing-defaults.itely: clarify paper size commands,
6003         add missing subsubtitle entry to Creating titles.
6004
6005         * Documentation/user/tutorial.itely: change 3.0 references to 2.4.
6006
6007 2004-10-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6008
6009         * scripts/convert-ly.py (conv): fixed \context Foo = mixedCaps
6010         case.
6011         (conv): add dummy 2.4.0 conversion rule.
6012
6013         * Documentation/user/lilypond.tely: add @finalout.
6014
6015         * lily/slur-scoring.cc (enumerate_attachments): use stem_extent_
6016         for attaching, fixes slur/stem left attachment of
6017         downslur/downstem.
6018
6019         * lily/quote-iterator.cc (process): use <= for comparisons. Fixes
6020         quote problem if for last note of quoted sequence. 
6021
6022         * input/regression/part-combine-text.ly (comm): add expect strings.
6023
6024 2004-10-30  Werner Lemberg  <wl@gnu.org>
6025
6026         * Documentation/user/examples.itely: Improved layout.
6027
6028         * Documentation/invoking.itely: Use `@/' to insert breakpoints.
6029
6030         * Documentation/macros.itexi (@inputfileref) [@tex]: Use `@/'.
6031
6032         * Documentation/notation.itely: Use `@/'.
6033         Other layout fixes.
6034
6035 2004-10-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6036
6037         * lily/part-combine-iterator.cc (unisono): examine last_playing_
6038         (not state_), this fixes a2 printing after chord.
6039
6040         * input/regression/no-staff.ly: fix octave, revise syntax.
6041
6042         * input/regression/lyrics-bar.ly (texidoc): fixes.
6043
6044         * input/regression/beam-dir-functions.ly (Module): remove from regtest
6045
6046         * input/regression/accidentals.ly (Module): remove from regtest.
6047
6048         * lily/parser.yy (Prefix_composite_music): 
6049         oops. Chords should be unrelativable, not bass figures untransposable.
6050
6051         * VERSION: 2.3.26 released.
6052         
6053         * lily/completion-note-heads-engraver.cc (try_music): only return
6054         something when is_first_ is true. Fixes lyrics with completion_heads. 
6055
6056         * make/lilypond-vars.make: add scripts/out/ to PATH, to find ps2png. 
6057
6058         * scm/lily.scm (ly:system): new function. Catches uninstalled
6059         ps2png.
6060
6061 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6062
6063         * Documentation/user/notation.itely: remove
6064         @hyphenatedinternalsref.
6065
6066 2004-10-29  Werner Lemberg  <wl@gnu.org>
6067
6068         * scm/framework-tex.scm (dump-line): Fix dimensions for \lybox.
6069
6070         * scripts/lilypond-book.py (no_options): New dictionary.
6071         (simple_options): New list.
6072         (ly_options): Remove NOINDENT and EXAMPLEINDENT patterns.
6073         (compose_ly): Use `no_options' and `simple_options'.
6074         Fix logic of option handling.
6075         Handle `linewidth' option without parameter.
6076
6077 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6078
6079         * lily/lookup.cc (triangle): use (0, interval.length()) for X
6080         extent, since the stencil is translated later on.
6081
6082         * lily/ledger-line-spanner.cc (print): swap linear_combination
6083         arguments, effectively shortens ledger line. 
6084
6085         * Documentation/user/GNUmakefile
6086         ($(outdir)/lilypond/lilypond.html): use find to remove files.
6087
6088         * lily/main.cc: --no-pages option.
6089
6090 2004-10-28  Carl Sorensen  <carldsorensen@comcast.net>
6091
6092         * Documentation/user/notation.itely (Fret diagrams): add extra
6093         notes to example to avoid collisions between fret diagrams.
6094
6095 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6096
6097         * Documentation/user/notation.itely (Automatic note splitting):
6098         note about lyrics. 
6099
6100         * Documentation/user/converters.itely (Invoking convert-ly): note
6101         about version numbers. 
6102
6103         * scripts/abc2ly.py (dump_score): revise lyric dumping
6104
6105         * scripts/mup2ly.py (pre_processor_commands): always open file.
6106
6107         * scripts/etf2ly.py (Frame.calculate): always close \grace.
6108         (Etf_file.dump): add \version
6109
6110         * VERSION: 2.3.25 released.
6111
6112         * lily/scm-option.cc: add 'resolution to ly:get-option argument
6113         list.
6114
6115 2004-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6116
6117         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-origin
6118
6119 2004-10-28  Werner Lemberg  <wl@gnu.org>
6120
6121         * Documentation/user/music-glossary.tely: More fixes to improve
6122         appearance with DVI output.
6123
6124         * scripts/lilypond-book.py (compose_ly): Use 0.4in for
6125         EXAMPLEINDENT.  This is the maximum value for quotation environments
6126         used in `texinfo.tex' -- many warnings in lilypond.dvi are now gone.
6127
6128 2004-10-27  Werner Lemberg  <wl@gnu.org>
6129
6130         * Documentation/user/music-glossary.tely: Revised.
6131
6132 2004-10-26  Carl Sorensen  <carldsorensen@comcast.net>
6133
6134         * input/test/fret-diagram.ly: insert breaks, remove raggedright to
6135         improve fret diagram spacing in printed output.
6136
6137         * Documentation/user/notation.itely (Fret diagrams): Remove raggedright
6138         from options for the example so fret-diagrams won't overlap
6139         one another.
6140
6141 2004-10-26  Werner Lemberg  <wl@gnu.org>
6142
6143         * scripts/lilypond-book.py: Some additional formatting for
6144         orthogonality.
6145         (ly_options) [*]: Format strings.
6146         [RAGGEDRIGHT]: Don't set `indent'.  This is now properly handled
6147         by `compose_ly'.
6148         (output) [LATEX][OUTPUT]: Format string and simplify.
6149         (PREAMBLE_LY, FRAGMENT_LY): Format string.
6150         (classic_lilypond_book_compatibility): Take key/value pair as
6151         parameter.
6152         Return key/value pair.
6153         (compose_ly): Rewritten, taking the snippet type as third parameter. 
6154         The default values are now set more sensible, and a `linewidth'
6155         option is no longer overwritten under some circumstances.
6156
6157         * Documentation/user/music-glossary.tely: Replace all accented
6158         character macros with latin-1 codes.
6159
6160 2004-10-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6161
6162         * lily/music-function.cc (ly_make_music_function): when an
6163         argument predicate is markup?, the signature keyword becomes
6164         "markup" iso "scm".
6165
6166         * lily/lexer.ll (music_function_type): new MUSIC_FUNCTION_*MARKUP*
6167         tokens, for functions which signatures contain "markup".
6168
6169         * lily/parser.yy (Generic_prefix_music_scm): add treatment for new
6170         MUSIC_FUNCTION_*MARKUP* tokens.
6171
6172 2004-10-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6173
6174         * input/regression/lyrics-bar.ly: Make StaffGroup accept the new
6175         Lyrics context.
6176
6177 2004-10-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6178
6179         * python/lilylib.py (make_ps_images): return list of output files.
6180
6181         * lily/simple-spacer.cc (LY_DEFINE): for ragged, we can end with
6182         all springs tight, and still satisfy the constraints.
6183
6184 2004-10-25  Werner Lemberg  <wl@gnu.org>
6185
6186         * scripts/lilypond-book.py: s/option-sep/option_sep/.
6187         (format_res) [LATEX, TEXINFO]: Skip whitespace before comma also.
6188         (snippet_res): Fix regexps and make them ignore whitespace properly.
6189         (compose_ly): Use `re.split' instead of `string.split' to remove
6190         surrounding whitespace.
6191         Some formatting to get more consistency.
6192
6193 2004-10-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6194
6195         * VERSION: 2.3.24
6196         
6197         * scm/define-context-properties.scm
6198         (all-user-translation-properties): add verticallySpacedContexts.
6199
6200         * scm/define-grob-interfaces.scm (vertically-spaceable-interface):
6201         add interface
6202
6203         * scm/define-grob-properties.scm (all-internal-grob-properties):
6204         add spaceable-staves
6205
6206         * scm/define-grobs.scm (all-grob-descriptions): set
6207         vertically-spaceable-interface for VerticalAxisGroup and
6208         RemoveEmptyVerticalGroup
6209
6210         * lily/system.cc (get_line): determine staff_refpoints_
6211         using spaceable-staves.
6212
6213         * lily/score-engraver.cc (acknowledge_grob): ack
6214         vertically-spaceable-interface and verticallySpacedContexts to
6215         set spaceable-staves.
6216
6217         * input/regression/new-slur.ly: add slur under 16th subbeam case.
6218
6219         * lily/slur-scoring.cc (fill): init has_same_beam_ before use.
6220
6221 2004-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6222
6223         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): tune
6224         minimumVerticalExtent tweaks. 
6225  
6226         * mf/feta-schrift.mf: include size of thumb appendix in
6227         bbox. Fixes: c-thumb-notehead.ly  
6228
6229         * THANKS: add Meisters to the Development team.
6230
6231         * scm/framework-tex.scm (convert-to-dvi): redirect output to
6232         /dev/null for non-verbose.
6233
6234         * Documentation/user/invoking.itely (Invoking lilypond): add note
6235         about resource usage.
6236
6237         * tex/GNUmakefile (TEX_FILES): add texinfo.cnf
6238
6239         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): add
6240         --enable-encoding
6241
6242         * Documentation/user/lilypond.tely: add -*- coding: latin-1 -*- everywhere. 
6243
6244         * Documentation/user/changing-defaults.itely (Text encoding):
6245         change to latin1.
6246
6247         * Documentation/user/lilypond.tely: add language and encoding.
6248
6249         * scm/define-grobs.scm (all-grob-descriptions): add
6250         line-interface.
6251
6252         * configure.in (PKG_CONFIG_PATH): bump makeinfo version to 4.7
6253
6254         * input/test/ossia.ly: font sizes for ossia.
6255
6256         * scripts/convert-ly.py (conv): \context Foo = NOTENAME
6257         -> \context Foo = "NOTENAME".
6258
6259         * lily/main.cc (determine_output_options): fix ordering.
6260
6261 2004-10-24  Erik Sandberg  <ersa9195@student.uu.se>
6262
6263         * THANKS: Added bughunters for 2.3.
6264
6265 2004-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6266
6267         * Documentation/user/macros.itexi: use findex functions/internals
6268         objects.
6269
6270         * scm/documentation-generate.scm (string-append): add syncodeindex
6271
6272         * Documentation/user/tutorial.itely (A lead sheet): use \chords
6273         for tutoring chord names.
6274  
6275         * Documentation/user/lilypond.tely: remove @authors.
6276
6277 2004-10-23  Werner Lemberg  <wl@gnu.org>
6278
6279         * scm/framework-tex.scm (dump-page): Add width to \lybox call.
6280         Remove first two parameters of \lybox.
6281         Don't emit \vbox around \lybox.
6282         (dump-line): Add width to \lybox call.
6283         Remove first two parameters of \lybox.
6284
6285         * tex/lilyponddefs.tex (\topalign, \leftalign): Removed.
6286         (\lyitem): Updated.
6287         (\lybox): Only take three parameters.
6288         Create box which has zero depth, only height.
6289         Center box vertically along the x-height of current font.
6290
6291 2004-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6292
6293         * VERSION (PACKAGE_NAME): release 2.3.23
6294
6295         * scm/framework-tex.scm (convert-to-ps): add -E if filename
6296         contains .preview.
6297
6298 2004-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6299
6300         * lily/lyric-extender.cc (print): only run to right-bound if
6301         broken. This fixes input/regression/lyric-extender.ly
6302
6303         * input/regression/beamed-chord.ly: removed.
6304
6305         * Documentation/user/macros.itexi: add \global to definitions for
6306         feta macros.
6307
6308         * po/fr.po: updated po file.
6309
6310         * po/de.po: updated po file.
6311
6312 2004-10-22  Werner Lemberg  <wl@gnu.org>
6313
6314         * tex/lilyponddefs.tex (\lilypondend): Undo change from 2004-10-20.
6315
6316 2004-10-21  Werner Lemberg  <wl@gnu.org>
6317
6318         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex
6319         (\lilypondexperimentalfeatures): Removed.
6320
6321 2004-10-20  Jürgen Reuter  <reuter@ipd.uka.de>
6322
6323         * Documentation/user/notation.itely: fixed 2 typos
6324
6325 2004-10-20  Werner Lemberg  <wl@gnu.org>
6326
6327         * scm/framework-tex.scm (header-end): Don't set \outputscale.
6328         (dump-line): Produce prettier output.
6329
6330         * tex/lilyponddefs.tex: Comment all macros extensively.
6331         (\lilypondstart): Set \outputscale.
6332         Define \lilypondpagebreak and \lilypondnopagebreak here.
6333         Don't test for positive \lilypondpaperlinewidth -- this is always
6334         positive in the normal case (LilyPond produces bad output otherwise
6335         so we can safely ignore negative or zero values).
6336         (\lilypondend): Remove useless test for \lilypondbook.
6337         (\fetasixteen, \fetafont, \fetachar): Removed, unused.  We also
6338         don't input `feta20.tex'.
6339
6340 2004-10-19  Graham Percival  <gperlist@shaw.ca>
6341
6342         * Documentation/user/examples.itely: added texidoc lilypond-book
6343         template.
6344
6345 2004-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6346
6347         * cygwin/lilypond.hint: Update.
6348
6349 2004-10-18  Carl Sorensen  <carldsorensen@comcast.net>
6350
6351         * Documentation/user/notation.itely (Fret diagrams): Add documentation
6352         for fret diagram markups to user manual
6353
6354         * scm/fret-diagrams.scm (fret-diagram-terse): Fix mistake in internal
6355         documentation for fret-diagram-terse
6356
6357         * Documentation/user/notation.itely: Added section on fret diagrams.
6358
6359 2004-10-18  Jan Nieuwenhuizen  <janneke@gnu.org>
6360
6361         * scripts/convert-ly.py (usage): Fix --help description.  Apply
6362         range also for --show-rules.
6363
6364 2004-10-18  Werner Lemberg  <wl@gnu.org>
6365
6366         * scripts/lilypond-book.py (Snippet, Include_snippet)
6367         [replacement_text]: Use group `match'.
6368
6369 2004-10-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6370
6371         * Documentation/user/macros.itexi: Use @ref instead of @inforef
6372         for html.  Apparently, ``you should'' in texinfo documentation is
6373         merely a guideline that can safely be ignored.
6374
6375         * elisp/lilypond-init.el (auto-mode-alist): Add .ily to
6376         auto-mode-alist.
6377
6378         * input/test/engraver-example.ily: 
6379         * input/regression/allfontstyle.ily: Rename, update users.
6380
6381 2004-10-16  Graham Percival  <gperlist@shaw.ca>
6382
6383         * Documentation/user/lilypond-book.itely: add more details about
6384         building .lytex files.
6385
6386         * Documentation/user/examples.itely: added piano-lyrics template
6387
6388         * input/template/piano-4-voices.ly, piano-lyrics.ly: remove.
6389
6390         * input/GNUmakefile: remove "templates" from build subdirs.
6391
6392         * input/template: removed.
6393
6394 2004-10-16  Werner Lemberg  <wl@gnu.org>
6395
6396         * scripts/lilypond-book.py (snippet_res): Define group `match'
6397         everywhere.
6398         Accept more spaces between commands and its arguments and options.
6399         Fix some regexps.
6400         (output): Remove some newlines in string values and suppress spaces
6401         in output.
6402         (output_texinfo): Output `output_print_filename' only if not empty.
6403         (Lilypond_snippet)[find_toplevel_snippets]: Use group `match'.
6404
6405 2004-10-16  Werner Lemberg  <wl@gnu.org>
6406
6407         * scm/framework-tex.scm (font-load-command, define-fonts): Protect
6408         some TeX line ends with `%' to avoid additional horizontal space in
6409         output.
6410
6411         * scripts/lilypond-book.py: Unexpand spaces to tabs.
6412         (snippet_res): Use `x' modifier to represent regular expressions
6413         in a friendlier way.
6414         Fix `lilypond_block' for LaTeX to accept `%\end{lilypond}'.
6415         (find_toplevel_snippets): Don't use indices from match group 0,
6416         which is the whole pattern space, but group 1.
6417
6418 2004-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6419
6420         * flower/include/direction.hh (enum Direction): add
6421         DIRECTION_LIMIT
6422
6423 2004-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6424
6425         * po/fr.po: new po file.
6426
6427 2004-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
6428
6429         * Documentation/user/macros.itexi: Do not construct external
6430         references using @uref.  That results in broken links.
6431
6432         * lily/slur.cc (outside_slur_callback): Use int in for loop;
6433         avoids g++-3.4.1 enum beature.
6434
6435 2004-10-13  Graham Percival  <gperlist@shaw.ca>
6436
6437         * Documentation/user/examples.itely: added lilypond-book template.
6438
6439         * Documentation/user/lilypond-book.itely: added filename extension
6440         page.
6441
6442 2004-10-13  Jan Nieuwenhuizen  <janneke@gnu.org>
6443
6444         * debian/rules (binary-indep): Link images for info.
6445
6446         * elisp/lilypond-mode.el (LilyPond-command): Set XEDITOR.  Cool
6447         feature nicked from jEdit.
6448
6449 2004-10-12  Pedro Kroger  <kroeger@pedrokroeger.net>
6450
6451         * Documentation/user/introduction.itely: Minor corrections.
6452
6453         * Documentation/user/notation.itely: Minor corrections.
6454
6455         * Documentation/user/tutorial.itely: Minor corrections.
6456
6457 2004-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6458
6459         * scm/framework-ps.scm (page-header): Fix Layout renaming bug.
6460
6461         * scm/*.scm:
6462         * ly/paper-defaults.ly: Use papersizename only.
6463
6464 2004-10-11  Werner Lemberg  <wl@gnu.org>
6465
6466         * tex/lilyponddefs.tex (\lyitem): Don't use \topalign to make
6467         \raise work with positive values.
6468
6469 2004-10-11  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6470
6471         * Documentation/user/notation.itely (Multi measure rests): Update
6472         the docs corresponding to the implementation change from 2004-10-08.
6473
6474 2004-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6475
6476         * VERSION (MY_PATCH_LEVEL): release 2.3.22
6477
6478         * scm/part-combiner.scm (determine-split-list): reinstate
6479         playing+resting case. 
6480
6481         * Documentation/user/invoking.itely (Reporting bugs): rename.
6482
6483         * lily/lexer.ll (Lily_lexer): bump version req to 2.3.22.
6484
6485         * lily/parser.yy (Prefix_composite_music): change no-transposition
6486         for mode_changing_head to figures too.
6487
6488         * lily/phrasing-slur-engraver.cc (acknowledge_grob): do something
6489         with normal slurs too.
6490         
6491         * lily/slur-scoring.cc (move_away_from_staffline): new function.
6492         (get_base_attachments): move away attachment point for breaks
6493         similar to attachment points on slurs (staffline collision, and
6494         half a space of padding)
6495
6496         * scm/page-layout.scm (ly:optimal-page-breaks): don't compute
6497         force twice.
6498
6499         * lily/simple-spacer.cc (LY_DEFINE): if line too long in ragged
6500         mode, return #f.        
6501
6502         * scm/page-layout.scm (ly:optimal-page-breaks): set force = 0.0
6503         for last page if raggedlast. 
6504
6505         * lily/parser.yy (Prefix_composite_music): untransposable is for
6506         FiguredBass, not ChordNames
6507
6508 2004-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
6509
6510         * scm/framework-tex.scm: Merge fix.
6511
6512 2004-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
6513
6514         The grand \paper -> \layout, \bookpaper -> \paper renaming.
6515
6516 2004-10-10  Graham Percival  <gperlist@shaw.ca>
6517
6518         * Documentation/user/notation.itely: add raggedright to a whole
6519         bunch of places.
6520
6521 2004-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6522
6523         * scm/paper.scm (set-paper-dimension-variables): new
6524         function. Define dimension-variables explicitly in \paper too.
6525         This allows overriding linewidth inside \score { \paper { } }
6526         blocks
6527  
6528         * scm/framework-tex.scm (convert-to-ps): invoke dvips with -t
6529         landscape.
6530         (header): add landscape and papersize options.
6531
6532 2004-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6533
6534         * lily/*.cc: use robust_scm2moment() where appropriate.
6535
6536         * lily/moment.cc (robust_scm2moment): new function.
6537
6538         * scm/titling.scm (default-score-title): remove caps for piece.
6539
6540         * VERSION: 2.3.21 released.
6541         
6542         * lily/include/slur-scoring.hh (struct Slur_score_state): new file
6543
6544         * lily/include/slur-configuration.hh (class Slur_configuration):
6545         new file.
6546
6547         * lily/slur-configuration.cc: new file. move scoring functions
6548         into Slur_configuration.
6549
6550         * lily/slur-scoring.cc (Slur_score_state): change static functions
6551         to methods of Slur_score_state.
6552
6553         * lily/bezier-bow.cc (Message): 
6554
6555         * flower/include/interval-set.hh (Message): new file.
6556
6557         * flower/interval-set.cc (Message): new file.
6558
6559 2004-10-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6560
6561         * lily/multi-measure-rest-engraver.cc (process_music): always
6562         generate MultiMeasureRestNumbers.
6563
6564         * SConstruct (txt_files): switch of make dist
6565
6566         * lily/bezier-bow.cc (get_slur_indent_height): change recipe to
6567         make sure that (indent < len / 3). This fixes progerror-max_h.ly
6568
6569         * lily/multi-measure-rest-engraver.cc (process_music): make
6570         MultiMeasureRestNumber too.
6571
6572 2004-10-08  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6573
6574         * Documentation/user/notation.itely (Bar lines): Added a note that
6575         defaultBarType is to be changed in the Timing context.
6576
6577 2004-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6578
6579         * lily/include/guile-compatibility.hh: add file.
6580
6581         * scm/framework-tex.scm (convert-to-dvi): use max of current
6582         extra_mem_top and 1M.
6583
6584         * lily/kpath.cc (LY_DEFINE): ly_kpathsea_expand_variable. New
6585         function.
6586
6587 2004-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6588
6589         * scm/framework-tex.scm (convert-to-dvi): set extra_mem_top to 1M.
6590  
6591 2004-10-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6592
6593         * lily/slur-scoring.cc (struct Slur_score_state): add
6594         has_same_beam_, edge_has_beams_, is_broken_ bools.
6595         (get_base_attachments): simpler Y attachment determination for
6596         broken slurs.
6597
6598 2004-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6599
6600         * buildscripts/texi2omf.py: Add hashbang.  Starting the script in
6601         bash without that is quite interesting.  Add xml and some omf
6602         keys.
6603
6604 2004-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
6605
6606         * Documentation/user/macros.itexi: Add xml macros.
6607
6608         * Documentation/user/GNUmakefile (extra-local-help): Add xml rules.
6609
6610         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): Fix location.
6611
6612 2004-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6613
6614         * lily/break-substitution.cc (substitute_mutable_property_alist):
6615         only put property back into value if != SCM_UNDEFINED
6616
6617         * lily/lyric-extender.cc (print): don't take common refpoint of
6618         null object if right_text isn't there.
6619  
6620         * lily/slur-scoring.cc (struct Slur_score_state): new
6621         struct. Collect scoring function arguments.
6622         (struct Slur_score_state): add musical_dy_
6623         (get_extra_encompass_infos): new function. Split off state
6624         computations.
6625
6626         * scm/part-combiner.scm (determine-split-list): remove playing1
6627         and playing2.
6628
6629 2004-10-02  Graham Percival  <gperlist@shaw.ca>
6630
6631         * Documentation/index.html.in: remove link to templates.
6632
6633         * Documentation/user/notation.itely: more small fixes.
6634
6635 2004-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6636
6637         * lily/timing-engraver.cc (process_music): move setting
6638         measure-length. This fixes spacing-whole-rest.ly
6639
6640         * VERSION (PACKAGE_NAME): release 2.3.20
6641         
6642         * input/regression/quote-transposition.ly: update example
6643
6644         * scm/define-music-properties.scm (all-music-properties): change
6645         meaning of instrumentTransposition.  It is now the pitch played
6646         that sounds as middle C. This means that instrumentTransposition
6647         can be \transposed. 
6648         Fixes: transpose-quote.ly
6649
6650         * lily/parser.yy (command_element): reverse setting of
6651         instrumentTransposition
6652
6653         * lily/pitch.cc (pitch_interval): rename.
6654
6655         * lily/recording-group-engraver.cc (stop_translation_timestep):
6656         remove macrameing of accumulator and set_car/cdr.
6657         Fixes: transposition-quote.ly
6658
6659         * lily/music.cc (transpose): fold Event::transpose() in.
6660
6661         * lily/event.cc: remove Transpose. 
6662
6663         * lily/recording-group-engraver.cc: cleanup.
6664
6665         * ly/music-functions-init.ly (displayMusic): add function.
6666
6667         * make/lilypond.fedora.spec.in: rename file.
6668
6669         * lily/lily-lexer.cc (mark_smob): don't use ly_cdr() for getting
6670         to-be-marked objects. Use SCM_CELL_WORD_1 instead. 
6671
6672         * Documentation/user/changing-defaults.itely (Changing context
6673         properties on the fly): typo.
6674
6675         * lily/slur.cc (outside_slur_callback): try three sample points
6676         for determining collisions. This fixes: slur-script.ly.
6677
6678 2004-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
6679
6680         * scripts/lilypond-book.py (ext2format): Add latex as Latex.
6681
6682 2004-10-01  Graham Percival  <gperlist@shaw.ca>
6683
6684         * Documentation/user/notation.itely: more small fixes.
6685
6686         * Documentation/user/examples.itely: make new sections.
6687
6688         * input/test/bar-lines.ly: improve output, fix bug.
6689
6690         * Documentation/user/changing-defaults.itely: small fixes.
6691
6692 2004-10-01  Werner Lemberg  <wl@gnu.org>
6693
6694         * tex/lilyponddefs.tex (\lilypondECencoding): New command to handle
6695         T1 encoding in texinfo mode.
6696         (\lilypondstart): Use it.
6697         (\lilypondloop, \lilyponditerate): Removed.  Unused.
6698
6699 2004-09-30  Werner Lemberg  <wl@gnu.org>
6700
6701         * tex/lilyponddefs.tex (\lilypondstart): Define
6702         \lilypondfontencoding for both texinfo and latex mode.
6703
6704         * scm/framework-tex.scm (font-load-command): Use
6705         \lilypondfontencoding.
6706
6707 2004-09-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6708
6709         * scm/framework-tex.scm (dump-page): take with-extents?
6710         argument. If true, output Y extents. Used for lilypond-book
6711         documents.
6712
6713         * scripts/lilypond-book.py (PREAMBLE_LY): set dump-extents for
6714         \bookpaper.
6715
6716         * lily/slur.cc (outside_slur_callback): epsilon-delta management
6717         for slur edges. Fixes: progerror-no-bezier-intersection.ly
6718  
6719         * scm/framework-tex.scm (dump-page): put stencil height in dumped
6720         page.
6721
6722 2004-09-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6723
6724         * Documentation/user/notation.itely (Multi measure rests):
6725         Improved example.
6726
6727 2004-09-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6728
6729         * lily/auto-beam-engraver.cc (test_moment): robustify.
6730
6731 2004-09-28  Werner Lemberg  <wl@gnu.org>
6732
6733         * scm/framework-tex.scm (font-load-command): Define proper font
6734         macro which sets font encoding if available.
6735         (define-fonts): Define \lilypondpaperinputencoding, to be taken
6736         from the \bookpaper block.
6737
6738         * tex/lilyponddefs.tex (\lilypondstart): Use
6739         \lilypondpaperinputencoding for global input encoding.
6740
6741 2004-09-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6742
6743         * lily/score.cc (Score): oops. Copy error_found_ too.
6744
6745 2004-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6746
6747         * stepmake/stepmake/texinfo-rules.make: 
6748         * Documentation/GNUmakefile: --srcdir build fixes.
6749
6750         * input/test/coriolan-margin.ly: Put papersize settings in \bookpaper.
6751
6752         * Documentation/user/latex-lilypond-example.latex:
6753         * Documentation/user/latex-example.latex: Fix compile errors.
6754         Still buggy, need more love.
6755
6756 2004-09-27  Werner Lemberg  <wl@gnu.org>
6757
6758         * tex/lilyponddefs.tex (\lilypondstart): Use \frenchspacing.
6759
6760 2004-09-26  Juergen Reuter  <reuter@ipd.uka.de>
6761
6762         * Documentation/user/examples.itely: removed \midi block to
6763         simplify the example
6764
6765         * Documentation/user/notation.itely: Removed superfluous
6766         TextSpanner tweakings (is already done by engraver-init.ly).
6767         Documented bug: vertical alignment of articulations.
6768
6769         * Documentation/user/notation.itely, ly/engraver-init.ly
6770         (VaticanaVoice, GregorianTranscriptionVoice): Bugfix: TextSpanner
6771         padding.
6772
6773         * Documentation/user/notation.itely, ly/engraver-init.ly: moved
6774         docu about TextSpanner padding bug from manual to engraver.ly
6775         (since it's workarounded and hence not user-visible any more)
6776
6777 2004-09-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6778
6779         * VERSION: release 2.3.19
6780
6781 2004-09-26  Graham Percival  <gperlist@shaw.ca>
6782
6783         * ly/property-init.ly: fix bug in displaying ledger lines while
6784         \hideNotes is on.
6785
6786         * Documentation/user/notation.itely: more editing.
6787
6788         * Documentation/user/examples.itely: add piano-dynamics template.
6789
6790         * input/template/piano-dynamics.ly: remove.
6791
6792         * Documentation/user/sound-output.itexi: more editing
6793
6794 2004-09-25  Graham Percival  <gperlist@shaw.ca>
6795
6796         * Documentation/user/notation.itely: more editing.
6797
6798 2004-09-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6799
6800         * scm/ly-from-scheme.scm (read-lily-expression): use ~s in format
6801         instead of ~a, to get #{ #"foo" #} actually printed to #"foo".
6802
6803 2004-09-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6804
6805         * lily/hairpin.cc (print): check columns of bounds, not bounds
6806         themselves.
6807         (print): robustify bound-padding lookup.
6808
6809         * lily/*: ly_c[ad]+r -> scm_XXX , ly_c_pair_p -> scm_is_pair.
6810
6811         * scripts/lilypond-book.py (Compile_error.process_include): catch
6812         Compile_error exception, and remove output .texi.
6813
6814         * scm/define-music-properties.scm (all-music-properties): add
6815         error-found
6816
6817         * lily/parser.yy (Music_list): add error-found to music with errors.
6818
6819         * lily/lily-parser.cc (LY_DEFINE): ignore scores with errors.
6820
6821         * lily/book.cc (process): ignore books with errors
6822
6823         * lily/include/score.hh (class Score): add error_found_ member.
6824
6825         * lily/drum-note-engraver.cc (try_music): idem.
6826
6827         * lily/note-heads-engraver.cc: remove start-playing-event.
6828
6829         * lily/part-combine-iterator.cc (Part_combine_iterator): use
6830         BusyPlayingEvent to determine which voice was active last.
6831         (unisono): use last active to where to get unisono information
6832         from. This fixes: partcombine-rest.ly (again).
6833
6834         * scm/part-combiner.scm (determine-split-list): cleanups
6835
6836 2004-09-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6837
6838         * input/regression/lyric-extender.ly: simplify.
6839         complexify.
6840
6841         * lily/lyric-extender.cc (print): use it to determine size of
6842         extender. Remove Lyric_extender::is_visible().
6843
6844         * lily/extender-engraver.cc (acknowledge_grob): store lyric in
6845         next property.
6846
6847         * lily/lyric-engraver.cc: remove get_current_rest().
6848         
6849 2004-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
6850
6851         * input/regression/lyric-extender.ly: Fix and add test.
6852
6853         * lily/extender-engraver.cc (stop_translation_timestep): Oops, typo.
6854
6855 2004-09-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6856
6857         * lily/note-head.cc: remove Note_head::extent.
6858
6859 2004-09-23  Graham Percival  <gperlist@shaw.ca>
6860
6861         * Documentation/user/tutorial.itely: do manual style 2-space
6862         indents in examples
6863
6864         * Documentation/user/notation.itely: more editing.
6865
6866 2004-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
6867
6868         * lily/lyric-engraver.cc (get_current_rest): New function.
6869
6870         * lily/extender-engraver.cc (stop_translation_timestep): Use it:
6871         stop at rest.
6872
6873         * lily/lyric-extender.cc (print): Fix crash (Russ Ross).
6874
6875         * lily/slur-scoring.cc (get_bezier): Fix for broken beziers.
6876
6877 2004-09-23  Juergen Reuter  <reuter@ipd.uka.de>
6878
6879         * Documentation/user/examples.itely (Small ensembles): added
6880         example for transcription of mensural music
6881
6882         * Documentation/user/notation.itely (The Lyrics context): fixed broken
6883         link to SATB vocal score
6884
6885         * Documentation/user/notation.itely (System start delimiters):
6886         fixed typo: GrandStaff->StaffGroup
6887
6888         * Documentation/user/notation.itely (Ancient articulations):
6889         removed obsolete comment on \episem bug
6890
6891 2004-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6892
6893         * scm/framework-tex.scm (output-preview-framework): Fix invocation
6894         of header.
6895
6896 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6897
6898         * lily/dynamic-engraver.cc (acknowledge_grob): attach hairpin
6899         start to note-column.
6900
6901         * lily/hairpin.cc (print): check text-interface, to attach to
6902         dynamic texts.  
6903
6904         * lily/include/text-item.hh (class Text_interface): rename
6905         Text_item -> Text_interface
6906
6907         * lily/piano-pedal-bracket.cc (print): robustify.
6908
6909 2004-09-22  Pedro Kroger  <kroeger@pedrokroeger.net>
6910
6911         * scm/paper.scm (set-paper-dimensions): add printfirstpagenumber.
6912
6913         * scm/page-layout.scm (plain-header): if printfirstpagenumber is
6914         true will print the page number in the first page.
6915
6916         * Documentation/user/changing-defaults.itely: Document
6917         printfirstpagenumber.
6918
6919 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6920
6921         * lily/phrasing-slur-engraver.cc (acknowledge_grob): avoid more
6922         objects.
6923
6924         * lily/beam-concave.cc (calc_concaveness): take absolute value of
6925         dy for scaling. This fixes various downbeams.
6926         
6927
6928         * lily/beam-quanting.cc (best_quant_score_idx): 
6929
6930 2004-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6931
6932         * scm/framework-tex.scm (header-to-file): Fix.
6933
6934 2004-09-22  Werner Lemberg  <wl@gnu.org>
6935
6936         * lily/parser.yy <score_body>: Fix typo.
6937
6938 2004-09-22  Graham Percival  <gperlist@shaw.ca>
6939
6940         * Documentation/user/tutorial.itely: modified a "future planning"
6941         comment.
6942
6943         * Documentation/user/notation.itely: more editing.
6944
6945 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6946
6947         * scm/define-markup-commands.scm (note-by-number): read font-size
6948         to determine stem length. Fixes: markup-note.ly
6949
6950 2004-09-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6951
6952         * lily/slur.cc (outside_slur_callback): read #'padding for
6953         slur-padding. Fixes: slur-script.ly
6954
6955         * lily/parser.yy (score_body): disallow \bookpaper in \score.
6956
6957 2004-09-21  Juergen Reuter  <reuter@ipd.uka.de>
6958
6959         * Documentation/user/notation.itely (ancient flags): documented
6960         flags-related known bugs
6961
6962         * lily/include/ligature-engraver.hh: added comment about why and
6963         how of (non-)use of abstract virtual methods
6964
6965         * ly/engraver-init.ly (VaticanaVoice,
6966         GregorianTranscriptionVoice): bugfix (workaround): TextSpanner:
6967         unset dash-fraction property in order to get solid lines
6968
6969         * ly/engraver-init.ly (MensuralStaff): fixed bad comment
6970
6971 2004-09-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6972
6973         * scripts/convert-ly.py (ly): Corrected replacement of \scriptBoth
6974
6975 2004-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6976
6977         * lily/parse-scm.cc (internal_ly_parse_scm): Eval in module, not
6978         in function.
6979
6980         * scm/framework-tex.scm (convert-to-dvi): Use nonstopmode.  Set
6981         openout_any=p.  Throughout: progress to stderr, translate user
6982         messages.
6983
6984         * scm/output-gnome.scm: Fix font dir description.
6985
6986 2004-09-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6987
6988         * input/test/mensural-ligatures.ly (voice): move linethickness
6989         settings to bookpaper.
6990
6991         * lily/simple-spacer.cc (Module): use force to stretch to 
6992         line length as force measure for ragged spacing.
6993         
6994         * lily/lily-parser.cc (get_paper): don't set parent for \paper
6995         blocks in the parser. This eliminates ordering dependency for
6996         \bookpaper and \paper
6997
6998         * ly/part-paper-init.ly: remove file.
6999
7000         * lily/includable-lexer.cc (new_input): elucidate message.
7001
7002         * VERSION: 2.3.18 released.
7003         
7004 2004-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7005
7006         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
7007         * input/mutopia/R.Schumann/romanze-op28-2.ly:
7008         * input/mutopia/F.Schubert/standchen.ly: Remove obsolete
7009         #'Slur.attachment setting.
7010
7011         * elisp/lilypond-mode.el (LilyPond-command-alist): Use -ftex,
7012         friendlier for point and click.
7013
7014 2004-09-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7015
7016         * ly/init.ly: reverse collected scores.
7017
7018         * scm/page-layout.scm (ly:optimal-page-breaks): use non-ragged
7019         layout to determine force.
7020         
7021 2004-09-18  Werner Lemberg  <wl@gnu.org>
7022
7023         * ly/engraver-init.ly <Score> [quotedEventTypes]: Add tuplets and
7024         ties.
7025
7026         * ly/declarations-init.ly (escapedBiggerSymbol,
7027         escapedSmallerSymbol): Fix typos.
7028
7029         * scripts/convert-ly.py: s/removeTag/removeWithTag/.
7030
7031 2004-09-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7032
7033         * input/{input,regression}/*.ly: run convert-ly
7034
7035         * VERSION: release 2.3.17
7036
7037         * lily/slur-scoring.cc (enumerate_attachments): make stem_extent a
7038         little wider for attachment calculation. This prevents stem and
7039         slur touching.
7040
7041         * lily/parser.yy (direction_less_char): soft code \< \> \! \( \) (
7042         ) 
7043
7044         * input/regression/tie.ly (texidoc): cleanup.
7045
7046         * ly/declarations-init.ly (tildeSymbol): soft-code meaning of [ ]
7047         and ~
7048
7049         * lily/slur-scoring.cc (score_extra_encompass): check if extra
7050         objects are on boundary column. 
7051
7052         * lily/main.cc (parse_argv): process --tex too.
7053
7054         * ly/music-functions-init.ly (keepWithTag): add music functions
7055         keepWithTag and removeWithTag.
7056
7057         * lily/quote-iterator.cc (Quote_iterator): init transposed_musics_.
7058
7059         * lily/accidental-engraver.cc (recent_enough): interpret laziness
7060         = #t. This fixes no-reset accidental-style.
7061
7062         * input/regression/accidental-piano.ly (Module): new file.
7063
7064         * lily/lily-guile.cc (LY_DEFINE): ly_assoc_get: new function.
7065
7066 2004-09-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7067
7068         * lily/slur-scoring.cc (score_extra_encompass): widen X extent of
7069         extra encompass.
7070         (score_extra_encompass): use Y coordinate of attachment if X
7071         attachment falls in extra encompass X extent.
7072
7073         * buildscripts/guile-gnome.sh (SLIB_PATH): add SLIB_PATH to
7074         GUILE_LOAD_PATH
7075
7076 2004-09-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7077
7078         * scm/output-gnome.scm: Small fixes.
7079
7080         * buildscripts/guile-gnome.sh: Getting close to 2.6.0 release.
7081
7082 2004-09-16  Juergen Reuter  <reuter@ipd.uka.de>
7083
7084         * Documentation/user/notation.itely (Ancient flags): Removed
7085         documentation on adjust-if-on-staffline (this property was removed
7086         by Han-Wen).
7087
7088         * Documentation/user/notation.itely (Ancient notation): Minor
7089         cleanups and fixes.  Renamed "Vaticana style contexts" ->
7090         "Gregorian Chant contexts".  Added section "Mensural contexts".
7091         Added section "Ancient articulations".
7092
7093         * ly/engraver-init.ly: Added "MensuralVoice" and "MensuralStaff".
7094
7095 2004-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
7096
7097         * buildscripts/guile-gnome.sh: Add missing bit.
7098
7099 2004-09-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7100
7101         * buildscripts/guile-gnome.sh (LD_LIBRARY_PATH): new script.
7102
7103         * lily/slur-scoring.cc (get_y_attachment_range): set end point
7104         using base_attachment.
7105
7106         * scm/page-layout.scm (default-page-make-stencil): whoops. Add
7107         page header back.
7108
7109         * scm/documentation-generate.scm (top-node): move version to top
7110         node.
7111
7112         * lily/ledger-line-spanner.cc: add ledgered-interface, with
7113         property no-ledgers.
7114
7115 2004-09-16  Heikki Junes  <hjunes@cc.hut.fi>
7116
7117         * Documentation/user/{changing-defaults,examples,invoking,
7118         tutorial}.itely: Expand 's to is.
7119
7120         * Documentation/user/notation.itely: Capitalize only first letter.
7121
7122         * Documentation/user/programming-interface.itely: Capitalize Scheme.
7123
7124         * Documentation/user/lilypond-book.itely: use @refbugs.
7125
7126         * THANKS: sort.
7127
7128         * input/mutopia/F.Schubert/morgenlied.ly,
7129         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly,
7130         input/mutopia/R.Schumann/romanze-op28-2.ly: Add lifetime and full
7131         name.
7132
7133 2004-09-15  Juergen Reuter  <reuter@ipd.uka.de>
7134
7135         * mf/parmesan-heads.mf: bugfixes: (i) removed duplicate
7136         lneomensural char entry; (ii) fixed mensural/neomensural naming
7137         clash typo; (iii) lneomensural char: fixed stem attachment point.
7138         WARNING: FONT CHANGED!
7139
7140 2004-09-15  Graham Percival  <gperlist@shaw.ca>
7141
7142         * Documentation/user/introduction.itely: update \stemBoth to
7143         \stemNeutral.
7144
7145         * Documentation/user/notation.itely: more editing of the manual.
7146
7147 2004-09-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7148
7149         * lily/slur-scoring.cc (score_edges): add exp(slope*dir*leftright)
7150         factor in edge attraction. This reflects that the left edge may
7151         have a larger gap for an ascending up-slur.
7152         (get_base_attachments): copy bound Y from right bound, if there is
7153         only one note-column after the line break.
7154
7155 2004-09-14  Jan Nieuwenhuizen  <janneke@gnu.org>
7156
7157         * buildscripts/guile-gnome.sh: Update with tarball [pre]releases.
7158
7159 2004-09-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7160
7161         * lily/phrasing-slur-engraver.cc (process_music): Create
7162         PhrasingSlur instead of Slur.
7163
7164         * Documentation/user/changing-defaults.itely (Defining new
7165         contexts): Fixed misprinted context name.
7166
7167 2004-09-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7168
7169         * ly/property-init.ly (hideStaffSwitch): remove turnOff.
7170
7171         * scripts/convert-ly.py (conv): change Both to Neutral in property
7172         settings.
7173
7174         * ly/engraver-init.ly: increase extent of Staff. 
7175
7176 2004-09-13  Graham Percival  <gperlist@shaw.ca>
7177
7178         * scm/script.scm: change behaviour of slur and accent.
7179
7180         * Documentation/user/music-glossary.tely: de-gender a few entires.
7181
7182         * Documentation/user/introduction.itely: de-gender a few sentences.
7183
7184 2004-09-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7185
7186         * input/regression/rehearsal-mark-number.ly: Reuse the existing
7187         formatting routine when adding boxed numbers. Makes it easier to
7188         extrapolate how to do for boxed letters.
7189
7190 2004-09-12  Graham Percival  <gperlist@shaw.ca>
7191
7192         * Documentation/user/notation.itely: fixed Time Signature numbers bug.
7193
7194         * Documentation/user/invoking.itexi: updated the "reporting bugs"
7195         section.
7196
7197 2004-09-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7198
7199         * scm/define-grobs.scm (all-grob-descriptions): longer
7200         ideallengths for stems in higher order beams.
7201
7202         * Documentation/user/changing-defaults.itely (Page layout):
7203         document them.
7204
7205         * scm/page-layout.scm (ly:optimal-page-breaks): use new parameters
7206         to get sane spaces for titles.
7207
7208         * ly/book-paper-defaults.ly: new parameters aftertitlespace,
7209         beforetitlespace, betweentitlespace.
7210
7211         * input/regression/beam-quant-standard.ly (primeSixteenths): add
7212         16th notes.
7213
7214         * lily/beam.cc (set_minimum_dy): new function. Round non-zero
7215         small slope up to smallest quant. This prevents small slopes from
7216         getting rounded to zero.
7217
7218         * lily/beam-quanting.cc (quanting): don't allow dy_mus slopes that
7219         are smaller than the smallest quant.
7220
7221         * input/tutorial/brahms*.ly: remove.
7222
7223         * input/*: update all .ly files.
7224          
7225         * ly/a4-init.ly (vsize): remove papersize init files.
7226
7227         * scripts/convert-ly.py (conv): add conversion.
7228
7229         * lily/parser.yy: change mode changing commands to XXXmode,
7230         eg. drummode.
7231         (mode_changing_head): group mode changes.
7232         (mode_changing_head_with_context): new commands: create context as
7233         well as change mode.
7234
7235         * input/regression/system-overstrike.ly: new file.
7236
7237         * scm/page-layout.scm (ly:optimal-page-breaks): add
7238         betweensystempadding also to fixed distance for the spring.
7239  
7240         * scm/define-grobs.scm (all-grob-descriptions): fix order of
7241         key-cancellation.
7242
7243         * input/regression/beam-concave-damped.ly: new file.
7244
7245         * lily/beam-concave.cc: new file, with new routines for concave
7246         decisions. There are now two types of concaveness: 1. a sharp
7247         logic decision forcing a beam horizontal, and 2. a number that
7248         measures how concave beams are that are not caught by 1.
7249
7250         This fixes: morgenlied.ly and input/regression/beam-concave.ly
7251         
7252         * lily/new-fingering-engraver.cc (stop_translation_timestep): new
7253         property: add-stem-support
7254
7255 2004-09-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7256
7257         * lily/slur-scoring.cc (get_bound_info): only do
7258         broken trend at the end of the line.
7259
7260         * VERSION (PACKAGE_NAME): release 2.3.16.
7261
7262         * input/regression/phrasing-slur.ly (Module): remove (duplicate
7263         with phrasing-slur-slur-avoid.ly)
7264
7265         * lily/slur-scoring.cc (struct Extra_collision_info): collect
7266         parameters for extra offset.
7267         (get_bezier): add slurs mid-points for curve determination
7268         (score_extra_encompass): add slur end points for scoring.
7269
7270 2004-09-11  Matthias Neeracher  <neeracher@mac.com>
7271
7272         * scm/framework-ps.scm (reencode-font): Handling font scaling
7273         and reencoding differently to work around a bug in gs 8.30 and
7274         earlier.
7275         Update callers.
7276
7277 2004-09-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7278
7279         * lily/slur-scoring.cc (broken_trend_y): always take use vdir
7280         extent index of other system. Fixes slurs across line breaks.
7281
7282         * lily/tuplet-engraver.cc (start_translation_timestep): use
7283         Tuplet_description::stop_ for determining when to stop producing
7284         tuplet brackets. This fixes: tuplet-overwrite.ly
7285
7286         * lily/*-engraver.cc: remove all Protected_scm objects to fix GC
7287         errors with GUILE 1.7 CVS.
7288
7289         * lily/translator.cc (derived_mark): new function.
7290
7291         * lily/slur-scoring.cc (score_encompass): new penalty type:
7292         variance penalty demerits slurs where one head/stem is much
7293         closer to the slur than average.
7294
7295         * lily/tuplet-bracket.cc (print): use robust_relative_extent
7296         iso. extent()
7297         (calc_position_and_height): use robust_relative_extent(). This
7298         fixes a couple of programming_errors
7299
7300         * input/regression/part-combine-mmrest-after-solo.ly (Module): new
7301         file.
7302
7303         * lily/part-combine-iterator.cc (unisono): bugfix for the case
7304         that voice-2 plays solo, and voice-1 has an mmrest that starts
7305         earlier. In that case, we switch to voice-2, so we catch the
7306         mmrest of voice-2. This fixes: partcombine-rest.ly.
7307  
7308 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7309
7310         * scm/define-grob-properties.scm (all-internal-grob-properties):
7311         add adjacent-hairpins property.
7312
7313         * lily/hairpin.cc: lengthen hairpin if space is available.
7314
7315         * input/regression/dynamics-hairpin-length.ly (Module): new file.
7316
7317 2004-09-10  Graham Percival  <gperlist@shaw.ca>
7318
7319         * Documentation/user/notation.itely: small fixes to docs.
7320
7321 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7322         
7323         * VERSION (PACKAGE_NAME): release 2.3.15
7324
7325         * make/lilypond.redhat.spec.in (Requires): bump requirement for
7326         ec-fonts-mftraced
7327
7328         * mf/GNUmakefile (SAUTER_FONTS): remove ecb10. This is provided by
7329         the latest ec-fonts-mftraced package.
7330
7331         * scm/define-context-properties.scm
7332         (all-internal-translation-properties): add property. Remove
7333         definition of quotes property.
7334
7335         * Documentation/user/notation.itely (Quoting other voices):
7336         document it
7337
7338         * lily/quote-iterator.cc (moment_less): add quotedEventTypes
7339         property, to determine what events are processed in \quote.
7340
7341 2004-09-10  Juergen Reuter  <reuter@ipd.uka.de>
7342
7343         * (many files): removed most occurrences of underscore ("_")
7344         from font characters; made font character naming more
7345         consistent
7346
7347         * input/test/gregorian-scripts.ly: fixed another victim of grand
7348         replacement operations
7349
7350         * lily/vaticana-ligature-engraver.cc: caught some more "_"
7351         inconsistencies
7352
7353         * input/puer-fragment.ly: bugfix: lyrics hyphen: syntax update
7354
7355 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7356
7357         * Documentation/user/changing-defaults.itely (Paper size): doc
7358         landscape
7359         
7360
7361         * scm/framework-ps.scm (eps-header): bugfixes. 
7362
7363         * scm/titling.scm (default-score-title): remove opus from the
7364         \score title.
7365
7366 2004-09-08  Pedro Kroger  <kroeger@pedrokroeger.net>
7367
7368         * scripts/convert-ly.py (program_name): changed to sys.argv[0]
7369
7370         * scripts/abc2ly.py (program_name): changed to sys.argv[0]
7371
7372         * scripts/etf2ly.py (program_name): changed to sys.argv[0]
7373
7374         * scripts/lilypond-book.py (program_name): changed to sys.argv[0]
7375
7376         * scripts/lilypond-latex.py (program_name): changed to sys.argv[0]
7377
7378         * scripts/midi2ly.py (program_name): changed to sys.argv[0]
7379
7380         * scripts/mup2ly.py (program_name): changed to sys.argv[0]
7381
7382         * scripts/ps2png.py (program_name): changed to sys.argv[0]
7383
7384 2004-09-09  Jan Nieuwenhuizen  <janneke@gnu.org>
7385
7386         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Increment
7387         character position.  Huh?
7388
7389         * scm/output-gnome.scm (placebox): Shield affine-relative.
7390
7391         * buildscripts/guile-gnome.sh: Update.  Do not use GUILE CVS,
7392         cater for system's pango 1.5.1.
7393
7394         * input/regression/new-slur.ly: Add ugly slur from scsii-sarabande.
7395
7396         * scm/slur.scm: Tweak.
7397
7398 2004-09-08  Graham Percival  <gperlist@shaw.ca>
7399
7400         * Documentation/user/{first couple of chapters}: more editing.
7401
7402 2004-09-07  Graham Percival  <gperlist@shaw.ca>
7403
7404         * Documentation/topdocs/AUTHORS.texi, THANKS: add/modify my name
7405         and summary.
7406
7407         * Documentation/user/{first couple of chapters}: the big "Graham's
7408         moved to a new city, his friends haven't arrived, and he has no
7409         internet access" patch.  Numerous editorial and stylistic changes
7410         to the manual.
7411
7412 2004-09-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7413
7414         * scm/framework-ps.scm (output-framework): handle landscape settings.
7415
7416         * ps/lilyponddefs.ps: cleanup.
7417
7418 2004-09-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7419
7420         * scm/define-grobs.scm (all-grob-descriptions): unset
7421         threshold. This fixes morgenlied. 
7422
7423         * scm/page-layout.scm (ly:optimal-page-breaks): whoops. Thinko in
7424         rod calculation.
7425
7426         * lily/system.cc (get_line): don't take piano-pedal & dynamic line
7427         spanners into account for staff-extents.
7428
7429         * lily/ottava-bracket.cc (print): take common refpoint of dots
7430         into account as well.
7431
7432 2004-09-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7433
7434         * lily/lookup.cc (triangle): translate by interval.
7435
7436         * VERSION (PACKAGE_NAME): release 2.3.14
7437
7438         * Documentation/user/changing-defaults.itely (Page layout): add
7439         betweensystempadding
7440
7441         * scm/page-layout.scm (ly:optimal-page-breaks): typo.
7442
7443         * input/regression/quote-cyclic.ly (Module): new file.
7444
7445         * scm/lily.scm (print): add function.
7446
7447         * scm/music-functions.scm (quote-substitute): new
7448         function. Substitute \quote when putting music into \score.
7449
7450         * input/regression/key-signature-cancellation.ly (Module): new file.
7451
7452         * lily/*.cc: more ly_scm2 -> scm_to converions.
7453
7454         * lily/key-signature-interface.cc (print): take position
7455         difference into account when spacing naturals.
7456
7457         * lily/key-engraver.cc (create_key): create KeyCancellation grob
7458         separately, so the cancellation can be put before the staff-bar
7459
7460         * scm/define-grobs.scm (all-grob-descriptions): add a
7461         KeyCancellation grob.
7462
7463         * lily/tuplet-engraver.cc (struct Tuplet_description): new
7464         struct. Use to clean-up Tuplet_engraver
7465
7466 2004-09-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7467
7468         * lily/*: ly_scm2int -> scm_to_int
7469         ly_scm2double -> scm_to_double
7470
7471         * lily/include/lily-guile.hh (scm_from_double): more compat glue.
7472
7473 2004-09-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7474
7475         * lily/simple-spacer.cc (LY_DEFINE): return something sensible for
7476         0 springs
7477
7478         * lily/system.cc (post_processing): 
7479
7480         * scm/page-layout.scm (ly:optimal-page-breaks): implement uniform
7481         density for vertical spacing by means of force penalty.
7482         
7483         * scm/paper.scm (paper-set-staff-size): add betweensystemspace as
7484         dimension-variables
7485
7486         * Documentation/user/changing-defaults.itely (Page layout): add
7487         betweensystemspace variable.
7488
7489         * ly/book-paper-defaults.ly: set betweensystemspace: 20 mm
7490
7491         * scm/page-layout.scm (space-systems): new function. Use spring
7492         and rod approach for vertically spacing systems.
7493
7494         * ly/engraver-init.ly: tune down minimumVerticalExtent.
7495
7496         * scm/define-grobs.scm (all-grob-descriptions): set threshold for
7497         vertical alignment.
7498
7499         * lily/slur-engraver.cc (process_music): add warning for slur.
7500
7501 2004-09-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7502
7503         * lily/include/lily-guile.hh (scm_is_number): add scm_is_number
7504
7505         * lily/simple-spacer.cc (LY_DEFINE): ly_solve_spring_rod_problem:
7506         export spacing routine to SCM.
7507
7508         * lily/include/simple-spacer.hh (struct Simple_spacer_wrapper):
7509         new class, separate Grobs from interface.
7510
7511 2004-09-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7512
7513         * lily/include/lily-guile.hh: compatibility glue for 1.6
7514
7515         * lily/*.cc (acknowledge_grob): ly_string_p -> scm_is_string.
7516
7517         * lily/lily-guile.cc: remove ly_scm2str0.
7518
7519 2004-09-01  Jan Nieuwenhuizen  <janneke@gnu.org>
7520
7521         * Documentation/user/macros.itexi: Use @inforef iso @uref for
7522         external references.  Fixes HTML cross references with makeinfo 4.7.
7523
7524 2004-09-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7525
7526         * lily/include/simple-spacer.hh (struct Simple_spacer): remove
7527         expand_only option.
7528
7529 2004-08-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7530
7531         * lily/system.cc (get_line): add System stencil to exprs. Fixes
7532         system-extents.ly.
7533
7534         * ly/engraver-init.ly: decrease minimumVerticalExtent to (-5,5).
7535
7536         * scm/define-grobs.scm (all-grob-descriptions): decrease padding
7537         for MultiMeasureRestNumber
7538
7539         * VERSION (PACKAGE_NAME): release 2.3.13
7540
7541 2004-08-29  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7542
7543         * lily/context-scheme.cc (LY_DEFINE): ly:context-grob-definition
7544         takes two arguments.
7545
7546 2004-08-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7547
7548         * input/regression/slur-stem-broken.ly: remove.
7549
7550         * lily/slur.cc: add quant-score.
7551
7552         * input/regression/slur-staccato.ly (texidoc): remove
7553
7554         * make/lilypond.redhat.spec.in (Group): remove musedata2ly
7555
7556 2004-08-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7557
7558         * lily/include/bezier-bow.hh: remove.
7559
7560         * lily/slur-bezier-bow.cc (Module): remove.
7561
7562         * lily/include/slur.hh (Module): remove.
7563
7564         * lily/slur.cc: remove
7565
7566         * input/test/slur-beautiful.ly (Module): remove
7567
7568         * input/test/slur-attachment-override.ly (Module): remove
7569
7570         * lily/slur-quanting.cc (after_line_breaking): only do scoring
7571         when less than 4 control-points.
7572
7573         * lily/key-signature-interface.cc: add style.
7574
7575         * Documentation/user/notation.itely (Automatic staff changes):
7576         document new behavior.
7577
7578         * input/regression/slur-extreme.ly: new file.
7579
7580         * ly/engraver-init.ly (Score): set bassStaffProperties to \clef
7581         bass. Obviates \clef bass in the bass staff, when using \autochange 
7582
7583         * lily/auto-change-iterator.cc (construct_children): instantiate
7584         up/down Staff, create Voice on up staff initially. Obviates
7585         explicit instantiation of up/down contexts for \autochange. 
7586
7587         * lily/slur-quanting.cc (get_bezier): new functionality, blow up
7588         slur depending on extents of note heads.
7589         
7590 2004-08-28  Graham Percival  <gperlist@shaw.ca>
7591
7592         * Documentation/user/tutorial.itely: minor editing.
7593
7594         * Documentation/user/examples.itely: tiny editing.
7595
7596 2004-08-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7597
7598         * lily/slur-quanting.cc (init_score_param): read scoring
7599         parameters from slur-details property
7600
7601         * scm/define-grobs.scm (all-grob-descriptions): add inside-slur to
7602         Accidental
7603
7604         * Documentation/user/advanced.itely: removed.
7605
7606         * Documentation/user/programming-interface.itely (How markups work
7607         internally): new subsection.
7608
7609         * Documentation/user/converters.itely (Invoking abc2ly): remove
7610         musedata2ly.
7611
7612 2004-08-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7613
7614         * Documentation/user/point-and-click.texi (Point and click): new file.
7615         put point & click in appendix.
7616         
7617         * Documentation/user/changing-defaults.itely (Vertical spacing):
7618         corrections
7619
7620 2004-08-27  Graham Percival  <gperlist@shaw.ca>
7621
7622         * Documentation/user/introduction.itely: add note about the
7623         "example templates" section of the manual, and remove link to
7624         input/template/
7625
7626 2004-08-27  Juergen Reuter   <reuter@ipd.uka.de>
7627
7628         * Documentation/user/lilypond-book.itely: fix parse error: @LaTeX
7629         -> La@TeX
7630
7631         * mf/parmesan-heads.mf: draw_diamond_head: fixed pen width; added
7632         missing lneo_mensural head; editorial cleanups
7633
7634         * lily/mensural-ligature.cc: added more comments
7635
7636 2004-08-26  Graham Percival  <gperlist@shaw.ca>
7637
7638         * Documentation/user/examples.itely: second, third, fourth, and fifth
7639         sections added.
7640
7641         * input/template/{various}: removed files included in examples.itely.
7642
7643 2004-08-26  Juergen Reuter   <reuter@ipd.uka.de>
7644
7645         * lily/stem.cc: bugfix: adjust-if-on-staffline: use
7646         Stem::stem_end_position instead of broken
7647         Staff_symbol_referencer::get_position
7648
7649 2004-08-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7650
7651         * debian/changelog: debian patch by Anthony Fok.
7652
7653         * lily/stem.cc (flag): bugfix for mensural flags (thanks Juergen!)
7654
7655         * lily/slur-engraver.cc (try_music): ignore slurs_. Otherwise we
7656         get spurious messages with skipTypesetting on.
7657
7658 2004-08-25  Graham Percival   <gperlist@shaw.ca>
7659
7660         * Documentation/user/lilypond-book.itely: slight clean-up.
7661
7662         * Documentation/user/examples.itely: began section.
7663
7664 2004-08-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7665
7666         * lily/script-interface.cc: add slur property.
7667
7668         * lily/slur-quanting.cc (score_extra_encompass): avoid other slurs
7669         too.
7670
7671         * input/regression/phrasing-slur-slur-avoid.ly: new file.
7672
7673         * lily/ottava-bracket.cc (print): always start from right edge of
7674         a broken bound. This fixes ottava-clef.ps 
7675
7676 2004-08-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7677
7678         * input/regression/slur-script-inside.ly: new file.
7679
7680         * lily/new-slur.cc (outside_slur_callback): new function, to make
7681         scripts avoid slurs 
7682
7683         * lily/slur-engraver.cc (finalize): 
7684
7685         * lily/script-interface.cc: add inside-slur property.
7686
7687         * lily/slur-engraver.cc (finalize): read inside-slur property.
7688
7689         * scm/lily.scm (postscript->png): use ~a iso. ~s in progress
7690         message.
7691
7692         * ly/property-init.ly (unHideNotes): hide accidentals at staff
7693         level. Fixes: hideNotes-accidental.ly
7694
7695 2004-08-23  Pedro Kroger  <kroeger@pedrokroeger.net>
7696
7697         * scm/page-layout.scm (plain-header): fix bug that print page
7698         number in the first page if firstpagenumber was different than 1.
7699
7700 2004-08-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7701
7702         * scm/framework-ps.scm (define-fonts): use UPCASE for Bluesky
7703         fonts. Fixes triangle markup for chords.
7704
7705         * lily/slur-quanting.cc (score_extra_encompass): make score depend
7706         on distance. This fixes slur-tenuto.ly and slur-tie.ly
7707  
7708         * flower/include/interval.hh (T>): add distance() function
7709
7710         * lily/ottava-bracket.cc (print): add dots to extent. Fixes
7711         octaviation-dot.ly 
7712
7713         * lily/context-scheme.cc: ly_context_grob_definition: new function.
7714
7715         * VERSION (MY_PATCH_LEVEL): release 2.3.12
7716
7717         * lily/new-slur.cc (add_column): remove set_interface()
7718
7719 2004-08-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7720
7721         * input/regression/slur-double.ly: new file. 
7722
7723         * lily/slur-engraver.cc: add doubleSlurs property
7724
7725         * scm/fret-diagrams.scm (label-fret): use cond instead of case for
7726         symbols.
7727
7728         * Documentation/user/notation.itely (Easy Notation note heads):
7729         revise notation Chapter.
7730
7731         * ly/music-functions-init.ly (makecluster): add makeClusters music
7732         function.
7733
7734         * lily/part-combine-engraver.cc: rename soloADue ->
7735         printPartCombineTexts
7736
7737         * scripts/convert-ly.py (conv): junk script{Up|Down|Both}.
7738
7739         * lily/horizontal-bracket.cc (print): use
7740         Tuplet_bracket::make_bracket, so it supports bracket-flare,
7741         edge-eight and shorten-pair.
7742
7743 2004-08-22  Pedro Kroger  <kroeger@pedrokroeger.net>
7744
7745         * Documentation/user/changing-defaults.itely (Page layout):
7746         description of firstpagenumber. Moved @refbugs about rightmargin
7747         to the end of the section (it was looking like the documentation
7748         after the refbugs was part of the bug comment).
7749
7750         * scm/framework-ps.scm (output-framework): set the first
7751         postscript page number to firstpagenumber
7752
7753         * scm/page-layout.scm (ly:optimal-page-breaks): print the first
7754         page number according to firstpagenumber
7755
7756         * scm/paper.scm (set-paper-dimensions): added firstpagenumber
7757         parameter
7758
7759 2004-08-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7760
7761         * lily/slur-engraver.cc (class Slur_engraver): simplify: remove
7762         nested slurs. 
7763
7764         * scripts/convert-ly.py (lilypond_version_re_str): handle
7765         \version "bar" % "foo"
7766
7767         * lily/completion-note-heads-engraver.cc (process_music): set
7768         duration-log before announcing object.
7769         
7770         * lily/staff-symbol.cc (print): subtract thickness from staff line
7771         length
7772
7773         * lily/parser.yy (book_body): disallow { ..music.. } inside \book
7774         
7775 2004-08-21  Carl Sorensen  <carldsorensen@comcast.net>
7776
7777         * scm/stencil.scm: remove fontify-text and fontify-text-white
7778
7779 2004-08-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7780
7781         * scm/part-combiner.scm: skip name string. Fixes segfault problem.
7782
7783         * Documentation/user/sound-output.texi (Sound): new file. Move all
7784         MIDI related information.
7785
7786 2004-08-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7787
7788         * lily/script-engraver.cc (acknowledge_grob): only take into
7789         account note heads with a music cause. Fixes ambitus-accent.ly
7790
7791         * scm/define-markup-commands.scm (finger): set encoding to
7792         fetaNumber.
7793
7794 2004-08-20  Erik Sandberg <ersa9195@student.uu.se>
7795
7796         * scripts/convert-ly.py: typo
7797
7798 2004-08-19  Carl Sorensen  <carldsorensen@comcast.net>
7799
7800         * scm/fret-diagrams.scm: Eliminate use of fontify-text; make 
7801         font calls for diagrams based on paper and props
7802
7803 2004-08-19  Graham Percival <gperlist@shaw.ca>
7804
7805         * scripts/convert-ly.py: add \newpage -> \pageBreak rule.
7806
7807 2004-08-19  Erik Sandberg <ersa9195@student.uu.se>
7808
7809         * ly/spanners-init.ly: Correct meanings of setTextDecresc/Dim,
7810         added setHairpinDecresc/Dim
7811
7812 2004-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7813
7814         * lily/include/lily-guile.hh: Cosmetics.
7815
7816 2004-08-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7817
7818         * input/regression/fermata-rest-position.ly: new file
7819
7820         * ly/property-init.ly (hideNotes): remove \setMmRestFermata
7821
7822         * scripts/convert-ly.py (conv): add rule for \setMmRestFermata
7823
7824 2004-08-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7825
7826         * scm/framework-tex.scm (output-preview-framework) 
7827         (output-classic-framework): 
7828         * scm/framework-ps.scm (output-preview-framework):
7829         s/ly:paper-book-lines/ly:paper-book-systems/g
7830
7831         * scm/fret-diagrams.scm (ss-font-encoding):
7832         s/my-font-encoding/ss-font-encoding
7833
7834 2004-08-18  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7835
7836         * scm/music-functions.scm (direction-polyphonic-grobs): Set
7837         direction also on fingerings.
7838
7839         * lily/clef-engraver.cc: Add forceClef to list of read properties.
7840
7841 2004-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7842
7843         * po/nl.po: Some updates.
7844
7845         * scm/lily.scm (_): New function.
7846         (postscript->pdf, postscript->png, lilypond-main)
7847         (postscript->pdf): Use it.  Write messages to stderr.
7848
7849         * stepmake/stepmake/po-targets.make (ALL_PO_SOURCES): Add SCM_FILES.
7850
7851         * scm/GNUmakefile (XGETTEXT_FLAGS): Set language to Lisp.
7852         xgettext does not recognise scheme yet.  Patch submitted.
7853
7854         * lily/scm-option.cc (LY_DEFINE):
7855         * lily/main.cc: The program is now called lilypond (WAS:
7856         lilypond-bin).
7857
7858         * lily/rest-collision.cc (do_shift): Uniformise two too many rests
7859         messages.
7860
7861         * lily/include/paper-book.hh
7862         * lily/include/paper-system.hh: Finish renaming of paper-line to
7863         system.  Fix users.
7864
7865 2004-08-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7866
7867         * scm/documentation-generate.scm (string-append): add version.
7868
7869         * scm/define-markup-commands.scm (box): add box-padding and
7870         thickness props for the box command.
7871  
7872         * Documentation/user/changing-defaults.itely (Text encoding):
7873         elucidate use of \encoding for \header strings.
7874
7875         * lily/parser.yy (lyric_element): use \encoding for lyrics strings.
7876
7877         * lily/score.cc (LY_DEFINE): check if length of music > 0. Fixes:
7878         staff-change.ly
7879
7880         * lily/output-def.cc (assign_context_def): use set_variable().
7881
7882         * lily/text-item.cc (interpret_string): accept string input
7883         encoding too.
7884
7885         * scm/encoding.scm (read-encoding-file): print warning when file
7886         can't be found.
7887
7888         * tex/latin1.enc: remove.
7889
7890         * tex/GNUmakefile ($(outdir)/latin1.enc): create latin1 from GS.
7891
7892         * lily/rod.cc (columnize): robustness fix. Don't crash for
7893         nil span points. Fixes: appoggiatura-segfault.ly
7894         (add_to_cols): extra robustness fix.
7895
7896 2004-08-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7897
7898         * lily/text-item.cc (interpret_string): use lookup_variable() to
7899         fidn inputencoding. Now, \paper inherits inputencoding from
7900         \bookpaper.
7901
7902         * lily/script-engraver.cc (stop_translation_timestep): remove slur
7903         collision kludge.
7904
7905         * lily/dynamic-engraver.cc (typeset_all): remove slur collision
7906         kludge.
7907
7908 2004-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
7909
7910         * lily/main.cc (parse_argv): Bugfix: handle 'p'.  Add warning.
7911
7912 2004-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
7913
7914         * lily/spanner.cc (spanned_rank_iv): Bugfix.
7915
7916         * lily.scm: Mark un-internationlised user messages (with FIXME).
7917
7918         * lily/include/modified-font-metric.hh (struct
7919         Modified_font_metric): New file.  (WAS: incorrectly named
7920         scaled-font-metric.hh ?)
7921
7922         * lily/include/scaled-font-metric.hh: Remove.
7923
7924         * lily/text-item.cc (interpret_string): Identify and document
7925         input-encoding problem.
7926
7927         * lily/paper-book.cc (pages): Do not use `paper' as variable name
7928         for a Bookpaper.
7929
7930         * tex/latin1.enc: Replace /minus with /hyphen.
7931
7932         * scm/encoding.scm: For latin1 (input-)encoding, use
7933         latin1.  (Cork.enc is NOT latin1 -- see man latin1).
7934
7935         * ly/book-paper-defaults.ly: Add a comment about suspicious TeX
7936         inputencoding.
7937
7938 2004-08-12  Heikki Junes  <hjunes@cc.hut.fi>
7939
7940         * Documentation/topdocs/INSTALL.html: fixes.
7941
7942 2004-08-12  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
7943
7944         * buildscripts/builder.py: Fix for scons CVS.
7945
7946 2004-08-11  Heikki Junes  <hjunes@cc.hut.fi>
7947
7948         * Documentation/user/notation.itely,
7949         Documentation/topdocs/NEWS.texi, input/test/ambitus-mixed.ly,
7950         input/test/ambitus-mixed.ly: fix plurals:
7951         english: ambit, pl. ambits; latin: ambitus, pl. ambitus.
7952
7953 2004-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7954
7955         * lily/dynamic-engraver.cc (typeset_all):
7956         * lily/script-engraver.cc (stop_translation_timestep): Handle
7957         collisions with new-slur.
7958
7959 2004-08-10  Jan Nieuwenhuizen  <janneke@gnu.org>
7960
7961         * scm/define-grobs.scm (all-grob-descriptions): Add
7962         new-slur-interface.
7963
7964 2004-08-03  Jan Nieuwenhuizen  <janneke@gnu.org>
7965
7966         * elisp/lilypond-mode.el (LilyPond-command-alist): LilyPond now
7967         produces .PS
7968
7969 2004-08-09  Carl Sorensen  <carldsorensen@comcast.net>
7970
7971         * scm/define-grob-properties.scm (all-user-grob-properties): fix
7972         definition of number-type
7973
7974 2004-08-08  Carl Sorensen  <carldsorensen@comcast.net>
7975
7976         * scm/fret-diagrams.scm : change sans-serif font encoding from 
7977         TeX-text to ec (uses ecss fonts instead of cmss fonts)
7978
7979         * scm/define-grob-interfaces.scm (fret-diagram-interface): add
7980         number-type and label-dir
7981
7982         * scm/define-grob-properties.scm: add number-type and label-dir
7983
7984         * scm/fret-diagrams.scm (label-fret): allow fret label to be on either
7985         left or right.  Allow choice of upper-case roman, lower-case roman, or
7986         arabic numerals in fret label
7987
7988 2004-08-04  Werner Lemberg  <wl@gnu.org>
7989
7990         * lily/slur-quanting.cc: Include libc-extension.hh.
7991         s/round/my_round/.
7992         * ly/engraver-init.ly (VaticanaVoice, GregorianTranscriptionVoice):
7993         s/autobeaming/autoBeaming/.
7994
7995 2004-08-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7996
7997         * VERSION: 2.3.11 released.
7998
7999         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): reinstate
8000         renameinput.
8001
8002 2004-08-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8003
8004         * lily/lookup.cc (round_filled_box): remove warnings about blot
8005         diameter.
8006
8007         * scm/paper.scm (paper-set-staff-size): make linethickness more
8008         easily tunable.
8009
8010         * lily/parser.yy (new_lyrics): \addlyrics -> \oldaddlyrics,
8011         \newlyrics -> \addlyrics
8012
8013         * lily/text-spanner.cc (print): use it.
8014
8015         * lily/dynamic-text-spanner.cc (print): use it.
8016
8017         * lily/grob.cc (robust_relative_extent): new function.
8018
8019         * scripts/lilypond-book.py (main): add -f tex as default process.
8020
8021         * lily/text-spanner.cc (print): only take linear_combination of
8022         nonempty interval.
8023         
8024
8025 2004-08-02  Pedro Kroger  <kroeger@pedrokroeger.net>
8026
8027         * scm/page-layout.scm (default-page-make-stencil): If leftmargin
8028         isn't specified by the user in \bookpaper center the music in the
8029         page.
8030
8031 2004-08-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8032
8033         * Fix some problems after the renaming of my-lily -> lily
8034
8035 2004-08-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8036
8037         * lily/lily-parser.cc (parse_string): don't overwrite keytable_.
8038
8039         * lily/slur-quanting.cc (enumerate_attachments): apply center on
8040         stem-X in more cases. 
8041
8042         * lily/stem.cc (dim_callback): solve todo.
8043
8044 2004-08-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8045
8046         * input/test/README: new file.
8047
8048         * lily/lily-parser.cc: rename my-lily* files.
8049
8050         * lily/my-lily-parser.cc (LY_DEFINE): plug memory leak: unprotect
8051         parser.
8052
8053         * lily/include/my-lily-lexer.hh (class Lily_lexer): smobify lexer.
8054
8055         * lily/include/my-lily-parser.hh: rename My_lily -> Lily
8056
8057         * make/mutopia-targets.make (local-WWW): don't make ps.gz
8058         examples. They take a huge amount of space.
8059
8060         * Documentation/user/GNUmakefile: fix symlinks.
8061
8062         * VERSION: 2.3.10 released.
8063         
8064         * input/test/lyrics-skip-notes.ly: remove
8065
8066         * input/test/stem-cross-staff.ly (noFlag): fold into manual
8067
8068         * input/test/{spacing-2,staff-space,tablature,textscript}.ly:
8069         remove.
8070
8071 2004-08-01  Heikki Junes  <hanwen@xs4all.nl>
8072
8073         * Documentation/user/{changing-defaults,notation,tutorial}.itely:
8074         fixes.
8075
8076 2004-08-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8077
8078         * input/regression/beam-dir-functions.ly: move from test/
8079
8080         * Documentation/user/notation.itely (Feathered beams): new node.
8081
8082         * Documentation/user/changing-defaults.itely (Difficult tweaks):
8083         new node
8084
8085         * input/regression/lyric-hyphen-retain.ly: move to regression.
8086
8087         * input/regression/harmonic.ly: fold into manual
8088         
8089         * input/test/{hshift,move-accidentals,crescendi,feathered-beam,
8090         stem-length,chord-names-no-inversions}.ly: remove
8091         
8092         * input/test/tie-cross-voice.ly: move to regression.
8093
8094         * Documentation/user/notation.itely (Running trills): new node.
8095
8096         * scm/define-grobs.scm (all-grob-descriptions): new grob TrillSpanner
8097
8098         * scm/define-music-types.scm (music-descriptions): add TrillSpanEvent
8099
8100         * lily/trill-spanner-engraver.cc: new file.
8101
8102         * input/regression/trill-spanner.ly: new file.
8103
8104         * input/test/timing.ly: fold into manual.
8105
8106         * input/test/time.ly: remove
8107
8108         * input/test/trill.ly: remove
8109         
8110         * input/test/time-signature-double.ly: fold into manual
8111
8112         * input/test/separate-staccato.ly: remove
8113
8114         * input/test/spanner-after-break-tweak.ly: fold into manual.
8115
8116         * input/test/script-priority.ly: fold into manual.
8117
8118         * input/test/scheme-interactions.ly: remove.
8119         
8120         * input/test/unfold-all-repeats.ly (mel),
8121         input/test/repeat.ly,input/test/repeat-shorter-bracket.ly,
8122         input/test/polymetric-differing-notes.ly input/test/polymetric.ly:
8123         fold into manual.
8124
8125         * input/regression/no-staff.ly: move from input/test/
8126
8127         * input/regression/markup-score.ly: move from input/test/
8128
8129         * input/test/lyrics-melisma-faster.ly: fold into manual
8130         
8131         * input/test/lyrics-melisma-variants.ly: fold into manual
8132
8133         * Documentation/user/notation.itely (Popular music): new node. 
8134
8135         * input/test/gourlay.ly: remove
8136         
8137         * input/test/improv.ly: fold into manual.
8138
8139         * input/test/figured-bass-alternate.ly (fl): remove
8140
8141         * lily/dynamic-text-spanner.cc (print): new file.
8142
8143         * scm/define-grobs.scm (all-grob-descriptions): add DynamicTextSpanner
8144
8145         * lily/engraver-group-engraver.cc (do_announces): reorder logic:
8146         keep recursing into children in case a parent context inserts a
8147         grob into a child context.
8148
8149         * lily/dynamic-engraver.cc (acknowledge_grob): add accidentals to
8150         
8151 2004-07-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8152
8153         * scm/define-markup-commands.scm (postscript): new markup command
8154         \postscript
8155
8156         * Documentation/user/notation.itely (Formatting cue notes): new
8157         section.
8158
8159         * input/test/clef-end-of-line.ly: fold into manual.
8160
8161         * input/test/scales-greek.ly: remove.
8162
8163         * input/test/chords-without-melody.ly: fold into manual.
8164
8165         * input/test/cadenza-skip.ly: remove.
8166
8167         * input/test/clef-8-syntax.ly: remove.
8168
8169         * input/test/clef-manual-control.ly: move into manual.
8170
8171         * Documentation/user/notation.itely (Aligning to cadenzas): fold
8172         in cadenza-skip.ly
8173
8174         * mf/parmesan*.mf: change neo_mensural to neomensural.
8175
8176         * input/test/trills.ly: remove.
8177
8178         * input/test/transposition.ly: remove.
8179
8180         * input/test/to-xml.ly: move to no-notation.
8181
8182         * buildscripts/lilypond-profile.sh: change zsh bomb to warning.
8183
8184         * lily/ledger-line-spanner.cc (print): use staff variable, not
8185         me. Fixes ledger lines on differently sized staves.
8186
8187         * input/test/rhythm-excercise.ly: remove file.
8188
8189         * lily/stem.cc (dim_callback): only do something if visible. Fixes
8190         spurious flag not found warning for 128th rest.
8191
8192         * input/regression/rest-dot-position.ly: new file.
8193         
8194         * input/test/rest-dot-positions.ly: remove
8195
8196         * lily/staff-symbol-referencer.cc (get_position): emergency
8197         fallback: use coordinate * 2.
8198
8199         * input/no-notation/midi-scales.ly: move from test/
8200
8201         * scm/define-markup-commands.scm (score): remove debugging code.
8202
8203         * input/test/incipit.ly (violin): remove. 
8204
8205         * lily/system-start-delimiter.cc (print): only draw system
8206         delimiter to staves that reach up to left bound of the delimiter.
8207
8208         * input/no-notation/embedded-scm.ly: move from test/
8209
8210         * input/test/follow-voice.ly: remove
8211
8212         * input/no-notation/dynamic-absolute-volume.ly: move from test/.
8213
8214         * input/test/drarn*: remove
8215         
8216         * input/test/count-systems.ly: remove.
8217
8218         * lily/bar-line.cc (compound_barline): fix : for staff without
8219         lines.
8220
8221         * lily/accidental.cc (print): use music_font_alist_chain(). This
8222         fixes smaller cautionaries.
8223
8224         * scm/define-grobs.scm (all-grob-descriptions): use fetaMusic
8225         encoding for accidental.
8226
8227         * Documentation/user/notation.itely (Educational use): new section
8228
8229         * input/test/*.ly: clean up directory: move examples into manual
8230         or regtest.
8231         
8232
8233         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.log): add
8234         mode as well. This fixes resolution errors.
8235
8236 2004-07-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8237
8238         * scm/lily.scm (postscript->png): show commands for --verbose.
8239
8240         * flower/include/getopt-long.hh: opps. short option should be
8241         char, not int.
8242
8243         * Documentation/user/GNUmakefile: use symlinks to save space.
8244
8245         * VERSION: 2.3.9 released.
8246
8247         * scripts/convert-ly.py (conv): remove \lyrics from \lyricsto.
8248
8249         * ly/gregorian-init.ly (neumeDemoPaper): remove duplication from
8250         manual.
8251
8252         * Documentation/user/tutorial.itely (Integrating text and music):
8253         remove \score and \notes from manual.
8254
8255         * lily/my-lily-lexer.cc (My_lily_lexer): really switch on note
8256         mode in the beginning.
8257
8258 2004-07-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8259
8260         * Documentation/user/changing-defaults.itely (Horizontal spacing):
8261         Correct the documentation of the spacing parameters. 
8262
8263         * Documentation/user/tutorial.itely (Integrating text and music), 
8264         Documentation/user/lilypond-book.itely (Integrating LaTeX and
8265         music): Document that you need to add the map file ec-mftrace.map
8266         in the dvips command.   
8267
8268 2004-07-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8269
8270         * lily/score-engraver.cc (initialize): abort if ecrm10.pfa not
8271         found.
8272
8273         * lily/text-item.cc (interpret_string): insert encoding setting
8274         here
8275
8276         * scm/framework-ps.scm (ps-font-command): remove feta/parmesan
8277         encoding kludge.
8278
8279         * Documentation/user/changing-defaults.itely (Text encoding): node
8280         on encoding.
8281
8282         * lily/lyric-engraver.cc (try_music): remove superfluous check.
8283
8284         * lily/book-paper-def.cc (find_scaled_font): remove default
8285         encoding, because it messes up font loading for feta and
8286         parmesan. Encoding should only be specified for running texts.
8287
8288         * lily/modified-font-metric.cc (text_dimension): support coding
8289         scheme ""
8290         
8291 2004-07-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8292
8293         * lily/tie-engraver.cc (stop_translation_timestep): remember tie
8294         definition, so \override works as expected.
8295
8296         * lily/measure-grouping-engraver.cc: clarify
8297
8298 2004-07-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8299
8300         * lily/parser.yy (context_def_mod): remove \consistsend
8301
8302         * lily/context-def.cc (instantiate): use Translator::must_be_last
8303         to determine engraver order.
8304
8305         * lily/translator.cc (must_be_last): new function
8306
8307         * scripts/convert-ly.py (conv): rule.
8308
8309         * lily/bar-line.cc (print): return '() for height == 0.0 too.
8310
8311 2004-07-27  Heikki Junes  <hjunes@cc.hut.fi>
8312
8313         * input/regression/{stanza-number,volta-multi-staff}.ly: fix docs.
8314  
8315 2004-07-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8316
8317         * lily/include/lily-guile.hh (scm_is_int): compat glue.
8318
8319 2004-07-25  Pedro Kroger  <kroeger@pedrokroeger.net>
8320
8321         * input/regression/page-layout.ly: new file.
8322
8323         * scm/paper.scm (set-paper-dimensions): Preliminary support for
8324         left and right margins.
8325
8326         * Documentation/user/changing-defaults.itely (Page layout):
8327         Explain the leftmargin option.
8328
8329 2004-07-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8330
8331         * input/test/lyrics-melisma-variants.ly (texidoc): new file.
8332
8333         * input/test/lyrics-melisma-faster.ly: new file.
8334
8335         * lily/new-lyric-combine-music-iterator.cc (find_voice): allow
8336         change of melody by setting associatedVoice.
8337
8338         * lily/parser.yy (re_rhythmed_music): \lyricsto implies lyrics mode.
8339
8340         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): don't copy
8341         file contents, rather \include them, so default linewidth is set.
8342         (ly_options): make BOOKPAPER set of options. Move linewidth
8343         settings there.
8344
8345         * Documentation/user/examples.itely: new file. Templates are to be
8346         moved here.
8347
8348         * Documentation/user/programming-interface.itely: move chapter.
8349
8350         * scm/document-markup.scm (doc-markup-function): add @code
8351
8352         * stepmake/stepmake/texinfo-rules.make: remove chmod.
8353
8354 2004-07-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8355
8356         * scm/page-layout.scm (plain-header): add printpagenumber boolean
8357         to bookpaper.
8358
8359         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
8360         $(outdir)/%.ly $(outdir)/%.ps): do all targets from lilypond binary.
8361
8362         * scripts/lilypond-latex.py (run_dvips): remove -bin everywhere.
8363
8364         * lily/GNUmakefile (NAME): create lilypond, not lilypond-bin 
8365
8366         * scripts/lilypond-latex.py: move from lilypond.py
8367
8368         * make/lilypond-vars.make: centralize LILYPOND_BOOK_FLAGS setting.
8369         (LILYPOND_BOOK_FLAGS): use -f tex for lilypond-book.
8370
8371         * scm/lily.scm (postscript->png): new function
8372         (postscript->pdf): new function
8373
8374         * lily/paper-book.cc (post_processing): call
8375         convert-to-{dvi,ps,png,pdf}
8376
8377         * scripts/ps2png.py (option_definitions): new file.
8378
8379         * lily/paper-book.cc (output): call output-preview-framework
8380         (post_processing): new function. Do PDF/PNG conversion.
8381
8382         * lily/paper-outputter.cc (close): new function.
8383
8384         * scm/framework-ps.scm (convert-to-pdf): new function. Call
8385         ps2pdf.
8386         (output-preview-framework): new function. Generate a preview .ps
8387         
8388
8389 2004-07-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8390
8391         * VERSION: release 2.3.8
8392         
8393         * lily/note-head.cc: remove ledger line handling.
8394
8395         * lily/ambitus.cc (print): strip away accidental / note head code,
8396         and associated properties.
8397
8398         * lily/ambitus-engraver.cc (create_ambitus): change name to
8399         AmbitusLine. Create AmbitusAccidental and AmbitusNoteHead for
8400         other ambitus parts.
8401         (create_ambitus): group grobs in Ambitus grouping object. 
8402
8403         * lily/include/pitch-interval.hh (Pitch>): new file.
8404
8405         * lily/pitch-interval.cc (add_point): new file.
8406
8407         * lily/ledger-line-engraver.cc: new file.
8408
8409         * lily/ledger-line-spanner.cc (print): new file. Set limits to
8410         ledger line length to avoid clashes.
8411
8412 2004-07-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8413
8414         * Documentation/user/invoking.itexi (Invoking lilypond): remove
8415         deprecated options
8416
8417 2004-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
8418
8419         * SConstruct: Use only code files for TAGS.  Change GO_FAST_BUTTON
8420         to command line option: fast=1 (default on).
8421
8422         * SConstruct[GO_FAST_BUTTON]: implement tips from Andreas Roach.
8423         This brings SCons run-time on up-to-date tree down from 48s with
8424         only checksums, to 34s without 2day checksums, to 14s (make needs
8425         4 seconds).
8426         (subdirs)[GO_FAST_BUTTON]: Try to read all subdirs only when
8427         necessary.
8428
8429 2004-07-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8430
8431         * lily/slur-quanting.cc (score_extra_encompass): add  break ;
8432         (score_extra_encompass): process scripts at edges too, by checking
8433         control points directly. 
8434
8435 2004-07-20  Jan Nieuwenhuizen  <janneke@gnu.org>
8436
8437         * po/nl.po: Update.
8438
8439         * lily/main.cc: Fix ly:option-usage help.
8440
8441         * input/regression/slur-script.ly: More collision tests.
8442
8443         * GNUmakefile.in (EXTRA_DIST_FILES): Add SConstruct.
8444
8445 2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8446
8447         * VERSION: release 2.3.7
8448
8449         * stepmake/generic-vars.make (EXTRA_DIST_FILES): dist SConscript
8450         files.
8451
8452         * Documentation/user/notation.itely (Slurs): document ^ and _ for
8453         slurs.
8454
8455         * input/regression/slur-script.ly: new file.
8456
8457         * lily/accidental-engraver.cc (process_acknowledged_grobs):
8458         make accidental appear to come from note head engraver.
8459
8460         * lily/slur-quanting.cc: new file.
8461         (score_extra_encompass): new function. Avoid scripts and
8462         accidentals
8463
8464 2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8465
8466         * lily/include/lily-guile.hh: Remove guile-1.4 compatibility.
8467         This greatly reduces the number of files that get recompiled
8468         after touching config.hh.
8469
8470         * config.hh.in: Remove GUILE_*_VERSION.
8471
8472         * lily/new-slur.cc: Resolve conflicts.
8473
8474         * lily/stem-engraver.cc (make_stem): New method.
8475
8476         * lily/include/script-interface.hh:
8477         * lily/script-interface.cc: New file.
8478
8479         * lily/include/script.hh:
8480         * lily/script.cc: Remove.
8481
8482         * lily/music.cc (duration_log): New method.
8483
8484         * lily/script.cc (struct Skript): Remove.
8485
8486         * lily/new-slur.cc (get_base_attachments): Try at articulations.
8487         Lots of coding cleanups (Stom).
8488
8489 2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8490
8491         * lily/new-slur.cc (avoid_staff_line): new function: avoid
8492         collisions with staff lines.
8493
8494         * lily/my-lily-parser.cc (LY_DEFINE): add directory of argument to
8495         global_path
8496
8497         * scm/define-grobs.scm (all-grob-descriptions): set ratio
8498         .25. This flattens short slurs.
8499
8500         * lily/new-slur.cc (enumerate_attachments): move X of attachment
8501         points for tilted slurs.
8502
8503         * input/regression/slur-tilt.ly: new file.
8504
8505         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): shorten
8506         stems of 16th graces too.
8507
8508         * lily/beam-quanting.cc (score_forbidden_quants): make forbidden
8509         quant penalty dependent on how much the line is in the gap.
8510
8511         * input/regression/grace-stem-length.ly: new file.
8512
8513         * lily/beam-quanting.cc (score_forbidden_quants): remove
8514         interquant check. The penalty of 1000 is much too harsh, and the
8515         inter case should be caught by check-staff-line-in-gap check.
8516
8517         * lily/scm-option.cc: move debug-beam to \paper.
8518
8519         * scripts/lilypond-book.py (Lilypond_snippet.write_ly): create
8520         .txt files to appease makeinfo.
8521
8522         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly:
8523         remove texttagline.
8524         
8525         * lily/new-slur.cc: cleanup, split in functions.
8526
8527         * lily/parser.yy (chord_body_element): allow octave-check = inside
8528         chord body. 
8529
8530         * lily/new-slur.cc (score_encompass): variable head-distance penalty.
8531
8532         * lily/stem.cc (height): call Beam::after_line_breaking().
8533
8534         * lily/rest-collision.cc (force_shift_callback): only call shift
8535         for columns containing rests.
8536
8537         * lily/new-slur.cc (print): use debug-slur-quanting paper var.
8538
8539         * input/regression/font-postscript.ly: invoke afm2tfm. 
8540
8541 2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8542
8543         * mf/SConscript: Build map files.
8544
8545         * SConstruct: Rename $out to out-www in web.
8546
8547 2004-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8548
8549         * SConstruct (web_kluts): Have make web build in out-www.  Not.
8550
8551 2004-07-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8552
8553         * Documentation/user/music-glossary.tely (Top): add fragment to
8554         pertinent @lilypond entries.
8555
8556         * scm/define-grobs.scm: switch on new-slur by default.
8557
8558         * lily/scm-option.cc: symbol != string.
8559
8560         * lily/new-slur.cc (set_end_points): handle broken slurs. Doesn't
8561         really work yet.
8562         (set_end_points): make X coord of attachment dependent on  Y.
8563         (score_encompass): add edges too.
8564
8565 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8566
8567         * lily/stem.cc (get_beaming): new function.
8568
8569         * scripts/lilypond-book.py (compose_ly): make fragment mandatory
8570         for fragment snippets. This fixes inclusion of toplevel-music
8571         examples (such as new-slur.ly)
8572  
8573 2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
8574
8575         * scripts/lilypond-book.py: Remove second import of stat.
8576
8577         * More SCons cleanups.
8578
8579         * Documentation/bibliography/computer-notation.bib (note): Remove
8580         extraneous closing brace.
8581
8582 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8583
8584         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): fix
8585         stat calls.
8586
8587         * Documentation/bibliography/SConscript (bibs): failed try to get
8588         bib2html find html-long.bst.
8589
8590         * buildscripts/bib2html.py (stat): fail if bibtex fails.
8591
8592         * make/stepmake.make: use usescons for using scons. 
8593
8594 2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
8595
8596         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): Check
8597         for lilypondend.  Import stat (huh?).
8598
8599 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8600
8601         * make/mutopia-vars.make ($(addprefix $(outdir)/,$(LYM4_FILES):
8602         bypass dvi. 
8603
8604         * input/regression/font-postscript.ly: new file. 
8605
8606         * scm/framework-ps.scm (load-fonts): load pfb files too.
8607
8608         * lily/pfb.cc (pfb2pfa): new file.
8609
8610 2004-07-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8611
8612         * scripts/lilypond-book.py (PREAMBLE_LY): set
8613         toplevel-music-handler too.
8614
8615 2004-07-15  Jan Nieuwenhuizen  <janneke@gnu.org>
8616
8617         * SConstruct (symlink): Add dvips and music-drawing-routines.ps.
8618         (web_path): Fixes for webball.  Install fixes, add DESTDIR option.
8619
8620         * lily/slur.cc: Add quant-score to interface.  Fixes web build.
8621
8622         * python/SConscript:
8623         * python/vim:
8624         * input/mutopia/*SConscript: New file.
8625
8626         * input/mutopia/W.A.Mozart/: Use .ily suffix for includes.
8627
8628         * scm/define-grobs.scm (all-grob-descriptions): Use ,Slur::height,
8629         fixes web build.
8630
8631         * make/stepmake.make (scons): re-route to SCONS if user has been
8632         running scons in this tree.
8633
8634         * SConstruct (config_vars): Add CPPDEFINES.
8635         (env): Set checksums type to "content".
8636         (save_config_cache): Do not exit after configuring when using
8637         checksums (the default) instead of timestamps.
8638
8639 2004-07-15  Jan Nieuwenhuizen  <janneke@gnu.org>
8640
8641         * SConstruct: Further development.
8642
8643         * input/test/SConscript: 
8644         * input/template/SConscript: 
8645         * input/regression/SConscript: 
8646         * Documentation/bibliography/SConscript:
8647         * Documentation/bibliography/index.html.in: New file.
8648
8649         * Documentation/bibliography/GNUmakefile (local-WWW): Remove index
8650         generation.
8651
8652         * buildscripts/builder.py: Add new builders.
8653
8654         * make/stepmake.make: 
8655         * stepmake/stepmake/*.make: 
8656         * configure.in:
8657         * lily/*:
8658         * flower*: Use config.hh (Was config.h).
8659
8660         * scm/encoding.scm (get-coding): Print friendly error message when
8661         no encoding is found, rather than crashing.
8662
8663 2004-07-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8664
8665         * lily/new-slur.cc (score_slopes): strong sloping score only when
8666         stems point in same dir. 
8667
8668 2004-07-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8669
8670         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo): bugfix
8671         for beam start.
8672
8673         * lily/parser.yy (context_prop_spec): check grob name for
8674         alphanumericness..
8675
8676         * lily/lyric-engraver.cc: creates LyricText objects
8677
8678 2004-07-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8679
8680         * lily/include/lily-guile.hh (scm_from_int): add scm_from_int glue.
8681
8682 2004-07-13  Jan Nieuwenhuizen  <janneke@gnu.org>
8683
8684         * SConstruct: Configure only pristine build tree or on user
8685         request.  Cleanups.  Add Documentation/topdocs to subdirs.
8686         Use checksums instead of timestamps.
8687         (CheckYYCurrentBuffer): Return result.
8688
8689         * Documentation/topdocs/SConscript: New file.
8690
8691 2004-07-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8692
8693         * lily/staff-symbol-referencer.cc (on_staffline): bugfix 
8694
8695         * lily/scm-hash.cc (get): SCM_MAKINUM is deprecated. Use
8696         scm_from_int instead.
8697
8698 2004-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8699
8700         * SConstruct: Updates.  Add targets: tar, dist, release.
8701
8702 2004-07-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8703
8704         * input/mutopia-header.ly: Generate output.
8705
8706         * SConstruct:
8707         * buildscripts/builder.py:
8708         * Documentation/user/SConscript: SCons fixes.
8709
8710 2004-07-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8711
8712         * lily/new-slur.cc (class New_slur): new file. Score based slur
8713         computations.
8714
8715 2004-07-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8716
8717         * mf/SConscript: Remove Builders.
8718
8719         * buildscripts/builder.py: Add LilyPond, Abc2ly and MF builders.
8720
8721         * input/SConscript: 
8722         * Documentation/user/SConscript: New file.
8723
8724 2004-07-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8725
8726         * Documentation/topdocs/NEWS.texi (Top): add note about new
8727         emacs electric-|
8728
8729         * scm/*.scm: adapt ly:warn calls.
8730
8731         * lily/lily-guile.cc (LY_DEFINE): use format on ly:warn arguments.
8732
8733         * lily/repeat-acknowledge-engraver.cc (process_music): look at
8734         main timing, not grace timing. Fixes volta-repeat-grace.
8735
8736         * lily/kpath.cc (LY_DEFINE): ly:kpathsea-expand-path, new function
8737         remove ly:kpathsea-gulp-file.
8738
8739         * scm/translation-functions.scm (format-metronome-markup): make
8740         note smaller, align to bottom.
8741
8742         * scm/define-grobs.scm (all-grob-descriptions): metronome fixes.
8743
8744         * lily/metronome-engraver.cc (stop_translation_timestep): attach
8745         metronome to musical column. Don't ack time sigs or bar lines.
8746
8747 2004-07-10  Heikki Junes  <hjunes@cc.hut.fi>
8748
8749         * THANKS: sort, add David. Kristof contributed code, he is a
8750         contributor.
8751
8752 2004-07-09  David Svoboda      <svoboda@cmu.edu>
8753
8754         * elisp/lilypond-mode.el,
8755         * elisp/lilypond-what-beat.el: Added LilyPond-what-beat function to
8756         count beats between last measure stop | and point in emacs.
8757         
8758 2004-07-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8759
8760         * tex/GNUmakefile (TEX_FILES): don't dist
8761         music-drawing-routines.ps, latin1.enc 
8762
8763         * scripts/lilypond.py (include_path): remove --no-lily, --no-ps ,
8764         --no-pdf, --pdftex
8765         (copyright): add --latex option
8766         (ic_p.make_include_option): use direct PS as default.
8767
8768         * scm/beam.scm (check-slope-callbacks): check sign of slope. 
8769
8770         * input/regression/beam-concave.ly (rossFourBeams): add cases from
8771         Ross
8772
8773         * scm/script.scm (default-script-alist): marcato should follow
8774         into staff
8775         
8776 2004-07-09  Jan Nieuwenhuizen  <janneke@gnu.org>
8777
8778         * buildscripts/builder.py:
8779         
8780         * Documentation/SConscript (outdir): New file.  Add *list.ly
8781         dependencies.  Fixes PDF doc build.
8782
8783 2004-07-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8784
8785         * SConstruct: Add Tar target (incomplete), fix install issues, fix
8786         run from build-dir.
8787
8788         * ly/SConscript:
8789         * scm/SConscript: New file.
8790
8791         * lily/main.cc (dir_info): Print variables in sh format.
8792
8793         * lily/includable-lexer.cc: Use #if iso #ifdef for HAVE_ tests.
8794
8795         * mf/SConscript: Update multiple target rules.
8796
8797         * SConstruct (assert_version): Add.
8798
8799 2004-07-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8800
8801         * SConstruct (key): add HAVE_FLEXLEXER_YY_CURRENT_BUFFER check.
8802
8803 2004-07-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8804
8805         * buildscripts/mf-to-table.py: Do not try to open ''.
8806
8807         * mf/SConscript: New file.
8808
8809 2004-07-06  Carl Sorensen  <carldsorensen@comcast.net>
8810
8811         * scm/fret-diagrams.scm : Convert many properties to constants,
8812         reducing the pollution of the property namespace.
8813
8814         * scm/define-grob-properties.scm (all-user-grob-properties): Reduce
8815         unnecessary properties for fret-diagram
8816
8817         * scm/define-grob-interfaces.scm (fret-diagram-interface): Add symbols
8818         for interface
8819
8820 2004-07-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8821
8822         * SConstruct: Update.
8823
8824 2004-07-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8825
8826         * input/regression/beam-quant-standard.ly (seconds): print desired
8827         quants when failing.
8828
8829 2004-07-06  Jan Nieuwenhuizen  <janneke@gnu.org>
8830
8831         * SConstruct:
8832         * flower/SConscript:
8833         * lily/SConscript: New file.
8834
8835 2004-07-05  Carl Sorensen  <carldsorensen@comcast.net>
8836
8837         * scm/define-grob-properties.scm (all-user-grob-properties): Add
8838         descriptions for all fret-diagram properties.
8839
8840         * scm/define-grob-interfaces.scm (fret-diagram-interface): Add
8841         fret-diagram interface code
8842
8843 2004-07-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8844
8845         * ly/book-paper-defaults.ly: set default encoding to ec.
8846
8847         * buildscripts/guile-gnome.sh (OPT): only compile pango if not
8848         installed.
8849
8850         * tex/latin1.enc: new file, from a2ps. 
8851
8852 2004-07-06  Heikki Junes  <hjunes@cc.hut.fi>
8853
8854         * stepmake/bin/add-html-footer.py: use <div> instead of <table>,
8855         add a faint, green border line.
8856
8857         * Documentation/index.html.in: drop <table>, add a faint border line.
8858
8859 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8860
8861         * scm/font.scm (add-cmr-fonts): upright caps is eccc.
8862
8863         * Documentation/GNUmakefile (README_TOP_FILES): add THANKS.txt.
8864
8865 2004-07-02  Carl Sorensen  <carldsorensen@comcast.net>
8866
8867         * scm/output-ps.scm (white-text): Add scale paramter to allow scaling
8868
8869         * scm/output-tex.scm (white-text): Add scale parameter to allow font
8870         scaling
8871
8872         * scm/stencil.scm (fontify-text-white) : Adjust to better center,
8873         properly scale white text
8874
8875         * scm/fret-diagrams.scm (make-fret-diagram): change default dot
8876         position for numbered dots so dot will touch fret.
8877         (various routines): move to font-metric interface, rather than
8878         name, size interface.  Clean up comments.
8879
8880         * ps/music-drawing-routines.ps: (/draw_white_text)  Adjust font
8881         size and offset to better center white text.
8882
8883 2004-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8884
8885         * ChangeLog: Remove pre-2.1 changes.
8886
8887         * Documentation/misc/ChangeLog-2.1: New file.
8888
8889         * stepmake/bin/release.py: Cleanup.  Add release marker if missing
8890         from ChangeLog.
8891
8892 2004-07-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8893
8894         * input/test/chords-below-volta-bracket.ly,
8895         input/test/no-key-at-end-of-line.ly: New example files (FAQs)
8896
8897 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8898
8899         * VERSION: release 2.3.6
8900
8901         * input/regression/beam-quant-standard.ly: new file: test standard
8902         beam quants.
8903
8904         * scm/beam.scm (check-quant-callbacks): new function
8905         (check-beam-quant): new function: check whether current beam
8906         quants match argument.
8907
8908         * lily/beam-quanting.cc (score_forbidden_quants): fix problem with
8909         forbidden quant for sitting (upstem)/hanging (downstem) on outer
8910         staffline line.
8911
8912 2004-07-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8913
8914         * lily/parser.yy (Generic_prefix_music_scm): add (scm,scm) music
8915         functions.
8916
8917         * lily/note-collision.cc (do_shifts): align colliding notes to
8918         their leftmost note.
8919
8920         * input/regression/collision-alignment.ly: new file.
8921
8922         * ly/init.ly: don't print gc stats.
8923
8924         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo): add
8925         extra newline
8926
8927         * scm/define-grobs.scm (all-grob-descriptions): use (0 . 0) not #f
8928         for dimensions. This fixes ottava-remove-empty-staff.ly
8929
8930         * input/regression/lyrics-tenor-clef.ly: new file.
8931
8932         * lily/axis-group-engraver.cc (process_acknowledged_grobs): catch
8933         cyclic parents when two axis-group-engravers are
8934         present. Fixes: crash-axis-group-engraver.ly. 
8935         
8936         * input/test/volta-chord-names.ly: new file.
8937
8938         * scm/define-context-properties.scm
8939         (all-user-translation-properties): change voltaOnThisStaff
8940         definition. 
8941
8942         * lily/volta-engraver.cc (stop_translation_timestep): set bounds
8943         if necessary.
8944
8945         * lily/volta-bracket.cc (print): handle volta brackets without
8946         bars. 
8947
8948 2004-07-01  Jan Nieuwenhuizen  <janneke@gnu.org>
8949
8950         * scripts/abc2ly.py (try_parse_chord_delims): Bugfix: update to
8951         2.0 chord syntax.  Ouch.  (thanks Dave Phillips).
8952
8953 2004-07-01  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8954
8955         * scm/output-gnome.scm: updated instructions for running gnome
8956         backend
8957
8958 2004-06-29  Carl Sorensen  <carldsorensen@attbi.net>
8959
8960         * scm/fret-diagrams.scm (draw-dots): default values for dot size
8961         and dot-position now depend on finger-code value; in-dot makes
8962         dots larger and centered.
8963         (draw-barre): added straight-barre indicator option
8964         (draw-dots): made fontify-text-white work.
8965
8966         * music-drawing-routines.ps: added /draw_white_text
8967
8968         * scm/output-tex.scm:  added white-text
8969
8970         * scm/output-ps.scm:  added white-text
8971
8972         * scm/lily.scm (ly:all-stencil-expressions): Added white-text to 
8973         list of stencil expressions
8974
8975         * scm/stencil.scm: Added fontify-text-white
8976
8977 2004-06-29  Heikki Junes  <hjunes@cc.hut.fi>
8978
8979         * input/regression/+.ly: use @unnumbered section.
8980
8981 2004-06-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8982
8983         * elisp/lilypond-mode.el (LilyPond-guile): set current module to
8984         (*anonymous-ly-0*) iso. (*anonymous-ly-1*)
8985
8986 2004-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
8987
8988         * buildscripts/guile-gnome.sh (PATH): GUILE CVS is still fubarred.
8989
8990 2004-06-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8991
8992         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
8993         was causing an error. (was not actually commited in 2004-06-20)
8994
8995         * input/regression/lily-in-scheme.ly (withPaddingC): does not
8996         breaks anymore
8997
8998 2004-06-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8999
9000         * VERSION: 2.3.5 released.
9001         
9002         * lily/my-lily-parser.cc (parse_string): switch module too.
9003
9004 2004-06-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9005
9006         * Documentation/topdocs/INSTALL.texi (Top): Add guile, python and
9007         ec-fonts-mftraced to running requirements.
9008
9009 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9010
9011         * lily/my-lily-lexer.cc (My_lily_lexer): copy scopes so temporary
9012         assignments don't reach the original file.
9013
9014         * lily/my-lily-parser.cc (My_lily_parser): only copy lexer if it
9015         exists
9016
9017 2004-06-22  Jan Nieuwenhuizen  <janneke@gnu.org>
9018
9019         * scm/output-gnome.scm: 
9020         * buildscripts/guile-gnome.sh: Update wrt fixed GUILE CVS.
9021
9022         * debian/: Apply Debian patch (Anthony Fok).
9023
9024 2004-06-22  Heikki Junes   <hjunes@cc.hut.fi>
9025
9026         * Documentation/user/music-glossary.tely: fix titling; @top is already
9027         an @unnumbered @chapter.
9028
9029 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9030
9031         * debian/GNUmakefile (EXTRA_DIST_FILES):
9032         (CONF_FILES): update file list.
9033
9034         * lily/stencil.cc (interpret_stencil_expression): bugfix.
9035
9036 2004-06-21  Jan Nieuwenhuizen  <janneke@gnu.org>
9037
9038         * debian/: Remove cruft (requested Anthony Fok.)
9039
9040         * buildscripts/guile-gnome.sh: Build without gcc libtool version
9041         juggling.
9042
9043         * scm/framework-gnome.scm: Cleanups.  Resurrect +/- canvas scaling.
9044         Add popup menu with grob properties.
9045
9046         * lily/grob-scheme.cc (ly:grob-properties):
9047         (ly:grob-basic-properties): New function.
9048
9049         * lily/stencil.cc (interpret_stencil_expression): Comment-out
9050         "no-origin" call.  Fixes -fps output.
9051
9052         * scm/output-ps.scm (no-origin): Add dummy implementation.
9053
9054         * scm/output-gnome.scm (define-origin): Remove
9055         (grob-cause): Add.
9056
9057         * scm/output-ps.scm (scm):
9058         * scm/output-tex.scm (scm): Remove define-origin from exports list.
9059         (define-origin): Remove.
9060
9061         * scm/output-gnome.scm (define-origin): 
9062
9063         * scm/lily.scm (ly:all-output-backend-commands): Remove
9064         define-origin.  Add grob-cause.
9065
9066 2004-06-21  Heikki Junes   <hjunes@cc.hut.fi>
9067
9068         * buildscripts/lilypond-words.py: add ly/portugues.ly.
9069
9070 2004-06-20  Heikki Junes   <hjunes@cc.hut.fi>
9071
9072         * Documentation/user/GNUmakefile:
9073         * stepmake/stepmake/texinfo-rules: add Cascading Style Sheet using
9074         --include-css=.../texinfo.css; command includes css into the html.
9075
9076         * Documentation/texinfo.css: add file.
9077         define <hr> as black and thin.
9078
9079 2004-06-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9080
9081         * lily/stencil.cc (interpret_stencil_expression): add grob-cause
9082         stencil expression. Junk define-origin.
9083
9084         * lily/my-lily-parser.cc (parse_string): init parser variable when
9085         lexer_ is set, ie. in parse_string and parse_file.
9086
9087         * lily/book.cc (LY_DEFINE): new function. ly:make-book. Supercedes
9088         ly:score-bookify.
9089
9090         * scm/lily.scm (collect-scores-for-book): new function.
9091
9092         * ly/init.ly: print collected scores/musics.
9093
9094         * lily/my-lily-parser.cc (LY_DEFINE): define parser in parser
9095         scope, not in lily module.
9096
9097         * lily/book.cc (LY_DEFINE): ly:make-book. New function.
9098
9099         * configure.in (PKG_CONFIG_PATH): add --enable-gui flag, and
9100         encapsulate gtk/pango tests.
9101
9102         * po/tr.po: Turkish translation.
9103
9104 2004-06-20  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9105
9106         * input/regression/lily-in-scheme.ly: regression test for #{
9107         ... #} syntax
9108
9109         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
9110         was causing an error.
9111
9112         * Documentation/user/programming-interface.itely (Using LilyPond
9113         syntax inside Scheme): documentation for #{ ... #} syntax.
9114
9115 2004-06-19  Heikki Junes  <hjunes@cc.hut.fi> 
9116
9117         * Documentation/index.html.in: use black thin <hr>.
9118
9119         * buildscripts/mutopia-index.py: use thin black <hr>.
9120
9121 2004-06-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9122
9123         * scm/fret-diagrams.scm: Use UNIX style line endings.
9124         (fret-diagram-verbose): A couple of @{VAR} and an closing itemize
9125         typo.  Fixes compile.
9126
9127         * scm/output-ps.scm (white-dot): Remove second incarnation.
9128
9129         * scm/lily.scm (ly:all-stencil-expressions): Add white-dot.
9130
9131 2004-06-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9132
9133         * scripts/lilypond.py (ic_p.make_include_option): set error_p for
9134         single file error.
9135
9136         * lily/bar-line.cc (compound_barline): add support for unbroken ||:
9137
9138 2004-06-17  Carl Sorensen (carl_sorensen@byu.edu)
9139
9140         * scm/fret-diagrams.scm: added fret-diagram-terse interface;
9141         remove size as argument to fret-diagram interface;
9142         improved white-circle dots for fret;
9143         improved top-fret thick line/
9144
9145         * scm/output-ps.scm: added white-dot function
9146
9147         * scm/output-tex.scm: added white-dot function
9148
9149         * tex/music-drawing-routines.ps: added draw_white_dot function
9150
9151         * ps/music-drawing-routines.ps: added draw_white_dot function
9152
9153         * input/test/fret-diagram.ly: examples to show multiple
9154         functions and multiple interfaces
9155
9156 2004-06-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9157
9158         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph) 
9159         (pango_fc_afm_get_charset): Update iaw Pango CVS update.
9160
9161         * buildscripts/guile-gnome.sh: Add pango to recipe.  Resolve
9162         conflict.  Have I told you lately how much I love autotools?
9163
9164 2004-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9165
9166         * lily/lily-guile.cc: 
9167         * lily/pangofc-afm-decoder.cc:
9168         * lily/include/pangofc-afm-decoder.hh: Use #if HAVE_* iso #ifdef.
9169         Fixes build without Pango CVS.  Use "pangofc-afm-decoder.hh".
9170
9171         * Documentation/topdocs/NEWS.texi (Top): Mention GNOME backend for
9172         developers.
9173
9174         * lily/paper-outputter.cc (file): New method.
9175         (dump_string): Use it.
9176
9177         * scm/output-gnome.scm: Update with pango CVS info, lilylib
9178         musing.
9179
9180         * lily/accidental-engraver.cc: Bugfix: (do not sort lines if one
9181         of them has a comma :-).
9182
9183         * scm/framework-gnome.scm: Add pango decoders.
9184
9185         * lily/include/pangofc-afm-decoder.hh: 
9186         * lily/pangofc-afm-decoder.cc: New file.
9187
9188         * lily/lily-guile.cc (ly:pango-add-afm-decoder): New function.
9189
9190         * configure.in: Check for pango.
9191
9192         * stepmake/aclocal.m4 (PKG_CHECK_MODULES): New function (from
9193         autoconf).
9194         (STEPMAKE_GTK2, STEPMAKE_PANGO): New function.
9195
9196         * config.make.in (USER_CFLAGS, USER_LDLAGS): Update.
9197
9198 2004-06-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9199
9200         * Documentation/user/tutorial.itely (Integrating text and music):
9201         fix grammar & punctuation.
9202
9203 2004-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9204
9205         * lily/: Stray janitorial cleanups.
9206
9207         * scm/lily.scm (ly:all-stencil-expressions):
9208         * scm/lily.scm (ly:all-output-backend-commands): New function.
9209
9210         * scm/safe-lily.scm (safe-objects): Add them.
9211
9212         * scm/framework-gnome.scm (<gnome-outputter>): New class.
9213
9214         * scm/output-gnome.scm: Move non-stencil evaluators to framework.
9215
9216 2004-06-15  Jan Nieuwenhuizen  <janneke@gnu.org>
9217
9218         * buildscripts/guile-gnome.sh: Pick-up user-installed pango.
9219
9220 2004-06-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9221
9222         * scm/page-layout.scm (default-page-make-stencil): add
9223         raggedbottom, raggedlastbottom.
9224
9225         * Documentation/user/changing-defaults.itely (Page layout): add doc.
9226
9227         * scm/framework-tex.scm (define-fonts): fix export of
9228         papersize.
9229
9230         * lily/paper-book.cc (classic_output): strip suffixes from
9231         framework functions.
9232
9233         * lily/tuplet-bracket.cc (before_line_breaking): do not return
9234         SCM_UNDEFINED to Scheme.
9235
9236 2004-06-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9237
9238         * lily/book.cc: remove Book::to_stencil().
9239         (process): whoops. Score::book_rendering returns vector, not list.
9240
9241         * scripts/convert-ly.py (conv): remove \notes.
9242         apply to input examples.
9243
9244         * lily/paper-outputter.cc (output_stencil): don't use
9245         smobify_self() but self_scm()
9246
9247         * lily/include/ly-smobs.icc (IMPLEMENT_SMOBS): don't return SCM
9248         from smobify_self().
9249
9250         * lily/paper-book.cc (output): load framework module
9251         scm_c_resolve_module().
9252
9253         * python/lilylib.py (exit): exit with argument i.
9254
9255 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9256
9257         * scm/framework-gnome.scm (output-framework-gnome): Try loading
9258         gnome modules from non-toplevel.
9259
9260         * lily/ly-module.cc (ly:import-module): Export to ly:.
9261
9262         * lily/paper-score.cc (process): Do not show progress newline.
9263
9264         * lily/paper-book.cc (output, classic_output): Show progess
9265         newline after score.
9266
9267 2004-06-14  Heikki Junes <hjunes@cc.hut.fi>
9268
9269         * buildscripts/lilypond-words.py: add ly/vlaams.ly
9270
9271 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9272
9273         * lily/score.cc (ly:run-translator): Do not crash on empty music
9274         list.
9275
9276         * lily/book.cc (process): Do not render score when systems is empty.
9277
9278         * input/simple-song.ly: Down one octave.
9279
9280         * scm/output-gnome.scm: Remove script again; re-add modules fix
9281         (CVS conflict resolve?)
9282
9283         * lily/stencil.cc (ly:interpret-stencil): Was:
9284         interpret_stencil_expression.
9285
9286 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9287
9288         * buildscripts/guile-gnome.sh: New file.
9289
9290         * scm/output-gnome.scm: White background, better window size, sane
9291         canvas size.  Cleanups.
9292
9293 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9294
9295         * VERSION: release 2.3.4
9296
9297         * Documentation/user/invoking.itexi (Invoking the lilypond
9298         binary): document --safe.
9299
9300         * scm/output-gnome.scm: set PATH in script.
9301
9302         * scm/page-layout.scm (default-page-make-stencil): don't stretch
9303         if there is too few systems on a page.
9304
9305         * lily/parser.yy (relative_music): start at middle C without pitch
9306         argument.
9307
9308         * Documentation/user/changing-defaults.itely (Page layout): new node.
9309         (Paper size): rename node
9310         (Page breaking): new node.
9311         (Titling): move from invoking.
9312         (File structure): new node.
9313
9314         * lily/parser.yy (score_body): allow \header and music anywhere in
9315         \score body.
9316
9317 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9318
9319         * scm/lily.scm (ly:load): Remove page-breaking.scm.
9320
9321 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9322
9323         * lily/include/paper-system.hh: move cc/hh file from paper-line.*
9324
9325         * lily/include/paper-line.hh: rename to Paper_system.
9326
9327         * lily/include/paper-book.hh: doc class.
9328
9329         * lily/paper-book.cc (c_ragged_page_breaks): remove functions. 
9330
9331         * scm/page-layout.scm (plain-footer): add tagline/copyright. 
9332         (plain-header): add instrument-name.
9333         (default-page-make-stencil): bugfixes.
9334
9335         * lily/parser.yy (book_body): allow \header anywhere in \book{}
9336
9337         * lily/paper-book.cc: remove copyright & tagline. Remove
9338         interactions with Page
9339
9340         * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
9341         here, 
9342         (default-page-make-stencil): new function
9343         (default-page-music-height): new function
9344         (page-headfoot): new function
9345         (ly:optimal-page-breaks): generate stencils directly from here
9346
9347         * scm/titling.scm: new file, group titling functions
9348
9349 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9350
9351         * scm/output-gnome.scm: Handle multiple pages.
9352
9353         * scm/framework-gnome.scm: Do not load output-gnome.
9354         (framework-gnome): Invoke output-gnome::header and
9355         output-gnome::end-output as faked stencils.  Fixes experimental
9356         gnome output.
9357
9358 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9359
9360         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
9361         octavation compatibility fixes. Backportme. 
9362
9363         * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
9364         pages.
9365         (ly:optimal-page-breaks): combine-penalties: no shortcut for
9366         negative. Now we handle negative penalties (ie. \pageBreak)
9367         correctly.
9368
9369         * lily/system.cc (get_line): extract page-penalty from the left
9370         bound.
9371
9372         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
9373
9374 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9375
9376         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
9377
9378 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
9379
9380         * scm/output-gnome.scm: Update script.  Move development to
9381         lilypond_2_3_2 branch for now.
9382
9383 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9384
9385         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
9386         negative penalties.
9387         cleanups.
9388
9389         * Documentation/user/changing-defaults.itely (Creating contexts):
9390         index entries
9391
9392         * scm/page-breaking.scm (ly:optimal-page-breaks): new
9393         file. Rewrite function. 
9394
9395         * lily/paper-book.cc (pages): new interface: page-breaking returns
9396         list of line-list.
9397
9398         * lily/page.cc (Page): take lines argument.
9399
9400         * scm/document-translation.scm (all-engravers-doc): link to user man
9401
9402         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty
9403         iso. score.
9404
9405         * Documentation/user/notation.itely (Relative octaves): typo.
9406
9407         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
9408
9409 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9410
9411         * scm/output-gnome.scm: Update build script.
9412
9413 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
9414
9415         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
9416         gnome backend.
9417
9418         * scm/framework-gnome.scm: New file.
9419
9420         * scm/lily.scm: Use it.
9421
9422         * lily/paper-outputter.cc: Janitorial cleanups.
9423         (ly:outputter-dump-string): Remove unreachable statement.
9424
9425         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
9426         (ice-9): Bugfix: Add srfi-1.
9427
9428         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
9429
9430 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9431
9432         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
9433         in do_quit()
9434
9435 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9436
9437         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
9438
9439 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9440
9441         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
9442         override of Beam::position-callbacks. Why would grace beams not be
9443         quantized? Fixes: weird-stem-size-grace. 
9444
9445         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
9446         warning only once. Backportme.
9447
9448         * lily/accidental-engraver.cc (number_accidentals_from_sig):
9449         bugfix, 2nd try. Backportme.
9450
9451         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
9452
9453 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9454
9455         * Documentation/user/notation.itely (Instrument transpositions):
9456         Correct the name of the instrumentTransposition property.
9457
9458 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9459
9460         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
9461
9462 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9463
9464         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
9465         and postLilyPondExample are called when defined.
9466
9467 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9468
9469         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
9470         This fixes setting notenames with `\include "nederlands.ly" '
9471
9472         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
9473         new function.
9474
9475 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9476
9477         * scm/page-layout.scm: don't do piece, it should be in score-title
9478         only.
9479
9480         * lily/lexer.ll: lex \score separately.
9481
9482         * lily/paper-book.cc: junk stencil2line.
9483
9484         * lily/paper-line.cc (Paper_line): construct from Stencil
9485         directly. No futzing with the dimensions.
9486
9487         * lily/include/paper-line.hh (class Paper_line): 
9488
9489         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
9490         takes arbitrary number of arguments.
9491
9492         * input/test/markup-score.ly (tuning): simplify example. 
9493
9494 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9495
9496         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
9497
9498         * scm/define-markup-commands.scm (score): define score-markup
9499
9500         * lily/parser.yy (markup): use score-markup.
9501
9502         * lily/score.cc: add ly:score? 
9503
9504 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
9505
9506         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
9507         fret-parse-string so it prepares for calls to fret-diagram-verbose
9508         Changed display constants to props so they are available for
9509         \override.
9510
9511 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9512
9513         * VERSION: release 2.3.3
9514
9515         * stepmake/stepmake/generic-vars.make: unset LANG.
9516
9517         * input/regression/tuplet-nest.ly: bugfix.
9518
9519         * lily/tie-performer.cc (stop_translation_timestep): reset
9520         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
9521
9522         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
9523         clear repeat_ directly after setting stem_tremolo_. Fixes:
9524         tremolo-repeat.ly
9525
9526         * input/regression/span-bar-break.ly: new file.
9527
9528         * scm/define-grobs.scm (all-grob-descriptions): remove
9529         break-visibility from SpanBar. Fixes: piano-repeat.ly
9530
9531 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9532
9533         * python/lilylib.py (make_ps_images): only compute bbox when needed.
9534
9535         * scripts/lilypond-book.py (process_snippets): use lily -f ps
9536         files for generating pngs. (failed experiment)
9537
9538         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
9539         file with PFA fonts included.
9540
9541         * lily/score.cc (default_rendering): put header in too.
9542
9543         * lily/paper-line.cc (LY_DEFINE): change function to
9544         ly:paper-line-extent
9545
9546         * scm/page-layout.scm (default-book-title): only add lines for
9547         non-nil fields.
9548         (default-score-title): idem.
9549
9550         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
9551
9552         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
9553
9554         * lily/include/paper-book.hh (class Paper_book): remove height_
9555         member.
9556
9557         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
9558
9559         * lily/ly-module.cc (LY_DEFINE): bugfix.
9560
9561         * lily/paper-book.cc (book_title): separate function for the book
9562         title.
9563
9564         * scm/page-layout.scm (default-book-title): only account for
9565         markup fields.
9566
9567         * scm/framework-ps.scm: new file. Move high level interface from
9568         output-ps.scm
9569
9570         * scm/music-functions.scm (def-grace-function): move macros from
9571         ly/music-functions-init.ly
9572
9573         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
9574         framework-tex.scm
9575
9576         * scm/framework-tex.scm (dump-line): new file. High level
9577         interface for output (pages, systems, header). 
9578
9579         * lily/include/page.hh (class Page): add is_last_ field.
9580
9581         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
9582
9583         * lily/paper-book.cc (split_string): new function
9584         (output): output multiple formats, i.e. --format=ps,tex
9585
9586         * scm/output-ps.scm (output-scopes): dump variables directly.
9587         (define-fonts): rewrite for new interface
9588
9589         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
9590
9591         * lily/paper-outputter.cc (Paper_outputter): take format argument.
9592
9593         * lily/main.cc (parse_argv): don't set extension for output.
9594
9595         * lily/clef-engraver.cc (create_clef): remove
9596         Staff_symbol_referencer::set_position() call. 
9597
9598 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9599
9600         * ly/music-functions-init.ly (addlyrics): set the 'origin property
9601         with the location argument in music function definitions.
9602
9603 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9604
9605         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
9606         staffsymbol dependency.
9607
9608         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
9609         cleanups.
9610
9611         * lily/book.cc (process): return Paper_book
9612         (to_stencil): use Book::process().
9613
9614         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
9615         header_ field. Store in $globalheader
9616
9617         * lily/parser.yy (book_body): book header is initted to
9618         $globalheader.
9619
9620
9621 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9622
9623         * input/test/fill-a4.ly: removed.
9624
9625         * lily/parser.yy (output_def): push scope of parent_ Output_def
9626         too.
9627
9628 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
9629
9630         * scm/output-gnome.scm: Update info.
9631
9632 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9633
9634         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
9635
9636         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
9637         than 1 module.
9638
9639         * lily/include/ly-module.hh (ly_use_module): rename is_module to
9640         ly_c_module_p.
9641
9642         * scm/page-layout.scm (default-book-title): move Scheme titling
9643         functions to here.
9644
9645         * lily/parser.yy (book_paper_block): remove scope too.
9646
9647         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
9648
9649         * lily/rest.cc: add direction to rest properties.
9650
9651         * lily/include/output-def.hh: new file, move from
9652         music-output-def.hh
9653
9654 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
9655
9656         * scm/output-gnome.scm: Describe feta-cork hack.
9657
9658 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9659
9660         * lily/include/book-paper-def.hh: derive from Output_def 
9661
9662         * lily/include/paper-def.hh: move all functionality out of class.
9663         Junk header.
9664
9665         * lily/include/music-output-def.hh: rename Music_output_def to
9666         Output_def.
9667
9668         * input/wilhelmus.ly: only set space for Paper formatting. 
9669
9670         * lily/include/midi-def.hh: remove file, remove class.
9671         Move functions to Music-output-def.
9672
9673         * lily/music-output-def.cc (Music_output_def): remove separate
9674         translator table. Lookup translators in scope directly. This
9675         obviates Context suffix for context identifiers, i.e.
9676
9677         \context {
9678           \Staff
9679           .. 
9680           }
9681
9682
9683         will work.
9684
9685
9686         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
9687
9688         * Documentation/user/changing-defaults.itely (Horizontal spacing):
9689         document spacing override hack.
9690
9691 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
9692
9693         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
9694         installation info.  Support point-and-click.  Add +/- zoom
9695         keybindings.
9696
9697 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9698
9699         * VERSION: 2.3.2 released
9700
9701         * lily/parser.yy (book_body): set default bookpaper.
9702
9703         * scm/output-tex.scm (header): kludge: hard code linewidth. 
9704
9705         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
9706
9707 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9708
9709         * lily/score.cc (default_rendering): scale outputdef before
9710         starting.
9711
9712 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9713
9714         * scm/fret-diagrams.scm: Add header.
9715
9716         * scm/output-gnome.scm: Hello world :-)
9717
9718 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9719
9720         * scripts/lilypond.py (run_dvips): only add papersize if present.
9721
9722         * lily/accidental-engraver.cc (update_local_key_signature): new
9723         function, fold code from initialize() and process_music().
9724         (update_local_key_signature): use deep copy. This fixes one
9725         problem from custom-key-signatures.ly.
9726         (number_accidentals_from_sig): tighter check for
9727         accidental-too-old.
9728
9729         * ly/engraver-init.ly: remove localKeySignature
9730         definition from ChoirStaff, StaffGroup, Score.
9731
9732         * lily/percent-repeat-engraver.cc (try_music): add moments for
9733         barlines too. Fixes: skipbars-percent-repeat.ly.
9734
9735 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9736
9737         * lily/context-def.cc (filter_performers): don't go to cdrloc if
9738         skipping last pair. Fixes: crash-bar-number.
9739
9740         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
9741         D. Sorensen)
9742
9743         * input/test/fret-diagram.ly: new file.
9744
9745         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
9746         (scale-paper): divide by scale.
9747
9748 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9749
9750         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
9751         case.
9752
9753 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9754
9755         * scm/stencil.scm (fontify-text): reinstate function
9756
9757         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
9758
9759         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
9760
9761         * lily/parser.yy (book_paper_head): \bookpaper {} 
9762
9763         * python/midi.c: remove config.h
9764
9765 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9766
9767         * scm/output-gnome.scm: Update.
9768
9769 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9770
9771         * scm/output-gnome.scm: New file.
9772
9773         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
9774
9775 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9776
9777         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
9778         (find_scaled_font): move from Paper_def
9779
9780 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9781
9782         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
9783         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
9784
9785         * po/fr.po: update po.
9786
9787         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
9788
9789         * lily/book-paper-def.cc (print_smob): new file.
9790
9791 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
9792
9793         * buildscripts/lilypond-words.py: search words also from
9794         music-functions-init.ly.
9795
9796 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9797
9798         * ly/music-functions-init.ly (def-music-function): new helper
9799         macro for defining music functions. \addlyrics \appoggiatura
9800         \acciaccatura \grace \partcombine \autochange \applycontext
9801         \applyoutput and \breathe are now defined here thanks to it.
9802
9803         * lily/parser.yy: 
9804         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
9805         \grace \partcombine \autochange \applycontext \applyoutput and
9806         \breathe keywords removed from the parser.
9807
9808         * lily/parser.yy: 
9809         * lily/music-function.cc (ly_make_music_function): 
9810         * lily/lexer.ll (music_function_type): added a case for 0-arg
9811         music functions.
9812
9813 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9814
9815         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
9816         refering to a music expression can be used in lily-inside-scheme:
9817         #{ $music #}
9818
9819         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
9820         and ly:parser-define, and change ly:parser-parse-string in order
9821         to make #{ $music #} work.
9822
9823         * scm/new-markup.scm (compile-markup-expression): when an argument
9824         is a string, use `make-simple-markup'.
9825
9826 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9827
9828         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
9829
9830 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9831
9832         * scripts/convert-ly.py (FatalConversionError.func): handle + in
9833         font-size. (backportme)
9834
9835 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9836
9837         * lily/paper-outputter.cc (output_stencil): dump font definitions
9838         before each stencil.
9839
9840         * lily/include/paper-book.hh (struct Score_lines): new
9841         struct. Collect info per Paper-score.
9842
9843         * lily/include/page.hh (class Page): to_stencil() returns Stencil
9844         everywhere.
9845
9846         * lily/stencil.cc (find_expression_fonts): new function
9847
9848         * lily/paper-outputter.cc (output_stencil): use
9849         interpret_stencil_expr
9850
9851         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
9852         (interpret_stencil_expr): new function. Generic stencil
9853         interpretation.
9854
9855         * lily/paper-def.cc (find_scaled_font): divide lookup
9856         magnification by outpuscale for non-virtual fontmetrics. This
9857         fixes ludicrously long font definitions for text
9858         fonts. (backportme)
9859
9860         * lily/score-engraver.cc: remove
9861         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
9862
9863 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9864
9865         * input/test/markup-score.ly: Remove \notes.
9866
9867         * lily/parser.yy (book_body): Grok Composite_music and \header.
9868         (markup): Push NOTES mode before score_block.
9869
9870         * VERSION: release 2.3.1
9871
9872         * mf/feta-klef.mf: 
9873         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
9874
9875         * Documentation/user/programming-interface.itely: Use @emph (was:
9876         @em).
9877
9878         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
9879
9880 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9881
9882         * scm/output-tex.scm (output-tex-string): tighten safe security.
9883
9884         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
9885
9886         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
9887         allowed ly functions.
9888
9889         * lily/ly-module.cc (ly_module_define): only define variable if
9890         bound.
9891         (ly_make_anonymous_module): take safe option.
9892
9893 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9894
9895         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
9896
9897 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9898
9899         * input/regression/newaddlyrics.ly: Fix.
9900
9901         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
9902         \score \notes.
9903
9904 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
9905
9906         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
9907
9908 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9909
9910         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
9911
9912         * lily/paper-line.cc (Paper_line): don't store list of stencils,
9913         but convert to single Stencil immediately.
9914
9915         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
9916
9917 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9918
9919         * scm/output-sodipodi.scm: Resurrect sodipodi output.
9920
9921 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
9922
9923         * elisp/lilypond-mode.el: Changed the way defaults are created for
9924         LilyPond-command-master.  LilyPond-mode will now check the
9925         timestamps of the files to see which command has to run next.
9926
9927 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9928
9929         * scm/bass-figure.scm (format-bass-figure): don't set
9930         number-markup for strings. This fixes string in bass
9931         figure. (backportme)
9932
9933         * lily/parser.yy (bass_number): insert number-markup into figure
9934         definition.
9935
9936         * scm/define-music-properties.scm (all-music-properties): make
9937         'figure a markup.
9938
9939         * scripts/convert-ly.py (conv): \apply -> \applymusic
9940
9941 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
9942
9943         * elisp/lilypond-mode.el: changed the order of some commands
9944         ("Midi" after "2Midi"), use the user-defined
9945         LilyPond-command-default as default instead of "LilyPond"
9946
9947         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
9948         to set the master file for the next command.
9949
9950         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
9951         with font-lock-reference-face.
9952
9953 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
9954
9955         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
9956
9957         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
9958
9959 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9960
9961         * ly/music-functions-init.ly (TODO): new file.
9962
9963         * lily/parser.yy (Generic_prefix_music_scm): add more
9964         music_function symbols.
9965         (Prefix_composite_music): change \apply to music-function   
9966
9967         * lily/include/music-function.hh: rename to music-function
9968
9969 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9970
9971         * lily/music-head.cc (LY_DEFINE): change order of args.
9972
9973         * input/regression/music-head.ly (texidoc): new file.
9974
9975         * lily/parser.yy (Generic_prefix_music): allow generic
9976         music-transformation functions. 
9977
9978         * lily/include/music-head.hh (is_music_head): new file.
9979
9980         * lily/music-head.cc (get_music_head_transform): new file.
9981
9982 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9983
9984         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
9985         empty extent. This fixes ottava brackets on rests. (backportme)
9986
9987         * make/lilypond.redhat.spec.in (Group): ln png files for info.
9988
9989         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
9990
9991         * cygwin/lily-wins.py: update for the lily-wins.py script.
9992
9993 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9994
9995         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
9996         code. This will obviate typeset_grob () in the future.  The effect
9997         of this is that improperly written spanner handling will result in
9998         invalid spanner bounds.
9999         (announce_grob): add to elems_ from here
10000         (typeset_grob): comment out.  
10001
10002         * lily/include/engraver.hh (make_spanner): new calling interface
10003         for make_{item,spanner}. This obviates most calls to
10004         announce_grob().
10005
10006         * scm/music-functions.scm (set-accidental-style): use GrandStaff
10007         iso. PianoStaff for piano styles.
10008
10009 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
10010
10011         * Documentation/user/music-glossary.tely: add segno after d.s.
10012
10013 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10014
10015         * lily/include/audio-column.hh: remove unused variables.
10016         (patch by Michael Welsh Duggan)
10017
10018         * flower/include/axes.hh (other_axis): inline Axes function
10019         (thanks to David Brandon).
10020
10021 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10022
10023         * cygwin/mknetrel: Install image links (backportme).
10024
10025         * Documentation/user/GNUmakefile (local-install-info): Activate
10026         actual installing of image links (backportme).
10027
10028 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10029
10030         * Documentation/user/notation.itely (Measure repeats): Removed
10031         unnecessary (and confusing) \context Voice{.
10032
10033 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10034
10035         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
10036
10037         * lily/page.cc (Page): Do not use ly_scheme_function for
10038         volatile/configurable variables (FIXME: better name).
10039
10040         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
10041         get_scmvar).
10042
10043 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10044
10045         * scripts/convert-ly.py (FatalConversionError.subst): use
10046         \transposition.
10047
10048 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10049
10050         * lily/include/page.hh (class Page): Declare left_margin ().
10051
10052         * lily/page.cc: Remove paper var caching.
10053
10054 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10055
10056         * Documentation/user/music-glossary.tely: Add name to @top node.
10057         Remove comment from @table definitions (workaround for makinfo
10058         bug).
10059
10060         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
10061         ly:stencil-get-expr).  Update callers.
10062         (ly:stencil-align-to!):  Return stencil too.
10063
10064         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
10065         stencil.  Remove looped line-based page output.
10066         (output_line): Use line stencil.  Remove looped stencil-based line
10067         output.
10068
10069         * lily/page.cc (ly:page-paper-lines): New function.
10070
10071         * input/test/markup-score.ly: New file.
10072
10073         * scm/define-markup-commands.scm (stencil): New markup.
10074
10075         * lily/book.cc (to_stencil): New method.
10076
10077         * lily/parser.yy (markup): Use it to grok \score.
10078
10079 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10080
10081         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
10082
10083         * lily/paper-book.cc (pages): Change signature.  Update callers.
10084
10085         * lily/include/page.hh:
10086         * lily/page.cc: New file.
10087
10088         * lily/paper-line.cc (to_stencil): New method.
10089
10090         * lily/paper-outputter.cc (output_stencil): New method.
10091
10092         * lily/paper-outputter.cc (output_line): Use them.
10093
10094         * lily/warn.cc: Remove.
10095
10096         * lily/my-lily-parser.cc (distill_inname): Remove.
10097
10098         * flower/include/file-name.hh: 
10099         * flower/file-name.cc: New file.  Update users.
10100
10101         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
10102         (find): New method of same name.
10103
10104         * lily/my-lily-parser.cc (ly:parse-file): Use it.
10105
10106         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
10107         constant error message.
10108
10109 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
10110
10111         * input/test/{blank-notes.ly,staff-container.ly}: typos.
10112
10113 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10114
10115         * Documentation/user/music-glossary.tely: @table @strong' replaced
10116         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
10117         (backportme).
10118
10119 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10120
10121         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
10122
10123         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
10124         #{ lily music expression #} that returns an equivalent scheme
10125         music expression by parsing the string.
10126
10127 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
10128
10129         * lily/my-lily-parser.cc:
10130         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
10131         SCM string (foo.ly/toto.scm support).
10132
10133 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10134
10135         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
10136
10137 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10138
10139         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
10140
10141         * scripts/lilypond-book.py: LY code that includes \header is
10142         not assumed to be a fragment.
10143
10144 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
10145
10146         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
10147         tremolo beams up.
10148
10149         * lily/stem.cc (chord_start_y): Return 0 if no heads.
10150         (get_default_stem_end_position): No tremolo head juggling if no
10151         heads.  Fixes tremolo crash on rests (backportme).
10152
10153         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
10154
10155 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10156
10157         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
10158         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
10159
10160         * lily/lexer.ll: Allow \encoding in NOTES mode.
10161
10162         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
10163         for lyrics, not for commands.
10164
10165         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
10166         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
10167
10168         * input/regression/newaddlyrics.ly: New file.
10169
10170         * Documentation/topdocs/NEWS.texi: Update.
10171
10172         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
10173         (Music_list): Allow embedded scm.
10174
10175         * lily/score.cc (ly:score-bookify): New function.
10176
10177         * lily/music.cc (ly:music-scorify): Idem.
10178
10179         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
10180         (ly:parser-print-score): Idem.
10181
10182         * scm/lily.scm (default-toplevel-book-handler): Idem.
10183         (default-toplevel-music-handler): Idem.
10184         (default-toplevel-score-handler): Idem.
10185
10186         * ly/declarations-init.ly: Set default toplevel handlers.
10187
10188         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
10189
10190         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
10191         printer for score at toplevel.
10192
10193 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10194
10195         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
10196         Fix for simple case: input/simple-song.ly, more complex stuff
10197         does not work yet.
10198
10199 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10200
10201         * lily/parser.yy (Prefix_composite_music): split Composite_music
10202         in Prefix_composite_music and Grouped_music_list.
10203         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
10204
10205 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10206
10207         * scm/lily.scm (toplevel-expression): New define.
10208
10209         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
10210
10211         * lily/parser.yy (toplevel_expression): Use it.
10212
10213         * lily/include/my-lily-parser.hh: Smobbify.
10214
10215         * lily/my-lily-parser.cc (parse_string): New method.
10216
10217         * lily/my-lily-parser.cc (ly:parse-string): New function.
10218
10219         * Documentation/user/lilypond.tely: Add comment and workaround for
10220         gs-8.01 crash.  Fixes make web.
10221
10222         Simplification of toplevel music.
10223
10224         * lily/lexer.ll, lily/parser.yy:
10225
10226         * In LYRICS mode, return LYRICS_STRING.  This fixes one
10227         shift/reduce problem.
10228
10229         * Use NOTES mode at start of maininput.
10230
10231         * Grok toplevel composite music expression, put in score and book.
10232
10233         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
10234
10235         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
10236
10237         * input/simple.ly: New file.
10238
10239         * input/simple-song.ly: Idem.
10240
10241 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10242
10243         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
10244         Sandberg.
10245
10246 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10247
10248         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
10249
10250 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
10251
10252         * input/regression/accidental-octave.ly: doc automatic showing
10253         of note names.
10254
10255 2004-04-16  Heikki Junes <janneke@gnu.org>
10256
10257         * po/fi.po: do "make po && make -C po po-update" at top-level,
10258         then "cp po/out/fi.po po/fi.po" and update fields.
10259
10260         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
10261
10262 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
10263
10264         * Documentation/user/introduction.itely (About this manual): Fix
10265         templates and regression urls (backportme).
10266
10267 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10268
10269         * ly/engraver-init.ly (Score:graceSettings): Increase
10270         beamed-lengths, especially for 32nd notes.
10271
10272         * Documentation/user/notation.itely (Grace notes): Correct the
10273         syntax for add-grace-property example.
10274
10275 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
10276
10277         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
10278         `Generated' tag.
10279
10280         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
10281         Severely broken (the Debian package, at least).
10282
10283 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10284
10285         * lily/context.cc (find_create_context): assign to lvalue.
10286
10287 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10288
10289         * lily/include/translator.hh (class Translator): rename
10290         get_parent_context() to context () to avoid confusion.
10291
10292         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
10293
10294         * lily/lexer.ll: change is_string -> ly_c_string_p 
10295
10296         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
10297
10298         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
10299
10300 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10301
10302         * VERSION: release 2.3.0
10303
10304         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
10305
10306         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
10307         if nonempty.
10308
10309         * lily/include/context.hh (class Context): make members protected.
10310         (children_contexts): new accessor function.
10311
10312         * lily/include/translator.hh (class Translator): make
10313         daddy_context_ protected.
10314         (class Translator): clean up. 
10315
10316         * lily/include/context.hh (class Context): make daddy_context_
10317         private.
10318
10319         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
10320         higher for finding Voice. (backportme)  
10321
10322         * lily/include/context.hh (class Context): remove
10323         find_context_below() as a method.
10324
10325         * Documentation/user/notation.itely (The Lyrics context): add note
10326         about manual durations
10327
10328         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
10329         encoding.
10330
10331         * scm/output-tex.scm (text): dump \inputencoding{} for text.
10332
10333 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10334
10335         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
10336         \usepackage{inputenc}
10337
10338         * lily/paper-book.cc (classic_output): don't advance Offset for
10339         TeX output.
10340
10341         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
10342         ec-sauter.map in rules
10343
10344         * mf/ecb.mf (font_identifier): new file, based on ecbx
10345
10346         * mf/ecb10.mf (gensize): new file.
10347
10348         * Documentation/topdocs/NEWS.texi (Top): document some more new
10349         features.
10350
10351         * ly/declarations-init.ly: run convert-ly
10352
10353         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
10354         from input-file-results. Remove input-file-results.* 
10355
10356 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10357
10358         * scm/output-ps.scm (font-command): Fix, again.
10359
10360         * input/test/title-markup.ly: Add \noPagebreak test.
10361
10362         * lily/score-engraver.cc (try_music): Bugfix.
10363
10364 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10365
10366         * lily/main.cc (main_with_guile): excise dependency options -M and
10367         --dep-prefix
10368
10369         * lily/input-file-results.cc: excise Makefile dependency code
10370
10371         * Documentation/user/invoking.itexi (Invoking the lilypond
10372         binary): remove dep doco
10373
10374         * lily/main.cc (main_with_guile): call lilypond-main
10375
10376         * scm/lily.scm (lilypond-main): new function: handle multiple files.
10377
10378         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
10379         exception.
10380
10381         * lily/my-lily-parser.cc: remove paper_description function
10382
10383         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
10384         new function.
10385
10386         * lily/main.cc: remove global_score_count.
10387
10388         * lily/book.cc (process): don't take header from global_input_file.
10389
10390         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
10391
10392         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
10393
10394         * lily/music-output-def.cc (LY_DEFINE): new function
10395         ly_output_description. This function does the bulk for  setting,
10396         parsing and breaking down of an input file.
10397
10398         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
10399         anonymous modules globally. Let's hope they get GCd
10400
10401         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
10402
10403 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10404
10405         * scm/output-ps.scm (header): Papersize from paper.
10406
10407         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
10408         for classic output.
10409
10410         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
10411         lilypondclassic is defined.
10412         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
10413
10414         * input/regression/between-systems.ly: Remove.
10415
10416         * python/lilylib.py (get_bbox): Fix regular expression
10417         for bounding box.
10418
10419         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
10420
10421         * scm/output-tex.scm (stop-page): Use it.
10422
10423         * scm/output-ps.scm (define-fonts): Bugfix.
10424
10425         * lily/grob.cc: Add penalty to interface.
10426
10427         * lily/include/paper-line.hh (class Paper_line): New member
10428         var penalty_.
10429
10430         * lily/system.cc (get_line): Initialise Paper_line with
10431         page-penalty's from original grobs.
10432
10433         * scm/define-music-properties.scm (all-music-properties): Add
10434         page-penalty.
10435
10436         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
10437
10438         * lily/score-engraver.cc (try_music): Handle page-penalty.
10439
10440         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
10441
10442 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10443
10444         * ly/declarations-init.ly (melismaEnd): typo
10445
10446         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
10447
10448         * scm/output-ps.scm (text): split string into spaces, use moveto
10449         for setting space. 
10450
10451 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10452
10453         * po/nl.po: Update.
10454
10455         * scm/font.scm (add-cmr-fonts): Typo.
10456
10457 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10458
10459         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
10460         font-encoding.
10461
10462         * scm/define-grobs.scm (all-grob-descriptions): idem.
10463
10464         * lily/time-signature.cc (numbered_time_signature): idem.
10465
10466         * scm/font.scm (add-cmr-fonts): use real encoding names for
10467         font-encoding.
10468
10469 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10470
10471         * lily/paper-book.cc (classic_output): 
10472         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
10473         Fixes classic output.
10474         (lilypondstart):
10475         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
10476         kludge.
10477
10478         * scripts/old-lilypond-book.py: Remove.
10479
10480         Page layout for SCOREs enclosed in a BOOK:
10481
10482         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
10483         layout tweaking.
10484
10485         * input/les-nereides.ly (theScore): Add \book.
10486
10487         * input/test/title-markup.ly: Add \book.
10488
10489         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
10490         only if 'verbose.
10491
10492         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
10493
10494         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
10495
10496         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
10497         * scm/output-tex.scm (start-system): Update for page layout by
10498         LilyPond.
10499
10500         * scm/output-ps.scm (start-system): Previously (new-start-system).
10501
10502         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
10503         passed to define-fonts.
10504
10505         * lily/paper-column.cc: 
10506         * lily/system.cc (get_line):
10507         * ly/property-init.ly (newpage): 
10508         * scm/define-grob-properties.scm:
10509         * scm/output-ps.scm: 
10510         * scm/output-tex.scm: Remove between-system-string kludge.
10511
10512         * scm/output-ps.scm (define-fonts, font-command,
10513         font-load-encoding): Handle ENCODING = #f.
10514
10515         * scm/output-tex.scm (output-scopes): Check if variable is bound.
10516
10517         * scm/define-markup-commands.scm (fill-line): Use
10518         make-simple-markup (WAS: unexisting make-word-markup).
10519
10520         * lily/text-item.cc (interpret_markup): Bugfix, transpose
10521         ENCODING, MARKUP parameters for interpret_string.
10522
10523         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
10524
10525         * lily/score.cc (book_rendering): New method.
10526         (default_rendering): Create Paper_book helper locally, dump
10527         output.
10528
10529         * lily/my-lily-lexer.cc (the_key_tab): Add book.
10530
10531         * lily/parser.yy: Handle \book.
10532
10533         * lily/include/book.hh: 
10534         * lily/book.cc: New file.
10535
10536 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10537
10538         * lily/text-item.cc (interpret_string): new file, select font with
10539         encoding.
10540
10541         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
10542
10543         * scm/define-markup-commands.scm (encoded-simple): new markup command.
10544
10545         * lily/parser.yy (markup): take encoding from lexer.
10546
10547 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10548
10549         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
10550
10551         * scm/output-ps.scm: Remove some cruft.
10552
10553 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10554
10555         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
10556
10557         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
10558
10559 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10560
10561         * scm/font.scm (add-century-schoolbook-fonts):
10562         (make-century-schoolbook-tree): New function.
10563
10564         * input/test/title-markup.ly: Use Century Schoolbook font.
10565
10566 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10567
10568         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
10569         to Erik Sandberg) 
10570
10571         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
10572
10573         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
10574
10575         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
10576
10577         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
10578
10579 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10580
10581         * scm/part-combiner.scm (determine-split-list): bugfix: if no
10582         solo-state (at end of solo), we can set the solo status
10583         too. (backportme.)
10584
10585         * input/regression/part-combine-solo-end.ly: new file.
10586
10587 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
10588
10589         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
10590         flavour abc files.  Really ignore unknown keys (backportme).
10591
10592 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10593
10594         * lily/scaled-font-metric.cc (text_dimension): only multiply with
10595         magnification_ when looking up in orig_.
10596
10597         * scm/output-tex.scm (text): switch off char-mapping.
10598
10599         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
10600         because AFM's encoding field cannot have spaces.
10601
10602 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
10603
10604         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
10605
10606 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10607
10608         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
10609
10610         * mf/cmr.enc: new file, without hi-bit ascii info. 
10611
10612         * lily/bezier-bow.cc (slur_shape): make indent dependent on
10613         width. This removes the 'hook' at the end of a long slur.
10614
10615         * buildscripts/mf-to-table.py (parse_logfile): don't append
10616         encoding to fontname.
10617
10618 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10619
10620         * scm/output-ps.scm (define-fonts): Load .enc only once.
10621
10622         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
10623         too.
10624
10625 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10626
10627         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
10628         encoding field.
10629
10630         * lily/stencil-scheme.cc: remove ly:fontify-atom 
10631
10632         * ly/portuges.ly (pitchnames): new file.
10633
10634         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
10635         Michael Welsh Duggan
10636
10637         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
10638
10639         * ly/nederlands.ly: add comment about digits.
10640
10641         * lily/scaled-font-metric.cc (derived_mark): idem.
10642
10643         * scm/encoding.scm (make-encoding-mapping): change permutation to
10644         mapping.
10645
10646         * lily/scaled-font-metric.cc (derived_mark): is a const method.
10647         (Modified_font_metric): make alist for coding_description_
10648         (LY_DEFINE): remove coding-name.
10649
10650         * scm/output-tex.scm (text): remove debugging code.
10651
10652         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
10653
10654         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
10655         from infile.
10656
10657         * mf/feta-generic.mf: move fet_beginfont into generic code.
10658         use fetaMusic (without space) as encoding
10659
10660         * mf/feta-autometric.mf: take encoding argument
10661
10662         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
10663
10664         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
10665         use.
10666
10667         * scm/encoding.scm (read-encoding-file): use symbol for glyph
10668         name.
10669
10670 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10671
10672         * input/test/title-markup.ly: Set inputencoding.
10673
10674         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
10675
10676         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
10677
10678         * scm/encoding.scm (get-coding-filename, get-coding-command): New
10679         function.
10680         (coding-alist): Also hold filename, command.
10681         (read-encoding-file): Return symbols.
10682
10683 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10684
10685         * scm/output-tex.scm: remove fontify; text and char take a font
10686         argument.
10687
10688         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
10689
10690         * lily/scaled-font-metric.cc (text_dimension): init
10691         coding_{permutation,table}_ too 
10692         (LY_DEFINE): ly:font-encoding, new function return
10693
10694         * lily/paper-def.cc (find_scaled_font): take input coding from
10695         inputcoding paper var.
10696
10697         * lily/performance.cc (output): remap modulo 16.
10698
10699         * lily/text-item.cc (interpret_markup): whoops, variable
10700         shadowing fixed.
10701
10702 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
10703
10704         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
10705         symbols, not symbols to strings.
10706
10707         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
10708         symbols, not symbols to strings.
10709
10710 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10711
10712         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
10713         (ly:kpathsea-gulp-file): New function.
10714
10715         * scm/encoding.scm (read-encoding-file): Use it.
10716
10717 2004-04-06  Werner Lemberg  <wl@gnu.org>
10718
10719         * scm/encoding.scm (coding-alist): Fix typo.
10720
10721 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10722
10723         * lily/scaled-font-metric.cc (text_dimension): move function from
10724         Font_metric
10725         (make_scaled_font_metric): init coding_scheme_ to TeX
10726         (text_dimension): use get-coding-vector for non TeX coding_scheme_
10727
10728         * lily/include/scaled-font-metric.hh (struct
10729         Modified_font_metric): rename from Scaled_font_metric
10730
10731         * scm/encoding.scm (read-encoding-file): split up large function,
10732         leave caching to (delay)
10733
10734         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
10735
10736 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10737
10738         * lily/my-lily-lexer.cc (set_encoding): New method.
10739
10740         * lily/lexer.ll: Grok \encoding.
10741
10742         * lily/font-metric.cc (get_encoded_index): New function.
10743
10744         * lily/include/font-metric.hh (coding_scheme): New method.
10745
10746         * scm/encoding.scm: New file.
10747
10748         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
10749
10750 2004-04-05  Werner Lemberg  <wl@gnu.org>
10751
10752         * Documentation/user/tutorial.itely: Revised (finished).
10753
10754         * Documentation/user/macros.itexi (@separate): Removed.
10755
10756 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10757
10758         * scm/output-ps.scm (define-fonts): fix scaling.
10759
10760         * lily/scaled-font-metric.cc (design_size): add function.
10761
10762         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
10763         partial cut&paste of ly:font-magnification.
10764
10765 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10766
10767         * scm/output-ps.scm (define-fonts):
10768         (fontify): Update.
10769
10770 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10771
10772         * po/fr.po: update. (backportme).
10773
10774         * po/nl.po: update. (backportme). 
10775
10776         * mf/feta-beugel.mf: document why design size is not fixed.
10777
10778         * mf/feta-braces-a.mf: rename to stress that it's not design size.
10779
10780 2004-04-04  Werner Lemberg  <wl@gnu.org>
10781
10782         * Documentation/user/tutorial.itely: Revised (continued).
10783
10784 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10785
10786         * po/nl.po: Update (backportme).
10787
10788 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10789
10790         * po/de.po: update. (backportme).
10791
10792         * scm/output-tex.scm (font-command): use ly: functions to
10793         construct name.
10794         (define-fonts): don't use alist, just dump \font definitions.
10795         (font-load-command): calculate proper scaling by taking
10796         outputscale from paper argument.
10797
10798         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
10799         expression.
10800
10801         * lily/paper-outputter.cc (output_header): pass paper arg to
10802         define-fonts
10803
10804         * lily/paper-def.cc (font_descriptions): dump list of
10805         Scaled_font_metrics
10806         (find_scaled_font): take Font_metric argument, store
10807         Scaled_font_metrics in hash-table containing (size ->
10808         Scaled_font_metrics) alist.
10809         (get_dimension): rename from get_realvar
10810
10811         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
10812         ly:font-magnification, ly:font-name: new functions
10813
10814 2004-04-03  Werner Lemberg  <wl@gnu.org>
10815
10816         * Documentation/user/dedication.itely,
10817         Documentation/user/preface.itely,
10818         Documentation/user/introduction.itely,
10819         Documentation/user/tutorial.itely: Revised.
10820         Removing leading spaces which distorts output if info files are read
10821         with stand-alone info.
10822         Removing superfluous inter-word spaces which also distorts output
10823         for stand-alone info.
10824         Using ` and ' instead of `` and '' everywhere to improve
10825         legilibility with stand-alone info
10826         Using @samp for single-letter input items and data which contains
10827         spaces, @code for other things.
10828
10829         * lily/grob-interface.cc: Adding copyright.
10830         (check_interfaces_for_property): Improve format of warning message.
10831
10832 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10833
10834         * lily/include/font-metric.hh (struct Font_metric): add
10835         design_size () method.
10836
10837         * buildscripts/mf-to-table.py (base): add DesignSize comment.
10838
10839         * lily/afm.cc (read_afm_file): read design size.
10840
10841         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
10842
10843         * scm/music-functions.scm (unfold-repeats): handle dots too.
10844
10845 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10846
10847         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
10848         (backportme)
10849
10850 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10851
10852         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
10853         lyric indent.  Revert melismaBusyProperties using \unset.
10854
10855 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10856
10857         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
10858
10859         * lily/parser.yy (command_element): allow redefinition of |
10860         meaning.
10861
10862         * lily/break-align-engraver.cc (acknowledge_grob): construct
10863         LeftEdge where the first cause for alignment is coming from.
10864         This makes \override Staff.LeftEdge work as expected.
10865
10866         * lily/slur-performer.cc (Slur_performer): add inits
10867
10868         * lily/beam-performer.cc (Beam_performer): add inits
10869
10870 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10871
10872         * VERSION (PACKAGE_NAME): release 2.2.0