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