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