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