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