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