]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
5e463fa83b8f6bbd0629030c2c0c684b0c5db9e5
[lilypond.git] / ChangeLog
1 2005-06-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2
3         * scm/output-lib.scm (fret-number-tablature-format): vcenter and
4         whiteout for markups.
5
6         * buildscripts/substitute-encoding.py (note_glyph): include _ in
7         regex too. This fixes change clef appearance in PDF. 
8
9         * ttftool/include/*: remove.
10
11         * configure.in (reloc_b): remove TTFTOOL_ENDIAN
12
13         * config.make.in (WINDRES): remove TTFTOOL_ENDIAN.
14
15         * lily/GNUmakefile (MODULE_INCLUDES): remove ttftool
16
17         * ttftool/*: remove ttftool subdirectory.
18
19         * GNUmakefile.in (SUBDIRS): remove ttftool subdirectory.
20
21         * lily/ttf.cc (print_header): new file. Convert to type42, using
22         FreeType to parse the TTF. 
23
24         * ttftool/parse.c (readPostTable): ugh. Kludge: nglyphs in maxp
25         and post table may differ. Pass around post_nglyphs as well.
26
27 2005-06-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
28
29         * ly/music-functions-init.ly (musicMap): new music function
30         musicMap. 
31         
32 2005-06-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
33
34         * make/mutopia-rules.make: anti-alias-factor = 2
35
36         * scm/ps-to-png.scm (make-ps-images): cleanup multipage vs. single
37         page switch.
38
39         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): set
40         anti-alias-factor for lilypond-book runs.
41
42         * scm/ps-to-png.scm (scale-down-image): new function.
43         (my-system): new function.
44         (make-ps-images): blow up GS resolution by anti-alias-factor,
45         scale down image by anti-alias-factor.  This improves appearance
46         of bitmaps
47         (make-ps-images): remove showpage. Fixes spurious empty png at
48         end.
49
50         * scm/framework-ps.scm (write-preamble): downcase filename before
51         string-matching. Should fix .TTF files (as opposed to ttf files)  
52
53         * Documentation/user/tutorial.itely (Running LilyPond for the
54         first time): separate subsections for windows, macos and unix.  
55
56         * Documentation/user/invoking.itely (Updating files with
57         convert-ly): add MacOS X note.
58
59 2005-06-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
60
61         * Documentation/user/introduction.itely (Engraving): don't include
62         file optical-spacing, add directly.
63
64         * lily/paper-outputter.cc (file): open file in binary mode. This
65         fixes OTF embedding on windows.
66
67 2005-06-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
68
69         * scm/framework-ps.scm (write-preamble): remove debugging output.
70
71         * mf/aybabtu.pe.in (i): don't generate aybabtu.cff
72
73         * mf/GNUmakefile ($(outdir)/fonts.cache-1): create font cache for
74         outdir.
75         (install-fc-cache): install font cache in installation directories.
76
77 2005-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
78
79         * scm/editor.scm (editor-command-template-alist): Use char iso
80         column, except for Emacs.
81         (get-editor-command): Substitute char too (Bertalan Fodor).
82
83 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
84
85         * scm/ps-to-png.scm (make-ps-images): Use ~S instead of single
86         quoted ~s.  This should fix PNG output on Windows; single quotes
87         are regular characters on Windows.
88
89 2005-06-16  Graham Percival  <gperlist@shaw.ca>
90
91         * Documentation/user/basic-notation.itely: include ChoirStaff
92         in System start delimiters.
93
94         * Documentation/user/putting.itely: new doc section on
95         fixing overlapping notation.
96
97 2005-06-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
98
99         * Documentation/user/global.itely (Paper size): \paper is in
100         \book, not \score.
101
102         * make/mutopia-rules.make: -ddelete-intermediate-files
103
104         * ly/engraver-init.ly: make Staff default child of ChoirStaff.
105
106 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
107
108         * ChangeLog: Recode utf-8.
109
110         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install .so module in
111         datadir with .py modules.
112
113 2005-06-15  Heikki Junes  <hjunes@cc.hut.fi>
114
115         * Documentation/user/basic-notation.itely (Ties): add tieDashed.
116
117 2005-06-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
118
119         * make/mutopia-rules.make: switch off ps, p&c for lilypond runs.
120         
121         * scm/framework-ps.scm (write-preamble): remove status check.
122
123         * Documentation/user/invoking.itely (Updating files with
124         convert-ly): remove -o option.
125
126         * VERSION (PACKAGE_NAME): release 2.5.31
127
128         * scm/framework-ps.scm (write-preamble): use ly:system.
129         (write-preamble): verbosity.
130
131         * scripts/convert-ly.py: cleanup. Use lilylib. Use convertrules.
132
133         * python/convertrules.py: new file. Store conversion rules
134         separately.
135
136 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
137
138         * scm/backend-library.scm (postprocess-output): remove debugging gobs.
139
140 2005-06-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
141
142         * Documentation/topdocs/NEWS.tely (Top): Corrected name of
143         \musicDisplay 
144
145         * Documentation/user/instrument-notation.itely (More stanzas): Add
146         reference to StanzaNumber.
147
148 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
149
150         * THANKS: separate section for website translators.
151
152 2005-06-14  Graham Percival  <gperlist@shaw.ca>
153
154         * Documentation/topdocs/INSTALL.texi: update vim info;
155         thanks Simon Bailey!
156
157         * Documentation/user/advanced-notation.itely: included
158         color names.
159
160         * Documentation/user/advanced-notation.itely,
161         Documentation/usr/notation-appendices.itely: moved
162         color names into an appendix.
163
164 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
165         
166         * lily/program-option.cc (LY_DEFINE): new function ly_add_option.
167
168         * scm/lily.scm (lambda): initialize program options from here.
169
170         * scm/framework-*.scm: add header info.
171
172         * lily/main.cc (parse_argv): only set output format to pdf if no
173         other format specified.
174
175         * scm/backend-library.scm (postprocess-output): process
176         'delete-intermediate-files after running convert-to-*. This fixes
177         PNG generation when 'delete-intermediate-files is set.
178         
179 2005-06-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
180
181         * buildscripts/mutopia-index.py (list_item): thinko. Fixes png
182         links on website. 
183
184 2005-06-13  Graham Percival  <gperlist@shaw.ca>
185
186         * Documentation/topdocs/INSTALL.texi,
187         Documentation/user/lilypond-book.itely: typos.
188
189 2005-06-12  Pal Benko  <benkop@freestart.hu>
190
191         * elisp/lilypond-mode.el (LilyPond-command-alist: 2PS): space
192         added between program name and switch; -b changed to -f not
193         to generate pdf
194
195 2005-06-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
196
197         * elisp/lilypond-mode.el (LilyPond-command-alist): remove 2midi
198         (LilyPond-command-alist): use -f ps (thanks to Pal Benko)
199
200         * input/sakura-sakura.ly: add \midi.
201
202         * buildscripts/mutopia-index.py (find): use /usr/bin/find
203         iso. python find. 
204
205         * ttftool/test.c (main): cosmetics.
206
207         * ttftool/util.c (surely_lseek): use stdio FILE's for I/O 
208
209         * ttftool/test.c: new file. If compiled with -DTEST_TTFTOOL,
210         create a ttf2ps binary.
211
212         * scm/ps-to-png.scm (make-ps-images): fix rename-page-1 functionality.
213
214         * scm/backend-library.scm (postscript->png): set rename-page-1 to
215         true.
216
217 2005-06-11  Graham Percival <gperlist@shaw.ca>
218
219         * Documentation/user/lilypond-book.itely: add warning about
220         the font warnings in dvips.
221
222 2005-06-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
223
224         * THANKS: typo
225
226         * mf/GNUmakefile ($(outdir)/$(redhat-package)): Fedora-4 url.
227
228         * GNUmakefile.in: remove links for .map, .enc
229         don't fail if out/ doesn't exist yet.
230
231 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
232
233         * ttftool/util.c (surely_read): return nbytes
234
235         * stepmake/bin/text2html.py (txt2html): add utf-8 marker. 
236
237         * VERSION (PACKAGE_NAME): release 2.5.30
238
239         * flower/string-convert.cc (precision_string): >? fix.
240
241         * scm/ps-to-png.scm (make-ps-images): search-gs for multipage too.
242         (make-ps-images): add verbose -q too.
243
244         * lily/default-actions.cc (Module): new file. default
245         {book,score}-print functions.
246
247         * scm/ly-from-scheme.scm (ly:parse-string-result): use new setup:
248         pass results via parseStringResult, lookup via ly:parser-lookup.  
249
250         * lily/lily-parser.cc (Lily_parser): only clone lexer in
251         constructors.
252         (parse_file): encapsulate do_yyparse() in scm_set_current_module()
253         (parse_string): idem.
254
255         * ly/spanners-init.ly (assertBeamQuant): don't use #{ #} in init.
256
257         * lily/main.cc (main_with_guile): copy be_verbose_global into
258         ly_set_option()
259
260 2005-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
261
262         * scm/backend-library.scm (postscript->pdf):
263         * scm/ps-to-png.scm (make-ps-images): Do not use gs -q switch in
264         verbose mode.  Search for several names of gs executable.
265
266 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
267
268         * lily/ly-module.cc (ly_make_anonymous_module): call make-module
269         directly. This fixes a massive memory leak, provided you use CVS
270         GUILE.
271
272 2005-06-10  Erik Sandberg  <ersa9195@student.uu.se>
273
274         * ly/property-init.ly: Added tieDashed.
275
276         * THANKS: Added some bughunters for 2.5.
277
278 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
279
280         * lily/program-option.cc: add debug-gc option.
281
282         * lily/include/lily-guile-macros.hh: don't protect exported module
283         objects.
284
285         * lily/include/lily-parser.hh (class Lily_parser): remove beam_check().
286
287         * scm/backend-library.scm (postscript->pdf): use
288         delete-intermediate-files iso. running-from-gui? 
289
290         * ttftool/util.c (surely_read): robustness. Allow read() to return
291         less bytes than requested, as per posix standards.
292
293         * lily/pfb.cc (LY_DEFINE): set ttf_verbosity from ttf-verbosity
294         program option.
295
296         * ttftool/include/ttftool.h ("C"): rename verbosity to
297         ttf_verbosity. Add to public interface.
298
299         * scm/music-functions.scm (unfold-repeats): remove debugging display.
300
301         * lily/program-option.cc: rename from scm-option.cc
302
303         * lily/scm-option.cc (LY_DEFINE): handle no-foobar option setting.
304         (get_help_string): Print pretty help string.
305
306         * scripts/lilypond-book.py (PREAMBLE_LY): add no-point-and-click
307         to snippet preamble.
308
309         * lily/scm-option.cc: remove command-line-settings option. Fold
310         all command-line options plus default settings in a generic
311         interface. 
312
313         * flower/getopt-long.cc (table_string): indent 2nd lines of help
314         texts too.
315
316 2005-06-09  Jan Nieuwenhuizen  <janneke@gnu.org>
317
318         * flower/file-name.cc: Bugfix: only append DIRSEP if BASE_
319         or EXT_ components non-empty.
320
321 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
322
323         * scm/lily.scm (running-from-gui?): Export.
324
325         * lily/lily-parser-scheme.cc (ly:parse-file): Use it to generate
326         output in .ly source directory.
327
328 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
329
330         * ttftool/util.c (surely_lseek): more verbosity.
331
332         * lily/include/lily-proto.hh: add Context_def. This fixes FC4
333         compile.
334
335         * lily/parser.yy (Repeated_music): remove >? 
336
337         * scm/backend-library.scm (postscript->pdf): Support for
338         -dgs-font-load=1
339
340         * scm/framework-ps.scm (write-preamble): make font loading
341         switchable to GS via --define-default gs-font-load=1
342
343 2005-06-09  Graham Percival  <gperlist@shaw.ca>
344
345         * Documentation/user/global.itely: added \layout docs.
346
347 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
348
349         * lily/lily-parser-scheme.cc: add unistd.h
350
351 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
352
353         * scm/editor.scm: add char argument.
354
355         * scripts/lilypond-invoke-editor.scm (dissect-uri): add char. 
356
357         * ttftool/util.c (syserror): use errno for better error reporting.
358
359         * lily/source-file.cc (get_counts): new function. Calc column,
360         line and char count in one go.
361
362         * lily/binary-source-file.cc (quote_input): rename to quote_input
363
364         * lily/input.cc (set): new function.
365
366 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
367
368         * flower/file-path.cc (find): Bugfix.  Append rather than prepend
369         directory part of file name to search directory.
370
371         * lily/lily-parser-scheme.cc (ly:parse-file): Prepend cwd to
372         search path and chdir to DIR if --outname=DIR used.
373
374         * lily/main.cc (prepend_env_path): Bugfix: Check directory
375         existence before appending original path.
376
377 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
378
379         * ttftool/parse.c (readNamingTable): verbosity for "bad TTF
380         file" massage.
381
382         * Documentation/user/GNUmakefile (TEXINPUTS): set TEXINPUTS so our
383         texinfo.tex is always used.
384         
385 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
386
387         * flower/include/axis.hh: rename from axes.hh
388
389         * lily/include/text-interface.hh (Module): rename from text-item.hh
390
391         * VERSION (PATCH_LEVEL): release 2.5.29
392
393         * ttftool/parse.c (readNamingTable): handle Apple/8bit encoding too.
394
395         * scm/framework-ps.scm (font-file-as-ps-string): new function.
396         (handle-macfont): new function. Call fondu for Native mac fonts.
397
398         * scm/define-markup-commands.scm (fill-line): handle text-widths =
399         '() case.
400
401 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
402
403         * scm/ps-to-png.scm (make-ps-images): Bugfix: `Pages: 1\n' is not
404         multi-page.  Fix .eps regular expression.
405
406 2005-06-07  Graham Percival  <gperlist@shaw.ca>
407
408         * Documentation/user/putting.itely: add info on modifying templates.
409
410         * Documentation/user/lilypond.itely, converters.itely, invoking.itely:
411         misc small changes.
412
413 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
414
415         * scm/ps-to-png.scm (make-ps-images): no paper size for multi-page.
416
417         * scripts/lilypond-ps2png.scm
418
419         * VERSION (PACKAGE_NAME): release 2.5.28
420
421 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
422
423         * lily/main.cc (prepend_env_path): Do not append /, that does not
424         work.  Localedir lives in datadir, not in prefix.
425
426         * scm/framework-ps.scm (write-preamble): Remove load-font-via-GS
427         hack for windows.
428
429         * flower/include/file-cookie.hh: Compile fix.
430
431 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
432
433         * ly/engraver-init.ly: add \defaultchild to InnerStaffGroup. 
434
435         * scm/ps-to-png.scm (gulp-port): rename from read. Don't redefine
436         system primitives.
437         (gulp-port): using read-string!/partial. We don't want to read an
438         entire PS file  (GUILE 1.6 limits strings to 16M) 
439
440         * scm/define-grobs.scm (all-grob-descriptions): remove arch-*
441         properties. Add font-interface. 
442
443         * scm/define-grob-properties.scm (all-user-grob-properties):
444         remove old bracket properties.
445
446         * scm/x11-color.scm: reformat. 
447
448         * lily/ledger-line-engraver.cc (acknowledge_grob): create new
449         LedgerLineSpanner if new StaffSymbol is found. 
450
451         * lily/staff-symbol-engraver.cc (acknowledge_grob): also set
452         staff-symbol for finishing staff. 
453
454         * lily/GNUmakefile (OUT_DIST_FILES): don't dist Flex output
455
456         * scm/output-svg.scm (setcolor): implement (re)setcolor with <g>
457         change black to currentColor everywhere. This fixes color support
458         in SVG.
459
460 2005-06-06  Carl Sorensen  <carldsorensen@comcast.net>
461
462         * input/regression/fret-diagrams.ly: new file to test fret diagram
463         capability
464
465         * scm/output-tex.scm: remove white-dot and white-text
466
467         * scm/output-ps.scm: remove white-dot and white-text
468
469         * scm/fret-diagrams.scm (sans-serif-stencil-white): removed -- 
470         using ly:stencil-in-color instead
471         (draw-dots) : remove call to white-dot
472
473 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
474
475         * flower/memory-stream.cc (Memory_out_stream): remove fopencookie
476         support.
477
478         * ttftool/ttfps.c: use lily_cookie functions everywhere. 
479
480         * flower/include/file-cookie.hh: new file. lily_cookie extension 
481
482         * flower/file-cookie.cc: new file. lily_cookie extension.
483         
484 2005-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
485
486         * scm/editor.scm (editor-command-template-alist): Add syn
487         editor (Jaap [de Vos]).
488
489 2005-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
490
491         * scripts/lilypond-ps2png.scm:
492         * scm/ps-to-png.scm: New file.
493
494         * scm/backend-library.scm (postscript->png): Use it.
495
496         * scripts/lilypond-ps-to-png.py: Remove file.
497
498         * python/lilylib.py (get_bbox, make_ps_images): Remove.
499
500 2005-06-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
501
502         * lily/auto-beam-engraver.cc (acknowledge_grob): remove dead code.
503
504         * scm/auto-beam.scm (default-auto-beam-check): only forbid beam
505         start on grace moment. Fixes autobeam-grace.ly.
506
507         * lily/auto-beam-engraver.cc (process_acknowledged_grobs): don't
508         process anything unless we're at the end of a pending beam. Fixes
509         syncopated 8ths beamed across a beat.
510
511 2005-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
512
513         * scm/editor.scm (editor-command-template-alist): Start emacs if
514         emacslient fails.
515
516         * lily/main.cc (setup_localisation): Listen to LILYPOND_LOCALEDIR.
517
518         * flower/file-path.cc (is_file, is_dir): Export.
519
520         * lily/main.cc (prepend_env_path, set_env_file): Use them.
521
522 2005-06-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
523
524         * lily/easy-notation.cc: Added include cctype to correct
525         compilation error.
526
527 2005-06-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
528
529         * scm/backend-library.scm (postscript->pdf): set resolution to
530         1200, so bitmap fonts aren't that ugly. 
531
532         * Documentation/topdocs/NEWS.tely (Top): add entry about font family.
533
534         * lily/dynamic-engraver.cc (acknowledge_grob): only center on
535         parent if we have a notehead. Fixes incorrect offsets when
536         Paper_column is very wide in the X direction.
537
538         * input/regression/font-family-override.ly (Module): new file.
539
540         * scm/font.scm (make-pango-font-tree): new function.
541
542         * lily/beam.cc (before_line_breaking): remove warning about less
543         than 2 visible stems. We still get a warning when there is only
544         one stem.
545
546 2005-06-01  Werner Lemberg  <wl@gnu.org>
547
548         * buildscripts/substitute-encoding.py: Handle PFAemmentaler-xx.pfa
549         correctly.
550
551 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
552
553         * lily/slur-scoring.cc (generate_avoid_offsets): new
554         function. Generate avoid offsets once per slur.
555
556         * lily/slur.cc (add_extra_encompass): add dependency to
557         extra-encompass object. This fixes bugs/c-phrasing-slur.ly
558
559         * lily/stencil.cc (is_empty): check dim_ field for is_empty()
560         too. Fixes inf error with added bass notes.
561
562         * scripts/lilypond-book.py (do_options): --psfonts doesn't take
563         argument anymore.
564
565         * make/ly-vars.make (DVIPS_FLAGS): use .psfonts as extension.
566
567         * input/tutorial/lbook-latex-test.tex: add line length test.
568
569         * scripts/lilypond-book.py (set_default_options): new
570         function. Call this before dissecting snippets, so linewidth
571         settings reach the snippets.
572
573 2005-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
574
575         * scm/lily.scm (PLATFORM, slashify): Remove double slashes.
576
577 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
578
579         * input/mutopia/R.Schumann/romanze-op28-2.ly (leftb): bugfix.
580
581 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
582
583         * stepmake/aclocal.m4: More autopackage friendliness.
584
585 2005-05-31  Graham Percival  <gperlist@shaw.ca>
586
587         * Documentation/index.html.in: remove link to LSR.
588
589         * Documentation/user/global.itely: remove duplicate
590         "dedication" \header{} section.
591
592 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
593
594         * VERSION (PACKAGE_NAME): release 2.5.27.
595
596         * lily/lily-parser-scheme.cc (LY_DEFINE): unprotect paper
597         too. Plugs memory leak.
598
599         * make/lilypond.fedora.spec.in (Group): remove
600         lilypond-pdfpc-helper.
601
602         * scripts/GNUmakefile (SEXECUTABLES): remove
603         lilypond-pdfpc-helper. Use lilypond-invoke-editor instead.
604
605         * scm/font.scm (make-century-schoolbook-tree): add Mono as
606         'typewriter family.
607
608         * lily/score.cc (Score): unprotect copy of Output_def. Plugs
609         memory leak.
610
611         * lily/parser.yy (score_body): don't clone Score, that's done in
612         Lily_lexer::try_special_identifiers(). This fixes a memory leak.
613
614         * lily/score-engraver.cc (derived_mark): new function.
615         (initialize): unprotect Paper_score. This fixes a memory leak.
616
617         * lily/score-performer.cc (derived_mark): new function.
618
619         * lily/score-translator.cc (get_output): use SCM for get_output() call.
620
621         * stepmake/aclocal.m4: put FlexLexer.h test in conftest.cc. Fixes
622         spurious warning.
623
624         * scm/font.scm (make-century-schoolbook-tree): use Sans for sans
625         serif.
626
627 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
628
629         * configure.in (reloc_b): Add --enable-relocation.
630
631 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
632
633         * lily/pfb.cc (LY_DEFINE): show file name when loading PFB. 
634
635         * input/regression/alignment-order.ly: add Staff example.
636
637 2005-05-31  John Mandereau   <john.mandereau@free.fr>
638
639         * po/fr.po: update.
640
641 2005-05-31  Graham Percival  <gperlist@shaw.ca>
642
643         * Documentation/index.html.in: add link to LSR.
644
645 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
646
647         * scm/define-stencil-commands.scm (Module): new file. Register all
648         allowed stencil expression heads in a central place.
649
650         * lily/stencil-scheme.cc (LY_DEFINE): check is_stencil_head in
651         ly:make-stencil
652
653         * lily/stencil-expression.cc (all_stencil_heads): registering
654         stencil expressions.
655
656         * lily/stencil-interpret.cc: new file. Stencil expression
657         interpreting.
658
659         * input/xiao-haizi-guai-guai.ly: move file back.
660
661 2005-05-30  Graham Percival  <gperlist@shaw.ca>
662
663         * Documentation/user/advanced.itely, converters.itely,
664         instrument-notation.itely, lilypond-book.itely: misc small
665         changes.
666
667 2005-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
668
669         * lily/lexer.ll: Skip UTF-8 BOM at BOF.
670
671         * make/lilypond.fedora.spec.in: Fix source url.
672
673         * cygwin: Update from mingw patches.
674
675         * scm/editor.scm (editor-command-template-alist): Use jedit
676         -reuseview (Bertalan), add uedit (Patrick Huberts).
677
678         * input/xiao-hai-zi-guai-guai.ly: Rename from
679         xiao-haizi-guai-guai.ly.
680
681         * input/*: Reindent, do not use TAB.
682
683         * Documentation/pictures/ly.xpm: Bugfix: do not anti-alias against
684         white background.
685
686 2005-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
687
688         * scm/framework-ps.scm (dump-stencil-as-EPS): Add silly fix for
689         numerical overflow error.
690
691 2005-05-29 Laura Conrad <lconrad@laymusic.org>
692         
693         * abc2ly.py: fix to syntax error in multi-part output.
694
695 2005-05-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
696
697         * lily/span-bar.cc (print): sort bar line extents. Fixes problem
698         with disappearing span bars when alignAboveContext is active
699
700         * lily/property-iterator.cc (check_grob): use is-grob?
701         object-property. Fixes crash-key-sig-font-size.ly. 
702
703 2005-05-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
704
705         * lily/bar-line.cc (print): don't round barlines; this produces
706         odd aliasing effects in Acroread.
707
708         * lily/timing-engraver.cc (process_music): robustness fix.
709
710         * lily/context-def.cc (filter_engravers): bugfix.
711
712 2005-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
713
714         * lily/lilypond.rc.in: Add ly-icon.
715
716         * lily/GNUmakefile: 
717         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Add ly-icon
718         rules.
719
720 2005-05-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
721
722         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-in-color
723
724         * ps/music-drawing-routines.ps: 
725
726         * scm/output-ps.scm: remove draw ez_ball.
727
728         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
729         EasyNotation context definition.
730
731         * lily/easy-notation.cc (brew_ez_stencil): new file. Use
732         Text_interface and color for making easy note heads.
733
734         * lily/stencil.cc (with_color): new function.
735
736         * ps/music-drawing-routines.ps: remove draw_zigzag_line
737
738         * lily/line-spanner.cc (zigzag_stencil): rewrite to use draw-line
739         output routine. Zigzag now works in SVG too.
740
741         * scm/output-tex.scm (filledbox): idem.
742
743         * scm/output-svg.scm (filledbox): idem.
744
745         * scm/output-ps.scm (lily-def): remove horizontal-line. 
746
747         * lily/lookup.cc (horizontal_line): use draw-line. 
748
749         * lily/system-start-delimiter.cc: remove old staff bracket code.
750
751         * mf/feta-haak.mf: further tweaks.
752
753         * lily/system-start-delimiter.cc (staff_bracket): use glyphs.
754
755         * mf/feta-generic.mf: include feta-haak.
756
757         * mf/feta-haak.mf: rewrite. Make separate glyphs for the tips 
758
759         * scm/framework-ps.scm (write-preamble): only load fonts if their
760         filename is a string. 
761
762 2005-05-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
763
764         * scm/output-svg.scm (circle): support circle.
765         (bracket): stub for bracket.
766
767         * scripts/lilypond-book.py (main): make sure --psfonts warning is
768         correct.
769
770 2005-05-26  Graham Percival  <gperlist@shaw.ca>
771
772         * Documentation/user/lilypond.tely, advanced-notation.itely,
773         basic-notation.itely, instrument-notation.itely, global.itely,
774         introduction.itely, tutorial.itely: rearranging, editing,
775         clean-up.
776
777         * mf/GNUmakefile: change a "make -C" to "${MAKE} -C", required
778         for compiling on FreeBSD.
779
780 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
781
782         * lily/pfb.cc (LY_DEFINE): progress indication for opening ttf and
783         otf files.
784
785         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (lower):
786         bugfixes.
787
788         * VERSION: 2.5.26 released.
789
790         * scm/titling.scm (marked-up-headfoot): revert Pedro's patch. 
791
792 2005-05-25  Pedro Kroger  <kroeger@pedrokroeger.net>
793
794         * scm/titling.scm (marked-up-headfoot): doesn't print pagenumbers
795         if printpagenumber is false.
796
797 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
798
799         * lily/font-config.cc (init_fontconfig): comment out FontConfig
800         cache warning.
801
802         * lily/tie.cc (print): support dotted ties.
803         
804 2005-05-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
805
806         * scm/define-grobs.scm (all-grob-descriptions): switch off
807         debugging
808         (all-grob-descriptions): Arpeggio has Y-extent.
809
810         * scm/define-music-properties.scm (all-music-properties): document
811         length-callback and start-callback as "read-only".
812
813         * scm/music-functions.scm (unfold-repeats): rewrite. Cannot set
814         length-callback after creation. 
815
816         * scripts/convert-ly.py (conv): unfoldrepeats -> unfoldRepeats,
817         compressmusic -> compressMusic.
818
819         * ly/music-functions-init.ly (oldaddlyrics): idem.
820
821         * lily/parser.yy: NewLyricCombineMusic ->
822         LyricCombineMusic. LyricCombineMusic -> OldLyricCombineMusic.
823
824 2005-05-24  Pedro Kroger  <kroeger@pedrokroeger.net>
825
826         * ly/Welcome_to_LilyPond.ly: typo.
827
828 2005-05-24  Graham Percival  <gperlist@shaw.ca>
829
830         * Documentation/user/lilypond.tely: move changing-defaults to be
831         before global issues.
832
833         * Documentation/user/basic-notation.itely: move Transpose section
834         here from advanced/Other.
835
836         * Documentation/user/changing-defaults.itely,
837         advanced-notation.itely: move Fonts to advanced, edit.
838
839 2005-05-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
840
841         * lily/parser.yy (bare_int): remove rule.  From now on, we require
842         # before negative integers.
843
844 2005-05-23  Graham Percival  <gperlist@shaw.ca>
845
846         * ly/property.ly: Update tieDotted to have the same form as slurDotted.
847
848         * Documentation/user/lilypond.tely: change Unified index to
849         LilyPond index.
850
851         * Documentation/user/advanced-notation.itely,
852         instrument-notation.itely: editing.
853
854 2005-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
855
856         * scm/lily.scm (lilypond-all): Bugfix: return failed.
857
858         * lily/main.cc (setup_paths)[__MINGW32__]: Normalize LILYPONDPREFIX.
859
860 2005-05-21  Jan Nieuwenhuizen  <janneke@gnu.org>
861
862         * lily/general-scheme.cc (ly:stderr-redirect): Rename from
863         ly:port-move.  Needs to be stderr-specific on mingw.
864         Run fixcc.
865
866 2005-05-20  Jan Nieuwenhuizen  <janneke@gnu.org>
867
868         * lily/general-scheme.cc (ly:port-move): Remove.
869
870         * scm/backend-library.scm (postscript->pdf): Remove -dSAFER in
871         windows.
872
873         * lily/main.cc (setup_paths) [ARGV0_RELOCATION]: Reinstate GS_*
874         variables.  This eliminates the need for a gs.bat wrapper, which
875         opens a console.
876
877         * scripts/lilypond-invoke-editor.scm (running-from-gui?): 
878         * scm/lily.scm (running-from-gui?): 
879         * lily/main.cc[MINGW]: Remove isatty inversion, this is an
880         artifact of not compiling with -mwindows.
881
882         * scm/editor.scm: Define PLATFORM.
883
884 2005-05-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
885
886         * scripts/lilypond-book.py (PREAMBLE_LY): add marker, where people
887         can start to cut & paste lilypond-book fragments.  
888
889         * scm/define-music-types.scm (music-descriptions): remove
890         UntransposableMusic
891
892 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
893
894         * scm/output-ps.scm (glyph-string): remove / before CIDs.
895
896 2005-05-20  Graham Percival  <gperlist@shaw.ca>
897
898         * Documentation/user/instrument-notation.itely: remove *Engraver.
899
900         * Documentation/user/advanced-notation.itely: edit, rearrange.
901
902 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
903
904         * scm/output-ps.scm (glyph-string): take cid? argument. Use
905         findresource iso. findfont for CID CFF fonts.
906
907         * VERSION (PACKAGE_NAME): release 2.5.25
908
909         * ly/Welcome_to_LilyPond.ly: add  \version
910
911 2005-05-20  Graham Percival  <gperlist@shaw.ca>
912
913         * Documentation/user/programming-interface.itely: move
914         \displayMusic into its own section.
915
916         * Documentation/user/basic-notation.itely: finish editing.
917
918 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
919
920         * flower/file-path.cc (find): don't throw away file_name.dir, but
921         append to it. Fixes \include with directories.
922
923         * flower/include/file-path.hh (class File_path): don't derive from
924         Array<String>.
925
926         * flower/include/file-name.hh (class File_name): remove to_str0()
927
928         * lily/hara-kiri-engraver.cc (acknowledge_grob): split
929         Hara_kiri_engraver in separate file.
930
931         * lily/slur-configuration.cc (score_encompass): oops, <? to min()
932         translation went wrong. Fixes vertically translated slurs.
933
934 2005-05-19  Graham Percival  <gperlist@shaw.ca>
935
936         * Documentation/user/basic-notaton.itely: editing.
937
938 2005-05-18  Graham Percival  <gperlist@shaw.ca>
939
940         * Documentation/user/macros.itexi, basic-notation.itely:
941         add @commonprop (commonly used properties) macro.
942
943 2005-05-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
944
945         * ly/Welcome_to_LilyPond.ly: talk about icon, not program.
946
947         * scripts/lilypond-book.py (invokes_lilypond): new function
948         (main): only run fontextract if invokes_lilypond() is true.
949
950         * lily/function-documentation.cc (ly_add_function_documentation):
951         duh, use !=
952
953         * Documentation/topdocs/INSTALL.texi (Top): add MacOS command.
954
955         * stepmake/aclocal.m4: remove kpathsea warning, change to OPTIONAL.
956
957         * scm/lily.scm (running-from-gui?): lowercase Darwin.
958
959         * lily/function-documentation.cc (ly_add_function_documentation):
960         use scm_hash_table_p() for checking.
961
962 2005-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
963
964         * Documentation/user/advanced-notation.itely (Text scripts):
965         Change nonexisting @internalsref{Text markup} to @ref{Text
966         markup}.  Change @internalsref{Text script} to
967         @internalsref{TextScript}.
968
969         * lily/main.cc (setup_paths): Bugfix: pangorc is not pango.modules.
970
971 2005-05-17  Graham Percival  <gperlist@shaw.ca>
972
973         * Documentation/user/tutorial.itely, basic-notation.itely,
974         changing-defaults.itely: remove duplicate cindex entries
975         that appear on the same page.
976
977         * scm/define-grobs.scm: change default padding for TextSpanner.
978
979         * Documentation/topdocs/AUTHORS.texi: update email address.
980
981         * Documentation/user/global.itely: add info about \include.
982
983 2005-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
984
985         * scm/backend-library.scm (postscript->pdf): Remove (useless) .ps
986         when running-from-gui.
987
988         * scm/editor.scm (get-editor): Add platform defaults.
989
990         * scm/backend-library.scm (postscript->pdf): Typo.
991
992 2005-05-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
993
994         * scm/lily.scm (running-from-gui?): Darwin never runs from GUI.
995
996         * lily/font-config.cc (init_fontconfig): add warning about cache.
997
998 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
999
1000         * lily/main.cc (setup_paths)[ARGV0_RELOCATION]: Remove GS_*.
1001
1002 2005-05-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1003
1004         * lily/horizontal-bracket.cc (print): Take care of the direction
1005         property so brackets above the stave point downwards. 
1006
1007         * scm/define-grobs.scm (all-grob-descriptions): Set staff-padding
1008         for HorizontalBracket so it doesn't end up within the stave.
1009
1010 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1011
1012         * lily/GNUmakefile (default): Typo.
1013
1014         * scm/lily.scm (PLATFORM): Export.
1015
1016         * scm/framework-ps.scm (write-preamble)[MINGW]: Use
1017         load-font-via-GS, ttftool or fopencookie is broken on windows.
1018         
1019         * scm/backend-library.scm (postscript->pdf)[MINGW]: Do not use
1020         -dSAFER, that is broken on windows.
1021
1022 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1023
1024         * lily/GNUmakefile ($(outdir)/FlexLexer.h): conditional dependency
1025         for FlexLexer.h
1026
1027         * scripts/lilypond-invoke-editor.scm: remove stray -
1028
1029 2005-05-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1030
1031         * lily/lily-guile.cc (ly_scm2newstr): Use scm_i_string_length.
1032         Fixes deprecation warning.
1033
1034         * flower/include/string.icc (to_string): Only inline if
1035         -DSTRING_UTILS_INLINED.
1036
1037         * lily/pango-font.cc (pango_item_string_stencil): Normalize file
1038         name.  Remove windows comment.
1039
1040         * scm/editor.scm (slashify): New function.
1041         (get-editor-command): Use it.
1042         (get-command-template): Do not alter editor command if
1043         environment value includes `%(file)s' magic.
1044
1045         * scripts/lilypond-invoke-editor.scm (unquote-uri): New function.
1046         (dissect-uri): Use it.
1047         (unquote-uri): Bugfix.
1048
1049 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1050
1051         * scm/framework-ps.scm (write-preamble): add TTF rule.
1052
1053         * Documentation/topdocs/README.texi (Top): remove note about
1054         xdelta.
1055
1056         * Documentation/topdocs/INSTALL.texi (Top): remove Flex
1057         requirement.
1058
1059         * stepmake/aclocal.m4: STEPMAKE_FLEXLEXER_LOCATION: new
1060         function. Figure out where FlexLexer.h lives
1061
1062         * lily/GNUmakefile (OUT_DIST_FILES): dist lexer.cc and FlexLexer.h
1063         
1064 2005-05-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1065
1066         * scripts/lilypond-invoke-editor.scm (dissect-uri): Handle URIs
1067         with Windows root in file name.
1068
1069         * scm/backend-library.scm (ly:system): Only redirect output (using
1070         system and shell, ugh) if /dev/null is writable.
1071
1072         * Documentation/pictures/GNUmakefile [PLATFORM_WINDOWS]: Build
1073         windows icon.
1074
1075         * scm/lily.scm (is-absolute?): New function.  Fixes absolute files
1076         on Mingw.
1077
1078         * scm/output-ps.scm (grob-cause): Use it.  Fixes PDF point and
1079         click.
1080
1081         * flower/file-path.cc (is_dir, is_file): New function.  Actually
1082         use result of stat when available.
1083
1084         * flower/file-path.cc (find): Use it.  Refactor.  Fixes Mingw,
1085         absolute file name and root.
1086
1087         * scm/lily.scm (PLATFORM): On mingw, slashify getcwd.
1088
1089         * scm/editor.scm (get-editor-command): Typo: do not apply editor.
1090
1091         * flower/file-name.cc (slashify): Bugfix, do substitute if no
1092         slashes in file name.
1093
1094 2005-05-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1095
1096         * Documentation/user/preface.itely (Preface): Run
1097         texinfo-all-menus-update.
1098
1099         * scm/editor.scm (get-editor-command): Bugfix: allow full
1100         LYEDITOR setting, partial XEDITOR setting.  With typo fix.
1101
1102         * Documentation/pictures/lilypond-48.xpm: New file.
1103
1104         * flower/file-path.cc (to_string): Bugfix: use PATHSEP.
1105
1106         * ly/Welcome_to_LilyPond.ly: New file.
1107
1108         * lily/main.cc (main): Only identify if we have a terminal.
1109
1110         * scm/backend-library.scm (postscript->png)
1111         (postscript->pdf): Fix file name quoting for GS/MINGW (ie,
1112         non-/bin/sh).
1113
1114 2005-05-13  Heikki Junes  <hjunes@cc.hut.fi>
1115
1116         * Documentation/topdocs/AUTHORS.texi: polish, update.
1117
1118 2005-05-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1119
1120         * Documentation/user/preface.itely (Notes for version 2.6): new
1121         notes for 2.6
1122
1123         * lily/dynamic-engraver.cc (stop_translation_timestep): first set
1124         finished_span_, then call typeset_all(). Fixes spurious "Hairpin
1125         is not fully contained" warnings.
1126
1127         * lily/slur-scoring.cc (get_bound_info): remove warning.
1128
1129         * lily/staff-symbol-engraver.cc (process_music): start initial
1130         spanner in process_music(). This fixes overrides of StaffSymbol
1131         properties.
1132
1133         * scm/framework-pdf.scm (Module): remove.
1134
1135         * Documentation/topdocs/AUTHORS.texi (AUTHORS): clean up, update.
1136
1137         * lily/ambitus-engraver.cc: formatting cleanups.
1138
1139         * mf/feta-solfa.mf (Module): remove.
1140
1141         * ChangeLog: more details about contributions.
1142
1143 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1144
1145         * lily/align-interface.cc (align_elements_to_extents): warn if
1146         called too early. Fixes: disappearing-staff-lines.ly
1147
1148         * VERSION (PACKAGE_NAME): release 2.5.24
1149
1150 2005-05-12  Jan Nieuwenhuizen  <janneke@gnu.org>
1151
1152         * stepmake/aclocal.m4: Typo.
1153
1154         * flower/string.cc (substitute): Take two strings or two
1155         characters.  Update callers.
1156
1157 2005-05-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1158
1159         * flower/file-name.cc (File_name): Slashify.
1160
1161         * scm/lily.scm: Use gui-main iso lilypond-main on MINGW.
1162
1163         * scripts/GNUmakefile (SEXECUTABLES): Add lilypond-invoke-editor.
1164
1165         * stepmake/aclocal.m4 (STEPMAKE_WINDOWS): New function.
1166
1167         * configure.in (gui_b): Use it.
1168
1169         * lily/lilypond.rc.in: New file.
1170
1171         * lily/GNUmakefile[PLATFROM_WINDOWS]: Compile it into executable.
1172
1173 2005-05-12  Graham Percival  <gperlist@shaw.ca>
1174
1175         * Documentation/user/advanced-notation.itely: edit of Text
1176         section; clarify text scripts vs. text markup.
1177
1178 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1179
1180         * lily/multi-measure-rest-engraver.cc
1181         (Multi_measure_rest_engraver): init bar_seen_ to true. Notice
1182         separation items on start. Fixes mm rests in start of score.
1183
1184         * lily/slur-scoring.cc (move_away_from_staffline): robustness,
1185         don't access StaffSymbol if not there.
1186         Fixes: crash-staff-symbol-engraver.ly.
1187
1188         * lily/instrument-name-engraver.cc (class
1189         Instrument_name_engraver): data member first_. Create
1190         InstrumentName on start. 
1191
1192 2005-05-12  Graham Percival  <gperlist@shaw.ca>
1193
1194         * Documentation/user/instrument-notation.itely: add guitar
1195         position.
1196
1197         * Documentation/user/introduction.itely,
1198         Documentation/user/lilypond.tely,
1199         Documentation/user/tutorial.itely: begin pruning
1200         unused (duplicated) cindex entries and misc cleanup.
1201
1202 2005-05-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1203
1204         * input/test/volta-chord-names.ly: Bring the explanation up to
1205         date.
1206
1207 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
1208
1209         * Documentation/topdocs/{AUTHORS.texi,INSTALL.texi,README.texi}:
1210         Specify `@documentencoding utf-8' for html, ignore warnings.
1211
1212 2005-05-11  Erik Sandberg  <ersa9195@student.uu.se>
1213
1214         * THANKS: Added bughunters.
1215
1216 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
1217
1218         * lily/main.cc: update help string for `lilypond -H'.
1219
1220         * po/fi.po: update.
1221         
1222 2005-05-10  Graham Percival  <gperlist@shaw.ca>
1223
1224         * Documentation/user/advanced-notation.itely: minor fixes.
1225
1226 2005-05-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1227
1228         * scm/editor.scm: New module.
1229
1230         * scm/lily.scm (gui-main): Use it.
1231
1232         * scm/framework-gnome.scm (spawn-editor): Use it.
1233
1234         * scripts/lilypond-invoke-editor.scm: Use it in new script.
1235
1236 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1237
1238         * scm/framework-ps.scm (load-font-via-GS):  new function.
1239
1240         * lily/pango-font.cc (pango_item_string_stencil): add support for
1241         CID keyed font.
1242
1243         * scm/output-ps.scm (glyph-string): add support for CID keyed font.
1244
1245 2005-05-10  Graham Percival  <gperlist@shaw.ca>
1246
1247         * Documentation/user/basic-notation.itely: add @ref.
1248
1249         * Documentation/user/advanced-notation.itely: add example
1250         of 5/8 beaming.
1251
1252 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1253
1254         * scripts/lilypond-pdfpc-helper.py (ly_pc_editor): robustness fixes.
1255
1256         * scm/backend-library.scm (postscript->pdf): Invoke gs instead of
1257         going through ps2pdf wrappers.
1258
1259 2005-05-09  Jürgen Reuter  <reuter@ipd.uka.de>
1260
1261         * Documentation/user/instrument-notation.itely: petrucci note
1262         heads: updated docu
1263
1264         * input/regression/note-head-style.ly: updated regression test;
1265         indentation fixes
1266
1267         * ly/engraver-init.ly: MensuralVoiceContext: use petrucci note
1268         heads as default
1269
1270         * mf/parmesan-heads.mf: minor editing; use musicological names
1271         (rather than optical description) as note head names
1272
1273         * scm/output-lib.scm: complete petrucci heads
1274
1275 2005-05-09  Pal Benko  <benkop@freestart.hu>
1276
1277         * mf/parmesan-heads.mf: add petrucci heads (like neo-mensural
1278         heads, but bigger)
1279
1280 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1281
1282         * lily/main.cc (main_with_guile): Remove no files check.
1283
1284         * lily/main.cc (ly:usage): Export to Scheme.
1285
1286         * scm/lily.scm (no-files-handler): New function.
1287
1288         * scm/lily.scm (lilypond-main): Use it.
1289
1290         * configure.in (gui_b): Add mbrtowc checking.
1291         Resurrect [utf8/]wchar.h checking.
1292
1293 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1294
1295         * Documentation/user/advanced-notation.itely (Metronome marks):
1296         Add link to the program reference for MetronomeMark
1297
1298         * Documentation/user/lilypond-book.itely (An example of a
1299         musicological document): Correct the example using psfonts 
1300
1301 2005-05-09  Heikki Junes  <hjunes@cc.hut.fi>
1302
1303         * po/fi.po: update after a lesson how to update entries against
1304         source.
1305         
1306         * po/TODO: document the lesson.
1307
1308 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1309
1310         * configure.in (gui_b): remove wcrtomb checking.
1311
1312         * lily/general-scheme.cc (LY_DEFINE): hand-convert utf8 to 32
1313         bits. Patch by Matthias Neeracher. <neeracher@mac.com>
1314
1315 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1316
1317         * scripts/convert-ly.py: In the conversion to version 1.9.0, 
1318         keep Scheme expressions and strings unmodified when doing the
1319         conversion to postfix notation for slurs and beams. Should
1320         hopefully solve most related conversion problems. 
1321
1322         * Documentation/user/lilypond-book.itely : Clarify and correct how
1323         to call dvips with -h psfonts.
1324
1325 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1326
1327         * Documentation/user/instrument-notation.itely (Entering lyrics):
1328         Typo.  Fixes build.
1329
1330 2005-05-09  Graham Percival  <gperlist@shaw.ca>
1331
1332         * Documentation/user/lilypond-book.itely: document PSFONTS file.
1333
1334         * Documentation/user/lilypond.tely, lilypond-book.itely,
1335         tutorial.itely: change references to 2.5.x to 2.6.x.
1336
1337         * Documentation/user/instrument-notation.itely: clarified \addlyrics
1338         vs \lyricmode.
1339
1340         * Documentation/user/invoking.itely: remove old info about
1341         lilypond-profile.
1342
1343         * Documentation/topdocs/INSTALL.texi: remove old info about
1344         lilypond-profile, add warning about needing international fonts
1345         to build docs.
1346
1347 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1348
1349         * lily/include/grob-info.hh (class Grob_info): make data member
1350         private. Changes throughout.
1351
1352         * input/regression/alignment-order.ly: new file. 
1353
1354         * lily/vertical-align-engraver.cc (acknowledge_grob): read
1355         alignAboveContext and alignBelowContext
1356
1357 2005-05-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1358
1359         * lily/pfb.cc (LY_DEFINE): add cast.
1360
1361         * scm/framework-ps.scm (write-preamble): embed CFFs if file name
1362         matches .otf
1363         (write-preamble): warn about unknown fonts.
1364
1365         * lily/pfb.cc (Module): new function ly:otf->cff
1366
1367         * lily/open-type-font.cc (get_otf_table): use ::get_otf_table
1368         (get_otf_table): new function.
1369
1370 2005-05-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1371
1372         * scm/backend-library.scm (postscript->png): call lilypond-ps2png
1373         iso. ps2png.
1374
1375 2005-05-06  Heikki Junes  <hjunes@cc.hut.fi>
1376
1377         * po/fi.po: apply second round of update.
1378
1379 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1380
1381         * scm/x11-color.scm (make-x11-color-handler): don't use
1382         #\sp. Apparently doesn't work on all platforms. 
1383
1384 2005-05-06  Graham Percival  <gperlist@shaw.ca>
1385
1386         * Documentation/user/advanced-notation.itely, putting.itely,
1387         tutorial.itely, global.itely, introduction.itely: really minor fixes.
1388
1389 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1390
1391         * VERSION (PACKAGE_NAME): release 2.5.23
1392
1393 2005-05-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1394
1395         * Documentation/topdocs/AUTHORS.texi: Remove texinfo @accents,
1396         convert to utf-8.
1397
1398         * THANKS: Add translators for this release, convert to utf-8.
1399
1400         * mf/GNUmakefile (MFTRACE_FLAGS):
1401         * buildscripts/substitute-encoding.py (outdir): Build fix: pass
1402         outdir as option (WAS: hardcoded).
1403
1404 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1405
1406         * lily/staff-symbol-engraver.cc (Staff_symbol_engraver): init
1407         finished_span_
1408
1409         * THANKS: add Hans Forbrich.
1410
1411         * Documentation/topdocs/NEWS.tely (Top): document new feature.
1412
1413         * Documentation/user/basic-notation.itely (Staff symbol): document
1414         start/stop staff. Reference to ossia.ly
1415
1416         * input/test/ossia.ly: new example using stop and startStaff.
1417
1418         * lily/timing-engraver.cc: remove Timing_engraver::initialize(),
1419         in other words, don't create "|" barline at start of the score.
1420         (start_translation_timestep): don't set whichBar for start of score.
1421
1422         * input/regression/staff-halfway.ly: use new functionality.
1423
1424         * lily/staff-symbol-engraver.cc (try_music): take StaffSpanEvents,
1425         start and stop staff based on events.
1426
1427         * scm/define-music-types.scm (music-descriptions): add StaffSpanEvent
1428
1429         * ly/declarations-init.ly (startStaff, stopStaff): new identifiers.
1430
1431 2005-05-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1432
1433         * Documentation/user/programming-interface.itely (How markups work
1434         internally ): remove \encoding reference.
1435
1436 2005-05-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1437
1438         * scripts/convert-ly.py: Attempt to do a smarter update of 
1439         text markups from versions < 1.9.0 with arbitrary nesting.
1440
1441 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
1442
1443         * po/fi.po: convert to utf-8, and update.
1444
1445 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1446
1447         * make/lilypond.suse.spec.in: update from suse 2.4 package.
1448
1449         * lily/*.cc: more <? >? to min/max changes
1450
1451         * lily/include/interpretation-context-handle.hh: rename
1452         Interpretation_context_handle to Context_handle.
1453
1454 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
1455
1456         * input/regression/GNUmakefile (local_delete): use `find` together 
1457         with `xargs` to avoid too long argument-lists in cmd line.
1458
1459 2005-05-04  Graham Percival  <gperlist@shaw.ca>
1460
1461         * Documentation/user/introduction.itely: updates "About this manual".
1462
1463         * Documentation/user/advanced-notation.itely,
1464         invoking.itely: minor fixes.
1465
1466 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1467
1468         * COPYING: add font exception. Update FSF address. 
1469
1470         * lily/context-def.cc (path_to_acceptable_context): bugfix, depth
1471         should be taken without child context.
1472
1473         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use it.
1474
1475         * scm/define-markup-commands.scm (triangle): new command, as
1476         robust replacement for unicode Delta/Triangle.
1477
1478 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1479
1480         * ps/music-drawing-routines.ps: add fillp argument.
1481
1482         * lily/lookup.cc (round_filled_polygon): polygon takes filled? argument
1483
1484         * lily/font-config.cc (init_fontconfig): don't add cff/
1485
1486         * VERSION (PACKAGE_NAME): release 2.5.22
1487
1488         * mf/GNUmakefile: remove cff/cff.ps/.map install rules.
1489
1490         * lily/grace-engraver.cc (consider_change_grace_settings): use
1491         is_alias(). Fixes problem with CueVoice grace notes. 
1492
1493         * lily/simultaneous-music-iterator.cc (construct_children): call
1494         Music_iterator::quit() for iterators that start out invalid. This
1495         fixes indefinitely continuing contexts.
1496
1497         * buildscripts/substitute-encoding.py: new file
1498
1499         * Documentation/user/basic-notation.itely (Basic polyphony): fix
1500         missing @end 
1501
1502         * scripts/lilypond-book.py (write_if_updated): print file name.
1503
1504         * Documentation/user/basic-notation.itely (Explicitly
1505         instantiating voices): idem.
1506
1507         * Documentation/user/advanced-notation.itely (Text spanners):
1508         remove stray { } 
1509
1510         * lily/context.cc (default_child_context_name): the default child
1511         is now first in accepts_list_.
1512
1513         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
1514         \defaultchild to all relevant contexts.  This fixes:
1515         drums-pitch.ly.
1516
1517         (Probably also fixes similar problems with ancient
1518         transcriptions getting CueVoices instead of the desired voices.)
1519  
1520         * lily/context-def.cc (get_default_child): new function.
1521         (get_accepted): place default child in front of list.
1522
1523         * lily/parser.yy (FIXME): add DEFAULTCHILD token.
1524
1525         * lily/include/context-def.hh (struct Context_def): add
1526         default_accept_
1527
1528 2005-05-03  Graham Percival  <gperlist@shaw.ca>
1529
1530         * scm/define-grobs.scm: remove "remove-first" line, since
1531         the absent property is set to #f anyway.
1532
1533         * Documentation/user/basic-notation.itely,
1534         advanced-notation.itely, instrument-notation.itely: minor
1535         fixes.
1536
1537         * ly/property-init.ly: add textSpanner{Up,Down,Neutral}.
1538
1539         * Documentation/user/advanced-notation.itely,
1540         changing-defaults.itely: consolidate Text stuff in
1541         advanced notation.
1542
1543         * Documentation/user/global.itely: better docs for \header.
1544
1545         * Documentation/user/putting.itely: new chapter; placeholder
1546         for future expansion.
1547
1548         * Documentation/user/examples.itely: moved "suggestions for
1549         writing LP files" section into putting.itely.
1550
1551         * Documentation/user/lilypond.itely: added new chapter,
1552         fixed the short table of contents.
1553
1554 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1555
1556         * lily/beam-quanting.cc (quanting): robustness fix, don't produce
1557         infinity for unfeasible beams.
1558
1559         * make/lilypond.fedora.spec.in (Group): idem.
1560
1561         * scripts/GNUmakefile (SEXECUTABLES): rename ps2png to lilypond-ps2png
1562
1563         * mf/GNUmakefile (ALL_GEN_FILES): remove .map
1564
1565         * scm/framework-ps.scm (write-preamble): extract CFF from OTF
1566         fonts directly.
1567
1568         * buildscripts/gen-emmentaler-scripts.py (i): idem.
1569
1570         * mf/GNUmakefile: remove all CFF rules.
1571
1572         * scm/framework-ps.scm (ps-embed-cff): reinstate.
1573
1574         * lily/open-type-font-scheme.cc (LY_DEFINE):
1575         new function ly:otf-font-table-data.
1576         (LY_DEFINE): new function otf-font?
1577
1578 2005-05-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1579
1580         * mf/GNUmakefile ($(outdir)/lilypond.map): remove rule.
1581         ($(outdir)/Fontmap.lily): idem.
1582
1583         * buildscripts/gen-emmentaler-scripts.py (i): load fetaXX encoding
1584         for PFAEmmentaler-XXX.pfa. 
1585
1586         * Documentation/user/music-glossary.tely (accidental): NL
1587         translation of accidental.
1588
1589 2005-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1590
1591         * flower/include/international.hh: Bugfix: include "string.hh".
1592
1593         * lily/include/mingw-compatibility.hh: New file.
1594
1595         * flower/include/libc-extension.hh (memrev): Rename from strrev.
1596
1597         * configure.in: Search for mingw wcrtomb library.
1598
1599 2005-05-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1600
1601         * scripts/convert-ly.py: Bug fix
1602
1603         * Documentation/user/changing-defaults.itely (Common tweaks):
1604         Added example where the context has to be specified explicitly
1605         (MetronomeMark). 
1606
1607 2005-05-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1608
1609         * scripts/lilypond-book.py (ly_options): set timing to #f for
1610         notime option.
1611
1612         * scripts/convert-ly.py (conv): typo.
1613
1614         * flower/*.cc: remove <? and >?
1615         
1616         * lily/*.cc: remove <? and >?
1617
1618         * lily/tweak-registration.cc (insert_tweak_from_file): Make sure
1619         that 0x0 isn't passed into scm_cons(). Fixes crash with tweak
1620         editor.
1621
1622 2005-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1623
1624         * lily/part-combine-engraver.cc: add space to variable list.
1625
1626 2005-04-30  Graham Percival  <gperlist@shaw.ca>
1627
1628         * scm/define-grobs.scm: changed RemoveEmptyVerticalGroup's
1629         remove-first to false (matches docs)
1630
1631         * Documentation/user/advanced-notation.itely: corrected docs
1632         concerning remove-first.
1633
1634 2005-04-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1635
1636         * lily/part-combine-engraver.cc: make sure that the relevant
1637         properties are included in the documentation.
1638
1639 2005-04-28  Graham Percival  <gperlist@shaw.ca>
1640
1641         * Documentation/user/lilypond-book.itely: Bernard's docs
1642         for \betweenLilyPondSystem.
1643
1644 2005-04-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1645
1646         * Documentation/topdocs/INSTALL.texi (Top): remove TeX outdated
1647         remarks.
1648
1649 2005-04-28  Pal Benko  <benkop@freestart.hu>
1650
1651         * lily/mensural-ligature.cc (brew_flexa): apply thickness property
1652         only on vertical lines of flexa shape, and use a constant
1653         thickness value for horizontal lines (patch slightly modified by
1654         Jürgen Reuter)
1655
1656         * lily/include/mensural-ligature.hh: make 2 comments clearer
1657
1658 2005-04-28  Jürgen Reuter  <reuter@ipd.uka.de>
1659
1660         * lily/vaticana-ligature-engraver.cc (need_extra_space): renamed
1661         to need_extra_horizontal_space; bugfix: use class scope to avoid
1662         global namespace pollution
1663
1664         * Documentation/user/instrument-notation.itely (ligatures): added
1665         comment on possible future syntax change and how to work around
1666
1667         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf
1668         (epiphonus, cephalicus): fine-tune shape of plica head for narrow
1669         intervals (fixes agnus dei example)
1670
1671         * Documentation/user/instrument-notation.itely (white mensural
1672         ligatures): selected a more illustrative example
1673
1674 2005-04-28  Heikki Junes <hjunes@cc.hut.fi>
1675
1676         * Documentation/index.html.in: specify utf-8 charset in meta content.
1677
1678 2005-04-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1679
1680         * python/lilylib.py (make_ps_images): bugfixes; GS can produce
1681         empty 2nd page for single page.
1682
1683         * scm/lily.scm: remove p&c definitions.
1684
1685         * po/zh_TW.po (Module): new translation.
1686
1687         * lily/lily-guile.cc (ly_chain_assoc): remove.
1688
1689         * lily/general-scheme.cc (LY_DEFINE): export ly:chain_assoc_get
1690         (LY_DEFINE): recurse, iso. calling ly_chain_assoc.
1691
1692 2005-04-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1693
1694         * lily/beaming-info.cc: remove infinity_i
1695
1696         * scripts/abc2ly.py (out_filename): fix thinko with \version.
1697
1698 2005-04-26  Graham Percival  <gperlist@shaw.ca>
1699
1700         * Documentation/user/basic-notation.itely,
1701         instrument-notation.itely, advanced-notation.itely,
1702         changing-defaults.itely: minor fixes.  Added docs
1703         for colors to advanced-notation.itely.
1704
1705         * Documentation/user/advanced-notation.itely: fixed compile
1706         problem and added Bernard's x11-color doc patch.
1707
1708 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1709
1710         * scm/output-ps.scm (grob-cause): Yet another fix, hope it's
1711         alright this time round.
1712
1713 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1714
1715         * Documentation/topdocs/INSTALL.texi (Top): idem.
1716
1717         * Documentation/topdocs/README.texi (Top): remove clean-fonts refs.
1718
1719         * VERSION (MAJOR_VERSION): release 2.5.21
1720
1721         * scm/output-ps.scm (grob-cause): bugfix.
1722
1723 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1724
1725         * cygwin/*: Update.
1726
1727         * cygwin/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Remove profile
1728         stuff.
1729
1730         * scm/output-ps.scm (grob-cause): Bugfix.
1731
1732         * scm/lily.scm (ly:load): Remove x11-color.
1733
1734         * stepmake/aclocal.m4 (STEPMAKE_GET_EXECUTABLE): Bugfix: do not
1735         quote executable, fixes getting version from program --with
1736         --options.
1737         (STEPMAKE_KPATHSEA): Bugfix for Cygwin cross building: use
1738         $ac_exeect.
1739
1740         * Documentation/user/GNUmakefile: Only build music-glossary with
1741         rendered lilypond snippets during web.
1742
1743 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1744
1745         * po/de.po: update.
1746
1747         * lily/GNUmakefile (OUT_DIST_FILES): don't dist lexer.cc
1748
1749 2005-04-22  Laura Conrad <lconrad@laymusic.org>
1750  
1751         * scripts/abc2ly:
1752         second title line append with punctuation dash character;
1753         encode abc2ly python strings in utf-8
1754        
1755 2005-04-21  Laura Conrad <lconrad@laymusic.org>
1756
1757         * scripts/abc2ly fix chords (again)
1758  
1759 2005-04-22  Bernard Hurley  <bernard@fong-hurley.org.uk>
1760
1761         * scm/x11-color.scm: new file
1762         All x11 color names can be accessed with:
1763         #(x11-color 'ColorName),
1764         #(x11-color "ColorName") or:
1765         #(x11-color "color name")
1766         If the x11 color name is not recognised then it defaults
1767         to black
1768
1769         * scm/lily.scm: amended to call scm/x11-color.scm
1770
1771 2005-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1772
1773         * Documentation/user/invoking.itely (Reporting bugs): comment out
1774         reference to online PNG bug repository.
1775
1776 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1777
1778         * lily/translator-scheme.cc (ly:translator-property): Remove.
1779         Update callers.
1780
1781         * lily/context-scheme.cc (ly:context-now): Move from translator.
1782         Update callers.
1783
1784 2005-04-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1785
1786         * input/regression/grid-lines.ly (skips): refine example.
1787
1788         * scm/define-context-properties.scm
1789         (all-user-translation-properties): doc autoBeamCheck
1790
1791         * input/regression/grid-lines.ly (Module): new file.
1792
1793         * lily/grid-point-engraver.cc (Module): new file.
1794
1795         * lily/grid-line.cc (Module): new file.
1796
1797         * lily/grid-line-span-engraver.cc (Module): new file.
1798
1799         * lily/grid-line-interface.cc (Module): new file.
1800
1801 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1802
1803         * scm/auto-beam.scm (revert-property-setting): Bugfixes: add
1804         missing parameter, actualy cdr through list.  Actually return a
1805         list with ENTRY removed (was '()).
1806
1807         * scripts/convert-ly.py: Update.  Print warning if file cannot be
1808         opened.
1809         (do_conversion): Fix printing of continuation comma.
1810
1811         * Documentation/user/advanced-notation.itely (Beam formatting):
1812         Remove refbugs about compound time and mixed duration.
1813
1814         * scm/auto-beam.scm (default-auto-beam-settings): Write out all
1815         modulo moments explicitely.
1816
1817         * lily/moment.cc (operator %): New function.
1818
1819         * lily/moment-scheme.cc (ly:mod-moment): Wrap it.
1820
1821         * lily/translator-scheme.cc (ly:translator-now,
1822         ly:translator-property): New function.
1823
1824         * scm/auto-beam.scm (default-auto-beam-check): New function.
1825
1826         * lily/auto-beam-engraver.cc (test_moment): Use it.
1827
1828         * flower/rational.cc (operator %): Bugfix.
1829
1830 2005-04-21  Erik Sandberg  <ersa9195@student.uu.se>
1831
1832         * scripts/abc2ly: Bugfix
1833
1834 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1835
1836         * python/fontextract.py (write_extracted_fonts): bugfix, too many
1837         %'s on EndFont comment.
1838
1839         * lily/ledger-line-spanner.cc: some more words of explanation.
1840
1841 2005-04-20  John Williams <williams@tni.com>  
1842         
1843         * scripts/lilypond-book.py: htmlquote bugfix.
1844         Allow snippets to be given distinct filenames.
1845         Allow the default alt text to be overridden.
1846
1847 2005-04-20  Erik Sandberg  <ersa9195@student.uu.se>
1848
1849         * ly/performer-init.ly: Bugfix
1850
1851         * THANKS: Added bughunters.
1852
1853 2005-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
1854
1855         * SConstruct (test_lib): Bump mftrace requirement to 1.1.9.
1856
1857         * lily/auto-beam-engraver.cc (test_moment): Test exact measure
1858         position (was: use modulo measure length).
1859
1860         * configure.in (no gui_b): Remove optional gtk+ requirement.
1861
1862 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1863
1864         * Documentation/user/basic-notation.itely (Pitches): add
1865         LedgerLineSpanner.
1866
1867         * lily/dynamic-engraver.cc (process_music): set right bound to
1868         script if present. Else, do not set.
1869         (acknowledge_grob): only set right bound of finished spanner to
1870         note column if no other bound is set.
1871
1872         * python/lilylib.py (make_ps_images): switch back to png16m.
1873         
1874 2005-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1875
1876         * scripts/lilypond-book.py (write_if_updated): Bugfix for not
1877         writing up to date file.  Add dvips usage suggestion.
1878
1879         * scripts/convert-ly.py: Fix error message.
1880         Print usage if no files on command line.
1881         (usage): Add example usage.
1882
1883         * input/test/compound-time.ly: New file.
1884
1885         * input/test/circle.ly: New file.
1886
1887         * Documentation/topdocs/NEWS.tely: Use them.
1888
1889         * input/test/boxed-stencil.ly: Remove \score.
1890
1891         * buildscripts/mf-to-table.py (base): Add .log dependency.
1892
1893         * mf/GNUmakefile: Add PFAemmentaler and PFAaybabtu dependencies on
1894         pfa's.  Add .log dependency
1895
1896         * scm/define-markup-commands.scm (lower): New command.
1897
1898         * elisp/lilypond-mode.el (LilyPond-pdf-command): New command,
1899         make it default.
1900
1901 2005-04-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1902
1903         * lily/dynamic-engraver.cc (acknowledge_grob): add note-column
1904         also to finished cresc as right bound. This fixes:
1905         skip-string-decresc.ly
1906
1907         * lily/slur-scoring.cc (get_bound_info): robustness: substitute
1908         relative_coordinate if extent is empty.
1909
1910         * lily/stem.cc (width_callback): determine correct extent if flag
1911         is not there. This fixes slur-no-flag.ly
1912
1913         * lily/grace-engraver.cc (consider_change_grace_settings): new
1914         function.
1915         (initialize): also consider_change_grace_settings() on
1916         initialization. Fixes large grace notes at start of score.
1917
1918         * lily/break-align-interface.cc (do_alignment): don't translate if
1919         total_extent is empty.
1920
1921         * buildscripts/lilypond-{login,profile}.sh (Module): remove file.
1922
1923 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1924
1925         * scm/output-ps.scm (grob-cause): don't add cwd if path starts
1926         with slash.
1927
1928 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1929
1930         * stepmake/aclocal.m4: Remove tfm_path.
1931
1932 2005-04-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1933
1934         * scm/music-functions.scm (markup-expression->make-markup): fix
1935         bug with cons arguments of markup commands.
1936         (music->make-music): fix music expression property list building
1937
1938 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1939
1940         * aclocal.m4: Massage package names.
1941
1942         * SCons updates.
1943
1944 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1945
1946         * VERSION (PACKAGE_NAME): release 2.5.20
1947
1948         * lily/stem.cc (calc_stem_info): add minimum Y extent of
1949         stem-tremolo.  Fixes: bugs/tremolo-stem-length-beamed
1950
1951         * lily/percent-repeat-engraver.cc (try_music): add measure before
1952         next_moment to future processing moment. Fixes:
1953         percent-repeat-mm-rest.ly
1954         (process_music): don't add moment for 2nd time.
1955
1956         * input/regression/repeat-percent.ly: add mmrests as extra test.
1957
1958         * lily/axis-group-engraver.cc (acknowledge_grob): read
1959         keepAliveInterfaces to decide what to kill.
1960
1961         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add
1962         percent-repeat-interface to keepAliveInterfaces. This fixes
1963         percent-repeat-harakiri.
1964
1965 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1966
1967         * SCons updates.
1968
1969 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1970
1971         * config.make.in (TTFTOOL_ENDIAN): rm TFM_PATH
1972
1973         * aclocal.m4: remove --enable-tfm-path configure option
1974
1975         * input/test/ancient-font.ly (lowerStaff): clef name errors.
1976
1977         * scm/backend-library.scm (postscript->png): newline after
1978         finishing command.
1979
1980         * lily/paper-score-scheme.cc (LY_DEFINE): new file.
1981         (LY_DEFINE): ly:paper-score-paper-systems: new function 
1982
1983         * lily/score-scheme.cc (LY_DEFINE): require music argument. 
1984
1985         * lily/score.cc (default_rendering): use Music_output too.
1986
1987         * input/test/chord-names-languages.ly (Module): rename file.
1988
1989         * lily/text-spanner.cc: add bound-padding.
1990
1991         * lily/paper-book.cc (systems): accept Paper_score
1992         iso. Paper_system vector. 
1993
1994         * input/regression/line-arrows.ly: new file.
1995
1996         * lily/paper-score.cc (process): run get_paper_systems() only once.
1997
1998         * lily/line-spanner.cc (line_stencil): add arrows.
1999
2000 2005-04-18  Jonatan Liljedahl  <lijon@kymatica.com>
2001
2002         * lily/line-interface.cc (make_arrow): new function. 
2003         (arrows): idem.
2004
2005 2005-04-18  Mathieu Giraud  <magiraud@free.fr>
2006
2007         * input/test/chord-names-german.ly: update for italian/french
2008         chords.
2009         
2010         * Documentation/user/instrument-notation.itely (Printing chord
2011         names): update.
2012
2013 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2014
2015         * lily/include/paper-score.hh (class Paper_score): remove unused
2016         prototypes.
2017
2018         * lily/book.cc (process): add -COUNT to midi output.
2019
2020         * lily/score.cc (book_rendering): remove outname argument
2021         (book_rendering): return list of Music_outputs. 
2022
2023         * lily/global-context-scheme.cc (LY_DEFINE): remove outname argument.
2024
2025         * lily/book.cc (process): loop over Music_outputs returned from
2026         Score::book_rendering().
2027
2028         * lily/*.cc (width_callback): remove spurious "unused" warnings
2029         for assert (axis==[XY]_AXIS); 
2030
2031         * lily/include/music-output.hh (class Music_output): smobify class.
2032
2033         * lily/include/paper-score.hh (class Paper_score): make members
2034         private.
2035
2036         * lily/performance.cc (process): return #f iso. #<undefined>. This
2037         prevents #<undefined> leaking into GUILE-userspace.
2038
2039 2005-04-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2040
2041         * config.hh.in: remove HAVE_PANGO_FC_FONT_MAP_ADD_DECODER_FIND_FUNC.
2042
2043 2005-04-17  Mathieu Giraud  <magiraud@free.fr>
2044
2045         * scm/chord-name.scm : support for italian and french
2046         chords names.
2047
2048         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): add
2049         a space defined by chordPrefixSpacer when the root name is
2050         direclty followed by a prefix.
2051
2052         * ly/engraver-init.ly : chordPrefixSpacer       
2053         * scm/define-context-properties.scm : chordPrefixSpacer
2054         * ly/property-init.ly : italianChords, frenchChords 
2055
2056 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2057
2058         * mf/feta-din.mf: Remove.
2059
2060         * mf/GNUmakefile (fontdir): Bugfix.
2061
2062         * mf/SConstruct: Some updates.
2063
2064         * SConstruct: Require pkg-config.
2065         (test_program): Bugfix for double digit version compares, use
2066         integer (not string-) compare.
2067         Optionally require gs 8.14.
2068
2069         * stepmake/aclocal.m4 (STEPMAKE_PANGO_FT2): Define HAVE_PANGO16 too.
2070
2071         * lily/*: s/ifdef HAVE_*/if have/.
2072
2073         * SConstruct (test_lib): New function.  Update pkg-config and some
2074         other requirements.
2075
2076         * configure.in: Require pkg-config.  Enforce REQUIRE and version for
2077         freetype, pangof2t.
2078
2079 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2080
2081         * po/lilypond.pot, ...: Update using bison-CVS.
2082
2083         * python/lilylib.py (make_ps_images): Fixo.
2084
2085 2005-04-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2086
2087         * python/lilylib.py (make_ps_images): typo.
2088
2089         * configure.in (gui_b): make bison optional.
2090
2091         * lily/GNUmakefile (OUT_DIST_FILES): dist parser and lexer.
2092
2093 2005-04-16  Bernard Hurley  <bernard@fong-hurley.org.uk>
2094
2095         * framework-eps.scm: code added so that a macro \betweenLilyPondSystem
2096         with one parameter can be defined in a LaTeX file when processed
2097         by lilypond-book this will be evaluated between the systems of
2098         a multi-system score. The parameter is the number of systems processed.
2099
2100 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2101
2102         * python/lilylib.py (make_ps_images): Escape newline.
2103
2104         * Documentation/user/music-glossary.tely: Run
2105         texinfo-all-menus-update.
2106
2107 2005-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2108
2109         * scm/lily-library.scm (old-relative-not-used-message)
2110         (version-not-seen-message): Add input-file-name-location to message.
2111
2112         * lily/parser.yy (lilypond): Add token aliases.
2113
2114         * Documentation/user/music-glossary.tely (accidental): Fixes.  Do
2115         not confuse with alteration.
2116         (alteration): Add.
2117
2118 2005-04-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2119
2120         * python/lilylib.py (make_ps_images): use -dEPSCrop
2121
2122         * VERSION (PACKAGE_NAME): release 2.5.19 
2123
2124         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
2125         only put xrefs in info documentation.
2126
2127         * make/ly-rules.make ($(outdir)/%.html.omf): transplant .dvi ->
2128         .pdf rule to tex-rules.make.
2129
2130         * scm/framework-eps.scm (dump-stencils-as-EPSes): remove comments
2131         from -systems.* output.
2132
2133         * stepmake/stepmake/tex-rules.make ($(outdir)/%.pdf): make PDF
2134         directly, remove -$(PAGESIZE) target.
2135
2136         * input/test/embedded-postscript.ly: update.
2137
2138 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2139
2140         * make/lysdoc-targets.make (local-WWW): remove ps.gz target.
2141
2142         * Documentation/user/changing-defaults.itely (Font selection):
2143         document font-name.
2144
2145         * input/regression/font-name.ly: show Pango fonts for
2146         font-name. Update example. 
2147
2148         * lily/pango-select.cc (properties_to_pango_description): don't
2149         convert symbol font-size to number, but use to lookup.
2150
2151         * python/fontextract.py (write_extracted_fonts): add VMusage 0.
2152
2153         * scm/framework-ps.scm (write-preamble): use (NAME . CONTENTS) and
2154         (NAME . FILE-NAME) tuples for font descriptions. 
2155         (write-preamble): display BeginFont DSC comments.
2156
2157         * python/fontextract.py (write_extracted_fonts): new file. Extract
2158         font resources from a PS file.
2159
2160         * scripts/lilypond-book.py (option_definitions): --psfonts option.
2161         (Compile_error.process_include): do_file returns chunks.
2162
2163         * make/ly-vars.make (DVIPS_FLAGS): don't load .map file.
2164
2165         * make/lysdoc-targets.make: .texi is .PRECIOUS
2166
2167         * scripts/lilypond-book.py (write_if_updated): new function.
2168
2169 2005-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2170
2171         * scm/framework-eps.scm (dump-stencils-as-EPSes): Massage messages.
2172
2173 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2174
2175         * scm/framework-eps.scm (dump-stencils-as-EPSes): no massages.
2176
2177         * input/regression/markup-syntax.ly: remove \score.
2178
2179         * scm/define-markup-commands.scm (draw-circle): add fill argument
2180
2181         * scm/stencil.scm (make-circle-stencil): add fill argument
2182
2183         * ps/music-drawing-routines.ps: add fill argument.
2184
2185         * ly/performer-init.ly: add CueVoice to MIDI too.
2186
2187         * ps/music-drawing-routines.ps: new routine BeginEPSF /
2188         EndEPSF.
2189
2190         * input/regression/markup-eps.ly: new file.
2191
2192         * scm/framework-ps.scm (write-preamble): change order: vars should
2193         be inited before procedures.
2194
2195         * scm/output-ps.scm (glyph-string): break lines. 255 chars is max
2196         for EPS files.
2197
2198         * scm/define-markup-commands.scm (epsfile): add epsfile command.
2199
2200 2005-04-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2201
2202         * configure.in (gui_b): add check for ghostscript 8.15
2203
2204 2005-04-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2205
2206         * lily/hairpin.cc (after_line_breaking): suicide the hairpinlet at
2207         start of line. Fixes cresc-after-newline.ly
2208
2209         * lily/source-file.cc (file_line_column_string): use get_column().
2210
2211 2005-04-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2212
2213         * lily/source-file.cc (get_column): utf-8 support for column numbers.
2214
2215 2005-04-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2216
2217         * lily/*: use message () iso progress_indication () for messages.
2218         Revise/uniformise user messages.
2219
2220         * flower/warn.cc (progress_indication): New function.
2221         (message): Use it.  Fixes newline problems.
2222
2223         * config.make.in (webdir): Sort out install dirs.
2224
2225         * stepmake/stepmake/generic-targets.make (final-install): Bugfix.
2226
2227         * python/lilylib.py (command_name): Bugfix.
2228         (make_ps_images):
2229
2230 2005-04-11  Pedro Kroger  <kroeger@pedrokroeger.net>
2231
2232         * lily/main.cc: --help says what types of backends are availabe
2233
2234 2005-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2235
2236         Fix ./VERSION dependency, and without need to reconfigure.
2237
2238         * lily/main.cc (setup_paths): Update.
2239
2240         * stepmake/bin/make-version.py (defs): Add TOPLEVEL_VERSION define..
2241
2242         * config.hh.in (LILYPOND_DATADIR): Remove TOPLEVEL_VERSION.
2243
2244         * scripts/convert-ly.py (\markup): Fix too simplistic regexps.
2245         Add \line for some simplistic cases.
2246
2247         * lily/GNUmakefile (main.o): Add missing dependency on version.hh.
2248
2249 2005-04-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2250
2251         * elisp/lilypond-mode.el (LilyPond-lilypond-command): command used
2252         to compile LY files (useful for adding eg. "-I" args)
2253         (LilyPond-command-alist): use `LilyPond-lilypond-command'. Add a
2254         2Gnome command for gnome backend.
2255         (LilyPond-command-formatgnome): call the 2Gnome command. key
2256         binding: C-c C-g
2257
2258 2005-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2259
2260         * Documentation/user/GNUmakefile (lilypond/index.html): Bugfix:
2261         depend on all PNG images.
2262
2263 2005-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2264
2265         * GNUmakefile.in: Bugfix: also link .map files.
2266
2267 2005-04-09  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2268
2269         * scm/music-functions.scm (music->make-music): generate 
2270         a (make-music ...) sexpr from a music expression.
2271         (display-scheme-music): use guile pretty printer to display the
2272         make-music sexpr.
2273
2274 2005-04-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2275
2276         * ly/engraver-init.ly: reindent.
2277         Add CueVoice.
2278
2279         * scm/music-functions.scm (music-pretty-string): handle moments
2280         too.
2281         (music-pretty-string): only print non-empty lists.
2282         (cue-substitute): create CueVoice context, which has smaller type.
2283
2284         * lily/moment-scheme.cc (LY_DEFINE): new methods
2285         ly:moment-grace-{numerator,denominator}
2286
2287         * lily/context-handle.cc: remove quit() method. 
2288
2289         * lily/font-config.cc (init_fontconfig): be verbose about font path.
2290         (init_fontconfig): success is 0, not !0
2291
2292 2005-04-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2293
2294         * mf/feta-nummer-code.mf (code): add plus glyph.
2295
2296         * lily/tie.cc (print): idem.
2297
2298         * lily/slur.cc (print): don't use thickness property for
2299         slur shape-thickness.
2300
2301         * lily/stencil-scheme.cc (LY_DEFINE): don't reverse the order
2302         while adding stencils.
2303
2304         * scm/define-markup-commands.scm (with-color): with-color markup
2305         command.
2306         (whiteout): new markup command 
2307         (filled-box): new markup command
2308
2309 2005-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2310
2311         * Documentation/topdocs/NEWS.tely (Top): Make tex-able.  Handy
2312         test for PDF docs.
2313
2314         * mf/GNUmakefile (lilypond.map): Add PFAEmmentaler,
2315         PFAAybabtu-Regular.  Fixes feta font in PDFs.
2316         
2317         Notes for tetex-3.0 make web:
2318            psclean.map: s/uhv8a/uhvr8a/
2319            config.ps add:
2320                 p +psfonts_t1.map
2321                 p +psclean.map
2322                 p +typeface.map
2323
2324 2005-04-06  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2325
2326         * scm/music-functions.scm (music-pretty-string): fix bug with
2327         string argument.
2328
2329 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
2330
2331         * stepmake/bin/add-html-footer.py (i18n): Bugfix.
2332
2333 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2334
2335         * scripts/lilypond-book.py (Lilypond_snippet.__init__): 
2336         only process options if they're there.
2337         (write_file_map): add version-seen? to snippet-map.ly
2338
2339 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
2340
2341         * scripts/lilypond-book.py (split_options): Bugfix.  Small code
2342         formatting cleanups.
2343
2344         * mf/GNUmakefile: Rewrite $addprefix, $addsuffix using % short-forms.
2345         Add PFAaybabtu.pfa dependency on aybabtu.subfonts.
2346
2347 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2348
2349         * scm/framework-ps.scm (ps-font-command): don't hash, just use
2350         name directly.
2351
2352         * lily/main.cc (setup_paths): either add mf/out to search path or 
2353         fonts/{otf,type1,etc}
2354         
2355         * lily/font-config.cc (init_fontconfig): either add mf/out to
2356         FontConfig or fonts/{otf,type1,etc}
2357
2358         * GNUmakefile.in: don't put mf/ link in share/ dir.
2359
2360         * lily/staff-spacing.cc: move same-direction-correction to
2361         note-spacing-interface
2362
2363         * scm/lily.scm (lilypond-main): use variable argument count for
2364         exception handler.
2365
2366         * lily/font-config.cc (init_fontconfig): add operator pacification
2367         message.
2368
2369         * mf/aybabtu.pe.in (i): generate PFAAybabtu.pfa
2370
2371         * buildscripts/gen-emmentaler-scripts.py (i): generate
2372         PFAEmmentaler as well.
2373
2374         * scm/framework-ps.scm (munge-lily-font-name): new function
2375         (write-preamble): hack: insert PFA equivalent of CFF into
2376         .PS. This makes LilyPond output printable on normal PS printers
2377         again.
2378
2379         * buildscripts/gen-emmentaler-scripts.py (i): generate
2380         PFAEmmentaler.pfa aswell.
2381
2382 2005-04-06  John Williams <williams@tni.com>  
2383         
2384         * scripts/lilypond-book.py: refactor the compose_ly procedure.
2385         
2386 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2387
2388         * scm/page-layout.scm (default-page-make-stencil): always combine
2389         the header stencil, even if empty. This prevents the body text to
2390         reach up to the margins.
2391
2392         * po/rw.po (Module): new file, for Kinyarwanda.
2393
2394         * input/test/spacing-optical.ly (Module): new file.
2395
2396         * lily/staff-spacing.cc: add same-direction-correction
2397
2398 2005-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
2399
2400         * Documentation/user/introduction.itely (Engraving): Comment-out
2401         non-existent file.
2402
2403 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2404
2405         * scm/define-grob-properties.scm (all-user-grob-properties): add
2406         same-direction-correction
2407
2408         * VERSION: release 2.5.18
2409
2410 2005-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2411
2412         * lily/grob.cc (mark_smob): Check pscore->layout_ before
2413         dereferencing.  Fixes make web.
2414
2415         * lily/midi-stream.cc: Handle unwritable midi file.  Include
2416         errno.h.
2417
2418         * Documentation/user/: Fix links.
2419
2420 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2421
2422         * lily/text-interface.cc (Module): rename from text-item.cc
2423
2424         * input/regression/apply-output.ly (texidoc): function naming fix.
2425
2426         * lily/time-signature-performer.cc (derived_mark): new function.
2427
2428         * lily/lily-parser-scheme.cc:  print mapped file name for progress
2429
2430         * scripts/lilypond-book.py (find_linestarts): new function.
2431         (find_toplevel_snippets): keep track of line numbers.
2432
2433         * lily/key-performer.cc (try_music): remove FIXME warning, gobble
2434         all key changes.
2435
2436         * ly/declarations-init.ly (partCombineListener): use
2437         ignoreBarChecks. Fixes: warn-partcombine-barcheck.ly
2438
2439         * lily/bar-check-iterator.cc (process): ignoreBarChecks property.
2440
2441 2005-04-04  Jan Nieuwenhuizen  <janneke@gnu.org>
2442
2443         * lily/text-item.cc: Fix link.
2444
2445         * Documentation/user/changing-defaults.itely (Changing defaults):
2446         Fix programs reference links.
2447
2448         * Documentation/user/music-glossary.tely: Convert to utf-8.
2449
2450 2005-04-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2451
2452         * make/lilypond-vars.make: remove TEXMF from variables.
2453         remove DEB_BUILD pk font variables.
2454         remove GUILE_LOAD_PATH
2455         remove TeX memory vars.
2456
2457 2005-04-04  Werner Lemberg  <wl@gnu.org>
2458
2459         * lilypond/scm-option.cc (ly_option_usage): Add final newline.
2460
2461 2005-04-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2462
2463         * ps/lilyponddefs.ps: remove reencode-font
2464
2465         * lily/simple-spacer.cc (add_columns): also compare
2466         directly. Column rank doesn't distinguish between broken and
2467         unbroken columns. This fixes large spaces before time sig changes.
2468
2469         * Documentation/user/point-and-click.itely: document ly:set-option.
2470
2471         * lily/grob.cc (get_uncached_stencil): only set grob-cause if
2472         point_and_click_global is set.
2473
2474         * lily/scm-option.cc (LY_DEFINE): add point-and-click
2475         ly:set-option argument.
2476
2477 2005-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2478
2479         * GNUmakefile.in: Include symlinks in webball.
2480
2481         * Documentation/user/GNUmakefile (source-links): Add symlinks to
2482         source dir for split and non-split manuals.
2483
2484         * Documentation/user/*y: Fix @uref/@inputfile links for
2485         split/non-split HTML documents.
2486
2487         * Documentation/user/GNUmakefile (local-WWW): Do not generate
2488         .ps.gz.
2489         
2490 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2491
2492         * GNUmakefile.in: Add newline.
2493
2494 2005-04-01  Erlend Aasland  <erlenda@gmail.com>
2495
2496         * tex/lilyponddefs.tex: use color instead of xcolor
2497         * scm/output-tex.scm: minor editing
2498
2499 2005-04-02  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2500
2501         * scm/music-functions.scm (display-scheme-music): pretty printer
2502         for music expressions.
2503
2504 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2505
2506         * buildscripts/install-info-html.sh (index_file): Fix link.
2507
2508 2005-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2509
2510         * input/test/dynamic-extra.ly (piuf): Use utf-8 iso TeX accent.
2511
2512         * Documentation/index.html.in: Add size estimates with some big pages.
2513
2514         * Documentation/user/tutorial.itely (Running LilyPond for the
2515         first time): Add/replace some @rglos links.  TODO: add more
2516         @rglos links in tutorial, test non-intrusiveness (.css).
2517
2518         * stepmake/bin/add-html-footer.py (do_file): Remove info's
2519         annoying's indication of referencing external document.
2520
2521         * Documentation/user/GNUmakefile: Split version of glossary too.
2522         * Documentation/user/macros.itexi (@rglos): Have makeinfo produce
2523         links, not only for html.
2524
2525         * Documentation/user/introduction.itely: Fix some links for other
2526         than html, do not use `here' as link name.
2527
2528 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
2529
2530         * scm/documentation-generate.scm (string-append): Fix @usermanref,
2531         @glossaryref.
2532
2533 2005-03-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2534
2535         * scm/page-layout.scm (default-page-make-stencil): only add header
2536         if existing and not empty. Fixes spurious programming error.
2537
2538         * lily/span-bar.cc (print): don't make rounded edges for spanbars.
2539
2540 2005-03-31  Erlend Aasland  <erlenda@gmail.com>
2541
2542         * scm/output-tex.scm: implement {re,}setcolor
2543         * tex/lilyponddefs.tex: use color package
2544
2545 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
2546
2547         * GNUmakefile.in (local-WWW-post): Restore .htaccess and .html
2548         additions to website.
2549
2550         * Documentation/user/lilypond.tely: Remove reference to ps.gz.
2551
2552         * Documentation/user/macros.itexi: Fix @usermanref html links in
2553         split documents: use @inforef.
2554
2555 2005-03-30  Graham Percival  <gperlist@shaw.ca>
2556
2557         * Documentation/user/programming-interface.itely: minor fix.
2558
2559         * Documentation/user/advanced-notation.itely: added info to
2560         Metronome markings.
2561
2562 2005-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
2563
2564         * scm/output-lib.scm (make-stencil-boxer): Junk code duplication,
2565         use box-stencil.  Remove y-padding argument.
2566         (make-stencil-circler): New function.
2567
2568         * buildscripts/lilypond-words.py (F): 
2569         * elisp/SConscript (a): 
2570         * elisp/GNUmakefile (LILYPOND_WORDS_DEPENDS):
2571         * vim/SConscript (a): 
2572         * vim/GNUmakefile (LILYPOND_WORDS_DEPENDS): Update.
2573
2574         * lily/general-scheme.cc: Build fix.
2575
2576         * scm/markup.scm:
2577         * input/regression/markup-scheme.ly: 
2578         * input/regression/markup-syntax.ly: Drop 'new-' from name.
2579
2580         * scm/stencil.scm (make-circle-stencil): New function.
2581
2582         * scm/define-markup-commands.scm (draw-circle): Use it.  New
2583         name (was cicle).  Update callers.
2584         (circle): New markup command, similar to box.
2585
2586         * scm/stencil.scm (circle-stencil): New function.
2587
2588 2005-03-29  David Jedlinsky  <lilypond@ipnh.com>
2589
2590         * configure.in: Detect libutf8/wchar.h variant.
2591
2592         * stepmake/aclocal.m4: Modify shared size test.
2593
2594 2005-03-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2595
2596         * make/lilypond.fedora.spec.in (Group): remove texmf profile stuff.
2597
2598 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2599
2600         * scripts/convert-ly.py (conv): add stencil-aligned-to! rule.
2601         
2602         * VERSION (PACKAGE_NAME):  release 2.5.17
2603
2604 2005-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2605
2606         * scm/backend-library.scm (postscript->png): Fix comment and png
2607         message.
2608
2609         * GNUmakefile.in (link-tree): Fix locales.
2610
2611 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2612
2613         * lily/stencil-scheme.cc (LY_DEFINE): change to
2614         ly:stencil-aligned-to, non mutating.
2615
2616         * scm/safe-lily.scm (lambda): remove ly:stencil-set-extent!
2617
2618         * lily/stencil-scheme.cc: remove ly:stencil-set-extent!
2619
2620         * lily/quote-iterator.cc (derived_mark): call
2621         Music_wrapper_iterator::derived_mark() too.
2622
2623         * lily/grace-engraver.cc (derived_mark): change signature, add
2624         const.
2625
2626 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2627
2628         * SConstruct (symlink): 
2629         * GNUmakefile.in (link-tree): Add scripts to prefix.
2630
2631         * lily/general-scheme.cc (ly:effective-prefix): New function.
2632
2633         * scm/backend-library.scm (postscript->png): Use it.
2634
2635 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2636
2637         * lily/paper-score.cc (process): don't delete grobs after
2638         producing stencils. 
2639
2640         * scm/part-combiner.scm (determine-split-list): switch off
2641         debugging info.
2642
2643         * scm/backend-library.scm (postscript->png): explicitly use ps2png.py
2644         if available.
2645
2646         * scm/define-context-properties.scm
2647         (all-user-translation-properties): add stringNumberOrientations.
2648
2649         * lily/new-fingering-engraver.cc (position_scripts): make generic,
2650         so fingering and string-numbers are separately controlled.
2651
2652 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2653
2654         * stepmake/aclocal.m4: Fix shared size test: add missing comma, do
2655         not use debugging.
2656
2657 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2658
2659         * GNUmakefile.in (local-WWW-post): remove UTF8 .htaccess.
2660
2661         * config.hh.in: add HAVE_FONTCONFIG.
2662
2663         * Documentation/user/instrument-notation.itely (String number
2664         indications): new node.
2665
2666         * input/regression/new-markup-syntax.ly (texidoc): add circle.
2667
2668         * lily/new-fingering-engraver.cc (add_string): new function. 
2669         (acknowledge_grob): accept string-number-event as well.
2670
2671         * scm/define-markup-commands.scm (circle): new markup command.
2672
2673         * scm/output-lib.scm (print-circled-text-callback): new function.
2674
2675         * lily/GNUmakefile: move ifeq after include stepmake.make.
2676
2677 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2678
2679         * config.make.in (HAVE_LIBKPATHSEA_SO):
2680         * stepmake/aclocal.m4: Also subst HAVE_LIBKPATHSEA_SO.
2681
2682         * lily/GNUmakefile (MODULE_LDFLAGS): Only if not HAVE_KPATHSEA_SO,
2683         add KPATHSEA_LIBS.
2684
2685         * debian/watch: 
2686         * debian/control: Update.
2687
2688 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2689
2690         * input/test/title-markup.ly (spaceTest): remove.
2691
2692         * input/test/embedded-tex.ly (Module): remove.
2693
2694         * input/test/music-box.ly: use 'name property, not ly:music-name.
2695
2696         * lily/GNUmakefile (MODULE_LDFLAGS): add KPATHSEA_LIBS.
2697
2698         * stepmake/aclocal.m4: STEPMAKE_FONTCONFIG: add.
2699
2700 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2701
2702         * Documentation/topdocs/INSTALL.texi (Top): Remove information
2703         about xdeltas.  Add information about CVS.
2704
2705         * scm/lily.scm (lilypond-main): Fix invocation of handler,
2706         gracefully handle failed files.
2707
2708         * lily/GNUmakefile (MODULE_LDFLAGS): Remove KPATHSEA_LIBS.
2709
2710         * Documentation/topdocs/INSTALL.texi (Top): Whitespace and other
2711         small fixes.
2712
2713         * scm/framework-tex.scm (convert-to-ps): Proper option spacing.
2714         No unnecessarily specific i18n messages.  Remove stray `1'.
2715
2716 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2717
2718         * buildscripts/lys-to-tely.py (strip_extension): add utf-8
2719         documentencoding
2720
2721         * scm/documentation-lib.scm (texi-file-head): set utf-8
2722         documentencoding.
2723
2724         * ly/chord-modifiers-init.ly (whiteTriangleMarkup): use the greek
2725         Delta, not the Symbol one. 
2726
2727         * mf/GNUmakefile ($(outdir)/lilypond.map): add -Regular to Aybabtu
2728         for the .map file.
2729
2730         * Documentation/topdocs/INSTALL.texi (Top): add running
2731         requirement as compilation requirement.
2732
2733 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2734
2735         * buildscripts/mutopia-index.py (headertext): add h1 header and
2736         utf-8 charset meta field.
2737
2738         * input/GNUmakefile: prune example list.
2739
2740         * scm/framework-tex.scm (convert-to-ps): add -ofoo.ps to dvips
2741         options.
2742
2743         * lily/slur-scoring.cc (get_base_attachments): only look at stem
2744         extent for visible stems.
2745
2746         * lily/grob.cc (mark_smob): mark \layout block from Grob::mark_smob().
2747
2748 2005-03-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2749
2750         * Documentation/topdocs/INSTALL.texi (Top): Updates.
2751
2752         * scripts/convert-ly.py: Python 2.2 compatibility (thanks Mats).
2753
2754 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2755
2756         * lily/slur-scoring.cc (get_base_attachments): robustness. Don't
2757         pass inf/nan into slur scoring.
2758
2759         * ly/titling-init.ly (oddHeaderMarkup): don't show page no. on 1st
2760         page.
2761
2762         * scripts/abc2ly.py (dump_voices): use alphabet().
2763
2764 2005-03-27  Jeff Smith <whydoubt@yahoo.com>
2765         
2766         * mf/GNUmakefile (depth): use $(FONTFORGE). 
2767
2768 2005-03-27 Matthias Neeracher <neeracher@mac.com>
2769         
2770         * flower/include/virtual-methods.hh: simplify. Patch by
2771
2772 2005-03-25  John Williams <williams@tni.com>  
2773
2774         * scripts/lilypond-book.py (main): add png for HTML too, guess
2775         only if necessary. 
2776
2777 2005-03-25  Graham Percival  <gperlist@shaw.ca>
2778
2779         * Documentation/topdocs/INSTALL.texi: now recommends
2780         lexer-gcc-3.1.sh for gcc 3.1.1 or higher.
2781
2782         * Documentation/user/basic-notation.itely,
2783         Documentation/user/tutoria.itely: warn about
2784         only one (phrasing) slur at once.
2785
2786 2005-03-24  Pedro Kroger  <kroeger@pedrokroeger.net>
2787
2788         * ly/music-functions-init.ly (removeWithTag): fixed to return "music".
2789
2790 2005-03-23  Graham Percival  <gperlist@shaw.ca>
2791
2792         * Documentation/user/basic-notation.itely: fixed info about
2793         ending a (de)cresc.
2794
2795         * Documentation/user/lilypond-book.itely: fixed
2796         lilypond-book filter example and warned about not doing
2797         --filter and --process at the same time.
2798
2799 2005-03-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2800
2801         * lily/parser.yy (bass_number),
2802         Documentation/user/instrument-notation.itely (Figured bass): 
2803         Add the possibility to use text markup in figured bass. 
2804
2805 2005-03-19  Graham Percival  <gperlist@shaw.ca>
2806
2807         * Documentation/user/global.itely: added info about naming
2808         identifiers and breakbefore.
2809
2810         * Documentation/user/invoking.itely: added info about batch
2811         processing files with convert-ly, removed references to TeX
2812         in the jail section.
2813
2814         * Documentation/user/examples.itely: possibly fixed piano
2815         dynamics.
2816
2817         * Documentation/user/advanced-notation.itely: added info
2818         about removing other types of Staff.
2819
2820         * Documentation/user/instrument-notation.itely: possibly
2821         fixed piano staff line switch.
2822
2823         * Documentation/user/changing-defaults.itely: added info
2824         about using normal font in titles.
2825
2826 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2827
2828         * VERSION (PATCH_LEVEL): release 2.5.16
2829
2830         * make/ly-vars.make (DVIPS_FLAGS): include lilypond.map path
2831         explicitly.
2832
2833 2005-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2834
2835         * scm/framework-tex.scm (convert-to-dvi): Barf if NAME contains
2836         whitespace.
2837
2838         * python/lilylib.py (make_ps_images):
2839         * scm/backend-library.scm (postscript->pdf, postscript->png):
2840         Quote file name.  Use format rather than string-append juggling.
2841
2842 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2843
2844         * python/lilylib.py (make_ps_images): add x to -g argument. 
2845
2846         * lily/key-performer.cc (create_audio_elements): don't use
2847         scm_eval_string. Check for minor 3rd directly.
2848   
2849         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
2850         (sarabandeCelloGlobal): key is D minor, not F major.
2851
2852 2005-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2853
2854         Fix truncated --png output (Peter Danenberg).
2855         
2856         * python/lilylib.py (make_ps_images):
2857         * scripts/ps2png.py (copyright): Grok --papersize option.
2858
2859         * scm/backend-library.scm (postscript->png): Add parameter
2860         PAPERSIZE.  Update callers.
2861
2862         * scm/output-gnome.scm (music-font?): Bugfix: use "Emmentaler".
2863         Fixes symbol placement.
2864
2865         * lily/spanner.cc: 
2866         * lily/stencil.cc: Use "libc-extension.hh" (WAS:
2867         <libc-extension.hh>).
2868
2869 2005-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2870
2871         * Nitpick run.
2872
2873         * buildscripts/fixcc.py: Update.
2874
2875         Builddir run fixes.
2876
2877         * HACKING (datadir): Add VERSION.
2878
2879         * GNUmakefile.in (linktree): Bugfix: outconfdirs are one dir
2880         higher up.
2881
2882 2005-03-15  Werner Lemberg  <wl@gnu.org>
2883
2884         * mf/feta-klef.mf (draw_gclef): Move z10' slightly so that the
2885         diagonal stem doesn't become thinner.
2886
2887 2005-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2888
2889         * buildscripts/fixcc.py: Fixes (Werner).
2890
2891 2005-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2892
2893         * mf/GNUmakefile ($(outdir)/lilypond.map): capitalize
2894         Emmentaler/Aybabtu.
2895
2896         * GNUmakefile.in: fix lilypond-words path.
2897
2898         * po/tr.po: update to 2.3.21
2899
2900         * lily/new-fingering-engraver.cc (position_scripts): take priority
2901         from head position.
2902
2903         * input/regression/finger-chords-order.ly (texidoc): new file.
2904
2905 2005-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2906
2907         * make/ly-rules.make: 
2908         * stepmake/aclocal.m4: 
2909         * Documentation/user/GNUmakefile: Remove old makeinfo compatibility.
2910
2911         * buildscripts/fixcc.py (rules): Leave space after operator.
2912
2913 2005-03-14  Werner Lemberg  <wl@gnu.org>
2914
2915         * mf/feta-klef.mf (draw_gclef): Replace `simple_serif' for
2916         top of the glyph with smooth curve.
2917
2918 2005-03-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2919
2920         * Documentation/user/global.itely (Page layout): remove
2921         printpagenumber.
2922
2923 2005-03-13  Jürgen Reuter  <reuter@ipd.uka.de>
2924
2925         * input/regression/mensural-ligatures.ly: new file (with examples
2926         compiled by Pal Benko).
2927
2928         * Documentation/user/instrument-notation.itely: Bugfix: yet some
2929         other "custodes.*-u0" -> "custodes.*.u0" renaming victims in
2930         musicglyph access.  Many small beautifications in ancient
2931         examples.
2932
2933         * input/test/divisiones.ly: fixed indentation; small
2934         beautifications
2935
2936         * ly/engraver-init.ly: added FIXME comment
2937
2938         * scripts/lilypond-book.py,
2939         Documentation/user/lilypond-book.itely: added music fragment
2940         option "packed" to lilypond-book
2941
2942         * Documentation/user/instrument-notation.itely: Bugfix: added
2943         missing LedgerLineSpanner color setting in several places.  Added
2944         music fragment option "packed" to VaticanaContext example.
2945
2946 2005-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2947
2948         * scm/define-grobs.scm (all-grob-descriptions): switch off
2949         Hyphen_spanner::set_spacing_rods 
2950
2951         * lily/lyric-hyphen.cc (print): add padding between syllable and
2952         hyphen.
2953         (print): shorten hyphen in tight situations (determine using
2954         minimum-length)
2955
2956         * scm/paper.scm (layout-set-staff-size): increase blotdiameter to
2957         0.4pt.
2958
2959 2005-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2960
2961         * ly/titling-init.ly (bookTitleMarkup): Refinements.
2962
2963         * input/regression/page-breaks.ly (paper): Set not raggedlastbottom,
2964         header/footer markings for regression-test.
2965
2966         * scm/backend-library.scm (output-scopes, header-to-file): Move
2967         from framework-tex.scm.
2968
2969         * scm/framework-ps.scm (output-framework)
2970         (output-preview-framework):
2971         * scm/framework-eps.scm (output-classic-framework)
2972         (output-framework): Use it.  Fixes collated files.
2973
2974 2005-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2975
2976         * input/sakura-sakura.ly: 
2977         * input/xiao-haizi-guai-guai.ly: Add from Debian package (Anthony).
2978
2979         * buildscripts/guile-gnome.sh: Update.
2980
2981         * mf/GNUmakefile (aybabtu.otf): Add dependency on .pe.
2982
2983         * mf/aybabtu.pe.in: Capitalize Aybabtu.
2984
2985 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2986
2987         * lily/separating-group-spanner.cc (find_rods): oops. Fix the real
2988         culprit: always exit the loop if we find a rod, even if it has
2989         distance < 0. 
2990
2991         * lily/ledger-line-spanner.cc (set_spacing_rods): rewrite to O(n)
2992         algorithm.
2993
2994         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
2995         $(outdir)/%.svg $(outdir)/%.pfa): add --simplify.
2996
2997         * scm/output-svg.scm (dashed-line): new  function body.
2998         
2999         * GNUmakefile.in: create .htaccess.
3000
3001 2005-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3002
3003         * Documentation/topdocs/NEWS.tely (Top): Fix text example.
3004
3005 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3006
3007         * VERSION (PACKAGE_NAME): release 2.5.15
3008
3009         * scm/output-{pdf,pdftex,sketch}.scm (Module): remove bitrotted files.
3010
3011         * scm/framework-svg.scm (output-framework): put scaling in
3012         document header. Apply scaling only once.
3013         (output-framework): dump page size in px, not mm. 
3014
3015         * scm/lily-library.scm (modified-font-metric-font-scaling): rename
3016         from font-size.
3017
3018         * lily/paper-outputter-scheme.cc (LY_DEFINE):
3019         ly:outputter-output-scheme, new function.
3020
3021         * scm/output-svg.scm (pango-description-to-svg-font): new function
3022
3023 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3024
3025         * Documentation/user/GNUmakefile (deep-symlinks): remove outimages
3026         target.
3027
3028         * input/typography-demo.ly: new file.
3029
3030 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3031
3032         * Documentation/user/global.itely (File structure): Add markup blocks
3033         to toplevel expressions.
3034         (Multiple movements, Creating titles): Add markup blocks.
3035
3036         * lily/stencil-scheme.cc: Use "libc-extension.hh" (WAS:
3037         <libc-extension.hh>).
3038
3039         * lily/accidental.cc (accurate_boxes): Compile fix: 1.51 was broken.
3040
3041         * flower
3042         * lily
3043         * kpath-guile: Nitpick run: buildscripts/fixcc.py.
3044
3045 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3046
3047         * lily/accidental.cc: special bboxes for natural. 
3048
3049         * mf/feta-toevallig.mf: make stems heavier.
3050
3051         * lily/dynamic-text-spanner.cc (print): add bound padding for edge
3052         texts as well.
3053
3054         * mf/feta-klef.mf: revise. 
3055
3056         * mf/feta-schrift.mf: make thinning of accent less pronounced.
3057
3058         * mf/feta-klef.mf: add rounded curve at top. 
3059         make thinnib a little heavier.
3060
3061 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3062
3063         * lily/parser.yy (book_body): Oops, allow \markup in \book too.
3064
3065         * buildscripts/fixcc.py: New file.
3066
3067         * input/regression/utf8.ly: Update Debian font description.
3068
3069 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3070
3071         * stepmake/aclocal.m4: Fix test.
3072
3073 2005-03-09  Graham Percival  <gperlist@shaw.ca>
3074
3075         * Documentation/user/invoking.itely: added Sebastino Vigna's
3076         docs for the --jail option.
3077
3078 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3079
3080         * lily/stem.cc (print): only produce stemlets if there are no
3081         noteheads on this stem.
3082
3083         * lily/note-spacing.cc (stem_dir_correction): robustness fix:
3084         don't crash on stemlet (visible stem without heads).
3085
3086         * scm/define-grobs.scm (all-grob-descriptions): junk LeftEdge for
3087         unbroken situations. 
3088
3089         * scm/output-lib.scm (center-invisible): new function.
3090
3091         * lily/spacing-loose-columns.cc (set_loose_columns): use spacing
3092         wishes to determine loose column space.
3093
3094         * lily/font-config.cc (init_fontconfig): add
3095         fonts/{otf,type1,cff}  to path.
3096
3097         * lily/main.cc (setup_paths): add fonts/{otf,svg,tfm,cff} to path
3098
3099         * mf/GNUmakefile (Module): install all fonts under otf/
3100
3101         * scm/framework-ps.scm (Module): read fonts from fonts/extension,
3102         replace /fonts/otf/ by /ps/ 
3103
3104         
3105 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3106
3107         * lily/paper-book.cc (classic_output): Reinstate header_0_ hack.
3108
3109         * lily/book.cc (process): Oops, add score_.header_.
3110
3111         * lily/paper-book.cc: Fold hearders, score and texts into scores_.
3112
3113         * lily/parser.yy: Handle toplevel and book texts as score.
3114
3115         * scm/page-layout.scm (default-page-make-stencil):
3116         Bugfix: (page-properties rename.
3117
3118         * scm/backend-library.scm (ly:system): Typo.
3119
3120 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3121
3122         * stepmake/stepmake/executable-targets.make (installexe): don't
3123         strip installed executables
3124
3125         * lily/font-select.cc (get_font_by_design_size): revert
3126         pango_description_string as well.
3127
3128         * lily/system.cc (set_loose_columns): put loose column just left
3129         of next column.
3130
3131         * lily/include/group-interface.hh (extract_grob_array): rename
3132         from Pointer_group_interface__extract_grobs
3133
3134         * input/regression/ledger-line-minimum.ly (texidoc): new file.
3135
3136         * lily/ledger-line-spanner.cc (set_spacing_rods): new
3137         function. Keep ledgered note heads at a minimum distance.
3138         Introduce minimum-length-fraction
3139         (print): introduce length-fraction property.
3140
3141 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3142
3143         * tex/GNUmakefile: remove latin1.enc rules.
3144
3145 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
3146
3147         * scm/titling.scm: Typo.
3148
3149         * input/regression/score-text.ly: Really add.
3150
3151         * lily/score.cc: Bugfixes for SCM header_ and texts_ members.
3152
3153 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3154
3155         * lily/open-type-font-scheme.cc:  new file.
3156
3157 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
3158
3159         * scm/titling.scm (layout-extract-page-properties): Rename from
3160         page-properties.  Update callers.
3161
3162         * lily/lexer.ll (Lily_lexer):
3163         * lily/parser.yy: Junk lyric_markup state.
3164
3165         * Documentation/topdocs/NEWS.tely (Top): Mention markup text feature.
3166
3167         * scripts/lilypond-book.py (PREAMBLE_LY): toplevel-music-handler:
3168         Add texts parameter.
3169
3170 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3171
3172         * lily/lexer.ll (lyric_markup): New mode.
3173         (Lily_lexer::push_lyric_markup_state): New method.
3174         (MARKUPCOMMAND): Markup during lyric mode returns LYRIC_MARKUP.
3175
3176         * lily/parser.yy (book_body):
3177         (toplevel_expression): Grok \markup texts.
3178
3179         * lily/score-scheme.cc (ly:music-scorify): 
3180         * scm/lily-library.scm (collect-music-for-book): Take texts
3181         parameter.
3182
3183         * lily/score.cc (texts_): New member.
3184
3185         * lily/paper-book.cc (systems): Format score texts.
3186
3187         * score-text.ly: New file.
3188
3189         * ttftool/SConscript:
3190         * kpath-guile/SConscript: New file.
3191
3192         * lily/SConscript:
3193         * SConstruct: Update.
3194
3195 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3196
3197         * VERSION (PACKAGE_NAME): release 2.5.14
3198
3199 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3200
3201         * lily/main.cc: Add dummy xgettext markers.
3202
3203 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3204
3205         * make/lilypond.fedora.spec.in (Requires): scrap kpathsea/tex
3206         requirements
3207
3208         * stepmake/aclocal.m4: check dynamic link, by checking if kpathsea
3209         executable is < 40k
3210
3211         * lily/main.cc (setup_paths): remove tfm1 tfm2 tfm3 include path
3212         hack.
3213
3214 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3215
3216         * flower/libc-extension.cc:
3217         * flower/include/libc-extension.hh: [Open]BSD simply cast
3218         cookie/funopen declarations.
3219
3220         * stepmake/aclocal.m4: Check for libkpathsea.so.
3221
3222         * kpath-guile/kpath.c (ly_kpathsea_expand_variable): Use
3223         dl_kpse_find_file.
3224
3225 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3226
3227         * kpath-guile/kpath.c (open_library): dlopen libkpathsea.so
3228         (open_library): alternative for static library.
3229
3230 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3231
3232         * configure.in: Set TTFTOOL_ENDIAN iso global CFLAGS.
3233
3234         * ttftool/GNUmakefile (MODULE_CFLAGS): Add $(TTFTOOL_ENDIAN).
3235
3236         Drop run-time dependency on teTeX.
3237
3238         * lily/kpath.cc (initialize_kpathsea): dlopen libkpathsea.
3239
3240         * stepmake/aclocal.m4 (STEPMAKE_KPATHSEA): Do not include
3241         KPATHSEA_LIBS in LIBS.
3242         (STEPMAKE_DLOPEN): New function.
3243
3244         * lily/font-config.cc (init_fontconfig): Use dir for directory,
3245         not path.
3246
3247         * flower/file-path.cc (directories): Rename from paths, as this
3248         return an array of directories (a single path).
3249
3250 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3251
3252         * lily/GNUmakefile (MODULE_LIBS): link with kpath-guile
3253
3254         * lily/all-font-metrics.cc (kpathsea_find_file): wrapper around
3255         new ly:kpathsea-find-file
3256
3257         * kpath-guile/kpath.c: new file. Put kpath bindings in lib.
3258
3259         * kpath-guile/GNUmakefile: new file
3260
3261         * buildscripts/gen-emmentaler-scripts.py (i): generate
3262         emmentaler-X.fontname as well.
3263
3264         * buildscripts/ps-embed-cff.py: new script
3265
3266         * scm/lily-library.scm: remove ps-embed-cff.
3267
3268         * scm/framework-ps.scm (write-preamble): don't use kpathsea for
3269         font loading. 
3270
3271         * scm/font.scm (add-music-fonts): load dynamics/numbers through
3272         fontconfig as well.
3273
3274         * lily/font-config.cc (init_fontconfig): add cff/ too.
3275
3276         * ly/generate-embedded-cff.ly: capitalize.
3277
3278         * lily/pango-select.cc (select_pango_font): use ::find_pango_font,
3279         so as to register the pango font.
3280
3281         * lily/font-config.cc (init_fontconfig): add
3282         prefix/{otf,type1,mf/out} to fontconfig path.
3283
3284         * lily/main.cc: only look at one prefix directory, LILYPONDPREFIX
3285         overrides all. 
3286
3287         * configure.in (gui_b): remove ec mftrace check
3288
3289         * config.hh.in: use lilypond-Major.Minor as data directory.
3290
3291         * scm/framework-ps.scm (dump-page): use output-units for landscape.
3292
3293         * buildscripts/gen-emmentaler-scripts.py (i): lower case file
3294         name.
3295
3296 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3297
3298         * lily/main.cc (do_chroot_jail): Small cleanups.  Avoid constant
3299         error messages.
3300
3301         * flower/libc-extension.cc:
3302         * flower/include/libc-extension.hh: [Open]BSD fixes for
3303         cookie/funopen declarations.
3304
3305 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3306
3307         * buildscripts/gen-emmentaler-scripts.py (outdir): capitalize
3308         emmentaler.
3309
3310         * lily/score-engraver.cc (initialize): remove check for ecrm10 /
3311         lcrm10.
3312
3313         * scm/define-markup-commands.scm (fontsize): new markup
3314         command. Also set baseline-skip
3315
3316 2005-03-06 Sebastiano Vigna <vigna@dsi.unimi.it>.
3317         
3318         * lily/main.cc (do_chroot_jail): paranoia security for webserver
3319         use.
3320
3321 2005-03-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3322
3323         * stepmake/bin/add-html-footer.py (do_file): make wiki link optional.
3324
3325         * lily/pdf.cc: remove PDF related files
3326
3327 2005-03-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3328
3329         * ly/deutsch.ly: add quarter tones, patch by Arno Waschk.
3330         <hamamatsu@gmx.de>
3331
3332 2005-03-05  Graham Percival  <gperlist@shaw.ca>
3333
3334         * Documentation/user/advanced-notation.itely: first draft
3335         of reorg done.
3336
3337         * Documentation/user/global.itely: fixed (sub)section
3338         bits of MIDI.
3339
3340 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3341
3342         * cygwin/mknetrel (extras): Bufix (Bertalan).
3343
3344         * Documentation/user/basic-notation.itely (Chords): @ref fix.
3345         * Documentation/user/instrument-notation.itely (Introducing chord
3346         names): Compile fix: must have unique name.
3347
3348 2005-03-02  Graham Percival  <gperlist@shaw.ca>
3349
3350         * Documentation/user/instrument-notation.itely: reorg.
3351
3352 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3353
3354         * scm/output-gnome.scm:
3355         * scm/output-svg.scm: Fix font scaling.
3356
3357 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3358
3359         * ly/titling-init.ly (tagline): Use Engraving.  Add comment about
3360         what link to use best.
3361
3362         * Documentation/user/instrument-notation.itely (Ancient accidentals): 
3363         * Documentation/user/tutorial.itely (Automatic and manual beams):
3364         Fix @ref.
3365
3366         * lily/tweak-registration.cc (replace_grob_tweak): New function.
3367         * lily/tweak-registration-scheme.cc (LY_DEFINE): Wrap it.
3368         * scm/framework-gnome.scm (tweak): Use it.
3369
3370 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3371
3372         * Documentation/topdocs/NEWS.tely (Top): elucidate GS problem.
3373
3374         * scm/output-ps.scm (white-text): reinstate white-text
3375
3376 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3377
3378         * scm/output-ps.scm (offset-add): Remove.
3379
3380         * scm/lily-library.scm (offset-flip-y): New function.
3381         * scm/framework-gnome.scm (tweak): Use it.
3382
3383         * scm/output-gnome.scm (grob-cause): Add parameter.
3384
3385         * scm/lily.scm (ly:all-stencil-expressions): Add url-link.
3386         * scm/output-ps.scm (url-link): Move.
3387         (white-text): Warn user about brokenness.
3388
3389         * Documentation/topdocs/NEWS.tely: Be more accurate and respectful
3390         wrt ghostscript.
3391
3392 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3393
3394         * lily/slash-repeat-engraver.cc (try_music): always make slashes
3395         if body length smaller than measure length.
3396
3397         * scm/define-markup-commands.scm (with-url): oops. use Y extent
3398         for Y.
3399
3400         * ly/titling-init.ly (tagline): put default tagline in \paper
3401
3402 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3403
3404         * lily/kpath.cc: 
3405         * lily/pdf.cc (Pdf_file): Use more generic error messages.
3406
3407         * scm/lily-library.scm (version-not-seen-message): New function.
3408         * ly/init.ly: Use it.
3409
3410         * scm/page-layout.scm (ly:optimal-page-breaks): Display page
3411         breaks as progess.
3412
3413         * scripts/lilypond-book.py (do_process_cmd): Do not lump
3414         whitespace with l10n message.
3415
3416         * scm/framework-tex.scm (convert-to-ps):
3417         (convert-to-dvi): Do not use overly specific l10n messages.
3418
3419         * ly/titling-init.ly (bookTitleMarkup): Add baseline skips from 2.4.
3420
3421         * tex/GNUmakefile $(outdir)/latin1.enc: Build fix:
3422         merge stderr with stdout.  
3423
3424 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3425
3426         * flower/libc-extension.cc: Tested BSD compile fix (Matthias
3427         Neeracher).
3428
3429 2005-02-29  Graham Percival  <gperlist@shaw.ca>
3430
3431         * Documentation/user/instrument-notation.teily: moved
3432         \arpeggio to Basic.
3433
3434         * Documentation/user/advanced-notation.itely: Articulation to
3435         Basic, a bunch of stuff from Basic moved to Advanced.
3436
3437         * Documentation/user/basic.itely: swapped various sections,
3438         reorganized Basic.
3439
3440 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3441
3442         * flower/memory-stream.cc: 
3443         * flower/libc-extension.cc: Remove obsolete #undefs.
3444
3445         * flower/include/libc-extension.hh: Bugfix for BSD, place #ifdef
3446         more carefully.
3447
3448 2005-02-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3449
3450         * make/lilypond.fedora.spec.in (Requires): add GS 8.15 as
3451         dependency.
3452
3453         * VERSION (PACKAGE_NAME): release 2.5.13
3454
3455         * GNUmakefile.in (web-ext): don't ship ps.gz
3456
3457         * tex/GNUmakefile ($(outdir)/latin1.enc): redirect stderr to
3458         stdout
3459
3460 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3461
3462         * lily/general-scheme.cc (LY_DEFINE): Compile fix for systems
3463         without libintl.  Now it compiles too.
3464
3465 2005-02-28  Graham Percival  <gperlist@shaw.ca>
3466
3467         * Documentation/user/basic-notation.itely,
3468         instument-notation.itely, advanced-notation.itely:
3469         split up contents of notation.itely.
3470
3471         * Documentation/user/notation.itely: file removed.
3472
3473         * Documentation/user/invoking.itely, converters.itely:
3474         moved convert-ly info to invoking.itely.
3475
3476         * Documentation/user/global.itely, changing-defaults.itely,
3477         sound-output.itexi: moved global settings, file layout, and
3478         sound into global.itely.
3479
3480         * Documentation/user/sound-output.itexi: file removed.
3481
3482         * Documentation/user/lilypond.tely: removed links to
3483         notation.itely and sound.itely.
3484
3485 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3486
3487         * scm/output-ps.scm (grob-cause): only do mark_URI if non-empty.
3488
3489         * scm/framework-ps.scm (write-preamble): remove pdf-viewer code.
3490  
3491         * THANKS: add sponsor.
3492
3493         * scm/define-markup-commands.scm (with-url): new markup command.
3494
3495         * scm/page-layout.scm (TAGLINE): add www.lilypond.org with URL to
3496         tagline.
3497         
3498         * scm/output-tex.scm (url-link): stub.
3499
3500         * scm/output-ps.scm (url-link): new function.
3501
3502         * lily/lily-parser-scheme.cc (LY_DEFINE): deprecate
3503         ly:set-point-and-click
3504
3505 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3506
3507         * ps/music-drawing-routines.ps (mark_file_line): Switch Action
3508         based on pdf-viewer setting.
3509
3510         * scm/framework-ps.scm (write-preamble): Find and set preferred
3511         pdf-viewer.
3512
3513 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3514
3515         * Documentation/user/point-and-click.itely: update for PDF point &
3516         click.
3517
3518         * scripts/lilypond-pdfpc-helper.py: new file. Invoke different
3519         editors based on EDITOR setting.
3520
3521 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3522
3523         * scm/*: Oops, more grand 2005 replace bits.
3524
3525 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3526
3527         * ps/music-drawing-routines.ps: new routine: insert PDF mark
3528
3529         * scm/output-ps.scm (grob-cause): point & click support for
3530         PostScript
3531
3532 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3533
3534         * lily/input-scheme.cc (LY_DEFINE): rename to
3535         ly:input-file-line-column
3536
3537 2005-02-26  Graham Percival  <gperlist@shaw.ca>
3538
3539         * Documentation/user/examples.itely: small fix from Steve Doonan.
3540
3541         * Documentation/user/scheme-tutorial.itely: small fix from Steve Doonan.
3542
3543         * THANKS: added Yuval Harel.
3544
3545         * Documentation/user/{various}: inserted two spaces after a period.
3546
3547         * Documentation/user/lilypond.tely: added framework for reorg.
3548
3549         * Documentation/user/basic-notation.itely, instrument-notation.itely,
3550         advanced-notation.itely, global.itely: new files, placeholder for
3551         future reorg.
3552
3553 2005-02-26 Yuval Harel  <yuvalh@hotpop.com>
3554
3555         * Documentation/user/notation.itely: revamped Polyphony section
3556         
3557 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3558
3559         * Documentation/user/lilypond-book.itely (Music fragment options):
3560         doc fontload.
3561
3562         * Documentation/user/changing-defaults.itely (Text encoding): add
3563         fontload option to utf8 include
3564
3565         * scripts/lilypond-book.py (compose_ly): add fontload option
3566
3567         * scm/framework-eps.scm (dump-stencils-as-EPSes): add
3568         force-eps-font-include option.
3569
3570         * ly/chord-modifiers-init.ly (blackTriangleMarkup): reinstate
3571         black triangle
3572
3573         * Documentation/user/invoking.itely (Editor support): remove
3574         lilypond-latex section.
3575
3576         * scripts/lilypond-latex.py (Module): remove script.
3577
3578         * cygwin/lily-wins.py (stat): write to .lylog, so as not to
3579         overwrite .log. 
3580
3581         * lily/main.cc: remove -m, --no-layout
3582
3583         * flower/include/libc-extension.hh: add ALIAS_FILE_TO_FILECOOKIE
3584         to define. We don't want to override fprintf everywhere.
3585
3586 2005-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3587
3588         * cygwin/lilypond.hint: 
3589         * cygwin/README.in: Update dependencies.
3590
3591         * stepmake/aclocal.m4 (STEPMAKE_PANGO, STEPMAKE_PANGO_FT2):
3592         Bugfix: do not pollute CPPFLAGS, LIBS.
3593
3594         * cygwin/mknetrel (extras): Cross compile fixes.
3595
3596         * ttftool/util.c: 
3597         * ttftool/ttfps.c: 
3598         * ttftool/ps.c: #include libc-extension.hh
3599
3600         * flower/include/libc-extension.hh:
3601         * flower/libc-extension.cc (fopencookie)[!HAVE_FOPENCOOKIE]: Add
3602         wrapper using funopen.
3603         (fopencookie, handle_cookie_io_fclose, handle_cookie_io_fprintf,
3604         handle_cookie_io_fprintf): Add wrappers catching Memory_out_stream.
3605
3606         * config.hh.in:
3607         * configure.in (AC_CHECK_FUNCS): Add fopencookie, funopen.
3608         (AC_CHECK_HEADERS): Add libio.h
3609
3610         * scripts/convert-ly.py: Uniformize, internationalize.
3611         (2.5.2): Remove fatal encoding rule.
3612         (2.5.13): Handle latin1 encoding gracefully.
3613
3614 2005-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3615
3616         * HACKING: Fix line breaks.
3617
3618 2005-02-23  Werner Lemberg  <wl@gnu.org>
3619
3620         * mf/graycx.mf, mf/graylj.mf: Removed.  Any decent TeX distribution
3621         contains those two files.
3622
3623 2005-02-21  Werner Lemberg  <wl@gnu.org>
3624
3625         * mf/feta-nummer-code.mf ("Numeral 5"): Include intersection point
3626         to improve overlap removal process.
3627
3628         * mf/feta-slag.mf (draw_trillelement): Add parameter to control
3629         left and right ending.  This ensures better overlapping.
3630         Update all callers.
3631         ("lineprall"): Don't use draw_gridline to get better overlapping.
3632
3633 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3634
3635         * scm/lily-library.scm (ps-embed-cff): add \n after EndResource
3636
3637         * Documentation/topdocs/NEWS.tely (Top): oops.
3638
3639 2005-02-21  Pedro Kroger  <kroeger@pedrokroeger.net>
3640
3641         * HACKING: new file.
3642
3643         * input/regression/utf8.ly (portuguese): added a portuguese example
3644         to show latin1 accents.
3645
3646 2005-02-21  Pal Benko  <benkop@freestart.hu>
3647
3648         * lily/mensural-ligature-engraver.cc:
3649         * lily/mensural-ligature.cc:
3650         * lily/include/mensural-ligature.hh: new algorithm implemented
3651
3652         * scm/define-grob-properties.scm: join-left killed (add-join may
3653         be used); join-left-amount changed to join-right-amount
3654
3655 2005-02-21  Graham Percival  <gperlist@shaw.ca>
3656
3657         * Documentation/user/notation.itely: small but urgent fix.
3658
3659 2005-02-21  Jürgen Reuter  <reuter@ipd.uka.de>
3660
3661         * lily/duration-scheme.cc: bugfix: correct parameters to
3662         SCM_ASSERT_TYPE.
3663
3664         * THANKS: added Pal.
3665
3666         * Documentation/user/notation.itely: bugfix: unTeXified
3667         $\\backslash$.  Bugfix: yet another glyph renaming victim:
3668         "timesig.*x/y" -> "timesig.*xy".
3669
3670 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3671         
3672         * VERSION (PACKAGE_NAME): release 2.5.12
3673
3674 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3675
3676         * ly/engraver-init.ly: set tieWaitForNote to #t by default
3677
3678         * configure.in (gui_b): bump GUILE requirement to 1.6.5 
3679
3680         * Documentation/topdocs/NEWS.tely: add inputfileref macro.
3681
3682         * scm/framework-ps.scm (supplies-or-needs): uniq font name list.
3683
3684 2005-02-20  Jan Nieuwenhuizen  <janneke@gnu.org>
3685
3686         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: recode
3687         latin1..utf-8.
3688
3689         * input/regression/stanza-number.ly:
3690         * input/regression/utf8.ly (hebrew): Use addlyrics.  Update.
3691
3692         * lily/tie-engraver.cc (acknowledge_grob): Compile fix.
3693
3694 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3695
3696         * Documentation/topdocs/NEWS.tely (Top): only mention 2.5
3697         NEWS. Refer to website for older news.  
3698
3699         * stepmake/bin/add-html-footer.py (i18n): don't strip .PNG /
3700         .HTML. This should be done for specific servers only.
3701
3702         * Documentation/topdocs/NEWS.tely (Top): move to .tely. Add some
3703         .ly image examples.
3704
3705         * scm/define-grobs.scm (all-grob-descriptions): put ledger lines
3706         in layer 0 too.
3707
3708         * scm/define-context-properties.scm
3709         (all-user-translation-properties): add tieWaitForNote
3710
3711         * scm/define-grobs.scm (all-grob-descriptions): add
3712         Tie_column::before_line_breaking
3713
3714         * lily/tie.cc (get_column_rank): new function
3715
3716         * lily/tie-column.cc (before_line_breaking): new function.
3717         (werner_directions): take into account ties that start on
3718         different columns.  
3719
3720         * lily/score-engraver.cc (set_columns): move add_column() so we
3721         have column rank available.
3722
3723         * lily/tie.cc (get_column_rank): new function.
3724
3725         * input/regression/utf8.ly (japanese): add japanese lyrics.
3726
3727         * lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
3728
3729         * THANKS: add Steve D
3730
3731         * ttftool/*.c: add TTF -> Type42 conversion library. Based on
3732         Public Domain work by Juliusz Chroboczek <jch@pps.jussieu.fr>
3733
3734 2005-02-20  Tatsuya Ono  <tats_ono@infoseek.jp>
3735
3736         * mf/parmesan-heads.mf: "0harmonic" -> "s0harmonic"
3737         to show harmonic notes
3738         * scm/define-markup-commands.scm: in \markup-by-number
3739         "dots-dot" -> "dots.dot" to show dotted notes
3740
3741 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3742
3743         * flower/include/memory-stream.hh (class Memory_out_stream): new file.
3744
3745         * flower/memory-stream.cc (writer): new file.
3746
3747         * configure.in: add endian test.
3748
3749 2005-02-19  Jürgen Reuter  <reuter@ipd.uka.de>
3750
3751         * Documentation/user/examples.itely: small
3752         simplification/beautification
3753
3754         * Documentation/user/notation.ietly: bugfix: fixed many artefacts
3755         from the "x-y-z"->"x.y.z" renaming of glyphs throughout the whole
3756         notation manual.
3757
3758         * lily/mensural-ligature.cc: bugfix: another few victims of the
3759         "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
3760
3761         * ly/gregorian-init.ly: commit some experimental code for hi-level
3762         ligature input language lying around here for several months.
3763
3764         * lily/mensural-ligature-engraver.cc: bugfix: another victim of
3765         the "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
3766
3767         * lily/vaticana-ligature-engraver.cc: bugfix: another few
3768         "x-y-z"->"x.y.s-z" fixes.
3769
3770 2005-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3771
3772         * scm/framework-pdf.scm (scm): new file
3773
3774         * lily/include/pdf.hh (class Pdf_file): new file.
3775
3776         * lily/pdf.cc (write_trailer): new file.
3777
3778 2005-02-18  Erlend Aasland  <erlenda@gmail.com>
3779
3780         * input/regression/color.ly: new file
3781
3782         * lily/stencil.cc (interpret_stencil_expression):
3783         when a color expression is encountered: save current color,
3784         process the rest of the expression, and restore previous color.
3785
3786         * lily/system.cc (get_line): check all grobs for color property and
3787         prepare the stencil scheme expressions for further processing.
3788         Fix layer-loop.
3789
3790         * scm/define-grob-properties.scm: introduce the color property.
3791
3792         * scm/output-lib.scm: color helper functions.
3793
3794         * scm/output-ps.scm: introduce setcolor/resetcolor.
3795
3796 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
3797
3798         * ly/*.ly, input/regression/*.ly: Added missing \version
3799         statements in some files.
3800
3801 2005-02-15  Graham Percival  <gperlist@shaw.ca>
3802
3803         * Documentation/user/notation.itely: minor editing.
3804
3805         * Documentation/user/converters.itely: updated convert-ly bugs.
3806
3807         * Documentation/user/lilypond-book.itely: add info about using
3808         feta characters in latex.
3809
3810 2005-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3811
3812         * scripts/convert-ly.py: new slur dash patch by Bertalan Fodor.
3813
3814 2005-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3815
3816         * scm/define-grob-properties.scm (all-user-grob-properties):
3817         removed 'dashed property.
3818
3819 2005-02-13  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3820
3821         * scm/lily.scm (define-safe-public): new macro for defining
3822         variables that can be used in --safe mode. Use it in *.scm
3823         instead of manually setting safe-objects in safe-lily.scm.
3824
3825 2005-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3826         
3827         * lily/slur.cc: Slur-dash patch by Bertalan.
3828
3829         * ly/engraver-init.ly (EasyNotation): glyph name dash -> period.
3830
3831         * stepmake/bin/add-html-footer.py (do_file): do i18n only once. 
3832
3833 2005-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3834
3835         * stepmake/aclocal.m4: teTeX-3.0 inimf fix.  Comment-out.
3836
3837 2005-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3838
3839         * mf/GNUmakefile: teTeX-3.0 install fix.
3840
3841         * Cygwin patch from Bertalan.
3842
3843         * stepmake/stepmake/metafont-rules.make: Remove bashism.
3844
3845 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
3846
3847         * GNUmakefile.in: 
3848         * SConstruct (symlink): teTeX-3.0 build fix: add map symlink.
3849
3850         * tex/GNUmakefile: teTeX-3.0 fix: install .enc in fonts/enc.  Add
3851         2.0.x compatibility.
3852
3853 2005-02-08  Werner Lemberg  <wl@gnu.org>
3854
3855         * mf/feta-din-code.mf: Format; clean up code.
3856         Replace `---' with `--' plus explicit path directions.
3857         (linethickness#, stafflinethickness#): Remove.
3858         ("dynamic f"): Replace `draw' with `draw_rounded_block'.
3859         ("dynamic s"): Improve shape.
3860         ("dynamic p"): Improve shape.
3861         Replace `draw' with better outline approximation.
3862         ("dynamic r"): Improve shape.
3863         Don't call `fill' and `draw' at the same time.
3864
3865 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
3866
3867         * SConstruct (symlink):
3868         * GNUmakefile.in ($(builddir)/share/lilypond-force): teTeX-3.0
3869         build fix: add enc symlink.
3870
3871         * lily/general-scheme.cc: Compile fixes: include wchar.h, string.h.
3872
3873         Support for DESTDIR besides prefix=/foo
3874
3875         * vim/GNUmakefile (local-install): Use $(INSTALL) -d iso mkdir.
3876
3877         * stepmake/stepmake/*.make:
3878         * */GNUmakefile:
3879         * GNUmakefile.in: Prepend $(DESTDIR) to installation directory.
3880
3881         * config.make.in (prefix): Remove broken $(DESTDIR) hack.
3882
3883         * stepmake/aclocal.m4: Use %0.f iso %d to quiet gawk < 3.1.4 and
3884         mawk in fontforge (date) test.
3885
3886 2005-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3887
3888         * scm/font.scm (make-century-schoolbook-tree): add NCS as
3889         font-family=roman. Add Luxi Sans as sans
3890
3891 2005-02-07  Graham Percival  <gperlist@shaw.ca>
3892
3893         * Documentation/user/notation.itely: add warning about
3894         percent repeats and Voice contexts.
3895
3896         * Documentation/user/lilypond-book.itely: clarified the
3897         necessity of dvips -u arguments.
3898
3899 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
3900
3901         * THANKS: Added a bunch of bug hunters.
3902
3903 2005-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3904
3905         * scm/framework-ps.scm (output-preview-framework): bugfix.
3906
3907         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): use unicode
3908         o/ for chord modifier..
3909
3910         * lily/general-scheme.cc (LY_DEFINE): new function ly:wide-char->utf-8.
3911
3912         * lily/drum-note-performer.cc:  remove unused (thanks Michael
3913         Welsh Duggan). 
3914
3915 2005-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3916
3917         * Documentation/user/changing-defaults.itely (Text encoding): Clarify.
3918
3919         * ly/titling-init.ly: Do not also print intstrument in header on
3920         first page.  Do not print page number on first and only page.
3921
3922 2005-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3923
3924         * input/regression/*.ly: remove old-relative everywhere
3925
3926         * lily/music-sequence.cc (simultaneous_relative_callback): do
3927         what-if analysis on copy, not on original. Fixes old-relative
3928         compatibility.
3929
3930         * scm/backend-library.scm (postscript->png): space before
3931         --verbose.
3932         
3933 2005-02-05  Werner Lemberg  <wl@gnu.org>
3934
3935         * mf/feta-autometric.mf (fet_beginchar): Check whether `feta_group'
3936         is defined.
3937
3938         * mf/feta-alphabet.mf: Define `staffsize#'.
3939         Include `feta-params.mf'.
3940         s/staffheight/design_size/.
3941
3942         * mf/feta-alphabet??.mf: s/staffheight/design_size/.
3943
3944         * mf/feta-alphabet26.mf: Fix a serious bug (design size off by 8pt).
3945
3946         * mf/feta-nummer-code.mf: Reformatted.
3947         (draw_six): Use outline intersection to avoid a self-intersecting
3948         path.
3949         ("Numeral comma"): Fix serious outline glitches.  This slightly
3950         changes the glyph shape.
3951         ("Numeral dash"): Use `draw_rounded_block'.
3952         ("Numeral dot"): Use `drawdot'.
3953         ("Numeral 1"): Assure identical tangent directions for the
3954         intersection points of paths.  The glyph shape improvement is only
3955         visible at very high magnifications.
3956         ("Numeral 2"): Use `solve' macro to make the lower right part of
3957         the glyph outline touch the x axis exactly.  This changes the
3958         glyph shape.
3959         Minor fixes for better overlap removal support.
3960         ("Numeral 4"): Make lefter corner `rounder'.
3961         ("Numeral 5"): Assure identical tangent directions for the
3962         intersection points of paths.  This improves the glyph shape at
3963         high magnifications.
3964         ("Numeral 7"): Use `solve' macro to make the upper right part of
3965         the glyph outline touch the metrics box exactly.  This changes the
3966         glyph shape.
3967         Avoid corner in the upper left part of the glyph (causing a minor
3968         shape change).
3969
3970         * mf/feta-ital-*.mf: Removed.  Unused.
3971
3972 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3973
3974         * VERSION (PATCH_LEVEL): release 2.5.11
3975
3976         * input/regression/fill-line-test.ly: new file.
3977
3978         * buildscripts/gen-emmentaler-scripts.py (i): insert dash in
3979         emmentaler name, eg. emmentaler-23. 
3980
3981 2005-02-04  Christian Hitz  <chhitz@gmx.net>
3982
3983         * scm/scm/define-markup-commands.scm (fill-line): rework for better
3984         alignment with centered texts
3985
3986         * scm/stencil.scm (stack-stencils-padding-list): new function, takes a
3987         list of paddings
3988
3989 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3990
3991         * mf/GNUmakefile ($(outdir)/lilypond.map): add aybabtu to .map file.
3992
3993         * lily/note-column.cc (translate_rests): call flush_extent_cache()
3994         of parents when translating rests. Fixes: c-chord-rest.ly 
3995
3996         * lily/include/dimension-cache.hh (struct Dimension_cache): add
3997         dimension_callback_ member.
3998
3999         * lily/grob.cc (flush_extent_cache): new function. Force recompute
4000         of extents.
4001
4002 2005-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4003
4004         * all but lily/*: The grand 2004/2005 replace.
4005
4006 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4007
4008         * lily/*: add space after ,  
4009
4010         * scm/music-functions.scm (has-request-chord): don't use
4011         ly:music-name anywhere. Fixes <<\\>> notation. 
4012
4013         * scm/define-markup-commands.scm (box): use font-size for
4014         padding. Fixes boxed-rehearsal-marks.ly
4015
4016         * lily/parser.yy (assignment_id): allow LYRICS_STRING as
4017         identifier definition too, so foo = \lyrics { ...   } bar = #1
4018         doesn't complain about "bar" being LYRICS_STRING.
4019
4020         * lily/paper-def.cc (find_pango_font): new routine; Store
4021         pango_fonts in hash tab too. This is necessary for retrieving
4022         Pango_fonts::physical_font_tab() later on.
4023  
4024         * lily/pango-font.cc (pango_item_string_stencil): bugfix: don't
4025         crash if psname is null.
4026
4027         * lily/lily-guile.cc (ly_hash2alist): new function
4028
4029         * Documentation/user/changing-defaults.itely (Text encoding):
4030         rewrite. 
4031
4032         * lily/pango-font.cc (physical_font_tab): new member. Store PSname
4033         -> font_filename mapping.
4034
4035         * lily/pango-font-scheme.cc (LY_DEFINE): new file. New function
4036         ly_pango_font_physical_fonts
4037
4038         * scm/framework-ps.scm (supplies-or-needs): extract names from
4039         physical Pango_fonts.
4040
4041         * utf8.ly: new file.
4042
4043 2005-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4044
4045         * Documentation/user/changing-defaults.itely (Page layout): add
4046         doco about systemSeparatorMarkup.
4047
4048         * scm/page-layout.scm (default-page-make-stencil): add-to-page
4049         function.
4050         (default-page-make-stencil): insert system separators.
4051
4052         * scm/define-markup-commands.scm (hcenter): add
4053         (beam): add.
4054
4055 2005-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4056
4057         * scm/output-ps.scm (ez-ball): reinstate ez notation.
4058
4059 2005-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4060
4061         * lily/main.cc: Spell backend consistently.  Sort options.
4062
4063 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4064
4065         * scripts/lilypond-book.py (Module): revert @include.
4066         
4067 2005-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
4068
4069         * scripts/lilypond-book.py: Resurrect HTML links to .ly source.
4070         Bugfix: @include .tex (not .texi).  Small cleanups.
4071
4072         * stepmake/bin/add-html-footer.py (i18n): New function.
4073
4074 2005-01-31  Werner Lemberg  <wl@gnu.org>
4075
4076         * mf/feta-nummer.mf: Removed.  Unused.
4077
4078 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4079
4080         * lily/ : 2004 -> 2005 s&r
4081
4082         * scm/file-cache.scm (cached-file-contents): add file. Read each
4083         file only once.
4084
4085         * scm/font.scm (add-pango-fonts): change order. Medium weight is
4086         now default.
4087
4088         * VERSION: release 2.5.10
4089         
4090         * mf/GNUmakefile (INSTALLATION_OUT_FILES4): install cff.ps files.
4091
4092         * make/ly-rules.make ($(outdir)/%.texi): detect new EOF marker.
4093
4094         * scm/framework-ps.scm (dump-stencil-as-EPS): robustness: ensure
4095         that both X and Y extents of bbox are non-nil.
4096
4097 2005-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4098
4099         * scm/chord-name.scm (alteration->text-accidental-markup): change
4100         - to . 
4101
4102         * scm/output-ps.scm (utf8-string): add utf8-string for completeness.
4103
4104         * scm/framework-ps.scm (dump-stencil-as-EPS): new function
4105
4106         * Documentation/user/invoking.itely (Invoking lilypond): add note
4107         about EPS backend.
4108
4109         * scm/framework-eps.scm: new file: create per-system/per-page EPS
4110         files for inclusion in lilypond-book document.
4111
4112         * input/tutorial/lbook-latex-test.tex: rename from lilbook.tex
4113
4114         * input/tutorial/lbook-texi-test.texi: new file.
4115
4116         * scm/safe-lily.scm (safe-objects): add
4117         {begin,end}-of-line-(in)?visible as safe.
4118  
4119 2005-01-30  Graham Percival  <gperlist@shaw.ca>
4120
4121         * Documentation/user/changing-defaults.itely: fixed example
4122         of (dynamics).
4123
4124 2005-01-29  Graham Percival  <gperlist@shaw.ca>
4125
4126         * lily/main.cc: fix info about -o=FILE.
4127
4128 2005-01-29  Werner Lemberg  <wl@gnu.org>
4129
4130         * mf/feta-toevallig.mf ("Natural"): Completely changed the
4131         construction to assure smooth transition from straight to curved
4132         lines.
4133
4134 2005-01-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4135
4136         * lily/stencil.cc (moved_to_edge): don't halt on adding empty
4137         stencils.
4138
4139         * ps/lilyponddefs.ps: add start-page, start-system doesn't
4140         translate to top of page. Fixes alignment problems of
4141         lilypond-generated EPS files.
4142
4143 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4144
4145         * scm/part-combiner.scm (analyse-spanner-states): trigger on
4146         crescendo-end as well, since Decrescendo maybe ended with Stop
4147         Crescendo.). Fixes: partcombine-diminuendo.ly
4148
4149         * scm/script.scm (default-script-alist): swap portato symbols.
4150
4151         * lily/instrument-name-engraver.cc (acknowledge_grob): typo.
4152
4153         * lily/paper-outputter-scheme.cc (LY_DEFINE):
4154         ly:outputter-port. New function.
4155
4156         * scm/framework-ps.scm (output-classic-framework): dump a
4157         -systems.texi too
4158         (output-classic-framework): dump multiple systems on an "infinite"
4159         page EPS including fonts. 
4160
4161         * scripts/lilypond-book.py (Lilypond_snippet.ly_is_outdated): use
4162         .eps files for both texi and tex formats. Use PNG coming from
4163         lilypond.
4164         
4165 2005-01-28  Graham Percival  <gperlist@shaw.ca>
4166
4167         * Docuemntation/user/invoking.itely: fix info about -o=FILE.
4168
4169         * scripts/lilypond-latex.py: fix info about -o=FILE.
4170
4171 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4172
4173         * ly/generate-embedded-cff.ly: write .cff.ps files.
4174
4175         * mf/GNUmakefile ($(outdir)/lilypond.map): add .cff.ps to .map file.
4176
4177         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
4178         $(outdir)/%.svg $(outdir)/%.pfa): remove --simplify
4179
4180 2005-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4181
4182         * lily/include/guile-compatibility.hh (SCM_VECTOR_P): Compile fix.
4183
4184 2005-01-28  Werner Lemberg  <wl@gnu.org>
4185
4186         * mf/feta-macros.mf (soft_start_penstroke, soft_end_penstroke): New
4187         macros.
4188         (draw_bulb): Improved.
4189
4190         * mf/feta-pendaal.mf ("Pedal asterisk"): Remove workaround for
4191         metapost bug.
4192         (draw_pedal_P): Use soft_end_penstroke.
4193         (draw_pedal_d): Use soft_start_penstroke.
4194
4195         * mf/feta-schrift.mf ("Trill (`tr')"): Remove redundant point in
4196         path.
4197         ("Varied Coda"): Move some points to avoid fontforge warnings.  This
4198         doesn't change the glyph shape.
4199
4200         * mf/feta-accordion.mf ("accOldEE"): Draw glyph differently (without
4201         changing the shape) to avoid fontforge warnings.
4202
4203         * mf/feta-klef.mf (draw_tab_T, draw_tab_A, draw_tab_B): Use
4204         soft_end_penstroke and fix glyph shape.
4205
4206 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4207
4208         * lily/*.cc: Scheme deprecation of SCM_VECTOR_* 
4209
4210 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4211
4212         * scm/define-markup-commands.scm (line): filter out empty stencils
4213         from line command.
4214
4215         * lily/stencil-scheme.cc (LY_DEFINE): only allow finite real
4216         amount.
4217
4218 2005-01-27  Graham Percival  <gperlist@shaw.ca>
4219
4220         * Documentation/user/notation.itely: added info about what
4221         \voiceFoo does.  Also rewrote warning about marks at
4222         a line break.
4223
4224         * Documentation/user/changing-defaults.itely: added info
4225         about putting dynamics in parenthesis and brackets.
4226
4227 2005-01-27  Werner Lemberg  <wl@gnu.org>
4228
4229         * mf/feta-schrift.mf ("Trill (`tr')"): Fix typo.
4230
4231 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4232
4233         * mf/feta-schrift.mf: reverse u and d portato. Fixes:
4234         portato-direction.ly
4235
4236         * lily/beam.cc (consider_auto_knees): add beam height to
4237         threshold. Fixes: knee-multiple-beam.ly
4238
4239         * lily/instrument-name-engraver.cc (acknowledge_grob): also ignore
4240         pedal line spanners. Fixes: instrument-center-pedal.ly
4241
4242         * lily/auto-beam-engraver.cc (acknowledge_grob): stop beam
4243         if encountering barline. Fixes: auto-beam-repeat.ly
4244
4245 2005-01-26  Werner Lemberg  <wl@gnu.org>
4246
4247         * mf/feta-slag.mf (draw_trillelement): Fix shape to get clean
4248         overlapping.
4249
4250         * mf/feta-toevallig.mf (draw_meta_sharp): Fix shape to avoid curves
4251         with inflections for the 1/2 sharp glyph.
4252
4253         * mf/feta-schrift.mf ("Trill (`tr')"): Fix start position of
4254         connection between `t' and `r'.
4255         Unify bulb with the rest of `r' to avoid grazing outlines which
4256         confuses the overlap removal algorithm of fontforge.
4257
4258         * mf/feta-bolletjes.mf (draw_slash): Fix shape to avoid curves with
4259         inflections.
4260         (draw_cross): Fix shape to have uniform thickness in corners.
4261
4262         * mf/feta-pendaal.mf (draw_pedal_P): Break shape into smaller pieces
4263         to avoid an uneven number of self-intersections; this confuses
4264         fontforge.
4265         Fix a slight bug in the shape at left bottom (which is visible only
4266         at high magnifications).
4267         `Center' the stem horizontally to avoid overlapping.
4268
4269 2005-01-24  Werner Lemberg  <wl@gnu.org>
4270
4271         * mf/feta-autometric.mf (fet_beginfont): Set font_coding_scheme
4272         to `asis'.
4273         (fet_begingroup): Save group name in string `feta_group'.
4274         (fet_endgroup): Updated.
4275         (fet_beginchar): Emit `glyph_name' special for mf2pt1.
4276
4277         * mf/feta-bolletjes.mf: s/p/pat/ for paths.
4278
4279         * mf/feta-pendaal.mf ("Pedal asterisk"): Add workaround for bug
4280         in metapost.
4281
4282 2005-01-24  Graham Percival  <gperlist@shaw.ca>
4283
4284         * Documentation/user/notation.itely: really minor editing.
4285
4286 2005-01-22  Graham Percival  <gperlist@shaw.ca>
4287
4288         * Documentation/user/examples.itely: minor editing.
4289
4290         * Documentation/user/changing-defaults.itely: minor editing.
4291
4292         * Documentation/user/notation.itely: clarified info on polyphony
4293         and \addlyrics.
4294
4295 2005-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4296
4297         * scm/output-gnome.scm: 
4298         * scm/output-svg.scm:
4299         * scm/lily-library.scm (font-name-style): Update font name
4300         kludging for fontconfig use.
4301
4302 2005-01-20  Erlend Aasland  <erlenda@gmail.com>
4303
4304         * scm/define-markup-commands.scm: Document right-align and
4305         larger markup commands. Remove "TODO" from the topmost comment
4306         "each markup function should have a doc string." More consistent
4307         use of new-lines.
4308
4309 2005-01-22  Graham Percival  <gperlist@shaw.ca>
4310
4311         * Documentation/user/changing-defaults: removed info about
4312         copyright symbol, since it's likely to change soon.
4313         Added info about betweensystemspace.
4314
4315         * Documentation/user/notation.itely: minor fixes.
4316
4317         * Documentation/user/lilypond.tely,
4318         Documentation/user/music-glossary.tely: changed copyright
4319         date to 2005 instead of 2004.
4320
4321         * input/test/volta-chord-names.ly: added old example back.
4322
4323 2005-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4324
4325         * mf/feta-beugel.mf: use design size 20 (not 15).
4326
4327         * mf/aybabtu.pe.in: scale brace fonts to design sizes.
4328         change name to aybabtu completely
4329
4330 2005-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4331
4332         * buildscripts/gen-emmentaler-scripts.py (outdir): add
4333         design_size to fontname
4334
4335 2005-01-19  Werner Lemberg  <wl@gnu.org>
4336
4337         * mf/feta-accordion.mf, mf/feta-klef.mf, mf/feta-pendaal.mf,
4338         mf/feta-schrift.mf: s/p/pat/ if a path variable.
4339
4340         * mf/feta-autometric.mf (set_char_box): Add code which emits
4341         specials for mf2pt1 if run with metapost.
4342         (to_bp): New macro for mf2pt1.
4343
4344 2005-01-18  Graham Percival  <gperlist@shaw.ca>
4345
4346         * Documentation/user/changing-defaults: added info on
4347         creating a copyright symbol.
4348
4349 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4350
4351         * VERSION: release 2.5.9
4352         
4353 2005-01-18  Erlend Aasland  <erlenda@gmail.com>
4354
4355         * scm/auto-beam.scm: Simplify score-override-auto-beam-setting
4356
4357         * Documentation/user/notation.itely: Document
4358         score-override-auto-beam-setting Fix documentation for
4359         revert-auto-beam-setting.
4360
4361 2005-01-18  Werner Lemberg  <wl@gnu.org>
4362
4363         * scm/framework-ps.scm (ps-embed-cff): Fix DSC comments.
4364         (procset): New function to define a procset resource.
4365         (ps-embed-pfa): New function to define a font resource.
4366         (setup): New function to define a `Setup' environment.
4367         (preamble): Use new functions.
4368
4369         * ps/lilypond.defs (init-lilypond-parameters): New function to
4370         get rid of directly executed PS code.  Used in scm/framework-ps.scm.
4371
4372 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4373
4374         * mf/GNUmakefile (MFTRACE_FLAGS): add --no-afm to MFTRACE_FLAGS
4375
4376 2005-01-17  Erlend Aasland  <erlenda@gmail.com>
4377
4378         * scm/define-markup-commands.scm: Change number->markletter-string
4379         to take two arguments (vector number). Add number->mark-alphabet-vector
4380         and markalphabet markup command.
4381
4382         * scm/translation-functions.scm: Add format-mark-box-alphabet,
4383         format-mark-alphabet, format-mark-box-barnumbers and
4384         format-mark-barnumbers. Fix bug in format-mark-box-numbers.
4385
4386 2005-01-17  Graham Percival  <gperlist@shaw.ca>
4387
4388         * Documentation/user/examples.itely: add SATB automatic piano
4389         reduction template.
4390
4391         * Documentation/user/notation.itely: added info about changing
4392         partcombine texts.  Also adds examples of alternate lyrics.
4393
4394         * Documentation/user/changing-defaults.itely: added warning
4395         about \RemoveEmptyStaffContext overriding previous changes.
4396
4397 2005-01-17  Werner Lemberg  <wl@gnu.org>
4398
4399         * buildscripts/mf-to-table.py: Use `FetaAlphabetEncoding' for
4400         feta-alphabet*.
4401
4402 2005-01-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4403
4404         * python/lilylib.py (make_ps_images): don't do final showpage for
4405         multi-page documents.
4406         
4407         * VERSION (MY_PATCH_LEVEL): release 2.5.8
4408
4409 2005-01-16  Graham Percival  <gperlist@shaw.ca>
4410
4411         * Documentation/user/lilypond.tely: changed order of appendices;
4412         unified index should be last.
4413
4414         * Documentation/user/notation.itely: add example of key signatures
4415         and info about Staff.printKeyCancellation.
4416
4417 2005-01-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4418
4419         * lily/include/repeated-music.hh (class Repeated_music): change
4420         into "namespace" class.
4421
4422         * lily/event.cc: remove Key_change_event.
4423
4424         * lily/include/transposed-music.hh (class Transposed_music): remove.
4425
4426         * lily/transposed-music.cc: remove
4427
4428         * lily/include/relative-music.hh: remove.
4429
4430         * lily/include/music-sequence.hh (struct Music_sequence): change
4431         into "namespace" class.
4432
4433         * lily/untransposable-music.cc (Module): remove
4434
4435         * lily/include/un-relativable-music.hh (Module): remove
4436
4437         * lily/include/untransposable-music.hh (Module): remove
4438
4439         * lily/include/music-list.hh (Module): remove file
4440
4441         * lily/un-relativable-music.cc: remove file.
4442
4443 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
4444
4445         * lily/parser.yy: Compile fix.
4446
4447 2005-01-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4448
4449         * lily/include/music.hh (class Music): unvirtualize transpose().
4450
4451         * lily/sequential-music.cc: remove file.
4452
4453         * lily/include/lyric-combine-music.hh ("music.hh"): remove file.
4454
4455         * lily/slur-scoring.cc (get_best_curve): only switch on
4456         DEBUG_SLUR_SCORING for non NDEBUG builds.
4457
4458         * lily/include/music.hh (class Music): replace Music::start_mom()
4459         by start-callback property
4460
4461         * lily/include/grace-music.hh: remove file. 
4462
4463         * lily/stem.cc (height): robustness fix.
4464
4465         * lily/time-scaled-music.cc: remove file.
4466
4467         * lily/include/music.hh (class Music): include SCM init argument.
4468         (class Music): replace Music::get_length() virtual by
4469         length-callback property everywhere.
4470
4471         * scripts/convert-ly.py (conv): add  # to \property scalar value.
4472
4473         * mf/GNUmakefile: don't install *list.ly
4474
4475 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
4476
4477         * mf/GNUmakefile (CFF_FILES): Bugfix: only big cheeses and braces.
4478
4479 2005-01-12  Werner Lemberg  <wl@gnu.org>
4480
4481         This patch addresses the following problems in the feta sources
4482         files which contribute to the fetaXX fonts.
4483
4484         . Many fixes for rasterization at low resolutions (consistent use of
4485           `vround' and `hround', integer shift values for paths, applying
4486           `eps' for mirrored paths, use of `define_whole_pixels' and
4487           friends, etc.) -- while this probably looks like a waste of time
4488           it has revealed deficiencies in some glyph shapes.  See comment at
4489           the end of feta-params.mf how vertical symmetry is achieved.
4490
4491         . The `---' operator has been replaced everywhere with `--'; this
4492           both improves and considerably reduces the font size after
4493           conversion with mf2pt1.
4494
4495         These change aren't explicitly mentioned below since virtually all
4496         glyphs are affected.
4497
4498         Other notable differences:
4499
4500         . Glyphs from feta-accordion.mf now have charboxes around the
4501           outline.
4502
4503         . Fixed incorrect charbox for `accDot'.
4504
4505         . The `rcomma' and `lcomma' glyphs were distorted due to a typo.
4506
4507         . Fixed position of the bow in the `upprall' glyph and its siblings.
4508
4509         . The bulb size in the `2/2 meter' and `4/4 meter' glyphs is now
4510           dependent on the staff line thickness to avoid touching the middle
4511           staff line at smaller sizes.
4512
4513         . Largely extended output for feta-testXX: Where useful, glyphs
4514         are shown both between and on staff lines.
4515
4516
4517         * mf/feta-params.mf (staff_space_rounded,
4518         stafflinethickness_rounded, linethickness_rounded,
4519         ledgerlinethickness_rounded, stemthickness_rounded): New variables.
4520         Update all code which uses them where appropriate.
4521         (feta_eps, feta_shift, feta_space_shift, feta_offset, feta_fillpen):
4522         New variables used to control rasterization at low resolutions.  Set
4523         to zert if feta code is processed with metapost.
4524
4525         * mf/feta-macros.mf (draw_staff, draw_staff_outline): Updated.
4526         (draw_rounded_block, draw_square_block): Updated to use `--' only.
4527         (flare_path): Updated.
4528         Make it work with `filldraw' (but only circular pens).
4529         (hfloor, vfloor, hceiling, vceiling): New macros.
4530
4531         * mf/feta-accordion.mf ("accDiscant", "accFreebase", "accStdbase"):
4532         Use `draw' again in mf mode to have good pixel dropout control.
4533         Fix intersection points of horizontal lines with circle.
4534         ("accDot"): Fix parameters for set_char_box.
4535         ("accOldEE"): Use `draw' again in mf mode to have good pixel dropout
4536         control.
4537
4538         * mf/feta-banier.mf: Updated.
4539
4540         * mf/feta-bolletjes.mf (remember_pic): New variable, used for
4541         testing.
4542         (undraw_inside_ellipse): Remove `center' argument.  Update all
4543         callers.
4544         (draw_brevis): New macro, called by "Brevis notehead".
4545         (draw_whole_triangle_head): New macro, called by "Whole
4546         trianglehead".
4547         (draw_small_triangle_head): Use `filldraw'.
4548
4549         * mf/feta-eindelijk.mf: Remove useless global group.
4550         Updated.
4551
4552         * mf/feta-klef.mf (draw_c_clef): Correct point positions for using
4553         `filldraw'.
4554
4555         * mf/feta-pendaal.mf: Updated.
4556
4557         * mf/feta-puntje.mf: Updated.
4558
4559         * mf/feta-schrift.mf (draw_very_long_fermata): Simplified to use
4560         less points.
4561         ("Flageolet"): Use `draw' again in mf mode to have good pixel
4562         dropout control.
4563         ("Varied Coda"): Use `draw_block'.
4564         (draw_comma): Fix typo.
4565         (draw_arpeggio_arrow): Use `draw' also in mf mode to have good
4566         pixel dropout control.
4567
4568         * mf/feta-slag.mf ("upprall", "downprall", "lineprall"): Fix start
4569         position of bow.
4570
4571         * mf/feta-timesig.mf (draw_C): Reduce bulb size for smaller design
4572         sizes.
4573
4574         * mf/feta-toevallig.mf (remember_pic): New variable, used for
4575         testing.
4576         (draw_meta_sharp): Much simplified.
4577         ("Sharp", "1/2 Sharp", "3/4 Sharp"): Don't rotate but shift.
4578
4579         * mf/feta-test-generic.mf: Include all files as in feta-generic.mf.
4580
4581 2005-01-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4582
4583         * Documentation/user/notation.itely (Ancient rests): Fix typo
4584         (thanks Anthony)
4585
4586 2005-01-13  Jan Nieuwenhuizen  <janneke@gnu.org>
4587
4588         * scm/auto-beam.scm (score-override-auto-beam-setting): New function.
4589
4590         * lily/main.cc (setup_paths): Add cff.
4591
4592         * mf/GNUmakefile (foe): Include actual target %.cff.
4593         (INSTALLATION_OUT_SUFFIXES): Install CFF and SVG fonts too.
4594
4595 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4596
4597         * lily/include/lily-lexer.hh (class Lily_lexer): lose hungarian _b
4598         suffix for main_input_b_.
4599
4600         * scm/music-functions.scm (toplevel-music-functions):
4601         precompute music lengths for music expressions.  
4602
4603 2005-01-11  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4604
4605         * lily/include/input.hh (class Input): new `end_' slot for end of
4606         input. Renamed defined_str0_ to start_.
4607
4608         * lily/input.cc (Input): Add Input::Input (Input const &) and
4609         remove Input::Input (Source_file*, char const *). Use the new
4610         slots.
4611         (set_location): method used by bison to propagate input
4612         locations (YYLLOC_DEFAULT).
4613         (end_line_number, end_column_number, step_forward): new methods
4614         
4615         * lily/input-scheme.cc (ly:input-both-locations): new function,
4616         similar to ly:input-location, but also return the end line and
4617         column.
4618
4619         * lily/include/includable-lexer.hh: 
4620         * lily/includable-lexer.cc: 
4621         * lily/include/lily-lexer.hh (class Lily_lexer): 
4622         * lily/lily-lexer.cc (add_lexed_char): Move add_lexed_char from
4623         Includable_lexer to Lily_lexer, in order to update lexloc (the
4624         yylloc), a new slot of Lily_lexer.
4625         (here_input, LexerError): simplify by using the lexloc slot (aka
4626         yylloc)
4627
4628         * lily/lexer.ll: #define yylloc to use input locations (it may
4629         be useless here?). Fixed the #embedded_scm rule (step the location
4630         forward in order to skip the sharp sign before parsing the scheme
4631         expression)
4632
4633         * lily/include/lily-parser.hh (class Lily_parser): 
4634         * lily/lily-parser.cc: Remove push_spot(), pop_spot() and
4635         here_input()
4636         (parser_error): overload for more precise locations of errors.
4637
4638         * lily/parser.yy (YYLTYPE): set location type to Input
4639         (YYLLOC_DEFAULT): use Input::set_location()
4640         (yylex): add the YYLTYPE* location parameter.
4641         Clean push_spot()/pop_spot()/here_input(), and use @$, @1, etc.
4642         Give an Input parameter to THIS->parser-error() for more accurate
4643         messages.
4644
4645 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4646
4647         * stepmake/aclocal.m4: do NDEBUG for optimizing builds.
4648
4649         * lily/include/beam.hh (DEBUG_QUANTING): performance: only switch
4650         on BEAMQUANTING for non-NDEBUG builds.
4651
4652         * lily/stem.cc (head_count): performance: avoid String::String()
4653         inside oft called function.
4654
4655 2005-01-09  Graham Percival  <gperlist@shaw.ca>
4656
4657         * Documentation/user/examles.itely: attempted fix for broken
4658         string quartet template.
4659
4660         * Documentation/user/notation.itely: remove unnecessary broken
4661         link.
4662
4663 2005-01-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4664
4665         * VERSION (PACKAGE_NAME): release 2.5.7
4666
4667 2005-01-09  Jan Nieuwenhuizen  <janneke@gnu.org>
4668
4669         * config.make.in (METAFONT): Append -progname=mf, fixes use with
4670         mf-nowin for teTeX-3.0.  Backportme.
4671
4672         * scm/output-svg.scm (utf8-string): New function.
4673
4674         * scm/output-gnome.scm (utf8-string): New function.
4675         (otf-name-mangling): Remove.
4676
4677         * lily/pango-font.cc (Pango_font): Use font string iso font
4678         filename for utf8-text.
4679
4680         * buildscripts/gen-emmentaler-scripts.py: Remove designsize from
4681         name.
4682
4683 2005-01-08  Graham Percival  <gperlist@shaw.ca>
4684
4685         * Documentation/user/notation.itely: add info about
4686         Staff.extraNatural = ##f in Pitches section.  Also
4687         fixed some minor issues in the Vocal music section.
4688
4689 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4690
4691         * scm/output-ps.scm (white-text): comment out Helvetica font,
4692         which is broken for my GS install.
4693
4694         * lily/pango-font.cc (pango_item_string_stencil): use ink_rect,
4695         which provides a tighter bbox.
4696
4697         * scm/define-grobs.scm (all-grob-descriptions): remove all
4698         extra-offsets from definitions.
4699
4700 2005-01-08  Erlend Aasland  <erlenda@gmail.com>
4701
4702         * scm/output-lib.scm: Rename guitar-tunings to guitar-tuning and
4703         add tuning for 4-string bass and some common 4/5-string banjo
4704         tunings.  New function (four-string-banjo) turns a 5-string tuning
4705         into a 4-string tuning.  New function
4706         (fret-number-tablature-format-banjo) computes correct fret numbers
4707         on 5-string banjos.
4708
4709         * ly/engraver-init.ly: Default stringTunings = #guitar-tuning
4710         Add beam correction to TabVoice.
4711
4712         * scm/define-grobs.scm: Adjust notehead offset. Print fret numbers
4713         using bold font; makes tabs more readable.
4714
4715 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4716
4717         * lily/font-select.cc (get_font_by_design_size): don't make
4718         Modified_font_metric; this causes trouble, since we don't know the
4719         font magnification from inside Pango_font::text_stencil()
4720
4721         * lily/all-font-metrics.cc (find_pango_font): take magnification argument.
4722
4723         * Documentation/user/notation.itely (The Lyrics context): comment out
4724         broken {Small ensembles} link.
4725
4726         * scm/framework-svg.scm (output-framework): change calling convention.
4727
4728         * lily/object-key-dumper-scheme.cc: new file.
4729
4730         * lily/object-key-undumper-scheme.cc: new file.
4731
4732         * lily/tweak-registration-scheme.cc: new file.
4733
4734         * lily/pango-select.cc (symbol_to_pango_variant): init local variable.
4735
4736         * Documentation/user/examples.itely (String quartet): uncomment
4737         broken example.
4738
4739         * lily/font-config.cc: new file.
4740
4741 2005-01-08  Jan Nieuwenhuizen  <janneke@gnu.org>
4742
4743         * scm/output-svg.scm: 
4744         * scm/output-gnome.scm: s/bigcheese/emmentaler.
4745
4746         * lily/score-engraver.cc (MUSIC_FONT): Use emmentaler20.
4747
4748 2005-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
4749
4750         * lily/general-scheme.cc (LY_DEFINE): Use snprintf (WAS: sprintf).
4751         Add headers.
4752
4753         * lily/GNUmakefile (general-scheme.o): Add version.hh dependency.
4754
4755 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4756
4757         * mf/GNUmakefile (debian-mirror): rename bigcheese to emmentaler.
4758
4759         * lily/include/main.hh: lose _b hungarian suffixes for global
4760         variables.
4761
4762         * lily/include/lily-guile-macros.hh: new file.
4763
4764         * lily/pango-select-scheme.cc (LY_DEFINE): new file.
4765
4766         * lily/general-scheme.cc: new file. 
4767
4768         * lily/font-select.cc (get_font_by_design_size): retrieve
4769         PangoFont for (designsize . "pango-descr") entries.
4770
4771         * lily/lily-parser-scheme.cc: new file.
4772
4773         * lily/output-def-scheme.cc: new file.
4774
4775         * lily/paper-book-scheme.cc: new file.
4776
4777         * lily/duration-scheme.cc (LY_DEFINE): new file.
4778
4779         * lily/pitch-scheme.cc:  new file.
4780
4781         * scm/font.scm (add-cmr-fonts): use real dimens in font selection.
4782
4783 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4784
4785         * lily/dimensions.cc (LY_DEFINE): add ly:{inch,cm,mm,bp,pt}.
4786
4787 2005-01-06  Graham Percival  <gperlist@shaw.ca>
4788
4789         * Documentation/user/notation.itely: minor editing.
4790
4791         * Documentation/user/changing-defaults: minor editing.
4792
4793         * Documentation/user/examples.itely: add template for
4794         string quartet part extraction; demonstrates tag.
4795
4796 2005-01-06  Erlend Aasland  <erlenda@gmail.com>
4797
4798         * Documentation/user/notation.itely: documents
4799         format-mark-box-letters and format-mark-box-numbers
4800
4801         * scm/define-context-properties.scm: change comment.
4802
4803 2005-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4804
4805         * scm/framework-ps.scm (output-classic-framework): new function:
4806         dump systems as separate .eps files (without fonts) and write a
4807         single collecting .tex file.
4808
4809 2005-01-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4810
4811         * Documentation/user/notation.itely (Setting simple songs):
4812         Correct several errors in the equivalent formulation of
4813         \addlyrics. 
4814         (The Lyrics context): Corrected link to the SATB example.
4815
4816 2005-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4817
4818         * scm/lily.scm (completize-formats): new function
4819         (postprocess-output): new function
4820
4821         * lily/paper-book.cc (classic_output): change calling
4822         convention. Give basename as first argument. 
4823         remove Paper_book::post_processing().
4824
4825         * lily/lily-guile.cc (LY_DEFINE): ly:output-backend, new function.
4826
4827 2005-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4828
4829         * lily/paper-outputter.cc (LY_DEFINE): new function
4830         ly:outputter-close.
4831
4832         * lily/main.cc: change --format,-f to --backend,-b
4833
4834         * lily/include/main.hh: rename format to backend.
4835
4836         * scm/translation-functions.scm (format-mark-box-numbers): add.
4837         patch by Erlend Aasland
4838
4839 2005-01-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4840
4841         * lily/pango-font.cc (text_stencil): dump string as
4842         (utf-8-string FONTDESC UTF8) for use in -f gnome, -f svg.
4843
4844 2005-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4845
4846         * configure.in (gui_b): Remove handy developer-only
4847         PKG_CONFIG_PATH settings that cater for Jan-and-Han-Wen ~/usr/pkg/
4848         CVS source installations (but break other non-default but correct
4849         PKG_CONFIG_PATH setups), as this is no longer developer-only.
4850
4851         * SConstruct: 
4852         * ps/GNUmakefile (INSTALLATION_FILES): teTeX-3.0
4853         compatibility (backportme).
4854
4855         * GNUmakefile.in: teTeX-3.0 compatibility (backportme).
4856
4857 2005-01-03  Werner Lemberg  <wl@gnu.org>
4858
4859         Prepare glyph shapes for mf2pt1 conversion.
4860
4861         * mf/feta-accordion.mf (accreg_pen): Removed.  No longer used.
4862         (accDiscant, accFreebase, accStdbase): Replace `draw' with
4863         `penstroke'.
4864         (accDot): Use `drawdot'.
4865         (accBayanbase): Replace `draw' with `draw_gridline'.
4866         (print_penpos): Moved to feta-macros.mf.
4867         (accOldEE): Replace `filldraw' with `penstroke'.
4868         Replace `draw' with `penstroke' and `drawdot'.
4869
4870         * mf/feta-banier.mf: Code clean-up.
4871         ("grace dash (up)", "grace dash (down)"): Replace `draw' with
4872         `fill'.
4873
4874         * mf/feta-bolletjes (draw_cross): Remove call to `labels'.
4875
4876         * mf/feta-eindelijk.mf (draw_rest_bulb, draw_eigth_rest): Add
4877         paremeter to control drawing of labels.  Update all callers.
4878
4879         * mf/feta-klef.mf (draw_c_clef): Use `&' not `..' to connect paths.
4880         (new_bulb): Return a bulb as a single path.  To do that, it now
4881         takes some more parameters.  Updated all callers.
4882         (draw_gclef): Major clean-up.  `draw' has been replaced with
4883         `penstroke', unnecessary outlines have been removed.
4884         Remove (unused) gnome-canvas code.
4885
4886         * mf/feta-macros.mf (print_penpos): New macro (from
4887         feta-accordion.mf).
4888         Other minor fixes.
4889
4890         * mf/feta-pendaal.mf ("Pedal asterisk"): Use `undrawdot'.
4891         ("Pedal dot"): Use `drawdot'.
4892         (draw_pedal_P): Add parameter to control drawing of labels.  Update
4893         all callers.
4894         Fix shape at top.
4895         (draw_pedal_e): Add parameter to control drawing of labels.  Update
4896         all callers.
4897         (draw_pedal_d): Add parameter to control drawing of labels.  Update
4898         all callers.
4899         Revert drawing direction.
4900
4901         * mf/feta-schrift.mf (draw_fermata): Use single path.
4902         (draw_short_fermata): Replace `filldraw' with `fill'.
4903         (draw_long_fermata, draw_very_long_fermata): Replace calls to
4904         `draw_rounded_block' with a single path.
4905         ("Thumb"): Draw full circle instead of mirroring segments.
4906         (draw_accent): New macro.
4907         ("> accent", "espr"): Use it.
4908         (draw_marcato): Replace `filldraw' and `draw' with `fill'.
4909         ("open (unstopped)"): Draw full circle instead of mirroring
4910         segments.
4911         (draw_vee): Removed.
4912         ("Upbow"): Use `draw_accent' instead of `draw_vee'.
4913         ("Downbow"): Replace calls to `draw_rounded_block' with a single
4914         path.
4915         ("Trill (`tr')"): Replace overlapping loop drawn with `draw' with
4916         partial pieces drawn with `fill' -- these do still overlap with the
4917         stem of the `t' but just once, not multiple times so that fontforge
4918         can handle it gracefully.
4919         Change other parts of the glyph so that fontforge's overlapping
4920         algorithm reliably works.
4921         (draw_heel): Replace `draw' with `fill'.
4922         (draw_toe): Use `draw_accent' instead of `draw_vee'.
4923         ("Flageolet"): Replace `draw' with `penstroke'.
4924         ("Segno"): Replace `filldraw' with `penstroke'.
4925         Replace `draw' with `drawdot'.
4926         ("Coda"): Replace `fill' with `penstroke', using a single path.
4927         ("Varied Coda"): Use less overlapping paths.
4928         (draw_arpeggio_arrow): Replace `filldraw' with `fill', using a
4929         single path.
4930
4931         * mf/feta-slag.mf (draw_trillelement): Put `clearxy' outside of
4932         group to better control the `labels' command.
4933         Rename argument to `offset' and use it actually.  Update all
4934         callers.
4935         Replace `filldraw' with `fill'.
4936         ("mordent", "prallmordent", "upmordent", "downmordent",
4937         "lineprall"): Replace `draw' with `draw_gridline'.
4938         ("upprall", "downprall"): Replace `draw' with `fill'.
4939
4940         * mf/feta-timesig.mf: Formatting.
4941
4942         * mf feta-toevallig.mf (draw_meta_flag): Move code to draw labels
4943         to...
4944         ("Flat"): Here.
4945         (draw_paren): Move code to draw labels to...
4946         ("Right Parenthesis"): Here.
4947
4948 2005-01-02  Graham Percival <gperlist@shaw.ca>
4949
4950         * Documentation/user/notation.itely: add example of \setTextDecresc
4951         and \setTextDim.
4952
4953 2005-01-02  Tatsuya Ono <tats_ono@infoseek.jp>
4954
4955         * scm/define-markup-commands.scm :  fix glyph-strings of
4956         accidentals and \note-by-number
4957
4958 2005-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4959
4960         * VERSION: 2.5.6 released.
4961         
4962         * ps/lilyponddefs.ps: put mm -> pt scaling in here.
4963
4964         * input/regression/new-markup-scheme.ly: oops. font-family=music
4965         -> font-encoding fetaMusic.  
4966
4967         * lily/main.cc: put default to PS.
4968
4969         * lily/tfm.cc: idem.
4970
4971         * lily/afm.cc: idem.
4972
4973         * lily/include/modified-font-metric.hh (struct
4974         Modified_font_metric): remove coding_scheme() method.
4975
4976         * input/mutopia/F.Schubert/morgenlied.ly: convert to utf8
4977
4978         * scripts/convert-ly.py (conv): crash on encountering \encoding.
4979
4980         * input/les-nereides.ly: convert to utf8
4981
4982         * lily/modified-font-metric.cc (text_dimension): idem.
4983
4984         * lily/parser.yy (TODO): idem.
4985
4986         * lily/include/lily-lexer.hh (class Lily_lexer): idem.
4987
4988         * lily/lexer.ll: remove encoding
4989
4990         * scm/framework-ps.scm (output-variables): separately scale the
4991         page to mm 
4992
4993         * lily/pango-font.cc (Pango_font): fix scaling.
4994
4995         * lily/font-metric.cc (design_size): design_size returns a
4996         dimension now as well.
4997
4998 2004-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4999
5000         * mf/GNUmakefile ($(outdir)/%.otf-table): use findstring. Fixes
5001         brace generation. 
5002
5003         * lily/text-metrics.cc (LY_DEFINE): use scm_c_make_hash_table().
5004
5005 2004-12-30  Jan Nieuwenhuizen  <janneke@gnu.org>
5006
5007         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Do not try to
5008         install unbuildable Fontmap and Fontmap.lily (Simon Aridis-Lang).
5009
5010 2004-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5011
5012         * mf/GNUmakefile ($(outdir)/%.otf-table): include parmesan20.lisp
5013         in first run as well.
5014
5015         * scm/paper.scm (layout-set-staff-size): use text-font-size in
5016         dimension less points (ie. 12 = 12 point)
5017
5018         * lily/pango-select.cc (select_pango_font): use find_scaled_font().
5019
5020         * lily/all-font-metrics.cc (find_pango_font): set description_
5021
5022         * lily/pango-font.cc (text_stencil): export size as well.
5023         (text_stencil): fix scaling and extents box.
5024
5025 2004-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5026
5027         * Documentation/topdocs/NEWS.texi (Top): add -f texstr
5028
5029         * Documentation/user/invoking.itely (Invoking lilypond): document
5030         texstr
5031
5032         * scripts/convert-ly.py (conv): add ancient rules.
5033
5034         * scm/clef.scm (c0-pitch-alist): replace - with .
5035
5036         * scripts/lilypond-book.py (process_snippets): add texstr support.
5037
5038         * scm/framework-texstr.scm (header): change extension to .textmetrics
5039
5040         * lily/lily-parser.cc (parse_file): do try_load_text_metrics for
5041         -f tex.
5042
5043         * lily/text-metrics.cc: new file.
5044         (try_load_text_metrics): new function
5045
5046         * lily/include/text-metrics.hh: new file.
5047
5048 2004-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5049
5050         * lily/include/lily-guile.hh (ly_lily_module_constant): rename
5051         ly_scheme_function to ly_lily_module_constant.
5052
5053         * lily/modified-font-metric.cc (text_dimension): try
5054         lookup_tex_text_dimension() first.
5055
5056         * lily/tfm.cc: new function ly:load-text-dimensions
5057
5058 2004-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5059
5060         * scm/output-texstr.scm (text): use \lilygetmetrics
5061
5062         * scm/framework-texstr.scm (header): dump in new format.
5063
5064         * tex/lilypond-tex-metrics: new file.
5065         
5066 2004-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5067
5068         * lily/pango-font.cc (text_stencil): Quick try at glyph->charcode
5069         mapping.
5070         (index_to_charcode): New method.
5071
5072         * scm/output-ps.scm (glyph-string): 
5073         * scm/output-gnome.scm (glyph-string): Add FONT parameter.
5074
5075 2004-12-26  Jan Nieuwenhuizen  <janneke@gnu.org>
5076
5077         * scm/output-gnome.scm (FIXME-glyph-string): New function.  Cannot
5078         implement fully, need FONT to get to charcode.
5079
5080         * scm/lily.scm (ly:all-stencil-expressions): Add glyph-string.
5081
5082         * scm: Cleanups.
5083
5084         * Documentation/user/changing-defaults.itely: Fix internalsrefs
5085         {Tunable context properties},
5086         {All layout objects},
5087         {Music definitions}.
5088
5089 2004-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5090
5091         * VERSION: release 2.5.5
5092         
5093         * lily/main.cc: use TeX as default output format.
5094
5095         * flower/file-path.cc (find): try to open directly as well, so we
5096         find absolute path files. 
5097
5098         * lily/pango-select.cc: new file.
5099
5100         * scm/framework-ps.scm: remove all encoding code. 
5101         load pfb/pfa for PangoFont too.
5102         
5103         * lily/lily-guile.cc (ly_chain_assoc_get): new function.
5104
5105 2004-12-22  Werner Lemberg  <wl@gnu.org>
5106
5107         Prepare glyph shapes for mf2pt1 conversion.
5108
5109         * mf/feta-toevallig.mf ("Double Sharp"): Minor path fix.
5110
5111         * mf/feta-bolletjes.mf (penposx): New auxiliary macro.
5112         (define_triangle_shape): Use it to replace `draw' with `fill' and
5113         `unfill'.  Update all callers.
5114         (draw_slash): Replace `filldraw' with `fill'.  Update all callers.
5115         (draw_cross): Ditto.
5116         ("X-Circled notehead"): Replace `draw' with `fill' and `unfill'.
5117         Use penrazor for better conversion with mf2pt1.
5118         (generic_draw_solfa_note_shape, draw_solfa_note_shape,
5119         draw_solfa_quarter_note_shape, triangle): Removed.  Unused.
5120         (draw_do_head, draw_re_head, draw_mi_head, draw_fa_head,
5121         draw_la_head, draw_ti_head): Replace `filldraw' with
5122         `fill'.  Update all callers.
5123
5124 2004-12-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5125
5126         * lily/paper-book.cc (output): revert: only allow a single output
5127         format.
5128
5129         * lily/include/pango-font.hh: new file.
5130
5131         * lily/pango-font.cc: new file.
5132
5133         * lily/font-metric.cc (text_stencil): new routine
5134
5135         * lily/all-font-metrics.cc (find_pango_font): new routine.
5136
5137         * lily/include/font-metric.hh (struct Font_metric): add
5138         text_stencil()
5139
5140         * configure.in (PKG_CONFIG_PATH): require PANGO_FT2
5141
5142 2004-12-22  Werner Lemberg  <wl@gnu.org>
5143
5144         Prepare glyph shapes for mf2pt1 conversion.
5145
5146         * mf/feta-macros.mf, mf_feta-eindelijk.mf: Some formatting.
5147
5148         * mf/feta-toevallig.mf: Formatting.
5149         (draw_meta_sharp): Modify path to replace `filldraw' with `fill'.
5150         ("Natural"): Fix paths to allow better postprocessing.
5151         (draw_meta_flat): Use `z3l' as additional point in path to get
5152         better conversion with mf2pt1.
5153         Other minor cleanups.
5154         ("3/4 Flat"): Add auxiliary points and modify path to replace
5155         `draw' with `fill'.
5156         ("Double Sharp"): Mirror path segments instead of picture elements
5157         to get a single outline.
5158         Modify path to replace `filldraw' with `fill'.
5159
5160 2004-12-22  Graham Percival  <gperlist@shaw.ca>
5161
5162         * input/test/unfold-all-repeats.ly: added file back.
5163
5164         * Documentation/user/notation.itely,
5165         Documentation/user/programming-interface.itely
5166         Documentation/user/changing-defaults.itely: fixed misc broken
5167         links to input/test/ files.
5168
5169 2004-12-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5170
5171         * tex/texinfo.tex: Update.  We should not be distributing this,
5172         but since we do, use latest version.
5173
5174         * Documentation/user/macros.itexi: Comment-out \fetaflat,
5175         \fetasharp.  Fixes make web.  FIXME: make usable (compatible?) TeX
5176         macros for feta glyphs.
5177
5178 2004-12-22  Graham Percival  <gperlist@shaw.ca>
5179
5180         * Documentation/user/changing-defaults.itely: fix index for set.
5181
5182         * Documentation/user/converters.itely: added convert-ly bugs list
5183         from CVS.
5184
5185 2004-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5186
5187         * python/lilylib.py (setup_environment): Set GS_FONTPATH, GS_LIB
5188         to empty.  Fixes make web, using gs-gpl-8.01.  In fact,
5189         gs-afpl-8.50 has more trouble with make web (ie, uses *a lot* more
5190         resourses; 3x MAXSIZE, 4x MAXRSS, 1.5x user).
5191
5192         * mf/GNUmakefile (pfa_warning): Use less broken check.
5193
5194         * python/lilylib.py (setup_environment): Remove cruft from
5195         GS_FONTPATH.
5196
5197         * configure.in: Bump mftrace requirement to 1.1.1.
5198
5199 2004-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5200
5201         * scm/output-svg.scm (beam): Use polygon.
5202
5203         * scm/lily-library.scm: Bugfix.
5204
5205         * Documentation/user/invoking.itely (Invoking lilypond): Bugfix.
5206
5207         * mf/GNUmakefile (ALL_GEN_FILES): Remove unbuildable Fontmap.lily.
5208
5209 2004-12-19  Werner Lemberg  <wl@gnu.org>
5210
5211         Prepare glyph shapes for mf2pt1 conversion.
5212
5213         * mf/feta-eindelijk: Some formatting.
5214         (multi_rest_x, multi_beam_height): Removed.  Unused.
5215         ("Quarter rest"): Use `intersectiontimes' to create a single
5216         outline.
5217         (rest_crook): Removed.  Unused.
5218         (draw_rest_bulb): Return path (wihtout filling).  Update callers.
5219         Simplified.
5220         (draw_eighth_rest, "16th rest", "32th rest", "64th rest",
5221         "128th rest"): Simplify `pat'.
5222         Create single outline.
5223
5224 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5225
5226         * mf/GNUmakefile (ALL_GEN_FILES):
5227         (INSTALLATION_OUT_SUFFIXES): Remove unbuildable fonts.scale.
5228
5229         * scm/output-svg.scm (polygon, draw-line, dashed-line): New
5230         function.
5231
5232 2004-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5233
5234         * scm/output-texstr.scm (placebox): add routine
5235
5236         * VERSION (PACKAGE_NAME): release 2.5.4
5237
5238         * scm/framework-texstr.scm (output-framework): new file.  
5239
5240         * scm/output-texstr.scm: new file. Collect (TEXT . ) calls for TeX
5241         processing.
5242
5243         * Documentation/user/invoking.itely (Invoking lilypond): add SVG
5244
5245         * stepmake/stepmake/metafont-rules.make: make single SVG/PFA/PFB
5246         rule.
5247
5248         * configure.in (gui_b): bump mftrace requirement to 1.1.0
5249
5250         * mf/feta-bolletjes.mf (triangle): add s to 0triangle.
5251
5252         * mf/GNUmakefile (ALL_GEN_FILES): make SVG files too.
5253
5254 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5255
5256         * scm/framework-svg.scm (dump-page): Implement landscape.
5257
5258 2004-12-18  Jan Nieuwenhuizen  <janneke@gnu.org>
5259
5260         * lily/main.cc (setup_paths): Add svg to search path.
5261
5262         * scm/output-svg.scm:
5263         * scm/framework-svg.scm: Add pageSet.  Update.
5264         (dump-fonts): New function.
5265         (output-framework): Use it.
5266
5267         * mf/GNUmakefile: 
5268         * buildscripts/gen-bigcheese-scripts.py: Also generate SVG font.
5269
5270 2004-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5271
5272         * tex/lilyponddefs.tex: comment out new ifpdf code.
5273
5274 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5275
5276         * GNUmakefile.in: 
5277         * SConstruct (symlink): Replace afm by otf.
5278
5279         * scm/framework-gnome.scm (gnome-main): Remove invocation of
5280         ly:pango-add-afm-decoder.
5281
5282         * lily/lily-guile.cc ("ly:pango-add-afm-decoder"): Build fix: Remove.
5283
5284 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5285
5286         * scm/output-ps.scm (new-text): don't access t glyph for getting
5287         space dimension.
5288
5289         * ly/init.ly: warn about \version
5290
5291         * lily/lexer.ll: set version-seen?
5292
5293 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5294
5295         * scm/output-svg.scm (string->entities): Update.
5296
5297 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5298
5299         * lily/main.cc (setup_paths): replace afm by otf for path. 
5300
5301         * lily/pangofc-afm-decoder.cc: remove.
5302
5303         * lily/include/pangofc-afm-decoder.hh: remove.
5304
5305         * scm/framework-scm.scm (output-framework): new file.
5306
5307         * mf/GNUmakefile: remove SAUTER_FONTS.
5308         remove SVG/sodipodi hacks.
5309
5310         * scm/lily-library.scm (stderr): move stderr.
5311
5312         * mf/GNUmakefile: remove AFM support.
5313
5314         * buildscripts/mf-to-table.py (base): remove AFM support.
5315
5316         * lily/open-type-font.cc (design_size): use design_size
5317
5318 2004-12-17  Pedro Kroger  <kroeger@pedrokroeger.net>
5319
5320         * lily/font-metric.cc (LY_DEFINE): Fix the docstring.
5321
5322 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5323
5324         * mf/GNUmakefile: Generate combined aybabtu info.
5325         * mf/aybabtu.pe.in (i): Load it.
5326
5327         * scm/framework-tex.scm (otf-font-load-command): Bugfix: subfonts
5328         are not symbols.
5329
5330         * lily/include/open-type-font.hh (count): New method.
5331
5332         * mf/aybabtu.pe.in: Typo.
5333
5334         * Documentation/user/out/lilypond-internals.nexi (Scheme
5335         functions): Typo.
5336
5337         * lily/include/guile-compatibility.hh (SCM_HASHTABLE_P): Add compat.
5338
5339 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5340
5341         * buildscripts/gen-bigcheese-scripts.py (i): use symbols for
5342         subfonts.
5343
5344         * scm/output-tex.scm (named-glyph): new function. This fixes TeX output.
5345
5346         * scm/framework-tex.scm (otf-font-load-command): load subfonts.
5347         (tex-font-command-raw): new function.
5348
5349         * lily/include/virtual-font-metric.hh (Module): remove file
5350
5351         * lily/virtual-font-metric.cc (Module): remove file.
5352         
5353
5354         * lily/open-type-font.cc (LY_DEFINE): ly:otf-font-glyph-info
5355         (get_indexed_char): read bbox from lily table if present.
5356
5357 2004-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5358
5359         * mf/GNUmakefile ($(outdir)/aybabtu.subfonts): rule for
5360         aybabtu.subfonts
5361
5362         * mf/feta-beugel.mf (y): don't number consecutively, instead, use
5363         global glyphname. Enables more than 64 glyphs in the OTF.
5364
5365 2004-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
5366
5367         * scm/font.scm (add-music-fonts): Load aybabtu iso all separate
5368         braces.
5369
5370         * lily/open-type-font.cc (design_size): Use 12 as default for
5371         design size.
5372
5373         * mf/aybabtu.pe.in: New file.  Merge all our braces.
5374
5375         * mf/GNUmakefile: Generate aybabtu.
5376
5377         * tex/lilyponddefs.tex: teTeX 3.0 pdfetex fix.
5378
5379 2004-12-14  Jan Nieuwenhuizen  <janneke@gnu.org>
5380
5381         * scm/lily-library.scm (char->unicode-index): Remove.
5382
5383         * scm/output-gnome.scm (text): Bugfix for plain string input.
5384         Updates.
5385
5386         * scm/output-svg.scm (svg-font): Add weight to font selection.
5387
5388 2004-12-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5389
5390         * Documentation/topdocs/INSTALL.texi (Top): Point to
5391         buildscripts/out/clean-fonts instead of
5392         buildscripts/clean-fonts.sh. 
5393
5394 2004-12-13  Graham Percival  <gperlist@shaw.ca>
5395
5396         * input/regression/figured-bass.ly: attempt to clarify text.
5397
5398         * Documentation/user/notation.tely: add cindex for tag, attempt to
5399         add figured bass example.
5400
5401         * Documentation/user/changing-defaults: basic editing.
5402
5403 2004-12-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5404
5405         * buildscripts/gen-bigcheese-scripts.py (i): load .subfonts table. 
5406
5407         * lily/open-type-font.cc (LY_DEFINE): new function
5408         ly:font-sub-fonts
5409
5410         * lily/include/font-metric.hh (struct Font_metric): new method
5411         sub_fonts()
5412
5413         * lily/vaticana-ligature-engraver.cc (transform_heads): replace
5414         . with - in add.stem.
5415         
5416 2004-12-13  Jan Nieuwenhuizen  <janneke@gnu.org>
5417
5418         * scm/encoding.scm (coding-alist): Fix encodings for fetaNumber
5419         and fetaDynamic.
5420
5421         * lily/rest.cc (glyph_name): Change - to . .
5422
5423         * scm/output-gnome.scm (text): Hello world, again.
5424
5425         * scm/output-svg.scm (named-glyph): New function.  Hello world!
5426
5427         * lily/modified-font-metric.cc (index_to_charcode): New method.
5428
5429         * lily/include/font-metric.hh (index_to_charcode): New function.
5430
5431         * lily/font-metric.cc (ly:font-glyph-name-to-charcode): Use it in
5432         new function.
5433         (ly:font-glyph-to-index): Remove.
5434
5435 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5436
5437         * lily/open-type-font.cc (make_index_to_charcode_map): new method.
5438
5439         * mf/feta-autometric.mf (code): remove tex name from fet_beginchar.
5440
5441         * lily/open-type-font.cc (load_scheme_table): new function
5442
5443         * lily/dots.cc (print): replace - 
5444
5445         * lily/open-type-font.cc (attachment_point): new function.
5446         (load_table): read LILC table
5447
5448         * buildscripts/gen-bigcheese-scripts.py (Module): new
5449         file. Generate FF scripts.
5450
5451         * mf/feta-din10.mf: idem.
5452
5453         * mf/feta-nummer10.mf: remove mf files.
5454
5455         * mf/feta-alphabet.mf (dynamic_design_size): merge din and number font.
5456
5457 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
5458
5459         * lily/lily-guile.cc: Use scm_from_locale_stringn.
5460
5461         * lily/include/guile-compatibility.hh (scm_from_locale_stringn): Add
5462         compatibility.
5463
5464 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5465
5466         * lily/open-type-font.cc (get_indexed_char): scale metrics by
5467         design-size and units_per_EM.
5468
5469         * mf/bigcheese.pe.in: set PUA codepoints before loading din & nummer.
5470
5471 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
5472
5473         * mf/bigcheese.pe.in (i): Map to 0xe000 (PUA) for testing, which
5474         does not crash fontforge.
5475
5476         * scm/lily-library.scm (char->unicode-index): Hack to map onto
5477         PUA.
5478
5479 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5480
5481         * scm/framework-ps.scm (ps-embed-cff): new function.
5482
5483         * lily/lily-guile.cc (LY_DEFINE): make ly:gulp-file binary proof.
5484
5485 2004-12-12  Werner Lemberg  <wl@gnu.org>
5486
5487         * mf/bigcheese.pe.in: Add PUA mapping.
5488         Don't create Type 42 but bare CFF font.
5489
5490 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
5491
5492         * scm/output-gnome.scm (placebox): Hackery to get bigcheese symbols
5493         within canvas boundaries.
5494
5495         * mf/merge.pe.in: Set font names, version, license GPL.
5496
5497         * make/substitute.make: Add FONTFORGE.
5498
5499         * config.make.in (FONTFORGE): Add.
5500
5501         * configure.in (gui_b): Use PATH_PROG for fontforge.
5502
5503 2004-12-11  Graham Percival  <gperlist@shaw.ca>
5504
5505         * scm/define-markup-commands.scm: add baseline-skip to info
5506         about \column.
5507
5508 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
5509
5510         * lily/font-metric.cc (ly:font-get-glyph-index): New function.
5511
5512         * scm/output-gnome.scm (named-glyph): Use it.
5513
5514         * scm/lily.scm (ly:all-stencil-expressions): Add named-glyph.
5515
5516         * flower/string.cc (substitute_char): Rename, rewrite, modify this.
5517         (upper_string, lower_string, reverse_string): Remove.
5518
5519         * configure.in (fontforge): Reinstate version check.
5520
5521         * ly/engraver-init.ly: Fix clef glyph names.
5522
5523         * lily/time-signature.cc (special_time_signature): Fix fraction
5524         glyph names.
5525
5526 2004-12-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5527
5528         * mf/merge.pe: new file.
5529
5530         * lily/freetype.cc: new file.
5531
5532         * lily/include/open-type-font.hh (class Open_type_font): new file.
5533
5534         * lily/include/freetype.hh: new file.
5535
5536         * lily/open-type-font.cc: new file.
5537
5538         * lily/all-font-metrics.cc (find_otf): new function.
5539
5540 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
5541
5542         * lily/time-signature.cc (special_time_signature): Fix.
5543
5544         * configure.in (PKG_CONFIG_PATH): Remove stray `i'.  Check for
5545         GTK2 before checking for pango.  Fixes -fgnome.
5546
5547         * lily/font-metric.cc (LY_DEFINE): Also rename C name to match
5548         Scheme name.
5549
5550         * scm/define-markup-commands.scm:
5551         * scm/safe-lily.scm: Bugfix: ly:font-by-name.
5552
5553         * configure.in: Require makeinfo 4.7 (needed for @ifdocbook).
5554
5555         * stepmake/aclocal.m4 (STEPMAKE_GET_VERSION): Grok fontforge-like
5556         date versions.  Fixes configure.
5557         (STEPMAKE_CHECK_VERSION): Support optional actual program version
5558         argument.
5559
5560 2004-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5561
5562         * buildscripts/mf-to-table.py (write_ps_encoding): write real
5563         names in .enc
5564
5565         * lily/*.cc: use '.' iso. '-' for separating glyph name elements.
5566
5567 2004-12-09  Graham Percival  <gperlist@shaw.ca>
5568
5569         * Documentation/user/changing-defaults.itely: add info about
5570         make-dynamic-script
5571
5572         * Documentation/user/notation.itely: add link in dynamics to
5573         section about make-dynamic-script.
5574
5575 2004-12-09  Christian hitz  <chhitz@gmx.net>
5576
5577         * lily/lily-guile.cc: change MACOS_X to __APPLE__
5578
5579 2004-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5580
5581         * buildscripts/mf-to-table.py (parse_logfile): use . for
5582         concatting name and group.
5583         (parse_logfile): use M for Minus (negative.)
5584
5585         * lily/include/type-swallow-translator.hh
5586         (DECLARE_EVENT_SWALLOWER): ENTER_DESCRIPTION -> ADD_TRANSLATOR
5587
5588         * lily/*.cc: cosmetics around = sign.
5589
5590         * lily/paper-column.cc (Paper_column): copy rank_. This fixes
5591         lyric spacing on the penultimate column.
5592
5593 2004-12-05  Christian Hitz  <chhitz@gmx.net>
5594
5595         * configure.in:
5596         * lily/accidental-placement.cc:
5597         * lily/bar-line.cc:
5598         * lily/beam-concave.cc:
5599         * lily/beam-quanting.cc:
5600         * lily/beam.cc:
5601         * lily/bezier-bow.cc:
5602         * lily/bezier.cc:
5603         * lily/break-align-interface.cc:
5604         * lily/custos.cc:
5605         * lily/dimension-cache.cc:
5606         * lily/dot-column.cc:
5607         * lily/font-metric.cc:
5608         * lily/font-select.cc:
5609         * lily/gourlay-breaking.cc:
5610         * lily/grob-property.cc:
5611         * lily/grob.cc:
5612         * lily/lily-guile.cc:
5613         * lily/line-spanner.cc:
5614         * lily/lookup.cc:
5615         * lily/lyric-extender.cc:
5616         * lily/lyric-hyphen.cc:
5617         * lily/mensural-ligature.cc:
5618         * lily/midi-def.cc:
5619         * lily/misc.cc:
5620         * lily/note-collision.cc:
5621         * lily/note-column.cc:
5622         * lily/note-head.cc:
5623         * lily/paper-outputter.cc:
5624         * lily/percent-repeat-item.cc:
5625         * lily/rest-collision.cc:
5626         * lily/side-position-interface.cc:
5627         * lily/simple-spacer.cc:
5628         * lily/slur-configuration.cc:
5629         * lily/slur-scoring.cc:
5630         * lily/slur.cc:
5631         * lily/spaceable-grob.cc:
5632         * lily/spacing-spanner.cc:
5633         * lily/spanner.cc:
5634         * lily/staff-symbol-referencer.cc:
5635         * lily/stem.cc:
5636         * lily/stencil.cc:
5637         * lily/system-start-delimiter.cc:
5638         * lily/system.cc:
5639         * lily/text-item.cc:
5640         * lily/tie.cc:
5641         * lily/tuplet-bracket.cc:
5642         * lily/vaticana-ligature.cc: Fix for MacOS X: use <math.h> instead of
5643         <cmath> beacause isinf/isnan is undefined in <cmath>
5644
5645 2004-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5646
5647         * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond.
5648
5649 2004-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5650
5651         * VERSION: release 2.5.3
5652         
5653 2004-11-29  Arno Waschk <arno@arnowaschk.de>
5654
5655         * mf/feta-schrift.mf: added <>-like articulation mark as "espressivo"
5656
5657 2004-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5658
5659         * scm/music-functions.scm (cue-substitute): voice counts start at 0.
5660
5661         * lily/note-head.cc (internal_print): always try the "s" head if
5662         u/d not found.
5663
5664         * scm/titling.scm (marked-up-headfoot): reinstate default tagline.
5665
5666 2004-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5667
5668         * mf/parmesan-heads.mf (overdone_heads): typos.
5669
5670 2004-11-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5671
5672         * lily/parser.yy (markup): in markups, { .. } without command
5673         before are also flattened, ie \line must be explicitely used.
5674
5675         * Documentation/user/changing-defaults.itely:
5676         * Documentation/user/notation.itely: 
5677         * input/wilhelmus.ly: 
5678         * input/regression/instrument-name-markup.ly: 
5679         * input/regression/markup-score.ly: 
5680         * input/regression/new-markup-scheme.ly: 
5681         * input/regression/new-markup-syntax.ly: 
5682         * input/test/coriolan-margin.ly: use \line in markups where
5683         appropriate
5684         
5685 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5686
5687         * scm/new-markup.scm (map-markup-command-list): helper function
5688         used in parser.yy to map markup commands on a markup list.
5689
5690         * lily/parser.yy: get rid off < > in markups by treating { } as
5691         real lists.
5692
5693         * lily/lexer.ll: remove < > from markup lexer mode.
5694
5695         * scripts/convert-ly.py (conv): add rule for converting 
5696         \markup < > to \markup { }
5697
5698         * ly/titling-init.ly: 
5699         * input/test/coriolan-margin.ly: 
5700         * input/regression/new-markup-syntax.ly: 
5701         * input/regression/new-markup-scheme.ly: 
5702         * input/regression/multi-measure-rest-text.ly: 
5703         * input/regression/markup-stack.ly: 
5704         * input/regression/markup-score.ly: 
5705         * input/regression/instrument-name-markup.ly: 
5706         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: 
5707         * input/mutopia/R.Schumann/romanze-op28-2.ly: 
5708         * input/mutopia/J.S.Bach/wtk1-fugue2.ly: 
5709         * input/wilhelmus.ly: 
5710         * Documentation/user/notation.itely: 
5711         * Documentation/user/music-glossary.tely: 
5712         * Documentation/user/changing-defaults.itely: change < > to { } in
5713         markups
5714
5715 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5716
5717         * lily/accidental-placement.cc (position_accidentals): shortcut if
5718         no accidentals to place.
5719
5720 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5721
5722         * scm/define-grob-properties.scm (all-user-grob-properties): fixed
5723         typo s/ly:dimension ?/ly:dimension?/
5724
5725         * input/regression/lily-in-scheme.ly: 
5726         * input/regression/music-function.ly: 
5727         * ly/spanners-init.ly (assertBeamSlope): 
5728         * scm/music-functions.scm (def-grace-function): add the paper
5729         argument to music function definitions.
5730
5731 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5732
5733         * lily/moment.cc (LY_DEFINE):
5734         ly:moment-main-{denominator,numberator}, new function.
5735
5736         * lily/score-engraver.cc (typeset_all): assign to column on basis
5737         of axis-group-parent-X setting.
5738
5739         * lily/axis-group-engraver.cc (process_acknowledged_grobs): do
5740         add_element() on basis of axis-group-parent-Y setting.
5741
5742         * lily/grob.cc: add axis-group-parent-{XY} properties.
5743
5744         * input/regression/spacing-stick-out.ly: new file.
5745
5746         * lily/simple-spacer.cc (add_columns): use binary search for
5747         setting column rods. Changes O(n^2) to O(n log(n)) for
5748         constructing spacing problem from columns.
5749         (add_columns): read allow-outside-line to make sure no texts stick
5750         out.
5751         (solve): Simple_spacer::is_active() only determines
5752         satisfies_constraints_ for non-ragged typesetting.
5753
5754         * lily/simultaneous-music.cc (to_relative_octave): only set
5755         old_relative_used if return pitch actually changed.
5756
5757         * scm/define-context-properties.scm
5758         (all-user-translation-properties): change to match implementation.
5759
5760         * python/lilylib.py: Replace re.match by re.search and adds "-c
5761         showpage" to the gs command line (Johannes Schindelin)
5762
5763         * scm/framework-ps.scm (output-preview-framework): sanitize bbox
5764         before processing. Prevents crash when inf is in the extent.
5765
5766         * scm/define-markup-commands.scm (note-by-number): add "s" to
5767         "noteheads-" glyphname.
5768  
5769         * lily/parser.yy (Generic_prefix_music): supply parser argument to
5770         music function as well.
5771         
5772 2004-11-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5773
5774         * VERSION: release 2.5.2
5775
5776         * Documentation/user/changing-defaults.itely (Creating titles):
5777         add breakbefore variable.
5778
5779         * lily/paper-book.cc (set_system_penalty): new function. Set
5780         penalty_ based on breakBefore setting
5781
5782         * lily/context-specced-music-iterator.cc (construct_children):
5783         interpret special context id $uniqueContextId 
5784
5785         * lily/context.cc (create_unique_context): new method. Move
5786         creation of unique (\new) contexts into interpreting phase. This
5787         makes
5788
5789           foo= \new Staff ..
5790           << \foo \foo >>
5791
5792         produce 2 staves.
5793         
5794
5795         * scm/define-music-properties.scm (all-music-properties): add
5796         quoted-voice-direction
5797
5798         * ly/music-functions-init.ly: killCues function.
5799
5800         * scm/music-functions.scm (cue-substitute): move creation of voice
5801         contexts further to the back. 
5802
5803 2004-11-25  Werner Lemberg  <wl@gnu.org>
5804
5805         * tex/GNUmakefile ($(outdir)/latin1.enc): Replace `/minus' with
5806         `/hyphen' in encoding vector to get correct glyph name for EC fonts.
5807
5808 2004-11-24  Erik Sandberg  <ersa9195@student.uu.se>
5809
5810         * buildscripts/guile-gnome.sh: Fixed typo.
5811
5812 2004-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5813
5814         * lily/lexer.ll: add < >  to markup lexer mode (backportme)
5815
5816         * scripts/abc2ly.py (dump_slyrics): add ord(). 
5817
5818         * lily/note-heads-engraver.cc (process_music): add shapeNoteStyles
5819         to regular engraver. 
5820
5821 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5822
5823         * mf/feta-bolletjes.mf (triangle): rewrite solfa heads.
5824
5825 2004-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5826
5827         * scm/define-markup-commands.scm (fill-line): Typo.
5828
5829         * buildscripts/guile-gnome.sh (GGVERSION): Build update for 2.7.96
5830         and newer.
5831
5832 2004-11-22  Erik Sandberg  <ersa9195@student.uu.se>
5833
5834         * ly/dynamic-scripts-init.ly: Fixed typo.
5835
5836 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5837
5838         * mf/feta-bolletjes.mf (overdone_heads): cleanup triangle
5839         note-head, to have different attachment points for up and down.
5840
5841         * mf/feta-bolletjes.mf: merge solfa heads into main note heads.
5842
5843         * mf/feta-generic.mf (else): remove solfa.
5844
5845         * mf/feta-bolletjes.mf (tishape): remove unicode test.
5846
5847         * scm/define-context-properties.scm
5848         (all-user-translation-properties): add shapeNoteStyles property.
5849
5850         * lily/shape-note-heads-engraver.cc (process_music): new file.
5851
5852         * lily/event.cc (transpose): call Event::transpose() for
5853         transposing the tonic.
5854
5855 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5856
5857         * scm/output-gnome.scm: Save some pointers about pango/fontconfig
5858         Unicode/OpenType and AFM.
5859
5860         * lily/include/guile-compatibility.hh (scm_from_bool): Add.
5861
5862 2004-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5863
5864         * lily/grob.cc (Grob): idem. Plugs mem leaks. 
5865
5866         * lily/context.cc (Context): unprotect key from ctor.
5867
5868         * scm/stencil.scm (stack-lines): return empty-stencil if argument
5869         is '()
5870         (stack-stencils): idem.
5871
5872         * Documentation/user/changing-defaults.itely (Creating titles):
5873         document new title layout options.
5874
5875         * lily/parser.yy (lilypond_header_body): copy previous
5876         $globalheader if present.
5877
5878         * lily/ly-module.cc (LY_DEFINE): rename ly:import-module to
5879         ly:module-copy
5880         
5881         * scm/page-layout.scm (marked-up-headfoot): remove old functions.
5882
5883         * scm/titling.scm: remove old titling functions
5884
5885         * lily/stencil.cc (translate): remove absolute dimension.
5886
5887         * ly/titling-init.ly (oddFooterMarkup): new file. Generate titles
5888         via markup.
5889
5890         * scm/page-layout.scm (marked-up-headfoot): create header/footer
5891         field from user-supplied markup
5892
5893         * scm/define-markup-commands.scm (on-the-fly): new markup
5894         command. Enter SCM markup procedure directly in Scheme.
5895         (fromproperty): new markup command. Read markup from props argument.
5896
5897         * scm/titling.scm (marked-up-title): create title via
5898         user-specified markup. 
5899
5900         * scm/define-markup-commands.scm (column): remove empty stencils
5901         from column.
5902
5903         * lily/ly-module.cc (LY_DEFINE): use ly_module_lookup(). This does
5904         not have side-effect of creating variable stub.
5905
5906         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-empty?
5907
5908 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5909
5910         * scm/encoding.scm (coding-alist): 
5911         * scm/font.scm (add-ec-fonts):
5912         * ly/paper-defaults.ly: Use actual name for EC fontencoding:
5913         Extended-TeX-Font-Encoding---Latin.
5914
5915         * lily/side-position-interface.cc (general_side_position): Add
5916         actual offset to error message (avoid constant error messages).
5917
5918         * lily/all-font-metrics.cc (find_font): Add "lm" to try-AFM-first
5919         block.
5920
5921         * lily/font-select.cc (select_encoded_font)
5922         (get_font_by_mag_step, get_font_by_design_size): 
5923         * lily/modified-font-metric.cc (Modified_font_metric): 
5924         * lily/paper-def.cc (find_scaled_font): Add font_encoding parameter.
5925
5926         * scm/encoding.scm (coding-alist): Add fetaDynamic.
5927         (read-encoding-file): Bugfix: do not require space after bracket.
5928
5929         * scm/font.scm (add-cork-lm-fonts): Remove lmbxi8 and lmbxi14,
5930         these do not exist.
5931
5932 2004-11-20  Graham Percival  <gperlist@shaw.ca>
5933
5934         * Documentation/user/notation.itely: added info about typesetting
5935         boxed bar numbers.
5936
5937 2004-11-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5938
5939         * flower/interval.cc (T_to_string): gcc4 fixes.
5940
5941         * scm/define-markup-commands.scm (fill-line): use
5942         stack-stencils. This fixes problems with putting already centered
5943         stencils in a line.
5944
5945         * VERSION: release 2.5.1
5946
5947         * lily/bar-line.cc (get_staff_bar_size): add line thickness.
5948
5949 2004-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5950
5951         * input/example-[1-3].ly: simplify.
5952
5953         * lily/cluster-engraver.cc (try_music): react to busy-playing-event
5954
5955         * scm/output-ps.scm (new-text): new function. Use glyphshow to
5956         show glyphs.
5957
5958         * scm/encoding.scm (decode-byte-string): new function.
5959
5960         * scripts/convert-ly.py (conv): add warning about
5961         set-global-staff-size.
5962
5963         * Doxyfile: add. 
5964
5965         * scripts/convert-ly.py (conv): add raggedlastbottom rule
5966         (conv): warn for TextSpanner split.
5967         (conv): warn for textheight.
5968
5969 2004-11-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5970
5971         * GNUmakefile.in (install-WWW): Invoke install-info, so that when
5972         building the documentation, info with images are installed.
5973         (final-install): Fix description.  Mention sourcing of login
5974         scripts (instead of running).
5975
5976 2004-11-18  Jan Nieuwenhuizen  <janneke@gnu.org>
5977
5978         * Debian lmodern support.  Note that LilyPond will issue warnings
5979         
5980             no such encoding: "FontSpecific"
5981
5982           The font selection mechanism wants to get the encoding from the
5983           font itself, but the idea of lmodern is that it is usable with
5984           different encodings, ie, Lily should get the encoding from the
5985           font tree, rather than the font itself.  This would require some
5986           more work.
5987         
5988         * configure.in: Test for and accept lmodern if EC fonts not found.
5989
5990         * scm/framework-tex.scm (font-load-command): TeX font name
5991         mangling for latin1 encoded cork-lm fonts.
5992         (convert-to-ps): Load lm.map if available.
5993
5994         * ly/paper-defaults.ly: Use cork-lm encoding if ec is not
5995         available.
5996
5997         * scm/encoding.scm (coding-alist): Add cork-lm encoding.
5998
5999         * scm/font.scm: Add header.  Autoload cork-lm and ec fonts if
6000         available.
6001
6002         * lily/kpath.cc (ly_kpathsea_find_file): Rename.  Do not use
6003         path for absolute file name, that is silly.
6004
6005         * lily/score-engraver.cc (initialize): 
6006
6007         * Documentation/user/GNUmakefile (local-install-info): Invoke
6008         install-info --remove first.
6009
6010         * #include cleanup (Andreas Scherer).
6011
6012 2004-11-18  Heikki Junes  <hjunes@cc.hut.fi>
6013
6014         * input/test/script-abbreviations.ly: fix typos.
6015
6016 2004-11-17  Werner Lemberg  <wl@gnu.org>
6017
6018         * python/lilylib.py (options_help_str): Support pretty-printing of
6019         newlines in fourth element of option description.
6020
6021         * scripts/lilypond-book.py (option_definitions): Use new lilylib
6022         feature.
6023         Sort options.
6024
6025         * Documentation/user/lilypond-book.itely: Finish update.
6026
6027 2004-11-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6028
6029         * Documentation/user/macros.itexi: Add comment about \command.
6030
6031         * Documentation/user/lilypond.tely:
6032         * Documentation/user/lilypond-book.itely: Fix names of lilypond
6033         and lilypond-book nodes, so that `info lilypond' visits the manual
6034         at top level, and `info lilypond-book' visits the lilypond-book
6035         section.
6036
6037         * Documentation/user/GNUmakefile (local-install-info): Fix rules
6038         and packager messages.
6039
6040         * lily/pangofc-afm-decoder.cc: Update test.
6041
6042 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6043
6044         * scm/lily-library.scm (char->unicode-index): New function.
6045
6046         * scm/output-gnome.scm: 
6047         * scm/output-svg.scm: Cleanup.  Map custom fonts to PUA.
6048
6049         * Proper naming of file name throughout; s/filename/file[-_]name/.
6050
6051         * lily/modified-font-metric.cc ("ly:font-encoding"): New function.
6052
6053         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Map onto PUA.
6054
6055 2004-11-16  Werner Lemberg  <wl@gnu.org>
6056
6057         * scripts/lilypond-book.py: The Lord has commanded me to use only
6058         tabs for indentation.  Your humble servant obeys.
6059
6060 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6061
6062         * scm/output-svg.scm: Font fixes.  Sodipodi now groks svg
6063         including font, if LilyPond-feta font is only feta font in path.
6064
6065         * scm/output-gnome.scm (text): Revert to file name of font if font
6066         has no name.  Fixes ec font selection.
6067         (char): Bugfix: do not utf8 twice.  Fixes clefs.
6068
6069         * scm/framework-svg.scm:
6070         * scm/output-svg.scm: New file.  TODO: figure out how to
6071         do character by index in font.
6072
6073         * scm/output-sodipodi.scm: Remove.
6074
6075         * scm/output-ps.scm (stem): Remove.
6076
6077 2004-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
6078
6079         * scm/output-gnome.scm (beam): New function.
6080         (slur): Round corners.
6081         (round-filled-box): Round corners.
6082
6083 2004-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6084
6085         * scm/output-gnome.scm (beam): add function.
6086         (draw-line): new routine.
6087         (dashed-line): stub; call draw-line
6088         (polygon): new routine.
6089
6090 2004-11-15  Werner Lemberg  <wl@gnu.org>
6091
6092         * Documentation/user/lilypond-book.itely: Revise section on
6093         lilypond-book options.
6094         Other minor fixes.
6095
6096         * scripts/lilypond-book.py: Change indentation to 4.
6097         Minor formatting.
6098
6099 2004-11-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6100
6101         * lily/system.cc (apply_tweaks): new function. Run tweaks on all
6102         grobs that have tweaks specced.
6103         
6104 2004-11-14  Heikki Junes  <hjunes@cc.hut.fi>
6105
6106         * Documentation/user/sound-output.itexi: add code snippets for MIDI.
6107
6108 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
6109
6110         * lily/font-metric.cc (get_indexed_char_stencil): Bugfix: get
6111         actual char #, not 0 based index.
6112
6113         * lily/system-start-delimiter.cc (staff_brace): Start at 65.
6114
6115         * mf/feta-beugel.mf: Actually start at char #65.  Add header.
6116         Warning: do make -C mf clean.
6117
6118         * lily/context-property.cc: Compile fix.
6119
6120         * scm/output-gnome.scm: Add ec-fonts-mftraced to ~/.fonts.conf.
6121         Grok ec-fonts, braces and dynamics.
6122
6123         * scm/framework-gnome.scm (gnome-main): Register braces with pango.
6124
6125 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6126
6127         * lily/include/tweak-registration.hh: new file.
6128
6129         * lily/tweak-registration.cc: new file.
6130
6131         * scm/framework-gnome.scm (save-tweaks): use new key mechanism for
6132         saving tweaks.
6133
6134         * scm/output-gnome.scm (text): comment dribble.
6135
6136 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
6137
6138         * lily/pangofc-afm-decoder.cc (main): Test more feta fonts.
6139
6140         * scm/output-gnome.scm (bezier-sandwich): New function.  Reset
6141         path-def before using.  Fixes muchtomany slurs in wrong places
6142         bug.
6143
6144 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6145
6146         * lily/grob-scheme.cc (LY_DEFINE): add new function ly:grob-key.
6147
6148         * lily/include/object-key-undumper.hh (Module): new file.
6149
6150         * lily/object-key-undumper.cc (Module): New file. Deserialize
6151         keys. SCM bindings
6152
6153         * lily/object-key-dumper.cc (Object_key_dumper): idem.
6154         Provide SCM bindings.
6155
6156         * lily/include/object-key-dumper.hh (class Object_key_dumper): 
6157         new file. Serialize object keys.
6158         
6159         * lily/object-key.cc (dump): new function.
6160         (as_scheme): new virtual function
6161         (undump): new function
6162         (undumpers): new table.
6163
6164         * lily/include/global-context.hh (Context): take \score key upon init.
6165
6166         * lily/object-key-dumper.cc (serialize_key): new file.
6167
6168         * lily/include/object-key-dumper.hh (class Object_key_dumper): new file.
6169
6170         * lily/lily-lexer.cc: remove \quote.
6171
6172         * lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
6173
6174         * lily/context.cc (Context): take key argument in ctor.
6175         (create_context): new function
6176
6177         * lily/grob.cc (Grob): take key argument in ctor.  
6178
6179         * lily/lilypond-key.cc (do_compare): new file.
6180
6181         * lily/object-key.cc (Object_key): new file.
6182
6183         * lily/include/object-key.hh (class Object_key): new file.
6184
6185         * lily/include/lilypond-key.hh (class Lilypond_context_key): new file.
6186
6187 2004-11-13  Graham Percival  <gperlist@shaw.ca>
6188
6189         * Documentation/user/lilypond-book.itely: add small warning about
6190         noindent default in lilypond-book.
6191
6192         * Documentation/user/converters.itely: add examples for convert-ly.
6193
6194         * Documentation/user/examples.itely: change version string in templates
6195         to 2.4.0.
6196
6197 2004-11-12  Karl Hammar  <karl@aspodata.se>
6198
6199         * GNUmakefile.in (local-WWW-post): `find ...` overflows the
6200         cmdline, use xargs instead (backportme)
6201
6202 2004-11-10  Andreas Scherer  <andreas_mutopia@freenet.de>
6203         
6204         * Documentation/user/: Numerous fixes in the user manual.
6205
6206 2004-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6207
6208         * lily/parser.yy (re_rhythmed_music): search music expression for
6209         context-id, surround by \new Voice if not found. Fixes:
6210         addlyrics-second-staff.ly
6211
6212         * VERSION: 2.5.0 released.
6213         
6214 2004-11-12  Jan Nieuwenhuizen  <janneke@gnu.org>
6215
6216         * Documentation/index.html.in: Fix url to one big page.  (backportme)
6217
6218         * Documentation/user/GNUmakefile: Separate rules for split and
6219         unsplit html documents.  Remove perl massaging.  (backportme)
6220
6221 2004-11-11  Graham Percival  <gperlist@shaw.ca>
6222
6223         * Documentation/user/lilypond-book.itely: add short warning about
6224         \lilypond{} in LaTeX docs.
6225
6226 2004-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6227
6228         * stepmake/aclocal.m4: Barf if kpathsea/kpathsea.h is not
6229         found.  (backportme)
6230
6231         * Documentation/topdocs/INSTALL.texi (ec-fonts-mtraced): Add
6232         version requirement.  (backportme)
6233
6234         * configure.in: Be explicit about old versions of
6235         ec-fonts-mtraced.  (backportme)
6236
6237         * lily/context-selector.cc (set_tweaks): New function.
6238         * lily/grob-selector.cc (set_tweaks): (Re)set hash table.  Fixes
6239         web with -DTWEAK.
6240
6241         * Documentation/user/introduction.itely (Automated engraving):
6242         Remove fragment option.  Fixes web.
6243
6244         * lily/context-property.cc (make_item_from_properties):
6245         * lily/context.cc (add_context)[TWEAK]: Tweak registration behind
6246         #ifdef.
6247
6248         * scm/define-context-properties.scm
6249         (all-internal-translation-properties): Add tweakRank and tweakCount.
6250
6251         * lily/grob.cc: 
6252         * scm/define-grob-properties.scm (all-internal-grob-properties):
6253         Add tweak-rank and tweak-count.
6254
6255 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
6256
6257         * scm/output-gnome.scm (string->utf8-string, char->utf8-string):
6258         New function.
6259         (text): Use them.
6260
6261         * scm/framework-gnome.scm (item-event): Add support from TLA.  Support
6262         animated/opaque grob dragging tweaks.
6263
6264         * buildscripts/guile-gnome.sh: Update.
6265
6266 2004-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6267
6268         * scm/define-grobs.scm (all-grob-descriptions): Added
6269         line-interface to the LigatureBracket object.
6270
6271 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
6272
6273         * scm/framework-gnome.scm (item-event): Support non-animated mouse
6274         dragging tweaks.
6275
6276         * lily/lily-guile.cc (ly_to_string, ly_to_symbol): New function.
6277
6278         * lily/context-selector.cc (store_context): New function.
6279
6280         * lily/grob-selector.cc (register_grob)[TWEAK]: Apply tweak.
6281         (store_grob): New function.
6282         (identify_grob): Add Moment parameter.
6283
6284         * lily/lily-parser.cc (parse_file)[TWEAK]: Read .ly.t file if it
6285         exists.
6286
6287         * scm/framework-gnome.scm (save-tweaks): Write as alist.
6288
6289 2004-11-09  Jan Nieuwenhuizen  <janneke@gnu.org>
6290
6291         * scm/framework-gnome.scm (item-event): Print grob id.
6292         (save-tweaks): New function.
6293         (tweak): New funtion.
6294         (item-event): Use it, bound to arrow keys.
6295
6296         * lily/context-property.cc (make_item_from_properties): Register grob.
6297         * lily/context.cc (add_context): Register context.
6298
6299         * lily/include/context-selector.hh:
6300         * lily/include/grob-selector.hh:
6301         * lily/context-selector.cc:
6302         * lily/grob-selector.cc: New file.
6303
6304 2004-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6305
6306         * lily/slur.cc: add 'positions to interface
6307
6308         * lily/main.cc: reinstate PS as standard output format. 
6309
6310         * scm/framework-tex.scm (output-preview-framework): print systems
6311         up to first non title system.
6312
6313         * lily/grace-engraver.cc (start_translation_timestep): split
6314         scm_cadddr
6315         
6316 2004-11-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6317
6318         * lily/quote-iterator.cc (Module): remove old quote-iterator
6319
6320         * scm/define-music-types.scm (music-descriptions): move
6321         NewQuoteMusic over QuoteMusic
6322
6323         * Documentation/user/notation.itely (Formatting cue notes): use
6324         \cueDuring.
6325
6326         * lily/new-quote-iterator.cc (quote_ok): new function.
6327
6328         * input/regression/quote-cue-during.ly: new file.
6329
6330         * input/regression/quote-grace.ly: new file.
6331
6332         * scm/define-context-properties.scm (Module): change definition of
6333         graceSettings
6334
6335         * lily/context-property.cc (Module): rename from
6336         translator-property.cc
6337
6338         * lily/context.cc (context_name_symbol): new function
6339
6340         * lily/grace-engraver.cc: new file. Set properties for grobs based
6341         on the grace-ness of now_moment().
6342
6343         * scm/music-functions.scm (add-grace-property): use list
6344         iso. vector for graceSettings
6345         remove set-{start,stop}-grace-properties. 
6346
6347         * lily/new-quote-iterator.cc (construct_children): set
6348         quote_outlet_ if no quoted-context-{id,type} specified.
6349
6350         * scripts/convert-ly.py (conv): \quote -> \quoteDuring.
6351
6352         * lily/parser.yy (command_element): remove \quote.
6353
6354         * ly/music-functions-init.ly (location): add quoteDuring music
6355         function. 
6356
6357         * lily/lexer.ll: allow \encoding in lyrics as well.  Remove
6358         optional semicolon. (backportme)
6359
6360 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6361
6362         * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no
6363         need to link to GUILE et al.
6364
6365 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6366
6367         * scm/define-music-properties.scm (all-music-properties): add
6368         quoted-context-type, quoted-context-id.
6369
6370         * scm/lily.scm (type-check-list): new function.
6371         
6372         * scm/lily-library.scm: new file. Generic library routines.
6373
6374         * lily/parser.yy (Generic_prefix_music): move typechecking out of
6375         parser.
6376
6377         * ly/music-functions-init.ly: add quoteDuring function.
6378
6379         * lily/include/music-iterator.hh (class Music_iterator): rename
6380         set_translator -> set_context
6381
6382         * lily/parser.yy (Generic_prefix_music_scm): add
6383         MUSIC_FUNCTION_SCM_SCM_MUSIC
6384
6385         * scm/lily.scm (sanitize-command-option): new function. (backportme)
6386
6387         * scm/framework-tex.scm (header): sanitize TeX paper size.
6388         (backportme)
6389
6390 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6391
6392         * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard.
6393
6394         * tex/lilyponddefs.tex: If no inputencoding use latin1.  (backportme)
6395
6396         * scm/framework-tex.scm (font-load-command): Use T1 if no
6397         font-encoding set.  (backportme)
6398
6399         * scm/lily.scm (postscript->pdf): Remove .pdf file if it
6400         exists before converting.  (backportme)
6401
6402         * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it
6403         exists before converting.  (backportme)
6404         (convert-to-ps): Remove .ps file if it exists before
6405         converting.  (backportme)
6406
6407         * lily/lexer.ll: Remove extra progress newline, use present tense.
6408
6409         * scm/paper.scm (paper-alist): public.
6410         * scm/framework-tex.scm (convert-to-ps):
6411         * scm/lily.scm (postscript->pdf): Do not leak papersizename into
6412         command line.
6413
6414 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6415
6416         * scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme)
6417
6418         * lily/recording-group-engraver.cc (derived_mark): mark
6419         now_events_. (backportme)
6420
6421 2004-11-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6422
6423         * mf/GNUmakefile: use Fedora-3 in download link. (backportme.)
6424
6425         * scm/framework-tex.scm (convert-to-dvi): use ly:system for
6426         invoking latex. (backportme.)
6427
6428         * lily/stem.cc (off_callback): center stems for all rest stems.
6429
6430 2004-11-05  Werner Lemberg  <wl@gnu.org>
6431
6432         * Documentation/user/lilypond.tely: Add more guidelines for writing
6433         lilypond texinfo documents.
6434
6435 2004-11-05  Heikki Junes  <hjunes@cc.hut.fi>
6436
6437         * Documentation/index.html.in: remove <hr>.
6438
6439         * THANKS: change 2.3 to 2.4.
6440
6441 2004-11-05  Jan Nieuwenhuizen  <jannneke@gnu.org>
6442
6443         * scm/output-gnome.scm: More fontconfig comment.
6444
6445 2004-11-05  Pedro Kroger  <kroeger@pedrokroeger.net>
6446
6447         * GNUmakefile.in ($(builddir)/share/lilypond-force): create the
6448         <package> directory in $(builddir)/share according with
6449         PACKAGE_NAME defined in the VERSION file.
6450
6451 2004-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6452
6453         * lily/beam.cc (rest_collision_callback): use local beam
6454         multiplicity.
6455
6456         * input/regression/stem-stemlet.ly: new file.
6457
6458         * lily/stem.cc (add_head): store rests as well.
6459
6460         * scm/define-grob-properties.scm (all-user-grob-properties): add
6461         stemlet-length
6462
6463         * lily/stem.cc: store rests as well.
6464         
6465         * input/regression/new-slur.ly: mention forcing.
6466
6467 2004-11-04  Werner Lemberg  <wl@gnu.org>
6468
6469         * Documentation/user/*: A new round of layout fixes and document
6470         structure cleanup.
6471
6472 2004-11-04  Heikki Junes <hjunes@cc.hut.fi>
6473
6474         * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x.
6475
6476 2004-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6477
6478         * Documentation/topdocs/INSTALL.texi (Top): Remove geometry.
6479
6480 2004-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
6481
6482         * Documentation/topdocs/INSTALL.texi (Top): Fix geometry url (dax).
6483
6484         * lily/lily-parser.cc (LY_DEFINE): Remove "Now " from message.
6485
6486         * lily/main.cc (main): Invoke identify.
6487
6488         * scm/lily.scm (postscript->pdf): Remove progress newline.
6489         Write progress to stderr.
6490
6491         * lily/paper-book.cc (output): Remove progress newline.
6492
6493         * scm/framework-tex.scm (convert-to-dvi, convert-to-ps): Call
6494         gettext on user messages, and remove whitespace.
6495
6496         * lily/paper-outputter.cc (get_paper_outputter): Add progress newline.
6497
6498         * scripts/lilypond-latex.py (program_name): Bugfix: use only basename of
6499         argv[0] (Thomas Scharkowski).
6500
6501         * configure.in: Bugfix: add REQUIRED parameter to STEPMAKE_TEXMF
6502         call (carlyannehorse).  Also check for mf and mf-nowin.  Add check
6503         for ec-fonts-mtraced.
6504
6505         * GNUmakefile.in (builddir-exec): Add symlink tex/out.  Fixes
6506         --srcdir build (Bertalan).
6507
6508         * stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile
6509         headers and library too (Laura Conrad).
6510
6511         * Documentation/topdocs/INSTALL.texi (Top): Mention development
6512         package for guile too (Laura Conrad).
6513
6514         * lily/main.cc (usage): Typo.
6515
6516 2004-11-02  Werner Lemberg  <wl@gnu.org>
6517
6518         * Documentation/user/notation.ly: More fixes to improve appearance.
6519
6520         * tex/texinfo.tex: Updated from texinfo CVS -- this version provides
6521         better output for multicolumn tables.
6522
6523 2004-11-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6524
6525         * lily/main.cc (dir_info): Fixed typo in the printouts.
6526
6527 2004-11-01  Werner Lemberg  <wl@gnu.org>
6528
6529         * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
6530         of output.
6531         Set `per_line' to 2; replace hard-coded value with it.
6532
6533         * Documentation/user/*: Many fixes to improve appearance of
6534         printed manual.
6535
6536 2004-11-01  Werner Lemberg  <wl@gnu.org>
6537
6538         * Documentation/user/changing-defaults.itely,
6539         Documentation/user/notation.ly,
6540         Documentation/user/programming-interface.itely: Use @/.
6541         Fix formatting of some lilypond snippets and tables.
6542
6543         * scripts/lilypond-book.py (compose_ly): Provide useful default
6544         for LINEWIDTH in `override'.
6545
6546 2004-10-31  Graham Percival  <gperlist@shaw.ca>
6547
6548         * Documentation/user/invoking.itely: change "3.0" -> "2.4"
6549
6550 2004-10-31  Werner Lemberg  <wl@gnu.org>
6551
6552         Resetting @exampleindent to `5' gives ugly results with texinfo's
6553         DVI output.  Use `@format @exampleindent 0 ... @end format' instead
6554         (if not quoting) to change @exampleindent only locally.
6555
6556         * scripts/lilypond-book.py (NOQUOTE): New variable.
6557         (output) [LATEX]: Remove AFTER and BEFORE.
6558         [TEXINFO]: Remove AFTER and BEFORE.
6559         Fix QUOTE and VERBATIM pattern.
6560         Add NOQUOTE pattern.
6561         (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
6562         and BEFORE.
6563         [output_texinfo]: Use NOQUOTE.
6564
6565 2004-10-31  Graham Percival  <gperlist@shaw.ca>
6566
6567         * Documentation/user/changing-defaults.itely: clarify paper
6568         size commands with correct info.
6569
6570         * Documentation/user/lilypond-book.itely: add more docs for
6571         filename extensions.
6572
6573 2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6574
6575         * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
6576         (PATCH_LEVEL): start 2.5.0.
6577
6578 2004-10-30  Graham Percival  <gperlist@shaw.ca>
6579
6580         * Documentation/user/notation.itely: add warning about bar numbers
6581         in multistaff music, add warning about quoting grace notes.
6582
6583         * Documentation/user/changing-defaults.itely: clarify paper size commands,
6584         add missing subsubtitle entry to Creating titles.
6585
6586         * Documentation/user/tutorial.itely: change 3.0 references to 2.4.
6587
6588 2004-10-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6589
6590         * scripts/convert-ly.py (conv): fixed \context Foo = mixedCaps
6591         case.
6592         (conv): add dummy 2.4.0 conversion rule.
6593
6594         * Documentation/user/lilypond.tely: add @finalout.
6595
6596         * lily/slur-scoring.cc (enumerate_attachments): use stem_extent_
6597         for attaching, fixes slur/stem left attachment of
6598         downslur/downstem.
6599
6600         * lily/quote-iterator.cc (process): use <= for comparisons. Fixes
6601         quote problem if for last note of quoted sequence. 
6602
6603         * input/regression/part-combine-text.ly (comm): add expect strings.
6604
6605 2004-10-30  Werner Lemberg  <wl@gnu.org>
6606
6607         * Documentation/user/examples.itely: Improved layout.
6608
6609         * Documentation/invoking.itely: Use `@/' to insert breakpoints.
6610
6611         * Documentation/macros.itexi (@inputfileref) [@tex]: Use `@/'.
6612
6613         * Documentation/notation.itely: Use `@/'.
6614         Other layout fixes.
6615
6616 2004-10-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6617
6618         * lily/part-combine-iterator.cc (unisono): examine last_playing_
6619         (not state_), this fixes a2 printing after chord.
6620
6621         * input/regression/no-staff.ly: fix octave, revise syntax.
6622
6623         * input/regression/lyrics-bar.ly (texidoc): fixes.
6624
6625         * input/regression/beam-dir-functions.ly (Module): remove from regtest
6626
6627         * input/regression/accidentals.ly (Module): remove from regtest.
6628
6629         * lily/parser.yy (Prefix_composite_music): 
6630         oops. Chords should be unrelativable, not bass figures untransposable.
6631
6632         * VERSION: 2.3.26 released.
6633         
6634         * lily/completion-note-heads-engraver.cc (try_music): only return
6635         something when is_first_ is true. Fixes lyrics with completion_heads. 
6636
6637         * make/lilypond-vars.make: add scripts/out/ to PATH, to find ps2png. 
6638
6639         * scm/lily.scm (ly:system): new function. Catches uninstalled
6640         ps2png.
6641
6642 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6643
6644         * Documentation/user/notation.itely: remove
6645         @hyphenatedinternalsref.
6646
6647 2004-10-29  Werner Lemberg  <wl@gnu.org>
6648
6649         * scm/framework-tex.scm (dump-line): Fix dimensions for \lybox.
6650
6651         * scripts/lilypond-book.py (no_options): New dictionary.
6652         (simple_options): New list.
6653         (ly_options): Remove NOINDENT and EXAMPLEINDENT patterns.
6654         (compose_ly): Use `no_options' and `simple_options'.
6655         Fix logic of option handling.
6656         Handle `linewidth' option without parameter.
6657
6658 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6659
6660         * lily/lookup.cc (triangle): use (0, interval.length()) for X
6661         extent, since the stencil is translated later on.
6662
6663         * lily/ledger-line-spanner.cc (print): swap linear_combination
6664         arguments, effectively shortens ledger line. 
6665
6666         * Documentation/user/GNUmakefile
6667         ($(outdir)/lilypond/lilypond.html): use find to remove files.
6668
6669         * lily/main.cc: --no-pages option.
6670
6671 2004-10-28  Carl Sorensen  <carldsorensen@comcast.net>
6672
6673         * Documentation/user/notation.itely (Fret diagrams): add extra
6674         notes to example to avoid collisions between fret diagrams.
6675
6676 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6677
6678         * Documentation/user/notation.itely (Automatic note splitting):
6679         note about lyrics. 
6680
6681         * Documentation/user/converters.itely (Invoking convert-ly): note
6682         about version numbers. 
6683
6684         * scripts/abc2ly.py (dump_score): revise lyric dumping
6685
6686         * scripts/mup2ly.py (pre_processor_commands): always open file.
6687
6688         * scripts/etf2ly.py (Frame.calculate): always close \grace.
6689         (Etf_file.dump): add \version
6690
6691         * VERSION: 2.3.25 released.
6692
6693         * lily/scm-option.cc: add 'resolution to ly:get-option argument
6694         list.
6695
6696 2004-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6697
6698         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-origin
6699
6700 2004-10-28  Werner Lemberg  <wl@gnu.org>
6701
6702         * Documentation/user/music-glossary.tely: More fixes to improve
6703         appearance with DVI output.
6704
6705         * scripts/lilypond-book.py (compose_ly): Use 0.4in for
6706         EXAMPLEINDENT.  This is the maximum value for quotation environments
6707         used in `texinfo.tex' -- many warnings in lilypond.dvi are now gone.
6708
6709 2004-10-27  Werner Lemberg  <wl@gnu.org>
6710
6711         * Documentation/user/music-glossary.tely: Revised.
6712
6713 2004-10-26  Carl Sorensen  <carldsorensen@comcast.net>
6714
6715         * input/test/fret-diagram.ly: insert breaks, remove raggedright to
6716         improve fret diagram spacing in printed output.
6717
6718         * Documentation/user/notation.itely (Fret diagrams): Remove raggedright
6719         from options for the example so fret-diagrams won't overlap
6720         one another.
6721
6722 2004-10-26  Werner Lemberg  <wl@gnu.org>
6723
6724         * scripts/lilypond-book.py: Some additional formatting for
6725         orthogonality.
6726         (ly_options) [*]: Format strings.
6727         [RAGGEDRIGHT]: Don't set `indent'.  This is now properly handled
6728         by `compose_ly'.
6729         (output) [LATEX][OUTPUT]: Format string and simplify.
6730         (PREAMBLE_LY, FRAGMENT_LY): Format string.
6731         (classic_lilypond_book_compatibility): Take key/value pair as
6732         parameter.
6733         Return key/value pair.
6734         (compose_ly): Rewritten, taking the snippet type as third parameter. 
6735         The default values are now set more sensible, and a `linewidth'
6736         option is no longer overwritten under some circumstances.
6737
6738         * Documentation/user/music-glossary.tely: Replace all accented
6739         character macros with latin-1 codes.
6740
6741 2004-10-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6742
6743         * lily/music-function.cc (ly_make_music_function): when an
6744         argument predicate is markup?, the signature keyword becomes
6745         "markup" iso "scm".
6746
6747         * lily/lexer.ll (music_function_type): new MUSIC_FUNCTION_*MARKUP*
6748         tokens, for functions which signatures contain "markup".
6749
6750         * lily/parser.yy (Generic_prefix_music_scm): add treatment for new
6751         MUSIC_FUNCTION_*MARKUP* tokens.
6752
6753 2004-10-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6754
6755         * input/regression/lyrics-bar.ly: Make StaffGroup accept the new
6756         Lyrics context.
6757
6758 2004-10-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6759
6760         * python/lilylib.py (make_ps_images): return list of output files.
6761
6762         * lily/simple-spacer.cc (LY_DEFINE): for ragged, we can end with
6763         all springs tight, and still satisfy the constraints.
6764
6765 2004-10-25  Werner Lemberg  <wl@gnu.org>
6766
6767         * scripts/lilypond-book.py: s/option-sep/option_sep/.
6768         (format_res) [LATEX, TEXINFO]: Skip whitespace before comma also.
6769         (snippet_res): Fix regexps and make them ignore whitespace properly.
6770         (compose_ly): Use `re.split' instead of `string.split' to remove
6771         surrounding whitespace.
6772         Some formatting to get more consistency.
6773
6774 2004-10-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6775
6776         * VERSION: 2.3.24
6777         
6778         * scm/define-context-properties.scm
6779         (all-user-translation-properties): add verticallySpacedContexts.
6780
6781         * scm/define-grob-interfaces.scm (vertically-spaceable-interface):
6782         add interface
6783
6784         * scm/define-grob-properties.scm (all-internal-grob-properties):
6785         add spaceable-staves
6786
6787         * scm/define-grobs.scm (all-grob-descriptions): set
6788         vertically-spaceable-interface for VerticalAxisGroup and
6789         RemoveEmptyVerticalGroup
6790
6791         * lily/system.cc (get_line): determine staff_refpoints_
6792         using spaceable-staves.
6793
6794         * lily/score-engraver.cc (acknowledge_grob): ack
6795         vertically-spaceable-interface and verticallySpacedContexts to
6796         set spaceable-staves.
6797
6798         * input/regression/new-slur.ly: add slur under 16th subbeam case.
6799
6800         * lily/slur-scoring.cc (fill): init has_same_beam_ before use.
6801
6802 2004-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6803
6804         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): tune
6805         minimumVerticalExtent tweaks. 
6806  
6807         * mf/feta-schrift.mf: include size of thumb appendix in
6808         bbox. Fixes: c-thumb-notehead.ly  
6809
6810         * THANKS: add Meisters to the Development team.
6811
6812         * scm/framework-tex.scm (convert-to-dvi): redirect output to
6813         /dev/null for non-verbose.
6814
6815         * Documentation/user/invoking.itely (Invoking lilypond): add note
6816         about resource usage.
6817
6818         * tex/GNUmakefile (TEX_FILES): add texinfo.cnf
6819
6820         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): add
6821         --enable-encoding
6822
6823         * Documentation/user/lilypond.tely: add -*- coding: latin-1 -*- everywhere. 
6824
6825         * Documentation/user/changing-defaults.itely (Text encoding):
6826         change to latin1.
6827
6828         * Documentation/user/lilypond.tely: add language and encoding.
6829
6830         * scm/define-grobs.scm (all-grob-descriptions): add
6831         line-interface.
6832
6833         * configure.in (PKG_CONFIG_PATH): bump makeinfo version to 4.7
6834
6835         * input/test/ossia.ly: font sizes for ossia.
6836
6837         * scripts/convert-ly.py (conv): \context Foo = NOTENAME
6838         -> \context Foo = "NOTENAME".
6839
6840         * lily/main.cc (determine_output_options): fix ordering.
6841
6842 2004-10-24  Erik Sandberg  <ersa9195@student.uu.se>
6843
6844         * THANKS: Added bughunters for 2.3.
6845
6846 2004-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6847
6848         * Documentation/user/macros.itexi: use findex functions/internals
6849         objects.
6850
6851         * scm/documentation-generate.scm (string-append): add syncodeindex
6852
6853         * Documentation/user/tutorial.itely (A lead sheet): use \chords
6854         for tutoring chord names.
6855  
6856         * Documentation/user/lilypond.tely: remove @authors.
6857
6858 2004-10-23  Werner Lemberg  <wl@gnu.org>
6859
6860         * scm/framework-tex.scm (dump-page): Add width to \lybox call.
6861         Remove first two parameters of \lybox.
6862         Don't emit \vbox around \lybox.
6863         (dump-line): Add width to \lybox call.
6864         Remove first two parameters of \lybox.
6865
6866         * tex/lilyponddefs.tex (\topalign, \leftalign): Removed.
6867         (\lyitem): Updated.
6868         (\lybox): Only take three parameters.
6869         Create box which has zero depth, only height.
6870         Center box vertically along the x-height of current font.
6871
6872 2004-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6873
6874         * VERSION (PACKAGE_NAME): release 2.3.23
6875
6876         * scm/framework-tex.scm (convert-to-ps): add -E if filename
6877         contains .preview.
6878
6879 2004-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6880
6881         * lily/lyric-extender.cc (print): only run to right-bound if
6882         broken. This fixes input/regression/lyric-extender.ly
6883
6884         * input/regression/beamed-chord.ly: removed.
6885
6886         * Documentation/user/macros.itexi: add \global to definitions for
6887         feta macros.
6888
6889         * po/fr.po: updated po file.
6890
6891         * po/de.po: updated po file.
6892
6893 2004-10-22  Werner Lemberg  <wl@gnu.org>
6894
6895         * tex/lilyponddefs.tex (\lilypondend): Undo change from 2004-10-20.
6896
6897 2004-10-21  Werner Lemberg  <wl@gnu.org>
6898
6899         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex
6900         (\lilypondexperimentalfeatures): Removed.
6901
6902 2004-10-20  Jürgen Reuter  <reuter@ipd.uka.de>
6903
6904         * Documentation/user/notation.itely: fixed 2 typos
6905
6906 2004-10-20  Werner Lemberg  <wl@gnu.org>
6907
6908         * scm/framework-tex.scm (header-end): Don't set \outputscale.
6909         (dump-line): Produce prettier output.
6910
6911         * tex/lilyponddefs.tex: Comment all macros extensively.
6912         (\lilypondstart): Set \outputscale.
6913         Define \lilypondpagebreak and \lilypondnopagebreak here.
6914         Don't test for positive \lilypondpaperlinewidth -- this is always
6915         positive in the normal case (LilyPond produces bad output otherwise
6916         so we can safely ignore negative or zero values).
6917         (\lilypondend): Remove useless test for \lilypondbook.
6918         (\fetasixteen, \fetafont, \fetachar): Removed, unused.  We also
6919         don't input `feta20.tex'.
6920
6921 2004-10-19  Graham Percival  <gperlist@shaw.ca>
6922
6923         * Documentation/user/examples.itely: added texidoc lilypond-book
6924         template.
6925
6926 2004-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6927
6928         * cygwin/lilypond.hint: Update.
6929
6930 2004-10-18  Carl Sorensen  <carldsorensen@comcast.net>
6931
6932         * Documentation/user/notation.itely (Fret diagrams): Add documentation
6933         for fret diagram markups to user manual
6934
6935         * scm/fret-diagrams.scm (fret-diagram-terse): Fix mistake in internal
6936         documentation for fret-diagram-terse
6937
6938         * Documentation/user/notation.itely: Added section on fret diagrams.
6939
6940 2004-10-18  Jan Nieuwenhuizen  <janneke@gnu.org>
6941
6942         * scripts/convert-ly.py (usage): Fix --help description.  Apply
6943         range also for --show-rules.
6944
6945 2004-10-18  Werner Lemberg  <wl@gnu.org>
6946
6947         * scripts/lilypond-book.py (Snippet, Include_snippet)
6948         [replacement_text]: Use group `match'.
6949
6950 2004-10-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6951
6952         * Documentation/user/macros.itexi: Use @ref instead of @inforef
6953         for html.  Apparently, ``you should'' in texinfo documentation is
6954         merely a guideline that can safely be ignored.
6955
6956         * elisp/lilypond-init.el (auto-mode-alist): Add .ily to
6957         auto-mode-alist.
6958
6959         * input/test/engraver-example.ily: 
6960         * input/regression/allfontstyle.ily: Rename, update users.
6961
6962 2004-10-16  Graham Percival  <gperlist@shaw.ca>
6963
6964         * Documentation/user/lilypond-book.itely: add more details about
6965         building .lytex files.
6966
6967         * Documentation/user/examples.itely: added piano-lyrics template
6968
6969         * input/template/piano-4-voices.ly, piano-lyrics.ly: remove.
6970
6971         * input/GNUmakefile: remove "templates" from build subdirs.
6972
6973         * input/template: removed.
6974
6975 2004-10-16  Werner Lemberg  <wl@gnu.org>
6976
6977         * scripts/lilypond-book.py (snippet_res): Define group `match'
6978         everywhere.
6979         Accept more spaces between commands and its arguments and options.
6980         Fix some regexps.
6981         (output): Remove some newlines in string values and suppress spaces
6982         in output.
6983         (output_texinfo): Output `output_print_filename' only if not empty.
6984         (Lilypond_snippet)[find_toplevel_snippets]: Use group `match'.
6985
6986 2004-10-16  Werner Lemberg  <wl@gnu.org>
6987
6988         * scm/framework-tex.scm (font-load-command, define-fonts): Protect
6989         some TeX line ends with `%' to avoid additional horizontal space in
6990         output.
6991
6992         * scripts/lilypond-book.py: Unexpand spaces to tabs.
6993         (snippet_res): Use `x' modifier to represent regular expressions
6994         in a friendlier way.
6995         Fix `lilypond_block' for LaTeX to accept `%\end{lilypond}'.
6996         (find_toplevel_snippets): Don't use indices from match group 0,
6997         which is the whole pattern space, but group 1.
6998
6999 2004-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7000
7001         * flower/include/direction.hh (enum Direction): add
7002         DIRECTION_LIMIT
7003
7004 2004-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7005
7006         * po/fr.po: new po file.
7007
7008 2004-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
7009
7010         * Documentation/user/macros.itexi: Do not construct external
7011         references using @uref.  That results in broken links.
7012
7013         * lily/slur.cc (outside_slur_callback): Use int in for loop;
7014         avoids g++-3.4.1 enum beature.
7015
7016 2004-10-13  Graham Percival  <gperlist@shaw.ca>
7017
7018         * Documentation/user/examples.itely: added lilypond-book template.
7019
7020         * Documentation/user/lilypond-book.itely: added filename extension
7021         page.
7022
7023 2004-10-13  Jan Nieuwenhuizen  <janneke@gnu.org>
7024
7025         * debian/rules (binary-indep): Link images for info.
7026
7027         * elisp/lilypond-mode.el (LilyPond-command): Set XEDITOR.  Cool
7028         feature nicked from jEdit.
7029
7030 2004-10-12  Pedro Kroger  <kroeger@pedrokroeger.net>
7031
7032         * Documentation/user/introduction.itely: Minor corrections.
7033
7034         * Documentation/user/notation.itely: Minor corrections.
7035
7036         * Documentation/user/tutorial.itely: Minor corrections.
7037
7038 2004-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7039
7040         * scm/framework-ps.scm (page-header): Fix Layout renaming bug.
7041
7042         * scm/*.scm:
7043         * ly/paper-defaults.ly: Use papersizename only.
7044
7045 2004-10-11  Werner Lemberg  <wl@gnu.org>
7046
7047         * tex/lilyponddefs.tex (\lyitem): Don't use \topalign to make
7048         \raise work with positive values.
7049
7050 2004-10-11  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7051
7052         * Documentation/user/notation.itely (Multi measure rests): Update
7053         the docs corresponding to the implementation change from 2004-10-08.
7054
7055 2004-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7056
7057         * VERSION (MY_PATCH_LEVEL): release 2.3.22
7058
7059         * scm/part-combiner.scm (determine-split-list): reinstate
7060         playing+resting case. 
7061
7062         * Documentation/user/invoking.itely (Reporting bugs): rename.
7063
7064         * lily/lexer.ll (Lily_lexer): bump version req to 2.3.22.
7065
7066         * lily/parser.yy (Prefix_composite_music): change no-transposition
7067         for mode_changing_head to figures too.
7068
7069         * lily/phrasing-slur-engraver.cc (acknowledge_grob): do something
7070         with normal slurs too.
7071         
7072         * lily/slur-scoring.cc (move_away_from_staffline): new function.
7073         (get_base_attachments): move away attachment point for breaks
7074         similar to attachment points on slurs (staffline collision, and
7075         half a space of padding)
7076
7077         * scm/page-layout.scm (ly:optimal-page-breaks): don't compute
7078         force twice.
7079
7080         * lily/simple-spacer.cc (LY_DEFINE): if line too long in ragged
7081         mode, return #f.        
7082
7083         * scm/page-layout.scm (ly:optimal-page-breaks): set force = 0.0
7084         for last page if raggedlast. 
7085
7086         * lily/parser.yy (Prefix_composite_music): untransposable is for
7087         FiguredBass, not ChordNames
7088
7089 2004-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
7090
7091         * scm/framework-tex.scm: Merge fix.
7092
7093 2004-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
7094
7095         The grand \paper -> \layout, \bookpaper -> \paper renaming.
7096
7097 2004-10-10  Graham Percival  <gperlist@shaw.ca>
7098
7099         * Documentation/user/notation.itely: add raggedright to a whole
7100         bunch of places.
7101
7102 2004-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7103
7104         * scm/paper.scm (set-paper-dimension-variables): new
7105         function. Define dimension-variables explicitly in \paper too.
7106         This allows overriding linewidth inside \score { \paper { } }
7107         blocks
7108  
7109         * scm/framework-tex.scm (convert-to-ps): invoke dvips with -t
7110         landscape.
7111         (header): add landscape and papersize options.
7112
7113 2004-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7114
7115         * lily/*.cc: use robust_scm2moment() where appropriate.
7116
7117         * lily/moment.cc (robust_scm2moment): new function.
7118
7119         * scm/titling.scm (default-score-title): remove caps for piece.
7120
7121         * VERSION: 2.3.21 released.
7122         
7123         * lily/include/slur-scoring.hh (struct Slur_score_state): new file
7124
7125         * lily/include/slur-configuration.hh (class Slur_configuration):
7126         new file.
7127
7128         * lily/slur-configuration.cc: new file. move scoring functions
7129         into Slur_configuration.
7130
7131         * lily/slur-scoring.cc (Slur_score_state): change static functions
7132         to methods of Slur_score_state.
7133
7134         * lily/bezier-bow.cc (Message): 
7135
7136         * flower/include/interval-set.hh (Message): new file.
7137
7138         * flower/interval-set.cc (Message): new file.
7139
7140 2004-10-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7141
7142         * lily/multi-measure-rest-engraver.cc (process_music): always
7143         generate MultiMeasureRestNumbers.
7144
7145         * SConstruct (txt_files): switch of make dist
7146
7147         * lily/bezier-bow.cc (get_slur_indent_height): change recipe to
7148         make sure that (indent < len / 3). This fixes progerror-max_h.ly
7149
7150         * lily/multi-measure-rest-engraver.cc (process_music): make
7151         MultiMeasureRestNumber too.
7152
7153 2004-10-08  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7154
7155         * Documentation/user/notation.itely (Bar lines): Added a note that
7156         defaultBarType is to be changed in the Timing context.
7157
7158 2004-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7159
7160         * lily/include/guile-compatibility.hh: add file.
7161
7162         * scm/framework-tex.scm (convert-to-dvi): use max of current
7163         extra_mem_top and 1M.
7164
7165         * lily/kpath.cc (LY_DEFINE): ly_kpathsea_expand_variable. New
7166         function.
7167
7168 2004-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7169
7170         * scm/framework-tex.scm (convert-to-dvi): set extra_mem_top to 1M.
7171  
7172 2004-10-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7173
7174         * lily/slur-scoring.cc (struct Slur_score_state): add
7175         has_same_beam_, edge_has_beams_, is_broken_ bools.
7176         (get_base_attachments): simpler Y attachment determination for
7177         broken slurs.
7178
7179 2004-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7180
7181         * buildscripts/texi2omf.py: Add hashbang.  Starting the script in
7182         bash without that is quite interesting.  Add xml and some omf
7183         keys.
7184
7185 2004-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
7186
7187         * Documentation/user/macros.itexi: Add xml macros.
7188
7189         * Documentation/user/GNUmakefile (extra-local-help): Add xml rules.
7190
7191         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): Fix location.
7192
7193 2004-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7194
7195         * lily/break-substitution.cc (substitute_mutable_property_alist):
7196         only put property back into value if != SCM_UNDEFINED
7197
7198         * lily/lyric-extender.cc (print): don't take common refpoint of
7199         null object if right_text isn't there.
7200  
7201         * lily/slur-scoring.cc (struct Slur_score_state): new
7202         struct. Collect scoring function arguments.
7203         (struct Slur_score_state): add musical_dy_
7204         (get_extra_encompass_infos): new function. Split off state
7205         computations.
7206
7207         * scm/part-combiner.scm (determine-split-list): remove playing1
7208         and playing2.
7209
7210 2004-10-02  Graham Percival  <gperlist@shaw.ca>
7211
7212         * Documentation/index.html.in: remove link to templates.
7213
7214         * Documentation/user/notation.itely: more small fixes.
7215
7216 2004-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7217
7218         * lily/timing-engraver.cc (process_music): move setting
7219         measure-length. This fixes spacing-whole-rest.ly
7220
7221         * VERSION (PACKAGE_NAME): release 2.3.20
7222         
7223         * input/regression/quote-transposition.ly: update example
7224
7225         * scm/define-music-properties.scm (all-music-properties): change
7226         meaning of instrumentTransposition.  It is now the pitch played
7227         that sounds as middle C. This means that instrumentTransposition
7228         can be \transposed. 
7229         Fixes: transpose-quote.ly
7230
7231         * lily/parser.yy (command_element): reverse setting of
7232         instrumentTransposition
7233
7234         * lily/pitch.cc (pitch_interval): rename.
7235
7236         * lily/recording-group-engraver.cc (stop_translation_timestep):
7237         remove macrameing of accumulator and set_car/cdr.
7238         Fixes: transposition-quote.ly
7239
7240         * lily/music.cc (transpose): fold Event::transpose() in.
7241
7242         * lily/event.cc: remove Transpose. 
7243
7244         * lily/recording-group-engraver.cc: cleanup.
7245
7246         * ly/music-functions-init.ly (displayMusic): add function.
7247
7248         * make/lilypond.fedora.spec.in: rename file.
7249
7250         * lily/lily-lexer.cc (mark_smob): don't use ly_cdr() for getting
7251         to-be-marked objects. Use SCM_CELL_WORD_1 instead. 
7252
7253         * Documentation/user/changing-defaults.itely (Changing context
7254         properties on the fly): typo.
7255
7256         * lily/slur.cc (outside_slur_callback): try three sample points
7257         for determining collisions. This fixes: slur-script.ly.
7258
7259 2004-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7260
7261         * scripts/lilypond-book.py (ext2format): Add latex as Latex.
7262
7263 2004-10-01  Graham Percival  <gperlist@shaw.ca>
7264
7265         * Documentation/user/notation.itely: more small fixes.
7266
7267         * Documentation/user/examples.itely: make new sections.
7268
7269         * input/test/bar-lines.ly: improve output, fix bug.
7270
7271         * Documentation/user/changing-defaults.itely: small fixes.
7272
7273 2004-10-01  Werner Lemberg  <wl@gnu.org>
7274
7275         * tex/lilyponddefs.tex (\lilypondECencoding): New command to handle
7276         T1 encoding in texinfo mode.
7277         (\lilypondstart): Use it.
7278         (\lilypondloop, \lilyponditerate): Removed.  Unused.
7279
7280 2004-09-30  Werner Lemberg  <wl@gnu.org>
7281
7282         * tex/lilyponddefs.tex (\lilypondstart): Define
7283         \lilypondfontencoding for both texinfo and latex mode.
7284
7285         * scm/framework-tex.scm (font-load-command): Use
7286         \lilypondfontencoding.
7287
7288 2004-09-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7289
7290         * scm/framework-tex.scm (dump-page): take with-extents?
7291         argument. If true, output Y extents. Used for lilypond-book
7292         documents.
7293
7294         * scripts/lilypond-book.py (PREAMBLE_LY): set dump-extents for
7295         \bookpaper.
7296
7297         * lily/slur.cc (outside_slur_callback): epsilon-delta management
7298         for slur edges. Fixes: progerror-no-bezier-intersection.ly
7299  
7300         * scm/framework-tex.scm (dump-page): put stencil height in dumped
7301         page.
7302
7303 2004-09-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7304
7305         * Documentation/user/notation.itely (Multi measure rests):
7306         Improved example.
7307
7308 2004-09-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7309
7310         * lily/auto-beam-engraver.cc (test_moment): robustify.
7311
7312 2004-09-28  Werner Lemberg  <wl@gnu.org>
7313
7314         * scm/framework-tex.scm (font-load-command): Define proper font
7315         macro which sets font encoding if available.
7316         (define-fonts): Define \lilypondpaperinputencoding, to be taken
7317         from the \bookpaper block.
7318
7319         * tex/lilyponddefs.tex (\lilypondstart): Use
7320         \lilypondpaperinputencoding for global input encoding.
7321
7322 2004-09-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7323
7324         * lily/score.cc (Score): oops. Copy error_found_ too.
7325
7326 2004-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
7327
7328         * stepmake/stepmake/texinfo-rules.make: 
7329         * Documentation/GNUmakefile: --srcdir build fixes.
7330
7331         * input/test/coriolan-margin.ly: Put papersize settings in \bookpaper.
7332
7333         * Documentation/user/latex-lilypond-example.latex:
7334         * Documentation/user/latex-example.latex: Fix compile errors.
7335         Still buggy, need more love.
7336
7337 2004-09-27  Werner Lemberg  <wl@gnu.org>
7338
7339         * tex/lilyponddefs.tex (\lilypondstart): Use \frenchspacing.
7340
7341 2004-09-26  Juergen Reuter  <reuter@ipd.uka.de>
7342
7343         * Documentation/user/examples.itely: removed \midi block to
7344         simplify the example
7345
7346         * Documentation/user/notation.itely: Removed superfluous
7347         TextSpanner tweakings (is already done by engraver-init.ly).
7348         Documented bug: vertical alignment of articulations.
7349
7350         * Documentation/user/notation.itely, ly/engraver-init.ly
7351         (VaticanaVoice, GregorianTranscriptionVoice): Bugfix: TextSpanner
7352         padding.
7353
7354         * Documentation/user/notation.itely, ly/engraver-init.ly: moved
7355         docu about TextSpanner padding bug from manual to engraver.ly
7356         (since it's workarounded and hence not user-visible any more)
7357
7358 2004-09-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7359
7360         * VERSION: release 2.3.19
7361
7362 2004-09-26  Graham Percival  <gperlist@shaw.ca>
7363
7364         * ly/property-init.ly: fix bug in displaying ledger lines while
7365         \hideNotes is on.
7366
7367         * Documentation/user/notation.itely: more editing.
7368
7369         * Documentation/user/examples.itely: add piano-dynamics template.
7370
7371         * input/template/piano-dynamics.ly: remove.
7372
7373         * Documentation/user/sound-output.itexi: more editing
7374
7375 2004-09-25  Graham Percival  <gperlist@shaw.ca>
7376
7377         * Documentation/user/notation.itely: more editing.
7378
7379 2004-09-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7380
7381         * scm/ly-from-scheme.scm (read-lily-expression): use ~s in format
7382         instead of ~a, to get #{ #"foo" #} actually printed to #"foo".
7383
7384 2004-09-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7385
7386         * lily/hairpin.cc (print): check columns of bounds, not bounds
7387         themselves.
7388         (print): robustify bound-padding lookup.
7389
7390         * lily/*: ly_c[ad]+r -> scm_XXX , ly_c_pair_p -> scm_is_pair.
7391
7392         * scripts/lilypond-book.py (Compile_error.process_include): catch
7393         Compile_error exception, and remove output .texi.
7394
7395         * scm/define-music-properties.scm (all-music-properties): add
7396         error-found
7397
7398         * lily/parser.yy (Music_list): add error-found to music with errors.
7399
7400         * lily/lily-parser.cc (LY_DEFINE): ignore scores with errors.
7401
7402         * lily/book.cc (process): ignore books with errors
7403
7404         * lily/include/score.hh (class Score): add error_found_ member.
7405
7406         * lily/drum-note-engraver.cc (try_music): idem.
7407
7408         * lily/note-heads-engraver.cc: remove start-playing-event.
7409
7410         * lily/part-combine-iterator.cc (Part_combine_iterator): use
7411         BusyPlayingEvent to determine which voice was active last.
7412         (unisono): use last active to where to get unisono information
7413         from. This fixes: partcombine-rest.ly (again).
7414
7415         * scm/part-combiner.scm (determine-split-list): cleanups
7416
7417 2004-09-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7418
7419         * input/regression/lyric-extender.ly: simplify.
7420         complexify.
7421
7422         * lily/lyric-extender.cc (print): use it to determine size of
7423         extender. Remove Lyric_extender::is_visible().
7424
7425         * lily/extender-engraver.cc (acknowledge_grob): store lyric in
7426         next property.
7427
7428         * lily/lyric-engraver.cc: remove get_current_rest().
7429         
7430 2004-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
7431
7432         * input/regression/lyric-extender.ly: Fix and add test.
7433
7434         * lily/extender-engraver.cc (stop_translation_timestep): Oops, typo.
7435
7436 2004-09-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7437
7438         * lily/note-head.cc: remove Note_head::extent.
7439
7440 2004-09-23  Graham Percival  <gperlist@shaw.ca>
7441
7442         * Documentation/user/tutorial.itely: do manual style 2-space
7443         indents in examples
7444
7445         * Documentation/user/notation.itely: more editing.
7446
7447 2004-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
7448
7449         * lily/lyric-engraver.cc (get_current_rest): New function.
7450
7451         * lily/extender-engraver.cc (stop_translation_timestep): Use it:
7452         stop at rest.
7453
7454         * lily/lyric-extender.cc (print): Fix crash (Russ Ross).
7455
7456         * lily/slur-scoring.cc (get_bezier): Fix for broken beziers.
7457
7458 2004-09-23  Juergen Reuter  <reuter@ipd.uka.de>
7459
7460         * Documentation/user/examples.itely (Small ensembles): added
7461         example for transcription of mensural music
7462
7463         * Documentation/user/notation.itely (The Lyrics context): fixed broken
7464         link to SATB vocal score
7465
7466         * Documentation/user/notation.itely (System start delimiters):
7467         fixed typo: GrandStaff->StaffGroup
7468
7469         * Documentation/user/notation.itely (Ancient articulations):
7470         removed obsolete comment on \episem bug
7471
7472 2004-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7473
7474         * scm/framework-tex.scm (output-preview-framework): Fix invocation
7475         of header.
7476
7477 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7478
7479         * lily/dynamic-engraver.cc (acknowledge_grob): attach hairpin
7480         start to note-column.
7481
7482         * lily/hairpin.cc (print): check text-interface, to attach to
7483         dynamic texts.  
7484
7485         * lily/include/text-item.hh (class Text_interface): rename
7486         Text_item -> Text_interface
7487
7488         * lily/piano-pedal-bracket.cc (print): robustify.
7489
7490 2004-09-22  Pedro Kroger  <kroeger@pedrokroeger.net>
7491
7492         * scm/paper.scm (set-paper-dimensions): add printfirstpagenumber.
7493
7494         * scm/page-layout.scm (plain-header): if printfirstpagenumber is
7495         true will print the page number in the first page.
7496
7497         * Documentation/user/changing-defaults.itely: Document
7498         printfirstpagenumber.
7499
7500 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7501
7502         * lily/phrasing-slur-engraver.cc (acknowledge_grob): avoid more
7503         objects.
7504
7505         * lily/beam-concave.cc (calc_concaveness): take absolute value of
7506         dy for scaling. This fixes various downbeams.
7507         
7508
7509         * lily/beam-quanting.cc (best_quant_score_idx): 
7510
7511 2004-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7512
7513         * scm/framework-tex.scm (header-to-file): Fix.
7514
7515 2004-09-22  Werner Lemberg  <wl@gnu.org>
7516
7517         * lily/parser.yy <score_body>: Fix typo.
7518
7519 2004-09-22  Graham Percival  <gperlist@shaw.ca>
7520
7521         * Documentation/user/tutorial.itely: modified a "future planning"
7522         comment.
7523
7524         * Documentation/user/notation.itely: more editing.
7525
7526 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7527
7528         * scm/define-markup-commands.scm (note-by-number): read font-size
7529         to determine stem length. Fixes: markup-note.ly
7530
7531 2004-09-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7532
7533         * lily/slur.cc (outside_slur_callback): read #'padding for
7534         slur-padding. Fixes: slur-script.ly
7535
7536         * lily/parser.yy (score_body): disallow \bookpaper in \score.
7537
7538 2004-09-21  Juergen Reuter  <reuter@ipd.uka.de>
7539
7540         * Documentation/user/notation.itely (ancient flags): documented
7541         flags-related known bugs
7542
7543         * lily/include/ligature-engraver.hh: added comment about why and
7544         how of (non-)use of abstract virtual methods
7545
7546         * ly/engraver-init.ly (VaticanaVoice,
7547         GregorianTranscriptionVoice): bugfix (workaround): TextSpanner:
7548         unset dash-fraction property in order to get solid lines
7549
7550         * ly/engraver-init.ly (MensuralStaff): fixed bad comment
7551
7552 2004-09-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7553
7554         * scripts/convert-ly.py (ly): Corrected replacement of \scriptBoth
7555
7556 2004-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7557
7558         * lily/parse-scm.cc (internal_ly_parse_scm): Eval in module, not
7559         in function.
7560
7561         * scm/framework-tex.scm (convert-to-dvi): Use nonstopmode.  Set
7562         openout_any=p.  Throughout: progress to stderr, translate user
7563         messages.
7564
7565         * scm/output-gnome.scm: Fix font dir description.
7566
7567 2004-09-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7568
7569         * input/test/mensural-ligatures.ly (voice): move linethickness
7570         settings to bookpaper.
7571
7572         * lily/simple-spacer.cc (Module): use force to stretch to 
7573         line length as force measure for ragged spacing.
7574         
7575         * lily/lily-parser.cc (get_paper): don't set parent for \paper
7576         blocks in the parser. This eliminates ordering dependency for
7577         \bookpaper and \paper
7578
7579         * ly/part-paper-init.ly: remove file.
7580
7581         * lily/includable-lexer.cc (new_input): elucidate message.
7582
7583         * VERSION: 2.3.18 released.
7584         
7585 2004-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7586
7587         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
7588         * input/mutopia/R.Schumann/romanze-op28-2.ly:
7589         * input/mutopia/F.Schubert/standchen.ly: Remove obsolete
7590         #'Slur.attachment setting.
7591
7592         * elisp/lilypond-mode.el (LilyPond-command-alist): Use -ftex,
7593         friendlier for point and click.
7594
7595 2004-09-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7596
7597         * ly/init.ly: reverse collected scores.
7598
7599         * scm/page-layout.scm (ly:optimal-page-breaks): use non-ragged
7600         layout to determine force.
7601         
7602 2004-09-18  Werner Lemberg  <wl@gnu.org>
7603
7604         * ly/engraver-init.ly <Score> [quotedEventTypes]: Add tuplets and
7605         ties.
7606
7607         * ly/declarations-init.ly (escapedBiggerSymbol,
7608         escapedSmallerSymbol): Fix typos.
7609
7610         * scripts/convert-ly.py: s/removeTag/removeWithTag/.
7611
7612 2004-09-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7613
7614         * input/{input,regression}/*.ly: run convert-ly
7615
7616         * VERSION: release 2.3.17
7617
7618         * lily/slur-scoring.cc (enumerate_attachments): make stem_extent a
7619         little wider for attachment calculation. This prevents stem and
7620         slur touching.
7621
7622         * lily/parser.yy (direction_less_char): soft code \< \> \! \( \) (
7623         ) 
7624
7625         * input/regression/tie.ly (texidoc): cleanup.
7626
7627         * ly/declarations-init.ly (tildeSymbol): soft-code meaning of [ ]
7628         and ~
7629
7630         * lily/slur-scoring.cc (score_extra_encompass): check if extra
7631         objects are on boundary column. 
7632
7633         * lily/main.cc (parse_argv): process --tex too.
7634
7635         * ly/music-functions-init.ly (keepWithTag): add music functions
7636         keepWithTag and removeWithTag.
7637
7638         * lily/quote-iterator.cc (Quote_iterator): init transposed_musics_.
7639
7640         * lily/accidental-engraver.cc (recent_enough): interpret laziness
7641         = #t. This fixes no-reset accidental-style.
7642
7643         * input/regression/accidental-piano.ly (Module): new file.
7644
7645         * lily/lily-guile.cc (LY_DEFINE): ly_assoc_get: new function.
7646
7647 2004-09-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7648
7649         * lily/slur-scoring.cc (score_extra_encompass): widen X extent of
7650         extra encompass.
7651         (score_extra_encompass): use Y coordinate of attachment if X
7652         attachment falls in extra encompass X extent.
7653
7654         * buildscripts/guile-gnome.sh (SLIB_PATH): add SLIB_PATH to
7655         GUILE_LOAD_PATH
7656
7657 2004-09-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7658
7659         * scm/output-gnome.scm: Small fixes.
7660
7661         * buildscripts/guile-gnome.sh: Getting close to 2.6.0 release.
7662
7663 2004-09-16  Juergen Reuter  <reuter@ipd.uka.de>
7664
7665         * Documentation/user/notation.itely (Ancient flags): Removed
7666         documentation on adjust-if-on-staffline (this property was removed
7667         by Han-Wen).
7668
7669         * Documentation/user/notation.itely (Ancient notation): Minor
7670         cleanups and fixes.  Renamed "Vaticana style contexts" ->
7671         "Gregorian Chant contexts".  Added section "Mensural contexts".
7672         Added section "Ancient articulations".
7673
7674         * ly/engraver-init.ly: Added "MensuralVoice" and "MensuralStaff".
7675
7676 2004-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
7677
7678         * buildscripts/guile-gnome.sh: Add missing bit.
7679
7680 2004-09-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7681
7682         * buildscripts/guile-gnome.sh (LD_LIBRARY_PATH): new script.
7683
7684         * lily/slur-scoring.cc (get_y_attachment_range): set end point
7685         using base_attachment.
7686
7687         * scm/page-layout.scm (default-page-make-stencil): whoops. Add
7688         page header back.
7689
7690         * scm/documentation-generate.scm (top-node): move version to top
7691         node.
7692
7693         * lily/ledger-line-spanner.cc: add ledgered-interface, with
7694         property no-ledgers.
7695
7696 2004-09-16  Heikki Junes  <hjunes@cc.hut.fi>
7697
7698         * Documentation/user/{changing-defaults,examples,invoking,
7699         tutorial}.itely: Expand 's to is.
7700
7701         * Documentation/user/notation.itely: Capitalize only first letter.
7702
7703         * Documentation/user/programming-interface.itely: Capitalize Scheme.
7704
7705         * Documentation/user/lilypond-book.itely: use @refbugs.
7706
7707         * THANKS: sort.
7708
7709         * input/mutopia/F.Schubert/morgenlied.ly,
7710         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly,
7711         input/mutopia/R.Schumann/romanze-op28-2.ly: Add lifetime and full
7712         name.
7713
7714 2004-09-15  Juergen Reuter  <reuter@ipd.uka.de>
7715
7716         * mf/parmesan-heads.mf: bugfixes: (i) removed duplicate
7717         lneomensural char entry; (ii) fixed mensural/neomensural naming
7718         clash typo; (iii) lneomensural char: fixed stem attachment point.
7719         WARNING: FONT CHANGED!
7720
7721 2004-09-15  Graham Percival  <gperlist@shaw.ca>
7722
7723         * Documentation/user/introduction.itely: update \stemBoth to
7724         \stemNeutral.
7725
7726         * Documentation/user/notation.itely: more editing of the manual.
7727
7728 2004-09-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7729
7730         * lily/slur-scoring.cc (score_edges): add exp(slope*dir*leftright)
7731         factor in edge attraction. This reflects that the left edge may
7732         have a larger gap for an ascending up-slur.
7733         (get_base_attachments): copy bound Y from right bound, if there is
7734         only one note-column after the line break.
7735
7736 2004-09-14  Jan Nieuwenhuizen  <janneke@gnu.org>
7737
7738         * buildscripts/guile-gnome.sh: Update with tarball [pre]releases.
7739
7740 2004-09-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7741
7742         * lily/phrasing-slur-engraver.cc (process_music): Create
7743         PhrasingSlur instead of Slur.
7744
7745         * Documentation/user/changing-defaults.itely (Defining new
7746         contexts): Fixed misprinted context name.
7747
7748 2004-09-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7749
7750         * ly/property-init.ly (hideStaffSwitch): remove turnOff.
7751
7752         * scripts/convert-ly.py (conv): change Both to Neutral in property
7753         settings.
7754
7755         * ly/engraver-init.ly: increase extent of Staff. 
7756
7757 2004-09-13  Graham Percival  <gperlist@shaw.ca>
7758
7759         * scm/script.scm: change behaviour of slur and accent.
7760
7761         * Documentation/user/music-glossary.tely: de-gender a few entires.
7762
7763         * Documentation/user/introduction.itely: de-gender a few sentences.
7764
7765 2004-09-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7766
7767         * input/regression/rehearsal-mark-number.ly: Reuse the existing
7768         formatting routine when adding boxed numbers. Makes it easier to
7769         extrapolate how to do for boxed letters.
7770
7771 2004-09-12  Graham Percival  <gperlist@shaw.ca>
7772
7773         * Documentation/user/notation.itely: fixed Time Signature numbers bug.
7774
7775         * Documentation/user/invoking.itexi: updated the "reporting bugs"
7776         section.
7777
7778 2004-09-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7779
7780         * scm/define-grobs.scm (all-grob-descriptions): longer
7781         ideallengths for stems in higher order beams.
7782
7783         * Documentation/user/changing-defaults.itely (Page layout):
7784         document them.
7785
7786         * scm/page-layout.scm (ly:optimal-page-breaks): use new parameters
7787         to get sane spaces for titles.
7788
7789         * ly/book-paper-defaults.ly: new parameters aftertitlespace,
7790         beforetitlespace, betweentitlespace.
7791
7792         * input/regression/beam-quant-standard.ly (primeSixteenths): add
7793         16th notes.
7794
7795         * lily/beam.cc (set_minimum_dy): new function. Round non-zero
7796         small slope up to smallest quant. This prevents small slopes from
7797         getting rounded to zero.
7798
7799         * lily/beam-quanting.cc (quanting): don't allow dy_mus slopes that
7800         are smaller than the smallest quant.
7801
7802         * input/tutorial/brahms*.ly: remove.
7803
7804         * input/*: update all .ly files.
7805          
7806         * ly/a4-init.ly (vsize): remove papersize init files.
7807
7808         * scripts/convert-ly.py (conv): add conversion.
7809
7810         * lily/parser.yy: change mode changing commands to XXXmode,
7811         eg. drummode.
7812         (mode_changing_head): group mode changes.
7813         (mode_changing_head_with_context): new commands: create context as
7814         well as change mode.
7815
7816         * input/regression/system-overstrike.ly: new file.
7817
7818         * scm/page-layout.scm (ly:optimal-page-breaks): add
7819         betweensystempadding also to fixed distance for the spring.
7820  
7821         * scm/define-grobs.scm (all-grob-descriptions): fix order of
7822         key-cancellation.
7823
7824         * input/regression/beam-concave-damped.ly: new file.
7825
7826         * lily/beam-concave.cc: new file, with new routines for concave
7827         decisions. There are now two types of concaveness: 1. a sharp
7828         logic decision forcing a beam horizontal, and 2. a number that
7829         measures how concave beams are that are not caught by 1.
7830
7831         This fixes: morgenlied.ly and input/regression/beam-concave.ly
7832         
7833         * lily/new-fingering-engraver.cc (stop_translation_timestep): new
7834         property: add-stem-support
7835
7836 2004-09-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7837
7838         * lily/slur-scoring.cc (get_bound_info): only do
7839         broken trend at the end of the line.
7840
7841         * VERSION (PACKAGE_NAME): release 2.3.16.
7842
7843         * input/regression/phrasing-slur.ly (Module): remove (duplicate
7844         with phrasing-slur-slur-avoid.ly)
7845
7846         * lily/slur-scoring.cc (struct Extra_collision_info): collect
7847         parameters for extra offset.
7848         (get_bezier): add slurs mid-points for curve determination
7849         (score_extra_encompass): add slur end points for scoring.
7850
7851 2004-09-11  Matthias Neeracher  <neeracher@mac.com>
7852
7853         * scm/framework-ps.scm (reencode-font): Handling font scaling
7854         and reencoding differently to work around a bug in gs 8.30 and
7855         earlier.
7856         Update callers.
7857
7858 2004-09-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7859
7860         * lily/slur-scoring.cc (broken_trend_y): always take use vdir
7861         extent index of other system. Fixes slurs across line breaks.
7862
7863         * lily/tuplet-engraver.cc (start_translation_timestep): use
7864         Tuplet_description::stop_ for determining when to stop producing
7865         tuplet brackets. This fixes: tuplet-overwrite.ly
7866
7867         * lily/*-engraver.cc: remove all Protected_scm objects to fix GC
7868         errors with GUILE 1.7 CVS.
7869
7870         * lily/translator.cc (derived_mark): new function.
7871
7872         * lily/slur-scoring.cc (score_encompass): new penalty type:
7873         variance penalty demerits slurs where one head/stem is much
7874         closer to the slur than average.
7875
7876         * lily/tuplet-bracket.cc (print): use robust_relative_extent
7877         iso. extent()
7878         (calc_position_and_height): use robust_relative_extent(). This
7879         fixes a couple of programming_errors
7880
7881         * input/regression/part-combine-mmrest-after-solo.ly (Module): new
7882         file.
7883
7884         * lily/part-combine-iterator.cc (unisono): bugfix for the case
7885         that voice-2 plays solo, and voice-1 has an mmrest that starts
7886         earlier. In that case, we switch to voice-2, so we catch the
7887         mmrest of voice-2. This fixes: partcombine-rest.ly.
7888  
7889 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7890
7891         * scm/define-grob-properties.scm (all-internal-grob-properties):
7892         add adjacent-hairpins property.
7893
7894         * lily/hairpin.cc: lengthen hairpin if space is available.
7895
7896         * input/regression/dynamics-hairpin-length.ly (Module): new file.
7897
7898 2004-09-10  Graham Percival  <gperlist@shaw.ca>
7899
7900         * Documentation/user/notation.itely: small fixes to docs.
7901
7902 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7903         
7904         * VERSION (PACKAGE_NAME): release 2.3.15
7905
7906         * make/lilypond.redhat.spec.in (Requires): bump requirement for
7907         ec-fonts-mftraced
7908
7909         * mf/GNUmakefile (SAUTER_FONTS): remove ecb10. This is provided by
7910         the latest ec-fonts-mftraced package.
7911
7912         * scm/define-context-properties.scm
7913         (all-internal-translation-properties): add property. Remove
7914         definition of quotes property.
7915
7916         * Documentation/user/notation.itely (Quoting other voices):
7917         document it
7918
7919         * lily/quote-iterator.cc (moment_less): add quotedEventTypes
7920         property, to determine what events are processed in \quote.
7921
7922 2004-09-10  Juergen Reuter  <reuter@ipd.uka.de>
7923
7924         * (many files): removed most occurrences of underscore ("_")
7925         from font characters; made font character naming more
7926         consistent
7927
7928         * input/test/gregorian-scripts.ly: fixed another victim of grand
7929         replacement operations
7930
7931         * lily/vaticana-ligature-engraver.cc: caught some more "_"
7932         inconsistencies
7933
7934         * input/puer-fragment.ly: bugfix: lyrics hyphen: syntax update
7935
7936 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7937
7938         * Documentation/user/changing-defaults.itely (Paper size): doc
7939         landscape
7940         
7941
7942         * scm/framework-ps.scm (eps-header): bugfixes. 
7943
7944         * scm/titling.scm (default-score-title): remove opus from the
7945         \score title.
7946
7947 2004-09-08  Pedro Kroger  <kroeger@pedrokroeger.net>
7948
7949         * scripts/convert-ly.py (program_name): changed to sys.argv[0]
7950
7951         * scripts/abc2ly.py (program_name): changed to sys.argv[0]
7952
7953         * scripts/etf2ly.py (program_name): changed to sys.argv[0]
7954
7955         * scripts/lilypond-book.py (program_name): changed to sys.argv[0]
7956
7957         * scripts/lilypond-latex.py (program_name): changed to sys.argv[0]
7958
7959         * scripts/midi2ly.py (program_name): changed to sys.argv[0]
7960
7961         * scripts/mup2ly.py (program_name): changed to sys.argv[0]
7962
7963         * scripts/ps2png.py (program_name): changed to sys.argv[0]
7964
7965 2004-09-09  Jan Nieuwenhuizen  <janneke@gnu.org>
7966
7967         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Increment
7968         character position.  Huh?
7969
7970         * scm/output-gnome.scm (placebox): Shield affine-relative.
7971
7972         * buildscripts/guile-gnome.sh: Update.  Do not use GUILE CVS,
7973         cater for system's pango 1.5.1.
7974
7975         * input/regression/new-slur.ly: Add ugly slur from scsii-sarabande.
7976
7977         * scm/slur.scm: Tweak.
7978
7979 2004-09-08  Graham Percival  <gperlist@shaw.ca>
7980
7981         * Documentation/user/{first couple of chapters}: more editing.
7982
7983 2004-09-07  Graham Percival  <gperlist@shaw.ca>
7984
7985         * Documentation/topdocs/AUTHORS.texi, THANKS: add/modify my name
7986         and summary.
7987
7988         * Documentation/user/{first couple of chapters}: the big "Graham's
7989         moved to a new city, his friends haven't arrived, and he has no
7990         internet access" patch.  Numerous editorial and stylistic changes
7991         to the manual.
7992
7993 2004-09-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7994
7995         * scm/framework-ps.scm (output-framework): handle landscape settings.
7996
7997         * ps/lilyponddefs.ps: cleanup.
7998
7999 2004-09-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8000
8001         * scm/define-grobs.scm (all-grob-descriptions): unset
8002         threshold. This fixes morgenlied. 
8003
8004         * scm/page-layout.scm (ly:optimal-page-breaks): whoops. Thinko in
8005         rod calculation.
8006
8007         * lily/system.cc (get_line): don't take piano-pedal & dynamic line
8008         spanners into account for staff-extents.
8009
8010         * lily/ottava-bracket.cc (print): take common refpoint of dots
8011         into account as well.
8012
8013 2004-09-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8014
8015         * lily/lookup.cc (triangle): translate by interval.
8016
8017         * VERSION (PACKAGE_NAME): release 2.3.14
8018
8019         * Documentation/user/changing-defaults.itely (Page layout): add
8020         betweensystempadding
8021
8022         * scm/page-layout.scm (ly:optimal-page-breaks): typo.
8023
8024         * input/regression/quote-cyclic.ly (Module): new file.
8025
8026         * scm/lily.scm (print): add function.
8027
8028         * scm/music-functions.scm (quote-substitute): new
8029         function. Substitute \quote when putting music into \score.
8030
8031         * input/regression/key-signature-cancellation.ly (Module): new file.
8032
8033         * lily/*.cc: more ly_scm2 -> scm_to converions.
8034
8035         * lily/key-signature-interface.cc (print): take position
8036         difference into account when spacing naturals.
8037
8038         * lily/key-engraver.cc (create_key): create KeyCancellation grob
8039         separately, so the cancellation can be put before the staff-bar
8040
8041         * scm/define-grobs.scm (all-grob-descriptions): add a
8042         KeyCancellation grob.
8043
8044         * lily/tuplet-engraver.cc (struct Tuplet_description): new
8045         struct. Use to clean-up Tuplet_engraver
8046
8047 2004-09-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8048
8049         * lily/*: ly_scm2int -> scm_to_int
8050         ly_scm2double -> scm_to_double
8051
8052         * lily/include/lily-guile.hh (scm_from_double): more compat glue.
8053
8054 2004-09-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8055
8056         * lily/simple-spacer.cc (LY_DEFINE): return something sensible for
8057         0 springs
8058
8059         * lily/system.cc (post_processing): 
8060
8061         * scm/page-layout.scm (ly:optimal-page-breaks): implement uniform
8062         density for vertical spacing by means of force penalty.
8063         
8064         * scm/paper.scm (paper-set-staff-size): add betweensystemspace as
8065         dimension-variables
8066
8067         * Documentation/user/changing-defaults.itely (Page layout): add
8068         betweensystemspace variable.
8069
8070         * ly/book-paper-defaults.ly: set betweensystemspace: 20 mm
8071
8072         * scm/page-layout.scm (space-systems): new function. Use spring
8073         and rod approach for vertically spacing systems.
8074
8075         * ly/engraver-init.ly: tune down minimumVerticalExtent.
8076
8077         * scm/define-grobs.scm (all-grob-descriptions): set threshold for
8078         vertical alignment.
8079
8080         * lily/slur-engraver.cc (process_music): add warning for slur.
8081
8082 2004-09-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8083
8084         * lily/include/lily-guile.hh (scm_is_number): add scm_is_number
8085
8086         * lily/simple-spacer.cc (LY_DEFINE): ly_solve_spring_rod_problem:
8087         export spacing routine to SCM.
8088
8089         * lily/include/simple-spacer.hh (struct Simple_spacer_wrapper):
8090         new class, separate Grobs from interface.
8091
8092 2004-09-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8093
8094         * lily/include/lily-guile.hh: compatibility glue for 1.6
8095
8096         * lily/*.cc (acknowledge_grob): ly_string_p -> scm_is_string.
8097
8098         * lily/lily-guile.cc: remove ly_scm2str0.
8099
8100 2004-09-01  Jan Nieuwenhuizen  <janneke@gnu.org>
8101
8102         * Documentation/user/macros.itexi: Use @inforef iso @uref for
8103         external references.  Fixes HTML cross references with makeinfo 4.7.
8104
8105 2004-09-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8106
8107         * lily/include/simple-spacer.hh (struct Simple_spacer): remove
8108         expand_only option.
8109
8110 2004-08-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8111
8112         * lily/system.cc (get_line): add System stencil to exprs. Fixes
8113         system-extents.ly.
8114
8115         * ly/engraver-init.ly: decrease minimumVerticalExtent to (-5,5).
8116
8117         * scm/define-grobs.scm (all-grob-descriptions): decrease padding
8118         for MultiMeasureRestNumber
8119
8120         * VERSION (PACKAGE_NAME): release 2.3.13
8121
8122 2004-08-29  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8123
8124         * lily/context-scheme.cc (LY_DEFINE): ly:context-grob-definition
8125         takes two arguments.
8126
8127 2004-08-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8128
8129         * input/regression/slur-stem-broken.ly: remove.
8130
8131         * lily/slur.cc: add quant-score.
8132
8133         * input/regression/slur-staccato.ly (texidoc): remove
8134
8135         * make/lilypond.redhat.spec.in (Group): remove musedata2ly
8136
8137 2004-08-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8138
8139         * lily/include/bezier-bow.hh: remove.
8140
8141         * lily/slur-bezier-bow.cc (Module): remove.
8142
8143         * lily/include/slur.hh (Module): remove.
8144
8145         * lily/slur.cc: remove
8146
8147         * input/test/slur-beautiful.ly (Module): remove
8148
8149         * input/test/slur-attachment-override.ly (Module): remove
8150
8151         * lily/slur-quanting.cc (after_line_breaking): only do scoring
8152         when less than 4 control-points.
8153
8154         * lily/key-signature-interface.cc: add style.
8155
8156         * Documentation/user/notation.itely (Automatic staff changes):
8157         document new behavior.
8158
8159         * input/regression/slur-extreme.ly: new file.
8160
8161         * ly/engraver-init.ly (Score): set bassStaffProperties to \clef
8162         bass. Obviates \clef bass in the bass staff, when using \autochange 
8163
8164         * lily/auto-change-iterator.cc (construct_children): instantiate
8165         up/down Staff, create Voice on up staff initially. Obviates
8166         explicit instantiation of up/down contexts for \autochange. 
8167
8168         * lily/slur-quanting.cc (get_bezier): new functionality, blow up
8169         slur depending on extents of note heads.
8170         
8171 2004-08-28  Graham Percival  <gperlist@shaw.ca>
8172
8173         * Documentation/user/tutorial.itely: minor editing.
8174
8175         * Documentation/user/examples.itely: tiny editing.
8176
8177 2004-08-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8178
8179         * lily/slur-quanting.cc (init_score_param): read scoring
8180         parameters from slur-details property
8181
8182         * scm/define-grobs.scm (all-grob-descriptions): add inside-slur to
8183         Accidental
8184
8185         * Documentation/user/advanced.itely: removed.
8186
8187         * Documentation/user/programming-interface.itely (How markups work
8188         internally): new subsection.
8189
8190         * Documentation/user/converters.itely (Invoking abc2ly): remove
8191         musedata2ly.
8192
8193 2004-08-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8194
8195         * Documentation/user/point-and-click.texi (Point and click): new file.
8196         put point & click in appendix.
8197         
8198         * Documentation/user/changing-defaults.itely (Vertical spacing):
8199         corrections
8200
8201 2004-08-27  Graham Percival  <gperlist@shaw.ca>
8202
8203         * Documentation/user/introduction.itely: add note about the
8204         "example templates" section of the manual, and remove link to
8205         input/template/
8206
8207 2004-08-27  Juergen Reuter   <reuter@ipd.uka.de>
8208
8209         * Documentation/user/lilypond-book.itely: fix parse error: @LaTeX
8210         -> La@TeX
8211
8212         * mf/parmesan-heads.mf: draw_diamond_head: fixed pen width; added
8213         missing lneo_mensural head; editorial cleanups
8214
8215         * lily/mensural-ligature.cc: added more comments
8216
8217 2004-08-26  Graham Percival  <gperlist@shaw.ca>
8218
8219         * Documentation/user/examples.itely: second, third, fourth, and fifth
8220         sections added.
8221
8222         * input/template/{various}: removed files included in examples.itely.
8223
8224 2004-08-26  Juergen Reuter   <reuter@ipd.uka.de>
8225
8226         * lily/stem.cc: bugfix: adjust-if-on-staffline: use
8227         Stem::stem_end_position instead of broken
8228         Staff_symbol_referencer::get_position
8229
8230 2004-08-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8231
8232         * debian/changelog: debian patch by Anthony Fok.
8233
8234         * lily/stem.cc (flag): bugfix for mensural flags (thanks Juergen!)
8235
8236         * lily/slur-engraver.cc (try_music): ignore slurs_. Otherwise we
8237         get spurious messages with skipTypesetting on.
8238
8239 2004-08-25  Graham Percival   <gperlist@shaw.ca>
8240
8241         * Documentation/user/lilypond-book.itely: slight clean-up.
8242
8243         * Documentation/user/examples.itely: began section.
8244
8245 2004-08-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8246
8247         * lily/script-interface.cc: add slur property.
8248
8249         * lily/slur-quanting.cc (score_extra_encompass): avoid other slurs
8250         too.
8251
8252         * input/regression/phrasing-slur-slur-avoid.ly: new file.
8253
8254         * lily/ottava-bracket.cc (print): always start from right edge of
8255         a broken bound. This fixes ottava-clef.ps 
8256
8257 2004-08-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8258
8259         * input/regression/slur-script-inside.ly: new file.
8260
8261         * lily/new-slur.cc (outside_slur_callback): new function, to make
8262         scripts avoid slurs 
8263
8264         * lily/slur-engraver.cc (finalize): 
8265
8266         * lily/script-interface.cc: add inside-slur property.
8267
8268         * lily/slur-engraver.cc (finalize): read inside-slur property.
8269
8270         * scm/lily.scm (postscript->png): use ~a iso. ~s in progress
8271         message.
8272
8273         * ly/property-init.ly (unHideNotes): hide accidentals at staff
8274         level. Fixes: hideNotes-accidental.ly
8275
8276 2004-08-23  Pedro Kroger  <kroeger@pedrokroeger.net>
8277
8278         * scm/page-layout.scm (plain-header): fix bug that print page
8279         number in the first page if firstpagenumber was different than 1.
8280
8281 2004-08-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8282
8283         * scm/framework-ps.scm (define-fonts): use UPCASE for Bluesky
8284         fonts. Fixes triangle markup for chords.
8285
8286         * lily/slur-quanting.cc (score_extra_encompass): make score depend
8287         on distance. This fixes slur-tenuto.ly and slur-tie.ly
8288  
8289         * flower/include/interval.hh (T>): add distance() function
8290
8291         * lily/ottava-bracket.cc (print): add dots to extent. Fixes
8292         octaviation-dot.ly 
8293
8294         * lily/context-scheme.cc: ly_context_grob_definition: new function.
8295
8296         * VERSION (MY_PATCH_LEVEL): release 2.3.12
8297
8298         * lily/new-slur.cc (add_column): remove set_interface()
8299
8300 2004-08-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8301
8302         * input/regression/slur-double.ly: new file. 
8303
8304         * lily/slur-engraver.cc: add doubleSlurs property
8305
8306         * scm/fret-diagrams.scm (label-fret): use cond instead of case for
8307         symbols.
8308
8309         * Documentation/user/notation.itely (Easy Notation note heads):
8310         revise notation Chapter.
8311
8312         * ly/music-functions-init.ly (makecluster): add makeClusters music
8313         function.
8314
8315         * lily/part-combine-engraver.cc: rename soloADue ->
8316         printPartCombineTexts
8317
8318         * scripts/convert-ly.py (conv): junk script{Up|Down|Both}.
8319
8320         * lily/horizontal-bracket.cc (print): use
8321         Tuplet_bracket::make_bracket, so it supports bracket-flare,
8322         edge-eight and shorten-pair.
8323
8324 2004-08-22  Pedro Kroger  <kroeger@pedrokroeger.net>
8325
8326         * Documentation/user/changing-defaults.itely (Page layout):
8327         description of firstpagenumber. Moved @refbugs about rightmargin
8328         to the end of the section (it was looking like the documentation
8329         after the refbugs was part of the bug comment).
8330
8331         * scm/framework-ps.scm (output-framework): set the first
8332         postscript page number to firstpagenumber
8333
8334         * scm/page-layout.scm (ly:optimal-page-breaks): print the first
8335         page number according to firstpagenumber
8336
8337         * scm/paper.scm (set-paper-dimensions): added firstpagenumber
8338         parameter
8339
8340 2004-08-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8341
8342         * lily/slur-engraver.cc (class Slur_engraver): simplify: remove
8343         nested slurs. 
8344
8345         * scripts/convert-ly.py (lilypond_version_re_str): handle
8346         \version "bar" % "foo"
8347
8348         * lily/completion-note-heads-engraver.cc (process_music): set
8349         duration-log before announcing object.
8350         
8351         * lily/staff-symbol.cc (print): subtract thickness from staff line
8352         length
8353
8354         * lily/parser.yy (book_body): disallow { ..music.. } inside \book
8355         
8356 2004-08-21  Carl Sorensen  <carldsorensen@comcast.net>
8357
8358         * scm/stencil.scm: remove fontify-text and fontify-text-white
8359
8360 2004-08-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8361
8362         * scm/part-combiner.scm: skip name string. Fixes segfault problem.
8363
8364         * Documentation/user/sound-output.texi (Sound): new file. Move all
8365         MIDI related information.
8366
8367 2004-08-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8368
8369         * lily/script-engraver.cc (acknowledge_grob): only take into
8370         account note heads with a music cause. Fixes ambitus-accent.ly
8371
8372         * scm/define-markup-commands.scm (finger): set encoding to
8373         fetaNumber.
8374
8375 2004-08-20  Erik Sandberg <ersa9195@student.uu.se>
8376
8377         * scripts/convert-ly.py: typo
8378
8379 2004-08-19  Carl Sorensen  <carldsorensen@comcast.net>
8380
8381         * scm/fret-diagrams.scm: Eliminate use of fontify-text; make 
8382         font calls for diagrams based on paper and props
8383
8384 2004-08-19  Graham Percival <gperlist@shaw.ca>
8385
8386         * scripts/convert-ly.py: add \newpage -> \pageBreak rule.
8387
8388 2004-08-19  Erik Sandberg <ersa9195@student.uu.se>
8389
8390         * ly/spanners-init.ly: Correct meanings of setTextDecresc/Dim,
8391         added setHairpinDecresc/Dim
8392
8393 2004-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
8394
8395         * lily/include/lily-guile.hh: Cosmetics.
8396
8397 2004-08-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8398
8399         * input/regression/fermata-rest-position.ly: new file
8400
8401         * ly/property-init.ly (hideNotes): remove \setMmRestFermata
8402
8403         * scripts/convert-ly.py (conv): add rule for \setMmRestFermata
8404
8405 2004-08-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8406
8407         * scm/framework-tex.scm (output-preview-framework) 
8408         (output-classic-framework): 
8409         * scm/framework-ps.scm (output-preview-framework):
8410         s/ly:paper-book-lines/ly:paper-book-systems/g
8411
8412         * scm/fret-diagrams.scm (ss-font-encoding):
8413         s/my-font-encoding/ss-font-encoding
8414
8415 2004-08-18  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8416
8417         * scm/music-functions.scm (direction-polyphonic-grobs): Set
8418         direction also on fingerings.
8419
8420         * lily/clef-engraver.cc: Add forceClef to list of read properties.
8421
8422 2004-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8423
8424         * po/nl.po: Some updates.
8425
8426         * scm/lily.scm (_): New function.
8427         (postscript->pdf, postscript->png, lilypond-main)
8428         (postscript->pdf): Use it.  Write messages to stderr.
8429
8430         * stepmake/stepmake/po-targets.make (ALL_PO_SOURCES): Add SCM_FILES.
8431
8432         * scm/GNUmakefile (XGETTEXT_FLAGS): Set language to Lisp.
8433         xgettext does not recognise scheme yet.  Patch submitted.
8434
8435         * lily/scm-option.cc (LY_DEFINE):
8436         * lily/main.cc: The program is now called lilypond (WAS:
8437         lilypond-bin).
8438
8439         * lily/rest-collision.cc (do_shift): Uniformise two too many rests
8440         messages.
8441
8442         * lily/include/paper-book.hh
8443         * lily/include/paper-system.hh: Finish renaming of paper-line to
8444         system.  Fix users.
8445
8446 2004-08-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8447
8448         * scm/documentation-generate.scm (string-append): add version.
8449
8450         * scm/define-markup-commands.scm (box): add box-padding and
8451         thickness props for the box command.
8452  
8453         * Documentation/user/changing-defaults.itely (Text encoding):
8454         elucidate use of \encoding for \header strings.
8455
8456         * lily/parser.yy (lyric_element): use \encoding for lyrics strings.
8457
8458         * lily/score.cc (LY_DEFINE): check if length of music > 0. Fixes:
8459         staff-change.ly
8460
8461         * lily/output-def.cc (assign_context_def): use set_variable().
8462
8463         * lily/text-item.cc (interpret_string): accept string input
8464         encoding too.
8465
8466         * scm/encoding.scm (read-encoding-file): print warning when file
8467         can't be found.
8468
8469         * tex/latin1.enc: remove.
8470
8471         * tex/GNUmakefile ($(outdir)/latin1.enc): create latin1 from GS.
8472
8473         * lily/rod.cc (columnize): robustness fix. Don't crash for
8474         nil span points. Fixes: appoggiatura-segfault.ly
8475         (add_to_cols): extra robustness fix.
8476
8477 2004-08-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8478
8479         * lily/text-item.cc (interpret_string): use lookup_variable() to
8480         fidn inputencoding. Now, \paper inherits inputencoding from
8481         \bookpaper.
8482
8483         * lily/script-engraver.cc (stop_translation_timestep): remove slur
8484         collision kludge.
8485
8486         * lily/dynamic-engraver.cc (typeset_all): remove slur collision
8487         kludge.
8488
8489 2004-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
8490
8491         * lily/main.cc (parse_argv): Bugfix: handle 'p'.  Add warning.
8492
8493 2004-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
8494
8495         * lily/spanner.cc (spanned_rank_iv): Bugfix.
8496
8497         * lily.scm: Mark un-internationlised user messages (with FIXME).
8498
8499         * lily/include/modified-font-metric.hh (struct
8500         Modified_font_metric): New file.  (WAS: incorrectly named
8501         scaled-font-metric.hh ?)
8502
8503         * lily/include/scaled-font-metric.hh: Remove.
8504
8505         * lily/text-item.cc (interpret_string): Identify and document
8506         input-encoding problem.
8507
8508         * lily/paper-book.cc (pages): Do not use `paper' as variable name
8509         for a Bookpaper.
8510
8511         * tex/latin1.enc: Replace /minus with /hyphen.
8512
8513         * scm/encoding.scm: For latin1 (input-)encoding, use
8514         latin1.  (Cork.enc is NOT latin1 -- see man latin1).
8515
8516         * ly/book-paper-defaults.ly: Add a comment about suspicious TeX
8517         inputencoding.
8518
8519 2004-08-12  Heikki Junes  <hjunes@cc.hut.fi>
8520
8521         * Documentation/topdocs/INSTALL.html: fixes.
8522
8523 2004-08-12  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
8524
8525         * buildscripts/builder.py: Fix for scons CVS.
8526
8527 2004-08-11  Heikki Junes  <hjunes@cc.hut.fi>
8528
8529         * Documentation/user/notation.itely,
8530         Documentation/topdocs/NEWS.texi, input/test/ambitus-mixed.ly,
8531         input/test/ambitus-mixed.ly: fix plurals:
8532         english: ambit, pl. ambits; latin: ambitus, pl. ambitus.
8533
8534 2004-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8535
8536         * lily/dynamic-engraver.cc (typeset_all):
8537         * lily/script-engraver.cc (stop_translation_timestep): Handle
8538         collisions with new-slur.
8539
8540 2004-08-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8541
8542         * scm/define-grobs.scm (all-grob-descriptions): Add
8543         new-slur-interface.
8544
8545 2004-08-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8546
8547         * elisp/lilypond-mode.el (LilyPond-command-alist): LilyPond now
8548         produces .PS
8549
8550 2004-08-09  Carl Sorensen  <carldsorensen@comcast.net>
8551
8552         * scm/define-grob-properties.scm (all-user-grob-properties): fix
8553         definition of number-type
8554
8555 2004-08-08  Carl Sorensen  <carldsorensen@comcast.net>
8556
8557         * scm/fret-diagrams.scm : change sans-serif font encoding from 
8558         TeX-text to ec (uses ecss fonts instead of cmss fonts)
8559
8560         * scm/define-grob-interfaces.scm (fret-diagram-interface): add
8561         number-type and label-dir
8562
8563         * scm/define-grob-properties.scm: add number-type and label-dir
8564
8565         * scm/fret-diagrams.scm (label-fret): allow fret label to be on either
8566         left or right.  Allow choice of upper-case roman, lower-case roman, or
8567         arabic numerals in fret label
8568
8569 2004-08-04  Werner Lemberg  <wl@gnu.org>
8570
8571         * lily/slur-quanting.cc: Include libc-extension.hh.
8572         s/round/my_round/.
8573         * ly/engraver-init.ly (VaticanaVoice, GregorianTranscriptionVoice):
8574         s/autobeaming/autoBeaming/.
8575
8576 2004-08-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8577
8578         * VERSION: 2.3.11 released.
8579
8580         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): reinstate
8581         renameinput.
8582
8583 2004-08-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8584
8585         * lily/lookup.cc (round_filled_box): remove warnings about blot
8586         diameter.
8587
8588         * scm/paper.scm (paper-set-staff-size): make linethickness more
8589         easily tunable.
8590
8591         * lily/parser.yy (new_lyrics): \addlyrics -> \oldaddlyrics,
8592         \newlyrics -> \addlyrics
8593
8594         * lily/text-spanner.cc (print): use it.
8595
8596         * lily/dynamic-text-spanner.cc (print): use it.
8597
8598         * lily/grob.cc (robust_relative_extent): new function.
8599
8600         * scripts/lilypond-book.py (main): add -f tex as default process.
8601
8602         * lily/text-spanner.cc (print): only take linear_combination of
8603         nonempty interval.
8604         
8605
8606 2004-08-02  Pedro Kroger  <kroeger@pedrokroeger.net>
8607
8608         * scm/page-layout.scm (default-page-make-stencil): If leftmargin
8609         isn't specified by the user in \bookpaper center the music in the
8610         page.
8611
8612 2004-08-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8613
8614         * Fix some problems after the renaming of my-lily -> lily
8615
8616 2004-08-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8617
8618         * lily/lily-parser.cc (parse_string): don't overwrite keytable_.
8619
8620         * lily/slur-quanting.cc (enumerate_attachments): apply center on
8621         stem-X in more cases. 
8622
8623         * lily/stem.cc (dim_callback): solve todo.
8624
8625 2004-08-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8626
8627         * input/test/README: new file.
8628
8629         * lily/lily-parser.cc: rename my-lily* files.
8630
8631         * lily/my-lily-parser.cc (LY_DEFINE): plug memory leak: unprotect
8632         parser.
8633
8634         * lily/include/my-lily-lexer.hh (class Lily_lexer): smobify lexer.
8635
8636         * lily/include/my-lily-parser.hh: rename My_lily -> Lily
8637
8638         * make/mutopia-targets.make (local-WWW): don't make ps.gz
8639         examples. They take a huge amount of space.
8640
8641         * Documentation/user/GNUmakefile: fix symlinks.
8642
8643         * VERSION: 2.3.10 released.
8644         
8645         * input/test/lyrics-skip-notes.ly: remove
8646
8647         * input/test/stem-cross-staff.ly (noFlag): fold into manual
8648
8649         * input/test/{spacing-2,staff-space,tablature,textscript}.ly:
8650         remove.
8651
8652 2004-08-01  Heikki Junes  <hanwen@xs4all.nl>
8653
8654         * Documentation/user/{changing-defaults,notation,tutorial}.itely:
8655         fixes.
8656
8657 2004-08-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8658
8659         * input/regression/beam-dir-functions.ly: move from test/
8660
8661         * Documentation/user/notation.itely (Feathered beams): new node.
8662
8663         * Documentation/user/changing-defaults.itely (Difficult tweaks):
8664         new node
8665
8666         * input/regression/lyric-hyphen-retain.ly: move to regression.
8667
8668         * input/regression/harmonic.ly: fold into manual
8669         
8670         * input/test/{hshift,move-accidentals,crescendi,feathered-beam,
8671         stem-length,chord-names-no-inversions}.ly: remove
8672         
8673         * input/test/tie-cross-voice.ly: move to regression.
8674
8675         * Documentation/user/notation.itely (Running trills): new node.
8676
8677         * scm/define-grobs.scm (all-grob-descriptions): new grob TrillSpanner
8678
8679         * scm/define-music-types.scm (music-descriptions): add TrillSpanEvent
8680
8681         * lily/trill-spanner-engraver.cc: new file.
8682
8683         * input/regression/trill-spanner.ly: new file.
8684
8685         * input/test/timing.ly: fold into manual.
8686
8687         * input/test/time.ly: remove
8688
8689         * input/test/trill.ly: remove
8690         
8691         * input/test/time-signature-double.ly: fold into manual
8692
8693         * input/test/separate-staccato.ly: remove
8694
8695         * input/test/spanner-after-break-tweak.ly: fold into manual.
8696
8697         * input/test/script-priority.ly: fold into manual.
8698
8699         * input/test/scheme-interactions.ly: remove.
8700         
8701         * input/test/unfold-all-repeats.ly (mel),
8702         input/test/repeat.ly,input/test/repeat-shorter-bracket.ly,
8703         input/test/polymetric-differing-notes.ly input/test/polymetric.ly:
8704         fold into manual.
8705
8706         * input/regression/no-staff.ly: move from input/test/
8707
8708         * input/regression/markup-score.ly: move from input/test/
8709
8710         * input/test/lyrics-melisma-faster.ly: fold into manual
8711         
8712         * input/test/lyrics-melisma-variants.ly: fold into manual
8713
8714         * Documentation/user/notation.itely (Popular music): new node. 
8715
8716         * input/test/gourlay.ly: remove
8717         
8718         * input/test/improv.ly: fold into manual.
8719
8720         * input/test/figured-bass-alternate.ly (fl): remove
8721
8722         * lily/dynamic-text-spanner.cc (print): new file.
8723
8724         * scm/define-grobs.scm (all-grob-descriptions): add DynamicTextSpanner
8725
8726         * lily/engraver-group-engraver.cc (do_announces): reorder logic:
8727         keep recursing into children in case a parent context inserts a
8728         grob into a child context.
8729
8730         * lily/dynamic-engraver.cc (acknowledge_grob): add accidentals to
8731         
8732 2004-07-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8733
8734         * scm/define-markup-commands.scm (postscript): new markup command
8735         \postscript
8736
8737         * Documentation/user/notation.itely (Formatting cue notes): new
8738         section.
8739
8740         * input/test/clef-end-of-line.ly: fold into manual.
8741
8742         * input/test/scales-greek.ly: remove.
8743
8744         * input/test/chords-without-melody.ly: fold into manual.
8745
8746         * input/test/cadenza-skip.ly: remove.
8747
8748         * input/test/clef-8-syntax.ly: remove.
8749
8750         * input/test/clef-manual-control.ly: move into manual.
8751
8752         * Documentation/user/notation.itely (Aligning to cadenzas): fold
8753         in cadenza-skip.ly
8754
8755         * mf/parmesan*.mf: change neo_mensural to neomensural.
8756
8757         * input/test/trills.ly: remove.
8758
8759         * input/test/transposition.ly: remove.
8760
8761         * input/test/to-xml.ly: move to no-notation.
8762
8763         * buildscripts/lilypond-profile.sh: change zsh bomb to warning.
8764
8765         * lily/ledger-line-spanner.cc (print): use staff variable, not
8766         me. Fixes ledger lines on differently sized staves.
8767
8768         * input/test/rhythm-excercise.ly: remove file.
8769
8770         * lily/stem.cc (dim_callback): only do something if visible. Fixes
8771         spurious flag not found warning for 128th rest.
8772
8773         * input/regression/rest-dot-position.ly: new file.
8774         
8775         * input/test/rest-dot-positions.ly: remove
8776
8777         * lily/staff-symbol-referencer.cc (get_position): emergency
8778         fallback: use coordinate * 2.
8779
8780         * input/no-notation/midi-scales.ly: move from test/
8781
8782         * scm/define-markup-commands.scm (score): remove debugging code.
8783
8784         * input/test/incipit.ly (violin): remove. 
8785
8786         * lily/system-start-delimiter.cc (print): only draw system
8787         delimiter to staves that reach up to left bound of the delimiter.
8788
8789         * input/no-notation/embedded-scm.ly: move from test/
8790
8791         * input/test/follow-voice.ly: remove
8792
8793         * input/no-notation/dynamic-absolute-volume.ly: move from test/.
8794
8795         * input/test/drarn*: remove
8796         
8797         * input/test/count-systems.ly: remove.
8798
8799         * lily/bar-line.cc (compound_barline): fix : for staff without
8800         lines.
8801
8802         * lily/accidental.cc (print): use music_font_alist_chain(). This
8803         fixes smaller cautionaries.
8804
8805         * scm/define-grobs.scm (all-grob-descriptions): use fetaMusic
8806         encoding for accidental.
8807
8808         * Documentation/user/notation.itely (Educational use): new section
8809
8810         * input/test/*.ly: clean up directory: move examples into manual
8811         or regtest.
8812         
8813
8814         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.log): add
8815         mode as well. This fixes resolution errors.
8816
8817 2004-07-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8818
8819         * scm/lily.scm (postscript->png): show commands for --verbose.
8820
8821         * flower/include/getopt-long.hh: opps. short option should be
8822         char, not int.
8823
8824         * Documentation/user/GNUmakefile: use symlinks to save space.
8825
8826         * VERSION: 2.3.9 released.
8827
8828         * scripts/convert-ly.py (conv): remove \lyrics from \lyricsto.
8829
8830         * ly/gregorian-init.ly (neumeDemoPaper): remove duplication from
8831         manual.
8832
8833         * Documentation/user/tutorial.itely (Integrating text and music):
8834         remove \score and \notes from manual.
8835
8836         * lily/my-lily-lexer.cc (My_lily_lexer): really switch on note
8837         mode in the beginning.
8838
8839 2004-07-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8840
8841         * Documentation/user/changing-defaults.itely (Horizontal spacing):
8842         Correct the documentation of the spacing parameters. 
8843
8844         * Documentation/user/tutorial.itely (Integrating text and music), 
8845         Documentation/user/lilypond-book.itely (Integrating LaTeX and
8846         music): Document that you need to add the map file ec-mftrace.map
8847         in the dvips command.   
8848
8849 2004-07-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8850
8851         * lily/score-engraver.cc (initialize): abort if ecrm10.pfa not
8852         found.
8853
8854         * lily/text-item.cc (interpret_string): insert encoding setting
8855         here
8856
8857         * scm/framework-ps.scm (ps-font-command): remove feta/parmesan
8858         encoding kludge.
8859
8860         * Documentation/user/changing-defaults.itely (Text encoding): node
8861         on encoding.
8862
8863         * lily/lyric-engraver.cc (try_music): remove superfluous check.
8864
8865         * lily/book-paper-def.cc (find_scaled_font): remove default
8866         encoding, because it messes up font loading for feta and
8867         parmesan. Encoding should only be specified for running texts.
8868
8869         * lily/modified-font-metric.cc (text_dimension): support coding
8870         scheme ""
8871         
8872 2004-07-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8873
8874         * lily/tie-engraver.cc (stop_translation_timestep): remember tie
8875         definition, so \override works as expected.
8876
8877         * lily/measure-grouping-engraver.cc: clarify
8878
8879 2004-07-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8880
8881         * lily/parser.yy (context_def_mod): remove \consistsend
8882
8883         * lily/context-def.cc (instantiate): use Translator::must_be_last
8884         to determine engraver order.
8885
8886         * lily/translator.cc (must_be_last): new function
8887
8888         * scripts/convert-ly.py (conv): rule.
8889
8890         * lily/bar-line.cc (print): return '() for height == 0.0 too.
8891
8892 2004-07-27  Heikki Junes  <hjunes@cc.hut.fi>
8893
8894         * input/regression/{stanza-number,volta-multi-staff}.ly: fix docs.
8895  
8896 2004-07-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8897
8898         * lily/include/lily-guile.hh (scm_is_int): compat glue.
8899
8900 2004-07-25  Pedro Kroger  <kroeger@pedrokroeger.net>
8901
8902         * input/regression/page-layout.ly: new file.
8903
8904         * scm/paper.scm (set-paper-dimensions): Preliminary support for
8905         left and right margins.
8906
8907         * Documentation/user/changing-defaults.itely (Page layout):
8908         Explain the leftmargin option.
8909
8910 2004-07-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8911
8912         * input/test/lyrics-melisma-variants.ly (texidoc): new file.
8913
8914         * input/test/lyrics-melisma-faster.ly: new file.
8915
8916         * lily/new-lyric-combine-music-iterator.cc (find_voice): allow
8917         change of melody by setting associatedVoice.
8918
8919         * lily/parser.yy (re_rhythmed_music): \lyricsto implies lyrics mode.
8920
8921         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): don't copy
8922         file contents, rather \include them, so default linewidth is set.
8923         (ly_options): make BOOKPAPER set of options. Move linewidth
8924         settings there.
8925
8926         * Documentation/user/examples.itely: new file. Templates are to be
8927         moved here.
8928
8929         * Documentation/user/programming-interface.itely: move chapter.
8930
8931         * scm/document-markup.scm (doc-markup-function): add @code
8932
8933         * stepmake/stepmake/texinfo-rules.make: remove chmod.
8934
8935 2004-07-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8936
8937         * scm/page-layout.scm (plain-header): add printpagenumber boolean
8938         to bookpaper.
8939
8940         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
8941         $(outdir)/%.ly $(outdir)/%.ps): do all targets from lilypond binary.
8942
8943         * scripts/lilypond-latex.py (run_dvips): remove -bin everywhere.
8944
8945         * lily/GNUmakefile (NAME): create lilypond, not lilypond-bin 
8946
8947         * scripts/lilypond-latex.py: move from lilypond.py
8948
8949         * make/lilypond-vars.make: centralize LILYPOND_BOOK_FLAGS setting.
8950         (LILYPOND_BOOK_FLAGS): use -f tex for lilypond-book.
8951
8952         * scm/lily.scm (postscript->png): new function
8953         (postscript->pdf): new function
8954
8955         * lily/paper-book.cc (post_processing): call
8956         convert-to-{dvi,ps,png,pdf}
8957
8958         * scripts/ps2png.py (option_definitions): new file.
8959
8960         * lily/paper-book.cc (output): call output-preview-framework
8961         (post_processing): new function. Do PDF/PNG conversion.
8962
8963         * lily/paper-outputter.cc (close): new function.
8964
8965         * scm/framework-ps.scm (convert-to-pdf): new function. Call
8966         ps2pdf.
8967         (output-preview-framework): new function. Generate a preview .ps
8968         
8969
8970 2004-07-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8971
8972         * VERSION: release 2.3.8
8973         
8974         * lily/note-head.cc: remove ledger line handling.
8975
8976         * lily/ambitus.cc (print): strip away accidental / note head code,
8977         and associated properties.
8978
8979         * lily/ambitus-engraver.cc (create_ambitus): change name to
8980         AmbitusLine. Create AmbitusAccidental and AmbitusNoteHead for
8981         other ambitus parts.
8982         (create_ambitus): group grobs in Ambitus grouping object. 
8983
8984         * lily/include/pitch-interval.hh (Pitch>): new file.
8985
8986         * lily/pitch-interval.cc (add_point): new file.
8987
8988         * lily/ledger-line-engraver.cc: new file.
8989
8990         * lily/ledger-line-spanner.cc (print): new file. Set limits to
8991         ledger line length to avoid clashes.
8992
8993 2004-07-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8994
8995         * Documentation/user/invoking.itexi (Invoking lilypond): remove
8996         deprecated options
8997
8998 2004-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
8999
9000         * SConstruct: Use only code files for TAGS.  Change GO_FAST_BUTTON
9001         to command line option: fast=1 (default on).
9002
9003         * SConstruct[GO_FAST_BUTTON]: implement tips from Andreas Roach.
9004         This brings SCons run-time on up-to-date tree down from 48s with
9005         only checksums, to 34s without 2day checksums, to 14s (make needs
9006         4 seconds).
9007         (subdirs)[GO_FAST_BUTTON]: Try to read all subdirs only when
9008         necessary.
9009
9010 2004-07-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9011
9012         * lily/slur-quanting.cc (score_extra_encompass): add  break ;
9013         (score_extra_encompass): process scripts at edges too, by checking
9014         control points directly. 
9015
9016 2004-07-20  Jan Nieuwenhuizen  <janneke@gnu.org>
9017
9018         * po/nl.po: Update.
9019
9020         * lily/main.cc: Fix ly:option-usage help.
9021
9022         * input/regression/slur-script.ly: More collision tests.
9023
9024         * GNUmakefile.in (EXTRA_DIST_FILES): Add SConstruct.
9025
9026 2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9027
9028         * VERSION: release 2.3.7
9029
9030         * stepmake/generic-vars.make (EXTRA_DIST_FILES): dist SConscript
9031         files.
9032
9033         * Documentation/user/notation.itely (Slurs): document ^ and _ for
9034         slurs.
9035
9036         * input/regression/slur-script.ly: new file.
9037
9038         * lily/accidental-engraver.cc (process_acknowledged_grobs):
9039         make accidental appear to come from note head engraver.
9040
9041         * lily/slur-quanting.cc: new file.
9042         (score_extra_encompass): new function. Avoid scripts and
9043         accidentals
9044
9045 2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9046
9047         * lily/include/lily-guile.hh: Remove guile-1.4 compatibility.
9048         This greatly reduces the number of files that get recompiled
9049         after touching config.hh.
9050
9051         * config.hh.in: Remove GUILE_*_VERSION.
9052
9053         * lily/new-slur.cc: Resolve conflicts.
9054
9055         * lily/stem-engraver.cc (make_stem): New method.
9056
9057         * lily/include/script-interface.hh:
9058         * lily/script-interface.cc: New file.
9059
9060         * lily/include/script.hh:
9061         * lily/script.cc: Remove.
9062
9063         * lily/music.cc (duration_log): New method.
9064
9065         * lily/script.cc (struct Skript): Remove.
9066
9067         * lily/new-slur.cc (get_base_attachments): Try at articulations.
9068         Lots of coding cleanups (Stom).
9069
9070 2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9071
9072         * lily/new-slur.cc (avoid_staff_line): new function: avoid
9073         collisions with staff lines.
9074
9075         * lily/my-lily-parser.cc (LY_DEFINE): add directory of argument to
9076         global_path
9077
9078         * scm/define-grobs.scm (all-grob-descriptions): set ratio
9079         .25. This flattens short slurs.
9080
9081         * lily/new-slur.cc (enumerate_attachments): move X of attachment
9082         points for tilted slurs.
9083
9084         * input/regression/slur-tilt.ly: new file.
9085
9086         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): shorten
9087         stems of 16th graces too.
9088
9089         * lily/beam-quanting.cc (score_forbidden_quants): make forbidden
9090         quant penalty dependent on how much the line is in the gap.
9091
9092         * input/regression/grace-stem-length.ly: new file.
9093
9094         * lily/beam-quanting.cc (score_forbidden_quants): remove
9095         interquant check. The penalty of 1000 is much too harsh, and the
9096         inter case should be caught by check-staff-line-in-gap check.
9097
9098         * lily/scm-option.cc: move debug-beam to \paper.
9099
9100         * scripts/lilypond-book.py (Lilypond_snippet.write_ly): create
9101         .txt files to appease makeinfo.
9102
9103         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly:
9104         remove texttagline.
9105         
9106         * lily/new-slur.cc: cleanup, split in functions.
9107
9108         * lily/parser.yy (chord_body_element): allow octave-check = inside
9109         chord body. 
9110
9111         * lily/new-slur.cc (score_encompass): variable head-distance penalty.
9112
9113         * lily/stem.cc (height): call Beam::after_line_breaking().
9114
9115         * lily/rest-collision.cc (force_shift_callback): only call shift
9116         for columns containing rests.
9117
9118         * lily/new-slur.cc (print): use debug-slur-quanting paper var.
9119
9120         * input/regression/font-postscript.ly: invoke afm2tfm. 
9121
9122 2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9123
9124         * mf/SConscript: Build map files.
9125
9126         * SConstruct: Rename $out to out-www in web.
9127
9128 2004-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9129
9130         * SConstruct (web_kluts): Have make web build in out-www.  Not.
9131
9132 2004-07-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9133
9134         * Documentation/user/music-glossary.tely (Top): add fragment to
9135         pertinent @lilypond entries.
9136
9137         * scm/define-grobs.scm: switch on new-slur by default.
9138
9139         * lily/scm-option.cc: symbol != string.
9140
9141         * lily/new-slur.cc (set_end_points): handle broken slurs. Doesn't
9142         really work yet.
9143         (set_end_points): make X coord of attachment dependent on  Y.
9144         (score_encompass): add edges too.
9145
9146 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9147
9148         * lily/stem.cc (get_beaming): new function.
9149
9150         * scripts/lilypond-book.py (compose_ly): make fragment mandatory
9151         for fragment snippets. This fixes inclusion of toplevel-music
9152         examples (such as new-slur.ly)
9153  
9154 2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9155
9156         * scripts/lilypond-book.py: Remove second import of stat.
9157
9158         * More SCons cleanups.
9159
9160         * Documentation/bibliography/computer-notation.bib (note): Remove
9161         extraneous closing brace.
9162
9163 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9164
9165         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): fix
9166         stat calls.
9167
9168         * Documentation/bibliography/SConscript (bibs): failed try to get
9169         bib2html find html-long.bst.
9170
9171         * buildscripts/bib2html.py (stat): fail if bibtex fails.
9172
9173         * make/stepmake.make: use usescons for using scons. 
9174
9175 2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9176
9177         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): Check
9178         for lilypondend.  Import stat (huh?).
9179
9180 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9181
9182         * make/mutopia-vars.make ($(addprefix $(outdir)/,$(LYM4_FILES):
9183         bypass dvi. 
9184
9185         * input/regression/font-postscript.ly: new file. 
9186
9187         * scm/framework-ps.scm (load-fonts): load pfb files too.
9188
9189         * lily/pfb.cc (pfb2pfa): new file.
9190
9191 2004-07-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9192
9193         * scripts/lilypond-book.py (PREAMBLE_LY): set
9194         toplevel-music-handler too.
9195
9196 2004-07-15  Jan Nieuwenhuizen  <janneke@gnu.org>
9197
9198         * SConstruct (symlink): Add dvips and music-drawing-routines.ps.
9199         (web_path): Fixes for webball.  Install fixes, add DESTDIR option.
9200
9201         * lily/slur.cc: Add quant-score to interface.  Fixes web build.
9202
9203         * python/SConscript:
9204         * python/vim:
9205         * input/mutopia/*SConscript: New file.
9206
9207         * input/mutopia/W.A.Mozart/: Use .ily suffix for includes.
9208
9209         * scm/define-grobs.scm (all-grob-descriptions): Use ,Slur::height,
9210         fixes web build.
9211
9212         * make/stepmake.make (scons): re-route to SCONS if user has been
9213         running scons in this tree.
9214
9215         * SConstruct (config_vars): Add CPPDEFINES.
9216         (env): Set checksums type to "content".
9217         (save_config_cache): Do not exit after configuring when using
9218         checksums (the default) instead of timestamps.
9219
9220 2004-07-15  Jan Nieuwenhuizen  <janneke@gnu.org>
9221
9222         * SConstruct: Further development.
9223
9224         * input/test/SConscript: 
9225         * input/template/SConscript: 
9226         * input/regression/SConscript: 
9227         * Documentation/bibliography/SConscript:
9228         * Documentation/bibliography/index.html.in: New file.
9229
9230         * Documentation/bibliography/GNUmakefile (local-WWW): Remove index
9231         generation.
9232
9233         * buildscripts/builder.py: Add new builders.
9234
9235         * make/stepmake.make: 
9236         * stepmake/stepmake/*.make: 
9237         * configure.in:
9238         * lily/*:
9239         * flower*: Use config.hh (Was config.h).
9240
9241         * scm/encoding.scm (get-coding): Print friendly error message when
9242         no encoding is found, rather than crashing.
9243
9244 2004-07-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9245
9246         * lily/new-slur.cc (score_slopes): strong sloping score only when
9247         stems point in same dir. 
9248
9249 2004-07-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9250
9251         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo): bugfix
9252         for beam start.
9253
9254         * lily/parser.yy (context_prop_spec): check grob name for
9255         alphanumericness..
9256
9257         * lily/lyric-engraver.cc: creates LyricText objects
9258
9259 2004-07-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9260
9261         * lily/include/lily-guile.hh (scm_from_int): add scm_from_int glue.
9262
9263 2004-07-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9264
9265         * SConstruct: Configure only pristine build tree or on user
9266         request.  Cleanups.  Add Documentation/topdocs to subdirs.
9267         Use checksums instead of timestamps.
9268         (CheckYYCurrentBuffer): Return result.
9269
9270         * Documentation/topdocs/SConscript: New file.
9271
9272 2004-07-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9273
9274         * lily/staff-symbol-referencer.cc (on_staffline): bugfix 
9275
9276         * lily/scm-hash.cc (get): SCM_MAKINUM is deprecated. Use
9277         scm_from_int instead.
9278
9279 2004-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
9280
9281         * SConstruct: Updates.  Add targets: tar, dist, release.
9282
9283 2004-07-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9284
9285         * input/mutopia-header.ly: Generate output.
9286
9287         * SConstruct:
9288         * buildscripts/builder.py:
9289         * Documentation/user/SConscript: SCons fixes.
9290
9291 2004-07-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9292
9293         * lily/new-slur.cc (class New_slur): new file. Score based slur
9294         computations.
9295
9296 2004-07-10  Jan Nieuwenhuizen  <janneke@gnu.org>
9297
9298         * mf/SConscript: Remove Builders.
9299
9300         * buildscripts/builder.py: Add LilyPond, Abc2ly and MF builders.
9301
9302         * input/SConscript: 
9303         * Documentation/user/SConscript: New file.
9304
9305 2004-07-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9306
9307         * Documentation/topdocs/NEWS.texi (Top): add note about new
9308         emacs electric-|
9309
9310         * scm/*.scm: adapt ly:warn calls.
9311
9312         * lily/lily-guile.cc (LY_DEFINE): use format on ly:warn arguments.
9313
9314         * lily/repeat-acknowledge-engraver.cc (process_music): look at
9315         main timing, not grace timing. Fixes volta-repeat-grace.
9316
9317         * lily/kpath.cc (LY_DEFINE): ly:kpathsea-expand-path, new function
9318         remove ly:kpathsea-gulp-file.
9319
9320         * scm/translation-functions.scm (format-metronome-markup): make
9321         note smaller, align to bottom.
9322
9323         * scm/define-grobs.scm (all-grob-descriptions): metronome fixes.
9324
9325         * lily/metronome-engraver.cc (stop_translation_timestep): attach
9326         metronome to musical column. Don't ack time sigs or bar lines.
9327
9328 2004-07-10  Heikki Junes  <hjunes@cc.hut.fi>
9329
9330         * THANKS: sort, add David. Kristof contributed code, he is a
9331         contributor.
9332
9333 2004-07-09  David Svoboda      <svoboda@cmu.edu>
9334
9335         * elisp/lilypond-mode.el,
9336         * elisp/lilypond-what-beat.el: Added LilyPond-what-beat function to
9337         count beats between last measure stop | and point in emacs.
9338         
9339 2004-07-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9340
9341         * tex/GNUmakefile (TEX_FILES): don't dist
9342         music-drawing-routines.ps, latin1.enc 
9343
9344         * scripts/lilypond.py (include_path): remove --no-lily, --no-ps ,
9345         --no-pdf, --pdftex
9346         (copyright): add --latex option
9347         (ic_p.make_include_option): use direct PS as default.
9348
9349         * scm/beam.scm (check-slope-callbacks): check sign of slope. 
9350
9351         * input/regression/beam-concave.ly (rossFourBeams): add cases from
9352         Ross
9353
9354         * scm/script.scm (default-script-alist): marcato should follow
9355         into staff
9356         
9357 2004-07-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9358
9359         * buildscripts/builder.py:
9360         
9361         * Documentation/SConscript (outdir): New file.  Add *list.ly
9362         dependencies.  Fixes PDF doc build.
9363
9364 2004-07-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9365
9366         * SConstruct: Add Tar target (incomplete), fix install issues, fix
9367         run from build-dir.
9368
9369         * ly/SConscript:
9370         * scm/SConscript: New file.
9371
9372         * lily/main.cc (dir_info): Print variables in sh format.
9373
9374         * lily/includable-lexer.cc: Use #if iso #ifdef for HAVE_ tests.
9375
9376         * mf/SConscript: Update multiple target rules.
9377
9378         * SConstruct (assert_version): Add.
9379
9380 2004-07-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9381
9382         * SConstruct (key): add HAVE_FLEXLEXER_YY_CURRENT_BUFFER check.
9383
9384 2004-07-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9385
9386         * buildscripts/mf-to-table.py: Do not try to open ''.
9387
9388         * mf/SConscript: New file.
9389
9390 2004-07-06  Carl Sorensen  <carldsorensen@comcast.net>
9391
9392         * scm/fret-diagrams.scm : Convert many properties to constants,
9393         reducing the pollution of the property namespace.
9394
9395         * scm/define-grob-properties.scm (all-user-grob-properties): Reduce
9396         unnecessary properties for fret-diagram
9397
9398         * scm/define-grob-interfaces.scm (fret-diagram-interface): Add symbols
9399         for interface
9400
9401 2004-07-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9402
9403         * SConstruct: Update.
9404
9405 2004-07-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9406
9407         * input/regression/beam-quant-standard.ly (seconds): print desired
9408         quants when failing.
9409
9410 2004-07-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9411
9412         * SConstruct:
9413         * flower/SConscript:
9414         * lily/SConscript: New file.
9415
9416 2004-07-05  Carl Sorensen  <carldsorensen@comcast.net>
9417
9418         * scm/define-grob-properties.scm (all-user-grob-properties): Add
9419         descriptions for all fret-diagram properties.
9420
9421         * scm/define-grob-interfaces.scm (fret-diagram-interface): Add
9422         fret-diagram interface code
9423
9424 2004-07-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9425
9426         * ly/book-paper-defaults.ly: set default encoding to ec.
9427
9428         * buildscripts/guile-gnome.sh (OPT): only compile pango if not
9429         installed.
9430
9431         * tex/latin1.enc: new file, from a2ps. 
9432
9433 2004-07-06  Heikki Junes  <hjunes@cc.hut.fi>
9434
9435         * stepmake/bin/add-html-footer.py: use <div> instead of <table>,
9436         add a faint, green border line.
9437
9438         * Documentation/index.html.in: drop <table>, add a faint border line.
9439
9440 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9441
9442         * scm/font.scm (add-cmr-fonts): upright caps is eccc.
9443
9444         * Documentation/GNUmakefile (README_TOP_FILES): add THANKS.txt.
9445
9446 2004-07-02  Carl Sorensen  <carldsorensen@comcast.net>
9447
9448         * scm/output-ps.scm (white-text): Add scale paramter to allow scaling
9449
9450         * scm/output-tex.scm (white-text): Add scale parameter to allow font
9451         scaling
9452
9453         * scm/stencil.scm (fontify-text-white) : Adjust to better center,
9454         properly scale white text
9455
9456         * scm/fret-diagrams.scm (make-fret-diagram): change default dot
9457         position for numbered dots so dot will touch fret.
9458         (various routines): move to font-metric interface, rather than
9459         name, size interface.  Clean up comments.
9460
9461         * ps/music-drawing-routines.ps: (/draw_white_text)  Adjust font
9462         size and offset to better center white text.
9463
9464 2004-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
9465
9466         * ChangeLog: Remove pre-2.1 changes.
9467
9468         * Documentation/misc/ChangeLog-2.1: New file.
9469
9470         * stepmake/bin/release.py: Cleanup.  Add release marker if missing
9471         from ChangeLog.
9472
9473 2004-07-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9474
9475         * input/test/chords-below-volta-bracket.ly,
9476         input/test/no-key-at-end-of-line.ly: New example files (FAQs)
9477
9478 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9479
9480         * VERSION: release 2.3.6
9481
9482         * input/regression/beam-quant-standard.ly: new file: test standard
9483         beam quants.
9484
9485         * scm/beam.scm (check-quant-callbacks): new function
9486         (check-beam-quant): new function: check whether current beam
9487         quants match argument.
9488
9489         * lily/beam-quanting.cc (score_forbidden_quants): fix problem with
9490         forbidden quant for sitting (upstem)/hanging (downstem) on outer
9491         staffline line.
9492
9493 2004-07-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9494
9495         * lily/parser.yy (Generic_prefix_music_scm): add (scm,scm) music
9496         functions.
9497
9498         * lily/note-collision.cc (do_shifts): align colliding notes to
9499         their leftmost note.
9500
9501         * input/regression/collision-alignment.ly: new file.
9502
9503         * ly/init.ly: don't print gc stats.
9504
9505         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo): add
9506         extra newline
9507
9508         * scm/define-grobs.scm (all-grob-descriptions): use (0 . 0) not #f
9509         for dimensions. This fixes ottava-remove-empty-staff.ly
9510
9511         * input/regression/lyrics-tenor-clef.ly: new file.
9512
9513         * lily/axis-group-engraver.cc (process_acknowledged_grobs): catch
9514         cyclic parents when two axis-group-engravers are
9515         present. Fixes: crash-axis-group-engraver.ly. 
9516         
9517         * input/test/volta-chord-names.ly: new file.
9518
9519         * scm/define-context-properties.scm
9520         (all-user-translation-properties): change voltaOnThisStaff
9521         definition. 
9522
9523         * lily/volta-engraver.cc (stop_translation_timestep): set bounds
9524         if necessary.
9525
9526         * lily/volta-bracket.cc (print): handle volta brackets without
9527         bars. 
9528
9529 2004-07-01  Jan Nieuwenhuizen  <janneke@gnu.org>
9530
9531         * scripts/abc2ly.py (try_parse_chord_delims): Bugfix: update to
9532         2.0 chord syntax.  Ouch.  (thanks Dave Phillips).
9533
9534 2004-07-01  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9535
9536         * scm/output-gnome.scm: updated instructions for running gnome
9537         backend
9538
9539 2004-06-29  Carl Sorensen  <carldsorensen@attbi.net>
9540
9541         * scm/fret-diagrams.scm (draw-dots): default values for dot size
9542         and dot-position now depend on finger-code value; in-dot makes
9543         dots larger and centered.
9544         (draw-barre): added straight-barre indicator option
9545         (draw-dots): made fontify-text-white work.
9546
9547         * music-drawing-routines.ps: added /draw_white_text
9548
9549         * scm/output-tex.scm:  added white-text
9550
9551         * scm/output-ps.scm:  added white-text
9552
9553         * scm/lily.scm (ly:all-stencil-expressions): Added white-text to 
9554         list of stencil expressions
9555
9556         * scm/stencil.scm: Added fontify-text-white
9557
9558 2004-06-29  Heikki Junes  <hjunes@cc.hut.fi>
9559
9560         * input/regression/+.ly: use @unnumbered section.
9561
9562 2004-06-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9563
9564         * elisp/lilypond-mode.el (LilyPond-guile): set current module to
9565         (*anonymous-ly-0*) iso. (*anonymous-ly-1*)
9566
9567 2004-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
9568
9569         * buildscripts/guile-gnome.sh (PATH): GUILE CVS is still fubarred.
9570
9571 2004-06-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9572
9573         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
9574         was causing an error. (was not actually commited in 2004-06-20)
9575
9576         * input/regression/lily-in-scheme.ly (withPaddingC): does not
9577         breaks anymore
9578
9579 2004-06-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9580
9581         * VERSION: 2.3.5 released.
9582         
9583         * lily/my-lily-parser.cc (parse_string): switch module too.
9584
9585 2004-06-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9586
9587         * Documentation/topdocs/INSTALL.texi (Top): Add guile, python and
9588         ec-fonts-mftraced to running requirements.
9589
9590 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9591
9592         * lily/my-lily-lexer.cc (My_lily_lexer): copy scopes so temporary
9593         assignments don't reach the original file.
9594
9595         * lily/my-lily-parser.cc (My_lily_parser): only copy lexer if it
9596         exists
9597
9598 2004-06-22  Jan Nieuwenhuizen  <janneke@gnu.org>
9599
9600         * scm/output-gnome.scm: 
9601         * buildscripts/guile-gnome.sh: Update wrt fixed GUILE CVS.
9602
9603         * debian/: Apply Debian patch (Anthony Fok).
9604
9605 2004-06-22  Heikki Junes   <hjunes@cc.hut.fi>
9606
9607         * Documentation/user/music-glossary.tely: fix titling; @top is already
9608         an @unnumbered @chapter.
9609
9610 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9611
9612         * debian/GNUmakefile (EXTRA_DIST_FILES):
9613         (CONF_FILES): update file list.
9614
9615         * lily/stencil.cc (interpret_stencil_expression): bugfix.
9616
9617 2004-06-21  Jan Nieuwenhuizen  <janneke@gnu.org>
9618
9619         * debian/: Remove cruft (requested Anthony Fok.)
9620
9621         * buildscripts/guile-gnome.sh: Build without gcc libtool version
9622         juggling.
9623
9624         * scm/framework-gnome.scm: Cleanups.  Resurrect +/- canvas scaling.
9625         Add popup menu with grob properties.
9626
9627         * lily/grob-scheme.cc (ly:grob-properties):
9628         (ly:grob-basic-properties): New function.
9629
9630         * lily/stencil.cc (interpret_stencil_expression): Comment-out
9631         "no-origin" call.  Fixes -fps output.
9632
9633         * scm/output-ps.scm (no-origin): Add dummy implementation.
9634
9635         * scm/output-gnome.scm (define-origin): Remove
9636         (grob-cause): Add.
9637
9638         * scm/output-ps.scm (scm):
9639         * scm/output-tex.scm (scm): Remove define-origin from exports list.
9640         (define-origin): Remove.
9641
9642         * scm/output-gnome.scm (define-origin): 
9643
9644         * scm/lily.scm (ly:all-output-backend-commands): Remove
9645         define-origin.  Add grob-cause.
9646
9647 2004-06-21  Heikki Junes   <hjunes@cc.hut.fi>
9648
9649         * buildscripts/lilypond-words.py: add ly/portugues.ly.
9650
9651 2004-06-20  Heikki Junes   <hjunes@cc.hut.fi>
9652
9653         * Documentation/user/GNUmakefile:
9654         * stepmake/stepmake/texinfo-rules: add Cascading Style Sheet using
9655         --include-css=.../texinfo.css; command includes css into the html.
9656
9657         * Documentation/texinfo.css: add file.
9658         define <hr> as black and thin.
9659
9660 2004-06-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9661
9662         * lily/stencil.cc (interpret_stencil_expression): add grob-cause
9663         stencil expression. Junk define-origin.
9664
9665         * lily/my-lily-parser.cc (parse_string): init parser variable when
9666         lexer_ is set, ie. in parse_string and parse_file.
9667
9668         * lily/book.cc (LY_DEFINE): new function. ly:make-book. Supercedes
9669         ly:score-bookify.
9670
9671         * scm/lily.scm (collect-scores-for-book): new function.
9672
9673         * ly/init.ly: print collected scores/musics.
9674
9675         * lily/my-lily-parser.cc (LY_DEFINE): define parser in parser
9676         scope, not in lily module.
9677
9678         * lily/book.cc (LY_DEFINE): ly:make-book. New function.
9679
9680         * configure.in (PKG_CONFIG_PATH): add --enable-gui flag, and
9681         encapsulate gtk/pango tests.
9682
9683         * po/tr.po: Turkish translation.
9684
9685 2004-06-20  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9686
9687         * input/regression/lily-in-scheme.ly: regression test for #{
9688         ... #} syntax
9689
9690         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
9691         was causing an error.
9692
9693         * Documentation/user/programming-interface.itely (Using LilyPond
9694         syntax inside Scheme): documentation for #{ ... #} syntax.
9695
9696 2004-06-19  Heikki Junes  <hjunes@cc.hut.fi> 
9697
9698         * Documentation/index.html.in: use black thin <hr>.
9699
9700         * buildscripts/mutopia-index.py: use thin black <hr>.
9701
9702 2004-06-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9703
9704         * scm/fret-diagrams.scm: Use UNIX style line endings.
9705         (fret-diagram-verbose): A couple of @{VAR} and an closing itemize
9706         typo.  Fixes compile.
9707
9708         * scm/output-ps.scm (white-dot): Remove second incarnation.
9709
9710         * scm/lily.scm (ly:all-stencil-expressions): Add white-dot.
9711
9712 2004-06-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9713
9714         * scripts/lilypond.py (ic_p.make_include_option): set error_p for
9715         single file error.
9716
9717         * lily/bar-line.cc (compound_barline): add support for unbroken ||:
9718
9719 2004-06-17  Carl Sorensen (carl_sorensen@byu.edu)
9720
9721         * scm/fret-diagrams.scm: added fret-diagram-terse interface;
9722         remove size as argument to fret-diagram interface;
9723         improved white-circle dots for fret;
9724         improved top-fret thick line/
9725
9726         * scm/output-ps.scm: added white-dot function
9727
9728         * scm/output-tex.scm: added white-dot function
9729
9730         * tex/music-drawing-routines.ps: added draw_white_dot function
9731
9732         * ps/music-drawing-routines.ps: added draw_white_dot function
9733
9734         * input/test/fret-diagram.ly: examples to show multiple
9735         functions and multiple interfaces
9736
9737 2004-06-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9738
9739         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph) 
9740         (pango_fc_afm_get_charset): Update iaw Pango CVS update.
9741
9742         * buildscripts/guile-gnome.sh: Add pango to recipe.  Resolve
9743         conflict.  Have I told you lately how much I love autotools?
9744
9745 2004-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9746
9747         * lily/lily-guile.cc: 
9748         * lily/pangofc-afm-decoder.cc:
9749         * lily/include/pangofc-afm-decoder.hh: Use #if HAVE_* iso #ifdef.
9750         Fixes build without Pango CVS.  Use "pangofc-afm-decoder.hh".
9751
9752         * Documentation/topdocs/NEWS.texi (Top): Mention GNOME backend for
9753         developers.
9754
9755         * lily/paper-outputter.cc (file): New method.
9756         (dump_string): Use it.
9757
9758         * scm/output-gnome.scm: Update with pango CVS info, lilylib
9759         musing.
9760
9761         * lily/accidental-engraver.cc: Bugfix: (do not sort lines if one
9762         of them has a comma :-).
9763
9764         * scm/framework-gnome.scm: Add pango decoders.
9765
9766         * lily/include/pangofc-afm-decoder.hh: 
9767         * lily/pangofc-afm-decoder.cc: New file.
9768
9769         * lily/lily-guile.cc (ly:pango-add-afm-decoder): New function.
9770
9771         * configure.in: Check for pango.
9772
9773         * stepmake/aclocal.m4 (PKG_CHECK_MODULES): New function (from
9774         autoconf).
9775         (STEPMAKE_GTK2, STEPMAKE_PANGO): New function.
9776
9777         * config.make.in (USER_CFLAGS, USER_LDLAGS): Update.
9778
9779 2004-06-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9780
9781         * Documentation/user/tutorial.itely (Integrating text and music):
9782         fix grammar & punctuation.
9783
9784 2004-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9785
9786         * lily/: Stray janitorial cleanups.
9787
9788         * scm/lily.scm (ly:all-stencil-expressions):
9789         * scm/lily.scm (ly:all-output-backend-commands): New function.
9790
9791         * scm/safe-lily.scm (safe-objects): Add them.
9792
9793         * scm/framework-gnome.scm (<gnome-outputter>): New class.
9794
9795         * scm/output-gnome.scm: Move non-stencil evaluators to framework.
9796
9797 2004-06-15  Jan Nieuwenhuizen  <janneke@gnu.org>
9798
9799         * buildscripts/guile-gnome.sh: Pick-up user-installed pango.
9800
9801 2004-06-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9802
9803         * scm/page-layout.scm (default-page-make-stencil): add
9804         raggedbottom, raggedlastbottom.
9805
9806         * Documentation/user/changing-defaults.itely (Page layout): add doc.
9807
9808         * scm/framework-tex.scm (define-fonts): fix export of
9809         papersize.
9810
9811         * lily/paper-book.cc (classic_output): strip suffixes from
9812         framework functions.
9813
9814         * lily/tuplet-bracket.cc (before_line_breaking): do not return
9815         SCM_UNDEFINED to Scheme.
9816
9817 2004-06-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9818
9819         * lily/book.cc: remove Book::to_stencil().
9820         (process): whoops. Score::book_rendering returns vector, not list.
9821
9822         * scripts/convert-ly.py (conv): remove \notes.
9823         apply to input examples.
9824
9825         * lily/paper-outputter.cc (output_stencil): don't use
9826         smobify_self() but self_scm()
9827
9828         * lily/include/ly-smobs.icc (IMPLEMENT_SMOBS): don't return SCM
9829         from smobify_self().
9830
9831         * lily/paper-book.cc (output): load framework module
9832         scm_c_resolve_module().
9833
9834         * python/lilylib.py (exit): exit with argument i.
9835
9836 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9837
9838         * scm/framework-gnome.scm (output-framework-gnome): Try loading
9839         gnome modules from non-toplevel.
9840
9841         * lily/ly-module.cc (ly:import-module): Export to ly:.
9842
9843         * lily/paper-score.cc (process): Do not show progress newline.
9844
9845         * lily/paper-book.cc (output, classic_output): Show progess
9846         newline after score.
9847
9848 2004-06-14  Heikki Junes <hjunes@cc.hut.fi>
9849
9850         * buildscripts/lilypond-words.py: add ly/vlaams.ly
9851
9852 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9853
9854         * lily/score.cc (ly:run-translator): Do not crash on empty music
9855         list.
9856
9857         * lily/book.cc (process): Do not render score when systems is empty.
9858
9859         * input/simple-song.ly: Down one octave.
9860
9861         * scm/output-gnome.scm: Remove script again; re-add modules fix
9862         (CVS conflict resolve?)
9863
9864         * lily/stencil.cc (ly:interpret-stencil): Was:
9865         interpret_stencil_expression.
9866
9867 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9868
9869         * buildscripts/guile-gnome.sh: New file.
9870
9871         * scm/output-gnome.scm: White background, better window size, sane
9872         canvas size.  Cleanups.
9873
9874 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9875
9876         * VERSION: release 2.3.4
9877
9878         * Documentation/user/invoking.itexi (Invoking the lilypond
9879         binary): document --safe.
9880
9881         * scm/output-gnome.scm: set PATH in script.
9882
9883         * scm/page-layout.scm (default-page-make-stencil): don't stretch
9884         if there is too few systems on a page.
9885
9886         * lily/parser.yy (relative_music): start at middle C without pitch
9887         argument.
9888
9889         * Documentation/user/changing-defaults.itely (Page layout): new node.
9890         (Paper size): rename node
9891         (Page breaking): new node.
9892         (Titling): move from invoking.
9893         (File structure): new node.
9894
9895         * lily/parser.yy (score_body): allow \header and music anywhere in
9896         \score body.
9897
9898 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9899
9900         * scm/lily.scm (ly:load): Remove page-breaking.scm.
9901
9902 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9903
9904         * lily/include/paper-system.hh: move cc/hh file from paper-line.*
9905
9906         * lily/include/paper-line.hh: rename to Paper_system.
9907
9908         * lily/include/paper-book.hh: doc class.
9909
9910         * lily/paper-book.cc (c_ragged_page_breaks): remove functions. 
9911
9912         * scm/page-layout.scm (plain-footer): add tagline/copyright. 
9913         (plain-header): add instrument-name.
9914         (default-page-make-stencil): bugfixes.
9915
9916         * lily/parser.yy (book_body): allow \header anywhere in \book{}
9917
9918         * lily/paper-book.cc: remove copyright & tagline. Remove
9919         interactions with Page
9920
9921         * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
9922         here, 
9923         (default-page-make-stencil): new function
9924         (default-page-music-height): new function
9925         (page-headfoot): new function
9926         (ly:optimal-page-breaks): generate stencils directly from here
9927
9928         * scm/titling.scm: new file, group titling functions
9929
9930 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9931
9932         * scm/output-gnome.scm: Handle multiple pages.
9933
9934         * scm/framework-gnome.scm: Do not load output-gnome.
9935         (framework-gnome): Invoke output-gnome::header and
9936         output-gnome::end-output as faked stencils.  Fixes experimental
9937         gnome output.
9938
9939 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9940
9941         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
9942         octavation compatibility fixes. Backportme. 
9943
9944         * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
9945         pages.
9946         (ly:optimal-page-breaks): combine-penalties: no shortcut for
9947         negative. Now we handle negative penalties (ie. \pageBreak)
9948         correctly.
9949
9950         * lily/system.cc (get_line): extract page-penalty from the left
9951         bound.
9952
9953         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
9954
9955 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9956
9957         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
9958
9959 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
9960
9961         * scm/output-gnome.scm: Update script.  Move development to
9962         lilypond_2_3_2 branch for now.
9963
9964 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9965
9966         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
9967         negative penalties.
9968         cleanups.
9969
9970         * Documentation/user/changing-defaults.itely (Creating contexts):
9971         index entries
9972
9973         * scm/page-breaking.scm (ly:optimal-page-breaks): new
9974         file. Rewrite function. 
9975
9976         * lily/paper-book.cc (pages): new interface: page-breaking returns
9977         list of line-list.
9978
9979         * lily/page.cc (Page): take lines argument.
9980
9981         * scm/document-translation.scm (all-engravers-doc): link to user man
9982
9983         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty
9984         iso. score.
9985
9986         * Documentation/user/notation.itely (Relative octaves): typo.
9987
9988         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
9989
9990 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9991
9992         * scm/output-gnome.scm: Update build script.
9993
9994 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
9995
9996         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
9997         gnome backend.
9998
9999         * scm/framework-gnome.scm: New file.
10000
10001         * scm/lily.scm: Use it.
10002
10003         * lily/paper-outputter.cc: Janitorial cleanups.
10004         (ly:outputter-dump-string): Remove unreachable statement.
10005
10006         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
10007         (ice-9): Bugfix: Add srfi-1.
10008
10009         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
10010
10011 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10012
10013         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
10014         in do_quit()
10015
10016 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10017
10018         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
10019
10020 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10021
10022         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
10023         override of Beam::position-callbacks. Why would grace beams not be
10024         quantized? Fixes: weird-stem-size-grace. 
10025
10026         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
10027         warning only once. Backportme.
10028
10029         * lily/accidental-engraver.cc (number_accidentals_from_sig):
10030         bugfix, 2nd try. Backportme.
10031
10032         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
10033
10034 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10035
10036         * Documentation/user/notation.itely (Instrument transpositions):
10037         Correct the name of the instrumentTransposition property.
10038
10039 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10040
10041         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
10042
10043 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10044
10045         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
10046         and postLilyPondExample are called when defined.
10047
10048 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10049
10050         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
10051         This fixes setting notenames with `\include "nederlands.ly" '
10052
10053         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
10054         new function.
10055
10056 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10057
10058         * scm/page-layout.scm: don't do piece, it should be in score-title
10059         only.
10060
10061         * lily/lexer.ll: lex \score separately.
10062
10063         * lily/paper-book.cc: junk stencil2line.
10064
10065         * lily/paper-line.cc (Paper_line): construct from Stencil
10066         directly. No futzing with the dimensions.
10067
10068         * lily/include/paper-line.hh (class Paper_line): 
10069
10070         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
10071         takes arbitrary number of arguments.
10072
10073         * input/test/markup-score.ly (tuning): simplify example. 
10074
10075 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10076
10077         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
10078
10079         * scm/define-markup-commands.scm (score): define score-markup
10080
10081         * lily/parser.yy (markup): use score-markup.
10082
10083         * lily/score.cc: add ly:score? 
10084
10085 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
10086
10087         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
10088         fret-parse-string so it prepares for calls to fret-diagram-verbose
10089         Changed display constants to props so they are available for
10090         \override.
10091
10092 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10093
10094         * VERSION: release 2.3.3
10095
10096         * stepmake/stepmake/generic-vars.make: unset LANG.
10097
10098         * input/regression/tuplet-nest.ly: bugfix.
10099
10100         * lily/tie-performer.cc (stop_translation_timestep): reset
10101         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
10102
10103         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
10104         clear repeat_ directly after setting stem_tremolo_. Fixes:
10105         tremolo-repeat.ly
10106
10107         * input/regression/span-bar-break.ly: new file.
10108
10109         * scm/define-grobs.scm (all-grob-descriptions): remove
10110         break-visibility from SpanBar. Fixes: piano-repeat.ly
10111
10112 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10113
10114         * python/lilylib.py (make_ps_images): only compute bbox when needed.
10115
10116         * scripts/lilypond-book.py (process_snippets): use lily -f ps
10117         files for generating pngs. (failed experiment)
10118
10119         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
10120         file with PFA fonts included.
10121
10122         * lily/score.cc (default_rendering): put header in too.
10123
10124         * lily/paper-line.cc (LY_DEFINE): change function to
10125         ly:paper-line-extent
10126
10127         * scm/page-layout.scm (default-book-title): only add lines for
10128         non-nil fields.
10129         (default-score-title): idem.
10130
10131         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
10132
10133         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
10134
10135         * lily/include/paper-book.hh (class Paper_book): remove height_
10136         member.
10137
10138         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
10139
10140         * lily/ly-module.cc (LY_DEFINE): bugfix.
10141
10142         * lily/paper-book.cc (book_title): separate function for the book
10143         title.
10144
10145         * scm/page-layout.scm (default-book-title): only account for
10146         markup fields.
10147
10148         * scm/framework-ps.scm: new file. Move high level interface from
10149         output-ps.scm
10150
10151         * scm/music-functions.scm (def-grace-function): move macros from
10152         ly/music-functions-init.ly
10153
10154         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
10155         framework-tex.scm
10156
10157         * scm/framework-tex.scm (dump-line): new file. High level
10158         interface for output (pages, systems, header). 
10159
10160         * lily/include/page.hh (class Page): add is_last_ field.
10161
10162         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
10163
10164         * lily/paper-book.cc (split_string): new function
10165         (output): output multiple formats, i.e. --format=ps,tex
10166
10167         * scm/output-ps.scm (output-scopes): dump variables directly.
10168         (define-fonts): rewrite for new interface
10169
10170         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
10171
10172         * lily/paper-outputter.cc (Paper_outputter): take format argument.
10173
10174         * lily/main.cc (parse_argv): don't set extension for output.
10175
10176         * lily/clef-engraver.cc (create_clef): remove
10177         Staff_symbol_referencer::set_position() call. 
10178
10179 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10180
10181         * ly/music-functions-init.ly (addlyrics): set the 'origin property
10182         with the location argument in music function definitions.
10183
10184 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10185
10186         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
10187         staffsymbol dependency.
10188
10189         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
10190         cleanups.
10191
10192         * lily/book.cc (process): return Paper_book
10193         (to_stencil): use Book::process().
10194
10195         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
10196         header_ field. Store in $globalheader
10197
10198         * lily/parser.yy (book_body): book header is initted to
10199         $globalheader.
10200
10201
10202 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10203
10204         * input/test/fill-a4.ly: removed.
10205
10206         * lily/parser.yy (output_def): push scope of parent_ Output_def
10207         too.
10208
10209 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10210
10211         * scm/output-gnome.scm: Update info.
10212
10213 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10214
10215         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
10216
10217         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
10218         than 1 module.
10219
10220         * lily/include/ly-module.hh (ly_use_module): rename is_module to
10221         ly_c_module_p.
10222
10223         * scm/page-layout.scm (default-book-title): move Scheme titling
10224         functions to here.
10225
10226         * lily/parser.yy (book_paper_block): remove scope too.
10227
10228         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
10229
10230         * lily/rest.cc: add direction to rest properties.
10231
10232         * lily/include/output-def.hh: new file, move from
10233         music-output-def.hh
10234
10235 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10236
10237         * scm/output-gnome.scm: Describe feta-cork hack.
10238
10239 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10240
10241         * lily/include/book-paper-def.hh: derive from Output_def 
10242
10243         * lily/include/paper-def.hh: move all functionality out of class.
10244         Junk header.
10245
10246         * lily/include/music-output-def.hh: rename Music_output_def to
10247         Output_def.
10248
10249         * input/wilhelmus.ly: only set space for Paper formatting. 
10250
10251         * lily/include/midi-def.hh: remove file, remove class.
10252         Move functions to Music-output-def.
10253
10254         * lily/music-output-def.cc (Music_output_def): remove separate
10255         translator table. Lookup translators in scope directly. This
10256         obviates Context suffix for context identifiers, i.e.
10257
10258         \context {
10259           \Staff
10260           .. 
10261           }
10262
10263
10264         will work.
10265
10266
10267         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
10268
10269         * Documentation/user/changing-defaults.itely (Horizontal spacing):
10270         document spacing override hack.
10271
10272 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10273
10274         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
10275         installation info.  Support point-and-click.  Add +/- zoom
10276         keybindings.
10277
10278 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10279
10280         * VERSION: 2.3.2 released
10281
10282         * lily/parser.yy (book_body): set default bookpaper.
10283
10284         * scm/output-tex.scm (header): kludge: hard code linewidth. 
10285
10286         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
10287
10288 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10289
10290         * lily/score.cc (default_rendering): scale outputdef before
10291         starting.
10292
10293 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
10294
10295         * scm/fret-diagrams.scm: Add header.
10296
10297         * scm/output-gnome.scm: Hello world :-)
10298
10299 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10300
10301         * scripts/lilypond.py (run_dvips): only add papersize if present.
10302
10303         * lily/accidental-engraver.cc (update_local_key_signature): new
10304         function, fold code from initialize() and process_music().
10305         (update_local_key_signature): use deep copy. This fixes one
10306         problem from custom-key-signatures.ly.
10307         (number_accidentals_from_sig): tighter check for
10308         accidental-too-old.
10309
10310         * ly/engraver-init.ly: remove localKeySignature
10311         definition from ChoirStaff, StaffGroup, Score.
10312
10313         * lily/percent-repeat-engraver.cc (try_music): add moments for
10314         barlines too. Fixes: skipbars-percent-repeat.ly.
10315
10316 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10317
10318         * lily/context-def.cc (filter_performers): don't go to cdrloc if
10319         skipping last pair. Fixes: crash-bar-number.
10320
10321         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
10322         D. Sorensen)
10323
10324         * input/test/fret-diagram.ly: new file.
10325
10326         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
10327         (scale-paper): divide by scale.
10328
10329 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10330
10331         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
10332         case.
10333
10334 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10335
10336         * scm/stencil.scm (fontify-text): reinstate function
10337
10338         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
10339
10340         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
10341
10342         * lily/parser.yy (book_paper_head): \bookpaper {} 
10343
10344         * python/midi.c: remove config.h
10345
10346 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10347
10348         * scm/output-gnome.scm: Update.
10349
10350 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10351
10352         * scm/output-gnome.scm: New file.
10353
10354         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
10355
10356 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10357
10358         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
10359         (find_scaled_font): move from Paper_def
10360
10361 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10362
10363         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
10364         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
10365
10366         * po/fr.po: update po.
10367
10368         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
10369
10370         * lily/book-paper-def.cc (print_smob): new file.
10371
10372 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
10373
10374         * buildscripts/lilypond-words.py: search words also from
10375         music-functions-init.ly.
10376
10377 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10378
10379         * ly/music-functions-init.ly (def-music-function): new helper
10380         macro for defining music functions. \addlyrics \appoggiatura
10381         \acciaccatura \grace \partcombine \autochange \applycontext
10382         \applyoutput and \breathe are now defined here thanks to it.
10383
10384         * lily/parser.yy: 
10385         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
10386         \grace \partcombine \autochange \applycontext \applyoutput and
10387         \breathe keywords removed from the parser.
10388
10389         * lily/parser.yy: 
10390         * lily/music-function.cc (ly_make_music_function): 
10391         * lily/lexer.ll (music_function_type): added a case for 0-arg
10392         music functions.
10393
10394 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10395
10396         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
10397         refering to a music expression can be used in lily-inside-scheme:
10398         #{ $music #}
10399
10400         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
10401         and ly:parser-define, and change ly:parser-parse-string in order
10402         to make #{ $music #} work.
10403
10404         * scm/new-markup.scm (compile-markup-expression): when an argument
10405         is a string, use `make-simple-markup'.
10406
10407 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10408
10409         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
10410
10411 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10412
10413         * scripts/convert-ly.py (FatalConversionError.func): handle + in
10414         font-size. (backportme)
10415
10416 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10417
10418         * lily/paper-outputter.cc (output_stencil): dump font definitions
10419         before each stencil.
10420
10421         * lily/include/paper-book.hh (struct Score_lines): new
10422         struct. Collect info per Paper-score.
10423
10424         * lily/include/page.hh (class Page): to_stencil() returns Stencil
10425         everywhere.
10426
10427         * lily/stencil.cc (find_expression_fonts): new function
10428
10429         * lily/paper-outputter.cc (output_stencil): use
10430         interpret_stencil_expr
10431
10432         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
10433         (interpret_stencil_expr): new function. Generic stencil
10434         interpretation.
10435
10436         * lily/paper-def.cc (find_scaled_font): divide lookup
10437         magnification by outpuscale for non-virtual fontmetrics. This
10438         fixes ludicrously long font definitions for text
10439         fonts. (backportme)
10440
10441         * lily/score-engraver.cc: remove
10442         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
10443
10444 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10445
10446         * input/test/markup-score.ly: Remove \notes.
10447
10448         * lily/parser.yy (book_body): Grok Composite_music and \header.
10449         (markup): Push NOTES mode before score_block.
10450
10451         * VERSION: release 2.3.1
10452
10453         * mf/feta-klef.mf: 
10454         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
10455
10456         * Documentation/user/programming-interface.itely: Use @emph (was:
10457         @em).
10458
10459         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
10460
10461 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10462
10463         * scm/output-tex.scm (output-tex-string): tighten safe security.
10464
10465         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
10466
10467         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
10468         allowed ly functions.
10469
10470         * lily/ly-module.cc (ly_module_define): only define variable if
10471         bound.
10472         (ly_make_anonymous_module): take safe option.
10473
10474 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10475
10476         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
10477
10478 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
10479
10480         * input/regression/newaddlyrics.ly: Fix.
10481
10482         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
10483         \score \notes.
10484
10485 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
10486
10487         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
10488
10489 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10490
10491         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
10492
10493         * lily/paper-line.cc (Paper_line): don't store list of stencils,
10494         but convert to single Stencil immediately.
10495
10496         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
10497
10498 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10499
10500         * scm/output-sodipodi.scm: Resurrect sodipodi output.
10501
10502 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
10503
10504         * elisp/lilypond-mode.el: Changed the way defaults are created for
10505         LilyPond-command-master.  LilyPond-mode will now check the
10506         timestamps of the files to see which command has to run next.
10507
10508 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10509
10510         * scm/bass-figure.scm (format-bass-figure): don't set
10511         number-markup for strings. This fixes string in bass
10512         figure. (backportme)
10513
10514         * lily/parser.yy (bass_number): insert number-markup into figure
10515         definition.
10516
10517         * scm/define-music-properties.scm (all-music-properties): make
10518         'figure a markup.
10519
10520         * scripts/convert-ly.py (conv): \apply -> \applymusic
10521
10522 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
10523
10524         * elisp/lilypond-mode.el: changed the order of some commands
10525         ("Midi" after "2Midi"), use the user-defined
10526         LilyPond-command-default as default instead of "LilyPond"
10527
10528         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
10529         to set the master file for the next command.
10530
10531         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
10532         with font-lock-reference-face.
10533
10534 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
10535
10536         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
10537
10538         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
10539
10540 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10541
10542         * ly/music-functions-init.ly (TODO): new file.
10543
10544         * lily/parser.yy (Generic_prefix_music_scm): add more
10545         music_function symbols.
10546         (Prefix_composite_music): change \apply to music-function   
10547
10548         * lily/include/music-function.hh: rename to music-function
10549
10550 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10551
10552         * lily/music-head.cc (LY_DEFINE): change order of args.
10553
10554         * input/regression/music-head.ly (texidoc): new file.
10555
10556         * lily/parser.yy (Generic_prefix_music): allow generic
10557         music-transformation functions. 
10558
10559         * lily/include/music-head.hh (is_music_head): new file.
10560
10561         * lily/music-head.cc (get_music_head_transform): new file.
10562
10563 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10564
10565         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
10566         empty extent. This fixes ottava brackets on rests. (backportme)
10567
10568         * make/lilypond.redhat.spec.in (Group): ln png files for info.
10569
10570         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
10571
10572         * cygwin/lily-wins.py: update for the lily-wins.py script.
10573
10574 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10575
10576         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
10577         code. This will obviate typeset_grob () in the future.  The effect
10578         of this is that improperly written spanner handling will result in
10579         invalid spanner bounds.
10580         (announce_grob): add to elems_ from here
10581         (typeset_grob): comment out.  
10582
10583         * lily/include/engraver.hh (make_spanner): new calling interface
10584         for make_{item,spanner}. This obviates most calls to
10585         announce_grob().
10586
10587         * scm/music-functions.scm (set-accidental-style): use GrandStaff
10588         iso. PianoStaff for piano styles.
10589
10590 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
10591
10592         * Documentation/user/music-glossary.tely: add segno after d.s.
10593
10594 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10595
10596         * lily/include/audio-column.hh: remove unused variables.
10597         (patch by Michael Welsh Duggan)
10598
10599         * flower/include/axes.hh (other_axis): inline Axes function
10600         (thanks to David Brandon).
10601
10602 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10603
10604         * cygwin/mknetrel: Install image links (backportme).
10605
10606         * Documentation/user/GNUmakefile (local-install-info): Activate
10607         actual installing of image links (backportme).
10608
10609 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10610
10611         * Documentation/user/notation.itely (Measure repeats): Removed
10612         unnecessary (and confusing) \context Voice{.
10613
10614 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10615
10616         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
10617
10618         * lily/page.cc (Page): Do not use ly_scheme_function for
10619         volatile/configurable variables (FIXME: better name).
10620
10621         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
10622         get_scmvar).
10623
10624 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10625
10626         * scripts/convert-ly.py (FatalConversionError.subst): use
10627         \transposition.
10628
10629 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10630
10631         * lily/include/page.hh (class Page): Declare left_margin ().
10632
10633         * lily/page.cc: Remove paper var caching.
10634
10635 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10636
10637         * Documentation/user/music-glossary.tely: Add name to @top node.
10638         Remove comment from @table definitions (workaround for makinfo
10639         bug).
10640
10641         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
10642         ly:stencil-get-expr).  Update callers.
10643         (ly:stencil-align-to!):  Return stencil too.
10644
10645         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
10646         stencil.  Remove looped line-based page output.
10647         (output_line): Use line stencil.  Remove looped stencil-based line
10648         output.
10649
10650         * lily/page.cc (ly:page-paper-lines): New function.
10651
10652         * input/test/markup-score.ly: New file.
10653
10654         * scm/define-markup-commands.scm (stencil): New markup.
10655
10656         * lily/book.cc (to_stencil): New method.
10657
10658         * lily/parser.yy (markup): Use it to grok \score.
10659
10660 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10661
10662         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
10663
10664         * lily/paper-book.cc (pages): Change signature.  Update callers.
10665
10666         * lily/include/page.hh:
10667         * lily/page.cc: New file.
10668
10669         * lily/paper-line.cc (to_stencil): New method.
10670
10671         * lily/paper-outputter.cc (output_stencil): New method.
10672
10673         * lily/paper-outputter.cc (output_line): Use them.
10674
10675         * lily/warn.cc: Remove.
10676
10677         * lily/my-lily-parser.cc (distill_inname): Remove.
10678
10679         * flower/include/file-name.hh: 
10680         * flower/file-name.cc: New file.  Update users.
10681
10682         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
10683         (find): New method of same name.
10684
10685         * lily/my-lily-parser.cc (ly:parse-file): Use it.
10686
10687         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
10688         constant error message.
10689
10690 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
10691
10692         * input/test/{blank-notes.ly,staff-container.ly}: typos.
10693
10694 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10695
10696         * Documentation/user/music-glossary.tely: @table @strong' replaced
10697         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
10698         (backportme).
10699
10700 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10701
10702         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
10703
10704         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
10705         #{ lily music expression #} that returns an equivalent scheme
10706         music expression by parsing the string.
10707
10708 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
10709
10710         * lily/my-lily-parser.cc:
10711         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
10712         SCM string (foo.ly/toto.scm support).
10713
10714 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10715
10716         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
10717
10718 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10719
10720         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
10721
10722         * scripts/lilypond-book.py: LY code that includes \header is
10723         not assumed to be a fragment.
10724
10725 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
10726
10727         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
10728         tremolo beams up.
10729
10730         * lily/stem.cc (chord_start_y): Return 0 if no heads.
10731         (get_default_stem_end_position): No tremolo head juggling if no
10732         heads.  Fixes tremolo crash on rests (backportme).
10733
10734         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
10735
10736 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10737
10738         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
10739         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
10740
10741         * lily/lexer.ll: Allow \encoding in NOTES mode.
10742
10743         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
10744         for lyrics, not for commands.
10745
10746         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
10747         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
10748
10749         * input/regression/newaddlyrics.ly: New file.
10750
10751         * Documentation/topdocs/NEWS.texi: Update.
10752
10753         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
10754         (Music_list): Allow embedded scm.
10755
10756         * lily/score.cc (ly:score-bookify): New function.
10757
10758         * lily/music.cc (ly:music-scorify): Idem.
10759
10760         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
10761         (ly:parser-print-score): Idem.
10762
10763         * scm/lily.scm (default-toplevel-book-handler): Idem.
10764         (default-toplevel-music-handler): Idem.
10765         (default-toplevel-score-handler): Idem.
10766
10767         * ly/declarations-init.ly: Set default toplevel handlers.
10768
10769         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
10770
10771         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
10772         printer for score at toplevel.
10773
10774 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10775
10776         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
10777         Fix for simple case: input/simple-song.ly, more complex stuff
10778         does not work yet.
10779
10780 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10781
10782         * lily/parser.yy (Prefix_composite_music): split Composite_music
10783         in Prefix_composite_music and Grouped_music_list.
10784         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
10785
10786 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10787
10788         * scm/lily.scm (toplevel-expression): New define.
10789
10790         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
10791
10792         * lily/parser.yy (toplevel_expression): Use it.
10793
10794         * lily/include/my-lily-parser.hh: Smobbify.
10795
10796         * lily/my-lily-parser.cc (parse_string): New method.
10797
10798         * lily/my-lily-parser.cc (ly:parse-string): New function.
10799
10800         * Documentation/user/lilypond.tely: Add comment and workaround for
10801         gs-8.01 crash.  Fixes make web.
10802
10803         Simplification of toplevel music.
10804
10805         * lily/lexer.ll, lily/parser.yy:
10806
10807         * In LYRICS mode, return LYRICS_STRING.  This fixes one
10808         shift/reduce problem.
10809
10810         * Use NOTES mode at start of maininput.
10811
10812         * Grok toplevel composite music expression, put in score and book.
10813
10814         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
10815
10816         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
10817
10818         * input/simple.ly: New file.
10819
10820         * input/simple-song.ly: Idem.
10821
10822 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10823
10824         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
10825         Sandberg.
10826
10827 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10828
10829         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
10830
10831 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
10832
10833         * input/regression/accidental-octave.ly: doc automatic showing
10834         of note names.
10835
10836 2004-04-16  Heikki Junes <janneke@gnu.org>
10837
10838         * po/fi.po: do "make po && make -C po po-update" at top-level,
10839         then "cp po/out/fi.po po/fi.po" and update fields.
10840
10841         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
10842
10843 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
10844
10845         * Documentation/user/introduction.itely (About this manual): Fix
10846         templates and regression urls (backportme).
10847
10848 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10849
10850         * ly/engraver-init.ly (Score:graceSettings): Increase
10851         beamed-lengths, especially for 32nd notes.
10852
10853         * Documentation/user/notation.itely (Grace notes): Correct the
10854         syntax for add-grace-property example.
10855
10856 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
10857
10858         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
10859         `Generated' tag.
10860
10861         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
10862         Severely broken (the Debian package, at least).
10863
10864 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10865
10866         * lily/context.cc (find_create_context): assign to lvalue.
10867
10868 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10869
10870         * lily/include/translator.hh (class Translator): rename
10871         get_parent_context() to context () to avoid confusion.
10872
10873         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
10874
10875         * lily/lexer.ll: change is_string -> ly_c_string_p 
10876
10877         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
10878
10879         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
10880
10881 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10882
10883         * VERSION: release 2.3.0
10884
10885         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
10886
10887         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
10888         if nonempty.
10889
10890         * lily/include/context.hh (class Context): make members protected.
10891         (children_contexts): new accessor function.
10892
10893         * lily/include/translator.hh (class Translator): make
10894         daddy_context_ protected.
10895         (class Translator): clean up. 
10896
10897         * lily/include/context.hh (class Context): make daddy_context_
10898         private.
10899
10900         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
10901         higher for finding Voice. (backportme)  
10902
10903         * lily/include/context.hh (class Context): remove
10904         find_context_below() as a method.
10905
10906         * Documentation/user/notation.itely (The Lyrics context): add note
10907         about manual durations
10908
10909         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
10910         encoding.
10911
10912         * scm/output-tex.scm (text): dump \inputencoding{} for text.
10913
10914 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10915
10916         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
10917         \usepackage{inputenc}
10918
10919         * lily/paper-book.cc (classic_output): don't advance Offset for
10920         TeX output.
10921
10922         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
10923         ec-sauter.map in rules
10924
10925         * mf/ecb.mf (font_identifier): new file, based on ecbx
10926
10927         * mf/ecb10.mf (gensize): new file.
10928
10929         * Documentation/topdocs/NEWS.texi (Top): document some more new
10930         features.
10931
10932         * ly/declarations-init.ly: run convert-ly
10933
10934         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
10935         from input-file-results. Remove input-file-results.* 
10936
10937 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10938
10939         * scm/output-ps.scm (font-command): Fix, again.
10940
10941         * input/test/title-markup.ly: Add \noPagebreak test.
10942
10943         * lily/score-engraver.cc (try_music): Bugfix.
10944
10945 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10946
10947         * lily/main.cc (main_with_guile): excise dependency options -M and
10948         --dep-prefix
10949
10950         * lily/input-file-results.cc: excise Makefile dependency code
10951
10952         * Documentation/user/invoking.itexi (Invoking the lilypond
10953         binary): remove dep doco
10954
10955         * lily/main.cc (main_with_guile): call lilypond-main
10956
10957         * scm/lily.scm (lilypond-main): new function: handle multiple files.
10958
10959         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
10960         exception.
10961
10962         * lily/my-lily-parser.cc: remove paper_description function
10963
10964         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
10965         new function.
10966
10967         * lily/main.cc: remove global_score_count.
10968
10969         * lily/book.cc (process): don't take header from global_input_file.
10970
10971         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
10972
10973         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
10974
10975         * lily/music-output-def.cc (LY_DEFINE): new function
10976         ly_output_description. This function does the bulk for  setting,
10977         parsing and breaking down of an input file.
10978
10979         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
10980         anonymous modules globally. Let's hope they get GCd
10981
10982         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
10983
10984 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10985
10986         * scm/output-ps.scm (header): Papersize from paper.
10987
10988         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
10989         for classic output.
10990
10991         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
10992         lilypondclassic is defined.
10993         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
10994
10995         * input/regression/between-systems.ly: Remove.
10996
10997         * python/lilylib.py (get_bbox): Fix regular expression
10998         for bounding box.
10999
11000         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
11001
11002         * scm/output-tex.scm (stop-page): Use it.
11003
11004         * scm/output-ps.scm (define-fonts): Bugfix.
11005
11006         * lily/grob.cc: Add penalty to interface.
11007
11008         * lily/include/paper-line.hh (class Paper_line): New member
11009         var penalty_.
11010
11011         * lily/system.cc (get_line): Initialise Paper_line with
11012         page-penalty's from original grobs.
11013
11014         * scm/define-music-properties.scm (all-music-properties): Add
11015         page-penalty.
11016
11017         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
11018
11019         * lily/score-engraver.cc (try_music): Handle page-penalty.
11020
11021         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
11022
11023 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11024
11025         * ly/declarations-init.ly (melismaEnd): typo
11026
11027         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
11028
11029         * scm/output-ps.scm (text): split string into spaces, use moveto
11030         for setting space. 
11031
11032 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11033
11034         * po/nl.po: Update.
11035
11036         * scm/font.scm (add-cmr-fonts): Typo.
11037
11038 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11039
11040         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
11041         font-encoding.
11042
11043         * scm/define-grobs.scm (all-grob-descriptions): idem.
11044
11045         * lily/time-signature.cc (numbered_time_signature): idem.
11046
11047         * scm/font.scm (add-cmr-fonts): use real encoding names for
11048         font-encoding.
11049
11050 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11051
11052         * lily/paper-book.cc (classic_output): 
11053         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
11054         Fixes classic output.
11055         (lilypondstart):
11056         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
11057         kludge.
11058
11059         * scripts/old-lilypond-book.py: Remove.
11060
11061         Page layout for SCOREs enclosed in a BOOK:
11062
11063         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
11064         layout tweaking.
11065
11066         * input/les-nereides.ly (theScore): Add \book.
11067
11068         * input/test/title-markup.ly: Add \book.
11069
11070         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
11071         only if 'verbose.
11072
11073         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
11074
11075         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
11076
11077         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
11078         * scm/output-tex.scm (start-system): Update for page layout by
11079         LilyPond.
11080
11081         * scm/output-ps.scm (start-system): Previously (new-start-system).
11082
11083         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
11084         passed to define-fonts.
11085
11086         * lily/paper-column.cc: 
11087         * lily/system.cc (get_line):
11088         * ly/property-init.ly (newpage): 
11089         * scm/define-grob-properties.scm:
11090         * scm/output-ps.scm: 
11091         * scm/output-tex.scm: Remove between-system-string kludge.
11092
11093         * scm/output-ps.scm (define-fonts, font-command,
11094         font-load-encoding): Handle ENCODING = #f.
11095
11096         * scm/output-tex.scm (output-scopes): Check if variable is bound.
11097
11098         * scm/define-markup-commands.scm (fill-line): Use
11099         make-simple-markup (WAS: unexisting make-word-markup).
11100
11101         * lily/text-item.cc (interpret_markup): Bugfix, transpose
11102         ENCODING, MARKUP parameters for interpret_string.
11103
11104         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
11105
11106         * lily/score.cc (book_rendering): New method.
11107         (default_rendering): Create Paper_book helper locally, dump
11108         output.
11109
11110         * lily/my-lily-lexer.cc (the_key_tab): Add book.
11111
11112         * lily/parser.yy: Handle \book.
11113
11114         * lily/include/book.hh: 
11115         * lily/book.cc: New file.
11116
11117 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11118
11119         * lily/text-item.cc (interpret_string): new file, select font with
11120         encoding.
11121
11122         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
11123
11124         * scm/define-markup-commands.scm (encoded-simple): new markup command.
11125
11126         * lily/parser.yy (markup): take encoding from lexer.
11127
11128 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11129
11130         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
11131
11132         * scm/output-ps.scm: Remove some cruft.
11133
11134 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11135
11136         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
11137
11138         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
11139
11140 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11141
11142         * scm/font.scm (add-century-schoolbook-fonts):
11143         (make-century-schoolbook-tree): New function.
11144
11145         * input/test/title-markup.ly: Use Century Schoolbook font.
11146
11147 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11148
11149         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
11150         to Erik Sandberg) 
11151
11152         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
11153
11154         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
11155
11156         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
11157
11158         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
11159
11160 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11161
11162         * scm/part-combiner.scm (determine-split-list): bugfix: if no
11163         solo-state (at end of solo), we can set the solo status
11164         too. (backportme.)
11165
11166         * input/regression/part-combine-solo-end.ly: new file.
11167
11168 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
11169
11170         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
11171         flavour abc files.  Really ignore unknown keys (backportme).
11172
11173 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11174
11175         * lily/scaled-font-metric.cc (text_dimension): only multiply with
11176         magnification_ when looking up in orig_.
11177
11178         * scm/output-tex.scm (text): switch off char-mapping.
11179
11180         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
11181         because AFM's encoding field cannot have spaces.
11182
11183 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
11184
11185         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
11186
11187 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11188
11189         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
11190
11191         * mf/cmr.enc: new file, without hi-bit ascii info. 
11192
11193         * lily/bezier-bow.cc (slur_shape): make indent dependent on
11194         width. This removes the 'hook' at the end of a long slur.
11195
11196         * buildscripts/mf-to-table.py (parse_logfile): don't append
11197         encoding to fontname.
11198
11199 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11200
11201         * scm/output-ps.scm (define-fonts): Load .enc only once.
11202
11203         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
11204         too.
11205
11206 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11207
11208         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
11209         encoding field.
11210
11211         * lily/stencil-scheme.cc: remove ly:fontify-atom 
11212
11213         * ly/portuges.ly (pitchnames): new file.
11214
11215         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
11216         Michael Welsh Duggan
11217
11218         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
11219
11220         * ly/nederlands.ly: add comment about digits.
11221
11222         * lily/scaled-font-metric.cc (derived_mark): idem.
11223
11224         * scm/encoding.scm (make-encoding-mapping): change permutation to
11225         mapping.
11226
11227         * lily/scaled-font-metric.cc (derived_mark): is a const method.
11228         (Modified_font_metric): make alist for coding_description_
11229         (LY_DEFINE): remove coding-name.
11230
11231         * scm/output-tex.scm (text): remove debugging code.
11232
11233         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
11234
11235         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
11236         from infile.
11237
11238         * mf/feta-generic.mf: move fet_beginfont into generic code.
11239         use fetaMusic (without space) as encoding
11240
11241         * mf/feta-autometric.mf: take encoding argument
11242
11243         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
11244
11245         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
11246         use.
11247
11248         * scm/encoding.scm (read-encoding-file): use symbol for glyph
11249         name.
11250
11251 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11252
11253         * input/test/title-markup.ly: Set inputencoding.
11254
11255         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
11256
11257         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
11258
11259         * scm/encoding.scm (get-coding-filename, get-coding-command): New
11260         function.
11261         (coding-alist): Also hold filename, command.
11262         (read-encoding-file): Return symbols.
11263
11264 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11265
11266         * scm/output-tex.scm: remove fontify; text and char take a font
11267         argument.
11268
11269         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
11270
11271         * lily/scaled-font-metric.cc (text_dimension): init
11272         coding_{permutation,table}_ too 
11273         (LY_DEFINE): ly:font-encoding, new function return
11274
11275         * lily/paper-def.cc (find_scaled_font): take input coding from
11276         inputcoding paper var.
11277
11278         * lily/performance.cc (output): remap modulo 16.
11279
11280         * lily/text-item.cc (interpret_markup): whoops, variable
11281         shadowing fixed.
11282
11283 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
11284
11285         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
11286         symbols, not symbols to strings.
11287
11288         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
11289         symbols, not symbols to strings.
11290
11291 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11292
11293         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
11294         (ly:kpathsea-gulp-file): New function.
11295
11296         * scm/encoding.scm (read-encoding-file): Use it.
11297
11298 2004-04-06  Werner Lemberg  <wl@gnu.org>
11299
11300         * scm/encoding.scm (coding-alist): Fix typo.
11301
11302 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11303
11304         * lily/scaled-font-metric.cc (text_dimension): move function from
11305         Font_metric
11306         (make_scaled_font_metric): init coding_scheme_ to TeX
11307         (text_dimension): use get-coding-vector for non TeX coding_scheme_
11308
11309         * lily/include/scaled-font-metric.hh (struct
11310         Modified_font_metric): rename from Scaled_font_metric
11311
11312         * scm/encoding.scm (read-encoding-file): split up large function,
11313         leave caching to (delay)
11314
11315         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
11316
11317 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
11318
11319         * lily/my-lily-lexer.cc (set_encoding): New method.
11320
11321         * lily/lexer.ll: Grok \encoding.
11322
11323         * lily/font-metric.cc (get_encoded_index): New function.
11324
11325         * lily/include/font-metric.hh (coding_scheme): New method.
11326
11327         * scm/encoding.scm: New file.
11328
11329         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
11330
11331 2004-04-05  Werner Lemberg  <wl@gnu.org>
11332
11333         * Documentation/user/tutorial.itely: Revised (finished).
11334
11335         * Documentation/user/macros.itexi (@separate): Removed.
11336
11337 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11338
11339         * scm/output-ps.scm (define-fonts): fix scaling.
11340
11341         * lily/scaled-font-metric.cc (design_size): add function.
11342
11343         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
11344         partial cut&paste of ly:font-magnification.
11345
11346 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
11347
11348         * scm/output-ps.scm (define-fonts):
11349         (fontify): Update.
11350
11351 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11352
11353         * po/fr.po: update. (backportme).
11354
11355         * po/nl.po: update. (backportme). 
11356
11357         * mf/feta-beugel.mf: document why design size is not fixed.
11358
11359         * mf/feta-braces-a.mf: rename to stress that it's not design size.
11360
11361 2004-04-04  Werner Lemberg  <wl@gnu.org>
11362
11363         * Documentation/user/tutorial.itely: Revised (continued).
11364
11365 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11366
11367         * po/nl.po: Update (backportme).
11368
11369 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11370
11371         * po/de.po: update. (backportme).
11372
11373         * scm/output-tex.scm (font-command): use ly: functions to
11374         construct name.
11375         (define-fonts): don't use alist, just dump \font definitions.
11376         (font-load-command): calculate proper scaling by taking
11377         outputscale from paper argument.
11378
11379         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
11380         expression.
11381
11382         * lily/paper-outputter.cc (output_header): pass paper arg to
11383         define-fonts
11384
11385         * lily/paper-def.cc (font_descriptions): dump list of
11386         Scaled_font_metrics
11387         (find_scaled_font): take Font_metric argument, store
11388         Scaled_font_metrics in hash-table containing (size ->
11389         Scaled_font_metrics) alist.
11390         (get_dimension): rename from get_realvar
11391
11392         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
11393         ly:font-magnification, ly:font-name: new functions
11394
11395 2004-04-03  Werner Lemberg  <wl@gnu.org>
11396
11397         * Documentation/user/dedication.itely,
11398         Documentation/user/preface.itely,
11399         Documentation/user/introduction.itely,
11400         Documentation/user/tutorial.itely: Revised.
11401         Removing leading spaces which distorts output if info files are read
11402         with stand-alone info.
11403         Removing superfluous inter-word spaces which also distorts output
11404         for stand-alone info.
11405         Using ` and ' instead of `` and '' everywhere to improve
11406         legilibility with stand-alone info
11407         Using @samp for single-letter input items and data which contains
11408         spaces, @code for other things.
11409
11410         * lily/grob-interface.cc: Adding copyright.
11411         (check_interfaces_for_property): Improve format of warning message.
11412
11413 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11414
11415         * lily/include/font-metric.hh (struct Font_metric): add
11416         design_size () method.
11417
11418         * buildscripts/mf-to-table.py (base): add DesignSize comment.
11419
11420         * lily/afm.cc (read_afm_file): read design size.
11421
11422         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
11423
11424         * scm/music-functions.scm (unfold-repeats): handle dots too.
11425
11426 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11427
11428         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
11429         (backportme)
11430
11431 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
11432
11433         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
11434         lyric indent.  Revert melismaBusyProperties using \unset.
11435
11436 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11437
11438         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
11439
11440         * lily/parser.yy (command_element): allow redefinition of |
11441         meaning.
11442
11443         * lily/break-align-engraver.cc (acknowledge_grob): construct
11444         LeftEdge where the first cause for alignment is coming from.
11445         This makes \override Staff.LeftEdge work as expected.
11446
11447         * lily/slur-performer.cc (Slur_performer): add inits
11448
11449         * lily/beam-performer.cc (Beam_performer): add inits
11450
11451 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11452
11453         * VERSION (PACKAGE_NAME): release 2.2.0
11454
11455 #Local variables:
11456 #coding: utf-8
11457 #End:
11458