]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
*** empty log message ***
[lilypond.git] / ChangeLog
1 2005-06-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2
3         * lily/ttf.cc (print_header): new file. Convert to type42, using
4         FreeType to parse the TTF. 
5
6         * ttftool/parse.c (readPostTable): ugh. Kludge: nglyphs in maxp
7         and post table may differ. Pass around post_nglyphs as well.
8
9 2005-06-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10
11         * ly/music-functions-init.ly (musicMap): new music function
12         musicMap. 
13         
14 2005-06-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15
16         * make/mutopia-rules.make: anti-alias-factor = 2
17
18         * scm/ps-to-png.scm (make-ps-images): cleanup multipage vs. single
19         page switch.
20
21         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): set
22         anti-alias-factor for lilypond-book runs.
23
24         * scm/ps-to-png.scm (scale-down-image): new function.
25         (my-system): new function.
26         (make-ps-images): blow up GS resolution by anti-alias-factor,
27         scale down image by anti-alias-factor.  This improves appearance
28         of bitmaps
29         (make-ps-images): remove showpage. Fixes spurious empty png at
30         end.
31
32         * scm/framework-ps.scm (write-preamble): downcase filename before
33         string-matching. Should fix .TTF files (as opposed to ttf files)  
34
35         * Documentation/user/tutorial.itely (Running LilyPond for the
36         first time): separate subsections for windows, macos and unix.  
37
38         * Documentation/user/invoking.itely (Updating files with
39         convert-ly): add MacOS X note.
40
41 2005-06-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
42
43         * Documentation/user/introduction.itely (Engraving): don't include
44         file optical-spacing, add directly.
45
46         * lily/paper-outputter.cc (file): open file in binary mode. This
47         fixes OTF embedding on windows.
48
49 2005-06-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
50
51         * scm/framework-ps.scm (write-preamble): remove debugging output.
52
53         * mf/aybabtu.pe.in (i): don't generate aybabtu.cff
54
55         * mf/GNUmakefile ($(outdir)/fonts.cache-1): create font cache for
56         outdir.
57         (install-fc-cache): install font cache in installation directories.
58
59 2005-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
60
61         * scm/editor.scm (editor-command-template-alist): Use char iso
62         column, except for Emacs.
63         (get-editor-command): Substitute char too (Bert).
64
65 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
66
67         * scm/ps-to-png.scm (make-ps-images): Use ~S instead of single
68         quoted ~s.  This should fix PNG output on Windows; single quotes
69         are regular characters on Windows.
70
71 2005-06-16  Graham Percival  <gperlist@shaw.ca>
72
73         * Documentation/user/basic-notation.itely: include ChoirStaff
74         in System start delimiters.
75
76         * Documentation/user/putting.itely: new doc section on
77         fixing overlapping notation.
78
79 2005-06-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
80
81         * Documentation/user/global.itely (Paper size): \paper is in
82         \book, not \score.
83
84         * make/mutopia-rules.make: -ddelete-intermediate-files
85
86         * ly/engraver-init.ly: make Staff default child of ChoirStaff.
87
88 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
89
90         * ChangeLog: Recode utf-8.
91
92         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install .so module in
93         datadir with .py modules.
94
95 2005-06-15  Heikki Junes  <hjunes@cc.hut.fi>
96
97         * Documentation/user/basic-notation.itely (Ties): add tieDashed.
98
99 2005-06-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
100
101         * make/mutopia-rules.make: switch off ps, p&c for lilypond runs.
102         
103         * scm/framework-ps.scm (write-preamble): remove status check.
104
105         * Documentation/user/invoking.itely (Updating files with
106         convert-ly): remove -o option.
107
108         * VERSION (PACKAGE_NAME): release 2.5.31
109
110         * scm/framework-ps.scm (write-preamble): use ly:system.
111         (write-preamble): verbosity.
112
113         * scripts/convert-ly.py: cleanup. Use lilylib. Use convertrules.
114
115         * python/convertrules.py: new file. Store conversion rules
116         separately.
117
118 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
119
120         * scm/backend-library.scm (postprocess-output): remove debugging gobs.
121
122 2005-06-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
123
124         * Documentation/topdocs/NEWS.tely (Top): Corrected name of
125         \musicDisplay 
126
127         * Documentation/user/instrument-notation.itely (More stanzas): Add
128         reference to StanzaNumber.
129
130 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
131
132         * THANKS: separate section for website translators.
133
134 2005-06-14  Graham Percival  <gperlist@shaw.ca>
135
136         * Documentation/topdocs/INSTALL.texi: update vim info;
137         thanks Simon Bailey!
138
139         * Documentation/user/advanced-notation.itely: included
140         color names.
141
142         * Documentation/user/advanced-notation.itely,
143         Documentation/usr/notation-appendices.itely: moved
144         color names into an appendix.
145
146 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
147         
148         * lily/program-option.cc (LY_DEFINE): new function ly_add_option.
149
150         * scm/lily.scm (lambda): initialize program options from here.
151
152         * scm/framework-*.scm: add header info.
153
154         * lily/main.cc (parse_argv): only set output format to pdf if no
155         other format specified.
156
157         * scm/backend-library.scm (postprocess-output): process
158         'delete-intermediate-files after running convert-to-*. This fixes
159         PNG generation when 'delete-intermediate-files is set.
160         
161 2005-06-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
162
163         * buildscripts/mutopia-index.py (list_item): thinko. Fixes png
164         links on website. 
165
166 2005-06-13  Graham Percival  <gperlist@shaw.ca>
167
168         * Documentation/topdocs/INSTALL.texi,
169         Documentation/user/lilypond-book.itely: typos.
170
171 2005-06-12  Pal Benko  <benkop@freestart.hu>
172
173         * elisp/lilypond-mode.el (LilyPond-command-alist: 2PS): space
174         added between program name and switch; -b changed to -f not
175         to generate pdf
176
177 2005-06-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
178
179         * elisp/lilypond-mode.el (LilyPond-command-alist): remove 2midi
180         (LilyPond-command-alist): use -f ps (thanks to Pal Benko)
181
182         * input/sakura-sakura.ly: add \midi.
183
184         * buildscripts/mutopia-index.py (find): use /usr/bin/find
185         iso. python find. 
186
187         * ttftool/test.c (main): cosmetics.
188
189         * ttftool/util.c (surely_lseek): use stdio FILE's for I/O 
190
191         * ttftool/test.c: new file. If compiled with -DTEST_TTFTOOL,
192         create a ttf2ps binary.
193
194         * scm/ps-to-png.scm (make-ps-images): fix rename-page-1 functionality.
195
196         * scm/backend-library.scm (postscript->png): set rename-page-1 to
197         true.
198
199 2005-06-11  Graham Percival <gperlist@shaw.ca>
200
201         * Documentation/user/lilypond-book.itely: add warning about
202         the font warnings in dvips.
203
204 2005-06-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
205
206         * THANKS: typo
207
208         * mf/GNUmakefile ($(outdir)/$(redhat-package)): Fedora-4 url.
209
210         * GNUmakefile.in: remove links for .map, .enc
211         don't fail if out/ doesn't exist yet.
212
213 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
214
215         * ttftool/util.c (surely_read): return nbytes
216
217         * stepmake/bin/text2html.py (txt2html): add utf-8 marker. 
218
219         * VERSION (PACKAGE_NAME): release 2.5.30
220
221         * flower/string-convert.cc (precision_string): >? fix.
222
223         * scm/ps-to-png.scm (make-ps-images): search-gs for multipage too.
224         (make-ps-images): add verbose -q too.
225
226         * lily/default-actions.cc (Module): new file. default
227         {book,score}-print functions.
228
229         * scm/ly-from-scheme.scm (ly:parse-string-result): use new setup:
230         pass results via parseStringResult, lookup via ly:parser-lookup.  
231
232         * lily/lily-parser.cc (Lily_parser): only clone lexer in
233         constructors.
234         (parse_file): encapsulate do_yyparse() in scm_set_current_module()
235         (parse_string): idem.
236
237         * ly/spanners-init.ly (assertBeamQuant): don't use #{ #} in init.
238
239         * lily/main.cc (main_with_guile): copy be_verbose_global into
240         ly_set_option()
241
242 2005-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
243
244         * scm/backend-library.scm (postscript->pdf):
245         * scm/ps-to-png.scm (make-ps-images): Do not use gs -q switch in
246         verbose mode.  Search for several names of gs executable.
247
248 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
249
250         * lily/ly-module.cc (ly_make_anonymous_module): call make-module
251         directly. This fixes a massive memory leak, provided you use CVS
252         GUILE.
253
254 2005-06-10  Erik Sandberg  <ersa9195@student.uu.se>
255
256         * ly/property-init.ly: Added tieDashed.
257
258         * THANKS: Added some bughunters for 2.5.
259
260 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
261
262         * lily/program-option.cc: add debug-gc option.
263
264         * lily/include/lily-guile-macros.hh: don't protect exported module
265         objects.
266
267         * lily/include/lily-parser.hh (class Lily_parser): remove beam_check().
268
269         * scm/backend-library.scm (postscript->pdf): use
270         delete-intermediate-files iso. running-from-gui? 
271
272         * ttftool/util.c (surely_read): robustness. Allow read() to return
273         less bytes than requested, as per posix standards.
274
275         * lily/pfb.cc (LY_DEFINE): set ttf_verbosity from ttf-verbosity
276         program option.
277
278         * ttftool/include/ttftool.h ("C"): rename verbosity to
279         ttf_verbosity. Add to public interface.
280
281         * scm/music-functions.scm (unfold-repeats): remove debugging display.
282
283         * lily/program-option.cc: rename from scm-option.cc
284
285         * lily/scm-option.cc (LY_DEFINE): handle no-foobar option setting.
286         (get_help_string): Print pretty help string.
287
288         * scripts/lilypond-book.py (PREAMBLE_LY): add no-point-and-click
289         to snippet preamble.
290
291         * lily/scm-option.cc: remove command-line-settings option. Fold
292         all command-line options plus default settings in a generic
293         interface. 
294
295         * flower/getopt-long.cc (table_string): indent 2nd lines of help
296         texts too.
297
298 2005-06-09  Jan Nieuwenhuizen  <janneke@gnu.org>
299
300         * flower/file-name.cc: Bugfix: only append DIRSEP if BASE_
301         or EXT_ components non-empty.
302
303 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
304
305         * scm/lily.scm (running-from-gui?): Export.
306
307         * lily/lily-parser-scheme.cc (ly:parse-file): Use it to generate
308         output in .ly source directory.
309
310 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
311
312         * ttftool/util.c (surely_lseek): more verbosity.
313
314         * lily/include/lily-proto.hh: add Context_def. This fixes FC4
315         compile.
316
317         * lily/parser.yy (Repeated_music): remove >? 
318
319         * scm/backend-library.scm (postscript->pdf): Support for
320         -dgs-font-load=1
321
322         * scm/framework-ps.scm (write-preamble): make font loading
323         switchable to GS via --define-default gs-font-load=1
324
325 2005-06-09  Graham Percival  <gperlist@shaw.ca>
326
327         * Documentation/user/global.itely: added \layout docs.
328
329 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
330
331         * lily/lily-parser-scheme.cc: add unistd.h
332
333 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
334
335         * scm/editor.scm: add char argument.
336
337         * scripts/lilypond-invoke-editor.scm (dissect-uri): add char. 
338
339         * ttftool/util.c (syserror): use errno for better error reporting.
340
341         * lily/source-file.cc (get_counts): new function. Calc column,
342         line and char count in one go.
343
344         * lily/binary-source-file.cc (quote_input): rename to quote_input
345
346         * lily/input.cc (set): new function.
347
348 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
349
350         * flower/file-path.cc (find): Bugfix.  Append rather than prepend
351         directory part of file name to search directory.
352
353         * lily/lily-parser-scheme.cc (ly:parse-file): Prepend cwd to
354         search path and chdir to DIR if --outname=DIR used.
355
356         * lily/main.cc (prepend_env_path): Bugfix: Check directory
357         existence before appending original path.
358
359 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
360
361         * ttftool/parse.c (readNamingTable): verbosity for "bad TTF
362         file" massage.
363
364         * Documentation/user/GNUmakefile (TEXINPUTS): set TEXINPUTS so our
365         texinfo.tex is always used.
366         
367 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
368
369         * flower/include/axis.hh: rename from axes.hh
370
371         * lily/include/text-interface.hh (Module): rename from text-item.hh
372
373         * VERSION (PATCH_LEVEL): release 2.5.29
374
375         * ttftool/parse.c (readNamingTable): handle Apple/8bit encoding too.
376
377         * scm/framework-ps.scm (font-file-as-ps-string): new function.
378         (handle-macfont): new function. Call fondu for Native mac fonts.
379
380         * scm/define-markup-commands.scm (fill-line): handle text-widths =
381         '() case.
382
383 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
384
385         * scm/ps-to-png.scm (make-ps-images): Bugfix: `Pages: 1\n' is not
386         multi-page.  Fix .eps regular expression.
387
388 2005-06-07  Graham Percival  <gperlist@shaw.ca>
389
390         * Documentation/user/putting.itely: add info on modifying templates.
391
392         * Documentation/user/lilypond.itely, converters.itely, invoking.itely:
393         misc small changes.
394
395 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
396
397         * scm/ps-to-png.scm (make-ps-images): no paper size for multi-page.
398
399         * scripts/lilypond-ps2png.scm
400
401         * VERSION (PACKAGE_NAME): release 2.5.28
402
403 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
404
405         * lily/main.cc (prepend_env_path): Do not append /, that does not
406         work.  Localedir lives in datadir, not in prefix.
407
408         * scm/framework-ps.scm (write-preamble): Remove load-font-via-GS
409         hack for windows.
410
411         * flower/include/file-cookie.hh: Compile fix.
412
413 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
414
415         * ly/engraver-init.ly: add \defaultchild to InnerStaffGroup. 
416
417         * scm/ps-to-png.scm (gulp-port): rename from read. Don't redefine
418         system primitives.
419         (gulp-port): using read-string!/partial. We don't want to read an
420         entire PS file  (GUILE 1.6 limits strings to 16M) 
421
422         * scm/define-grobs.scm (all-grob-descriptions): remove arch-*
423         properties. Add font-interface. 
424
425         * scm/define-grob-properties.scm (all-user-grob-properties):
426         remove old bracket properties.
427
428         * scm/x11-color.scm: reformat. 
429
430         * lily/ledger-line-engraver.cc (acknowledge_grob): create new
431         LedgerLineSpanner if new StaffSymbol is found. 
432
433         * lily/staff-symbol-engraver.cc (acknowledge_grob): also set
434         staff-symbol for finishing staff. 
435
436         * lily/GNUmakefile (OUT_DIST_FILES): don't dist Flex output
437
438         * scm/output-svg.scm (setcolor): implement (re)setcolor with <g>
439         change black to currentColor everywhere. This fixes color support
440         in SVG.
441
442 2005-06-06  Carl Sorensen  <carldsorensen@comcast.net>
443
444         * input/regression/fret-diagrams.ly: new file to test fret diagram
445         capability
446
447         * scm/output-tex.scm: remove white-dot and white-text
448
449         * scm/output-ps.scm: remove white-dot and white-text
450
451         * scm/fret-diagrams.scm (sans-serif-stencil-white): removed -- 
452         using ly:stencil-in-color instead
453         (draw-dots) : remove call to white-dot
454
455 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
456
457         * flower/memory-stream.cc (Memory_out_stream): remove fopencookie
458         support.
459
460         * ttftool/ttfps.c: use lily_cookie functions everywhere. 
461
462         * flower/include/file-cookie.hh: new file. lily_cookie extension 
463
464         * flower/file-cookie.cc: new file. lily_cookie extension.
465         
466 2005-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
467
468         * scm/editor.scm (editor-command-template-alist): Add syn
469         editor (Jaap [de Vos]).
470
471 2005-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
472
473         * scripts/lilypond-ps2png.scm:
474         * scm/ps-to-png.scm: New file.
475
476         * scm/backend-library.scm (postscript->png): Use it.
477
478         * scripts/lilypond-ps-to-png.py: Remove file.
479
480         * python/lilylib.py (get_bbox, make_ps_images): Remove.
481
482 2005-06-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
483
484         * lily/auto-beam-engraver.cc (acknowledge_grob): remove dead code.
485
486         * scm/auto-beam.scm (default-auto-beam-check): only forbid beam
487         start on grace moment. Fixes autobeam-grace.ly.
488
489         * lily/auto-beam-engraver.cc (process_acknowledged_grobs): don't
490         process anything unless we're at the end of a pending beam. Fixes
491         syncopated 8ths beamed across a beat.
492
493 2005-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
494
495         * scm/editor.scm (editor-command-template-alist): Start emacs if
496         emacslient fails.
497
498         * lily/main.cc (setup_localisation): Listen to LILYPOND_LOCALEDIR.
499
500         * flower/file-path.cc (is_file, is_dir): Export.
501
502         * lily/main.cc (prepend_env_path, set_env_file): Use them.
503
504 2005-06-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
505
506         * lily/easy-notation.cc: Added include cctype to correct
507         compilation error.
508
509 2005-06-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
510
511         * scm/backend-library.scm (postscript->pdf): set resolution to
512         1200, so bitmap fonts aren't that ugly. 
513
514         * Documentation/topdocs/NEWS.tely (Top): add entry about font family.
515
516         * lily/dynamic-engraver.cc (acknowledge_grob): only center on
517         parent if we have a notehead. Fixes incorrect offsets when
518         Paper_column is very wide in the X direction.
519
520         * input/regression/font-family-override.ly (Module): new file.
521
522         * scm/font.scm (make-pango-font-tree): new function.
523
524         * lily/beam.cc (before_line_breaking): remove warning about less
525         than 2 visible stems. We still get a warning when there is only
526         one stem.
527
528 2005-06-01  Werner Lemberg  <wl@gnu.org>
529
530         * buildscripts/substitute-encoding.py: Handle PFAemmentaler-xx.pfa
531         correctly.
532
533 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
534
535         * lily/slur-scoring.cc (generate_avoid_offsets): new
536         function. Generate avoid offsets once per slur.
537
538         * lily/slur.cc (add_extra_encompass): add dependency to
539         extra-encompass object. This fixes bugs/c-phrasing-slur.ly
540
541         * lily/stencil.cc (is_empty): check dim_ field for is_empty()
542         too. Fixes inf error with added bass notes.
543
544         * scripts/lilypond-book.py (do_options): --psfonts doesn't take
545         argument anymore.
546
547         * make/ly-vars.make (DVIPS_FLAGS): use .psfonts as extension.
548
549         * input/tutorial/lbook-latex-test.tex: add line length test.
550
551         * scripts/lilypond-book.py (set_default_options): new
552         function. Call this before dissecting snippets, so linewidth
553         settings reach the snippets.
554
555 2005-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
556
557         * scm/lily.scm (PLATFORM, slashify): Remove double slashes.
558
559 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
560
561         * input/mutopia/R.Schumann/romanze-op28-2.ly (leftb): bugfix.
562
563 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
564
565         * stepmake/aclocal.m4: More autopackage friendliness.
566
567 2005-05-31  Graham Percival  <gperlist@shaw.ca>
568
569         * Documentation/index.html.in: remove link to LSR.
570
571         * Documentation/user/global.itely: remove duplicate
572         "dedication" \header{} section.
573
574 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
575
576         * VERSION (PACKAGE_NAME): release 2.5.27.
577
578         * lily/lily-parser-scheme.cc (LY_DEFINE): unprotect paper
579         too. Plugs memory leak.
580
581         * make/lilypond.fedora.spec.in (Group): remove
582         lilypond-pdfpc-helper.
583
584         * scripts/GNUmakefile (SEXECUTABLES): remove
585         lilypond-pdfpc-helper. Use lilypond-invoke-editor instead.
586
587         * scm/font.scm (make-century-schoolbook-tree): add Mono as
588         'typewriter family.
589
590         * lily/score.cc (Score): unprotect copy of Output_def. Plugs
591         memory leak.
592
593         * lily/parser.yy (score_body): don't clone Score, that's done in
594         Lily_lexer::try_special_identifiers(). This fixes a memory leak.
595
596         * lily/score-engraver.cc (derived_mark): new function.
597         (initialize): unprotect Paper_score. This fixes a memory leak.
598
599         * lily/score-performer.cc (derived_mark): new function.
600
601         * lily/score-translator.cc (get_output): use SCM for get_output() call.
602
603         * stepmake/aclocal.m4: put FlexLexer.h test in conftest.cc. Fixes
604         spurious warning.
605
606         * scm/font.scm (make-century-schoolbook-tree): use Sans for sans
607         serif.
608
609 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
610
611         * configure.in (reloc_b): Add --enable-relocation.
612
613 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
614
615         * lily/pfb.cc (LY_DEFINE): show file name when loading PFB. 
616
617         * input/regression/alignment-order.ly: add Staff example.
618
619 2005-05-31  John Mandereau   <john.mandereau@free.fr>
620
621         * po/fr.po: update.
622
623 2005-05-31  Graham Percival  <gperlist@shaw.ca>
624
625         * Documentation/index.html.in: add link to LSR.
626
627 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
628
629         * scm/define-stencil-commands.scm (Module): new file. Register all
630         allowed stencil expression heads in a central place.
631
632         * lily/stencil-scheme.cc (LY_DEFINE): check is_stencil_head in
633         ly:make-stencil
634
635         * lily/stencil-expression.cc (all_stencil_heads): registering
636         stencil expressions.
637
638         * lily/stencil-interpret.cc: new file. Stencil expression
639         interpreting.
640
641         * input/xiao-haizi-guai-guai.ly: move file back.
642
643 2005-05-30  Graham Percival  <gperlist@shaw.ca>
644
645         * Documentation/user/advanced.itely, converters.itely,
646         instrument-notation.itely, lilypond-book.itely: misc small
647         changes.
648
649 2005-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
650
651         * lily/lexer.ll: Skip UTF-8 BOM at BOF.
652
653         * make/lilypond.fedora.spec.in: Fix source url.
654
655         * cygwin: Update from mingw patches.
656
657         * scm/editor.scm (editor-command-template-alist): Use jedit
658         -reuseview (Bertalan), add uedit (Patrick Huberts).
659
660         * input/xiao-hai-zi-guai-guai.ly: Rename from
661         xiao-haizi-guai-guai.ly.
662
663         * input/*: Reindent, do not use TAB.
664
665         * Documentation/pictures/ly.xpm: Bugfix: do not anti-alias against
666         white background.
667
668 2005-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
669
670         * scm/framework-ps.scm (dump-stencil-as-EPS): Add silly fix for
671         numerical overflow error.
672
673 2005-05-29 Laura Conrad <lconrad@laymusic.org>
674         
675         * abc2ly.py: fix to syntax error in multi-part output.
676
677 2005-05-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
678
679         * lily/span-bar.cc (print): sort bar line extents. Fixes problem
680         with disappearing span bars when alignAboveContext is active
681
682         * lily/property-iterator.cc (check_grob): use is-grob?
683         object-property. Fixes crash-key-sig-font-size.ly. 
684
685 2005-05-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
686
687         * lily/bar-line.cc (print): don't round barlines; this produces
688         odd aliasing effects in Acroread.
689
690         * lily/timing-engraver.cc (process_music): robustness fix.
691
692         * lily/context-def.cc (filter_engravers): bugfix.
693
694 2005-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
695
696         * lily/lilypond.rc.in: Add ly-icon.
697
698         * lily/GNUmakefile: 
699         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Add ly-icon
700         rules.
701
702 2005-05-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
703
704         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-in-color
705
706         * ps/music-drawing-routines.ps: 
707
708         * scm/output-ps.scm: remove draw ez_ball.
709
710         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
711         EasyNotation context definition.
712
713         * lily/easy-notation.cc (brew_ez_stencil): new file. Use
714         Text_interface and color for making easy note heads.
715
716         * lily/stencil.cc (with_color): new function.
717
718         * ps/music-drawing-routines.ps: remove draw_zigzag_line
719
720         * lily/line-spanner.cc (zigzag_stencil): rewrite to use draw-line
721         output routine. Zigzag now works in SVG too.
722
723         * scm/output-tex.scm (filledbox): idem.
724
725         * scm/output-svg.scm (filledbox): idem.
726
727         * scm/output-ps.scm (lily-def): remove horizontal-line. 
728
729         * lily/lookup.cc (horizontal_line): use draw-line. 
730
731         * lily/system-start-delimiter.cc: remove old staff bracket code.
732
733         * mf/feta-haak.mf: further tweaks.
734
735         * lily/system-start-delimiter.cc (staff_bracket): use glyphs.
736
737         * mf/feta-generic.mf: include feta-haak.
738
739         * mf/feta-haak.mf: rewrite. Make separate glyphs for the tips 
740
741         * scm/framework-ps.scm (write-preamble): only load fonts if their
742         filename is a string. 
743
744 2005-05-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
745
746         * scm/output-svg.scm (circle): support circle.
747         (bracket): stub for bracket.
748
749         * scripts/lilypond-book.py (main): make sure --psfonts warning is
750         correct.
751
752 2005-05-26  Graham Percival  <gperlist@shaw.ca>
753
754         * Documentation/user/lilypond.tely, advanced-notation.itely,
755         basic-notation.itely, instrument-notation.itely, global.itely,
756         introduction.itely, tutorial.itely: rearranging, editing,
757         clean-up.
758
759         * mf/GNUmakefile: change a "make -C" to "${MAKE} -C", required
760         for compiling on FreeBSD.
761
762 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
763
764         * lily/pfb.cc (LY_DEFINE): progress indication for opening ttf and
765         otf files.
766
767         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (lower):
768         bugfixes.
769
770         * VERSION: 2.5.26 released.
771
772         * scm/titling.scm (marked-up-headfoot): revert Pedro's patch. 
773
774 2005-05-25  Pedro Kroger  <kroeger@pedrokroeger.net>
775
776         * scm/titling.scm (marked-up-headfoot): doesn't print pagenumbers
777         if printpagenumber is false.
778
779 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
780
781         * lily/font-config.cc (init_fontconfig): comment out FontConfig
782         cache warning.
783
784         * lily/tie.cc (print): support dotted ties.
785         
786 2005-05-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
787
788         * scm/define-grobs.scm (all-grob-descriptions): switch off
789         debugging
790         (all-grob-descriptions): Arpeggio has Y-extent.
791
792         * scm/define-music-properties.scm (all-music-properties): document
793         length-callback and start-callback as "read-only".
794
795         * scm/music-functions.scm (unfold-repeats): rewrite. Cannot set
796         length-callback after creation. 
797
798         * scripts/convert-ly.py (conv): unfoldrepeats -> unfoldRepeats,
799         compressmusic -> compressMusic.
800
801         * ly/music-functions-init.ly (oldaddlyrics): idem.
802
803         * lily/parser.yy: NewLyricCombineMusic ->
804         LyricCombineMusic. LyricCombineMusic -> OldLyricCombineMusic.
805
806 2005-05-24  Pedro Kroger  <kroeger@pedrokroeger.net>
807
808         * ly/Welcome_to_LilyPond.ly: typo.
809
810 2005-05-24  Graham Percival  <gperlist@shaw.ca>
811
812         * Documentation/user/lilypond.tely: move changing-defaults to be
813         before global issues.
814
815         * Documentation/user/basic-notation.itely: move Transpose section
816         here from advanced/Other.
817
818         * Documentation/user/changing-defaults.itely,
819         advanced-notation.itely: move Fonts to advanced, edit.
820
821 2005-05-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
822
823         * lily/parser.yy (bare_int): remove rule.  From now on, we require
824         # before negative integers.
825
826 2005-05-23  Graham Percival  <gperlist@shaw.ca>
827
828         * ly/property.ly: Update tieDotted to have the same form as slurDotted.
829
830         * Documentation/user/lilypond.tely: change Unified index to
831         LilyPond index.
832
833         * Documentation/user/advanced-notation.itely,
834         instrument-notation.itely: editing.
835
836 2005-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
837
838         * scm/lily.scm (lilypond-all): Bugfix: return failed.
839
840         * lily/main.cc (setup_paths)[__MINGW32__]: Normalize LILYPONDPREFIX.
841
842 2005-05-21  Jan Nieuwenhuizen  <janneke@gnu.org>
843
844         * lily/general-scheme.cc (ly:stderr-redirect): Rename from
845         ly:port-move.  Needs to be stderr-specific on mingw.
846         Run fixcc.
847
848 2005-05-20  Jan Nieuwenhuizen  <janneke@gnu.org>
849
850         * lily/general-scheme.cc (ly:port-move): Remove.
851
852         * scm/backend-library.scm (postscript->pdf): Remove -dSAFER in
853         windows.
854
855         * lily/main.cc (setup_paths) [ARGV0_RELOCATION]: Reinstate GS_*
856         variables.  This eliminates the need for a gs.bat wrapper, which
857         opens a console.
858
859         * scripts/lilypond-invoke-editor.scm (running-from-gui?): 
860         * scm/lily.scm (running-from-gui?): 
861         * lily/main.cc[MINGW]: Remove isatty inversion, this is an
862         artifact of not compiling with -mwindows.
863
864         * scm/editor.scm: Define PLATFORM.
865
866 2005-05-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
867
868         * scripts/lilypond-book.py (PREAMBLE_LY): add marker, where people
869         can start to cut & paste lilypond-book fragments.  
870
871         * scm/define-music-types.scm (music-descriptions): remove
872         UntransposableMusic
873
874 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
875
876         * scm/output-ps.scm (glyph-string): remove / before CIDs.
877
878 2005-05-20  Graham Percival  <gperlist@shaw.ca>
879
880         * Documentation/user/instrument-notation.itely: remove *Engraver.
881
882         * Documentation/user/advanced-notation.itely: edit, rearrange.
883
884 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
885
886         * scm/output-ps.scm (glyph-string): take cid? argument. Use
887         findresource iso. findfont for CID CFF fonts.
888
889         * VERSION (PACKAGE_NAME): release 2.5.25
890
891         * ly/Welcome_to_LilyPond.ly: add  \version
892
893 2005-05-20  Graham Percival  <gperlist@shaw.ca>
894
895         * Documentation/user/programming-interface.itely: move
896         \displayMusic into its own section.
897
898         * Documentation/user/basic-notation.itely: finish editing.
899
900 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
901
902         * flower/file-path.cc (find): don't throw away file_name.dir, but
903         append to it. Fixes \include with directories.
904
905         * flower/include/file-path.hh (class File_path): don't derive from
906         Array<String>.
907
908         * flower/include/file-name.hh (class File_name): remove to_str0()
909
910         * lily/hara-kiri-engraver.cc (acknowledge_grob): split
911         Hara_kiri_engraver in separate file.
912
913         * lily/slur-configuration.cc (score_encompass): oops, <? to min()
914         translation went wrong. Fixes vertically translated slurs.
915
916 2005-05-19  Graham Percival  <gperlist@shaw.ca>
917
918         * Documentation/user/basic-notaton.itely: editing.
919
920 2005-05-18  Graham Percival  <gperlist@shaw.ca>
921
922         * Documentation/user/macros.itexi, basic-notation.itely:
923         add @commonprop (commonly used properties) macro.
924
925 2005-05-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
926
927         * ly/Welcome_to_LilyPond.ly: talk about icon, not program.
928
929         * scripts/lilypond-book.py (invokes_lilypond): new function
930         (main): only run fontextract if invokes_lilypond() is true.
931
932         * lily/function-documentation.cc (ly_add_function_documentation):
933         duh, use !=
934
935         * Documentation/topdocs/INSTALL.texi (Top): add MacOS command.
936
937         * stepmake/aclocal.m4: remove kpathsea warning, change to OPTIONAL.
938
939         * scm/lily.scm (running-from-gui?): lowercase Darwin.
940
941         * lily/function-documentation.cc (ly_add_function_documentation):
942         use scm_hash_table_p() for checking.
943
944 2005-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
945
946         * Documentation/user/advanced-notation.itely (Text scripts):
947         Change nonexisting @internalsref{Text markup} to @ref{Text
948         markup}.  Change @internalsref{Text script} to
949         @internalsref{TextScript}.
950
951         * lily/main.cc (setup_paths): Bugfix: pangorc is not pango.modules.
952
953 2005-05-17  Graham Percival  <gperlist@shaw.ca>
954
955         * Documentation/user/tutorial.itely, basic-notation.itely,
956         changing-defaults.itely: remove duplicate cindex entries
957         that appear on the same page.
958
959         * scm/define-grobs.scm: change default padding for TextSpanner.
960
961         * Documentation/topdocs/AUTHORS.texi: update email address.
962
963         * Documentation/user/global.itely: add info about \include.
964
965 2005-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
966
967         * scm/backend-library.scm (postscript->pdf): Remove (useless) .ps
968         when running-from-gui.
969
970         * scm/editor.scm (get-editor): Add platform defaults.
971
972         * scm/backend-library.scm (postscript->pdf): Typo.
973
974 2005-05-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
975
976         * scm/lily.scm (running-from-gui?): Darwin never runs from GUI.
977
978         * lily/font-config.cc (init_fontconfig): add warning about cache.
979
980 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
981
982         * lily/main.cc (setup_paths)[ARGV0_RELOCATION]: Remove GS_*.
983
984 2005-05-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
985
986         * lily/horizontal-bracket.cc (print): Take care of the direction
987         property so brackets above the stave point downwards. 
988
989         * scm/define-grobs.scm (all-grob-descriptions): Set staff-padding
990         for HorizontalBracket so it doesn't end up within the stave.
991
992 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
993
994         * lily/GNUmakefile (default): Typo.
995
996         * scm/lily.scm (PLATFORM): Export.
997
998         * scm/framework-ps.scm (write-preamble)[MINGW]: Use
999         load-font-via-GS, ttftool or fopencookie is broken on windows.
1000         
1001         * scm/backend-library.scm (postscript->pdf)[MINGW]: Do not use
1002         -dSAFER, that is broken on windows.
1003
1004 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1005
1006         * lily/GNUmakefile ($(outdir)/FlexLexer.h): conditional dependency
1007         for FlexLexer.h
1008
1009         * scripts/lilypond-invoke-editor.scm: remove stray -
1010
1011 2005-05-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1012
1013         * lily/lily-guile.cc (ly_scm2newstr): Use scm_i_string_length.
1014         Fixes deprecation warning.
1015
1016         * flower/include/string.icc (to_string): Only inline if
1017         -DSTRING_UTILS_INLINED.
1018
1019         * lily/pango-font.cc (pango_item_string_stencil): Normalize file
1020         name.  Remove windows comment.
1021
1022         * scm/editor.scm (slashify): New function.
1023         (get-editor-command): Use it.
1024         (get-command-template): Do not alter editor command if
1025         environment value includes `%(file)s' magic.
1026
1027         * scripts/lilypond-invoke-editor.scm (unquote-uri): New function.
1028         (dissect-uri): Use it.
1029         (unquote-uri): Bugfix.
1030
1031 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1032
1033         * scm/framework-ps.scm (write-preamble): add TTF rule.
1034
1035         * Documentation/topdocs/README.texi (Top): remove note about
1036         xdelta.
1037
1038         * Documentation/topdocs/INSTALL.texi (Top): remove Flex
1039         requirement.
1040
1041         * stepmake/aclocal.m4: STEPMAKE_FLEXLEXER_LOCATION: new
1042         function. Figure out where FlexLexer.h lives
1043
1044         * lily/GNUmakefile (OUT_DIST_FILES): dist lexer.cc and FlexLexer.h
1045         
1046 2005-05-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1047
1048         * scripts/lilypond-invoke-editor.scm (dissect-uri): Handle URIs
1049         with Windows root in file name.
1050
1051         * scm/backend-library.scm (ly:system): Only redirect output (using
1052         system and shell, ugh) if /dev/null is writable.
1053
1054         * Documentation/pictures/GNUmakefile [PLATFORM_WINDOWS]: Build
1055         windows icon.
1056
1057         * scm/lily.scm (is-absolute?): New function.  Fixes absolute files
1058         on Mingw.
1059
1060         * scm/output-ps.scm (grob-cause): Use it.  Fixes PDF point and
1061         click.
1062
1063         * flower/file-path.cc (is_dir, is_file): New function.  Actually
1064         use result of stat when available.
1065
1066         * flower/file-path.cc (find): Use it.  Refactor.  Fixes Mingw,
1067         absolute file name and root.
1068
1069         * scm/lily.scm (PLATFORM): On mingw, slashify getcwd.
1070
1071         * scm/editor.scm (get-editor-command): Typo: do not apply editor.
1072
1073         * flower/file-name.cc (slashify): Bugfix, do substitute if no
1074         slashes in file name.
1075
1076 2005-05-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1077
1078         * Documentation/user/preface.itely (Preface): Run
1079         texinfo-all-menus-update.
1080
1081         * scm/editor.scm (get-editor-command): Bugfix: allow full
1082         LYEDITOR setting, partial XEDITOR setting.  With typo fix.
1083
1084         * Documentation/pictures/lilypond-48.xpm: New file.
1085
1086         * flower/file-path.cc (to_string): Bugfix: use PATHSEP.
1087
1088         * ly/Welcome_to_LilyPond.ly: New file.
1089
1090         * lily/main.cc (main): Only identify if we have a terminal.
1091
1092         * scm/backend-library.scm (postscript->png)
1093         (postscript->pdf): Fix file name quoting for GS/MINGW (ie,
1094         non-/bin/sh).
1095
1096 2005-05-13  Heikki Junes  <hjunes@cc.hut.fi>
1097
1098         * Documentation/topdocs/AUTHORS.texi: polish, update.
1099
1100 2005-05-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1101
1102         * Documentation/user/preface.itely (Notes for version 2.6): new
1103         notes for 2.6
1104
1105         * lily/dynamic-engraver.cc (stop_translation_timestep): first set
1106         finished_span_, then call typeset_all(). Fixes spurious "Hairpin
1107         is not fully contained" warnings.
1108
1109         * lily/slur-scoring.cc (get_bound_info): remove warning.
1110
1111         * lily/staff-symbol-engraver.cc (process_music): start initial
1112         spanner in process_music(). This fixes overrides of StaffSymbol
1113         properties.
1114
1115         * scm/framework-pdf.scm (Module): remove.
1116
1117         * Documentation/topdocs/AUTHORS.texi (AUTHORS): clean up, update.
1118
1119         * lily/ambitus-engraver.cc: formatting cleanups.
1120
1121         * mf/feta-solfa.mf (Module): remove.
1122
1123         * ChangeLog: more details about contributions.
1124
1125 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1126
1127         * lily/align-interface.cc (align_elements_to_extents): warn if
1128         called too early. Fixes: disappearing-staff-lines.ly
1129
1130         * VERSION (PACKAGE_NAME): release 2.5.24
1131
1132 2005-05-12  Jan Nieuwenhuizen  <janneke@gnu.org>
1133
1134         * stepmake/aclocal.m4: Typo.
1135
1136         * flower/string.cc (substitute): Take two strings or two
1137         characters.  Update callers.
1138
1139 2005-05-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1140
1141         * flower/file-name.cc (File_name): Slashify.
1142
1143         * scm/lily.scm: Use gui-main iso lilypond-main on MINGW.
1144
1145         * scripts/GNUmakefile (SEXECUTABLES): Add lilypond-invoke-editor.
1146
1147         * stepmake/aclocal.m4 (STEPMAKE_WINDOWS): New function.
1148
1149         * configure.in (gui_b): Use it.
1150
1151         * lily/lilypond.rc.in: New file.
1152
1153         * lily/GNUmakefile[PLATFROM_WINDOWS]: Compile it into executable.
1154
1155 2005-05-12  Graham Percival  <gperlist@shaw.ca>
1156
1157         * Documentation/user/advanced-notation.itely: edit of Text
1158         section; clarify text scripts vs. text markup.
1159
1160 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1161
1162         * lily/multi-measure-rest-engraver.cc
1163         (Multi_measure_rest_engraver): init bar_seen_ to true. Notice
1164         separation items on start. Fixes mm rests in start of score.
1165
1166         * lily/slur-scoring.cc (move_away_from_staffline): robustness,
1167         don't access StaffSymbol if not there.
1168         Fixes: crash-staff-symbol-engraver.ly.
1169
1170         * lily/instrument-name-engraver.cc (class
1171         Instrument_name_engraver): data member first_. Create
1172         InstrumentName on start. 
1173
1174 2005-05-12  Graham Percival  <gperlist@shaw.ca>
1175
1176         * Documentation/user/instrument-notation.itely: add guitar
1177         position.
1178
1179         * Documentation/user/introduction.itely,
1180         Documentation/user/lilypond.tely,
1181         Documentation/user/tutorial.itely: begin pruning
1182         unused (duplicated) cindex entries and misc cleanup.
1183
1184 2005-05-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1185
1186         * input/test/volta-chord-names.ly: Bring the explanation up to
1187         date.
1188
1189 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
1190
1191         * Documentation/topdocs/{AUTHORS.texi,INSTALL.texi,README.texi}:
1192         Specify `@documentencoding utf-8' for html, ignore warnings.
1193
1194 2005-05-11  Erik Sandberg  <ersa9195@student.uu.se>
1195
1196         * THANKS: Added bughunters.
1197
1198 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
1199
1200         * lily/main.cc: update help string for `lilypond -H'.
1201
1202         * po/fi.po: update.
1203         
1204 2005-05-10  Graham Percival  <gperlist@shaw.ca>
1205
1206         * Documentation/user/advanced-notation.itely: minor fixes.
1207
1208 2005-05-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1209
1210         * scm/editor.scm: New module.
1211
1212         * scm/lily.scm (gui-main): Use it.
1213
1214         * scm/framework-gnome.scm (spawn-editor): Use it.
1215
1216         * scripts/lilypond-invoke-editor.scm: Use it in new script.
1217
1218 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1219
1220         * scm/framework-ps.scm (load-font-via-GS):  new function.
1221
1222         * lily/pango-font.cc (pango_item_string_stencil): add support for
1223         CID keyed font.
1224
1225         * scm/output-ps.scm (glyph-string): add support for CID keyed font.
1226
1227 2005-05-10  Graham Percival  <gperlist@shaw.ca>
1228
1229         * Documentation/user/basic-notation.itely: add @ref.
1230
1231         * Documentation/user/advanced-notation.itely: add example
1232         of 5/8 beaming.
1233
1234 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1235
1236         * scripts/lilypond-pdfpc-helper.py (ly_pc_editor): robustness fixes.
1237
1238         * scm/backend-library.scm (postscript->pdf): Invoke gs instead of
1239         going through ps2pdf wrappers.
1240
1241 2005-05-09  Jürgen Reuter  <reuter@ipd.uka.de>
1242
1243         * Documentation/user/instrument-notation.itely: petrucci note
1244         heads: updated docu
1245
1246         * input/regression/note-head-style.ly: updated regression test;
1247         indentation fixes
1248
1249         * ly/engraver-init.ly: MensuralVoiceContext: use petrucci note
1250         heads as default
1251
1252         * mf/parmesan-heads.mf: minor editing; use musicological names
1253         (rather than optical description) as note head names
1254
1255         * scm/output-lib.scm: complete petrucci heads
1256
1257 2005-05-09  Pal Benko  <benkop@freestart.hu>
1258
1259         * mf/parmesan-heads.mf: add petrucci heads (like neo-mensural
1260         heads, but bigger)
1261
1262 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1263
1264         * lily/main.cc (main_with_guile): Remove no files check.
1265
1266         * lily/main.cc (ly:usage): Export to Scheme.
1267
1268         * scm/lily.scm (no-files-handler): New function.
1269
1270         * scm/lily.scm (lilypond-main): Use it.
1271
1272         * configure.in (gui_b): Add mbrtowc checking.
1273         Resurrect [utf8/]wchar.h checking.
1274
1275 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1276
1277         * Documentation/user/advanced-notation.itely (Metronome marks):
1278         Add link to the program reference for MetronomeMark
1279
1280         * Documentation/user/lilypond-book.itely (An example of a
1281         musicological document): Correct the example using psfonts 
1282
1283 2005-05-09  Heikki Junes  <hjunes@cc.hut.fi>
1284
1285         * po/fi.po: update after a lesson how to update entries against
1286         source.
1287         
1288         * po/TODO: document the lesson.
1289
1290 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1291
1292         * configure.in (gui_b): remove wcrtomb checking.
1293
1294         * lily/general-scheme.cc (LY_DEFINE): hand-convert utf8 to 32
1295         bits. Patch by Matthias Neeracher. <neeracher@mac.com>
1296
1297 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1298
1299         * scripts/convert-ly.py: In the conversion to version 1.9.0, 
1300         keep Scheme expressions and strings unmodified when doing the
1301         conversion to postfix notation for slurs and beams. Should
1302         hopefully solve most related conversion problems. 
1303
1304         * Documentation/user/lilypond-book.itely : Clarify and correct how
1305         to call dvips with -h psfonts.
1306
1307 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1308
1309         * Documentation/user/instrument-notation.itely (Entering lyrics):
1310         Typo.  Fixes build.
1311
1312 2005-05-09  Graham Percival  <gperlist@shaw.ca>
1313
1314         * Documentation/user/lilypond-book.itely: document PSFONTS file.
1315
1316         * Documentation/user/lilypond.tely, lilypond-book.itely,
1317         tutorial.itely: change references to 2.5.x to 2.6.x.
1318
1319         * Documentation/user/instrument-notation.itely: clarified \addlyrics
1320         vs \lyricmode.
1321
1322         * Documentation/user/invoking.itely: remove old info about
1323         lilypond-profile.
1324
1325         * Documentation/topdocs/INSTALL.texi: remove old info about
1326         lilypond-profile, add warning about needing international fonts
1327         to build docs.
1328
1329 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1330
1331         * lily/include/grob-info.hh (class Grob_info): make data member
1332         private. Changes throughout.
1333
1334         * input/regression/alignment-order.ly: new file. 
1335
1336         * lily/vertical-align-engraver.cc (acknowledge_grob): read
1337         alignAboveContext and alignBelowContext
1338
1339 2005-05-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1340
1341         * lily/pfb.cc (LY_DEFINE): add cast.
1342
1343         * scm/framework-ps.scm (write-preamble): embed CFFs if file name
1344         matches .otf
1345         (write-preamble): warn about unknown fonts.
1346
1347         * lily/pfb.cc (Module): new function ly:otf->cff
1348
1349         * lily/open-type-font.cc (get_otf_table): use ::get_otf_table
1350         (get_otf_table): new function.
1351
1352 2005-05-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1353
1354         * scm/backend-library.scm (postscript->png): call lilypond-ps2png
1355         iso. ps2png.
1356
1357 2005-05-06  Heikki Junes  <hjunes@cc.hut.fi>
1358
1359         * po/fi.po: apply second round of update.
1360
1361 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1362
1363         * scm/x11-color.scm (make-x11-color-handler): don't use
1364         #\sp. Apparently doesn't work on all platforms. 
1365
1366 2005-05-06  Graham Percival  <gperlist@shaw.ca>
1367
1368         * Documentation/user/advanced-notation.itely, putting.itely,
1369         tutorial.itely, global.itely, introduction.itely: really minor fixes.
1370
1371 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1372
1373         * VERSION (PACKAGE_NAME): release 2.5.23
1374
1375 2005-05-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1376
1377         * Documentation/topdocs/AUTHORS.texi: Remove texinfo @accents,
1378         convert to utf-8.
1379
1380         * THANKS: Add translators for this release, convert to utf-8.
1381
1382         * mf/GNUmakefile (MFTRACE_FLAGS):
1383         * buildscripts/substitute-encoding.py (outdir): Build fix: pass
1384         outdir as option (WAS: hardcoded).
1385
1386 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1387
1388         * lily/staff-symbol-engraver.cc (Staff_symbol_engraver): init
1389         finished_span_
1390
1391         * THANKS: add Hans Forbrich.
1392
1393         * Documentation/topdocs/NEWS.tely (Top): document new feature.
1394
1395         * Documentation/user/basic-notation.itely (Staff symbol): document
1396         start/stop staff. Reference to ossia.ly
1397
1398         * input/test/ossia.ly: new example using stop and startStaff.
1399
1400         * lily/timing-engraver.cc: remove Timing_engraver::initialize(),
1401         in other words, don't create "|" barline at start of the score.
1402         (start_translation_timestep): don't set whichBar for start of score.
1403
1404         * input/regression/staff-halfway.ly: use new functionality.
1405
1406         * lily/staff-symbol-engraver.cc (try_music): take StaffSpanEvents,
1407         start and stop staff based on events.
1408
1409         * scm/define-music-types.scm (music-descriptions): add StaffSpanEvent
1410
1411         * ly/declarations-init.ly (startStaff, stopStaff): new identifiers.
1412
1413 2005-05-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1414
1415         * Documentation/user/programming-interface.itely (How markups work
1416         internally ): remove \encoding reference.
1417
1418 2005-05-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1419
1420         * scripts/convert-ly.py: Attempt to do a smarter update of 
1421         text markups from versions < 1.9.0 with arbitrary nesting.
1422
1423 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
1424
1425         * po/fi.po: convert to utf-8, and update.
1426
1427 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1428
1429         * make/lilypond.suse.spec.in: update from suse 2.4 package.
1430
1431         * lily/*.cc: more <? >? to min/max changes
1432
1433         * lily/include/interpretation-context-handle.hh: rename
1434         Interpretation_context_handle to Context_handle.
1435
1436 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
1437
1438         * input/regression/GNUmakefile (local_delete): use `find` together 
1439         with `xargs` to avoid too long argument-lists in cmd line.
1440
1441 2005-05-04  Graham Percival  <gperlist@shaw.ca>
1442
1443         * Documentation/user/introduction.itely: updates "About this manual".
1444
1445         * Documentation/user/advanced-notation.itely,
1446         invoking.itely: minor fixes.
1447
1448 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1449
1450         * COPYING: add font exception. Update FSF address. 
1451
1452         * lily/context-def.cc (path_to_acceptable_context): bugfix, depth
1453         should be taken without child context.
1454
1455         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use it.
1456
1457         * scm/define-markup-commands.scm (triangle): new command, as
1458         robust replacement for unicode Delta/Triangle.
1459
1460 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1461
1462         * ps/music-drawing-routines.ps: add fillp argument.
1463
1464         * lily/lookup.cc (round_filled_polygon): polygon takes filled? argument
1465
1466         * lily/font-config.cc (init_fontconfig): don't add cff/
1467
1468         * VERSION (PACKAGE_NAME): release 2.5.22
1469
1470         * mf/GNUmakefile: remove cff/cff.ps/.map install rules.
1471
1472         * lily/grace-engraver.cc (consider_change_grace_settings): use
1473         is_alias(). Fixes problem with CueVoice grace notes. 
1474
1475         * lily/simultaneous-music-iterator.cc (construct_children): call
1476         Music_iterator::quit() for iterators that start out invalid. This
1477         fixes indefinitely continuing contexts.
1478
1479         * buildscripts/substitute-encoding.py: new file
1480
1481         * Documentation/user/basic-notation.itely (Basic polyphony): fix
1482         missing @end 
1483
1484         * scripts/lilypond-book.py (write_if_updated): print file name.
1485
1486         * Documentation/user/basic-notation.itely (Explicitly
1487         instantiating voices): idem.
1488
1489         * Documentation/user/advanced-notation.itely (Text spanners):
1490         remove stray { } 
1491
1492         * lily/context.cc (default_child_context_name): the default child
1493         is now first in accepts_list_.
1494
1495         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
1496         \defaultchild to all relevant contexts.  This fixes:
1497         drums-pitch.ly.
1498
1499         (Probably also fixes similar problems with ancient
1500         transcriptions getting CueVoices instead of the desired voices.)
1501  
1502         * lily/context-def.cc (get_default_child): new function.
1503         (get_accepted): place default child in front of list.
1504
1505         * lily/parser.yy (FIXME): add DEFAULTCHILD token.
1506
1507         * lily/include/context-def.hh (struct Context_def): add
1508         default_accept_
1509
1510 2005-05-03  Graham Percival  <gperlist@shaw.ca>
1511
1512         * scm/define-grobs.scm: remove "remove-first" line, since
1513         the absent property is set to #f anyway.
1514
1515         * Documentation/user/basic-notation.itely,
1516         advanced-notation.itely, instrument-notation.itely: minor
1517         fixes.
1518
1519         * ly/property-init.ly: add textSpanner{Up,Down,Neutral}.
1520
1521         * Documentation/user/advanced-notation.itely,
1522         changing-defaults.itely: consolidate Text stuff in
1523         advanced notation.
1524
1525         * Documentation/user/global.itely: better docs for \header.
1526
1527         * Documentation/user/putting.itely: new chapter; placeholder
1528         for future expansion.
1529
1530         * Documentation/user/examples.itely: moved "suggestions for
1531         writing LP files" section into putting.itely.
1532
1533         * Documentation/user/lilypond.itely: added new chapter,
1534         fixed the short table of contents.
1535
1536 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1537
1538         * lily/beam-quanting.cc (quanting): robustness fix, don't produce
1539         infinity for unfeasible beams.
1540
1541         * make/lilypond.fedora.spec.in (Group): idem.
1542
1543         * scripts/GNUmakefile (SEXECUTABLES): rename ps2png to lilypond-ps2png
1544
1545         * mf/GNUmakefile (ALL_GEN_FILES): remove .map
1546
1547         * scm/framework-ps.scm (write-preamble): extract CFF from OTF
1548         fonts directly.
1549
1550         * buildscripts/gen-emmentaler-scripts.py (i): idem.
1551
1552         * mf/GNUmakefile: remove all CFF rules.
1553
1554         * scm/framework-ps.scm (ps-embed-cff): reinstate.
1555
1556         * lily/open-type-font-scheme.cc (LY_DEFINE):
1557         new function ly:otf-font-table-data.
1558         (LY_DEFINE): new function otf-font?
1559
1560 2005-05-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1561
1562         * mf/GNUmakefile ($(outdir)/lilypond.map): remove rule.
1563         ($(outdir)/Fontmap.lily): idem.
1564
1565         * buildscripts/gen-emmentaler-scripts.py (i): load fetaXX encoding
1566         for PFAEmmentaler-XXX.pfa. 
1567
1568         * Documentation/user/music-glossary.tely (accidental): NL
1569         translation of accidental.
1570
1571 2005-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1572
1573         * flower/include/international.hh: Bugfix: include "string.hh".
1574
1575         * lily/include/mingw-compatibility.hh: New file.
1576
1577         * flower/include/libc-extension.hh (memrev): Rename from strrev.
1578
1579         * configure.in: Search for mingw wcrtomb library.
1580
1581 2005-05-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1582
1583         * scripts/convert-ly.py: Bug fix
1584
1585         * Documentation/user/changing-defaults.itely (Common tweaks):
1586         Added example where the context has to be specified explicitly
1587         (MetronomeMark). 
1588
1589 2005-05-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1590
1591         * scripts/lilypond-book.py (ly_options): set timing to #f for
1592         notime option.
1593
1594         * scripts/convert-ly.py (conv): typo.
1595
1596         * flower/*.cc: remove <? and >?
1597         
1598         * lily/*.cc: remove <? and >?
1599
1600         * lily/tweak-registration.cc (insert_tweak_from_file): Make sure
1601         that 0x0 isn't passed into scm_cons(). Fixes crash with tweak
1602         editor.
1603
1604 2005-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1605
1606         * lily/part-combine-engraver.cc: add space to variable list.
1607
1608 2005-04-30  Graham Percival  <gperlist@shaw.ca>
1609
1610         * scm/define-grobs.scm: changed RemoveEmptyVerticalGroup's
1611         remove-first to false (matches docs)
1612
1613         * Documentation/user/advanced-notation.itely: corrected docs
1614         concerning remove-first.
1615
1616 2005-04-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1617
1618         * lily/part-combine-engraver.cc: make sure that the relevant
1619         properties are included in the documentation.
1620
1621 2005-04-28  Graham Percival  <gperlist@shaw.ca>
1622
1623         * Documentation/user/lilypond-book.itely: Bernard's docs
1624         for \betweenLilyPondSystem.
1625
1626 2005-04-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1627
1628         * Documentation/topdocs/INSTALL.texi (Top): remove TeX outdated
1629         remarks.
1630
1631 2005-04-28  Pal Benko  <benkop@freestart.hu>
1632
1633         * lily/mensural-ligature.cc (brew_flexa): apply thickness property
1634         only on vertical lines of flexa shape, and use a constant
1635         thickness value for horizontal lines (patch slightly modified by
1636         Jürgen Reuter)
1637
1638         * lily/include/mensural-ligature.hh: make 2 comments clearer
1639
1640 2005-04-28  Jürgen Reuter  <reuter@ipd.uka.de>
1641
1642         * lily/vaticana-ligature-engraver.cc (need_extra_space): renamed
1643         to need_extra_horizontal_space; bugfix: use class scope to avoid
1644         global namespace pollution
1645
1646         * Documentation/user/instrument-notation.itely (ligatures): added
1647         comment on possible future syntax change and how to work around
1648
1649         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf
1650         (epiphonus, cephalicus): fine-tune shape of plica head for narrow
1651         intervals (fixes agnus dei example)
1652
1653         * Documentation/user/instrument-notation.itely (white mensural
1654         ligatures): selected a more illustrative example
1655
1656 2005-04-28  Heikki Junes <hjunes@cc.hut.fi>
1657
1658         * Documentation/index.html.in: specify utf-8 charset in meta content.
1659
1660 2005-04-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1661
1662         * python/lilylib.py (make_ps_images): bugfixes; GS can produce
1663         empty 2nd page for single page.
1664
1665         * scm/lily.scm: remove p&c definitions.
1666
1667         * po/zh_TW.po (Module): new translation.
1668
1669         * lily/lily-guile.cc (ly_chain_assoc): remove.
1670
1671         * lily/general-scheme.cc (LY_DEFINE): export ly:chain_assoc_get
1672         (LY_DEFINE): recurse, iso. calling ly_chain_assoc.
1673
1674 2005-04-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1675
1676         * lily/beaming-info.cc: remove infinity_i
1677
1678         * scripts/abc2ly.py (out_filename): fix thinko with \version.
1679
1680 2005-04-26  Graham Percival  <gperlist@shaw.ca>
1681
1682         * Documentation/user/basic-notation.itely,
1683         instrument-notation.itely, advanced-notation.itely,
1684         changing-defaults.itely: minor fixes.  Added docs
1685         for colors to advanced-notation.itely.
1686
1687         * Documentation/user/advanced-notation.itely: fixed compile
1688         problem and added Bernard's x11-color doc patch.
1689
1690 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1691
1692         * scm/output-ps.scm (grob-cause): Yet another fix, hope it's
1693         alright this time round.
1694
1695 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1696
1697         * Documentation/topdocs/INSTALL.texi (Top): idem.
1698
1699         * Documentation/topdocs/README.texi (Top): remove clean-fonts refs.
1700
1701         * VERSION (MAJOR_VERSION): release 2.5.21
1702
1703         * scm/output-ps.scm (grob-cause): bugfix.
1704
1705 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1706
1707         * cygwin/*: Update.
1708
1709         * cygwin/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Remove profile
1710         stuff.
1711
1712         * scm/output-ps.scm (grob-cause): Bugfix.
1713
1714         * scm/lily.scm (ly:load): Remove x11-color.
1715
1716         * stepmake/aclocal.m4 (STEPMAKE_GET_EXECUTABLE): Bugfix: do not
1717         quote executable, fixes getting version from program --with
1718         --options.
1719         (STEPMAKE_KPATHSEA): Bugfix for Cygwin cross building: use
1720         $ac_exeect.
1721
1722         * Documentation/user/GNUmakefile: Only build music-glossary with
1723         rendered lilypond snippets during web.
1724
1725 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1726
1727         * po/de.po: update.
1728
1729         * lily/GNUmakefile (OUT_DIST_FILES): don't dist lexer.cc
1730
1731 2005-04-22  Laura Conrad <lconrad@laymusic.org>
1732  
1733         * scripts/abc2ly:
1734         second title line append with punctuation dash character;
1735         encode abc2ly python strings in utf-8
1736        
1737 2005-04-21  Laura Conrad <lconrad@laymusic.org>
1738
1739         * scripts/abc2ly fix chords (again)
1740  
1741 2005-04-22  Bernard Hurley  <bernard@fong-hurley.org.uk>
1742
1743         * scm/x11-color.scm: new file
1744         All x11 color names can be accessed with:
1745         #(x11-color 'ColorName),
1746         #(x11-color "ColorName") or:
1747         #(x11-color "color name")
1748         If the x11 color name is not recognised then it defaults
1749         to black
1750
1751         * scm/lily.scm: amended to call scm/x11-color.scm
1752
1753 2005-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1754
1755         * Documentation/user/invoking.itely (Reporting bugs): comment out
1756         reference to online PNG bug repository.
1757
1758 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1759
1760         * lily/translator-scheme.cc (ly:translator-property): Remove.
1761         Update callers.
1762
1763         * lily/context-scheme.cc (ly:context-now): Move from translator.
1764         Update callers.
1765
1766 2005-04-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1767
1768         * input/regression/grid-lines.ly (skips): refine example.
1769
1770         * scm/define-context-properties.scm
1771         (all-user-translation-properties): doc autoBeamCheck
1772
1773         * input/regression/grid-lines.ly (Module): new file.
1774
1775         * lily/grid-point-engraver.cc (Module): new file.
1776
1777         * lily/grid-line.cc (Module): new file.
1778
1779         * lily/grid-line-span-engraver.cc (Module): new file.
1780
1781         * lily/grid-line-interface.cc (Module): new file.
1782
1783 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1784
1785         * scm/auto-beam.scm (revert-property-setting): Bugfixes: add
1786         missing parameter, actualy cdr through list.  Actually return a
1787         list with ENTRY removed (was '()).
1788
1789         * scripts/convert-ly.py: Update.  Print warning if file cannot be
1790         opened.
1791         (do_conversion): Fix printing of continuation comma.
1792
1793         * Documentation/user/advanced-notation.itely (Beam formatting):
1794         Remove refbugs about compound time and mixed duration.
1795
1796         * scm/auto-beam.scm (default-auto-beam-settings): Write out all
1797         modulo moments explicitely.
1798
1799         * lily/moment.cc (operator %): New function.
1800
1801         * lily/moment-scheme.cc (ly:mod-moment): Wrap it.
1802
1803         * lily/translator-scheme.cc (ly:translator-now,
1804         ly:translator-property): New function.
1805
1806         * scm/auto-beam.scm (default-auto-beam-check): New function.
1807
1808         * lily/auto-beam-engraver.cc (test_moment): Use it.
1809
1810         * flower/rational.cc (operator %): Bugfix.
1811
1812 2005-04-21  Erik Sandberg  <ersa9195@student.uu.se>
1813
1814         * scripts/abc2ly: Bugfix
1815
1816 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1817
1818         * python/fontextract.py (write_extracted_fonts): bugfix, too many
1819         %'s on EndFont comment.
1820
1821         * lily/ledger-line-spanner.cc: some more words of explanation.
1822
1823 2005-04-20  John Williams <williams@tni.com>  
1824         
1825         * scripts/lilypond-book.py: htmlquote bugfix.
1826         Allow snippets to be given distinct filenames.
1827         Allow the default alt text to be overridden.
1828
1829 2005-04-20  Erik Sandberg  <ersa9195@student.uu.se>
1830
1831         * ly/performer-init.ly: Bugfix
1832
1833         * THANKS: Added bughunters.
1834
1835 2005-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
1836
1837         * SConstruct (test_lib): Bump mftrace requirement to 1.1.9.
1838
1839         * lily/auto-beam-engraver.cc (test_moment): Test exact measure
1840         position (was: use modulo measure length).
1841
1842         * configure.in (no gui_b): Remove optional gtk+ requirement.
1843
1844 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1845
1846         * Documentation/user/basic-notation.itely (Pitches): add
1847         LedgerLineSpanner.
1848
1849         * lily/dynamic-engraver.cc (process_music): set right bound to
1850         script if present. Else, do not set.
1851         (acknowledge_grob): only set right bound of finished spanner to
1852         note column if no other bound is set.
1853
1854         * python/lilylib.py (make_ps_images): switch back to png16m.
1855         
1856 2005-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1857
1858         * scripts/lilypond-book.py (write_if_updated): Bugfix for not
1859         writing up to date file.  Add dvips usage suggestion.
1860
1861         * scripts/convert-ly.py: Fix error message.
1862         Print usage if no files on command line.
1863         (usage): Add example usage.
1864
1865         * input/test/compound-time.ly: New file.
1866
1867         * input/test/circle.ly: New file.
1868
1869         * Documentation/topdocs/NEWS.tely: Use them.
1870
1871         * input/test/boxed-stencil.ly: Remove \score.
1872
1873         * buildscripts/mf-to-table.py (base): Add .log dependency.
1874
1875         * mf/GNUmakefile: Add PFAemmentaler and PFAaybabtu dependencies on
1876         pfa's.  Add .log dependency
1877
1878         * scm/define-markup-commands.scm (lower): New command.
1879
1880         * elisp/lilypond-mode.el (LilyPond-pdf-command): New command,
1881         make it default.
1882
1883 2005-04-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1884
1885         * lily/dynamic-engraver.cc (acknowledge_grob): add note-column
1886         also to finished cresc as right bound. This fixes:
1887         skip-string-decresc.ly
1888
1889         * lily/slur-scoring.cc (get_bound_info): robustness: substitute
1890         relative_coordinate if extent is empty.
1891
1892         * lily/stem.cc (width_callback): determine correct extent if flag
1893         is not there. This fixes slur-no-flag.ly
1894
1895         * lily/grace-engraver.cc (consider_change_grace_settings): new
1896         function.
1897         (initialize): also consider_change_grace_settings() on
1898         initialization. Fixes large grace notes at start of score.
1899
1900         * lily/break-align-interface.cc (do_alignment): don't translate if
1901         total_extent is empty.
1902
1903         * buildscripts/lilypond-{login,profile}.sh (Module): remove file.
1904
1905 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1906
1907         * scm/output-ps.scm (grob-cause): don't add cwd if path starts
1908         with slash.
1909
1910 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1911
1912         * stepmake/aclocal.m4: Remove tfm_path.
1913
1914 2005-04-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1915
1916         * scm/music-functions.scm (markup-expression->make-markup): fix
1917         bug with cons arguments of markup commands.
1918         (music->make-music): fix music expression property list building
1919
1920 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1921
1922         * aclocal.m4: Massage package names.
1923
1924         * SCons updates.
1925
1926 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1927
1928         * VERSION (PACKAGE_NAME): release 2.5.20
1929
1930         * lily/stem.cc (calc_stem_info): add minimum Y extent of
1931         stem-tremolo.  Fixes: bugs/tremolo-stem-length-beamed
1932
1933         * lily/percent-repeat-engraver.cc (try_music): add measure before
1934         next_moment to future processing moment. Fixes:
1935         percent-repeat-mm-rest.ly
1936         (process_music): don't add moment for 2nd time.
1937
1938         * input/regression/repeat-percent.ly: add mmrests as extra test.
1939
1940         * lily/axis-group-engraver.cc (acknowledge_grob): read
1941         keepAliveInterfaces to decide what to kill.
1942
1943         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add
1944         percent-repeat-interface to keepAliveInterfaces. This fixes
1945         percent-repeat-harakiri.
1946
1947 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1948
1949         * SCons updates.
1950
1951 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1952
1953         * config.make.in (TTFTOOL_ENDIAN): rm TFM_PATH
1954
1955         * aclocal.m4: remove --enable-tfm-path configure option
1956
1957         * input/test/ancient-font.ly (lowerStaff): clef name errors.
1958
1959         * scm/backend-library.scm (postscript->png): newline after
1960         finishing command.
1961
1962         * lily/paper-score-scheme.cc (LY_DEFINE): new file.
1963         (LY_DEFINE): ly:paper-score-paper-systems: new function 
1964
1965         * lily/score-scheme.cc (LY_DEFINE): require music argument. 
1966
1967         * lily/score.cc (default_rendering): use Music_output too.
1968
1969         * input/test/chord-names-languages.ly (Module): rename file.
1970
1971         * lily/text-spanner.cc: add bound-padding.
1972
1973         * lily/paper-book.cc (systems): accept Paper_score
1974         iso. Paper_system vector. 
1975
1976         * input/regression/line-arrows.ly: new file.
1977
1978         * lily/paper-score.cc (process): run get_paper_systems() only once.
1979
1980         * lily/line-spanner.cc (line_stencil): add arrows.
1981
1982 2005-04-18  Jonatan Liljedahl  <lijon@kymatica.com>
1983
1984         * lily/line-interface.cc (make_arrow): new function. 
1985         (arrows): idem.
1986
1987 2005-04-18  Mathieu Giraud  <magiraud@free.fr>
1988
1989         * input/test/chord-names-german.ly: update for italian/french
1990         chords.
1991         
1992         * Documentation/user/instrument-notation.itely (Printing chord
1993         names): update.
1994
1995 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1996
1997         * lily/include/paper-score.hh (class Paper_score): remove unused
1998         prototypes.
1999
2000         * lily/book.cc (process): add -COUNT to midi output.
2001
2002         * lily/score.cc (book_rendering): remove outname argument
2003         (book_rendering): return list of Music_outputs. 
2004
2005         * lily/global-context-scheme.cc (LY_DEFINE): remove outname argument.
2006
2007         * lily/book.cc (process): loop over Music_outputs returned from
2008         Score::book_rendering().
2009
2010         * lily/*.cc (width_callback): remove spurious "unused" warnings
2011         for assert (axis==[XY]_AXIS); 
2012
2013         * lily/include/music-output.hh (class Music_output): smobify class.
2014
2015         * lily/include/paper-score.hh (class Paper_score): make members
2016         private.
2017
2018         * lily/performance.cc (process): return #f iso. #<undefined>. This
2019         prevents #<undefined> leaking into GUILE-userspace.
2020
2021 2005-04-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2022
2023         * config.hh.in: remove HAVE_PANGO_FC_FONT_MAP_ADD_DECODER_FIND_FUNC.
2024
2025 2005-04-17  Mathieu Giraud  <magiraud@free.fr>
2026
2027         * scm/chord-name.scm : support for italian and french
2028         chords names.
2029
2030         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): add
2031         a space defined by chordPrefixSpacer when the root name is
2032         direclty followed by a prefix.
2033
2034         * ly/engraver-init.ly : chordPrefixSpacer       
2035         * scm/define-context-properties.scm : chordPrefixSpacer
2036         * ly/property-init.ly : italianChords, frenchChords 
2037
2038 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2039
2040         * mf/feta-din.mf: Remove.
2041
2042         * mf/GNUmakefile (fontdir): Bugfix.
2043
2044         * mf/SConstruct: Some updates.
2045
2046         * SConstruct: Require pkg-config.
2047         (test_program): Bugfix for double digit version compares, use
2048         integer (not string-) compare.
2049         Optionally require gs 8.14.
2050
2051         * stepmake/aclocal.m4 (STEPMAKE_PANGO_FT2): Define HAVE_PANGO16 too.
2052
2053         * lily/*: s/ifdef HAVE_*/if have/.
2054
2055         * SConstruct (test_lib): New function.  Update pkg-config and some
2056         other requirements.
2057
2058         * configure.in: Require pkg-config.  Enforce REQUIRE and version for
2059         freetype, pangof2t.
2060
2061 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2062
2063         * po/lilypond.pot, ...: Update using bison-CVS.
2064
2065         * python/lilylib.py (make_ps_images): Fixo.
2066
2067 2005-04-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2068
2069         * python/lilylib.py (make_ps_images): typo.
2070
2071         * configure.in (gui_b): make bison optional.
2072
2073         * lily/GNUmakefile (OUT_DIST_FILES): dist parser and lexer.
2074
2075 2005-04-16  Bernard Hurley  <bernard@fong-hurley.org.uk>
2076
2077         * framework-eps.scm: code added so that a macro \betweenLilyPondSystem
2078         with one parameter can be defined in a LaTeX file when processed
2079         by lilypond-book this will be evaluated between the systems of
2080         a multi-system score. The parameter is the number of systems processed.
2081
2082 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2083
2084         * python/lilylib.py (make_ps_images): Escape newline.
2085
2086         * Documentation/user/music-glossary.tely: Run
2087         texinfo-all-menus-update.
2088
2089 2005-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2090
2091         * scm/lily-library.scm (old-relative-not-used-message)
2092         (version-not-seen-message): Add input-file-name-location to message.
2093
2094         * lily/parser.yy (lilypond): Add token aliases.
2095
2096         * Documentation/user/music-glossary.tely (accidental): Fixes.  Do
2097         not confuse with alteration.
2098         (alteration): Add.
2099
2100 2005-04-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2101
2102         * python/lilylib.py (make_ps_images): use -dEPSCrop
2103
2104         * VERSION (PACKAGE_NAME): release 2.5.19 
2105
2106         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
2107         only put xrefs in info documentation.
2108
2109         * make/ly-rules.make ($(outdir)/%.html.omf): transplant .dvi ->
2110         .pdf rule to tex-rules.make.
2111
2112         * scm/framework-eps.scm (dump-stencils-as-EPSes): remove comments
2113         from -systems.* output.
2114
2115         * stepmake/stepmake/tex-rules.make ($(outdir)/%.pdf): make PDF
2116         directly, remove -$(PAGESIZE) target.
2117
2118         * input/test/embedded-postscript.ly: update.
2119
2120 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2121
2122         * make/lysdoc-targets.make (local-WWW): remove ps.gz target.
2123
2124         * Documentation/user/changing-defaults.itely (Font selection):
2125         document font-name.
2126
2127         * input/regression/font-name.ly: show Pango fonts for
2128         font-name. Update example. 
2129
2130         * lily/pango-select.cc (properties_to_pango_description): don't
2131         convert symbol font-size to number, but use to lookup.
2132
2133         * python/fontextract.py (write_extracted_fonts): add VMusage 0.
2134
2135         * scm/framework-ps.scm (write-preamble): use (NAME . CONTENTS) and
2136         (NAME . FILE-NAME) tuples for font descriptions. 
2137         (write-preamble): display BeginFont DSC comments.
2138
2139         * python/fontextract.py (write_extracted_fonts): new file. Extract
2140         font resources from a PS file.
2141
2142         * scripts/lilypond-book.py (option_definitions): --psfonts option.
2143         (Compile_error.process_include): do_file returns chunks.
2144
2145         * make/ly-vars.make (DVIPS_FLAGS): don't load .map file.
2146
2147         * make/lysdoc-targets.make: .texi is .PRECIOUS
2148
2149         * scripts/lilypond-book.py (write_if_updated): new function.
2150
2151 2005-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2152
2153         * scm/framework-eps.scm (dump-stencils-as-EPSes): Massage messages.
2154
2155 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2156
2157         * scm/framework-eps.scm (dump-stencils-as-EPSes): no massages.
2158
2159         * input/regression/markup-syntax.ly: remove \score.
2160
2161         * scm/define-markup-commands.scm (draw-circle): add fill argument
2162
2163         * scm/stencil.scm (make-circle-stencil): add fill argument
2164
2165         * ps/music-drawing-routines.ps: add fill argument.
2166
2167         * ly/performer-init.ly: add CueVoice to MIDI too.
2168
2169         * ps/music-drawing-routines.ps: new routine BeginEPSF /
2170         EndEPSF.
2171
2172         * input/regression/markup-eps.ly: new file.
2173
2174         * scm/framework-ps.scm (write-preamble): change order: vars should
2175         be inited before procedures.
2176
2177         * scm/output-ps.scm (glyph-string): break lines. 255 chars is max
2178         for EPS files.
2179
2180         * scm/define-markup-commands.scm (epsfile): add epsfile command.
2181
2182 2005-04-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2183
2184         * configure.in (gui_b): add check for ghostscript 8.15
2185
2186 2005-04-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2187
2188         * lily/hairpin.cc (after_line_breaking): suicide the hairpinlet at
2189         start of line. Fixes cresc-after-newline.ly
2190
2191         * lily/source-file.cc (file_line_column_string): use get_column().
2192
2193 2005-04-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2194
2195         * lily/source-file.cc (get_column): utf-8 support for column numbers.
2196
2197 2005-04-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2198
2199         * lily/*: use message () iso progress_indication () for messages.
2200         Revise/uniformise user messages.
2201
2202         * flower/warn.cc (progress_indication): New function.
2203         (message): Use it.  Fixes newline problems.
2204
2205         * config.make.in (webdir): Sort out install dirs.
2206
2207         * stepmake/stepmake/generic-targets.make (final-install): Bugfix.
2208
2209         * python/lilylib.py (command_name): Bugfix.
2210         (make_ps_images):
2211
2212 2005-04-11  Pedro Kroger  <kroeger@pedrokroeger.net>
2213
2214         * lily/main.cc: --help says what types of backends are availabe
2215
2216 2005-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2217
2218         Fix ./VERSION dependency, and without need to reconfigure.
2219
2220         * lily/main.cc (setup_paths): Update.
2221
2222         * stepmake/bin/make-version.py (defs): Add TOPLEVEL_VERSION define..
2223
2224         * config.hh.in (LILYPOND_DATADIR): Remove TOPLEVEL_VERSION.
2225
2226         * scripts/convert-ly.py (\markup): Fix too simplistic regexps.
2227         Add \line for some simplistic cases.
2228
2229         * lily/GNUmakefile (main.o): Add missing dependency on version.hh.
2230
2231 2005-04-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2232
2233         * elisp/lilypond-mode.el (LilyPond-lilypond-command): command used
2234         to compile LY files (useful for adding eg. "-I" args)
2235         (LilyPond-command-alist): use `LilyPond-lilypond-command'. Add a
2236         2Gnome command for gnome backend.
2237         (LilyPond-command-formatgnome): call the 2Gnome command. key
2238         binding: C-c C-g
2239
2240 2005-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2241
2242         * Documentation/user/GNUmakefile (lilypond/index.html): Bugfix:
2243         depend on all PNG images.
2244
2245 2005-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2246
2247         * GNUmakefile.in: Bugfix: also link .map files.
2248
2249 2005-04-09  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2250
2251         * scm/music-functions.scm (music->make-music): generate 
2252         a (make-music ...) sexpr from a music expression.
2253         (display-scheme-music): use guile pretty printer to display the
2254         make-music sexpr.
2255
2256 2005-04-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2257
2258         * ly/engraver-init.ly: reindent.
2259         Add CueVoice.
2260
2261         * scm/music-functions.scm (music-pretty-string): handle moments
2262         too.
2263         (music-pretty-string): only print non-empty lists.
2264         (cue-substitute): create CueVoice context, which has smaller type.
2265
2266         * lily/moment-scheme.cc (LY_DEFINE): new methods
2267         ly:moment-grace-{numerator,denominator}
2268
2269         * lily/context-handle.cc: remove quit() method. 
2270
2271         * lily/font-config.cc (init_fontconfig): be verbose about font path.
2272         (init_fontconfig): success is 0, not !0
2273
2274 2005-04-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2275
2276         * mf/feta-nummer-code.mf (code): add plus glyph.
2277
2278         * lily/tie.cc (print): idem.
2279
2280         * lily/slur.cc (print): don't use thickness property for
2281         slur shape-thickness.
2282
2283         * lily/stencil-scheme.cc (LY_DEFINE): don't reverse the order
2284         while adding stencils.
2285
2286         * scm/define-markup-commands.scm (with-color): with-color markup
2287         command.
2288         (whiteout): new markup command 
2289         (filled-box): new markup command
2290
2291 2005-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2292
2293         * Documentation/topdocs/NEWS.tely (Top): Make tex-able.  Handy
2294         test for PDF docs.
2295
2296         * mf/GNUmakefile (lilypond.map): Add PFAEmmentaler,
2297         PFAAybabtu-Regular.  Fixes feta font in PDFs.
2298         
2299         Notes for tetex-3.0 make web:
2300            psclean.map: s/uhv8a/uhvr8a/
2301            config.ps add:
2302                 p +psfonts_t1.map
2303                 p +psclean.map
2304                 p +typeface.map
2305
2306 2005-04-06  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2307
2308         * scm/music-functions.scm (music-pretty-string): fix bug with
2309         string argument.
2310
2311 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
2312
2313         * stepmake/bin/add-html-footer.py (i18n): Bugfix.
2314
2315 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2316
2317         * scripts/lilypond-book.py (Lilypond_snippet.__init__): 
2318         only process options if they're there.
2319         (write_file_map): add version-seen? to snippet-map.ly
2320
2321 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
2322
2323         * scripts/lilypond-book.py (split_options): Bugfix.  Small code
2324         formatting cleanups.
2325
2326         * mf/GNUmakefile: Rewrite $addprefix, $addsuffix using % short-forms.
2327         Add PFAaybabtu.pfa dependency on aybabtu.subfonts.
2328
2329 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2330
2331         * scm/framework-ps.scm (ps-font-command): don't hash, just use
2332         name directly.
2333
2334         * lily/main.cc (setup_paths): either add mf/out to search path or 
2335         fonts/{otf,type1,etc}
2336         
2337         * lily/font-config.cc (init_fontconfig): either add mf/out to
2338         FontConfig or fonts/{otf,type1,etc}
2339
2340         * GNUmakefile.in: don't put mf/ link in share/ dir.
2341
2342         * lily/staff-spacing.cc: move same-direction-correction to
2343         note-spacing-interface
2344
2345         * scm/lily.scm (lilypond-main): use variable argument count for
2346         exception handler.
2347
2348         * lily/font-config.cc (init_fontconfig): add operator pacification
2349         message.
2350
2351         * mf/aybabtu.pe.in (i): generate PFAAybabtu.pfa
2352
2353         * buildscripts/gen-emmentaler-scripts.py (i): generate
2354         PFAEmmentaler as well.
2355
2356         * scm/framework-ps.scm (munge-lily-font-name): new function
2357         (write-preamble): hack: insert PFA equivalent of CFF into
2358         .PS. This makes LilyPond output printable on normal PS printers
2359         again.
2360
2361         * buildscripts/gen-emmentaler-scripts.py (i): generate
2362         PFAEmmentaler.pfa aswell.
2363
2364 2005-04-06  John Williams <williams@tni.com>  
2365         
2366         * scripts/lilypond-book.py: refactor the compose_ly procedure.
2367         
2368 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2369
2370         * scm/page-layout.scm (default-page-make-stencil): always combine
2371         the header stencil, even if empty. This prevents the body text to
2372         reach up to the margins.
2373
2374         * po/rw.po (Module): new file, for Kinyarwanda.
2375
2376         * input/test/spacing-optical.ly (Module): new file.
2377
2378         * lily/staff-spacing.cc: add same-direction-correction
2379
2380 2005-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
2381
2382         * Documentation/user/introduction.itely (Engraving): Comment-out
2383         non-existent file.
2384
2385 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2386
2387         * scm/define-grob-properties.scm (all-user-grob-properties): add
2388         same-direction-correction
2389
2390         * VERSION: release 2.5.18
2391
2392 2005-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2393
2394         * lily/grob.cc (mark_smob): Check pscore->layout_ before
2395         dereferencing.  Fixes make web.
2396
2397         * lily/midi-stream.cc: Handle unwritable midi file.  Include
2398         errno.h.
2399
2400         * Documentation/user/: Fix links.
2401
2402 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2403
2404         * lily/text-interface.cc (Module): rename from text-item.cc
2405
2406         * input/regression/apply-output.ly (texidoc): function naming fix.
2407
2408         * lily/time-signature-performer.cc (derived_mark): new function.
2409
2410         * lily/lily-parser-scheme.cc:  print mapped file name for progress
2411
2412         * scripts/lilypond-book.py (find_linestarts): new function.
2413         (find_toplevel_snippets): keep track of line numbers.
2414
2415         * lily/key-performer.cc (try_music): remove FIXME warning, gobble
2416         all key changes.
2417
2418         * ly/declarations-init.ly (partCombineListener): use
2419         ignoreBarChecks. Fixes: warn-partcombine-barcheck.ly
2420
2421         * lily/bar-check-iterator.cc (process): ignoreBarChecks property.
2422
2423 2005-04-04  Jan Nieuwenhuizen  <janneke@gnu.org>
2424
2425         * lily/text-item.cc: Fix link.
2426
2427         * Documentation/user/changing-defaults.itely (Changing defaults):
2428         Fix programs reference links.
2429
2430         * Documentation/user/music-glossary.tely: Convert to utf-8.
2431
2432 2005-04-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2433
2434         * make/lilypond-vars.make: remove TEXMF from variables.
2435         remove DEB_BUILD pk font variables.
2436         remove GUILE_LOAD_PATH
2437         remove TeX memory vars.
2438
2439 2005-04-04  Werner Lemberg  <wl@gnu.org>
2440
2441         * lilypond/scm-option.cc (ly_option_usage): Add final newline.
2442
2443 2005-04-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2444
2445         * ps/lilyponddefs.ps: remove reencode-font
2446
2447         * lily/simple-spacer.cc (add_columns): also compare
2448         directly. Column rank doesn't distinguish between broken and
2449         unbroken columns. This fixes large spaces before time sig changes.
2450
2451         * Documentation/user/point-and-click.itely: document ly:set-option.
2452
2453         * lily/grob.cc (get_uncached_stencil): only set grob-cause if
2454         point_and_click_global is set.
2455
2456         * lily/scm-option.cc (LY_DEFINE): add point-and-click
2457         ly:set-option argument.
2458
2459 2005-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2460
2461         * GNUmakefile.in: Include symlinks in webball.
2462
2463         * Documentation/user/GNUmakefile (source-links): Add symlinks to
2464         source dir for split and non-split manuals.
2465
2466         * Documentation/user/*y: Fix @uref/@inputfile links for
2467         split/non-split HTML documents.
2468
2469         * Documentation/user/GNUmakefile (local-WWW): Do not generate
2470         .ps.gz.
2471         
2472 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2473
2474         * GNUmakefile.in: Add newline.
2475
2476 2005-04-01  Erlend Aasland  <erlenda@gmail.com>
2477
2478         * tex/lilyponddefs.tex: use color instead of xcolor
2479         * scm/output-tex.scm: minor editing
2480
2481 2005-04-02  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2482
2483         * scm/music-functions.scm (display-scheme-music): pretty printer
2484         for music expressions.
2485
2486 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2487
2488         * buildscripts/install-info-html.sh (index_file): Fix link.
2489
2490 2005-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2491
2492         * input/test/dynamic-extra.ly (piuf): Use utf-8 iso TeX accent.
2493
2494         * Documentation/index.html.in: Add size estimates with some big pages.
2495
2496         * Documentation/user/tutorial.itely (Running LilyPond for the
2497         first time): Add/replace some @rglos links.  TODO: add more
2498         @rglos links in tutorial, test non-intrusiveness (.css).
2499
2500         * stepmake/bin/add-html-footer.py (do_file): Remove info's
2501         annoying's indication of referencing external document.
2502
2503         * Documentation/user/GNUmakefile: Split version of glossary too.
2504         * Documentation/user/macros.itexi (@rglos): Have makeinfo produce
2505         links, not only for html.
2506
2507         * Documentation/user/introduction.itely: Fix some links for other
2508         than html, do not use `here' as link name.
2509
2510 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
2511
2512         * scm/documentation-generate.scm (string-append): Fix @usermanref,
2513         @glossaryref.
2514
2515 2005-03-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2516
2517         * scm/page-layout.scm (default-page-make-stencil): only add header
2518         if existing and not empty. Fixes spurious programming error.
2519
2520         * lily/span-bar.cc (print): don't make rounded edges for spanbars.
2521
2522 2005-03-31  Erlend Aasland  <erlenda@gmail.com>
2523
2524         * scm/output-tex.scm: implement {re,}setcolor
2525         * tex/lilyponddefs.tex: use color package
2526
2527 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
2528
2529         * GNUmakefile.in (local-WWW-post): Restore .htaccess and .html
2530         additions to website.
2531
2532         * Documentation/user/lilypond.tely: Remove reference to ps.gz.
2533
2534         * Documentation/user/macros.itexi: Fix @usermanref html links in
2535         split documents: use @inforef.
2536
2537 2005-03-30  Graham Percival  <gperlist@shaw.ca>
2538
2539         * Documentation/user/programming-interface.itely: minor fix.
2540
2541         * Documentation/user/advanced-notation.itely: added info to
2542         Metronome markings.
2543
2544 2005-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
2545
2546         * scm/output-lib.scm (make-stencil-boxer): Junk code duplication,
2547         use box-stencil.  Remove y-padding argument.
2548         (make-stencil-circler): New function.
2549
2550         * buildscripts/lilypond-words.py (F): 
2551         * elisp/SConscript (a): 
2552         * elisp/GNUmakefile (LILYPOND_WORDS_DEPENDS):
2553         * vim/SConscript (a): 
2554         * vim/GNUmakefile (LILYPOND_WORDS_DEPENDS): Update.
2555
2556         * lily/general-scheme.cc: Build fix.
2557
2558         * scm/markup.scm:
2559         * input/regression/markup-scheme.ly: 
2560         * input/regression/markup-syntax.ly: Drop 'new-' from name.
2561
2562         * scm/stencil.scm (make-circle-stencil): New function.
2563
2564         * scm/define-markup-commands.scm (draw-circle): Use it.  New
2565         name (was cicle).  Update callers.
2566         (circle): New markup command, similar to box.
2567
2568         * scm/stencil.scm (circle-stencil): New function.
2569
2570 2005-03-29  David Jedlinsky  <lilypond@ipnh.com>
2571
2572         * configure.in: Detect libutf8/wchar.h variant.
2573
2574         * stepmake/aclocal.m4: Modify shared size test.
2575
2576 2005-03-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2577
2578         * make/lilypond.fedora.spec.in (Group): remove texmf profile stuff.
2579
2580 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2581
2582         * scripts/convert-ly.py (conv): add stencil-aligned-to! rule.
2583         
2584         * VERSION (PACKAGE_NAME):  release 2.5.17
2585
2586 2005-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2587
2588         * scm/backend-library.scm (postscript->png): Fix comment and png
2589         message.
2590
2591         * GNUmakefile.in (link-tree): Fix locales.
2592
2593 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2594
2595         * lily/stencil-scheme.cc (LY_DEFINE): change to
2596         ly:stencil-aligned-to, non mutating.
2597
2598         * scm/safe-lily.scm (lambda): remove ly:stencil-set-extent!
2599
2600         * lily/stencil-scheme.cc: remove ly:stencil-set-extent!
2601
2602         * lily/quote-iterator.cc (derived_mark): call
2603         Music_wrapper_iterator::derived_mark() too.
2604
2605         * lily/grace-engraver.cc (derived_mark): change signature, add
2606         const.
2607
2608 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2609
2610         * SConstruct (symlink): 
2611         * GNUmakefile.in (link-tree): Add scripts to prefix.
2612
2613         * lily/general-scheme.cc (ly:effective-prefix): New function.
2614
2615         * scm/backend-library.scm (postscript->png): Use it.
2616
2617 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2618
2619         * lily/paper-score.cc (process): don't delete grobs after
2620         producing stencils. 
2621
2622         * scm/part-combiner.scm (determine-split-list): switch off
2623         debugging info.
2624
2625         * scm/backend-library.scm (postscript->png): explicitly use ps2png.py
2626         if available.
2627
2628         * scm/define-context-properties.scm
2629         (all-user-translation-properties): add stringNumberOrientations.
2630
2631         * lily/new-fingering-engraver.cc (position_scripts): make generic,
2632         so fingering and string-numbers are separately controlled.
2633
2634 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2635
2636         * stepmake/aclocal.m4: Fix shared size test: add missing comma, do
2637         not use debugging.
2638
2639 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2640
2641         * GNUmakefile.in (local-WWW-post): remove UTF8 .htaccess.
2642
2643         * config.hh.in: add HAVE_FONTCONFIG.
2644
2645         * Documentation/user/instrument-notation.itely (String number
2646         indications): new node.
2647
2648         * input/regression/new-markup-syntax.ly (texidoc): add circle.
2649
2650         * lily/new-fingering-engraver.cc (add_string): new function. 
2651         (acknowledge_grob): accept string-number-event as well.
2652
2653         * scm/define-markup-commands.scm (circle): new markup command.
2654
2655         * scm/output-lib.scm (print-circled-text-callback): new function.
2656
2657         * lily/GNUmakefile: move ifeq after include stepmake.make.
2658
2659 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2660
2661         * config.make.in (HAVE_LIBKPATHSEA_SO):
2662         * stepmake/aclocal.m4: Also subst HAVE_LIBKPATHSEA_SO.
2663
2664         * lily/GNUmakefile (MODULE_LDFLAGS): Only if not HAVE_KPATHSEA_SO,
2665         add KPATHSEA_LIBS.
2666
2667         * debian/watch: 
2668         * debian/control: Update.
2669
2670 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2671
2672         * input/test/title-markup.ly (spaceTest): remove.
2673
2674         * input/test/embedded-tex.ly (Module): remove.
2675
2676         * input/test/music-box.ly: use 'name property, not ly:music-name.
2677
2678         * lily/GNUmakefile (MODULE_LDFLAGS): add KPATHSEA_LIBS.
2679
2680         * stepmake/aclocal.m4: STEPMAKE_FONTCONFIG: add.
2681
2682 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2683
2684         * Documentation/topdocs/INSTALL.texi (Top): Remove information
2685         about xdeltas.  Add information about CVS.
2686
2687         * scm/lily.scm (lilypond-main): Fix invocation of handler,
2688         gracefully handle failed files.
2689
2690         * lily/GNUmakefile (MODULE_LDFLAGS): Remove KPATHSEA_LIBS.
2691
2692         * Documentation/topdocs/INSTALL.texi (Top): Whitespace and other
2693         small fixes.
2694
2695         * scm/framework-tex.scm (convert-to-ps): Proper option spacing.
2696         No unnecessarily specific i18n messages.  Remove stray `1'.
2697
2698 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2699
2700         * buildscripts/lys-to-tely.py (strip_extension): add utf-8
2701         documentencoding
2702
2703         * scm/documentation-lib.scm (texi-file-head): set utf-8
2704         documentencoding.
2705
2706         * ly/chord-modifiers-init.ly (whiteTriangleMarkup): use the greek
2707         Delta, not the Symbol one. 
2708
2709         * mf/GNUmakefile ($(outdir)/lilypond.map): add -Regular to Aybabtu
2710         for the .map file.
2711
2712         * Documentation/topdocs/INSTALL.texi (Top): add running
2713         requirement as compilation requirement.
2714
2715 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2716
2717         * buildscripts/mutopia-index.py (headertext): add h1 header and
2718         utf-8 charset meta field.
2719
2720         * input/GNUmakefile: prune example list.
2721
2722         * scm/framework-tex.scm (convert-to-ps): add -ofoo.ps to dvips
2723         options.
2724
2725         * lily/slur-scoring.cc (get_base_attachments): only look at stem
2726         extent for visible stems.
2727
2728         * lily/grob.cc (mark_smob): mark \layout block from Grob::mark_smob().
2729
2730 2005-03-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2731
2732         * Documentation/topdocs/INSTALL.texi (Top): Updates.
2733
2734         * scripts/convert-ly.py: Python 2.2 compatibility (thanks Mats).
2735
2736 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2737
2738         * lily/slur-scoring.cc (get_base_attachments): robustness. Don't
2739         pass inf/nan into slur scoring.
2740
2741         * ly/titling-init.ly (oddHeaderMarkup): don't show page no. on 1st
2742         page.
2743
2744         * scripts/abc2ly.py (dump_voices): use alphabet().
2745
2746 2005-03-27  Jeff Smith <whydoubt@yahoo.com>
2747         
2748         * mf/GNUmakefile (depth): use $(FONTFORGE). 
2749
2750 2005-03-27 Matthias Neeracher <neeracher@mac.com>
2751         
2752         * flower/include/virtual-methods.hh: simplify. Patch by
2753
2754 2005-03-25  John Williams <williams@tni.com>  
2755
2756         * scripts/lilypond-book.py (main): add png for HTML too, guess
2757         only if necessary. 
2758
2759 2005-03-25  Graham Percival  <gperlist@shaw.ca>
2760
2761         * Documentation/topdocs/INSTALL.texi: now recommends
2762         lexer-gcc-3.1.sh for gcc 3.1.1 or higher.
2763
2764         * Documentation/user/basic-notation.itely,
2765         Documentation/user/tutoria.itely: warn about
2766         only one (phrasing) slur at once.
2767
2768 2005-03-24  Pedro Kroger  <kroeger@pedrokroeger.net>
2769
2770         * ly/music-functions-init.ly (removeWithTag): fixed to return "music".
2771
2772 2005-03-23  Graham Percival  <gperlist@shaw.ca>
2773
2774         * Documentation/user/basic-notation.itely: fixed info about
2775         ending a (de)cresc.
2776
2777         * Documentation/user/lilypond-book.itely: fixed
2778         lilypond-book filter example and warned about not doing
2779         --filter and --process at the same time.
2780
2781 2005-03-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2782
2783         * lily/parser.yy (bass_number),
2784         Documentation/user/instrument-notation.itely (Figured bass): 
2785         Add the possibility to use text markup in figured bass. 
2786
2787 2005-03-19  Graham Percival  <gperlist@shaw.ca>
2788
2789         * Documentation/user/global.itely: added info about naming
2790         identifiers and breakbefore.
2791
2792         * Documentation/user/invoking.itely: added info about batch
2793         processing files with convert-ly, removed references to TeX
2794         in the jail section.
2795
2796         * Documentation/user/examples.itely: possibly fixed piano
2797         dynamics.
2798
2799         * Documentation/user/advanced-notation.itely: added info
2800         about removing other types of Staff.
2801
2802         * Documentation/user/instrument-notation.itely: possibly
2803         fixed piano staff line switch.
2804
2805         * Documentation/user/changing-defaults.itely: added info
2806         about using normal font in titles.
2807
2808 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2809
2810         * VERSION (PATCH_LEVEL): release 2.5.16
2811
2812         * make/ly-vars.make (DVIPS_FLAGS): include lilypond.map path
2813         explicitly.
2814
2815 2005-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2816
2817         * scm/framework-tex.scm (convert-to-dvi): Barf if NAME contains
2818         whitespace.
2819
2820         * python/lilylib.py (make_ps_images):
2821         * scm/backend-library.scm (postscript->pdf, postscript->png):
2822         Quote file name.  Use format rather than string-append juggling.
2823
2824 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2825
2826         * python/lilylib.py (make_ps_images): add x to -g argument. 
2827
2828         * lily/key-performer.cc (create_audio_elements): don't use
2829         scm_eval_string. Check for minor 3rd directly.
2830   
2831         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
2832         (sarabandeCelloGlobal): key is D minor, not F major.
2833
2834 2005-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2835
2836         Fix truncated --png output (Peter Danenberg).
2837         
2838         * python/lilylib.py (make_ps_images):
2839         * scripts/ps2png.py (copyright): Grok --papersize option.
2840
2841         * scm/backend-library.scm (postscript->png): Add parameter
2842         PAPERSIZE.  Update callers.
2843
2844         * scm/output-gnome.scm (music-font?): Bugfix: use "Emmentaler".
2845         Fixes symbol placement.
2846
2847         * lily/spanner.cc: 
2848         * lily/stencil.cc: Use "libc-extension.hh" (WAS:
2849         <libc-extension.hh>).
2850
2851 2005-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2852
2853         * Nitpick run.
2854
2855         * buildscripts/fixcc.py: Update.
2856
2857         Builddir run fixes.
2858
2859         * HACKING (datadir): Add VERSION.
2860
2861         * GNUmakefile.in (linktree): Bugfix: outconfdirs are one dir
2862         higher up.
2863
2864 2005-03-15  Werner Lemberg  <wl@gnu.org>
2865
2866         * mf/feta-klef.mf (draw_gclef): Move z10' slightly so that the
2867         diagonal stem doesn't become thinner.
2868
2869 2005-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2870
2871         * buildscripts/fixcc.py: Fixes (Werner).
2872
2873 2005-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2874
2875         * mf/GNUmakefile ($(outdir)/lilypond.map): capitalize
2876         Emmentaler/Aybabtu.
2877
2878         * GNUmakefile.in: fix lilypond-words path.
2879
2880         * po/tr.po: update to 2.3.21
2881
2882         * lily/new-fingering-engraver.cc (position_scripts): take priority
2883         from head position.
2884
2885         * input/regression/finger-chords-order.ly (texidoc): new file.
2886
2887 2005-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2888
2889         * make/ly-rules.make: 
2890         * stepmake/aclocal.m4: 
2891         * Documentation/user/GNUmakefile: Remove old makeinfo compatibility.
2892
2893         * buildscripts/fixcc.py (rules): Leave space after operator.
2894
2895 2005-03-14  Werner Lemberg  <wl@gnu.org>
2896
2897         * mf/feta-klef.mf (draw_gclef): Replace `simple_serif' for
2898         top of the glyph with smooth curve.
2899
2900 2005-03-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2901
2902         * Documentation/user/global.itely (Page layout): remove
2903         printpagenumber.
2904
2905 2005-03-13  Jürgen Reuter  <reuter@ipd.uka.de>
2906
2907         * input/regression/mensural-ligatures.ly: new file (with examples
2908         compiled by Pal Benko).
2909
2910         * Documentation/user/instrument-notation.itely: Bugfix: yet some
2911         other "custodes.*-u0" -> "custodes.*.u0" renaming victims in
2912         musicglyph access.  Many small beautifications in ancient
2913         examples.
2914
2915         * input/test/divisiones.ly: fixed indentation; small
2916         beautifications
2917
2918         * ly/engraver-init.ly: added FIXME comment
2919
2920         * scripts/lilypond-book.py,
2921         Documentation/user/lilypond-book.itely: added music fragment
2922         option "packed" to lilypond-book
2923
2924         * Documentation/user/instrument-notation.itely: Bugfix: added
2925         missing LedgerLineSpanner color setting in several places.  Added
2926         music fragment option "packed" to VaticanaContext example.
2927
2928 2005-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2929
2930         * scm/define-grobs.scm (all-grob-descriptions): switch off
2931         Hyphen_spanner::set_spacing_rods 
2932
2933         * lily/lyric-hyphen.cc (print): add padding between syllable and
2934         hyphen.
2935         (print): shorten hyphen in tight situations (determine using
2936         minimum-length)
2937
2938         * scm/paper.scm (layout-set-staff-size): increase blotdiameter to
2939         0.4pt.
2940
2941 2005-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2942
2943         * ly/titling-init.ly (bookTitleMarkup): Refinements.
2944
2945         * input/regression/page-breaks.ly (paper): Set not raggedlastbottom,
2946         header/footer markings for regression-test.
2947
2948         * scm/backend-library.scm (output-scopes, header-to-file): Move
2949         from framework-tex.scm.
2950
2951         * scm/framework-ps.scm (output-framework)
2952         (output-preview-framework):
2953         * scm/framework-eps.scm (output-classic-framework)
2954         (output-framework): Use it.  Fixes collated files.
2955
2956 2005-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2957
2958         * input/sakura-sakura.ly: 
2959         * input/xiao-haizi-guai-guai.ly: Add from Debian package (Anthony).
2960
2961         * buildscripts/guile-gnome.sh: Update.
2962
2963         * mf/GNUmakefile (aybabtu.otf): Add dependency on .pe.
2964
2965         * mf/aybabtu.pe.in: Capitalize Aybabtu.
2966
2967 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2968
2969         * lily/separating-group-spanner.cc (find_rods): oops. Fix the real
2970         culprit: always exit the loop if we find a rod, even if it has
2971         distance < 0. 
2972
2973         * lily/ledger-line-spanner.cc (set_spacing_rods): rewrite to O(n)
2974         algorithm.
2975
2976         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
2977         $(outdir)/%.svg $(outdir)/%.pfa): add --simplify.
2978
2979         * scm/output-svg.scm (dashed-line): new  function body.
2980         
2981         * GNUmakefile.in: create .htaccess.
2982
2983 2005-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2984
2985         * Documentation/topdocs/NEWS.tely (Top): Fix text example.
2986
2987 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2988
2989         * VERSION (PACKAGE_NAME): release 2.5.15
2990
2991         * scm/output-{pdf,pdftex,sketch}.scm (Module): remove bitrotted files.
2992
2993         * scm/framework-svg.scm (output-framework): put scaling in
2994         document header. Apply scaling only once.
2995         (output-framework): dump page size in px, not mm. 
2996
2997         * scm/lily-library.scm (modified-font-metric-font-scaling): rename
2998         from font-size.
2999
3000         * lily/paper-outputter-scheme.cc (LY_DEFINE):
3001         ly:outputter-output-scheme, new function.
3002
3003         * scm/output-svg.scm (pango-description-to-svg-font): new function
3004
3005 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3006
3007         * Documentation/user/GNUmakefile (deep-symlinks): remove outimages
3008         target.
3009
3010         * input/typography-demo.ly: new file.
3011
3012 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3013
3014         * Documentation/user/global.itely (File structure): Add markup blocks
3015         to toplevel expressions.
3016         (Multiple movements, Creating titles): Add markup blocks.
3017
3018         * lily/stencil-scheme.cc: Use "libc-extension.hh" (WAS:
3019         <libc-extension.hh>).
3020
3021         * lily/accidental.cc (accurate_boxes): Compile fix: 1.51 was broken.
3022
3023         * flower
3024         * lily
3025         * kpath-guile: Nitpick run: buildscripts/fixcc.py.
3026
3027 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3028
3029         * lily/accidental.cc: special bboxes for natural. 
3030
3031         * mf/feta-toevallig.mf: make stems heavier.
3032
3033         * lily/dynamic-text-spanner.cc (print): add bound padding for edge
3034         texts as well.
3035
3036         * mf/feta-klef.mf: revise. 
3037
3038         * mf/feta-schrift.mf: make thinning of accent less pronounced.
3039
3040         * mf/feta-klef.mf: add rounded curve at top. 
3041         make thinnib a little heavier.
3042
3043 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3044
3045         * lily/parser.yy (book_body): Oops, allow \markup in \book too.
3046
3047         * buildscripts/fixcc.py: New file.
3048
3049         * input/regression/utf8.ly: Update Debian font description.
3050
3051 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3052
3053         * stepmake/aclocal.m4: Fix test.
3054
3055 2005-03-09  Graham Percival  <gperlist@shaw.ca>
3056
3057         * Documentation/user/invoking.itely: added Sebastino Vigna's
3058         docs for the --jail option.
3059
3060 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3061
3062         * lily/stem.cc (print): only produce stemlets if there are no
3063         noteheads on this stem.
3064
3065         * lily/note-spacing.cc (stem_dir_correction): robustness fix:
3066         don't crash on stemlet (visible stem without heads).
3067
3068         * scm/define-grobs.scm (all-grob-descriptions): junk LeftEdge for
3069         unbroken situations. 
3070
3071         * scm/output-lib.scm (center-invisible): new function.
3072
3073         * lily/spacing-loose-columns.cc (set_loose_columns): use spacing
3074         wishes to determine loose column space.
3075
3076         * lily/font-config.cc (init_fontconfig): add
3077         fonts/{otf,type1,cff}  to path.
3078
3079         * lily/main.cc (setup_paths): add fonts/{otf,svg,tfm,cff} to path
3080
3081         * mf/GNUmakefile (Module): install all fonts under otf/
3082
3083         * scm/framework-ps.scm (Module): read fonts from fonts/extension,
3084         replace /fonts/otf/ by /ps/ 
3085
3086         
3087 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3088
3089         * lily/paper-book.cc (classic_output): Reinstate header_0_ hack.
3090
3091         * lily/book.cc (process): Oops, add score_.header_.
3092
3093         * lily/paper-book.cc: Fold hearders, score and texts into scores_.
3094
3095         * lily/parser.yy: Handle toplevel and book texts as score.
3096
3097         * scm/page-layout.scm (default-page-make-stencil):
3098         Bugfix: (page-properties rename.
3099
3100         * scm/backend-library.scm (ly:system): Typo.
3101
3102 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3103
3104         * stepmake/stepmake/executable-targets.make (installexe): don't
3105         strip installed executables
3106
3107         * lily/font-select.cc (get_font_by_design_size): revert
3108         pango_description_string as well.
3109
3110         * lily/system.cc (set_loose_columns): put loose column just left
3111         of next column.
3112
3113         * lily/include/group-interface.hh (extract_grob_array): rename
3114         from Pointer_group_interface__extract_grobs
3115
3116         * input/regression/ledger-line-minimum.ly (texidoc): new file.
3117
3118         * lily/ledger-line-spanner.cc (set_spacing_rods): new
3119         function. Keep ledgered note heads at a minimum distance.
3120         Introduce minimum-length-fraction
3121         (print): introduce length-fraction property.
3122
3123 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3124
3125         * tex/GNUmakefile: remove latin1.enc rules.
3126
3127 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
3128
3129         * scm/titling.scm: Typo.
3130
3131         * input/regression/score-text.ly: Really add.
3132
3133         * lily/score.cc: Bugfixes for SCM header_ and texts_ members.
3134
3135 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3136
3137         * lily/open-type-font-scheme.cc:  new file.
3138
3139 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
3140
3141         * scm/titling.scm (layout-extract-page-properties): Rename from
3142         page-properties.  Update callers.
3143
3144         * lily/lexer.ll (Lily_lexer):
3145         * lily/parser.yy: Junk lyric_markup state.
3146
3147         * Documentation/topdocs/NEWS.tely (Top): Mention markup text feature.
3148
3149         * scripts/lilypond-book.py (PREAMBLE_LY): toplevel-music-handler:
3150         Add texts parameter.
3151
3152 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3153
3154         * lily/lexer.ll (lyric_markup): New mode.
3155         (Lily_lexer::push_lyric_markup_state): New method.
3156         (MARKUPCOMMAND): Markup during lyric mode returns LYRIC_MARKUP.
3157
3158         * lily/parser.yy (book_body):
3159         (toplevel_expression): Grok \markup texts.
3160
3161         * lily/score-scheme.cc (ly:music-scorify): 
3162         * scm/lily-library.scm (collect-music-for-book): Take texts
3163         parameter.
3164
3165         * lily/score.cc (texts_): New member.
3166
3167         * lily/paper-book.cc (systems): Format score texts.
3168
3169         * score-text.ly: New file.
3170
3171         * ttftool/SConscript:
3172         * kpath-guile/SConscript: New file.
3173
3174         * lily/SConscript:
3175         * SConstruct: Update.
3176
3177 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3178
3179         * VERSION (PACKAGE_NAME): release 2.5.14
3180
3181 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3182
3183         * lily/main.cc: Add dummy xgettext markers.
3184
3185 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3186
3187         * make/lilypond.fedora.spec.in (Requires): scrap kpathsea/tex
3188         requirements
3189
3190         * stepmake/aclocal.m4: check dynamic link, by checking if kpathsea
3191         executable is < 40k
3192
3193         * lily/main.cc (setup_paths): remove tfm1 tfm2 tfm3 include path
3194         hack.
3195
3196 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3197
3198         * flower/libc-extension.cc:
3199         * flower/include/libc-extension.hh: [Open]BSD simply cast
3200         cookie/funopen declarations.
3201
3202         * stepmake/aclocal.m4: Check for libkpathsea.so.
3203
3204         * kpath-guile/kpath.c (ly_kpathsea_expand_variable): Use
3205         dl_kpse_find_file.
3206
3207 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3208
3209         * kpath-guile/kpath.c (open_library): dlopen libkpathsea.so
3210         (open_library): alternative for static library.
3211
3212 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3213
3214         * configure.in: Set TTFTOOL_ENDIAN iso global CFLAGS.
3215
3216         * ttftool/GNUmakefile (MODULE_CFLAGS): Add $(TTFTOOL_ENDIAN).
3217
3218         Drop run-time dependency on teTeX.
3219
3220         * lily/kpath.cc (initialize_kpathsea): dlopen libkpathsea.
3221
3222         * stepmake/aclocal.m4 (STEPMAKE_KPATHSEA): Do not include
3223         KPATHSEA_LIBS in LIBS.
3224         (STEPMAKE_DLOPEN): New function.
3225
3226         * lily/font-config.cc (init_fontconfig): Use dir for directory,
3227         not path.
3228
3229         * flower/file-path.cc (directories): Rename from paths, as this
3230         return an array of directories (a single path).
3231
3232 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3233
3234         * lily/GNUmakefile (MODULE_LIBS): link with kpath-guile
3235
3236         * lily/all-font-metrics.cc (kpathsea_find_file): wrapper around
3237         new ly:kpathsea-find-file
3238
3239         * kpath-guile/kpath.c: new file. Put kpath bindings in lib.
3240
3241         * kpath-guile/GNUmakefile: new file
3242
3243         * buildscripts/gen-emmentaler-scripts.py (i): generate
3244         emmentaler-X.fontname as well.
3245
3246         * buildscripts/ps-embed-cff.py: new script
3247
3248         * scm/lily-library.scm: remove ps-embed-cff.
3249
3250         * scm/framework-ps.scm (write-preamble): don't use kpathsea for
3251         font loading. 
3252
3253         * scm/font.scm (add-music-fonts): load dynamics/numbers through
3254         fontconfig as well.
3255
3256         * lily/font-config.cc (init_fontconfig): add cff/ too.
3257
3258         * ly/generate-embedded-cff.ly: capitalize.
3259
3260         * lily/pango-select.cc (select_pango_font): use ::find_pango_font,
3261         so as to register the pango font.
3262
3263         * lily/font-config.cc (init_fontconfig): add
3264         prefix/{otf,type1,mf/out} to fontconfig path.
3265
3266         * lily/main.cc: only look at one prefix directory, LILYPONDPREFIX
3267         overrides all. 
3268
3269         * configure.in (gui_b): remove ec mftrace check
3270
3271         * config.hh.in: use lilypond-Major.Minor as data directory.
3272
3273         * scm/framework-ps.scm (dump-page): use output-units for landscape.
3274
3275         * buildscripts/gen-emmentaler-scripts.py (i): lower case file
3276         name.
3277
3278 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3279
3280         * lily/main.cc (do_chroot_jail): Small cleanups.  Avoid constant
3281         error messages.
3282
3283         * flower/libc-extension.cc:
3284         * flower/include/libc-extension.hh: [Open]BSD fixes for
3285         cookie/funopen declarations.
3286
3287 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3288
3289         * buildscripts/gen-emmentaler-scripts.py (outdir): capitalize
3290         emmentaler.
3291
3292         * lily/score-engraver.cc (initialize): remove check for ecrm10 /
3293         lcrm10.
3294
3295         * scm/define-markup-commands.scm (fontsize): new markup
3296         command. Also set baseline-skip
3297
3298 2005-03-06 Sebastiano Vigna <vigna@dsi.unimi.it>.
3299         
3300         * lily/main.cc (do_chroot_jail): paranoia security for webserver
3301         use.
3302
3303 2005-03-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3304
3305         * stepmake/bin/add-html-footer.py (do_file): make wiki link optional.
3306
3307         * lily/pdf.cc: remove PDF related files
3308
3309 2005-03-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3310
3311         * ly/deutsch.ly: add quarter tones, patch by Arno Waschk.
3312         <hamamatsu@gmx.de>
3313
3314 2005-03-05  Graham Percival  <gperlist@shaw.ca>
3315
3316         * Documentation/user/advanced-notation.itely: first draft
3317         of reorg done.
3318
3319         * Documentation/user/global.itely: fixed (sub)section
3320         bits of MIDI.
3321
3322 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3323
3324         * cygwin/mknetrel (extras): Bufix (Bertalan).
3325
3326         * Documentation/user/basic-notation.itely (Chords): @ref fix.
3327         * Documentation/user/instrument-notation.itely (Introducing chord
3328         names): Compile fix: must have unique name.
3329
3330 2005-03-02  Graham Percival  <gperlist@shaw.ca>
3331
3332         * Documentation/user/instrument-notation.itely: reorg.
3333
3334 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3335
3336         * scm/output-gnome.scm:
3337         * scm/output-svg.scm: Fix font scaling.
3338
3339 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3340
3341         * ly/titling-init.ly (tagline): Use Engraving.  Add comment about
3342         what link to use best.
3343
3344         * Documentation/user/instrument-notation.itely (Ancient accidentals): 
3345         * Documentation/user/tutorial.itely (Automatic and manual beams):
3346         Fix @ref.
3347
3348         * lily/tweak-registration.cc (replace_grob_tweak): New function.
3349         * lily/tweak-registration-scheme.cc (LY_DEFINE): Wrap it.
3350         * scm/framework-gnome.scm (tweak): Use it.
3351
3352 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3353
3354         * Documentation/topdocs/NEWS.tely (Top): elucidate GS problem.
3355
3356         * scm/output-ps.scm (white-text): reinstate white-text
3357
3358 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3359
3360         * scm/output-ps.scm (offset-add): Remove.
3361
3362         * scm/lily-library.scm (offset-flip-y): New function.
3363         * scm/framework-gnome.scm (tweak): Use it.
3364
3365         * scm/output-gnome.scm (grob-cause): Add parameter.
3366
3367         * scm/lily.scm (ly:all-stencil-expressions): Add url-link.
3368         * scm/output-ps.scm (url-link): Move.
3369         (white-text): Warn user about brokenness.
3370
3371         * Documentation/topdocs/NEWS.tely: Be more accurate and respectful
3372         wrt ghostscript.
3373
3374 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3375
3376         * lily/slash-repeat-engraver.cc (try_music): always make slashes
3377         if body length smaller than measure length.
3378
3379         * scm/define-markup-commands.scm (with-url): oops. use Y extent
3380         for Y.
3381
3382         * ly/titling-init.ly (tagline): put default tagline in \paper
3383
3384 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3385
3386         * lily/kpath.cc: 
3387         * lily/pdf.cc (Pdf_file): Use more generic error messages.
3388
3389         * scm/lily-library.scm (version-not-seen-message): New function.
3390         * ly/init.ly: Use it.
3391
3392         * scm/page-layout.scm (ly:optimal-page-breaks): Display page
3393         breaks as progess.
3394
3395         * scripts/lilypond-book.py (do_process_cmd): Do not lump
3396         whitespace with l10n message.
3397
3398         * scm/framework-tex.scm (convert-to-ps):
3399         (convert-to-dvi): Do not use overly specific l10n messages.
3400
3401         * ly/titling-init.ly (bookTitleMarkup): Add baseline skips from 2.4.
3402
3403         * tex/GNUmakefile $(outdir)/latin1.enc: Build fix:
3404         merge stderr with stdout.  
3405
3406 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3407
3408         * flower/libc-extension.cc: Tested BSD compile fix (Matthias
3409         Neeracher).
3410
3411 2005-02-29  Graham Percival  <gperlist@shaw.ca>
3412
3413         * Documentation/user/instrument-notation.teily: moved
3414         \arpeggio to Basic.
3415
3416         * Documentation/user/advanced-notation.itely: Articulation to
3417         Basic, a bunch of stuff from Basic moved to Advanced.
3418
3419         * Documentation/user/basic.itely: swapped various sections,
3420         reorganized Basic.
3421
3422 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3423
3424         * flower/memory-stream.cc: 
3425         * flower/libc-extension.cc: Remove obsolete #undefs.
3426
3427         * flower/include/libc-extension.hh: Bugfix for BSD, place #ifdef
3428         more carefully.
3429
3430 2005-02-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3431
3432         * make/lilypond.fedora.spec.in (Requires): add GS 8.15 as
3433         dependency.
3434
3435         * VERSION (PACKAGE_NAME): release 2.5.13
3436
3437         * GNUmakefile.in (web-ext): don't ship ps.gz
3438
3439         * tex/GNUmakefile ($(outdir)/latin1.enc): redirect stderr to
3440         stdout
3441
3442 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3443
3444         * lily/general-scheme.cc (LY_DEFINE): Compile fix for systems
3445         without libintl.  Now it compiles too.
3446
3447 2005-02-28  Graham Percival  <gperlist@shaw.ca>
3448
3449         * Documentation/user/basic-notation.itely,
3450         instument-notation.itely, advanced-notation.itely:
3451         split up contents of notation.itely.
3452
3453         * Documentation/user/notation.itely: file removed.
3454
3455         * Documentation/user/invoking.itely, converters.itely:
3456         moved convert-ly info to invoking.itely.
3457
3458         * Documentation/user/global.itely, changing-defaults.itely,
3459         sound-output.itexi: moved global settings, file layout, and
3460         sound into global.itely.
3461
3462         * Documentation/user/sound-output.itexi: file removed.
3463
3464         * Documentation/user/lilypond.tely: removed links to
3465         notation.itely and sound.itely.
3466
3467 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3468
3469         * scm/output-ps.scm (grob-cause): only do mark_URI if non-empty.
3470
3471         * scm/framework-ps.scm (write-preamble): remove pdf-viewer code.
3472  
3473         * THANKS: add sponsor.
3474
3475         * scm/define-markup-commands.scm (with-url): new markup command.
3476
3477         * scm/page-layout.scm (TAGLINE): add www.lilypond.org with URL to
3478         tagline.
3479         
3480         * scm/output-tex.scm (url-link): stub.
3481
3482         * scm/output-ps.scm (url-link): new function.
3483
3484         * lily/lily-parser-scheme.cc (LY_DEFINE): deprecate
3485         ly:set-point-and-click
3486
3487 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3488
3489         * ps/music-drawing-routines.ps (mark_file_line): Switch Action
3490         based on pdf-viewer setting.
3491
3492         * scm/framework-ps.scm (write-preamble): Find and set preferred
3493         pdf-viewer.
3494
3495 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3496
3497         * Documentation/user/point-and-click.itely: update for PDF point &
3498         click.
3499
3500         * scripts/lilypond-pdfpc-helper.py: new file. Invoke different
3501         editors based on EDITOR setting.
3502
3503 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3504
3505         * scm/*: Oops, more grand 2005 replace bits.
3506
3507 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3508
3509         * ps/music-drawing-routines.ps: new routine: insert PDF mark
3510
3511         * scm/output-ps.scm (grob-cause): point & click support for
3512         PostScript
3513
3514 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3515
3516         * lily/input-scheme.cc (LY_DEFINE): rename to
3517         ly:input-file-line-column
3518
3519 2005-02-26  Graham Percival  <gperlist@shaw.ca>
3520
3521         * Documentation/user/examples.itely: small fix from Steve Doonan.
3522
3523         * Documentation/user/scheme-tutorial.itely: small fix from Steve Doonan.
3524
3525         * THANKS: added Yuval Harel.
3526
3527         * Documentation/user/{various}: inserted two spaces after a period.
3528
3529         * Documentation/user/lilypond.tely: added framework for reorg.
3530
3531         * Documentation/user/basic-notation.itely, instrument-notation.itely,
3532         advanced-notation.itely, global.itely: new files, placeholder for
3533         future reorg.
3534
3535 2005-02-26 Yuval Harel  <yuvalh@hotpop.com>
3536
3537         * Documentation/user/notation.itely: revamped Polyphony section
3538         
3539 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3540
3541         * Documentation/user/lilypond-book.itely (Music fragment options):
3542         doc fontload.
3543
3544         * Documentation/user/changing-defaults.itely (Text encoding): add
3545         fontload option to utf8 include
3546
3547         * scripts/lilypond-book.py (compose_ly): add fontload option
3548
3549         * scm/framework-eps.scm (dump-stencils-as-EPSes): add
3550         force-eps-font-include option.
3551
3552         * ly/chord-modifiers-init.ly (blackTriangleMarkup): reinstate
3553         black triangle
3554
3555         * Documentation/user/invoking.itely (Editor support): remove
3556         lilypond-latex section.
3557
3558         * scripts/lilypond-latex.py (Module): remove script.
3559
3560         * cygwin/lily-wins.py (stat): write to .lylog, so as not to
3561         overwrite .log. 
3562
3563         * lily/main.cc: remove -m, --no-layout
3564
3565         * flower/include/libc-extension.hh: add ALIAS_FILE_TO_FILECOOKIE
3566         to define. We don't want to override fprintf everywhere.
3567
3568 2005-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3569
3570         * cygwin/lilypond.hint: 
3571         * cygwin/README.in: Update dependencies.
3572
3573         * stepmake/aclocal.m4 (STEPMAKE_PANGO, STEPMAKE_PANGO_FT2):
3574         Bugfix: do not pollute CPPFLAGS, LIBS.
3575
3576         * cygwin/mknetrel (extras): Cross compile fixes.
3577
3578         * ttftool/util.c: 
3579         * ttftool/ttfps.c: 
3580         * ttftool/ps.c: #include libc-extension.hh
3581
3582         * flower/include/libc-extension.hh:
3583         * flower/libc-extension.cc (fopencookie)[!HAVE_FOPENCOOKIE]: Add
3584         wrapper using funopen.
3585         (fopencookie, handle_cookie_io_fclose, handle_cookie_io_fprintf,
3586         handle_cookie_io_fprintf): Add wrappers catching Memory_out_stream.
3587
3588         * config.hh.in:
3589         * configure.in (AC_CHECK_FUNCS): Add fopencookie, funopen.
3590         (AC_CHECK_HEADERS): Add libio.h
3591
3592         * scripts/convert-ly.py: Uniformize, internationalize.
3593         (2.5.2): Remove fatal encoding rule.
3594         (2.5.13): Handle latin1 encoding gracefully.
3595
3596 2005-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3597
3598         * HACKING: Fix line breaks.
3599
3600 2005-02-23  Werner Lemberg  <wl@gnu.org>
3601
3602         * mf/graycx.mf, mf/graylj.mf: Removed.  Any decent TeX distribution
3603         contains those two files.
3604
3605 2005-02-21  Werner Lemberg  <wl@gnu.org>
3606
3607         * mf/feta-nummer-code.mf ("Numeral 5"): Include intersection point
3608         to improve overlap removal process.
3609
3610         * mf/feta-slag.mf (draw_trillelement): Add parameter to control
3611         left and right ending.  This ensures better overlapping.
3612         Update all callers.
3613         ("lineprall"): Don't use draw_gridline to get better overlapping.
3614
3615 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3616
3617         * scm/lily-library.scm (ps-embed-cff): add \n after EndResource
3618
3619         * Documentation/topdocs/NEWS.tely (Top): oops.
3620
3621 2005-02-21  Pedro Kroger  <kroeger@pedrokroeger.net>
3622
3623         * HACKING: new file.
3624
3625         * input/regression/utf8.ly (portuguese): added a portuguese example
3626         to show latin1 accents.
3627
3628 2005-02-21  Pal Benko  <benkop@freestart.hu>
3629
3630         * lily/mensural-ligature-engraver.cc:
3631         * lily/mensural-ligature.cc:
3632         * lily/include/mensural-ligature.hh: new algorithm implemented
3633
3634         * scm/define-grob-properties.scm: join-left killed (add-join may
3635         be used); join-left-amount changed to join-right-amount
3636
3637 2005-02-21  Graham Percival  <gperlist@shaw.ca>
3638
3639         * Documentation/user/notation.itely: small but urgent fix.
3640
3641 2005-02-21  Jürgen Reuter  <reuter@ipd.uka.de>
3642
3643         * lily/duration-scheme.cc: bugfix: correct parameters to
3644         SCM_ASSERT_TYPE.
3645
3646         * THANKS: added Pal.
3647
3648         * Documentation/user/notation.itely: bugfix: unTeXified
3649         $\\backslash$.  Bugfix: yet another glyph renaming victim:
3650         "timesig.*x/y" -> "timesig.*xy".
3651
3652 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3653         
3654         * VERSION (PACKAGE_NAME): release 2.5.12
3655
3656 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3657
3658         * ly/engraver-init.ly: set tieWaitForNote to #t by default
3659
3660         * configure.in (gui_b): bump GUILE requirement to 1.6.5 
3661
3662         * Documentation/topdocs/NEWS.tely: add inputfileref macro.
3663
3664         * scm/framework-ps.scm (supplies-or-needs): uniq font name list.
3665
3666 2005-02-20  Jan Nieuwenhuizen  <janneke@gnu.org>
3667
3668         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: recode
3669         latin1..utf-8.
3670
3671         * input/regression/stanza-number.ly:
3672         * input/regression/utf8.ly (hebrew): Use addlyrics.  Update.
3673
3674         * lily/tie-engraver.cc (acknowledge_grob): Compile fix.
3675
3676 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3677
3678         * Documentation/topdocs/NEWS.tely (Top): only mention 2.5
3679         NEWS. Refer to website for older news.  
3680
3681         * stepmake/bin/add-html-footer.py (i18n): don't strip .PNG /
3682         .HTML. This should be done for specific servers only.
3683
3684         * Documentation/topdocs/NEWS.tely (Top): move to .tely. Add some
3685         .ly image examples.
3686
3687         * scm/define-grobs.scm (all-grob-descriptions): put ledger lines
3688         in layer 0 too.
3689
3690         * scm/define-context-properties.scm
3691         (all-user-translation-properties): add tieWaitForNote
3692
3693         * scm/define-grobs.scm (all-grob-descriptions): add
3694         Tie_column::before_line_breaking
3695
3696         * lily/tie.cc (get_column_rank): new function
3697
3698         * lily/tie-column.cc (before_line_breaking): new function.
3699         (werner_directions): take into account ties that start on
3700         different columns.  
3701
3702         * lily/score-engraver.cc (set_columns): move add_column() so we
3703         have column rank available.
3704
3705         * lily/tie.cc (get_column_rank): new function.
3706
3707         * input/regression/utf8.ly (japanese): add japanese lyrics.
3708
3709         * lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
3710
3711         * THANKS: add Steve D
3712
3713         * ttftool/*.c: add TTF -> Type42 conversion library. Based on
3714         Public Domain work by Juliusz Chroboczek <jch@pps.jussieu.fr>
3715
3716 2005-02-20  Tatsuya Ono  <tats_ono@infoseek.jp>
3717
3718         * mf/parmesan-heads.mf: "0harmonic" -> "s0harmonic"
3719         to show harmonic notes
3720         * scm/define-markup-commands.scm: in \markup-by-number
3721         "dots-dot" -> "dots.dot" to show dotted notes
3722
3723 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3724
3725         * flower/include/memory-stream.hh (class Memory_out_stream): new file.
3726
3727         * flower/memory-stream.cc (writer): new file.
3728
3729         * configure.in: add endian test.
3730
3731 2005-02-19  Jürgen Reuter  <reuter@ipd.uka.de>
3732
3733         * Documentation/user/examples.itely: small
3734         simplification/beautification
3735
3736         * Documentation/user/notation.ietly: bugfix: fixed many artefacts
3737         from the "x-y-z"->"x.y.z" renaming of glyphs throughout the whole
3738         notation manual.
3739
3740         * lily/mensural-ligature.cc: bugfix: another few victims of the
3741         "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
3742
3743         * ly/gregorian-init.ly: commit some experimental code for hi-level
3744         ligature input language lying around here for several months.
3745
3746         * lily/mensural-ligature-engraver.cc: bugfix: another victim of
3747         the "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
3748
3749         * lily/vaticana-ligature-engraver.cc: bugfix: another few
3750         "x-y-z"->"x.y.s-z" fixes.
3751
3752 2005-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3753
3754         * scm/framework-pdf.scm (scm): new file
3755
3756         * lily/include/pdf.hh (class Pdf_file): new file.
3757
3758         * lily/pdf.cc (write_trailer): new file.
3759
3760 2005-02-18  Erlend Aasland  <erlenda@gmail.com>
3761
3762         * input/regression/color.ly: new file
3763
3764         * lily/stencil.cc (interpret_stencil_expression):
3765         when a color expression is encountered: save current color,
3766         process the rest of the expression, and restore previous color.
3767
3768         * lily/system.cc (get_line): check all grobs for color property and
3769         prepare the stencil scheme expressions for further processing.
3770         Fix layer-loop.
3771
3772         * scm/define-grob-properties.scm: introduce the color property.
3773
3774         * scm/output-lib.scm: color helper functions.
3775
3776         * scm/output-ps.scm: introduce setcolor/resetcolor.
3777
3778 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
3779
3780         * ly/*.ly, input/regression/*.ly: Added missing \version
3781         statements in some files.
3782
3783 2005-02-15  Graham Percival  <gperlist@shaw.ca>
3784
3785         * Documentation/user/notation.itely: minor editing.
3786
3787         * Documentation/user/converters.itely: updated convert-ly bugs.
3788
3789         * Documentation/user/lilypond-book.itely: add info about using
3790         feta characters in latex.
3791
3792 2005-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3793
3794         * scripts/convert-ly.py: new slur dash patch by Bertalan Fodor.
3795
3796 2005-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3797
3798         * scm/define-grob-properties.scm (all-user-grob-properties):
3799         removed 'dashed property.
3800
3801 2005-02-13  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3802
3803         * scm/lily.scm (define-safe-public): new macro for defining
3804         variables that can be used in --safe mode. Use it in *.scm
3805         instead of manually setting safe-objects in safe-lily.scm.
3806
3807 2005-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3808         
3809         * lily/slur.cc: Slur-dash patch by Bertalan.
3810
3811         * ly/engraver-init.ly (EasyNotation): glyph name dash -> period.
3812
3813         * stepmake/bin/add-html-footer.py (do_file): do i18n only once. 
3814
3815 2005-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3816
3817         * stepmake/aclocal.m4: teTeX-3.0 inimf fix.  Comment-out.
3818
3819 2005-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3820
3821         * mf/GNUmakefile: teTeX-3.0 install fix.
3822
3823         * Cygwin patch from Bertalan.
3824
3825         * stepmake/stepmake/metafont-rules.make: Remove bashism.
3826
3827 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
3828
3829         * GNUmakefile.in: 
3830         * SConstruct (symlink): teTeX-3.0 build fix: add map symlink.
3831
3832         * tex/GNUmakefile: teTeX-3.0 fix: install .enc in fonts/enc.  Add
3833         2.0.x compatibility.
3834
3835 2005-02-08  Werner Lemberg  <wl@gnu.org>
3836
3837         * mf/feta-din-code.mf: Format; clean up code.
3838         Replace `---' with `--' plus explicit path directions.
3839         (linethickness#, stafflinethickness#): Remove.
3840         ("dynamic f"): Replace `draw' with `draw_rounded_block'.
3841         ("dynamic s"): Improve shape.
3842         ("dynamic p"): Improve shape.
3843         Replace `draw' with better outline approximation.
3844         ("dynamic r"): Improve shape.
3845         Don't call `fill' and `draw' at the same time.
3846
3847 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
3848
3849         * SConstruct (symlink):
3850         * GNUmakefile.in ($(builddir)/share/lilypond-force): teTeX-3.0
3851         build fix: add enc symlink.
3852
3853         * lily/general-scheme.cc: Compile fixes: include wchar.h, string.h.
3854
3855         Support for DESTDIR besides prefix=/foo
3856
3857         * vim/GNUmakefile (local-install): Use $(INSTALL) -d iso mkdir.
3858
3859         * stepmake/stepmake/*.make:
3860         * */GNUmakefile:
3861         * GNUmakefile.in: Prepend $(DESTDIR) to installation directory.
3862
3863         * config.make.in (prefix): Remove broken $(DESTDIR) hack.
3864
3865         * stepmake/aclocal.m4: Use %0.f iso %d to quiet gawk < 3.1.4 and
3866         mawk in fontforge (date) test.
3867
3868 2005-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3869
3870         * scm/font.scm (make-century-schoolbook-tree): add NCS as
3871         font-family=roman. Add Luxi Sans as sans
3872
3873 2005-02-07  Graham Percival  <gperlist@shaw.ca>
3874
3875         * Documentation/user/notation.itely: add warning about
3876         percent repeats and Voice contexts.
3877
3878         * Documentation/user/lilypond-book.itely: clarified the
3879         necessity of dvips -u arguments.
3880
3881 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
3882
3883         * THANKS: Added a bunch of bug hunters.
3884
3885 2005-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3886
3887         * scm/framework-ps.scm (output-preview-framework): bugfix.
3888
3889         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): use unicode
3890         o/ for chord modifier..
3891
3892         * lily/general-scheme.cc (LY_DEFINE): new function ly:wide-char->utf-8.
3893
3894         * lily/drum-note-performer.cc:  remove unused (thanks Michael
3895         Welsh Duggan). 
3896
3897 2005-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3898
3899         * Documentation/user/changing-defaults.itely (Text encoding): Clarify.
3900
3901         * ly/titling-init.ly: Do not also print intstrument in header on
3902         first page.  Do not print page number on first and only page.
3903
3904 2005-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3905
3906         * input/regression/*.ly: remove old-relative everywhere
3907
3908         * lily/music-sequence.cc (simultaneous_relative_callback): do
3909         what-if analysis on copy, not on original. Fixes old-relative
3910         compatibility.
3911
3912         * scm/backend-library.scm (postscript->png): space before
3913         --verbose.
3914         
3915 2005-02-05  Werner Lemberg  <wl@gnu.org>
3916
3917         * mf/feta-autometric.mf (fet_beginchar): Check whether `feta_group'
3918         is defined.
3919
3920         * mf/feta-alphabet.mf: Define `staffsize#'.
3921         Include `feta-params.mf'.
3922         s/staffheight/design_size/.
3923
3924         * mf/feta-alphabet??.mf: s/staffheight/design_size/.
3925
3926         * mf/feta-alphabet26.mf: Fix a serious bug (design size off by 8pt).
3927
3928         * mf/feta-nummer-code.mf: Reformatted.
3929         (draw_six): Use outline intersection to avoid a self-intersecting
3930         path.
3931         ("Numeral comma"): Fix serious outline glitches.  This slightly
3932         changes the glyph shape.
3933         ("Numeral dash"): Use `draw_rounded_block'.
3934         ("Numeral dot"): Use `drawdot'.
3935         ("Numeral 1"): Assure identical tangent directions for the
3936         intersection points of paths.  The glyph shape improvement is only
3937         visible at very high magnifications.
3938         ("Numeral 2"): Use `solve' macro to make the lower right part of
3939         the glyph outline touch the x axis exactly.  This changes the
3940         glyph shape.
3941         Minor fixes for better overlap removal support.
3942         ("Numeral 4"): Make lefter corner `rounder'.
3943         ("Numeral 5"): Assure identical tangent directions for the
3944         intersection points of paths.  This improves the glyph shape at
3945         high magnifications.
3946         ("Numeral 7"): Use `solve' macro to make the upper right part of
3947         the glyph outline touch the metrics box exactly.  This changes the
3948         glyph shape.
3949         Avoid corner in the upper left part of the glyph (causing a minor
3950         shape change).
3951
3952         * mf/feta-ital-*.mf: Removed.  Unused.
3953
3954 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3955
3956         * VERSION (PATCH_LEVEL): release 2.5.11
3957
3958         * input/regression/fill-line-test.ly: new file.
3959
3960         * buildscripts/gen-emmentaler-scripts.py (i): insert dash in
3961         emmentaler name, eg. emmentaler-23. 
3962
3963 2005-02-04  Christian Hitz  <chhitz@gmx.net>
3964
3965         * scm/scm/define-markup-commands.scm (fill-line): rework for better
3966         alignment with centered texts
3967
3968         * scm/stencil.scm (stack-stencils-padding-list): new function, takes a
3969         list of paddings
3970
3971 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3972
3973         * mf/GNUmakefile ($(outdir)/lilypond.map): add aybabtu to .map file.
3974
3975         * lily/note-column.cc (translate_rests): call flush_extent_cache()
3976         of parents when translating rests. Fixes: c-chord-rest.ly 
3977
3978         * lily/include/dimension-cache.hh (struct Dimension_cache): add
3979         dimension_callback_ member.
3980
3981         * lily/grob.cc (flush_extent_cache): new function. Force recompute
3982         of extents.
3983
3984 2005-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3985
3986         * all but lily/*: The grand 2004/2005 replace.
3987
3988 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3989
3990         * lily/*: add space after ,  
3991
3992         * scm/music-functions.scm (has-request-chord): don't use
3993         ly:music-name anywhere. Fixes <<\\>> notation. 
3994
3995         * scm/define-markup-commands.scm (box): use font-size for
3996         padding. Fixes boxed-rehearsal-marks.ly
3997
3998         * lily/parser.yy (assignment_id): allow LYRICS_STRING as
3999         identifier definition too, so foo = \lyrics { ...   } bar = #1
4000         doesn't complain about "bar" being LYRICS_STRING.
4001
4002         * lily/paper-def.cc (find_pango_font): new routine; Store
4003         pango_fonts in hash tab too. This is necessary for retrieving
4004         Pango_fonts::physical_font_tab() later on.
4005  
4006         * lily/pango-font.cc (pango_item_string_stencil): bugfix: don't
4007         crash if psname is null.
4008
4009         * lily/lily-guile.cc (ly_hash2alist): new function
4010
4011         * Documentation/user/changing-defaults.itely (Text encoding):
4012         rewrite. 
4013
4014         * lily/pango-font.cc (physical_font_tab): new member. Store PSname
4015         -> font_filename mapping.
4016
4017         * lily/pango-font-scheme.cc (LY_DEFINE): new file. New function
4018         ly_pango_font_physical_fonts
4019
4020         * scm/framework-ps.scm (supplies-or-needs): extract names from
4021         physical Pango_fonts.
4022
4023         * utf8.ly: new file.
4024
4025 2005-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4026
4027         * Documentation/user/changing-defaults.itely (Page layout): add
4028         doco about systemSeparatorMarkup.
4029
4030         * scm/page-layout.scm (default-page-make-stencil): add-to-page
4031         function.
4032         (default-page-make-stencil): insert system separators.
4033
4034         * scm/define-markup-commands.scm (hcenter): add
4035         (beam): add.
4036
4037 2005-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4038
4039         * scm/output-ps.scm (ez-ball): reinstate ez notation.
4040
4041 2005-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4042
4043         * lily/main.cc: Spell backend consistently.  Sort options.
4044
4045 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4046
4047         * scripts/lilypond-book.py (Module): revert @include.
4048         
4049 2005-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
4050
4051         * scripts/lilypond-book.py: Resurrect HTML links to .ly source.
4052         Bugfix: @include .tex (not .texi).  Small cleanups.
4053
4054         * stepmake/bin/add-html-footer.py (i18n): New function.
4055
4056 2005-01-31  Werner Lemberg  <wl@gnu.org>
4057
4058         * mf/feta-nummer.mf: Removed.  Unused.
4059
4060 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4061
4062         * lily/ : 2004 -> 2005 s&r
4063
4064         * scm/file-cache.scm (cached-file-contents): add file. Read each
4065         file only once.
4066
4067         * scm/font.scm (add-pango-fonts): change order. Medium weight is
4068         now default.
4069
4070         * VERSION: release 2.5.10
4071         
4072         * mf/GNUmakefile (INSTALLATION_OUT_FILES4): install cff.ps files.
4073
4074         * make/ly-rules.make ($(outdir)/%.texi): detect new EOF marker.
4075
4076         * scm/framework-ps.scm (dump-stencil-as-EPS): robustness: ensure
4077         that both X and Y extents of bbox are non-nil.
4078
4079 2005-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4080
4081         * scm/chord-name.scm (alteration->text-accidental-markup): change
4082         - to . 
4083
4084         * scm/output-ps.scm (utf8-string): add utf8-string for completeness.
4085
4086         * scm/framework-ps.scm (dump-stencil-as-EPS): new function
4087
4088         * Documentation/user/invoking.itely (Invoking lilypond): add note
4089         about EPS backend.
4090
4091         * scm/framework-eps.scm: new file: create per-system/per-page EPS
4092         files for inclusion in lilypond-book document.
4093
4094         * input/tutorial/lbook-latex-test.tex: rename from lilbook.tex
4095
4096         * input/tutorial/lbook-texi-test.texi: new file.
4097
4098         * scm/safe-lily.scm (safe-objects): add
4099         {begin,end}-of-line-(in)?visible as safe.
4100  
4101 2005-01-30  Graham Percival  <gperlist@shaw.ca>
4102
4103         * Documentation/user/changing-defaults.itely: fixed example
4104         of (dynamics).
4105
4106 2005-01-29  Graham Percival  <gperlist@shaw.ca>
4107
4108         * lily/main.cc: fix info about -o=FILE.
4109
4110 2005-01-29  Werner Lemberg  <wl@gnu.org>
4111
4112         * mf/feta-toevallig.mf ("Natural"): Completely changed the
4113         construction to assure smooth transition from straight to curved
4114         lines.
4115
4116 2005-01-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4117
4118         * lily/stencil.cc (moved_to_edge): don't halt on adding empty
4119         stencils.
4120
4121         * ps/lilyponddefs.ps: add start-page, start-system doesn't
4122         translate to top of page. Fixes alignment problems of
4123         lilypond-generated EPS files.
4124
4125 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4126
4127         * scm/part-combiner.scm (analyse-spanner-states): trigger on
4128         crescendo-end as well, since Decrescendo maybe ended with Stop
4129         Crescendo.). Fixes: partcombine-diminuendo.ly
4130
4131         * scm/script.scm (default-script-alist): swap portato symbols.
4132
4133         * lily/instrument-name-engraver.cc (acknowledge_grob): typo.
4134
4135         * lily/paper-outputter-scheme.cc (LY_DEFINE):
4136         ly:outputter-port. New function.
4137
4138         * scm/framework-ps.scm (output-classic-framework): dump a
4139         -systems.texi too
4140         (output-classic-framework): dump multiple systems on an "infinite"
4141         page EPS including fonts. 
4142
4143         * scripts/lilypond-book.py (Lilypond_snippet.ly_is_outdated): use
4144         .eps files for both texi and tex formats. Use PNG coming from
4145         lilypond.
4146         
4147 2005-01-28  Graham Percival  <gperlist@shaw.ca>
4148
4149         * Docuemntation/user/invoking.itely: fix info about -o=FILE.
4150
4151         * scripts/lilypond-latex.py: fix info about -o=FILE.
4152
4153 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4154
4155         * ly/generate-embedded-cff.ly: write .cff.ps files.
4156
4157         * mf/GNUmakefile ($(outdir)/lilypond.map): add .cff.ps to .map file.
4158
4159         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
4160         $(outdir)/%.svg $(outdir)/%.pfa): remove --simplify
4161
4162 2005-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4163
4164         * lily/include/guile-compatibility.hh (SCM_VECTOR_P): Compile fix.
4165
4166 2005-01-28  Werner Lemberg  <wl@gnu.org>
4167
4168         * mf/feta-macros.mf (soft_start_penstroke, soft_end_penstroke): New
4169         macros.
4170         (draw_bulb): Improved.
4171
4172         * mf/feta-pendaal.mf ("Pedal asterisk"): Remove workaround for
4173         metapost bug.
4174         (draw_pedal_P): Use soft_end_penstroke.
4175         (draw_pedal_d): Use soft_start_penstroke.
4176
4177         * mf/feta-schrift.mf ("Trill (`tr')"): Remove redundant point in
4178         path.
4179         ("Varied Coda"): Move some points to avoid fontforge warnings.  This
4180         doesn't change the glyph shape.
4181
4182         * mf/feta-accordion.mf ("accOldEE"): Draw glyph differently (without
4183         changing the shape) to avoid fontforge warnings.
4184
4185         * mf/feta-klef.mf (draw_tab_T, draw_tab_A, draw_tab_B): Use
4186         soft_end_penstroke and fix glyph shape.
4187
4188 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4189
4190         * lily/*.cc: Scheme deprecation of SCM_VECTOR_* 
4191
4192 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4193
4194         * scm/define-markup-commands.scm (line): filter out empty stencils
4195         from line command.
4196
4197         * lily/stencil-scheme.cc (LY_DEFINE): only allow finite real
4198         amount.
4199
4200 2005-01-27  Graham Percival  <gperlist@shaw.ca>
4201
4202         * Documentation/user/notation.itely: added info about what
4203         \voiceFoo does.  Also rewrote warning about marks at
4204         a line break.
4205
4206         * Documentation/user/changing-defaults.itely: added info
4207         about putting dynamics in parenthesis and brackets.
4208
4209 2005-01-27  Werner Lemberg  <wl@gnu.org>
4210
4211         * mf/feta-schrift.mf ("Trill (`tr')"): Fix typo.
4212
4213 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4214
4215         * mf/feta-schrift.mf: reverse u and d portato. Fixes:
4216         portato-direction.ly
4217
4218         * lily/beam.cc (consider_auto_knees): add beam height to
4219         threshold. Fixes: knee-multiple-beam.ly
4220
4221         * lily/instrument-name-engraver.cc (acknowledge_grob): also ignore
4222         pedal line spanners. Fixes: instrument-center-pedal.ly
4223
4224         * lily/auto-beam-engraver.cc (acknowledge_grob): stop beam
4225         if encountering barline. Fixes: auto-beam-repeat.ly
4226
4227 2005-01-26  Werner Lemberg  <wl@gnu.org>
4228
4229         * mf/feta-slag.mf (draw_trillelement): Fix shape to get clean
4230         overlapping.
4231
4232         * mf/feta-toevallig.mf (draw_meta_sharp): Fix shape to avoid curves
4233         with inflections for the 1/2 sharp glyph.
4234
4235         * mf/feta-schrift.mf ("Trill (`tr')"): Fix start position of
4236         connection between `t' and `r'.
4237         Unify bulb with the rest of `r' to avoid grazing outlines which
4238         confuses the overlap removal algorithm of fontforge.
4239
4240         * mf/feta-bolletjes.mf (draw_slash): Fix shape to avoid curves with
4241         inflections.
4242         (draw_cross): Fix shape to have uniform thickness in corners.
4243
4244         * mf/feta-pendaal.mf (draw_pedal_P): Break shape into smaller pieces
4245         to avoid an uneven number of self-intersections; this confuses
4246         fontforge.
4247         Fix a slight bug in the shape at left bottom (which is visible only
4248         at high magnifications).
4249         `Center' the stem horizontally to avoid overlapping.
4250
4251 2005-01-24  Werner Lemberg  <wl@gnu.org>
4252
4253         * mf/feta-autometric.mf (fet_beginfont): Set font_coding_scheme
4254         to `asis'.
4255         (fet_begingroup): Save group name in string `feta_group'.
4256         (fet_endgroup): Updated.
4257         (fet_beginchar): Emit `glyph_name' special for mf2pt1.
4258
4259         * mf/feta-bolletjes.mf: s/p/pat/ for paths.
4260
4261         * mf/feta-pendaal.mf ("Pedal asterisk"): Add workaround for bug
4262         in metapost.
4263
4264 2005-01-24  Graham Percival  <gperlist@shaw.ca>
4265
4266         * Documentation/user/notation.itely: really minor editing.
4267
4268 2005-01-22  Graham Percival  <gperlist@shaw.ca>
4269
4270         * Documentation/user/examples.itely: minor editing.
4271
4272         * Documentation/user/changing-defaults.itely: minor editing.
4273
4274         * Documentation/user/notation.itely: clarified info on polyphony
4275         and \addlyrics.
4276
4277 2005-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4278
4279         * scm/output-gnome.scm: 
4280         * scm/output-svg.scm:
4281         * scm/lily-library.scm (font-name-style): Update font name
4282         kludging for fontconfig use.
4283
4284 2005-01-20  Erlend Aasland  <erlenda@gmail.com>
4285
4286         * scm/define-markup-commands.scm: Document right-align and
4287         larger markup commands. Remove "TODO" from the topmost comment
4288         "each markup function should have a doc string." More consistent
4289         use of new-lines.
4290
4291 2005-01-22  Graham Percival  <gperlist@shaw.ca>
4292
4293         * Documentation/user/changing-defaults: removed info about
4294         copyright symbol, since it's likely to change soon.
4295         Added info about betweensystemspace.
4296
4297         * Documentation/user/notation.itely: minor fixes.
4298
4299         * Documentation/user/lilypond.tely,
4300         Documentation/user/music-glossary.tely: changed copyright
4301         date to 2005 instead of 2004.
4302
4303         * input/test/volta-chord-names.ly: added old example back.
4304
4305 2005-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4306
4307         * mf/feta-beugel.mf: use design size 20 (not 15).
4308
4309         * mf/aybabtu.pe.in: scale brace fonts to design sizes.
4310         change name to aybabtu completely
4311
4312 2005-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4313
4314         * buildscripts/gen-emmentaler-scripts.py (outdir): add
4315         design_size to fontname
4316
4317 2005-01-19  Werner Lemberg  <wl@gnu.org>
4318
4319         * mf/feta-accordion.mf, mf/feta-klef.mf, mf/feta-pendaal.mf,
4320         mf/feta-schrift.mf: s/p/pat/ if a path variable.
4321
4322         * mf/feta-autometric.mf (set_char_box): Add code which emits
4323         specials for mf2pt1 if run with metapost.
4324         (to_bp): New macro for mf2pt1.
4325
4326 2005-01-18  Graham Percival  <gperlist@shaw.ca>
4327
4328         * Documentation/user/changing-defaults: added info on
4329         creating a copyright symbol.
4330
4331 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4332
4333         * VERSION: release 2.5.9
4334         
4335 2005-01-18  Erlend Aasland  <erlenda@gmail.com>
4336
4337         * scm/auto-beam.scm: Simplify score-override-auto-beam-setting
4338
4339         * Documentation/user/notation.itely: Document
4340         score-override-auto-beam-setting Fix documentation for
4341         revert-auto-beam-setting.
4342
4343 2005-01-18  Werner Lemberg  <wl@gnu.org>
4344
4345         * scm/framework-ps.scm (ps-embed-cff): Fix DSC comments.
4346         (procset): New function to define a procset resource.
4347         (ps-embed-pfa): New function to define a font resource.
4348         (setup): New function to define a `Setup' environment.
4349         (preamble): Use new functions.
4350
4351         * ps/lilypond.defs (init-lilypond-parameters): New function to
4352         get rid of directly executed PS code.  Used in scm/framework-ps.scm.
4353
4354 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4355
4356         * mf/GNUmakefile (MFTRACE_FLAGS): add --no-afm to MFTRACE_FLAGS
4357
4358 2005-01-17  Erlend Aasland  <erlenda@gmail.com>
4359
4360         * scm/define-markup-commands.scm: Change number->markletter-string
4361         to take two arguments (vector number). Add number->mark-alphabet-vector
4362         and markalphabet markup command.
4363
4364         * scm/translation-functions.scm: Add format-mark-box-alphabet,
4365         format-mark-alphabet, format-mark-box-barnumbers and
4366         format-mark-barnumbers. Fix bug in format-mark-box-numbers.
4367
4368 2005-01-17  Graham Percival  <gperlist@shaw.ca>
4369
4370         * Documentation/user/examples.itely: add SATB automatic piano
4371         reduction template.
4372
4373         * Documentation/user/notation.itely: added info about changing
4374         partcombine texts.  Also adds examples of alternate lyrics.
4375
4376         * Documentation/user/changing-defaults.itely: added warning
4377         about \RemoveEmptyStaffContext overriding previous changes.
4378
4379 2005-01-17  Werner Lemberg  <wl@gnu.org>
4380
4381         * buildscripts/mf-to-table.py: Use `FetaAlphabetEncoding' for
4382         feta-alphabet*.
4383
4384 2005-01-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4385
4386         * python/lilylib.py (make_ps_images): don't do final showpage for
4387         multi-page documents.
4388         
4389         * VERSION (MY_PATCH_LEVEL): release 2.5.8
4390
4391 2005-01-16  Graham Percival  <gperlist@shaw.ca>
4392
4393         * Documentation/user/lilypond.tely: changed order of appendices;
4394         unified index should be last.
4395
4396         * Documentation/user/notation.itely: add example of key signatures
4397         and info about Staff.printKeyCancellation.
4398
4399 2005-01-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4400
4401         * lily/include/repeated-music.hh (class Repeated_music): change
4402         into "namespace" class.
4403
4404         * lily/event.cc: remove Key_change_event.
4405
4406         * lily/include/transposed-music.hh (class Transposed_music): remove.
4407
4408         * lily/transposed-music.cc: remove
4409
4410         * lily/include/relative-music.hh: remove.
4411
4412         * lily/include/music-sequence.hh (struct Music_sequence): change
4413         into "namespace" class.
4414
4415         * lily/untransposable-music.cc (Module): remove
4416
4417         * lily/include/un-relativable-music.hh (Module): remove
4418
4419         * lily/include/untransposable-music.hh (Module): remove
4420
4421         * lily/include/music-list.hh (Module): remove file
4422
4423         * lily/un-relativable-music.cc: remove file.
4424
4425 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
4426
4427         * lily/parser.yy: Compile fix.
4428
4429 2005-01-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4430
4431         * lily/include/music.hh (class Music): unvirtualize transpose().
4432
4433         * lily/sequential-music.cc: remove file.
4434
4435         * lily/include/lyric-combine-music.hh ("music.hh"): remove file.
4436
4437         * lily/slur-scoring.cc (get_best_curve): only switch on
4438         DEBUG_SLUR_SCORING for non NDEBUG builds.
4439
4440         * lily/include/music.hh (class Music): replace Music::start_mom()
4441         by start-callback property
4442
4443         * lily/include/grace-music.hh: remove file. 
4444
4445         * lily/stem.cc (height): robustness fix.
4446
4447         * lily/time-scaled-music.cc: remove file.
4448
4449         * lily/include/music.hh (class Music): include SCM init argument.
4450         (class Music): replace Music::get_length() virtual by
4451         length-callback property everywhere.
4452
4453         * scripts/convert-ly.py (conv): add  # to \property scalar value.
4454
4455         * mf/GNUmakefile: don't install *list.ly
4456
4457 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
4458
4459         * mf/GNUmakefile (CFF_FILES): Bugfix: only big cheeses and braces.
4460
4461 2005-01-12  Werner Lemberg  <wl@gnu.org>
4462
4463         This patch addresses the following problems in the feta sources
4464         files which contribute to the fetaXX fonts.
4465
4466         . Many fixes for rasterization at low resolutions (consistent use of
4467           `vround' and `hround', integer shift values for paths, applying
4468           `eps' for mirrored paths, use of `define_whole_pixels' and
4469           friends, etc.) -- while this probably looks like a waste of time
4470           it has revealed deficiencies in some glyph shapes.  See comment at
4471           the end of feta-params.mf how vertical symmetry is achieved.
4472
4473         . The `---' operator has been replaced everywhere with `--'; this
4474           both improves and considerably reduces the font size after
4475           conversion with mf2pt1.
4476
4477         These change aren't explicitly mentioned below since virtually all
4478         glyphs are affected.
4479
4480         Other notable differences:
4481
4482         . Glyphs from feta-accordion.mf now have charboxes around the
4483           outline.
4484
4485         . Fixed incorrect charbox for `accDot'.
4486
4487         . The `rcomma' and `lcomma' glyphs were distorted due to a typo.
4488
4489         . Fixed position of the bow in the `upprall' glyph and its siblings.
4490
4491         . The bulb size in the `2/2 meter' and `4/4 meter' glyphs is now
4492           dependent on the staff line thickness to avoid touching the middle
4493           staff line at smaller sizes.
4494
4495         . Largely extended output for feta-testXX: Where useful, glyphs
4496         are shown both between and on staff lines.
4497
4498
4499         * mf/feta-params.mf (staff_space_rounded,
4500         stafflinethickness_rounded, linethickness_rounded,
4501         ledgerlinethickness_rounded, stemthickness_rounded): New variables.
4502         Update all code which uses them where appropriate.
4503         (feta_eps, feta_shift, feta_space_shift, feta_offset, feta_fillpen):
4504         New variables used to control rasterization at low resolutions.  Set
4505         to zert if feta code is processed with metapost.
4506
4507         * mf/feta-macros.mf (draw_staff, draw_staff_outline): Updated.
4508         (draw_rounded_block, draw_square_block): Updated to use `--' only.
4509         (flare_path): Updated.
4510         Make it work with `filldraw' (but only circular pens).
4511         (hfloor, vfloor, hceiling, vceiling): New macros.
4512
4513         * mf/feta-accordion.mf ("accDiscant", "accFreebase", "accStdbase"):
4514         Use `draw' again in mf mode to have good pixel dropout control.
4515         Fix intersection points of horizontal lines with circle.
4516         ("accDot"): Fix parameters for set_char_box.
4517         ("accOldEE"): Use `draw' again in mf mode to have good pixel dropout
4518         control.
4519
4520         * mf/feta-banier.mf: Updated.
4521
4522         * mf/feta-bolletjes.mf (remember_pic): New variable, used for
4523         testing.
4524         (undraw_inside_ellipse): Remove `center' argument.  Update all
4525         callers.
4526         (draw_brevis): New macro, called by "Brevis notehead".
4527         (draw_whole_triangle_head): New macro, called by "Whole
4528         trianglehead".
4529         (draw_small_triangle_head): Use `filldraw'.
4530
4531         * mf/feta-eindelijk.mf: Remove useless global group.
4532         Updated.
4533
4534         * mf/feta-klef.mf (draw_c_clef): Correct point positions for using
4535         `filldraw'.
4536
4537         * mf/feta-pendaal.mf: Updated.
4538
4539         * mf/feta-puntje.mf: Updated.
4540
4541         * mf/feta-schrift.mf (draw_very_long_fermata): Simplified to use
4542         less points.
4543         ("Flageolet"): Use `draw' again in mf mode to have good pixel
4544         dropout control.
4545         ("Varied Coda"): Use `draw_block'.
4546         (draw_comma): Fix typo.
4547         (draw_arpeggio_arrow): Use `draw' also in mf mode to have good
4548         pixel dropout control.
4549
4550         * mf/feta-slag.mf ("upprall", "downprall", "lineprall"): Fix start
4551         position of bow.
4552
4553         * mf/feta-timesig.mf (draw_C): Reduce bulb size for smaller design
4554         sizes.
4555
4556         * mf/feta-toevallig.mf (remember_pic): New variable, used for
4557         testing.
4558         (draw_meta_sharp): Much simplified.
4559         ("Sharp", "1/2 Sharp", "3/4 Sharp"): Don't rotate but shift.
4560
4561         * mf/feta-test-generic.mf: Include all files as in feta-generic.mf.
4562
4563 2005-01-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4564
4565         * Documentation/user/notation.itely (Ancient rests): Fix typo
4566         (thanks Anthony)
4567
4568 2005-01-13  Jan Nieuwenhuizen  <janneke@gnu.org>
4569
4570         * scm/auto-beam.scm (score-override-auto-beam-setting): New function.
4571
4572         * lily/main.cc (setup_paths): Add cff.
4573
4574         * mf/GNUmakefile (foe): Include actual target %.cff.
4575         (INSTALLATION_OUT_SUFFIXES): Install CFF and SVG fonts too.
4576
4577 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4578
4579         * lily/include/lily-lexer.hh (class Lily_lexer): lose hungarian _b
4580         suffix for main_input_b_.
4581
4582         * scm/music-functions.scm (toplevel-music-functions):
4583         precompute music lengths for music expressions.  
4584
4585 2005-01-11  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4586
4587         * lily/include/input.hh (class Input): new `end_' slot for end of
4588         input. Renamed defined_str0_ to start_.
4589
4590         * lily/input.cc (Input): Add Input::Input (Input const &) and
4591         remove Input::Input (Source_file*, char const *). Use the new
4592         slots.
4593         (set_location): method used by bison to propagate input
4594         locations (YYLLOC_DEFAULT).
4595         (end_line_number, end_column_number, step_forward): new methods
4596         
4597         * lily/input-scheme.cc (ly:input-both-locations): new function,
4598         similar to ly:input-location, but also return the end line and
4599         column.
4600
4601         * lily/include/includable-lexer.hh: 
4602         * lily/includable-lexer.cc: 
4603         * lily/include/lily-lexer.hh (class Lily_lexer): 
4604         * lily/lily-lexer.cc (add_lexed_char): Move add_lexed_char from
4605         Includable_lexer to Lily_lexer, in order to update lexloc (the
4606         yylloc), a new slot of Lily_lexer.
4607         (here_input, LexerError): simplify by using the lexloc slot (aka
4608         yylloc)
4609
4610         * lily/lexer.ll: #define yylloc to use input locations (it may
4611         be useless here?). Fixed the #embedded_scm rule (step the location
4612         forward in order to skip the sharp sign before parsing the scheme
4613         expression)
4614
4615         * lily/include/lily-parser.hh (class Lily_parser): 
4616         * lily/lily-parser.cc: Remove push_spot(), pop_spot() and
4617         here_input()
4618         (parser_error): overload for more precise locations of errors.
4619
4620         * lily/parser.yy (YYLTYPE): set location type to Input
4621         (YYLLOC_DEFAULT): use Input::set_location()
4622         (yylex): add the YYLTYPE* location parameter.
4623         Clean push_spot()/pop_spot()/here_input(), and use @$, @1, etc.
4624         Give an Input parameter to THIS->parser-error() for more accurate
4625         messages.
4626
4627 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4628
4629         * stepmake/aclocal.m4: do NDEBUG for optimizing builds.
4630
4631         * lily/include/beam.hh (DEBUG_QUANTING): performance: only switch
4632         on BEAMQUANTING for non-NDEBUG builds.
4633
4634         * lily/stem.cc (head_count): performance: avoid String::String()
4635         inside oft called function.
4636
4637 2005-01-09  Graham Percival  <gperlist@shaw.ca>
4638
4639         * Documentation/user/examles.itely: attempted fix for broken
4640         string quartet template.
4641
4642         * Documentation/user/notation.itely: remove unnecessary broken
4643         link.
4644
4645 2005-01-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4646
4647         * VERSION (PACKAGE_NAME): release 2.5.7
4648
4649 2005-01-09  Jan Nieuwenhuizen  <janneke@gnu.org>
4650
4651         * config.make.in (METAFONT): Append -progname=mf, fixes use with
4652         mf-nowin for teTeX-3.0.  Backportme.
4653
4654         * scm/output-svg.scm (utf8-string): New function.
4655
4656         * scm/output-gnome.scm (utf8-string): New function.
4657         (otf-name-mangling): Remove.
4658
4659         * lily/pango-font.cc (Pango_font): Use font string iso font
4660         filename for utf8-text.
4661
4662         * buildscripts/gen-emmentaler-scripts.py: Remove designsize from
4663         name.
4664
4665 2005-01-08  Graham Percival  <gperlist@shaw.ca>
4666
4667         * Documentation/user/notation.itely: add info about
4668         Staff.extraNatural = ##f in Pitches section.  Also
4669         fixed some minor issues in the Vocal music section.
4670
4671 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4672
4673         * scm/output-ps.scm (white-text): comment out Helvetica font,
4674         which is broken for my GS install.
4675
4676         * lily/pango-font.cc (pango_item_string_stencil): use ink_rect,
4677         which provides a tighter bbox.
4678
4679         * scm/define-grobs.scm (all-grob-descriptions): remove all
4680         extra-offsets from definitions.
4681
4682 2005-01-08  Erlend Aasland  <erlenda@gmail.com>
4683
4684         * scm/output-lib.scm: Rename guitar-tunings to guitar-tuning and
4685         add tuning for 4-string bass and some common 4/5-string banjo
4686         tunings.  New function (four-string-banjo) turns a 5-string tuning
4687         into a 4-string tuning.  New function
4688         (fret-number-tablature-format-banjo) computes correct fret numbers
4689         on 5-string banjos.
4690
4691         * ly/engraver-init.ly: Default stringTunings = #guitar-tuning
4692         Add beam correction to TabVoice.
4693
4694         * scm/define-grobs.scm: Adjust notehead offset. Print fret numbers
4695         using bold font; makes tabs more readable.
4696
4697 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4698
4699         * lily/font-select.cc (get_font_by_design_size): don't make
4700         Modified_font_metric; this causes trouble, since we don't know the
4701         font magnification from inside Pango_font::text_stencil()
4702
4703         * lily/all-font-metrics.cc (find_pango_font): take magnification argument.
4704
4705         * Documentation/user/notation.itely (The Lyrics context): comment out
4706         broken {Small ensembles} link.
4707
4708         * scm/framework-svg.scm (output-framework): change calling convention.
4709
4710         * lily/object-key-dumper-scheme.cc: new file.
4711
4712         * lily/object-key-undumper-scheme.cc: new file.
4713
4714         * lily/tweak-registration-scheme.cc: new file.
4715
4716         * lily/pango-select.cc (symbol_to_pango_variant): init local variable.
4717
4718         * Documentation/user/examples.itely (String quartet): uncomment
4719         broken example.
4720
4721         * lily/font-config.cc: new file.
4722
4723 2005-01-08  Jan Nieuwenhuizen  <janneke@gnu.org>
4724
4725         * scm/output-svg.scm: 
4726         * scm/output-gnome.scm: s/bigcheese/emmentaler.
4727
4728         * lily/score-engraver.cc (MUSIC_FONT): Use emmentaler20.
4729
4730 2005-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
4731
4732         * lily/general-scheme.cc (LY_DEFINE): Use snprintf (WAS: sprintf).
4733         Add headers.
4734
4735         * lily/GNUmakefile (general-scheme.o): Add version.hh dependency.
4736
4737 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4738
4739         * mf/GNUmakefile (debian-mirror): rename bigcheese to emmentaler.
4740
4741         * lily/include/main.hh: lose _b hungarian suffixes for global
4742         variables.
4743
4744         * lily/include/lily-guile-macros.hh: new file.
4745
4746         * lily/pango-select-scheme.cc (LY_DEFINE): new file.
4747
4748         * lily/general-scheme.cc: new file. 
4749
4750         * lily/font-select.cc (get_font_by_design_size): retrieve
4751         PangoFont for (designsize . "pango-descr") entries.
4752
4753         * lily/lily-parser-scheme.cc: new file.
4754
4755         * lily/output-def-scheme.cc: new file.
4756
4757         * lily/paper-book-scheme.cc: new file.
4758
4759         * lily/duration-scheme.cc (LY_DEFINE): new file.
4760
4761         * lily/pitch-scheme.cc:  new file.
4762
4763         * scm/font.scm (add-cmr-fonts): use real dimens in font selection.
4764
4765 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4766
4767         * lily/dimensions.cc (LY_DEFINE): add ly:{inch,cm,mm,bp,pt}.
4768
4769 2005-01-06  Graham Percival  <gperlist@shaw.ca>
4770
4771         * Documentation/user/notation.itely: minor editing.
4772
4773         * Documentation/user/changing-defaults: minor editing.
4774
4775         * Documentation/user/examples.itely: add template for
4776         string quartet part extraction; demonstrates tag.
4777
4778 2005-01-06  Erlend Aasland  <erlenda@gmail.com>
4779
4780         * Documentation/user/notation.itely: documents
4781         format-mark-box-letters and format-mark-box-numbers
4782
4783         * scm/define-context-properties.scm: change comment.
4784
4785 2005-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4786
4787         * scm/framework-ps.scm (output-classic-framework): new function:
4788         dump systems as separate .eps files (without fonts) and write a
4789         single collecting .tex file.
4790
4791 2005-01-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4792
4793         * Documentation/user/notation.itely (Setting simple songs):
4794         Correct several errors in the equivalent formulation of
4795         \addlyrics. 
4796         (The Lyrics context): Corrected link to the SATB example.
4797
4798 2005-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4799
4800         * scm/lily.scm (completize-formats): new function
4801         (postprocess-output): new function
4802
4803         * lily/paper-book.cc (classic_output): change calling
4804         convention. Give basename as first argument. 
4805         remove Paper_book::post_processing().
4806
4807         * lily/lily-guile.cc (LY_DEFINE): ly:output-backend, new function.
4808
4809 2005-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4810
4811         * lily/paper-outputter.cc (LY_DEFINE): new function
4812         ly:outputter-close.
4813
4814         * lily/main.cc: change --format,-f to --backend,-b
4815
4816         * lily/include/main.hh: rename format to backend.
4817
4818         * scm/translation-functions.scm (format-mark-box-numbers): add.
4819         patch by Erlend Aasland
4820
4821 2005-01-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4822
4823         * lily/pango-font.cc (text_stencil): dump string as
4824         (utf-8-string FONTDESC UTF8) for use in -f gnome, -f svg.
4825
4826 2005-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4827
4828         * configure.in (gui_b): Remove handy developer-only
4829         PKG_CONFIG_PATH settings that cater for Jan-and-Han-Wen ~/usr/pkg/
4830         CVS source installations (but break other non-default but correct
4831         PKG_CONFIG_PATH setups), as this is no longer developer-only.
4832
4833         * SConstruct: 
4834         * ps/GNUmakefile (INSTALLATION_FILES): teTeX-3.0
4835         compatibility (backportme).
4836
4837         * GNUmakefile.in: teTeX-3.0 compatibility (backportme).
4838
4839 2005-01-03  Werner Lemberg  <wl@gnu.org>
4840
4841         Prepare glyph shapes for mf2pt1 conversion.
4842
4843         * mf/feta-accordion.mf (accreg_pen): Removed.  No longer used.
4844         (accDiscant, accFreebase, accStdbase): Replace `draw' with
4845         `penstroke'.
4846         (accDot): Use `drawdot'.
4847         (accBayanbase): Replace `draw' with `draw_gridline'.
4848         (print_penpos): Moved to feta-macros.mf.
4849         (accOldEE): Replace `filldraw' with `penstroke'.
4850         Replace `draw' with `penstroke' and `drawdot'.
4851
4852         * mf/feta-banier.mf: Code clean-up.
4853         ("grace dash (up)", "grace dash (down)"): Replace `draw' with
4854         `fill'.
4855
4856         * mf/feta-bolletjes (draw_cross): Remove call to `labels'.
4857
4858         * mf/feta-eindelijk.mf (draw_rest_bulb, draw_eigth_rest): Add
4859         paremeter to control drawing of labels.  Update all callers.
4860
4861         * mf/feta-klef.mf (draw_c_clef): Use `&' not `..' to connect paths.
4862         (new_bulb): Return a bulb as a single path.  To do that, it now
4863         takes some more parameters.  Updated all callers.
4864         (draw_gclef): Major clean-up.  `draw' has been replaced with
4865         `penstroke', unnecessary outlines have been removed.
4866         Remove (unused) gnome-canvas code.
4867
4868         * mf/feta-macros.mf (print_penpos): New macro (from
4869         feta-accordion.mf).
4870         Other minor fixes.
4871
4872         * mf/feta-pendaal.mf ("Pedal asterisk"): Use `undrawdot'.
4873         ("Pedal dot"): Use `drawdot'.
4874         (draw_pedal_P): Add parameter to control drawing of labels.  Update
4875         all callers.
4876         Fix shape at top.
4877         (draw_pedal_e): Add parameter to control drawing of labels.  Update
4878         all callers.
4879         (draw_pedal_d): Add parameter to control drawing of labels.  Update
4880         all callers.
4881         Revert drawing direction.
4882
4883         * mf/feta-schrift.mf (draw_fermata): Use single path.
4884         (draw_short_fermata): Replace `filldraw' with `fill'.
4885         (draw_long_fermata, draw_very_long_fermata): Replace calls to
4886         `draw_rounded_block' with a single path.
4887         ("Thumb"): Draw full circle instead of mirroring segments.
4888         (draw_accent): New macro.
4889         ("> accent", "espr"): Use it.
4890         (draw_marcato): Replace `filldraw' and `draw' with `fill'.
4891         ("open (unstopped)"): Draw full circle instead of mirroring
4892         segments.
4893         (draw_vee): Removed.
4894         ("Upbow"): Use `draw_accent' instead of `draw_vee'.
4895         ("Downbow"): Replace calls to `draw_rounded_block' with a single
4896         path.
4897         ("Trill (`tr')"): Replace overlapping loop drawn with `draw' with
4898         partial pieces drawn with `fill' -- these do still overlap with the
4899         stem of the `t' but just once, not multiple times so that fontforge
4900         can handle it gracefully.
4901         Change other parts of the glyph so that fontforge's overlapping
4902         algorithm reliably works.
4903         (draw_heel): Replace `draw' with `fill'.
4904         (draw_toe): Use `draw_accent' instead of `draw_vee'.
4905         ("Flageolet"): Replace `draw' with `penstroke'.
4906         ("Segno"): Replace `filldraw' with `penstroke'.
4907         Replace `draw' with `drawdot'.
4908         ("Coda"): Replace `fill' with `penstroke', using a single path.
4909         ("Varied Coda"): Use less overlapping paths.
4910         (draw_arpeggio_arrow): Replace `filldraw' with `fill', using a
4911         single path.
4912
4913         * mf/feta-slag.mf (draw_trillelement): Put `clearxy' outside of
4914         group to better control the `labels' command.
4915         Rename argument to `offset' and use it actually.  Update all
4916         callers.
4917         Replace `filldraw' with `fill'.
4918         ("mordent", "prallmordent", "upmordent", "downmordent",
4919         "lineprall"): Replace `draw' with `draw_gridline'.
4920         ("upprall", "downprall"): Replace `draw' with `fill'.
4921
4922         * mf/feta-timesig.mf: Formatting.
4923
4924         * mf feta-toevallig.mf (draw_meta_flag): Move code to draw labels
4925         to...
4926         ("Flat"): Here.
4927         (draw_paren): Move code to draw labels to...
4928         ("Right Parenthesis"): Here.
4929
4930 2005-01-02  Graham Percival <gperlist@shaw.ca>
4931
4932         * Documentation/user/notation.itely: add example of \setTextDecresc
4933         and \setTextDim.
4934
4935 2005-01-02  Tatsuya Ono <tats_ono@infoseek.jp>
4936
4937         * scm/define-markup-commands.scm :  fix glyph-strings of
4938         accidentals and \note-by-number
4939
4940 2005-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4941
4942         * VERSION: 2.5.6 released.
4943         
4944         * ps/lilyponddefs.ps: put mm -> pt scaling in here.
4945
4946         * input/regression/new-markup-scheme.ly: oops. font-family=music
4947         -> font-encoding fetaMusic.  
4948
4949         * lily/main.cc: put default to PS.
4950
4951         * lily/tfm.cc: idem.
4952
4953         * lily/afm.cc: idem.
4954
4955         * lily/include/modified-font-metric.hh (struct
4956         Modified_font_metric): remove coding_scheme() method.
4957
4958         * input/mutopia/F.Schubert/morgenlied.ly: convert to utf8
4959
4960         * scripts/convert-ly.py (conv): crash on encountering \encoding.
4961
4962         * input/les-nereides.ly: convert to utf8
4963
4964         * lily/modified-font-metric.cc (text_dimension): idem.
4965
4966         * lily/parser.yy (TODO): idem.
4967
4968         * lily/include/lily-lexer.hh (class Lily_lexer): idem.
4969
4970         * lily/lexer.ll: remove encoding
4971
4972         * scm/framework-ps.scm (output-variables): separately scale the
4973         page to mm 
4974
4975         * lily/pango-font.cc (Pango_font): fix scaling.
4976
4977         * lily/font-metric.cc (design_size): design_size returns a
4978         dimension now as well.
4979
4980 2004-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4981
4982         * mf/GNUmakefile ($(outdir)/%.otf-table): use findstring. Fixes
4983         brace generation. 
4984
4985         * lily/text-metrics.cc (LY_DEFINE): use scm_c_make_hash_table().
4986
4987 2004-12-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4988
4989         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Do not try to
4990         install unbuildable Fontmap and Fontmap.lily (Simon Aridis-Lang).
4991
4992 2004-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4993
4994         * mf/GNUmakefile ($(outdir)/%.otf-table): include parmesan20.lisp
4995         in first run as well.
4996
4997         * scm/paper.scm (layout-set-staff-size): use text-font-size in
4998         dimension less points (ie. 12 = 12 point)
4999
5000         * lily/pango-select.cc (select_pango_font): use find_scaled_font().
5001
5002         * lily/all-font-metrics.cc (find_pango_font): set description_
5003
5004         * lily/pango-font.cc (text_stencil): export size as well.
5005         (text_stencil): fix scaling and extents box.
5006
5007 2004-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5008
5009         * Documentation/topdocs/NEWS.texi (Top): add -f texstr
5010
5011         * Documentation/user/invoking.itely (Invoking lilypond): document
5012         texstr
5013
5014         * scripts/convert-ly.py (conv): add ancient rules.
5015
5016         * scm/clef.scm (c0-pitch-alist): replace - with .
5017
5018         * scripts/lilypond-book.py (process_snippets): add texstr support.
5019
5020         * scm/framework-texstr.scm (header): change extension to .textmetrics
5021
5022         * lily/lily-parser.cc (parse_file): do try_load_text_metrics for
5023         -f tex.
5024
5025         * lily/text-metrics.cc: new file.
5026         (try_load_text_metrics): new function
5027
5028         * lily/include/text-metrics.hh: new file.
5029
5030 2004-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5031
5032         * lily/include/lily-guile.hh (ly_lily_module_constant): rename
5033         ly_scheme_function to ly_lily_module_constant.
5034
5035         * lily/modified-font-metric.cc (text_dimension): try
5036         lookup_tex_text_dimension() first.
5037
5038         * lily/tfm.cc: new function ly:load-text-dimensions
5039
5040 2004-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5041
5042         * scm/output-texstr.scm (text): use \lilygetmetrics
5043
5044         * scm/framework-texstr.scm (header): dump in new format.
5045
5046         * tex/lilypond-tex-metrics: new file.
5047         
5048 2004-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5049
5050         * lily/pango-font.cc (text_stencil): Quick try at glyph->charcode
5051         mapping.
5052         (index_to_charcode): New method.
5053
5054         * scm/output-ps.scm (glyph-string): 
5055         * scm/output-gnome.scm (glyph-string): Add FONT parameter.
5056
5057 2004-12-26  Jan Nieuwenhuizen  <janneke@gnu.org>
5058
5059         * scm/output-gnome.scm (FIXME-glyph-string): New function.  Cannot
5060         implement fully, need FONT to get to charcode.
5061
5062         * scm/lily.scm (ly:all-stencil-expressions): Add glyph-string.
5063
5064         * scm: Cleanups.
5065
5066         * Documentation/user/changing-defaults.itely: Fix internalsrefs
5067         {Tunable context properties},
5068         {All layout objects},
5069         {Music definitions}.
5070
5071 2004-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5072
5073         * VERSION: release 2.5.5
5074         
5075         * lily/main.cc: use TeX as default output format.
5076
5077         * flower/file-path.cc (find): try to open directly as well, so we
5078         find absolute path files. 
5079
5080         * lily/pango-select.cc: new file.
5081
5082         * scm/framework-ps.scm: remove all encoding code. 
5083         load pfb/pfa for PangoFont too.
5084         
5085         * lily/lily-guile.cc (ly_chain_assoc_get): new function.
5086
5087 2004-12-22  Werner Lemberg  <wl@gnu.org>
5088
5089         Prepare glyph shapes for mf2pt1 conversion.
5090
5091         * mf/feta-toevallig.mf ("Double Sharp"): Minor path fix.
5092
5093         * mf/feta-bolletjes.mf (penposx): New auxiliary macro.
5094         (define_triangle_shape): Use it to replace `draw' with `fill' and
5095         `unfill'.  Update all callers.
5096         (draw_slash): Replace `filldraw' with `fill'.  Update all callers.
5097         (draw_cross): Ditto.
5098         ("X-Circled notehead"): Replace `draw' with `fill' and `unfill'.
5099         Use penrazor for better conversion with mf2pt1.
5100         (generic_draw_solfa_note_shape, draw_solfa_note_shape,
5101         draw_solfa_quarter_note_shape, triangle): Removed.  Unused.
5102         (draw_do_head, draw_re_head, draw_mi_head, draw_fa_head,
5103         draw_la_head, draw_ti_head): Replace `filldraw' with
5104         `fill'.  Update all callers.
5105
5106 2004-12-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5107
5108         * lily/paper-book.cc (output): revert: only allow a single output
5109         format.
5110
5111         * lily/include/pango-font.hh: new file.
5112
5113         * lily/pango-font.cc: new file.
5114
5115         * lily/font-metric.cc (text_stencil): new routine
5116
5117         * lily/all-font-metrics.cc (find_pango_font): new routine.
5118
5119         * lily/include/font-metric.hh (struct Font_metric): add
5120         text_stencil()
5121
5122         * configure.in (PKG_CONFIG_PATH): require PANGO_FT2
5123
5124 2004-12-22  Werner Lemberg  <wl@gnu.org>
5125
5126         Prepare glyph shapes for mf2pt1 conversion.
5127
5128         * mf/feta-macros.mf, mf_feta-eindelijk.mf: Some formatting.
5129
5130         * mf/feta-toevallig.mf: Formatting.
5131         (draw_meta_sharp): Modify path to replace `filldraw' with `fill'.
5132         ("Natural"): Fix paths to allow better postprocessing.
5133         (draw_meta_flat): Use `z3l' as additional point in path to get
5134         better conversion with mf2pt1.
5135         Other minor cleanups.
5136         ("3/4 Flat"): Add auxiliary points and modify path to replace
5137         `draw' with `fill'.
5138         ("Double Sharp"): Mirror path segments instead of picture elements
5139         to get a single outline.
5140         Modify path to replace `filldraw' with `fill'.
5141
5142 2004-12-22  Graham Percival  <gperlist@shaw.ca>
5143
5144         * input/test/unfold-all-repeats.ly: added file back.
5145
5146         * Documentation/user/notation.itely,
5147         Documentation/user/programming-interface.itely
5148         Documentation/user/changing-defaults.itely: fixed misc broken
5149         links to input/test/ files.
5150
5151 2004-12-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5152
5153         * tex/texinfo.tex: Update.  We should not be distributing this,
5154         but since we do, use latest version.
5155
5156         * Documentation/user/macros.itexi: Comment-out \fetaflat,
5157         \fetasharp.  Fixes make web.  FIXME: make usable (compatible?) TeX
5158         macros for feta glyphs.
5159
5160 2004-12-22  Graham Percival  <gperlist@shaw.ca>
5161
5162         * Documentation/user/changing-defaults.itely: fix index for set.
5163
5164         * Documentation/user/converters.itely: added convert-ly bugs list
5165         from CVS.
5166
5167 2004-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5168
5169         * python/lilylib.py (setup_environment): Set GS_FONTPATH, GS_LIB
5170         to empty.  Fixes make web, using gs-gpl-8.01.  In fact,
5171         gs-afpl-8.50 has more trouble with make web (ie, uses *a lot* more
5172         resourses; 3x MAXSIZE, 4x MAXRSS, 1.5x user).
5173
5174         * mf/GNUmakefile (pfa_warning): Use less broken check.
5175
5176         * python/lilylib.py (setup_environment): Remove cruft from
5177         GS_FONTPATH.
5178
5179         * configure.in: Bump mftrace requirement to 1.1.1.
5180
5181 2004-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5182
5183         * scm/output-svg.scm (beam): Use polygon.
5184
5185         * scm/lily-library.scm: Bugfix.
5186
5187         * Documentation/user/invoking.itely (Invoking lilypond): Bugfix.
5188
5189         * mf/GNUmakefile (ALL_GEN_FILES): Remove unbuildable Fontmap.lily.
5190
5191 2004-12-19  Werner Lemberg  <wl@gnu.org>
5192
5193         Prepare glyph shapes for mf2pt1 conversion.
5194
5195         * mf/feta-eindelijk: Some formatting.
5196         (multi_rest_x, multi_beam_height): Removed.  Unused.
5197         ("Quarter rest"): Use `intersectiontimes' to create a single
5198         outline.
5199         (rest_crook): Removed.  Unused.
5200         (draw_rest_bulb): Return path (wihtout filling).  Update callers.
5201         Simplified.
5202         (draw_eighth_rest, "16th rest", "32th rest", "64th rest",
5203         "128th rest"): Simplify `pat'.
5204         Create single outline.
5205
5206 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5207
5208         * mf/GNUmakefile (ALL_GEN_FILES):
5209         (INSTALLATION_OUT_SUFFIXES): Remove unbuildable fonts.scale.
5210
5211         * scm/output-svg.scm (polygon, draw-line, dashed-line): New
5212         function.
5213
5214 2004-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5215
5216         * scm/output-texstr.scm (placebox): add routine
5217
5218         * VERSION (PACKAGE_NAME): release 2.5.4
5219
5220         * scm/framework-texstr.scm (output-framework): new file.  
5221
5222         * scm/output-texstr.scm: new file. Collect (TEXT . ) calls for TeX
5223         processing.
5224
5225         * Documentation/user/invoking.itely (Invoking lilypond): add SVG
5226
5227         * stepmake/stepmake/metafont-rules.make: make single SVG/PFA/PFB
5228         rule.
5229
5230         * configure.in (gui_b): bump mftrace requirement to 1.1.0
5231
5232         * mf/feta-bolletjes.mf (triangle): add s to 0triangle.
5233
5234         * mf/GNUmakefile (ALL_GEN_FILES): make SVG files too.
5235
5236 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5237
5238         * scm/framework-svg.scm (dump-page): Implement landscape.
5239
5240 2004-12-18  Jan Nieuwenhuizen  <janneke@gnu.org>
5241
5242         * lily/main.cc (setup_paths): Add svg to search path.
5243
5244         * scm/output-svg.scm:
5245         * scm/framework-svg.scm: Add pageSet.  Update.
5246         (dump-fonts): New function.
5247         (output-framework): Use it.
5248
5249         * mf/GNUmakefile: 
5250         * buildscripts/gen-bigcheese-scripts.py: Also generate SVG font.
5251
5252 2004-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5253
5254         * tex/lilyponddefs.tex: comment out new ifpdf code.
5255
5256 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5257
5258         * GNUmakefile.in: 
5259         * SConstruct (symlink): Replace afm by otf.
5260
5261         * scm/framework-gnome.scm (gnome-main): Remove invocation of
5262         ly:pango-add-afm-decoder.
5263
5264         * lily/lily-guile.cc ("ly:pango-add-afm-decoder"): Build fix: Remove.
5265
5266 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5267
5268         * scm/output-ps.scm (new-text): don't access t glyph for getting
5269         space dimension.
5270
5271         * ly/init.ly: warn about \version
5272
5273         * lily/lexer.ll: set version-seen?
5274
5275 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5276
5277         * scm/output-svg.scm (string->entities): Update.
5278
5279 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5280
5281         * lily/main.cc (setup_paths): replace afm by otf for path. 
5282
5283         * lily/pangofc-afm-decoder.cc: remove.
5284
5285         * lily/include/pangofc-afm-decoder.hh: remove.
5286
5287         * scm/framework-scm.scm (output-framework): new file.
5288
5289         * mf/GNUmakefile: remove SAUTER_FONTS.
5290         remove SVG/sodipodi hacks.
5291
5292         * scm/lily-library.scm (stderr): move stderr.
5293
5294         * mf/GNUmakefile: remove AFM support.
5295
5296         * buildscripts/mf-to-table.py (base): remove AFM support.
5297
5298         * lily/open-type-font.cc (design_size): use design_size
5299
5300 2004-12-17  Pedro Kroger  <kroeger@pedrokroeger.net>
5301
5302         * lily/font-metric.cc (LY_DEFINE): Fix the docstring.
5303
5304 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5305
5306         * mf/GNUmakefile: Generate combined aybabtu info.
5307         * mf/aybabtu.pe.in (i): Load it.
5308
5309         * scm/framework-tex.scm (otf-font-load-command): Bugfix: subfonts
5310         are not symbols.
5311
5312         * lily/include/open-type-font.hh (count): New method.
5313
5314         * mf/aybabtu.pe.in: Typo.
5315
5316         * Documentation/user/out/lilypond-internals.nexi (Scheme
5317         functions): Typo.
5318
5319         * lily/include/guile-compatibility.hh (SCM_HASHTABLE_P): Add compat.
5320
5321 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5322
5323         * buildscripts/gen-bigcheese-scripts.py (i): use symbols for
5324         subfonts.
5325
5326         * scm/output-tex.scm (named-glyph): new function. This fixes TeX output.
5327
5328         * scm/framework-tex.scm (otf-font-load-command): load subfonts.
5329         (tex-font-command-raw): new function.
5330
5331         * lily/include/virtual-font-metric.hh (Module): remove file
5332
5333         * lily/virtual-font-metric.cc (Module): remove file.
5334         
5335
5336         * lily/open-type-font.cc (LY_DEFINE): ly:otf-font-glyph-info
5337         (get_indexed_char): read bbox from lily table if present.
5338
5339 2004-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5340
5341         * mf/GNUmakefile ($(outdir)/aybabtu.subfonts): rule for
5342         aybabtu.subfonts
5343
5344         * mf/feta-beugel.mf (y): don't number consecutively, instead, use
5345         global glyphname. Enables more than 64 glyphs in the OTF.
5346
5347 2004-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
5348
5349         * scm/font.scm (add-music-fonts): Load aybabtu iso all separate
5350         braces.
5351
5352         * lily/open-type-font.cc (design_size): Use 12 as default for
5353         design size.
5354
5355         * mf/aybabtu.pe.in: New file.  Merge all our braces.
5356
5357         * mf/GNUmakefile: Generate aybabtu.
5358
5359         * tex/lilyponddefs.tex: teTeX 3.0 pdfetex fix.
5360
5361 2004-12-14  Jan Nieuwenhuizen  <janneke@gnu.org>
5362
5363         * scm/lily-library.scm (char->unicode-index): Remove.
5364
5365         * scm/output-gnome.scm (text): Bugfix for plain string input.
5366         Updates.
5367
5368         * scm/output-svg.scm (svg-font): Add weight to font selection.
5369
5370 2004-12-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5371
5372         * Documentation/topdocs/INSTALL.texi (Top): Point to
5373         buildscripts/out/clean-fonts instead of
5374         buildscripts/clean-fonts.sh. 
5375
5376 2004-12-13  Graham Percival  <gperlist@shaw.ca>
5377
5378         * input/regression/figured-bass.ly: attempt to clarify text.
5379
5380         * Documentation/user/notation.tely: add cindex for tag, attempt to
5381         add figured bass example.
5382
5383         * Documentation/user/changing-defaults: basic editing.
5384
5385 2004-12-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5386
5387         * buildscripts/gen-bigcheese-scripts.py (i): load .subfonts table. 
5388
5389         * lily/open-type-font.cc (LY_DEFINE): new function
5390         ly:font-sub-fonts
5391
5392         * lily/include/font-metric.hh (struct Font_metric): new method
5393         sub_fonts()
5394
5395         * lily/vaticana-ligature-engraver.cc (transform_heads): replace
5396         . with - in add.stem.
5397         
5398 2004-12-13  Jan Nieuwenhuizen  <janneke@gnu.org>
5399
5400         * scm/encoding.scm (coding-alist): Fix encodings for fetaNumber
5401         and fetaDynamic.
5402
5403         * lily/rest.cc (glyph_name): Change - to . .
5404
5405         * scm/output-gnome.scm (text): Hello world, again.
5406
5407         * scm/output-svg.scm (named-glyph): New function.  Hello world!
5408
5409         * lily/modified-font-metric.cc (index_to_charcode): New method.
5410
5411         * lily/include/font-metric.hh (index_to_charcode): New function.
5412
5413         * lily/font-metric.cc (ly:font-glyph-name-to-charcode): Use it in
5414         new function.
5415         (ly:font-glyph-to-index): Remove.
5416
5417 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5418
5419         * lily/open-type-font.cc (make_index_to_charcode_map): new method.
5420
5421         * mf/feta-autometric.mf (code): remove tex name from fet_beginchar.
5422
5423         * lily/open-type-font.cc (load_scheme_table): new function
5424
5425         * lily/dots.cc (print): replace - 
5426
5427         * lily/open-type-font.cc (attachment_point): new function.
5428         (load_table): read LILC table
5429
5430         * buildscripts/gen-bigcheese-scripts.py (Module): new
5431         file. Generate FF scripts.
5432
5433         * mf/feta-din10.mf: idem.
5434
5435         * mf/feta-nummer10.mf: remove mf files.
5436
5437         * mf/feta-alphabet.mf (dynamic_design_size): merge din and number font.
5438
5439 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
5440
5441         * lily/lily-guile.cc: Use scm_from_locale_stringn.
5442
5443         * lily/include/guile-compatibility.hh (scm_from_locale_stringn): Add
5444         compatibility.
5445
5446 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5447
5448         * lily/open-type-font.cc (get_indexed_char): scale metrics by
5449         design-size and units_per_EM.
5450
5451         * mf/bigcheese.pe.in: set PUA codepoints before loading din & nummer.
5452
5453 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
5454
5455         * mf/bigcheese.pe.in (i): Map to 0xe000 (PUA) for testing, which
5456         does not crash fontforge.
5457
5458         * scm/lily-library.scm (char->unicode-index): Hack to map onto
5459         PUA.
5460
5461 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5462
5463         * scm/framework-ps.scm (ps-embed-cff): new function.
5464
5465         * lily/lily-guile.cc (LY_DEFINE): make ly:gulp-file binary proof.
5466
5467 2004-12-12  Werner Lemberg  <wl@gnu.org>
5468
5469         * mf/bigcheese.pe.in: Add PUA mapping.
5470         Don't create Type 42 but bare CFF font.
5471
5472 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
5473
5474         * scm/output-gnome.scm (placebox): Hackery to get bigcheese symbols
5475         within canvas boundaries.
5476
5477         * mf/merge.pe.in: Set font names, version, license GPL.
5478
5479         * make/substitute.make: Add FONTFORGE.
5480
5481         * config.make.in (FONTFORGE): Add.
5482
5483         * configure.in (gui_b): Use PATH_PROG for fontforge.
5484
5485 2004-12-11  Graham Percival  <gperlist@shaw.ca>
5486
5487         * scm/define-markup-commands.scm: add baseline-skip to info
5488         about \column.
5489
5490 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
5491
5492         * lily/font-metric.cc (ly:font-get-glyph-index): New function.
5493
5494         * scm/output-gnome.scm (named-glyph): Use it.
5495
5496         * scm/lily.scm (ly:all-stencil-expressions): Add named-glyph.
5497
5498         * flower/string.cc (substitute_char): Rename, rewrite, modify this.
5499         (upper_string, lower_string, reverse_string): Remove.
5500
5501         * configure.in (fontforge): Reinstate version check.
5502
5503         * ly/engraver-init.ly: Fix clef glyph names.
5504
5505         * lily/time-signature.cc (special_time_signature): Fix fraction
5506         glyph names.
5507
5508 2004-12-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5509
5510         * mf/merge.pe: new file.
5511
5512         * lily/freetype.cc: new file.
5513
5514         * lily/include/open-type-font.hh (class Open_type_font): new file.
5515
5516         * lily/include/freetype.hh: new file.
5517
5518         * lily/open-type-font.cc: new file.
5519
5520         * lily/all-font-metrics.cc (find_otf): new function.
5521
5522 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
5523
5524         * lily/time-signature.cc (special_time_signature): Fix.
5525
5526         * configure.in (PKG_CONFIG_PATH): Remove stray `i'.  Check for
5527         GTK2 before checking for pango.  Fixes -fgnome.
5528
5529         * lily/font-metric.cc (LY_DEFINE): Also rename C name to match
5530         Scheme name.
5531
5532         * scm/define-markup-commands.scm:
5533         * scm/safe-lily.scm: Bugfix: ly:font-by-name.
5534
5535         * configure.in: Require makeinfo 4.7 (needed for @ifdocbook).
5536
5537         * stepmake/aclocal.m4 (STEPMAKE_GET_VERSION): Grok fontforge-like
5538         date versions.  Fixes configure.
5539         (STEPMAKE_CHECK_VERSION): Support optional actual program version
5540         argument.
5541
5542 2004-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5543
5544         * buildscripts/mf-to-table.py (write_ps_encoding): write real
5545         names in .enc
5546
5547         * lily/*.cc: use '.' iso. '-' for separating glyph name elements.
5548
5549 2004-12-09  Graham Percival  <gperlist@shaw.ca>
5550
5551         * Documentation/user/changing-defaults.itely: add info about
5552         make-dynamic-script
5553
5554         * Documentation/user/notation.itely: add link in dynamics to
5555         section about make-dynamic-script.
5556
5557 2004-12-09  Christian hitz  <chhitz@gmx.net>
5558
5559         * lily/lily-guile.cc: change MACOS_X to __APPLE__
5560
5561 2004-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5562
5563         * buildscripts/mf-to-table.py (parse_logfile): use . for
5564         concatting name and group.
5565         (parse_logfile): use M for Minus (negative.)
5566
5567         * lily/include/type-swallow-translator.hh
5568         (DECLARE_EVENT_SWALLOWER): ENTER_DESCRIPTION -> ADD_TRANSLATOR
5569
5570         * lily/*.cc: cosmetics around = sign.
5571
5572         * lily/paper-column.cc (Paper_column): copy rank_. This fixes
5573         lyric spacing on the penultimate column.
5574
5575 2004-12-05  Christian Hitz  <chhitz@gmx.net>
5576
5577         * configure.in:
5578         * lily/accidental-placement.cc:
5579         * lily/bar-line.cc:
5580         * lily/beam-concave.cc:
5581         * lily/beam-quanting.cc:
5582         * lily/beam.cc:
5583         * lily/bezier-bow.cc:
5584         * lily/bezier.cc:
5585         * lily/break-align-interface.cc:
5586         * lily/custos.cc:
5587         * lily/dimension-cache.cc:
5588         * lily/dot-column.cc:
5589         * lily/font-metric.cc:
5590         * lily/font-select.cc:
5591         * lily/gourlay-breaking.cc:
5592         * lily/grob-property.cc:
5593         * lily/grob.cc:
5594         * lily/lily-guile.cc:
5595         * lily/line-spanner.cc:
5596         * lily/lookup.cc:
5597         * lily/lyric-extender.cc:
5598         * lily/lyric-hyphen.cc:
5599         * lily/mensural-ligature.cc:
5600         * lily/midi-def.cc:
5601         * lily/misc.cc:
5602         * lily/note-collision.cc:
5603         * lily/note-column.cc:
5604         * lily/note-head.cc:
5605         * lily/paper-outputter.cc:
5606         * lily/percent-repeat-item.cc:
5607         * lily/rest-collision.cc:
5608         * lily/side-position-interface.cc:
5609         * lily/simple-spacer.cc:
5610         * lily/slur-configuration.cc:
5611         * lily/slur-scoring.cc:
5612         * lily/slur.cc:
5613         * lily/spaceable-grob.cc:
5614         * lily/spacing-spanner.cc:
5615         * lily/spanner.cc:
5616         * lily/staff-symbol-referencer.cc:
5617         * lily/stem.cc:
5618         * lily/stencil.cc:
5619         * lily/system-start-delimiter.cc:
5620         * lily/system.cc:
5621         * lily/text-item.cc:
5622         * lily/tie.cc:
5623         * lily/tuplet-bracket.cc:
5624         * lily/vaticana-ligature.cc: Fix for MacOS X: use <math.h> instead of
5625         <cmath> beacause isinf/isnan is undefined in <cmath>
5626
5627 2004-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5628
5629         * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond.
5630
5631 2004-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5632
5633         * VERSION: release 2.5.3
5634         
5635 2004-11-29  Arno Waschk <arno@arnowaschk.de>
5636
5637         * mf/feta-schrift.mf: added <>-like articulation mark as "espressivo"
5638
5639 2004-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5640
5641         * scm/music-functions.scm (cue-substitute): voice counts start at 0.
5642
5643         * lily/note-head.cc (internal_print): always try the "s" head if
5644         u/d not found.
5645
5646         * scm/titling.scm (marked-up-headfoot): reinstate default tagline.
5647
5648 2004-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5649
5650         * mf/parmesan-heads.mf (overdone_heads): typos.
5651
5652 2004-11-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5653
5654         * lily/parser.yy (markup): in markups, { .. } without command
5655         before are also flattened, ie \line must be explicitely used.
5656
5657         * Documentation/user/changing-defaults.itely:
5658         * Documentation/user/notation.itely: 
5659         * input/wilhelmus.ly: 
5660         * input/regression/instrument-name-markup.ly: 
5661         * input/regression/markup-score.ly: 
5662         * input/regression/new-markup-scheme.ly: 
5663         * input/regression/new-markup-syntax.ly: 
5664         * input/test/coriolan-margin.ly: use \line in markups where
5665         appropriate
5666         
5667 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5668
5669         * scm/new-markup.scm (map-markup-command-list): helper function
5670         used in parser.yy to map markup commands on a markup list.
5671
5672         * lily/parser.yy: get rid off < > in markups by treating { } as
5673         real lists.
5674
5675         * lily/lexer.ll: remove < > from markup lexer mode.
5676
5677         * scripts/convert-ly.py (conv): add rule for converting 
5678         \markup < > to \markup { }
5679
5680         * ly/titling-init.ly: 
5681         * input/test/coriolan-margin.ly: 
5682         * input/regression/new-markup-syntax.ly: 
5683         * input/regression/new-markup-scheme.ly: 
5684         * input/regression/multi-measure-rest-text.ly: 
5685         * input/regression/markup-stack.ly: 
5686         * input/regression/markup-score.ly: 
5687         * input/regression/instrument-name-markup.ly: 
5688         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: 
5689         * input/mutopia/R.Schumann/romanze-op28-2.ly: 
5690         * input/mutopia/J.S.Bach/wtk1-fugue2.ly: 
5691         * input/wilhelmus.ly: 
5692         * Documentation/user/notation.itely: 
5693         * Documentation/user/music-glossary.tely: 
5694         * Documentation/user/changing-defaults.itely: change < > to { } in
5695         markups
5696
5697 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5698
5699         * lily/accidental-placement.cc (position_accidentals): shortcut if
5700         no accidentals to place.
5701
5702 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5703
5704         * scm/define-grob-properties.scm (all-user-grob-properties): fixed
5705         typo s/ly:dimension ?/ly:dimension?/
5706
5707         * input/regression/lily-in-scheme.ly: 
5708         * input/regression/music-function.ly: 
5709         * ly/spanners-init.ly (assertBeamSlope): 
5710         * scm/music-functions.scm (def-grace-function): add the paper
5711         argument to music function definitions.
5712
5713 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5714
5715         * lily/moment.cc (LY_DEFINE):
5716         ly:moment-main-{denominator,numberator}, new function.
5717
5718         * lily/score-engraver.cc (typeset_all): assign to column on basis
5719         of axis-group-parent-X setting.
5720
5721         * lily/axis-group-engraver.cc (process_acknowledged_grobs): do
5722         add_element() on basis of axis-group-parent-Y setting.
5723
5724         * lily/grob.cc: add axis-group-parent-{XY} properties.
5725
5726         * input/regression/spacing-stick-out.ly: new file.
5727
5728         * lily/simple-spacer.cc (add_columns): use binary search for
5729         setting column rods. Changes O(n^2) to O(n log(n)) for
5730         constructing spacing problem from columns.
5731         (add_columns): read allow-outside-line to make sure no texts stick
5732         out.
5733         (solve): Simple_spacer::is_active() only determines
5734         satisfies_constraints_ for non-ragged typesetting.
5735
5736         * lily/simultaneous-music.cc (to_relative_octave): only set
5737         old_relative_used if return pitch actually changed.
5738
5739         * scm/define-context-properties.scm
5740         (all-user-translation-properties): change to match implementation.
5741
5742         * python/lilylib.py: Replace re.match by re.search and adds "-c
5743         showpage" to the gs command line (Johannes Schindelin)
5744
5745         * scm/framework-ps.scm (output-preview-framework): sanitize bbox
5746         before processing. Prevents crash when inf is in the extent.
5747
5748         * scm/define-markup-commands.scm (note-by-number): add "s" to
5749         "noteheads-" glyphname.
5750  
5751         * lily/parser.yy (Generic_prefix_music): supply parser argument to
5752         music function as well.
5753         
5754 2004-11-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5755
5756         * VERSION: release 2.5.2
5757
5758         * Documentation/user/changing-defaults.itely (Creating titles):
5759         add breakbefore variable.
5760
5761         * lily/paper-book.cc (set_system_penalty): new function. Set
5762         penalty_ based on breakBefore setting
5763
5764         * lily/context-specced-music-iterator.cc (construct_children):
5765         interpret special context id $uniqueContextId 
5766
5767         * lily/context.cc (create_unique_context): new method. Move
5768         creation of unique (\new) contexts into interpreting phase. This
5769         makes
5770
5771           foo= \new Staff ..
5772           << \foo \foo >>
5773
5774         produce 2 staves.
5775         
5776
5777         * scm/define-music-properties.scm (all-music-properties): add
5778         quoted-voice-direction
5779
5780         * ly/music-functions-init.ly: killCues function.
5781
5782         * scm/music-functions.scm (cue-substitute): move creation of voice
5783         contexts further to the back. 
5784
5785 2004-11-25  Werner Lemberg  <wl@gnu.org>
5786
5787         * tex/GNUmakefile ($(outdir)/latin1.enc): Replace `/minus' with
5788         `/hyphen' in encoding vector to get correct glyph name for EC fonts.
5789
5790 2004-11-24  Erik Sandberg  <ersa9195@student.uu.se>
5791
5792         * buildscripts/guile-gnome.sh: Fixed typo.
5793
5794 2004-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5795
5796         * lily/lexer.ll: add < >  to markup lexer mode (backportme)
5797
5798         * scripts/abc2ly.py (dump_slyrics): add ord(). 
5799
5800         * lily/note-heads-engraver.cc (process_music): add shapeNoteStyles
5801         to regular engraver. 
5802
5803 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5804
5805         * mf/feta-bolletjes.mf (triangle): rewrite solfa heads.
5806
5807 2004-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5808
5809         * scm/define-markup-commands.scm (fill-line): Typo.
5810
5811         * buildscripts/guile-gnome.sh (GGVERSION): Build update for 2.7.96
5812         and newer.
5813
5814 2004-11-22  Erik Sandberg  <ersa9195@student.uu.se>
5815
5816         * ly/dynamic-scripts-init.ly: Fixed typo.
5817
5818 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5819
5820         * mf/feta-bolletjes.mf (overdone_heads): cleanup triangle
5821         note-head, to have different attachment points for up and down.
5822
5823         * mf/feta-bolletjes.mf: merge solfa heads into main note heads.
5824
5825         * mf/feta-generic.mf (else): remove solfa.
5826
5827         * mf/feta-bolletjes.mf (tishape): remove unicode test.
5828
5829         * scm/define-context-properties.scm
5830         (all-user-translation-properties): add shapeNoteStyles property.
5831
5832         * lily/shape-note-heads-engraver.cc (process_music): new file.
5833
5834         * lily/event.cc (transpose): call Event::transpose() for
5835         transposing the tonic.
5836
5837 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5838
5839         * scm/output-gnome.scm: Save some pointers about pango/fontconfig
5840         Unicode/OpenType and AFM.
5841
5842         * lily/include/guile-compatibility.hh (scm_from_bool): Add.
5843
5844 2004-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5845
5846         * lily/grob.cc (Grob): idem. Plugs mem leaks. 
5847
5848         * lily/context.cc (Context): unprotect key from ctor.
5849
5850         * scm/stencil.scm (stack-lines): return empty-stencil if argument
5851         is '()
5852         (stack-stencils): idem.
5853
5854         * Documentation/user/changing-defaults.itely (Creating titles):
5855         document new title layout options.
5856
5857         * lily/parser.yy (lilypond_header_body): copy previous
5858         $globalheader if present.
5859
5860         * lily/ly-module.cc (LY_DEFINE): rename ly:import-module to
5861         ly:module-copy
5862         
5863         * scm/page-layout.scm (marked-up-headfoot): remove old functions.
5864
5865         * scm/titling.scm: remove old titling functions
5866
5867         * lily/stencil.cc (translate): remove absolute dimension.
5868
5869         * ly/titling-init.ly (oddFooterMarkup): new file. Generate titles
5870         via markup.
5871
5872         * scm/page-layout.scm (marked-up-headfoot): create header/footer
5873         field from user-supplied markup
5874
5875         * scm/define-markup-commands.scm (on-the-fly): new markup
5876         command. Enter SCM markup procedure directly in Scheme.
5877         (fromproperty): new markup command. Read markup from props argument.
5878
5879         * scm/titling.scm (marked-up-title): create title via
5880         user-specified markup. 
5881
5882         * scm/define-markup-commands.scm (column): remove empty stencils
5883         from column.
5884
5885         * lily/ly-module.cc (LY_DEFINE): use ly_module_lookup(). This does
5886         not have side-effect of creating variable stub.
5887
5888         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-empty?
5889
5890 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5891
5892         * scm/encoding.scm (coding-alist): 
5893         * scm/font.scm (add-ec-fonts):
5894         * ly/paper-defaults.ly: Use actual name for EC fontencoding:
5895         Extended-TeX-Font-Encoding---Latin.
5896
5897         * lily/side-position-interface.cc (general_side_position): Add
5898         actual offset to error message (avoid constant error messages).
5899
5900         * lily/all-font-metrics.cc (find_font): Add "lm" to try-AFM-first
5901         block.
5902
5903         * lily/font-select.cc (select_encoded_font)
5904         (get_font_by_mag_step, get_font_by_design_size): 
5905         * lily/modified-font-metric.cc (Modified_font_metric): 
5906         * lily/paper-def.cc (find_scaled_font): Add font_encoding parameter.
5907
5908         * scm/encoding.scm (coding-alist): Add fetaDynamic.
5909         (read-encoding-file): Bugfix: do not require space after bracket.
5910
5911         * scm/font.scm (add-cork-lm-fonts): Remove lmbxi8 and lmbxi14,
5912         these do not exist.
5913
5914 2004-11-20  Graham Percival  <gperlist@shaw.ca>
5915
5916         * Documentation/user/notation.itely: added info about typesetting
5917         boxed bar numbers.
5918
5919 2004-11-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5920
5921         * flower/interval.cc (T_to_string): gcc4 fixes.
5922
5923         * scm/define-markup-commands.scm (fill-line): use
5924         stack-stencils. This fixes problems with putting already centered
5925         stencils in a line.
5926
5927         * VERSION: release 2.5.1
5928
5929         * lily/bar-line.cc (get_staff_bar_size): add line thickness.
5930
5931 2004-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5932
5933         * input/example-[1-3].ly: simplify.
5934
5935         * lily/cluster-engraver.cc (try_music): react to busy-playing-event
5936
5937         * scm/output-ps.scm (new-text): new function. Use glyphshow to
5938         show glyphs.
5939
5940         * scm/encoding.scm (decode-byte-string): new function.
5941
5942         * scripts/convert-ly.py (conv): add warning about
5943         set-global-staff-size.
5944
5945         * Doxyfile: add. 
5946
5947         * scripts/convert-ly.py (conv): add raggedlastbottom rule
5948         (conv): warn for TextSpanner split.
5949         (conv): warn for textheight.
5950
5951 2004-11-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5952
5953         * GNUmakefile.in (install-WWW): Invoke install-info, so that when
5954         building the documentation, info with images are installed.
5955         (final-install): Fix description.  Mention sourcing of login
5956         scripts (instead of running).
5957
5958 2004-11-18  Jan Nieuwenhuizen  <janneke@gnu.org>
5959
5960         * Debian lmodern support.  Note that LilyPond will issue warnings
5961         
5962             no such encoding: "FontSpecific"
5963
5964           The font selection mechanism wants to get the encoding from the
5965           font itself, but the idea of lmodern is that it is usable with
5966           different encodings, ie, Lily should get the encoding from the
5967           font tree, rather than the font itself.  This would require some
5968           more work.
5969         
5970         * configure.in: Test for and accept lmodern if EC fonts not found.
5971
5972         * scm/framework-tex.scm (font-load-command): TeX font name
5973         mangling for latin1 encoded cork-lm fonts.
5974         (convert-to-ps): Load lm.map if available.
5975
5976         * ly/paper-defaults.ly: Use cork-lm encoding if ec is not
5977         available.
5978
5979         * scm/encoding.scm (coding-alist): Add cork-lm encoding.
5980
5981         * scm/font.scm: Add header.  Autoload cork-lm and ec fonts if
5982         available.
5983
5984         * lily/kpath.cc (ly_kpathsea_find_file): Rename.  Do not use
5985         path for absolute file name, that is silly.
5986
5987         * lily/score-engraver.cc (initialize): 
5988
5989         * Documentation/user/GNUmakefile (local-install-info): Invoke
5990         install-info --remove first.
5991
5992         * #include cleanup (Andreas Scherer).
5993
5994 2004-11-18  Heikki Junes  <hjunes@cc.hut.fi>
5995
5996         * input/test/script-abbreviations.ly: fix typos.
5997
5998 2004-11-17  Werner Lemberg  <wl@gnu.org>
5999
6000         * python/lilylib.py (options_help_str): Support pretty-printing of
6001         newlines in fourth element of option description.
6002
6003         * scripts/lilypond-book.py (option_definitions): Use new lilylib
6004         feature.
6005         Sort options.
6006
6007         * Documentation/user/lilypond-book.itely: Finish update.
6008
6009 2004-11-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6010
6011         * Documentation/user/macros.itexi: Add comment about \command.
6012
6013         * Documentation/user/lilypond.tely:
6014         * Documentation/user/lilypond-book.itely: Fix names of lilypond
6015         and lilypond-book nodes, so that `info lilypond' visits the manual
6016         at top level, and `info lilypond-book' visits the lilypond-book
6017         section.
6018
6019         * Documentation/user/GNUmakefile (local-install-info): Fix rules
6020         and packager messages.
6021
6022         * lily/pangofc-afm-decoder.cc: Update test.
6023
6024 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6025
6026         * scm/lily-library.scm (char->unicode-index): New function.
6027
6028         * scm/output-gnome.scm: 
6029         * scm/output-svg.scm: Cleanup.  Map custom fonts to PUA.
6030
6031         * Proper naming of file name throughout; s/filename/file[-_]name/.
6032
6033         * lily/modified-font-metric.cc ("ly:font-encoding"): New function.
6034
6035         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Map onto PUA.
6036
6037 2004-11-16  Werner Lemberg  <wl@gnu.org>
6038
6039         * scripts/lilypond-book.py: The Lord has commanded me to use only
6040         tabs for indentation.  Your humble servant obeys.
6041
6042 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6043
6044         * scm/output-svg.scm: Font fixes.  Sodipodi now groks svg
6045         including font, if LilyPond-feta font is only feta font in path.
6046
6047         * scm/output-gnome.scm (text): Revert to file name of font if font
6048         has no name.  Fixes ec font selection.
6049         (char): Bugfix: do not utf8 twice.  Fixes clefs.
6050
6051         * scm/framework-svg.scm:
6052         * scm/output-svg.scm: New file.  TODO: figure out how to
6053         do character by index in font.
6054
6055         * scm/output-sodipodi.scm: Remove.
6056
6057         * scm/output-ps.scm (stem): Remove.
6058
6059 2004-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
6060
6061         * scm/output-gnome.scm (beam): New function.
6062         (slur): Round corners.
6063         (round-filled-box): Round corners.
6064
6065 2004-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6066
6067         * scm/output-gnome.scm (beam): add function.
6068         (draw-line): new routine.
6069         (dashed-line): stub; call draw-line
6070         (polygon): new routine.
6071
6072 2004-11-15  Werner Lemberg  <wl@gnu.org>
6073
6074         * Documentation/user/lilypond-book.itely: Revise section on
6075         lilypond-book options.
6076         Other minor fixes.
6077
6078         * scripts/lilypond-book.py: Change indentation to 4.
6079         Minor formatting.
6080
6081 2004-11-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6082
6083         * lily/system.cc (apply_tweaks): new function. Run tweaks on all
6084         grobs that have tweaks specced.
6085         
6086 2004-11-14  Heikki Junes  <hjunes@cc.hut.fi>
6087
6088         * Documentation/user/sound-output.itexi: add code snippets for MIDI.
6089
6090 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
6091
6092         * lily/font-metric.cc (get_indexed_char_stencil): Bugfix: get
6093         actual char #, not 0 based index.
6094
6095         * lily/system-start-delimiter.cc (staff_brace): Start at 65.
6096
6097         * mf/feta-beugel.mf: Actually start at char #65.  Add header.
6098         Warning: do make -C mf clean.
6099
6100         * lily/context-property.cc: Compile fix.
6101
6102         * scm/output-gnome.scm: Add ec-fonts-mftraced to ~/.fonts.conf.
6103         Grok ec-fonts, braces and dynamics.
6104
6105         * scm/framework-gnome.scm (gnome-main): Register braces with pango.
6106
6107 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6108
6109         * lily/include/tweak-registration.hh: new file.
6110
6111         * lily/tweak-registration.cc: new file.
6112
6113         * scm/framework-gnome.scm (save-tweaks): use new key mechanism for
6114         saving tweaks.
6115
6116         * scm/output-gnome.scm (text): comment dribble.
6117
6118 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
6119
6120         * lily/pangofc-afm-decoder.cc (main): Test more feta fonts.
6121
6122         * scm/output-gnome.scm (bezier-sandwich): New function.  Reset
6123         path-def before using.  Fixes muchtomany slurs in wrong places
6124         bug.
6125
6126 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6127
6128         * lily/grob-scheme.cc (LY_DEFINE): add new function ly:grob-key.
6129
6130         * lily/include/object-key-undumper.hh (Module): new file.
6131
6132         * lily/object-key-undumper.cc (Module): New file. Deserialize
6133         keys. SCM bindings
6134
6135         * lily/object-key-dumper.cc (Object_key_dumper): idem.
6136         Provide SCM bindings.
6137
6138         * lily/include/object-key-dumper.hh (class Object_key_dumper): 
6139         new file. Serialize object keys.
6140         
6141         * lily/object-key.cc (dump): new function.
6142         (as_scheme): new virtual function
6143         (undump): new function
6144         (undumpers): new table.
6145
6146         * lily/include/global-context.hh (Context): take \score key upon init.
6147
6148         * lily/object-key-dumper.cc (serialize_key): new file.
6149
6150         * lily/include/object-key-dumper.hh (class Object_key_dumper): new file.
6151
6152         * lily/lily-lexer.cc: remove \quote.
6153
6154         * lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
6155
6156         * lily/context.cc (Context): take key argument in ctor.
6157         (create_context): new function
6158
6159         * lily/grob.cc (Grob): take key argument in ctor.  
6160
6161         * lily/lilypond-key.cc (do_compare): new file.
6162
6163         * lily/object-key.cc (Object_key): new file.
6164
6165         * lily/include/object-key.hh (class Object_key): new file.
6166
6167         * lily/include/lilypond-key.hh (class Lilypond_context_key): new file.
6168
6169 2004-11-13  Graham Percival  <gperlist@shaw.ca>
6170
6171         * Documentation/user/lilypond-book.itely: add small warning about
6172         noindent default in lilypond-book.
6173
6174         * Documentation/user/converters.itely: add examples for convert-ly.
6175
6176         * Documentation/user/examples.itely: change version string in templates
6177         to 2.4.0.
6178
6179 2004-11-12  Karl Hammar  <karl@aspodata.se>
6180
6181         * GNUmakefile.in (local-WWW-post): `find ...` overflows the
6182         cmdline, use xargs instead (backportme)
6183
6184 2004-11-10  Andreas Scherer  <andreas_mutopia@freenet.de>
6185         
6186         * Documentation/user/: Numerous fixes in the user manual.
6187
6188 2004-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6189
6190         * lily/parser.yy (re_rhythmed_music): search music expression for
6191         context-id, surround by \new Voice if not found. Fixes:
6192         addlyrics-second-staff.ly
6193
6194         * VERSION: 2.5.0 released.
6195         
6196 2004-11-12  Jan Nieuwenhuizen  <janneke@gnu.org>
6197
6198         * Documentation/index.html.in: Fix url to one big page.  (backportme)
6199
6200         * Documentation/user/GNUmakefile: Separate rules for split and
6201         unsplit html documents.  Remove perl massaging.  (backportme)
6202
6203 2004-11-11  Graham Percival  <gperlist@shaw.ca>
6204
6205         * Documentation/user/lilypond-book.itely: add short warning about
6206         \lilypond{} in LaTeX docs.
6207
6208 2004-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6209
6210         * stepmake/aclocal.m4: Barf if kpathsea/kpathsea.h is not
6211         found.  (backportme)
6212
6213         * Documentation/topdocs/INSTALL.texi (ec-fonts-mtraced): Add
6214         version requirement.  (backportme)
6215
6216         * configure.in: Be explicit about old versions of
6217         ec-fonts-mtraced.  (backportme)
6218
6219         * lily/context-selector.cc (set_tweaks): New function.
6220         * lily/grob-selector.cc (set_tweaks): (Re)set hash table.  Fixes
6221         web with -DTWEAK.
6222
6223         * Documentation/user/introduction.itely (Automated engraving):
6224         Remove fragment option.  Fixes web.
6225
6226         * lily/context-property.cc (make_item_from_properties):
6227         * lily/context.cc (add_context)[TWEAK]: Tweak registration behind
6228         #ifdef.
6229
6230         * scm/define-context-properties.scm
6231         (all-internal-translation-properties): Add tweakRank and tweakCount.
6232
6233         * lily/grob.cc: 
6234         * scm/define-grob-properties.scm (all-internal-grob-properties):
6235         Add tweak-rank and tweak-count.
6236
6237 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
6238
6239         * scm/output-gnome.scm (string->utf8-string, char->utf8-string):
6240         New function.
6241         (text): Use them.
6242
6243         * scm/framework-gnome.scm (item-event): Add support from TLA.  Support
6244         animated/opaque grob dragging tweaks.
6245
6246         * buildscripts/guile-gnome.sh: Update.
6247
6248 2004-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6249
6250         * scm/define-grobs.scm (all-grob-descriptions): Added
6251         line-interface to the LigatureBracket object.
6252
6253 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
6254
6255         * scm/framework-gnome.scm (item-event): Support non-animated mouse
6256         dragging tweaks.
6257
6258         * lily/lily-guile.cc (ly_to_string, ly_to_symbol): New function.
6259
6260         * lily/context-selector.cc (store_context): New function.
6261
6262         * lily/grob-selector.cc (register_grob)[TWEAK]: Apply tweak.
6263         (store_grob): New function.
6264         (identify_grob): Add Moment parameter.
6265
6266         * lily/lily-parser.cc (parse_file)[TWEAK]: Read .ly.t file if it
6267         exists.
6268
6269         * scm/framework-gnome.scm (save-tweaks): Write as alist.
6270
6271 2004-11-09  Jan Nieuwenhuizen  <janneke@gnu.org>
6272
6273         * scm/framework-gnome.scm (item-event): Print grob id.
6274         (save-tweaks): New function.
6275         (tweak): New funtion.
6276         (item-event): Use it, bound to arrow keys.
6277
6278         * lily/context-property.cc (make_item_from_properties): Register grob.
6279         * lily/context.cc (add_context): Register context.
6280
6281         * lily/include/context-selector.hh:
6282         * lily/include/grob-selector.hh:
6283         * lily/context-selector.cc:
6284         * lily/grob-selector.cc: New file.
6285
6286 2004-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6287
6288         * lily/slur.cc: add 'positions to interface
6289
6290         * lily/main.cc: reinstate PS as standard output format. 
6291
6292         * scm/framework-tex.scm (output-preview-framework): print systems
6293         up to first non title system.
6294
6295         * lily/grace-engraver.cc (start_translation_timestep): split
6296         scm_cadddr
6297         
6298 2004-11-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6299
6300         * lily/quote-iterator.cc (Module): remove old quote-iterator
6301
6302         * scm/define-music-types.scm (music-descriptions): move
6303         NewQuoteMusic over QuoteMusic
6304
6305         * Documentation/user/notation.itely (Formatting cue notes): use
6306         \cueDuring.
6307
6308         * lily/new-quote-iterator.cc (quote_ok): new function.
6309
6310         * input/regression/quote-cue-during.ly: new file.
6311
6312         * input/regression/quote-grace.ly: new file.
6313
6314         * scm/define-context-properties.scm (Module): change definition of
6315         graceSettings
6316
6317         * lily/context-property.cc (Module): rename from
6318         translator-property.cc
6319
6320         * lily/context.cc (context_name_symbol): new function
6321
6322         * lily/grace-engraver.cc: new file. Set properties for grobs based
6323         on the grace-ness of now_moment().
6324
6325         * scm/music-functions.scm (add-grace-property): use list
6326         iso. vector for graceSettings
6327         remove set-{start,stop}-grace-properties. 
6328
6329         * lily/new-quote-iterator.cc (construct_children): set
6330         quote_outlet_ if no quoted-context-{id,type} specified.
6331
6332         * scripts/convert-ly.py (conv): \quote -> \quoteDuring.
6333
6334         * lily/parser.yy (command_element): remove \quote.
6335
6336         * ly/music-functions-init.ly (location): add quoteDuring music
6337         function. 
6338
6339         * lily/lexer.ll: allow \encoding in lyrics as well.  Remove
6340         optional semicolon. (backportme)
6341
6342 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6343
6344         * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no
6345         need to link to GUILE et al.
6346
6347 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6348
6349         * scm/define-music-properties.scm (all-music-properties): add
6350         quoted-context-type, quoted-context-id.
6351
6352         * scm/lily.scm (type-check-list): new function.
6353         
6354         * scm/lily-library.scm: new file. Generic library routines.
6355
6356         * lily/parser.yy (Generic_prefix_music): move typechecking out of
6357         parser.
6358
6359         * ly/music-functions-init.ly: add quoteDuring function.
6360
6361         * lily/include/music-iterator.hh (class Music_iterator): rename
6362         set_translator -> set_context
6363
6364         * lily/parser.yy (Generic_prefix_music_scm): add
6365         MUSIC_FUNCTION_SCM_SCM_MUSIC
6366
6367         * scm/lily.scm (sanitize-command-option): new function. (backportme)
6368
6369         * scm/framework-tex.scm (header): sanitize TeX paper size.
6370         (backportme)
6371
6372 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6373
6374         * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard.
6375
6376         * tex/lilyponddefs.tex: If no inputencoding use latin1.  (backportme)
6377
6378         * scm/framework-tex.scm (font-load-command): Use T1 if no
6379         font-encoding set.  (backportme)
6380
6381         * scm/lily.scm (postscript->pdf): Remove .pdf file if it
6382         exists before converting.  (backportme)
6383
6384         * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it
6385         exists before converting.  (backportme)
6386         (convert-to-ps): Remove .ps file if it exists before
6387         converting.  (backportme)
6388
6389         * lily/lexer.ll: Remove extra progress newline, use present tense.
6390
6391         * scm/paper.scm (paper-alist): public.
6392         * scm/framework-tex.scm (convert-to-ps):
6393         * scm/lily.scm (postscript->pdf): Do not leak papersizename into
6394         command line.
6395
6396 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6397
6398         * scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme)
6399
6400         * lily/recording-group-engraver.cc (derived_mark): mark
6401         now_events_. (backportme)
6402
6403 2004-11-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6404
6405         * mf/GNUmakefile: use Fedora-3 in download link. (backportme.)
6406
6407         * scm/framework-tex.scm (convert-to-dvi): use ly:system for
6408         invoking latex. (backportme.)
6409
6410         * lily/stem.cc (off_callback): center stems for all rest stems.
6411
6412 2004-11-05  Werner Lemberg  <wl@gnu.org>
6413
6414         * Documentation/user/lilypond.tely: Add more guidelines for writing
6415         lilypond texinfo documents.
6416
6417 2004-11-05  Heikki Junes  <hjunes@cc.hut.fi>
6418
6419         * Documentation/index.html.in: remove <hr>.
6420
6421         * THANKS: change 2.3 to 2.4.
6422
6423 2004-11-05  Jan Nieuwenhuizen  <jannneke@gnu.org>
6424
6425         * scm/output-gnome.scm: More fontconfig comment.
6426
6427 2004-11-05  Pedro Kroger  <kroeger@pedrokroeger.net>
6428
6429         * GNUmakefile.in ($(builddir)/share/lilypond-force): create the
6430         <package> directory in $(builddir)/share according with
6431         PACKAGE_NAME defined in the VERSION file.
6432
6433 2004-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6434
6435         * lily/beam.cc (rest_collision_callback): use local beam
6436         multiplicity.
6437
6438         * input/regression/stem-stemlet.ly: new file.
6439
6440         * lily/stem.cc (add_head): store rests as well.
6441
6442         * scm/define-grob-properties.scm (all-user-grob-properties): add
6443         stemlet-length
6444
6445         * lily/stem.cc: store rests as well.
6446         
6447         * input/regression/new-slur.ly: mention forcing.
6448
6449 2004-11-04  Werner Lemberg  <wl@gnu.org>
6450
6451         * Documentation/user/*: A new round of layout fixes and document
6452         structure cleanup.
6453
6454 2004-11-04  Heikki Junes <hjunes@cc.hut.fi>
6455
6456         * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x.
6457
6458 2004-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6459
6460         * Documentation/topdocs/INSTALL.texi (Top): Remove geometry.
6461
6462 2004-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
6463
6464         * Documentation/topdocs/INSTALL.texi (Top): Fix geometry url (dax).
6465
6466         * lily/lily-parser.cc (LY_DEFINE): Remove "Now " from message.
6467
6468         * lily/main.cc (main): Invoke identify.
6469
6470         * scm/lily.scm (postscript->pdf): Remove progress newline.
6471         Write progress to stderr.
6472
6473         * lily/paper-book.cc (output): Remove progress newline.
6474
6475         * scm/framework-tex.scm (convert-to-dvi, convert-to-ps): Call
6476         gettext on user messages, and remove whitespace.
6477
6478         * lily/paper-outputter.cc (get_paper_outputter): Add progress newline.
6479
6480         * scripts/lilypond-latex.py (program_name): Bugfix: use only basename of
6481         argv[0] (Thomas Scharkowski).
6482
6483         * configure.in: Bugfix: add REQUIRED parameter to STEPMAKE_TEXMF
6484         call (carlyannehorse).  Also check for mf and mf-nowin.  Add check
6485         for ec-fonts-mtraced.
6486
6487         * GNUmakefile.in (builddir-exec): Add symlink tex/out.  Fixes
6488         --srcdir build (Bertalan).
6489
6490         * stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile
6491         headers and library too (Laura Conrad).
6492
6493         * Documentation/topdocs/INSTALL.texi (Top): Mention development
6494         package for guile too (Laura Conrad).
6495
6496         * lily/main.cc (usage): Typo.
6497
6498 2004-11-02  Werner Lemberg  <wl@gnu.org>
6499
6500         * Documentation/user/notation.ly: More fixes to improve appearance.
6501
6502         * tex/texinfo.tex: Updated from texinfo CVS -- this version provides
6503         better output for multicolumn tables.
6504
6505 2004-11-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6506
6507         * lily/main.cc (dir_info): Fixed typo in the printouts.
6508
6509 2004-11-01  Werner Lemberg  <wl@gnu.org>
6510
6511         * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
6512         of output.
6513         Set `per_line' to 2; replace hard-coded value with it.
6514
6515         * Documentation/user/*: Many fixes to improve appearance of
6516         printed manual.
6517
6518 2004-11-01  Werner Lemberg  <wl@gnu.org>
6519
6520         * Documentation/user/changing-defaults.itely,
6521         Documentation/user/notation.ly,
6522         Documentation/user/programming-interface.itely: Use @/.
6523         Fix formatting of some lilypond snippets and tables.
6524
6525         * scripts/lilypond-book.py (compose_ly): Provide useful default
6526         for LINEWIDTH in `override'.
6527
6528 2004-10-31  Graham Percival  <gperlist@shaw.ca>
6529
6530         * Documentation/user/invoking.itely: change "3.0" -> "2.4"
6531
6532 2004-10-31  Werner Lemberg  <wl@gnu.org>
6533
6534         Resetting @exampleindent to `5' gives ugly results with texinfo's
6535         DVI output.  Use `@format @exampleindent 0 ... @end format' instead
6536         (if not quoting) to change @exampleindent only locally.
6537
6538         * scripts/lilypond-book.py (NOQUOTE): New variable.
6539         (output) [LATEX]: Remove AFTER and BEFORE.
6540         [TEXINFO]: Remove AFTER and BEFORE.
6541         Fix QUOTE and VERBATIM pattern.
6542         Add NOQUOTE pattern.
6543         (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
6544         and BEFORE.
6545         [output_texinfo]: Use NOQUOTE.
6546
6547 2004-10-31  Graham Percival  <gperlist@shaw.ca>
6548
6549         * Documentation/user/changing-defaults.itely: clarify paper
6550         size commands with correct info.
6551
6552         * Documentation/user/lilypond-book.itely: add more docs for
6553         filename extensions.
6554
6555 2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6556
6557         * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
6558         (PATCH_LEVEL): start 2.5.0.
6559
6560 2004-10-30  Graham Percival  <gperlist@shaw.ca>
6561
6562         * Documentation/user/notation.itely: add warning about bar numbers
6563         in multistaff music, add warning about quoting grace notes.
6564
6565         * Documentation/user/changing-defaults.itely: clarify paper size commands,
6566         add missing subsubtitle entry to Creating titles.
6567
6568         * Documentation/user/tutorial.itely: change 3.0 references to 2.4.
6569
6570 2004-10-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6571
6572         * scripts/convert-ly.py (conv): fixed \context Foo = mixedCaps
6573         case.
6574         (conv): add dummy 2.4.0 conversion rule.
6575
6576         * Documentation/user/lilypond.tely: add @finalout.
6577
6578         * lily/slur-scoring.cc (enumerate_attachments): use stem_extent_
6579         for attaching, fixes slur/stem left attachment of
6580         downslur/downstem.
6581
6582         * lily/quote-iterator.cc (process): use <= for comparisons. Fixes
6583         quote problem if for last note of quoted sequence. 
6584
6585         * input/regression/part-combine-text.ly (comm): add expect strings.
6586
6587 2004-10-30  Werner Lemberg  <wl@gnu.org>
6588
6589         * Documentation/user/examples.itely: Improved layout.
6590
6591         * Documentation/invoking.itely: Use `@/' to insert breakpoints.
6592
6593         * Documentation/macros.itexi (@inputfileref) [@tex]: Use `@/'.
6594
6595         * Documentation/notation.itely: Use `@/'.
6596         Other layout fixes.
6597
6598 2004-10-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6599
6600         * lily/part-combine-iterator.cc (unisono): examine last_playing_
6601         (not state_), this fixes a2 printing after chord.
6602
6603         * input/regression/no-staff.ly: fix octave, revise syntax.
6604
6605         * input/regression/lyrics-bar.ly (texidoc): fixes.
6606
6607         * input/regression/beam-dir-functions.ly (Module): remove from regtest
6608
6609         * input/regression/accidentals.ly (Module): remove from regtest.
6610
6611         * lily/parser.yy (Prefix_composite_music): 
6612         oops. Chords should be unrelativable, not bass figures untransposable.
6613
6614         * VERSION: 2.3.26 released.
6615         
6616         * lily/completion-note-heads-engraver.cc (try_music): only return
6617         something when is_first_ is true. Fixes lyrics with completion_heads. 
6618
6619         * make/lilypond-vars.make: add scripts/out/ to PATH, to find ps2png. 
6620
6621         * scm/lily.scm (ly:system): new function. Catches uninstalled
6622         ps2png.
6623
6624 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6625
6626         * Documentation/user/notation.itely: remove
6627         @hyphenatedinternalsref.
6628
6629 2004-10-29  Werner Lemberg  <wl@gnu.org>
6630
6631         * scm/framework-tex.scm (dump-line): Fix dimensions for \lybox.
6632
6633         * scripts/lilypond-book.py (no_options): New dictionary.
6634         (simple_options): New list.
6635         (ly_options): Remove NOINDENT and EXAMPLEINDENT patterns.
6636         (compose_ly): Use `no_options' and `simple_options'.
6637         Fix logic of option handling.
6638         Handle `linewidth' option without parameter.
6639
6640 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6641
6642         * lily/lookup.cc (triangle): use (0, interval.length()) for X
6643         extent, since the stencil is translated later on.
6644
6645         * lily/ledger-line-spanner.cc (print): swap linear_combination
6646         arguments, effectively shortens ledger line. 
6647
6648         * Documentation/user/GNUmakefile
6649         ($(outdir)/lilypond/lilypond.html): use find to remove files.
6650
6651         * lily/main.cc: --no-pages option.
6652
6653 2004-10-28  Carl Sorensen  <carldsorensen@comcast.net>
6654
6655         * Documentation/user/notation.itely (Fret diagrams): add extra
6656         notes to example to avoid collisions between fret diagrams.
6657
6658 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6659
6660         * Documentation/user/notation.itely (Automatic note splitting):
6661         note about lyrics. 
6662
6663         * Documentation/user/converters.itely (Invoking convert-ly): note
6664         about version numbers. 
6665
6666         * scripts/abc2ly.py (dump_score): revise lyric dumping
6667
6668         * scripts/mup2ly.py (pre_processor_commands): always open file.
6669
6670         * scripts/etf2ly.py (Frame.calculate): always close \grace.
6671         (Etf_file.dump): add \version
6672
6673         * VERSION: 2.3.25 released.
6674
6675         * lily/scm-option.cc: add 'resolution to ly:get-option argument
6676         list.
6677
6678 2004-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6679
6680         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-origin
6681
6682 2004-10-28  Werner Lemberg  <wl@gnu.org>
6683
6684         * Documentation/user/music-glossary.tely: More fixes to improve
6685         appearance with DVI output.
6686
6687         * scripts/lilypond-book.py (compose_ly): Use 0.4in for
6688         EXAMPLEINDENT.  This is the maximum value for quotation environments
6689         used in `texinfo.tex' -- many warnings in lilypond.dvi are now gone.
6690
6691 2004-10-27  Werner Lemberg  <wl@gnu.org>
6692
6693         * Documentation/user/music-glossary.tely: Revised.
6694
6695 2004-10-26  Carl Sorensen  <carldsorensen@comcast.net>
6696
6697         * input/test/fret-diagram.ly: insert breaks, remove raggedright to
6698         improve fret diagram spacing in printed output.
6699
6700         * Documentation/user/notation.itely (Fret diagrams): Remove raggedright
6701         from options for the example so fret-diagrams won't overlap
6702         one another.
6703
6704 2004-10-26  Werner Lemberg  <wl@gnu.org>
6705
6706         * scripts/lilypond-book.py: Some additional formatting for
6707         orthogonality.
6708         (ly_options) [*]: Format strings.
6709         [RAGGEDRIGHT]: Don't set `indent'.  This is now properly handled
6710         by `compose_ly'.
6711         (output) [LATEX][OUTPUT]: Format string and simplify.
6712         (PREAMBLE_LY, FRAGMENT_LY): Format string.
6713         (classic_lilypond_book_compatibility): Take key/value pair as
6714         parameter.
6715         Return key/value pair.
6716         (compose_ly): Rewritten, taking the snippet type as third parameter. 
6717         The default values are now set more sensible, and a `linewidth'
6718         option is no longer overwritten under some circumstances.
6719
6720         * Documentation/user/music-glossary.tely: Replace all accented
6721         character macros with latin-1 codes.
6722
6723 2004-10-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6724
6725         * lily/music-function.cc (ly_make_music_function): when an
6726         argument predicate is markup?, the signature keyword becomes
6727         "markup" iso "scm".
6728
6729         * lily/lexer.ll (music_function_type): new MUSIC_FUNCTION_*MARKUP*
6730         tokens, for functions which signatures contain "markup".
6731
6732         * lily/parser.yy (Generic_prefix_music_scm): add treatment for new
6733         MUSIC_FUNCTION_*MARKUP* tokens.
6734
6735 2004-10-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6736
6737         * input/regression/lyrics-bar.ly: Make StaffGroup accept the new
6738         Lyrics context.
6739
6740 2004-10-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6741
6742         * python/lilylib.py (make_ps_images): return list of output files.
6743
6744         * lily/simple-spacer.cc (LY_DEFINE): for ragged, we can end with
6745         all springs tight, and still satisfy the constraints.
6746
6747 2004-10-25  Werner Lemberg  <wl@gnu.org>
6748
6749         * scripts/lilypond-book.py: s/option-sep/option_sep/.
6750         (format_res) [LATEX, TEXINFO]: Skip whitespace before comma also.
6751         (snippet_res): Fix regexps and make them ignore whitespace properly.
6752         (compose_ly): Use `re.split' instead of `string.split' to remove
6753         surrounding whitespace.
6754         Some formatting to get more consistency.
6755
6756 2004-10-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6757
6758         * VERSION: 2.3.24
6759         
6760         * scm/define-context-properties.scm
6761         (all-user-translation-properties): add verticallySpacedContexts.
6762
6763         * scm/define-grob-interfaces.scm (vertically-spaceable-interface):
6764         add interface
6765
6766         * scm/define-grob-properties.scm (all-internal-grob-properties):
6767         add spaceable-staves
6768
6769         * scm/define-grobs.scm (all-grob-descriptions): set
6770         vertically-spaceable-interface for VerticalAxisGroup and
6771         RemoveEmptyVerticalGroup
6772
6773         * lily/system.cc (get_line): determine staff_refpoints_
6774         using spaceable-staves.
6775
6776         * lily/score-engraver.cc (acknowledge_grob): ack
6777         vertically-spaceable-interface and verticallySpacedContexts to
6778         set spaceable-staves.
6779
6780         * input/regression/new-slur.ly: add slur under 16th subbeam case.
6781
6782         * lily/slur-scoring.cc (fill): init has_same_beam_ before use.
6783
6784 2004-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6785
6786         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): tune
6787         minimumVerticalExtent tweaks. 
6788  
6789         * mf/feta-schrift.mf: include size of thumb appendix in
6790         bbox. Fixes: c-thumb-notehead.ly  
6791
6792         * THANKS: add Meisters to the Development team.
6793
6794         * scm/framework-tex.scm (convert-to-dvi): redirect output to
6795         /dev/null for non-verbose.
6796
6797         * Documentation/user/invoking.itely (Invoking lilypond): add note
6798         about resource usage.
6799
6800         * tex/GNUmakefile (TEX_FILES): add texinfo.cnf
6801
6802         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): add
6803         --enable-encoding
6804
6805         * Documentation/user/lilypond.tely: add -*- coding: latin-1 -*- everywhere. 
6806
6807         * Documentation/user/changing-defaults.itely (Text encoding):
6808         change to latin1.
6809
6810         * Documentation/user/lilypond.tely: add language and encoding.
6811
6812         * scm/define-grobs.scm (all-grob-descriptions): add
6813         line-interface.
6814
6815         * configure.in (PKG_CONFIG_PATH): bump makeinfo version to 4.7
6816
6817         * input/test/ossia.ly: font sizes for ossia.
6818
6819         * scripts/convert-ly.py (conv): \context Foo = NOTENAME
6820         -> \context Foo = "NOTENAME".
6821
6822         * lily/main.cc (determine_output_options): fix ordering.
6823
6824 2004-10-24  Erik Sandberg  <ersa9195@student.uu.se>
6825
6826         * THANKS: Added bughunters for 2.3.
6827
6828 2004-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6829
6830         * Documentation/user/macros.itexi: use findex functions/internals
6831         objects.
6832
6833         * scm/documentation-generate.scm (string-append): add syncodeindex
6834
6835         * Documentation/user/tutorial.itely (A lead sheet): use \chords
6836         for tutoring chord names.
6837  
6838         * Documentation/user/lilypond.tely: remove @authors.
6839
6840 2004-10-23  Werner Lemberg  <wl@gnu.org>
6841
6842         * scm/framework-tex.scm (dump-page): Add width to \lybox call.
6843         Remove first two parameters of \lybox.
6844         Don't emit \vbox around \lybox.
6845         (dump-line): Add width to \lybox call.
6846         Remove first two parameters of \lybox.
6847
6848         * tex/lilyponddefs.tex (\topalign, \leftalign): Removed.
6849         (\lyitem): Updated.
6850         (\lybox): Only take three parameters.
6851         Create box which has zero depth, only height.
6852         Center box vertically along the x-height of current font.
6853
6854 2004-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6855
6856         * VERSION (PACKAGE_NAME): release 2.3.23
6857
6858         * scm/framework-tex.scm (convert-to-ps): add -E if filename
6859         contains .preview.
6860
6861 2004-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6862
6863         * lily/lyric-extender.cc (print): only run to right-bound if
6864         broken. This fixes input/regression/lyric-extender.ly
6865
6866         * input/regression/beamed-chord.ly: removed.
6867
6868         * Documentation/user/macros.itexi: add \global to definitions for
6869         feta macros.
6870
6871         * po/fr.po: updated po file.
6872
6873         * po/de.po: updated po file.
6874
6875 2004-10-22  Werner Lemberg  <wl@gnu.org>
6876
6877         * tex/lilyponddefs.tex (\lilypondend): Undo change from 2004-10-20.
6878
6879 2004-10-21  Werner Lemberg  <wl@gnu.org>
6880
6881         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex
6882         (\lilypondexperimentalfeatures): Removed.
6883
6884 2004-10-20  Jürgen Reuter  <reuter@ipd.uka.de>
6885
6886         * Documentation/user/notation.itely: fixed 2 typos
6887
6888 2004-10-20  Werner Lemberg  <wl@gnu.org>
6889
6890         * scm/framework-tex.scm (header-end): Don't set \outputscale.
6891         (dump-line): Produce prettier output.
6892
6893         * tex/lilyponddefs.tex: Comment all macros extensively.
6894         (\lilypondstart): Set \outputscale.
6895         Define \lilypondpagebreak and \lilypondnopagebreak here.
6896         Don't test for positive \lilypondpaperlinewidth -- this is always
6897         positive in the normal case (LilyPond produces bad output otherwise
6898         so we can safely ignore negative or zero values).
6899         (\lilypondend): Remove useless test for \lilypondbook.
6900         (\fetasixteen, \fetafont, \fetachar): Removed, unused.  We also
6901         don't input `feta20.tex'.
6902
6903 2004-10-19  Graham Percival  <gperlist@shaw.ca>
6904
6905         * Documentation/user/examples.itely: added texidoc lilypond-book
6906         template.
6907
6908 2004-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6909
6910         * cygwin/lilypond.hint: Update.
6911
6912 2004-10-18  Carl Sorensen  <carldsorensen@comcast.net>
6913
6914         * Documentation/user/notation.itely (Fret diagrams): Add documentation
6915         for fret diagram markups to user manual
6916
6917         * scm/fret-diagrams.scm (fret-diagram-terse): Fix mistake in internal
6918         documentation for fret-diagram-terse
6919
6920         * Documentation/user/notation.itely: Added section on fret diagrams.
6921
6922 2004-10-18  Jan Nieuwenhuizen  <janneke@gnu.org>
6923
6924         * scripts/convert-ly.py (usage): Fix --help description.  Apply
6925         range also for --show-rules.
6926
6927 2004-10-18  Werner Lemberg  <wl@gnu.org>
6928
6929         * scripts/lilypond-book.py (Snippet, Include_snippet)
6930         [replacement_text]: Use group `match'.
6931
6932 2004-10-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6933
6934         * Documentation/user/macros.itexi: Use @ref instead of @inforef
6935         for html.  Apparently, ``you should'' in texinfo documentation is
6936         merely a guideline that can safely be ignored.
6937
6938         * elisp/lilypond-init.el (auto-mode-alist): Add .ily to
6939         auto-mode-alist.
6940
6941         * input/test/engraver-example.ily: 
6942         * input/regression/allfontstyle.ily: Rename, update users.
6943
6944 2004-10-16  Graham Percival  <gperlist@shaw.ca>
6945
6946         * Documentation/user/lilypond-book.itely: add more details about
6947         building .lytex files.
6948
6949         * Documentation/user/examples.itely: added piano-lyrics template
6950
6951         * input/template/piano-4-voices.ly, piano-lyrics.ly: remove.
6952
6953         * input/GNUmakefile: remove "templates" from build subdirs.
6954
6955         * input/template: removed.
6956
6957 2004-10-16  Werner Lemberg  <wl@gnu.org>
6958
6959         * scripts/lilypond-book.py (snippet_res): Define group `match'
6960         everywhere.
6961         Accept more spaces between commands and its arguments and options.
6962         Fix some regexps.
6963         (output): Remove some newlines in string values and suppress spaces
6964         in output.
6965         (output_texinfo): Output `output_print_filename' only if not empty.
6966         (Lilypond_snippet)[find_toplevel_snippets]: Use group `match'.
6967
6968 2004-10-16  Werner Lemberg  <wl@gnu.org>
6969
6970         * scm/framework-tex.scm (font-load-command, define-fonts): Protect
6971         some TeX line ends with `%' to avoid additional horizontal space in
6972         output.
6973
6974         * scripts/lilypond-book.py: Unexpand spaces to tabs.
6975         (snippet_res): Use `x' modifier to represent regular expressions
6976         in a friendlier way.
6977         Fix `lilypond_block' for LaTeX to accept `%\end{lilypond}'.
6978         (find_toplevel_snippets): Don't use indices from match group 0,
6979         which is the whole pattern space, but group 1.
6980
6981 2004-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6982
6983         * flower/include/direction.hh (enum Direction): add
6984         DIRECTION_LIMIT
6985
6986 2004-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6987
6988         * po/fr.po: new po file.
6989
6990 2004-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
6991
6992         * Documentation/user/macros.itexi: Do not construct external
6993         references using @uref.  That results in broken links.
6994
6995         * lily/slur.cc (outside_slur_callback): Use int in for loop;
6996         avoids g++-3.4.1 enum beature.
6997
6998 2004-10-13  Graham Percival  <gperlist@shaw.ca>
6999
7000         * Documentation/user/examples.itely: added lilypond-book template.
7001
7002         * Documentation/user/lilypond-book.itely: added filename extension
7003         page.
7004
7005 2004-10-13  Jan Nieuwenhuizen  <janneke@gnu.org>
7006
7007         * debian/rules (binary-indep): Link images for info.
7008
7009         * elisp/lilypond-mode.el (LilyPond-command): Set XEDITOR.  Cool
7010         feature nicked from jEdit.
7011
7012 2004-10-12  Pedro Kroger  <kroeger@pedrokroeger.net>
7013
7014         * Documentation/user/introduction.itely: Minor corrections.
7015
7016         * Documentation/user/notation.itely: Minor corrections.
7017
7018         * Documentation/user/tutorial.itely: Minor corrections.
7019
7020 2004-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7021
7022         * scm/framework-ps.scm (page-header): Fix Layout renaming bug.
7023
7024         * scm/*.scm:
7025         * ly/paper-defaults.ly: Use papersizename only.
7026
7027 2004-10-11  Werner Lemberg  <wl@gnu.org>
7028
7029         * tex/lilyponddefs.tex (\lyitem): Don't use \topalign to make
7030         \raise work with positive values.
7031
7032 2004-10-11  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7033
7034         * Documentation/user/notation.itely (Multi measure rests): Update
7035         the docs corresponding to the implementation change from 2004-10-08.
7036
7037 2004-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7038
7039         * VERSION (MY_PATCH_LEVEL): release 2.3.22
7040
7041         * scm/part-combiner.scm (determine-split-list): reinstate
7042         playing+resting case. 
7043
7044         * Documentation/user/invoking.itely (Reporting bugs): rename.
7045
7046         * lily/lexer.ll (Lily_lexer): bump version req to 2.3.22.
7047
7048         * lily/parser.yy (Prefix_composite_music): change no-transposition
7049         for mode_changing_head to figures too.
7050
7051         * lily/phrasing-slur-engraver.cc (acknowledge_grob): do something
7052         with normal slurs too.
7053         
7054         * lily/slur-scoring.cc (move_away_from_staffline): new function.
7055         (get_base_attachments): move away attachment point for breaks
7056         similar to attachment points on slurs (staffline collision, and
7057         half a space of padding)
7058
7059         * scm/page-layout.scm (ly:optimal-page-breaks): don't compute
7060         force twice.
7061
7062         * lily/simple-spacer.cc (LY_DEFINE): if line too long in ragged
7063         mode, return #f.        
7064
7065         * scm/page-layout.scm (ly:optimal-page-breaks): set force = 0.0
7066         for last page if raggedlast. 
7067
7068         * lily/parser.yy (Prefix_composite_music): untransposable is for
7069         FiguredBass, not ChordNames
7070
7071 2004-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
7072
7073         * scm/framework-tex.scm: Merge fix.
7074
7075 2004-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
7076
7077         The grand \paper -> \layout, \bookpaper -> \paper renaming.
7078
7079 2004-10-10  Graham Percival  <gperlist@shaw.ca>
7080
7081         * Documentation/user/notation.itely: add raggedright to a whole
7082         bunch of places.
7083
7084 2004-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7085
7086         * scm/paper.scm (set-paper-dimension-variables): new
7087         function. Define dimension-variables explicitly in \paper too.
7088         This allows overriding linewidth inside \score { \paper { } }
7089         blocks
7090  
7091         * scm/framework-tex.scm (convert-to-ps): invoke dvips with -t
7092         landscape.
7093         (header): add landscape and papersize options.
7094
7095 2004-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7096
7097         * lily/*.cc: use robust_scm2moment() where appropriate.
7098
7099         * lily/moment.cc (robust_scm2moment): new function.
7100
7101         * scm/titling.scm (default-score-title): remove caps for piece.
7102
7103         * VERSION: 2.3.21 released.
7104         
7105         * lily/include/slur-scoring.hh (struct Slur_score_state): new file
7106
7107         * lily/include/slur-configuration.hh (class Slur_configuration):
7108         new file.
7109
7110         * lily/slur-configuration.cc: new file. move scoring functions
7111         into Slur_configuration.
7112
7113         * lily/slur-scoring.cc (Slur_score_state): change static functions
7114         to methods of Slur_score_state.
7115
7116         * lily/bezier-bow.cc (Message): 
7117
7118         * flower/include/interval-set.hh (Message): new file.
7119
7120         * flower/interval-set.cc (Message): new file.
7121
7122 2004-10-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7123
7124         * lily/multi-measure-rest-engraver.cc (process_music): always
7125         generate MultiMeasureRestNumbers.
7126
7127         * SConstruct (txt_files): switch of make dist
7128
7129         * lily/bezier-bow.cc (get_slur_indent_height): change recipe to
7130         make sure that (indent < len / 3). This fixes progerror-max_h.ly
7131
7132         * lily/multi-measure-rest-engraver.cc (process_music): make
7133         MultiMeasureRestNumber too.
7134
7135 2004-10-08  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7136
7137         * Documentation/user/notation.itely (Bar lines): Added a note that
7138         defaultBarType is to be changed in the Timing context.
7139
7140 2004-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7141
7142         * lily/include/guile-compatibility.hh: add file.
7143
7144         * scm/framework-tex.scm (convert-to-dvi): use max of current
7145         extra_mem_top and 1M.
7146
7147         * lily/kpath.cc (LY_DEFINE): ly_kpathsea_expand_variable. New
7148         function.
7149
7150 2004-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7151
7152         * scm/framework-tex.scm (convert-to-dvi): set extra_mem_top to 1M.
7153  
7154 2004-10-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7155
7156         * lily/slur-scoring.cc (struct Slur_score_state): add
7157         has_same_beam_, edge_has_beams_, is_broken_ bools.
7158         (get_base_attachments): simpler Y attachment determination for
7159         broken slurs.
7160
7161 2004-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7162
7163         * buildscripts/texi2omf.py: Add hashbang.  Starting the script in
7164         bash without that is quite interesting.  Add xml and some omf
7165         keys.
7166
7167 2004-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
7168
7169         * Documentation/user/macros.itexi: Add xml macros.
7170
7171         * Documentation/user/GNUmakefile (extra-local-help): Add xml rules.
7172
7173         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): Fix location.
7174
7175 2004-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7176
7177         * lily/break-substitution.cc (substitute_mutable_property_alist):
7178         only put property back into value if != SCM_UNDEFINED
7179
7180         * lily/lyric-extender.cc (print): don't take common refpoint of
7181         null object if right_text isn't there.
7182  
7183         * lily/slur-scoring.cc (struct Slur_score_state): new
7184         struct. Collect scoring function arguments.
7185         (struct Slur_score_state): add musical_dy_
7186         (get_extra_encompass_infos): new function. Split off state
7187         computations.
7188
7189         * scm/part-combiner.scm (determine-split-list): remove playing1
7190         and playing2.
7191
7192 2004-10-02  Graham Percival  <gperlist@shaw.ca>
7193
7194         * Documentation/index.html.in: remove link to templates.
7195
7196         * Documentation/user/notation.itely: more small fixes.
7197
7198 2004-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7199
7200         * lily/timing-engraver.cc (process_music): move setting
7201         measure-length. This fixes spacing-whole-rest.ly
7202
7203         * VERSION (PACKAGE_NAME): release 2.3.20
7204         
7205         * input/regression/quote-transposition.ly: update example
7206
7207         * scm/define-music-properties.scm (all-music-properties): change
7208         meaning of instrumentTransposition.  It is now the pitch played
7209         that sounds as middle C. This means that instrumentTransposition
7210         can be \transposed. 
7211         Fixes: transpose-quote.ly
7212
7213         * lily/parser.yy (command_element): reverse setting of
7214         instrumentTransposition
7215
7216         * lily/pitch.cc (pitch_interval): rename.
7217
7218         * lily/recording-group-engraver.cc (stop_translation_timestep):
7219         remove macrameing of accumulator and set_car/cdr.
7220         Fixes: transposition-quote.ly
7221
7222         * lily/music.cc (transpose): fold Event::transpose() in.
7223
7224         * lily/event.cc: remove Transpose. 
7225
7226         * lily/recording-group-engraver.cc: cleanup.
7227
7228         * ly/music-functions-init.ly (displayMusic): add function.
7229
7230         * make/lilypond.fedora.spec.in: rename file.
7231
7232         * lily/lily-lexer.cc (mark_smob): don't use ly_cdr() for getting
7233         to-be-marked objects. Use SCM_CELL_WORD_1 instead. 
7234
7235         * Documentation/user/changing-defaults.itely (Changing context
7236         properties on the fly): typo.
7237
7238         * lily/slur.cc (outside_slur_callback): try three sample points
7239         for determining collisions. This fixes: slur-script.ly.
7240
7241 2004-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7242
7243         * scripts/lilypond-book.py (ext2format): Add latex as Latex.
7244
7245 2004-10-01  Graham Percival  <gperlist@shaw.ca>
7246
7247         * Documentation/user/notation.itely: more small fixes.
7248
7249         * Documentation/user/examples.itely: make new sections.
7250
7251         * input/test/bar-lines.ly: improve output, fix bug.
7252
7253         * Documentation/user/changing-defaults.itely: small fixes.
7254
7255 2004-10-01  Werner Lemberg  <wl@gnu.org>
7256
7257         * tex/lilyponddefs.tex (\lilypondECencoding): New command to handle
7258         T1 encoding in texinfo mode.
7259         (\lilypondstart): Use it.
7260         (\lilypondloop, \lilyponditerate): Removed.  Unused.
7261
7262 2004-09-30  Werner Lemberg  <wl@gnu.org>
7263
7264         * tex/lilyponddefs.tex (\lilypondstart): Define
7265         \lilypondfontencoding for both texinfo and latex mode.
7266
7267         * scm/framework-tex.scm (font-load-command): Use
7268         \lilypondfontencoding.
7269
7270 2004-09-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7271
7272         * scm/framework-tex.scm (dump-page): take with-extents?
7273         argument. If true, output Y extents. Used for lilypond-book
7274         documents.
7275
7276         * scripts/lilypond-book.py (PREAMBLE_LY): set dump-extents for
7277         \bookpaper.
7278
7279         * lily/slur.cc (outside_slur_callback): epsilon-delta management
7280         for slur edges. Fixes: progerror-no-bezier-intersection.ly
7281  
7282         * scm/framework-tex.scm (dump-page): put stencil height in dumped
7283         page.
7284
7285 2004-09-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7286
7287         * Documentation/user/notation.itely (Multi measure rests):
7288         Improved example.
7289
7290 2004-09-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7291
7292         * lily/auto-beam-engraver.cc (test_moment): robustify.
7293
7294 2004-09-28  Werner Lemberg  <wl@gnu.org>
7295
7296         * scm/framework-tex.scm (font-load-command): Define proper font
7297         macro which sets font encoding if available.
7298         (define-fonts): Define \lilypondpaperinputencoding, to be taken
7299         from the \bookpaper block.
7300
7301         * tex/lilyponddefs.tex (\lilypondstart): Use
7302         \lilypondpaperinputencoding for global input encoding.
7303
7304 2004-09-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7305
7306         * lily/score.cc (Score): oops. Copy error_found_ too.
7307
7308 2004-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
7309
7310         * stepmake/stepmake/texinfo-rules.make: 
7311         * Documentation/GNUmakefile: --srcdir build fixes.
7312
7313         * input/test/coriolan-margin.ly: Put papersize settings in \bookpaper.
7314
7315         * Documentation/user/latex-lilypond-example.latex:
7316         * Documentation/user/latex-example.latex: Fix compile errors.
7317         Still buggy, need more love.
7318
7319 2004-09-27  Werner Lemberg  <wl@gnu.org>
7320
7321         * tex/lilyponddefs.tex (\lilypondstart): Use \frenchspacing.
7322
7323 2004-09-26  Juergen Reuter  <reuter@ipd.uka.de>
7324
7325         * Documentation/user/examples.itely: removed \midi block to
7326         simplify the example
7327
7328         * Documentation/user/notation.itely: Removed superfluous
7329         TextSpanner tweakings (is already done by engraver-init.ly).
7330         Documented bug: vertical alignment of articulations.
7331
7332         * Documentation/user/notation.itely, ly/engraver-init.ly
7333         (VaticanaVoice, GregorianTranscriptionVoice): Bugfix: TextSpanner
7334         padding.
7335
7336         * Documentation/user/notation.itely, ly/engraver-init.ly: moved
7337         docu about TextSpanner padding bug from manual to engraver.ly
7338         (since it's workarounded and hence not user-visible any more)
7339
7340 2004-09-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7341
7342         * VERSION: release 2.3.19
7343
7344 2004-09-26  Graham Percival  <gperlist@shaw.ca>
7345
7346         * ly/property-init.ly: fix bug in displaying ledger lines while
7347         \hideNotes is on.
7348
7349         * Documentation/user/notation.itely: more editing.
7350
7351         * Documentation/user/examples.itely: add piano-dynamics template.
7352
7353         * input/template/piano-dynamics.ly: remove.
7354
7355         * Documentation/user/sound-output.itexi: more editing
7356
7357 2004-09-25  Graham Percival  <gperlist@shaw.ca>
7358
7359         * Documentation/user/notation.itely: more editing.
7360
7361 2004-09-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7362
7363         * scm/ly-from-scheme.scm (read-lily-expression): use ~s in format
7364         instead of ~a, to get #{ #"foo" #} actually printed to #"foo".
7365
7366 2004-09-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7367
7368         * lily/hairpin.cc (print): check columns of bounds, not bounds
7369         themselves.
7370         (print): robustify bound-padding lookup.
7371
7372         * lily/*: ly_c[ad]+r -> scm_XXX , ly_c_pair_p -> scm_is_pair.
7373
7374         * scripts/lilypond-book.py (Compile_error.process_include): catch
7375         Compile_error exception, and remove output .texi.
7376
7377         * scm/define-music-properties.scm (all-music-properties): add
7378         error-found
7379
7380         * lily/parser.yy (Music_list): add error-found to music with errors.
7381
7382         * lily/lily-parser.cc (LY_DEFINE): ignore scores with errors.
7383
7384         * lily/book.cc (process): ignore books with errors
7385
7386         * lily/include/score.hh (class Score): add error_found_ member.
7387
7388         * lily/drum-note-engraver.cc (try_music): idem.
7389
7390         * lily/note-heads-engraver.cc: remove start-playing-event.
7391
7392         * lily/part-combine-iterator.cc (Part_combine_iterator): use
7393         BusyPlayingEvent to determine which voice was active last.
7394         (unisono): use last active to where to get unisono information
7395         from. This fixes: partcombine-rest.ly (again).
7396
7397         * scm/part-combiner.scm (determine-split-list): cleanups
7398
7399 2004-09-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7400
7401         * input/regression/lyric-extender.ly: simplify.
7402         complexify.
7403
7404         * lily/lyric-extender.cc (print): use it to determine size of
7405         extender. Remove Lyric_extender::is_visible().
7406
7407         * lily/extender-engraver.cc (acknowledge_grob): store lyric in
7408         next property.
7409
7410         * lily/lyric-engraver.cc: remove get_current_rest().
7411         
7412 2004-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
7413
7414         * input/regression/lyric-extender.ly: Fix and add test.
7415
7416         * lily/extender-engraver.cc (stop_translation_timestep): Oops, typo.
7417
7418 2004-09-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7419
7420         * lily/note-head.cc: remove Note_head::extent.
7421
7422 2004-09-23  Graham Percival  <gperlist@shaw.ca>
7423
7424         * Documentation/user/tutorial.itely: do manual style 2-space
7425         indents in examples
7426
7427         * Documentation/user/notation.itely: more editing.
7428
7429 2004-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
7430
7431         * lily/lyric-engraver.cc (get_current_rest): New function.
7432
7433         * lily/extender-engraver.cc (stop_translation_timestep): Use it:
7434         stop at rest.
7435
7436         * lily/lyric-extender.cc (print): Fix crash (Russ Ross).
7437
7438         * lily/slur-scoring.cc (get_bezier): Fix for broken beziers.
7439
7440 2004-09-23  Juergen Reuter  <reuter@ipd.uka.de>
7441
7442         * Documentation/user/examples.itely (Small ensembles): added
7443         example for transcription of mensural music
7444
7445         * Documentation/user/notation.itely (The Lyrics context): fixed broken
7446         link to SATB vocal score
7447
7448         * Documentation/user/notation.itely (System start delimiters):
7449         fixed typo: GrandStaff->StaffGroup
7450
7451         * Documentation/user/notation.itely (Ancient articulations):
7452         removed obsolete comment on \episem bug
7453
7454 2004-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7455
7456         * scm/framework-tex.scm (output-preview-framework): Fix invocation
7457         of header.
7458
7459 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7460
7461         * lily/dynamic-engraver.cc (acknowledge_grob): attach hairpin
7462         start to note-column.
7463
7464         * lily/hairpin.cc (print): check text-interface, to attach to
7465         dynamic texts.  
7466
7467         * lily/include/text-item.hh (class Text_interface): rename
7468         Text_item -> Text_interface
7469
7470         * lily/piano-pedal-bracket.cc (print): robustify.
7471
7472 2004-09-22  Pedro Kroger  <kroeger@pedrokroeger.net>
7473
7474         * scm/paper.scm (set-paper-dimensions): add printfirstpagenumber.
7475
7476         * scm/page-layout.scm (plain-header): if printfirstpagenumber is
7477         true will print the page number in the first page.
7478
7479         * Documentation/user/changing-defaults.itely: Document
7480         printfirstpagenumber.
7481
7482 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7483
7484         * lily/phrasing-slur-engraver.cc (acknowledge_grob): avoid more
7485         objects.
7486
7487         * lily/beam-concave.cc (calc_concaveness): take absolute value of
7488         dy for scaling. This fixes various downbeams.
7489         
7490
7491         * lily/beam-quanting.cc (best_quant_score_idx): 
7492
7493 2004-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7494
7495         * scm/framework-tex.scm (header-to-file): Fix.
7496
7497 2004-09-22  Werner Lemberg  <wl@gnu.org>
7498
7499         * lily/parser.yy <score_body>: Fix typo.
7500
7501 2004-09-22  Graham Percival  <gperlist@shaw.ca>
7502
7503         * Documentation/user/tutorial.itely: modified a "future planning"
7504         comment.
7505
7506         * Documentation/user/notation.itely: more editing.
7507
7508 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7509
7510         * scm/define-markup-commands.scm (note-by-number): read font-size
7511         to determine stem length. Fixes: markup-note.ly
7512
7513 2004-09-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7514
7515         * lily/slur.cc (outside_slur_callback): read #'padding for
7516         slur-padding. Fixes: slur-script.ly
7517
7518         * lily/parser.yy (score_body): disallow \bookpaper in \score.
7519
7520 2004-09-21  Juergen Reuter  <reuter@ipd.uka.de>
7521
7522         * Documentation/user/notation.itely (ancient flags): documented
7523         flags-related known bugs
7524
7525         * lily/include/ligature-engraver.hh: added comment about why and
7526         how of (non-)use of abstract virtual methods
7527
7528         * ly/engraver-init.ly (VaticanaVoice,
7529         GregorianTranscriptionVoice): bugfix (workaround): TextSpanner:
7530         unset dash-fraction property in order to get solid lines
7531
7532         * ly/engraver-init.ly (MensuralStaff): fixed bad comment
7533
7534 2004-09-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7535
7536         * scripts/convert-ly.py (ly): Corrected replacement of \scriptBoth
7537
7538 2004-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7539
7540         * lily/parse-scm.cc (internal_ly_parse_scm): Eval in module, not
7541         in function.
7542
7543         * scm/framework-tex.scm (convert-to-dvi): Use nonstopmode.  Set
7544         openout_any=p.  Throughout: progress to stderr, translate user
7545         messages.
7546
7547         * scm/output-gnome.scm: Fix font dir description.
7548
7549 2004-09-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7550
7551         * input/test/mensural-ligatures.ly (voice): move linethickness
7552         settings to bookpaper.
7553
7554         * lily/simple-spacer.cc (Module): use force to stretch to 
7555         line length as force measure for ragged spacing.
7556         
7557         * lily/lily-parser.cc (get_paper): don't set parent for \paper
7558         blocks in the parser. This eliminates ordering dependency for
7559         \bookpaper and \paper
7560
7561         * ly/part-paper-init.ly: remove file.
7562
7563         * lily/includable-lexer.cc (new_input): elucidate message.
7564
7565         * VERSION: 2.3.18 released.
7566         
7567 2004-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7568
7569         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
7570         * input/mutopia/R.Schumann/romanze-op28-2.ly:
7571         * input/mutopia/F.Schubert/standchen.ly: Remove obsolete
7572         #'Slur.attachment setting.
7573
7574         * elisp/lilypond-mode.el (LilyPond-command-alist): Use -ftex,
7575         friendlier for point and click.
7576
7577 2004-09-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7578
7579         * ly/init.ly: reverse collected scores.
7580
7581         * scm/page-layout.scm (ly:optimal-page-breaks): use non-ragged
7582         layout to determine force.
7583         
7584 2004-09-18  Werner Lemberg  <wl@gnu.org>
7585
7586         * ly/engraver-init.ly <Score> [quotedEventTypes]: Add tuplets and
7587         ties.
7588
7589         * ly/declarations-init.ly (escapedBiggerSymbol,
7590         escapedSmallerSymbol): Fix typos.
7591
7592         * scripts/convert-ly.py: s/removeTag/removeWithTag/.
7593
7594 2004-09-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7595
7596         * input/{input,regression}/*.ly: run convert-ly
7597
7598         * VERSION: release 2.3.17
7599
7600         * lily/slur-scoring.cc (enumerate_attachments): make stem_extent a
7601         little wider for attachment calculation. This prevents stem and
7602         slur touching.
7603
7604         * lily/parser.yy (direction_less_char): soft code \< \> \! \( \) (
7605         ) 
7606
7607         * input/regression/tie.ly (texidoc): cleanup.
7608
7609         * ly/declarations-init.ly (tildeSymbol): soft-code meaning of [ ]
7610         and ~
7611
7612         * lily/slur-scoring.cc (score_extra_encompass): check if extra
7613         objects are on boundary column. 
7614
7615         * lily/main.cc (parse_argv): process --tex too.
7616
7617         * ly/music-functions-init.ly (keepWithTag): add music functions
7618         keepWithTag and removeWithTag.
7619
7620         * lily/quote-iterator.cc (Quote_iterator): init transposed_musics_.
7621
7622         * lily/accidental-engraver.cc (recent_enough): interpret laziness
7623         = #t. This fixes no-reset accidental-style.
7624
7625         * input/regression/accidental-piano.ly (Module): new file.
7626
7627         * lily/lily-guile.cc (LY_DEFINE): ly_assoc_get: new function.
7628
7629 2004-09-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7630
7631         * lily/slur-scoring.cc (score_extra_encompass): widen X extent of
7632         extra encompass.
7633         (score_extra_encompass): use Y coordinate of attachment if X
7634         attachment falls in extra encompass X extent.
7635
7636         * buildscripts/guile-gnome.sh (SLIB_PATH): add SLIB_PATH to
7637         GUILE_LOAD_PATH
7638
7639 2004-09-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7640
7641         * scm/output-gnome.scm: Small fixes.
7642
7643         * buildscripts/guile-gnome.sh: Getting close to 2.6.0 release.
7644
7645 2004-09-16  Juergen Reuter  <reuter@ipd.uka.de>
7646
7647         * Documentation/user/notation.itely (Ancient flags): Removed
7648         documentation on adjust-if-on-staffline (this property was removed
7649         by Han-Wen).
7650
7651         * Documentation/user/notation.itely (Ancient notation): Minor
7652         cleanups and fixes.  Renamed "Vaticana style contexts" ->
7653         "Gregorian Chant contexts".  Added section "Mensural contexts".
7654         Added section "Ancient articulations".
7655
7656         * ly/engraver-init.ly: Added "MensuralVoice" and "MensuralStaff".
7657
7658 2004-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
7659
7660         * buildscripts/guile-gnome.sh: Add missing bit.
7661
7662 2004-09-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7663
7664         * buildscripts/guile-gnome.sh (LD_LIBRARY_PATH): new script.
7665
7666         * lily/slur-scoring.cc (get_y_attachment_range): set end point
7667         using base_attachment.
7668
7669         * scm/page-layout.scm (default-page-make-stencil): whoops. Add
7670         page header back.
7671
7672         * scm/documentation-generate.scm (top-node): move version to top
7673         node.
7674
7675         * lily/ledger-line-spanner.cc: add ledgered-interface, with
7676         property no-ledgers.
7677
7678 2004-09-16  Heikki Junes  <hjunes@cc.hut.fi>
7679
7680         * Documentation/user/{changing-defaults,examples,invoking,
7681         tutorial}.itely: Expand 's to is.
7682
7683         * Documentation/user/notation.itely: Capitalize only first letter.
7684
7685         * Documentation/user/programming-interface.itely: Capitalize Scheme.
7686
7687         * Documentation/user/lilypond-book.itely: use @refbugs.
7688
7689         * THANKS: sort.
7690
7691         * input/mutopia/F.Schubert/morgenlied.ly,
7692         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly,
7693         input/mutopia/R.Schumann/romanze-op28-2.ly: Add lifetime and full
7694         name.
7695
7696 2004-09-15  Juergen Reuter  <reuter@ipd.uka.de>
7697
7698         * mf/parmesan-heads.mf: bugfixes: (i) removed duplicate
7699         lneomensural char entry; (ii) fixed mensural/neomensural naming
7700         clash typo; (iii) lneomensural char: fixed stem attachment point.
7701         WARNING: FONT CHANGED!
7702
7703 2004-09-15  Graham Percival  <gperlist@shaw.ca>
7704
7705         * Documentation/user/introduction.itely: update \stemBoth to
7706         \stemNeutral.
7707
7708         * Documentation/user/notation.itely: more editing of the manual.
7709
7710 2004-09-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7711
7712         * lily/slur-scoring.cc (score_edges): add exp(slope*dir*leftright)
7713         factor in edge attraction. This reflects that the left edge may
7714         have a larger gap for an ascending up-slur.
7715         (get_base_attachments): copy bound Y from right bound, if there is
7716         only one note-column after the line break.
7717
7718 2004-09-14  Jan Nieuwenhuizen  <janneke@gnu.org>
7719
7720         * buildscripts/guile-gnome.sh: Update with tarball [pre]releases.
7721
7722 2004-09-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7723
7724         * lily/phrasing-slur-engraver.cc (process_music): Create
7725         PhrasingSlur instead of Slur.
7726
7727         * Documentation/user/changing-defaults.itely (Defining new
7728         contexts): Fixed misprinted context name.
7729
7730 2004-09-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7731
7732         * ly/property-init.ly (hideStaffSwitch): remove turnOff.
7733
7734         * scripts/convert-ly.py (conv): change Both to Neutral in property
7735         settings.
7736
7737         * ly/engraver-init.ly: increase extent of Staff. 
7738
7739 2004-09-13  Graham Percival  <gperlist@shaw.ca>
7740
7741         * scm/script.scm: change behaviour of slur and accent.
7742
7743         * Documentation/user/music-glossary.tely: de-gender a few entires.
7744
7745         * Documentation/user/introduction.itely: de-gender a few sentences.
7746
7747 2004-09-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7748
7749         * input/regression/rehearsal-mark-number.ly: Reuse the existing
7750         formatting routine when adding boxed numbers. Makes it easier to
7751         extrapolate how to do for boxed letters.
7752
7753 2004-09-12  Graham Percival  <gperlist@shaw.ca>
7754
7755         * Documentation/user/notation.itely: fixed Time Signature numbers bug.
7756
7757         * Documentation/user/invoking.itexi: updated the "reporting bugs"
7758         section.
7759
7760 2004-09-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7761
7762         * scm/define-grobs.scm (all-grob-descriptions): longer
7763         ideallengths for stems in higher order beams.
7764
7765         * Documentation/user/changing-defaults.itely (Page layout):
7766         document them.
7767
7768         * scm/page-layout.scm (ly:optimal-page-breaks): use new parameters
7769         to get sane spaces for titles.
7770
7771         * ly/book-paper-defaults.ly: new parameters aftertitlespace,
7772         beforetitlespace, betweentitlespace.
7773
7774         * input/regression/beam-quant-standard.ly (primeSixteenths): add
7775         16th notes.
7776
7777         * lily/beam.cc (set_minimum_dy): new function. Round non-zero
7778         small slope up to smallest quant. This prevents small slopes from
7779         getting rounded to zero.
7780
7781         * lily/beam-quanting.cc (quanting): don't allow dy_mus slopes that
7782         are smaller than the smallest quant.
7783
7784         * input/tutorial/brahms*.ly: remove.
7785
7786         * input/*: update all .ly files.
7787          
7788         * ly/a4-init.ly (vsize): remove papersize init files.
7789
7790         * scripts/convert-ly.py (conv): add conversion.
7791
7792         * lily/parser.yy: change mode changing commands to XXXmode,
7793         eg. drummode.
7794         (mode_changing_head): group mode changes.
7795         (mode_changing_head_with_context): new commands: create context as
7796         well as change mode.
7797
7798         * input/regression/system-overstrike.ly: new file.
7799
7800         * scm/page-layout.scm (ly:optimal-page-breaks): add
7801         betweensystempadding also to fixed distance for the spring.
7802  
7803         * scm/define-grobs.scm (all-grob-descriptions): fix order of
7804         key-cancellation.
7805
7806         * input/regression/beam-concave-damped.ly: new file.
7807
7808         * lily/beam-concave.cc: new file, with new routines for concave
7809         decisions. There are now two types of concaveness: 1. a sharp
7810         logic decision forcing a beam horizontal, and 2. a number that
7811         measures how concave beams are that are not caught by 1.
7812
7813         This fixes: morgenlied.ly and input/regression/beam-concave.ly
7814         
7815         * lily/new-fingering-engraver.cc (stop_translation_timestep): new
7816         property: add-stem-support
7817
7818 2004-09-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7819
7820         * lily/slur-scoring.cc (get_bound_info): only do
7821         broken trend at the end of the line.
7822
7823         * VERSION (PACKAGE_NAME): release 2.3.16.
7824
7825         * input/regression/phrasing-slur.ly (Module): remove (duplicate
7826         with phrasing-slur-slur-avoid.ly)
7827
7828         * lily/slur-scoring.cc (struct Extra_collision_info): collect
7829         parameters for extra offset.
7830         (get_bezier): add slurs mid-points for curve determination
7831         (score_extra_encompass): add slur end points for scoring.
7832
7833 2004-09-11  Matthias Neeracher  <neeracher@mac.com>
7834
7835         * scm/framework-ps.scm (reencode-font): Handling font scaling
7836         and reencoding differently to work around a bug in gs 8.30 and
7837         earlier.
7838         Update callers.
7839
7840 2004-09-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7841
7842         * lily/slur-scoring.cc (broken_trend_y): always take use vdir
7843         extent index of other system. Fixes slurs across line breaks.
7844
7845         * lily/tuplet-engraver.cc (start_translation_timestep): use
7846         Tuplet_description::stop_ for determining when to stop producing
7847         tuplet brackets. This fixes: tuplet-overwrite.ly
7848
7849         * lily/*-engraver.cc: remove all Protected_scm objects to fix GC
7850         errors with GUILE 1.7 CVS.
7851
7852         * lily/translator.cc (derived_mark): new function.
7853
7854         * lily/slur-scoring.cc (score_encompass): new penalty type:
7855         variance penalty demerits slurs where one head/stem is much
7856         closer to the slur than average.
7857
7858         * lily/tuplet-bracket.cc (print): use robust_relative_extent
7859         iso. extent()
7860         (calc_position_and_height): use robust_relative_extent(). This
7861         fixes a couple of programming_errors
7862
7863         * input/regression/part-combine-mmrest-after-solo.ly (Module): new
7864         file.
7865
7866         * lily/part-combine-iterator.cc (unisono): bugfix for the case
7867         that voice-2 plays solo, and voice-1 has an mmrest that starts
7868         earlier. In that case, we switch to voice-2, so we catch the
7869         mmrest of voice-2. This fixes: partcombine-rest.ly.
7870  
7871 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7872
7873         * scm/define-grob-properties.scm (all-internal-grob-properties):
7874         add adjacent-hairpins property.
7875
7876         * lily/hairpin.cc: lengthen hairpin if space is available.
7877
7878         * input/regression/dynamics-hairpin-length.ly (Module): new file.
7879
7880 2004-09-10  Graham Percival  <gperlist@shaw.ca>
7881
7882         * Documentation/user/notation.itely: small fixes to docs.
7883
7884 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7885         
7886         * VERSION (PACKAGE_NAME): release 2.3.15
7887
7888         * make/lilypond.redhat.spec.in (Requires): bump requirement for
7889         ec-fonts-mftraced
7890
7891         * mf/GNUmakefile (SAUTER_FONTS): remove ecb10. This is provided by
7892         the latest ec-fonts-mftraced package.
7893
7894         * scm/define-context-properties.scm
7895         (all-internal-translation-properties): add property. Remove
7896         definition of quotes property.
7897
7898         * Documentation/user/notation.itely (Quoting other voices):
7899         document it
7900
7901         * lily/quote-iterator.cc (moment_less): add quotedEventTypes
7902         property, to determine what events are processed in \quote.
7903
7904 2004-09-10  Juergen Reuter  <reuter@ipd.uka.de>
7905
7906         * (many files): removed most occurrences of underscore ("_")
7907         from font characters; made font character naming more
7908         consistent
7909
7910         * input/test/gregorian-scripts.ly: fixed another victim of grand
7911         replacement operations
7912
7913         * lily/vaticana-ligature-engraver.cc: caught some more "_"
7914         inconsistencies
7915
7916         * input/puer-fragment.ly: bugfix: lyrics hyphen: syntax update
7917
7918 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7919
7920         * Documentation/user/changing-defaults.itely (Paper size): doc
7921         landscape
7922         
7923
7924         * scm/framework-ps.scm (eps-header): bugfixes. 
7925
7926         * scm/titling.scm (default-score-title): remove opus from the
7927         \score title.
7928
7929 2004-09-08  Pedro Kroger  <kroeger@pedrokroeger.net>
7930
7931         * scripts/convert-ly.py (program_name): changed to sys.argv[0]
7932
7933         * scripts/abc2ly.py (program_name): changed to sys.argv[0]
7934
7935         * scripts/etf2ly.py (program_name): changed to sys.argv[0]
7936
7937         * scripts/lilypond-book.py (program_name): changed to sys.argv[0]
7938
7939         * scripts/lilypond-latex.py (program_name): changed to sys.argv[0]
7940
7941         * scripts/midi2ly.py (program_name): changed to sys.argv[0]
7942
7943         * scripts/mup2ly.py (program_name): changed to sys.argv[0]
7944
7945         * scripts/ps2png.py (program_name): changed to sys.argv[0]
7946
7947 2004-09-09  Jan Nieuwenhuizen  <janneke@gnu.org>
7948
7949         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Increment
7950         character position.  Huh?
7951
7952         * scm/output-gnome.scm (placebox): Shield affine-relative.
7953
7954         * buildscripts/guile-gnome.sh: Update.  Do not use GUILE CVS,
7955         cater for system's pango 1.5.1.
7956
7957         * input/regression/new-slur.ly: Add ugly slur from scsii-sarabande.
7958
7959         * scm/slur.scm: Tweak.
7960
7961 2004-09-08  Graham Percival  <gperlist@shaw.ca>
7962
7963         * Documentation/user/{first couple of chapters}: more editing.
7964
7965 2004-09-07  Graham Percival  <gperlist@shaw.ca>
7966
7967         * Documentation/topdocs/AUTHORS.texi, THANKS: add/modify my name
7968         and summary.
7969
7970         * Documentation/user/{first couple of chapters}: the big "Graham's
7971         moved to a new city, his friends haven't arrived, and he has no
7972         internet access" patch.  Numerous editorial and stylistic changes
7973         to the manual.
7974
7975 2004-09-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7976
7977         * scm/framework-ps.scm (output-framework): handle landscape settings.
7978
7979         * ps/lilyponddefs.ps: cleanup.
7980
7981 2004-09-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7982
7983         * scm/define-grobs.scm (all-grob-descriptions): unset
7984         threshold. This fixes morgenlied. 
7985
7986         * scm/page-layout.scm (ly:optimal-page-breaks): whoops. Thinko in
7987         rod calculation.
7988
7989         * lily/system.cc (get_line): don't take piano-pedal & dynamic line
7990         spanners into account for staff-extents.
7991
7992         * lily/ottava-bracket.cc (print): take common refpoint of dots
7993         into account as well.
7994
7995 2004-09-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7996
7997         * lily/lookup.cc (triangle): translate by interval.
7998
7999         * VERSION (PACKAGE_NAME): release 2.3.14
8000
8001         * Documentation/user/changing-defaults.itely (Page layout): add
8002         betweensystempadding
8003
8004         * scm/page-layout.scm (ly:optimal-page-breaks): typo.
8005
8006         * input/regression/quote-cyclic.ly (Module): new file.
8007
8008         * scm/lily.scm (print): add function.
8009
8010         * scm/music-functions.scm (quote-substitute): new
8011         function. Substitute \quote when putting music into \score.
8012
8013         * input/regression/key-signature-cancellation.ly (Module): new file.
8014
8015         * lily/*.cc: more ly_scm2 -> scm_to converions.
8016
8017         * lily/key-signature-interface.cc (print): take position
8018         difference into account when spacing naturals.
8019
8020         * lily/key-engraver.cc (create_key): create KeyCancellation grob
8021         separately, so the cancellation can be put before the staff-bar
8022
8023         * scm/define-grobs.scm (all-grob-descriptions): add a
8024         KeyCancellation grob.
8025
8026         * lily/tuplet-engraver.cc (struct Tuplet_description): new
8027         struct. Use to clean-up Tuplet_engraver
8028
8029 2004-09-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8030
8031         * lily/*: ly_scm2int -> scm_to_int
8032         ly_scm2double -> scm_to_double
8033
8034         * lily/include/lily-guile.hh (scm_from_double): more compat glue.
8035
8036 2004-09-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8037
8038         * lily/simple-spacer.cc (LY_DEFINE): return something sensible for
8039         0 springs
8040
8041         * lily/system.cc (post_processing): 
8042
8043         * scm/page-layout.scm (ly:optimal-page-breaks): implement uniform
8044         density for vertical spacing by means of force penalty.
8045         
8046         * scm/paper.scm (paper-set-staff-size): add betweensystemspace as
8047         dimension-variables
8048
8049         * Documentation/user/changing-defaults.itely (Page layout): add
8050         betweensystemspace variable.
8051
8052         * ly/book-paper-defaults.ly: set betweensystemspace: 20 mm
8053
8054         * scm/page-layout.scm (space-systems): new function. Use spring
8055         and rod approach for vertically spacing systems.
8056
8057         * ly/engraver-init.ly: tune down minimumVerticalExtent.
8058
8059         * scm/define-grobs.scm (all-grob-descriptions): set threshold for
8060         vertical alignment.
8061
8062         * lily/slur-engraver.cc (process_music): add warning for slur.
8063
8064 2004-09-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8065
8066         * lily/include/lily-guile.hh (scm_is_number): add scm_is_number
8067
8068         * lily/simple-spacer.cc (LY_DEFINE): ly_solve_spring_rod_problem:
8069         export spacing routine to SCM.
8070
8071         * lily/include/simple-spacer.hh (struct Simple_spacer_wrapper):
8072         new class, separate Grobs from interface.
8073
8074 2004-09-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8075
8076         * lily/include/lily-guile.hh: compatibility glue for 1.6
8077
8078         * lily/*.cc (acknowledge_grob): ly_string_p -> scm_is_string.
8079
8080         * lily/lily-guile.cc: remove ly_scm2str0.
8081
8082 2004-09-01  Jan Nieuwenhuizen  <janneke@gnu.org>
8083
8084         * Documentation/user/macros.itexi: Use @inforef iso @uref for
8085         external references.  Fixes HTML cross references with makeinfo 4.7.
8086
8087 2004-09-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8088
8089         * lily/include/simple-spacer.hh (struct Simple_spacer): remove
8090         expand_only option.
8091
8092 2004-08-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8093
8094         * lily/system.cc (get_line): add System stencil to exprs. Fixes
8095         system-extents.ly.
8096
8097         * ly/engraver-init.ly: decrease minimumVerticalExtent to (-5,5).
8098
8099         * scm/define-grobs.scm (all-grob-descriptions): decrease padding
8100         for MultiMeasureRestNumber
8101
8102         * VERSION (PACKAGE_NAME): release 2.3.13
8103
8104 2004-08-29  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8105
8106         * lily/context-scheme.cc (LY_DEFINE): ly:context-grob-definition
8107         takes two arguments.
8108
8109 2004-08-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8110
8111         * input/regression/slur-stem-broken.ly: remove.
8112
8113         * lily/slur.cc: add quant-score.
8114
8115         * input/regression/slur-staccato.ly (texidoc): remove
8116
8117         * make/lilypond.redhat.spec.in (Group): remove musedata2ly
8118
8119 2004-08-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8120
8121         * lily/include/bezier-bow.hh: remove.
8122
8123         * lily/slur-bezier-bow.cc (Module): remove.
8124
8125         * lily/include/slur.hh (Module): remove.
8126
8127         * lily/slur.cc: remove
8128
8129         * input/test/slur-beautiful.ly (Module): remove
8130
8131         * input/test/slur-attachment-override.ly (Module): remove
8132
8133         * lily/slur-quanting.cc (after_line_breaking): only do scoring
8134         when less than 4 control-points.
8135
8136         * lily/key-signature-interface.cc: add style.
8137
8138         * Documentation/user/notation.itely (Automatic staff changes):
8139         document new behavior.
8140
8141         * input/regression/slur-extreme.ly: new file.
8142
8143         * ly/engraver-init.ly (Score): set bassStaffProperties to \clef
8144         bass. Obviates \clef bass in the bass staff, when using \autochange 
8145
8146         * lily/auto-change-iterator.cc (construct_children): instantiate
8147         up/down Staff, create Voice on up staff initially. Obviates
8148         explicit instantiation of up/down contexts for \autochange. 
8149
8150         * lily/slur-quanting.cc (get_bezier): new functionality, blow up
8151         slur depending on extents of note heads.
8152         
8153 2004-08-28  Graham Percival  <gperlist@shaw.ca>
8154
8155         * Documentation/user/tutorial.itely: minor editing.
8156
8157         * Documentation/user/examples.itely: tiny editing.
8158
8159 2004-08-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8160
8161         * lily/slur-quanting.cc (init_score_param): read scoring
8162         parameters from slur-details property
8163
8164         * scm/define-grobs.scm (all-grob-descriptions): add inside-slur to
8165         Accidental
8166
8167         * Documentation/user/advanced.itely: removed.
8168
8169         * Documentation/user/programming-interface.itely (How markups work
8170         internally): new subsection.
8171
8172         * Documentation/user/converters.itely (Invoking abc2ly): remove
8173         musedata2ly.
8174
8175 2004-08-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8176
8177         * Documentation/user/point-and-click.texi (Point and click): new file.
8178         put point & click in appendix.
8179         
8180         * Documentation/user/changing-defaults.itely (Vertical spacing):
8181         corrections
8182
8183 2004-08-27  Graham Percival  <gperlist@shaw.ca>
8184
8185         * Documentation/user/introduction.itely: add note about the
8186         "example templates" section of the manual, and remove link to
8187         input/template/
8188
8189 2004-08-27  Juergen Reuter   <reuter@ipd.uka.de>
8190
8191         * Documentation/user/lilypond-book.itely: fix parse error: @LaTeX
8192         -> La@TeX
8193
8194         * mf/parmesan-heads.mf: draw_diamond_head: fixed pen width; added
8195         missing lneo_mensural head; editorial cleanups
8196
8197         * lily/mensural-ligature.cc: added more comments
8198
8199 2004-08-26  Graham Percival  <gperlist@shaw.ca>
8200
8201         * Documentation/user/examples.itely: second, third, fourth, and fifth
8202         sections added.
8203
8204         * input/template/{various}: removed files included in examples.itely.
8205
8206 2004-08-26  Juergen Reuter   <reuter@ipd.uka.de>
8207
8208         * lily/stem.cc: bugfix: adjust-if-on-staffline: use
8209         Stem::stem_end_position instead of broken
8210         Staff_symbol_referencer::get_position
8211
8212 2004-08-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8213
8214         * debian/changelog: debian patch by Anthony Fok.
8215
8216         * lily/stem.cc (flag): bugfix for mensural flags (thanks Juergen!)
8217
8218         * lily/slur-engraver.cc (try_music): ignore slurs_. Otherwise we
8219         get spurious messages with skipTypesetting on.
8220
8221 2004-08-25  Graham Percival   <gperlist@shaw.ca>
8222
8223         * Documentation/user/lilypond-book.itely: slight clean-up.
8224
8225         * Documentation/user/examples.itely: began section.
8226
8227 2004-08-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8228
8229         * lily/script-interface.cc: add slur property.
8230
8231         * lily/slur-quanting.cc (score_extra_encompass): avoid other slurs
8232         too.
8233
8234         * input/regression/phrasing-slur-slur-avoid.ly: new file.
8235
8236         * lily/ottava-bracket.cc (print): always start from right edge of
8237         a broken bound. This fixes ottava-clef.ps 
8238
8239 2004-08-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8240
8241         * input/regression/slur-script-inside.ly: new file.
8242
8243         * lily/new-slur.cc (outside_slur_callback): new function, to make
8244         scripts avoid slurs 
8245
8246         * lily/slur-engraver.cc (finalize): 
8247
8248         * lily/script-interface.cc: add inside-slur property.
8249
8250         * lily/slur-engraver.cc (finalize): read inside-slur property.
8251
8252         * scm/lily.scm (postscript->png): use ~a iso. ~s in progress
8253         message.
8254
8255         * ly/property-init.ly (unHideNotes): hide accidentals at staff
8256         level. Fixes: hideNotes-accidental.ly
8257
8258 2004-08-23  Pedro Kroger  <kroeger@pedrokroeger.net>
8259
8260         * scm/page-layout.scm (plain-header): fix bug that print page
8261         number in the first page if firstpagenumber was different than 1.
8262
8263 2004-08-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8264
8265         * scm/framework-ps.scm (define-fonts): use UPCASE for Bluesky
8266         fonts. Fixes triangle markup for chords.
8267
8268         * lily/slur-quanting.cc (score_extra_encompass): make score depend
8269         on distance. This fixes slur-tenuto.ly and slur-tie.ly
8270  
8271         * flower/include/interval.hh (T>): add distance() function
8272
8273         * lily/ottava-bracket.cc (print): add dots to extent. Fixes
8274         octaviation-dot.ly 
8275
8276         * lily/context-scheme.cc: ly_context_grob_definition: new function.
8277
8278         * VERSION (MY_PATCH_LEVEL): release 2.3.12
8279
8280         * lily/new-slur.cc (add_column): remove set_interface()
8281
8282 2004-08-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8283
8284         * input/regression/slur-double.ly: new file. 
8285
8286         * lily/slur-engraver.cc: add doubleSlurs property
8287
8288         * scm/fret-diagrams.scm (label-fret): use cond instead of case for
8289         symbols.
8290
8291         * Documentation/user/notation.itely (Easy Notation note heads):
8292         revise notation Chapter.
8293
8294         * ly/music-functions-init.ly (makecluster): add makeClusters music
8295         function.
8296
8297         * lily/part-combine-engraver.cc: rename soloADue ->
8298         printPartCombineTexts
8299
8300         * scripts/convert-ly.py (conv): junk script{Up|Down|Both}.
8301
8302         * lily/horizontal-bracket.cc (print): use
8303         Tuplet_bracket::make_bracket, so it supports bracket-flare,
8304         edge-eight and shorten-pair.
8305
8306 2004-08-22  Pedro Kroger  <kroeger@pedrokroeger.net>
8307
8308         * Documentation/user/changing-defaults.itely (Page layout):
8309         description of firstpagenumber. Moved @refbugs about rightmargin
8310         to the end of the section (it was looking like the documentation
8311         after the refbugs was part of the bug comment).
8312
8313         * scm/framework-ps.scm (output-framework): set the first
8314         postscript page number to firstpagenumber
8315
8316         * scm/page-layout.scm (ly:optimal-page-breaks): print the first
8317         page number according to firstpagenumber
8318
8319         * scm/paper.scm (set-paper-dimensions): added firstpagenumber
8320         parameter
8321
8322 2004-08-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8323
8324         * lily/slur-engraver.cc (class Slur_engraver): simplify: remove
8325         nested slurs. 
8326
8327         * scripts/convert-ly.py (lilypond_version_re_str): handle
8328         \version "bar" % "foo"
8329
8330         * lily/completion-note-heads-engraver.cc (process_music): set
8331         duration-log before announcing object.
8332         
8333         * lily/staff-symbol.cc (print): subtract thickness from staff line
8334         length
8335
8336         * lily/parser.yy (book_body): disallow { ..music.. } inside \book
8337         
8338 2004-08-21  Carl Sorensen  <carldsorensen@comcast.net>
8339
8340         * scm/stencil.scm: remove fontify-text and fontify-text-white
8341
8342 2004-08-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8343
8344         * scm/part-combiner.scm: skip name string. Fixes segfault problem.
8345
8346         * Documentation/user/sound-output.texi (Sound): new file. Move all
8347         MIDI related information.
8348
8349 2004-08-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8350
8351         * lily/script-engraver.cc (acknowledge_grob): only take into
8352         account note heads with a music cause. Fixes ambitus-accent.ly
8353
8354         * scm/define-markup-commands.scm (finger): set encoding to
8355         fetaNumber.
8356
8357 2004-08-20  Erik Sandberg <ersa9195@student.uu.se>
8358
8359         * scripts/convert-ly.py: typo
8360
8361 2004-08-19  Carl Sorensen  <carldsorensen@comcast.net>
8362
8363         * scm/fret-diagrams.scm: Eliminate use of fontify-text; make 
8364         font calls for diagrams based on paper and props
8365
8366 2004-08-19  Graham Percival <gperlist@shaw.ca>
8367
8368         * scripts/convert-ly.py: add \newpage -> \pageBreak rule.
8369
8370 2004-08-19  Erik Sandberg <ersa9195@student.uu.se>
8371
8372         * ly/spanners-init.ly: Correct meanings of setTextDecresc/Dim,
8373         added setHairpinDecresc/Dim
8374
8375 2004-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
8376
8377         * lily/include/lily-guile.hh: Cosmetics.
8378
8379 2004-08-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8380
8381         * input/regression/fermata-rest-position.ly: new file
8382
8383         * ly/property-init.ly (hideNotes): remove \setMmRestFermata
8384
8385         * scripts/convert-ly.py (conv): add rule for \setMmRestFermata
8386
8387 2004-08-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8388
8389         * scm/framework-tex.scm (output-preview-framework) 
8390         (output-classic-framework): 
8391         * scm/framework-ps.scm (output-preview-framework):
8392         s/ly:paper-book-lines/ly:paper-book-systems/g
8393
8394         * scm/fret-diagrams.scm (ss-font-encoding):
8395         s/my-font-encoding/ss-font-encoding
8396
8397 2004-08-18  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8398
8399         * scm/music-functions.scm (direction-polyphonic-grobs): Set
8400         direction also on fingerings.
8401
8402         * lily/clef-engraver.cc: Add forceClef to list of read properties.
8403
8404 2004-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8405
8406         * po/nl.po: Some updates.
8407
8408         * scm/lily.scm (_): New function.
8409         (postscript->pdf, postscript->png, lilypond-main)
8410         (postscript->pdf): Use it.  Write messages to stderr.
8411
8412         * stepmake/stepmake/po-targets.make (ALL_PO_SOURCES): Add SCM_FILES.
8413
8414         * scm/GNUmakefile (XGETTEXT_FLAGS): Set language to Lisp.
8415         xgettext does not recognise scheme yet.  Patch submitted.
8416
8417         * lily/scm-option.cc (LY_DEFINE):
8418         * lily/main.cc: The program is now called lilypond (WAS:
8419         lilypond-bin).
8420
8421         * lily/rest-collision.cc (do_shift): Uniformise two too many rests
8422         messages.
8423
8424         * lily/include/paper-book.hh
8425         * lily/include/paper-system.hh: Finish renaming of paper-line to
8426         system.  Fix users.
8427
8428 2004-08-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8429
8430         * scm/documentation-generate.scm (string-append): add version.
8431
8432         * scm/define-markup-commands.scm (box): add box-padding and
8433         thickness props for the box command.
8434  
8435         * Documentation/user/changing-defaults.itely (Text encoding):
8436         elucidate use of \encoding for \header strings.
8437
8438         * lily/parser.yy (lyric_element): use \encoding for lyrics strings.
8439
8440         * lily/score.cc (LY_DEFINE): check if length of music > 0. Fixes:
8441         staff-change.ly
8442
8443         * lily/output-def.cc (assign_context_def): use set_variable().
8444
8445         * lily/text-item.cc (interpret_string): accept string input
8446         encoding too.
8447
8448         * scm/encoding.scm (read-encoding-file): print warning when file
8449         can't be found.
8450
8451         * tex/latin1.enc: remove.
8452
8453         * tex/GNUmakefile ($(outdir)/latin1.enc): create latin1 from GS.
8454
8455         * lily/rod.cc (columnize): robustness fix. Don't crash for
8456         nil span points. Fixes: appoggiatura-segfault.ly
8457         (add_to_cols): extra robustness fix.
8458
8459 2004-08-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8460
8461         * lily/text-item.cc (interpret_string): use lookup_variable() to
8462         fidn inputencoding. Now, \paper inherits inputencoding from
8463         \bookpaper.
8464
8465         * lily/script-engraver.cc (stop_translation_timestep): remove slur
8466         collision kludge.
8467
8468         * lily/dynamic-engraver.cc (typeset_all): remove slur collision
8469         kludge.
8470
8471 2004-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
8472
8473         * lily/main.cc (parse_argv): Bugfix: handle 'p'.  Add warning.
8474
8475 2004-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
8476
8477         * lily/spanner.cc (spanned_rank_iv): Bugfix.
8478
8479         * lily.scm: Mark un-internationlised user messages (with FIXME).
8480
8481         * lily/include/modified-font-metric.hh (struct
8482         Modified_font_metric): New file.  (WAS: incorrectly named
8483         scaled-font-metric.hh ?)
8484
8485         * lily/include/scaled-font-metric.hh: Remove.
8486
8487         * lily/text-item.cc (interpret_string): Identify and document
8488         input-encoding problem.
8489
8490         * lily/paper-book.cc (pages): Do not use `paper' as variable name
8491         for a Bookpaper.
8492
8493         * tex/latin1.enc: Replace /minus with /hyphen.
8494
8495         * scm/encoding.scm: For latin1 (input-)encoding, use
8496         latin1.  (Cork.enc is NOT latin1 -- see man latin1).
8497
8498         * ly/book-paper-defaults.ly: Add a comment about suspicious TeX
8499         inputencoding.
8500
8501 2004-08-12  Heikki Junes  <hjunes@cc.hut.fi>
8502
8503         * Documentation/topdocs/INSTALL.html: fixes.
8504
8505 2004-08-12  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
8506
8507         * buildscripts/builder.py: Fix for scons CVS.
8508
8509 2004-08-11  Heikki Junes  <hjunes@cc.hut.fi>
8510
8511         * Documentation/user/notation.itely,
8512         Documentation/topdocs/NEWS.texi, input/test/ambitus-mixed.ly,
8513         input/test/ambitus-mixed.ly: fix plurals:
8514         english: ambit, pl. ambits; latin: ambitus, pl. ambitus.
8515
8516 2004-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8517
8518         * lily/dynamic-engraver.cc (typeset_all):
8519         * lily/script-engraver.cc (stop_translation_timestep): Handle
8520         collisions with new-slur.
8521
8522 2004-08-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8523
8524         * scm/define-grobs.scm (all-grob-descriptions): Add
8525         new-slur-interface.
8526
8527 2004-08-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8528
8529         * elisp/lilypond-mode.el (LilyPond-command-alist): LilyPond now
8530         produces .PS
8531
8532 2004-08-09  Carl Sorensen  <carldsorensen@comcast.net>
8533
8534         * scm/define-grob-properties.scm (all-user-grob-properties): fix
8535         definition of number-type
8536
8537 2004-08-08  Carl Sorensen  <carldsorensen@comcast.net>
8538
8539         * scm/fret-diagrams.scm : change sans-serif font encoding from 
8540         TeX-text to ec (uses ecss fonts instead of cmss fonts)
8541
8542         * scm/define-grob-interfaces.scm (fret-diagram-interface): add
8543         number-type and label-dir
8544
8545         * scm/define-grob-properties.scm: add number-type and label-dir
8546
8547         * scm/fret-diagrams.scm (label-fret): allow fret label to be on either
8548         left or right.  Allow choice of upper-case roman, lower-case roman, or
8549         arabic numerals in fret label
8550
8551 2004-08-04  Werner Lemberg  <wl@gnu.org>
8552
8553         * lily/slur-quanting.cc: Include libc-extension.hh.
8554         s/round/my_round/.
8555         * ly/engraver-init.ly (VaticanaVoice, GregorianTranscriptionVoice):
8556         s/autobeaming/autoBeaming/.
8557
8558 2004-08-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8559
8560         * VERSION: 2.3.11 released.
8561
8562         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): reinstate
8563         renameinput.
8564
8565 2004-08-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8566
8567         * lily/lookup.cc (round_filled_box): remove warnings about blot
8568         diameter.
8569
8570         * scm/paper.scm (paper-set-staff-size): make linethickness more
8571         easily tunable.
8572
8573         * lily/parser.yy (new_lyrics): \addlyrics -> \oldaddlyrics,
8574         \newlyrics -> \addlyrics
8575
8576         * lily/text-spanner.cc (print): use it.
8577
8578         * lily/dynamic-text-spanner.cc (print): use it.
8579
8580         * lily/grob.cc (robust_relative_extent): new function.
8581
8582         * scripts/lilypond-book.py (main): add -f tex as default process.
8583
8584         * lily/text-spanner.cc (print): only take linear_combination of
8585         nonempty interval.
8586         
8587
8588 2004-08-02  Pedro Kroger  <kroeger@pedrokroeger.net>
8589
8590         * scm/page-layout.scm (default-page-make-stencil): If leftmargin
8591         isn't specified by the user in \bookpaper center the music in the
8592         page.
8593
8594 2004-08-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8595
8596         * Fix some problems after the renaming of my-lily -> lily
8597
8598 2004-08-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8599
8600         * lily/lily-parser.cc (parse_string): don't overwrite keytable_.
8601
8602         * lily/slur-quanting.cc (enumerate_attachments): apply center on
8603         stem-X in more cases. 
8604
8605         * lily/stem.cc (dim_callback): solve todo.
8606
8607 2004-08-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8608
8609         * input/test/README: new file.
8610
8611         * lily/lily-parser.cc: rename my-lily* files.
8612
8613         * lily/my-lily-parser.cc (LY_DEFINE): plug memory leak: unprotect
8614         parser.
8615
8616         * lily/include/my-lily-lexer.hh (class Lily_lexer): smobify lexer.
8617
8618         * lily/include/my-lily-parser.hh: rename My_lily -> Lily
8619
8620         * make/mutopia-targets.make (local-WWW): don't make ps.gz
8621         examples. They take a huge amount of space.
8622
8623         * Documentation/user/GNUmakefile: fix symlinks.
8624
8625         * VERSION: 2.3.10 released.
8626         
8627         * input/test/lyrics-skip-notes.ly: remove
8628
8629         * input/test/stem-cross-staff.ly (noFlag): fold into manual
8630
8631         * input/test/{spacing-2,staff-space,tablature,textscript}.ly:
8632         remove.
8633
8634 2004-08-01  Heikki Junes  <hanwen@xs4all.nl>
8635
8636         * Documentation/user/{changing-defaults,notation,tutorial}.itely:
8637         fixes.
8638
8639 2004-08-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8640
8641         * input/regression/beam-dir-functions.ly: move from test/
8642
8643         * Documentation/user/notation.itely (Feathered beams): new node.
8644
8645         * Documentation/user/changing-defaults.itely (Difficult tweaks):
8646         new node
8647
8648         * input/regression/lyric-hyphen-retain.ly: move to regression.
8649
8650         * input/regression/harmonic.ly: fold into manual
8651         
8652         * input/test/{hshift,move-accidentals,crescendi,feathered-beam,
8653         stem-length,chord-names-no-inversions}.ly: remove
8654         
8655         * input/test/tie-cross-voice.ly: move to regression.
8656
8657         * Documentation/user/notation.itely (Running trills): new node.
8658
8659         * scm/define-grobs.scm (all-grob-descriptions): new grob TrillSpanner
8660
8661         * scm/define-music-types.scm (music-descriptions): add TrillSpanEvent
8662
8663         * lily/trill-spanner-engraver.cc: new file.
8664
8665         * input/regression/trill-spanner.ly: new file.
8666
8667         * input/test/timing.ly: fold into manual.
8668
8669         * input/test/time.ly: remove
8670
8671         * input/test/trill.ly: remove
8672         
8673         * input/test/time-signature-double.ly: fold into manual
8674
8675         * input/test/separate-staccato.ly: remove
8676
8677         * input/test/spanner-after-break-tweak.ly: fold into manual.
8678
8679         * input/test/script-priority.ly: fold into manual.
8680
8681         * input/test/scheme-interactions.ly: remove.
8682         
8683         * input/test/unfold-all-repeats.ly (mel),
8684         input/test/repeat.ly,input/test/repeat-shorter-bracket.ly,
8685         input/test/polymetric-differing-notes.ly input/test/polymetric.ly:
8686         fold into manual.
8687
8688         * input/regression/no-staff.ly: move from input/test/
8689
8690         * input/regression/markup-score.ly: move from input/test/
8691
8692         * input/test/lyrics-melisma-faster.ly: fold into manual
8693         
8694         * input/test/lyrics-melisma-variants.ly: fold into manual
8695
8696         * Documentation/user/notation.itely (Popular music): new node. 
8697
8698         * input/test/gourlay.ly: remove
8699         
8700         * input/test/improv.ly: fold into manual.
8701
8702         * input/test/figured-bass-alternate.ly (fl): remove
8703
8704         * lily/dynamic-text-spanner.cc (print): new file.
8705
8706         * scm/define-grobs.scm (all-grob-descriptions): add DynamicTextSpanner
8707
8708         * lily/engraver-group-engraver.cc (do_announces): reorder logic:
8709         keep recursing into children in case a parent context inserts a
8710         grob into a child context.
8711
8712         * lily/dynamic-engraver.cc (acknowledge_grob): add accidentals to
8713         
8714 2004-07-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8715
8716         * scm/define-markup-commands.scm (postscript): new markup command
8717         \postscript
8718
8719         * Documentation/user/notation.itely (Formatting cue notes): new
8720         section.
8721
8722         * input/test/clef-end-of-line.ly: fold into manual.
8723
8724         * input/test/scales-greek.ly: remove.
8725
8726         * input/test/chords-without-melody.ly: fold into manual.
8727
8728         * input/test/cadenza-skip.ly: remove.
8729
8730         * input/test/clef-8-syntax.ly: remove.
8731
8732         * input/test/clef-manual-control.ly: move into manual.
8733
8734         * Documentation/user/notation.itely (Aligning to cadenzas): fold
8735         in cadenza-skip.ly
8736
8737         * mf/parmesan*.mf: change neo_mensural to neomensural.
8738
8739         * input/test/trills.ly: remove.
8740
8741         * input/test/transposition.ly: remove.
8742
8743         * input/test/to-xml.ly: move to no-notation.
8744
8745         * buildscripts/lilypond-profile.sh: change zsh bomb to warning.
8746
8747         * lily/ledger-line-spanner.cc (print): use staff variable, not
8748         me. Fixes ledger lines on differently sized staves.
8749
8750         * input/test/rhythm-excercise.ly: remove file.
8751
8752         * lily/stem.cc (dim_callback): only do something if visible. Fixes
8753         spurious flag not found warning for 128th rest.
8754
8755         * input/regression/rest-dot-position.ly: new file.
8756         
8757         * input/test/rest-dot-positions.ly: remove
8758
8759         * lily/staff-symbol-referencer.cc (get_position): emergency
8760         fallback: use coordinate * 2.
8761
8762         * input/no-notation/midi-scales.ly: move from test/
8763
8764         * scm/define-markup-commands.scm (score): remove debugging code.
8765
8766         * input/test/incipit.ly (violin): remove. 
8767
8768         * lily/system-start-delimiter.cc (print): only draw system
8769         delimiter to staves that reach up to left bound of the delimiter.
8770
8771         * input/no-notation/embedded-scm.ly: move from test/
8772
8773         * input/test/follow-voice.ly: remove
8774
8775         * input/no-notation/dynamic-absolute-volume.ly: move from test/.
8776
8777         * input/test/drarn*: remove
8778         
8779         * input/test/count-systems.ly: remove.
8780
8781         * lily/bar-line.cc (compound_barline): fix : for staff without
8782         lines.
8783
8784         * lily/accidental.cc (print): use music_font_alist_chain(). This
8785         fixes smaller cautionaries.
8786
8787         * scm/define-grobs.scm (all-grob-descriptions): use fetaMusic
8788         encoding for accidental.
8789
8790         * Documentation/user/notation.itely (Educational use): new section
8791
8792         * input/test/*.ly: clean up directory: move examples into manual
8793         or regtest.
8794         
8795
8796         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.log): add
8797         mode as well. This fixes resolution errors.
8798
8799 2004-07-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8800
8801         * scm/lily.scm (postscript->png): show commands for --verbose.
8802
8803         * flower/include/getopt-long.hh: opps. short option should be
8804         char, not int.
8805
8806         * Documentation/user/GNUmakefile: use symlinks to save space.
8807
8808         * VERSION: 2.3.9 released.
8809
8810         * scripts/convert-ly.py (conv): remove \lyrics from \lyricsto.
8811
8812         * ly/gregorian-init.ly (neumeDemoPaper): remove duplication from
8813         manual.
8814
8815         * Documentation/user/tutorial.itely (Integrating text and music):
8816         remove \score and \notes from manual.
8817
8818         * lily/my-lily-lexer.cc (My_lily_lexer): really switch on note
8819         mode in the beginning.
8820
8821 2004-07-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8822
8823         * Documentation/user/changing-defaults.itely (Horizontal spacing):
8824         Correct the documentation of the spacing parameters. 
8825
8826         * Documentation/user/tutorial.itely (Integrating text and music), 
8827         Documentation/user/lilypond-book.itely (Integrating LaTeX and
8828         music): Document that you need to add the map file ec-mftrace.map
8829         in the dvips command.   
8830
8831 2004-07-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8832
8833         * lily/score-engraver.cc (initialize): abort if ecrm10.pfa not
8834         found.
8835
8836         * lily/text-item.cc (interpret_string): insert encoding setting
8837         here
8838
8839         * scm/framework-ps.scm (ps-font-command): remove feta/parmesan
8840         encoding kludge.
8841
8842         * Documentation/user/changing-defaults.itely (Text encoding): node
8843         on encoding.
8844
8845         * lily/lyric-engraver.cc (try_music): remove superfluous check.
8846
8847         * lily/book-paper-def.cc (find_scaled_font): remove default
8848         encoding, because it messes up font loading for feta and
8849         parmesan. Encoding should only be specified for running texts.
8850
8851         * lily/modified-font-metric.cc (text_dimension): support coding
8852         scheme ""
8853         
8854 2004-07-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8855
8856         * lily/tie-engraver.cc (stop_translation_timestep): remember tie
8857         definition, so \override works as expected.
8858
8859         * lily/measure-grouping-engraver.cc: clarify
8860
8861 2004-07-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8862
8863         * lily/parser.yy (context_def_mod): remove \consistsend
8864
8865         * lily/context-def.cc (instantiate): use Translator::must_be_last
8866         to determine engraver order.
8867
8868         * lily/translator.cc (must_be_last): new function
8869
8870         * scripts/convert-ly.py (conv): rule.
8871
8872         * lily/bar-line.cc (print): return '() for height == 0.0 too.
8873
8874 2004-07-27  Heikki Junes  <hjunes@cc.hut.fi>
8875
8876         * input/regression/{stanza-number,volta-multi-staff}.ly: fix docs.
8877  
8878 2004-07-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8879
8880         * lily/include/lily-guile.hh (scm_is_int): compat glue.
8881
8882 2004-07-25  Pedro Kroger  <kroeger@pedrokroeger.net>
8883
8884         * input/regression/page-layout.ly: new file.
8885
8886         * scm/paper.scm (set-paper-dimensions): Preliminary support for
8887         left and right margins.
8888
8889         * Documentation/user/changing-defaults.itely (Page layout):
8890         Explain the leftmargin option.
8891
8892 2004-07-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8893
8894         * input/test/lyrics-melisma-variants.ly (texidoc): new file.
8895
8896         * input/test/lyrics-melisma-faster.ly: new file.
8897
8898         * lily/new-lyric-combine-music-iterator.cc (find_voice): allow
8899         change of melody by setting associatedVoice.
8900
8901         * lily/parser.yy (re_rhythmed_music): \lyricsto implies lyrics mode.
8902
8903         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): don't copy
8904         file contents, rather \include them, so default linewidth is set.
8905         (ly_options): make BOOKPAPER set of options. Move linewidth
8906         settings there.
8907
8908         * Documentation/user/examples.itely: new file. Templates are to be
8909         moved here.
8910
8911         * Documentation/user/programming-interface.itely: move chapter.
8912
8913         * scm/document-markup.scm (doc-markup-function): add @code
8914
8915         * stepmake/stepmake/texinfo-rules.make: remove chmod.
8916
8917 2004-07-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8918
8919         * scm/page-layout.scm (plain-header): add printpagenumber boolean
8920         to bookpaper.
8921
8922         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
8923         $(outdir)/%.ly $(outdir)/%.ps): do all targets from lilypond binary.
8924
8925         * scripts/lilypond-latex.py (run_dvips): remove -bin everywhere.
8926
8927         * lily/GNUmakefile (NAME): create lilypond, not lilypond-bin 
8928
8929         * scripts/lilypond-latex.py: move from lilypond.py
8930
8931         * make/lilypond-vars.make: centralize LILYPOND_BOOK_FLAGS setting.
8932         (LILYPOND_BOOK_FLAGS): use -f tex for lilypond-book.
8933
8934         * scm/lily.scm (postscript->png): new function
8935         (postscript->pdf): new function
8936
8937         * lily/paper-book.cc (post_processing): call
8938         convert-to-{dvi,ps,png,pdf}
8939
8940         * scripts/ps2png.py (option_definitions): new file.
8941
8942         * lily/paper-book.cc (output): call output-preview-framework
8943         (post_processing): new function. Do PDF/PNG conversion.
8944
8945         * lily/paper-outputter.cc (close): new function.
8946
8947         * scm/framework-ps.scm (convert-to-pdf): new function. Call
8948         ps2pdf.
8949         (output-preview-framework): new function. Generate a preview .ps
8950         
8951
8952 2004-07-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8953
8954         * VERSION: release 2.3.8
8955         
8956         * lily/note-head.cc: remove ledger line handling.
8957
8958         * lily/ambitus.cc (print): strip away accidental / note head code,
8959         and associated properties.
8960
8961         * lily/ambitus-engraver.cc (create_ambitus): change name to
8962         AmbitusLine. Create AmbitusAccidental and AmbitusNoteHead for
8963         other ambitus parts.
8964         (create_ambitus): group grobs in Ambitus grouping object. 
8965
8966         * lily/include/pitch-interval.hh (Pitch>): new file.
8967
8968         * lily/pitch-interval.cc (add_point): new file.
8969
8970         * lily/ledger-line-engraver.cc: new file.
8971
8972         * lily/ledger-line-spanner.cc (print): new file. Set limits to
8973         ledger line length to avoid clashes.
8974
8975 2004-07-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8976
8977         * Documentation/user/invoking.itexi (Invoking lilypond): remove
8978         deprecated options
8979
8980 2004-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
8981
8982         * SConstruct: Use only code files for TAGS.  Change GO_FAST_BUTTON
8983         to command line option: fast=1 (default on).
8984
8985         * SConstruct[GO_FAST_BUTTON]: implement tips from Andreas Roach.
8986         This brings SCons run-time on up-to-date tree down from 48s with
8987         only checksums, to 34s without 2day checksums, to 14s (make needs
8988         4 seconds).
8989         (subdirs)[GO_FAST_BUTTON]: Try to read all subdirs only when
8990         necessary.
8991
8992 2004-07-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8993
8994         * lily/slur-quanting.cc (score_extra_encompass): add  break ;
8995         (score_extra_encompass): process scripts at edges too, by checking
8996         control points directly. 
8997
8998 2004-07-20  Jan Nieuwenhuizen  <janneke@gnu.org>
8999
9000         * po/nl.po: Update.
9001
9002         * lily/main.cc: Fix ly:option-usage help.
9003
9004         * input/regression/slur-script.ly: More collision tests.
9005
9006         * GNUmakefile.in (EXTRA_DIST_FILES): Add SConstruct.
9007
9008 2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9009
9010         * VERSION: release 2.3.7
9011
9012         * stepmake/generic-vars.make (EXTRA_DIST_FILES): dist SConscript
9013         files.
9014
9015         * Documentation/user/notation.itely (Slurs): document ^ and _ for
9016         slurs.
9017
9018         * input/regression/slur-script.ly: new file.
9019
9020         * lily/accidental-engraver.cc (process_acknowledged_grobs):
9021         make accidental appear to come from note head engraver.
9022
9023         * lily/slur-quanting.cc: new file.
9024         (score_extra_encompass): new function. Avoid scripts and
9025         accidentals
9026
9027 2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9028
9029         * lily/include/lily-guile.hh: Remove guile-1.4 compatibility.
9030         This greatly reduces the number of files that get recompiled
9031         after touching config.hh.
9032
9033         * config.hh.in: Remove GUILE_*_VERSION.
9034
9035         * lily/new-slur.cc: Resolve conflicts.
9036
9037         * lily/stem-engraver.cc (make_stem): New method.
9038
9039         * lily/include/script-interface.hh:
9040         * lily/script-interface.cc: New file.
9041
9042         * lily/include/script.hh:
9043         * lily/script.cc: Remove.
9044
9045         * lily/music.cc (duration_log): New method.
9046
9047         * lily/script.cc (struct Skript): Remove.
9048
9049         * lily/new-slur.cc (get_base_attachments): Try at articulations.
9050         Lots of coding cleanups (Stom).
9051
9052 2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9053
9054         * lily/new-slur.cc (avoid_staff_line): new function: avoid
9055         collisions with staff lines.
9056
9057         * lily/my-lily-parser.cc (LY_DEFINE): add directory of argument to
9058         global_path
9059
9060         * scm/define-grobs.scm (all-grob-descriptions): set ratio
9061         .25. This flattens short slurs.
9062
9063         * lily/new-slur.cc (enumerate_attachments): move X of attachment
9064         points for tilted slurs.
9065
9066         * input/regression/slur-tilt.ly: new file.
9067
9068         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): shorten
9069         stems of 16th graces too.
9070
9071         * lily/beam-quanting.cc (score_forbidden_quants): make forbidden
9072         quant penalty dependent on how much the line is in the gap.
9073
9074         * input/regression/grace-stem-length.ly: new file.
9075
9076         * lily/beam-quanting.cc (score_forbidden_quants): remove
9077         interquant check. The penalty of 1000 is much too harsh, and the
9078         inter case should be caught by check-staff-line-in-gap check.
9079
9080         * lily/scm-option.cc: move debug-beam to \paper.
9081
9082         * scripts/lilypond-book.py (Lilypond_snippet.write_ly): create
9083         .txt files to appease makeinfo.
9084
9085         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly:
9086         remove texttagline.
9087         
9088         * lily/new-slur.cc: cleanup, split in functions.
9089
9090         * lily/parser.yy (chord_body_element): allow octave-check = inside
9091         chord body. 
9092
9093         * lily/new-slur.cc (score_encompass): variable head-distance penalty.
9094
9095         * lily/stem.cc (height): call Beam::after_line_breaking().
9096
9097         * lily/rest-collision.cc (force_shift_callback): only call shift
9098         for columns containing rests.
9099
9100         * lily/new-slur.cc (print): use debug-slur-quanting paper var.
9101
9102         * input/regression/font-postscript.ly: invoke afm2tfm. 
9103
9104 2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9105
9106         * mf/SConscript: Build map files.
9107
9108         * SConstruct: Rename $out to out-www in web.
9109
9110 2004-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9111
9112         * SConstruct (web_kluts): Have make web build in out-www.  Not.
9113
9114 2004-07-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9115
9116         * Documentation/user/music-glossary.tely (Top): add fragment to
9117         pertinent @lilypond entries.
9118
9119         * scm/define-grobs.scm: switch on new-slur by default.
9120
9121         * lily/scm-option.cc: symbol != string.
9122
9123         * lily/new-slur.cc (set_end_points): handle broken slurs. Doesn't
9124         really work yet.
9125         (set_end_points): make X coord of attachment dependent on  Y.
9126         (score_encompass): add edges too.
9127
9128 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9129
9130         * lily/stem.cc (get_beaming): new function.
9131
9132         * scripts/lilypond-book.py (compose_ly): make fragment mandatory
9133         for fragment snippets. This fixes inclusion of toplevel-music
9134         examples (such as new-slur.ly)
9135  
9136 2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9137
9138         * scripts/lilypond-book.py: Remove second import of stat.
9139
9140         * More SCons cleanups.
9141
9142         * Documentation/bibliography/computer-notation.bib (note): Remove
9143         extraneous closing brace.
9144
9145 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9146
9147         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): fix
9148         stat calls.
9149
9150         * Documentation/bibliography/SConscript (bibs): failed try to get
9151         bib2html find html-long.bst.
9152
9153         * buildscripts/bib2html.py (stat): fail if bibtex fails.
9154
9155         * make/stepmake.make: use usescons for using scons. 
9156
9157 2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9158
9159         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): Check
9160         for lilypondend.  Import stat (huh?).
9161
9162 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9163
9164         * make/mutopia-vars.make ($(addprefix $(outdir)/,$(LYM4_FILES):
9165         bypass dvi. 
9166
9167         * input/regression/font-postscript.ly: new file. 
9168
9169         * scm/framework-ps.scm (load-fonts): load pfb files too.
9170
9171         * lily/pfb.cc (pfb2pfa): new file.
9172
9173 2004-07-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9174
9175         * scripts/lilypond-book.py (PREAMBLE_LY): set
9176         toplevel-music-handler too.
9177
9178 2004-07-15  Jan Nieuwenhuizen  <janneke@gnu.org>
9179
9180         * SConstruct (symlink): Add dvips and music-drawing-routines.ps.
9181         (web_path): Fixes for webball.  Install fixes, add DESTDIR option.
9182
9183         * lily/slur.cc: Add quant-score to interface.  Fixes web build.
9184
9185         * python/SConscript:
9186         * python/vim:
9187         * input/mutopia/*SConscript: New file.
9188
9189         * input/mutopia/W.A.Mozart/: Use .ily suffix for includes.
9190
9191         * scm/define-grobs.scm (all-grob-descriptions): Use ,Slur::height,
9192         fixes web build.
9193
9194         * make/stepmake.make (scons): re-route to SCONS if user has been
9195         running scons in this tree.
9196
9197         * SConstruct (config_vars): Add CPPDEFINES.
9198         (env): Set checksums type to "content".
9199         (save_config_cache): Do not exit after configuring when using
9200         checksums (the default) instead of timestamps.
9201
9202 2004-07-15  Jan Nieuwenhuizen  <janneke@gnu.org>
9203
9204         * SConstruct: Further development.
9205
9206         * input/test/SConscript: 
9207         * input/template/SConscript: 
9208         * input/regression/SConscript: 
9209         * Documentation/bibliography/SConscript:
9210         * Documentation/bibliography/index.html.in: New file.
9211
9212         * Documentation/bibliography/GNUmakefile (local-WWW): Remove index
9213         generation.
9214
9215         * buildscripts/builder.py: Add new builders.
9216
9217         * make/stepmake.make: 
9218         * stepmake/stepmake/*.make: 
9219         * configure.in:
9220         * lily/*:
9221         * flower*: Use config.hh (Was config.h).
9222
9223         * scm/encoding.scm (get-coding): Print friendly error message when
9224         no encoding is found, rather than crashing.
9225
9226 2004-07-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9227
9228         * lily/new-slur.cc (score_slopes): strong sloping score only when
9229         stems point in same dir. 
9230
9231 2004-07-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9232
9233         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo): bugfix
9234         for beam start.
9235
9236         * lily/parser.yy (context_prop_spec): check grob name for
9237         alphanumericness..
9238
9239         * lily/lyric-engraver.cc: creates LyricText objects
9240
9241 2004-07-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9242
9243         * lily/include/lily-guile.hh (scm_from_int): add scm_from_int glue.
9244
9245 2004-07-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9246
9247         * SConstruct: Configure only pristine build tree or on user
9248         request.  Cleanups.  Add Documentation/topdocs to subdirs.
9249         Use checksums instead of timestamps.
9250         (CheckYYCurrentBuffer): Return result.
9251
9252         * Documentation/topdocs/SConscript: New file.
9253
9254 2004-07-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9255
9256         * lily/staff-symbol-referencer.cc (on_staffline): bugfix 
9257
9258         * lily/scm-hash.cc (get): SCM_MAKINUM is deprecated. Use
9259         scm_from_int instead.
9260
9261 2004-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
9262
9263         * SConstruct: Updates.  Add targets: tar, dist, release.
9264
9265 2004-07-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9266
9267         * input/mutopia-header.ly: Generate output.
9268
9269         * SConstruct:
9270         * buildscripts/builder.py:
9271         * Documentation/user/SConscript: SCons fixes.
9272
9273 2004-07-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9274
9275         * lily/new-slur.cc (class New_slur): new file. Score based slur
9276         computations.
9277
9278 2004-07-10  Jan Nieuwenhuizen  <janneke@gnu.org>
9279
9280         * mf/SConscript: Remove Builders.
9281
9282         * buildscripts/builder.py: Add LilyPond, Abc2ly and MF builders.
9283
9284         * input/SConscript: 
9285         * Documentation/user/SConscript: New file.
9286
9287 2004-07-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9288
9289         * Documentation/topdocs/NEWS.texi (Top): add note about new
9290         emacs electric-|
9291
9292         * scm/*.scm: adapt ly:warn calls.
9293
9294         * lily/lily-guile.cc (LY_DEFINE): use format on ly:warn arguments.
9295
9296         * lily/repeat-acknowledge-engraver.cc (process_music): look at
9297         main timing, not grace timing. Fixes volta-repeat-grace.
9298
9299         * lily/kpath.cc (LY_DEFINE): ly:kpathsea-expand-path, new function
9300         remove ly:kpathsea-gulp-file.
9301
9302         * scm/translation-functions.scm (format-metronome-markup): make
9303         note smaller, align to bottom.
9304
9305         * scm/define-grobs.scm (all-grob-descriptions): metronome fixes.
9306
9307         * lily/metronome-engraver.cc (stop_translation_timestep): attach
9308         metronome to musical column. Don't ack time sigs or bar lines.
9309
9310 2004-07-10  Heikki Junes  <hjunes@cc.hut.fi>
9311
9312         * THANKS: sort, add David. Kristof contributed code, he is a
9313         contributor.
9314
9315 2004-07-09  David Svoboda      <svoboda@cmu.edu>
9316
9317         * elisp/lilypond-mode.el,
9318         * elisp/lilypond-what-beat.el: Added LilyPond-what-beat function to
9319         count beats between last measure stop | and point in emacs.
9320         
9321 2004-07-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9322
9323         * tex/GNUmakefile (TEX_FILES): don't dist
9324         music-drawing-routines.ps, latin1.enc 
9325
9326         * scripts/lilypond.py (include_path): remove --no-lily, --no-ps ,
9327         --no-pdf, --pdftex
9328         (copyright): add --latex option
9329         (ic_p.make_include_option): use direct PS as default.
9330
9331         * scm/beam.scm (check-slope-callbacks): check sign of slope. 
9332
9333         * input/regression/beam-concave.ly (rossFourBeams): add cases from
9334         Ross
9335
9336         * scm/script.scm (default-script-alist): marcato should follow
9337         into staff
9338         
9339 2004-07-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9340
9341         * buildscripts/builder.py:
9342         
9343         * Documentation/SConscript (outdir): New file.  Add *list.ly
9344         dependencies.  Fixes PDF doc build.
9345
9346 2004-07-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9347
9348         * SConstruct: Add Tar target (incomplete), fix install issues, fix
9349         run from build-dir.
9350
9351         * ly/SConscript:
9352         * scm/SConscript: New file.
9353
9354         * lily/main.cc (dir_info): Print variables in sh format.
9355
9356         * lily/includable-lexer.cc: Use #if iso #ifdef for HAVE_ tests.
9357
9358         * mf/SConscript: Update multiple target rules.
9359
9360         * SConstruct (assert_version): Add.
9361
9362 2004-07-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9363
9364         * SConstruct (key): add HAVE_FLEXLEXER_YY_CURRENT_BUFFER check.
9365
9366 2004-07-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9367
9368         * buildscripts/mf-to-table.py: Do not try to open ''.
9369
9370         * mf/SConscript: New file.
9371
9372 2004-07-06  Carl Sorensen  <carldsorensen@comcast.net>
9373
9374         * scm/fret-diagrams.scm : Convert many properties to constants,
9375         reducing the pollution of the property namespace.
9376
9377         * scm/define-grob-properties.scm (all-user-grob-properties): Reduce
9378         unnecessary properties for fret-diagram
9379
9380         * scm/define-grob-interfaces.scm (fret-diagram-interface): Add symbols
9381         for interface
9382
9383 2004-07-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9384
9385         * SConstruct: Update.
9386
9387 2004-07-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9388
9389         * input/regression/beam-quant-standard.ly (seconds): print desired
9390         quants when failing.
9391
9392 2004-07-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9393
9394         * SConstruct:
9395         * flower/SConscript:
9396         * lily/SConscript: New file.
9397
9398 2004-07-05  Carl Sorensen  <carldsorensen@comcast.net>
9399
9400         * scm/define-grob-properties.scm (all-user-grob-properties): Add
9401         descriptions for all fret-diagram properties.
9402
9403         * scm/define-grob-interfaces.scm (fret-diagram-interface): Add
9404         fret-diagram interface code
9405
9406 2004-07-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9407
9408         * ly/book-paper-defaults.ly: set default encoding to ec.
9409
9410         * buildscripts/guile-gnome.sh (OPT): only compile pango if not
9411         installed.
9412
9413         * tex/latin1.enc: new file, from a2ps. 
9414
9415 2004-07-06  Heikki Junes  <hjunes@cc.hut.fi>
9416
9417         * stepmake/bin/add-html-footer.py: use <div> instead of <table>,
9418         add a faint, green border line.
9419
9420         * Documentation/index.html.in: drop <table>, add a faint border line.
9421
9422 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9423
9424         * scm/font.scm (add-cmr-fonts): upright caps is eccc.
9425
9426         * Documentation/GNUmakefile (README_TOP_FILES): add THANKS.txt.
9427
9428 2004-07-02  Carl Sorensen  <carldsorensen@comcast.net>
9429
9430         * scm/output-ps.scm (white-text): Add scale paramter to allow scaling
9431
9432         * scm/output-tex.scm (white-text): Add scale parameter to allow font
9433         scaling
9434
9435         * scm/stencil.scm (fontify-text-white) : Adjust to better center,
9436         properly scale white text
9437
9438         * scm/fret-diagrams.scm (make-fret-diagram): change default dot
9439         position for numbered dots so dot will touch fret.
9440         (various routines): move to font-metric interface, rather than
9441         name, size interface.  Clean up comments.
9442
9443         * ps/music-drawing-routines.ps: (/draw_white_text)  Adjust font
9444         size and offset to better center white text.
9445
9446 2004-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
9447
9448         * ChangeLog: Remove pre-2.1 changes.
9449
9450         * Documentation/misc/ChangeLog-2.1: New file.
9451
9452         * stepmake/bin/release.py: Cleanup.  Add release marker if missing
9453         from ChangeLog.
9454
9455 2004-07-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9456
9457         * input/test/chords-below-volta-bracket.ly,
9458         input/test/no-key-at-end-of-line.ly: New example files (FAQs)
9459
9460 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9461
9462         * VERSION: release 2.3.6
9463
9464         * input/regression/beam-quant-standard.ly: new file: test standard
9465         beam quants.
9466
9467         * scm/beam.scm (check-quant-callbacks): new function
9468         (check-beam-quant): new function: check whether current beam
9469         quants match argument.
9470
9471         * lily/beam-quanting.cc (score_forbidden_quants): fix problem with
9472         forbidden quant for sitting (upstem)/hanging (downstem) on outer
9473         staffline line.
9474
9475 2004-07-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9476
9477         * lily/parser.yy (Generic_prefix_music_scm): add (scm,scm) music
9478         functions.
9479
9480         * lily/note-collision.cc (do_shifts): align colliding notes to
9481         their leftmost note.
9482
9483         * input/regression/collision-alignment.ly: new file.
9484
9485         * ly/init.ly: don't print gc stats.
9486
9487         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo): add
9488         extra newline
9489
9490         * scm/define-grobs.scm (all-grob-descriptions): use (0 . 0) not #f
9491         for dimensions. This fixes ottava-remove-empty-staff.ly
9492
9493         * input/regression/lyrics-tenor-clef.ly: new file.
9494
9495         * lily/axis-group-engraver.cc (process_acknowledged_grobs): catch
9496         cyclic parents when two axis-group-engravers are
9497         present. Fixes: crash-axis-group-engraver.ly. 
9498         
9499         * input/test/volta-chord-names.ly: new file.
9500
9501         * scm/define-context-properties.scm
9502         (all-user-translation-properties): change voltaOnThisStaff
9503         definition. 
9504
9505         * lily/volta-engraver.cc (stop_translation_timestep): set bounds
9506         if necessary.
9507
9508         * lily/volta-bracket.cc (print): handle volta brackets without
9509         bars. 
9510
9511 2004-07-01  Jan Nieuwenhuizen  <janneke@gnu.org>
9512
9513         * scripts/abc2ly.py (try_parse_chord_delims): Bugfix: update to
9514         2.0 chord syntax.  Ouch.  (thanks Dave Phillips).
9515
9516 2004-07-01  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9517
9518         * scm/output-gnome.scm: updated instructions for running gnome
9519         backend
9520
9521 2004-06-29  Carl Sorensen  <carldsorensen@attbi.net>
9522
9523         * scm/fret-diagrams.scm (draw-dots): default values for dot size
9524         and dot-position now depend on finger-code value; in-dot makes
9525         dots larger and centered.
9526         (draw-barre): added straight-barre indicator option
9527         (draw-dots): made fontify-text-white work.
9528
9529         * music-drawing-routines.ps: added /draw_white_text
9530
9531         * scm/output-tex.scm:  added white-text
9532
9533         * scm/output-ps.scm:  added white-text
9534
9535         * scm/lily.scm (ly:all-stencil-expressions): Added white-text to 
9536         list of stencil expressions
9537
9538         * scm/stencil.scm: Added fontify-text-white
9539
9540 2004-06-29  Heikki Junes  <hjunes@cc.hut.fi>
9541
9542         * input/regression/+.ly: use @unnumbered section.
9543
9544 2004-06-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9545
9546         * elisp/lilypond-mode.el (LilyPond-guile): set current module to
9547         (*anonymous-ly-0*) iso. (*anonymous-ly-1*)
9548
9549 2004-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
9550
9551         * buildscripts/guile-gnome.sh (PATH): GUILE CVS is still fubarred.
9552
9553 2004-06-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9554
9555         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
9556         was causing an error. (was not actually commited in 2004-06-20)
9557
9558         * input/regression/lily-in-scheme.ly (withPaddingC): does not
9559         breaks anymore
9560
9561 2004-06-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9562
9563         * VERSION: 2.3.5 released.
9564         
9565         * lily/my-lily-parser.cc (parse_string): switch module too.
9566
9567 2004-06-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9568
9569         * Documentation/topdocs/INSTALL.texi (Top): Add guile, python and
9570         ec-fonts-mftraced to running requirements.
9571
9572 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9573
9574         * lily/my-lily-lexer.cc (My_lily_lexer): copy scopes so temporary
9575         assignments don't reach the original file.
9576
9577         * lily/my-lily-parser.cc (My_lily_parser): only copy lexer if it
9578         exists
9579
9580 2004-06-22  Jan Nieuwenhuizen  <janneke@gnu.org>
9581
9582         * scm/output-gnome.scm: 
9583         * buildscripts/guile-gnome.sh: Update wrt fixed GUILE CVS.
9584
9585         * debian/: Apply Debian patch (Anthony Fok).
9586
9587 2004-06-22  Heikki Junes   <hjunes@cc.hut.fi>
9588
9589         * Documentation/user/music-glossary.tely: fix titling; @top is already
9590         an @unnumbered @chapter.
9591
9592 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9593
9594         * debian/GNUmakefile (EXTRA_DIST_FILES):
9595         (CONF_FILES): update file list.
9596
9597         * lily/stencil.cc (interpret_stencil_expression): bugfix.
9598
9599 2004-06-21  Jan Nieuwenhuizen  <janneke@gnu.org>
9600
9601         * debian/: Remove cruft (requested Anthony Fok.)
9602
9603         * buildscripts/guile-gnome.sh: Build without gcc libtool version
9604         juggling.
9605
9606         * scm/framework-gnome.scm: Cleanups.  Resurrect +/- canvas scaling.
9607         Add popup menu with grob properties.
9608
9609         * lily/grob-scheme.cc (ly:grob-properties):
9610         (ly:grob-basic-properties): New function.
9611
9612         * lily/stencil.cc (interpret_stencil_expression): Comment-out
9613         "no-origin" call.  Fixes -fps output.
9614
9615         * scm/output-ps.scm (no-origin): Add dummy implementation.
9616
9617         * scm/output-gnome.scm (define-origin): Remove
9618         (grob-cause): Add.
9619
9620         * scm/output-ps.scm (scm):
9621         * scm/output-tex.scm (scm): Remove define-origin from exports list.
9622         (define-origin): Remove.
9623
9624         * scm/output-gnome.scm (define-origin): 
9625
9626         * scm/lily.scm (ly:all-output-backend-commands): Remove
9627         define-origin.  Add grob-cause.
9628
9629 2004-06-21  Heikki Junes   <hjunes@cc.hut.fi>
9630
9631         * buildscripts/lilypond-words.py: add ly/portugues.ly.
9632
9633 2004-06-20  Heikki Junes   <hjunes@cc.hut.fi>
9634
9635         * Documentation/user/GNUmakefile:
9636         * stepmake/stepmake/texinfo-rules: add Cascading Style Sheet using
9637         --include-css=.../texinfo.css; command includes css into the html.
9638
9639         * Documentation/texinfo.css: add file.
9640         define <hr> as black and thin.
9641
9642 2004-06-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9643
9644         * lily/stencil.cc (interpret_stencil_expression): add grob-cause
9645         stencil expression. Junk define-origin.
9646
9647         * lily/my-lily-parser.cc (parse_string): init parser variable when
9648         lexer_ is set, ie. in parse_string and parse_file.
9649
9650         * lily/book.cc (LY_DEFINE): new function. ly:make-book. Supercedes
9651         ly:score-bookify.
9652
9653         * scm/lily.scm (collect-scores-for-book): new function.
9654
9655         * ly/init.ly: print collected scores/musics.
9656
9657         * lily/my-lily-parser.cc (LY_DEFINE): define parser in parser
9658         scope, not in lily module.
9659
9660         * lily/book.cc (LY_DEFINE): ly:make-book. New function.
9661
9662         * configure.in (PKG_CONFIG_PATH): add --enable-gui flag, and
9663         encapsulate gtk/pango tests.
9664
9665         * po/tr.po: Turkish translation.
9666
9667 2004-06-20  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9668
9669         * input/regression/lily-in-scheme.ly: regression test for #{
9670         ... #} syntax
9671
9672         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
9673         was causing an error.
9674
9675         * Documentation/user/programming-interface.itely (Using LilyPond
9676         syntax inside Scheme): documentation for #{ ... #} syntax.
9677
9678 2004-06-19  Heikki Junes  <hjunes@cc.hut.fi> 
9679
9680         * Documentation/index.html.in: use black thin <hr>.
9681
9682         * buildscripts/mutopia-index.py: use thin black <hr>.
9683
9684 2004-06-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9685
9686         * scm/fret-diagrams.scm: Use UNIX style line endings.
9687         (fret-diagram-verbose): A couple of @{VAR} and an closing itemize
9688         typo.  Fixes compile.
9689
9690         * scm/output-ps.scm (white-dot): Remove second incarnation.
9691
9692         * scm/lily.scm (ly:all-stencil-expressions): Add white-dot.
9693
9694 2004-06-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9695
9696         * scripts/lilypond.py (ic_p.make_include_option): set error_p for
9697         single file error.
9698
9699         * lily/bar-line.cc (compound_barline): add support for unbroken ||:
9700
9701 2004-06-17  Carl Sorensen (carl_sorensen@byu.edu)
9702
9703         * scm/fret-diagrams.scm: added fret-diagram-terse interface;
9704         remove size as argument to fret-diagram interface;
9705         improved white-circle dots for fret;
9706         improved top-fret thick line/
9707
9708         * scm/output-ps.scm: added white-dot function
9709
9710         * scm/output-tex.scm: added white-dot function
9711
9712         * tex/music-drawing-routines.ps: added draw_white_dot function
9713
9714         * ps/music-drawing-routines.ps: added draw_white_dot function
9715
9716         * input/test/fret-diagram.ly: examples to show multiple
9717         functions and multiple interfaces
9718
9719 2004-06-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9720
9721         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph) 
9722         (pango_fc_afm_get_charset): Update iaw Pango CVS update.
9723
9724         * buildscripts/guile-gnome.sh: Add pango to recipe.  Resolve
9725         conflict.  Have I told you lately how much I love autotools?
9726
9727 2004-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9728
9729         * lily/lily-guile.cc: 
9730         * lily/pangofc-afm-decoder.cc:
9731         * lily/include/pangofc-afm-decoder.hh: Use #if HAVE_* iso #ifdef.
9732         Fixes build without Pango CVS.  Use "pangofc-afm-decoder.hh".
9733
9734         * Documentation/topdocs/NEWS.texi (Top): Mention GNOME backend for
9735         developers.
9736
9737         * lily/paper-outputter.cc (file): New method.
9738         (dump_string): Use it.
9739
9740         * scm/output-gnome.scm: Update with pango CVS info, lilylib
9741         musing.
9742
9743         * lily/accidental-engraver.cc: Bugfix: (do not sort lines if one
9744         of them has a comma :-).
9745
9746         * scm/framework-gnome.scm: Add pango decoders.
9747
9748         * lily/include/pangofc-afm-decoder.hh: 
9749         * lily/pangofc-afm-decoder.cc: New file.
9750
9751         * lily/lily-guile.cc (ly:pango-add-afm-decoder): New function.
9752
9753         * configure.in: Check for pango.
9754
9755         * stepmake/aclocal.m4 (PKG_CHECK_MODULES): New function (from
9756         autoconf).
9757         (STEPMAKE_GTK2, STEPMAKE_PANGO): New function.
9758
9759         * config.make.in (USER_CFLAGS, USER_LDLAGS): Update.
9760
9761 2004-06-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9762
9763         * Documentation/user/tutorial.itely (Integrating text and music):
9764         fix grammar & punctuation.
9765
9766 2004-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9767
9768         * lily/: Stray janitorial cleanups.
9769
9770         * scm/lily.scm (ly:all-stencil-expressions):
9771         * scm/lily.scm (ly:all-output-backend-commands): New function.
9772
9773         * scm/safe-lily.scm (safe-objects): Add them.
9774
9775         * scm/framework-gnome.scm (<gnome-outputter>): New class.
9776
9777         * scm/output-gnome.scm: Move non-stencil evaluators to framework.
9778
9779 2004-06-15  Jan Nieuwenhuizen  <janneke@gnu.org>
9780
9781         * buildscripts/guile-gnome.sh: Pick-up user-installed pango.
9782
9783 2004-06-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9784
9785         * scm/page-layout.scm (default-page-make-stencil): add
9786         raggedbottom, raggedlastbottom.
9787
9788         * Documentation/user/changing-defaults.itely (Page layout): add doc.
9789
9790         * scm/framework-tex.scm (define-fonts): fix export of
9791         papersize.
9792
9793         * lily/paper-book.cc (classic_output): strip suffixes from
9794         framework functions.
9795
9796         * lily/tuplet-bracket.cc (before_line_breaking): do not return
9797         SCM_UNDEFINED to Scheme.
9798
9799 2004-06-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9800
9801         * lily/book.cc: remove Book::to_stencil().
9802         (process): whoops. Score::book_rendering returns vector, not list.
9803
9804         * scripts/convert-ly.py (conv): remove \notes.
9805         apply to input examples.
9806
9807         * lily/paper-outputter.cc (output_stencil): don't use
9808         smobify_self() but self_scm()
9809
9810         * lily/include/ly-smobs.icc (IMPLEMENT_SMOBS): don't return SCM
9811         from smobify_self().
9812
9813         * lily/paper-book.cc (output): load framework module
9814         scm_c_resolve_module().
9815
9816         * python/lilylib.py (exit): exit with argument i.
9817
9818 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9819
9820         * scm/framework-gnome.scm (output-framework-gnome): Try loading
9821         gnome modules from non-toplevel.
9822
9823         * lily/ly-module.cc (ly:import-module): Export to ly:.
9824
9825         * lily/paper-score.cc (process): Do not show progress newline.
9826
9827         * lily/paper-book.cc (output, classic_output): Show progess
9828         newline after score.
9829
9830 2004-06-14  Heikki Junes <hjunes@cc.hut.fi>
9831
9832         * buildscripts/lilypond-words.py: add ly/vlaams.ly
9833
9834 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9835
9836         * lily/score.cc (ly:run-translator): Do not crash on empty music
9837         list.
9838
9839         * lily/book.cc (process): Do not render score when systems is empty.
9840
9841         * input/simple-song.ly: Down one octave.
9842
9843         * scm/output-gnome.scm: Remove script again; re-add modules fix
9844         (CVS conflict resolve?)
9845
9846         * lily/stencil.cc (ly:interpret-stencil): Was:
9847         interpret_stencil_expression.
9848
9849 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9850
9851         * buildscripts/guile-gnome.sh: New file.
9852
9853         * scm/output-gnome.scm: White background, better window size, sane
9854         canvas size.  Cleanups.
9855
9856 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9857
9858         * VERSION: release 2.3.4
9859
9860         * Documentation/user/invoking.itexi (Invoking the lilypond
9861         binary): document --safe.
9862
9863         * scm/output-gnome.scm: set PATH in script.
9864
9865         * scm/page-layout.scm (default-page-make-stencil): don't stretch
9866         if there is too few systems on a page.
9867
9868         * lily/parser.yy (relative_music): start at middle C without pitch
9869         argument.
9870
9871         * Documentation/user/changing-defaults.itely (Page layout): new node.
9872         (Paper size): rename node
9873         (Page breaking): new node.
9874         (Titling): move from invoking.
9875         (File structure): new node.
9876
9877         * lily/parser.yy (score_body): allow \header and music anywhere in
9878         \score body.
9879
9880 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9881
9882         * scm/lily.scm (ly:load): Remove page-breaking.scm.
9883
9884 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9885
9886         * lily/include/paper-system.hh: move cc/hh file from paper-line.*
9887
9888         * lily/include/paper-line.hh: rename to Paper_system.
9889
9890         * lily/include/paper-book.hh: doc class.
9891
9892         * lily/paper-book.cc (c_ragged_page_breaks): remove functions. 
9893
9894         * scm/page-layout.scm (plain-footer): add tagline/copyright. 
9895         (plain-header): add instrument-name.
9896         (default-page-make-stencil): bugfixes.
9897
9898         * lily/parser.yy (book_body): allow \header anywhere in \book{}
9899
9900         * lily/paper-book.cc: remove copyright & tagline. Remove
9901         interactions with Page
9902
9903         * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
9904         here, 
9905         (default-page-make-stencil): new function
9906         (default-page-music-height): new function
9907         (page-headfoot): new function
9908         (ly:optimal-page-breaks): generate stencils directly from here
9909
9910         * scm/titling.scm: new file, group titling functions
9911
9912 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9913
9914         * scm/output-gnome.scm: Handle multiple pages.
9915
9916         * scm/framework-gnome.scm: Do not load output-gnome.
9917         (framework-gnome): Invoke output-gnome::header and
9918         output-gnome::end-output as faked stencils.  Fixes experimental
9919         gnome output.
9920
9921 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9922
9923         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
9924         octavation compatibility fixes. Backportme. 
9925
9926         * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
9927         pages.
9928         (ly:optimal-page-breaks): combine-penalties: no shortcut for
9929         negative. Now we handle negative penalties (ie. \pageBreak)
9930         correctly.
9931
9932         * lily/system.cc (get_line): extract page-penalty from the left
9933         bound.
9934
9935         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
9936
9937 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9938
9939         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
9940
9941 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
9942
9943         * scm/output-gnome.scm: Update script.  Move development to
9944         lilypond_2_3_2 branch for now.
9945
9946 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9947
9948         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
9949         negative penalties.
9950         cleanups.
9951
9952         * Documentation/user/changing-defaults.itely (Creating contexts):
9953         index entries
9954
9955         * scm/page-breaking.scm (ly:optimal-page-breaks): new
9956         file. Rewrite function. 
9957
9958         * lily/paper-book.cc (pages): new interface: page-breaking returns
9959         list of line-list.
9960
9961         * lily/page.cc (Page): take lines argument.
9962
9963         * scm/document-translation.scm (all-engravers-doc): link to user man
9964
9965         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty
9966         iso. score.
9967
9968         * Documentation/user/notation.itely (Relative octaves): typo.
9969
9970         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
9971
9972 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9973
9974         * scm/output-gnome.scm: Update build script.
9975
9976 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
9977
9978         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
9979         gnome backend.
9980
9981         * scm/framework-gnome.scm: New file.
9982
9983         * scm/lily.scm: Use it.
9984
9985         * lily/paper-outputter.cc: Janitorial cleanups.
9986         (ly:outputter-dump-string): Remove unreachable statement.
9987
9988         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
9989         (ice-9): Bugfix: Add srfi-1.
9990
9991         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
9992
9993 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9994
9995         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
9996         in do_quit()
9997
9998 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9999
10000         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
10001
10002 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10003
10004         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
10005         override of Beam::position-callbacks. Why would grace beams not be
10006         quantized? Fixes: weird-stem-size-grace. 
10007
10008         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
10009         warning only once. Backportme.
10010
10011         * lily/accidental-engraver.cc (number_accidentals_from_sig):
10012         bugfix, 2nd try. Backportme.
10013
10014         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
10015
10016 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10017
10018         * Documentation/user/notation.itely (Instrument transpositions):
10019         Correct the name of the instrumentTransposition property.
10020
10021 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10022
10023         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
10024
10025 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10026
10027         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
10028         and postLilyPondExample are called when defined.
10029
10030 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10031
10032         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
10033         This fixes setting notenames with `\include "nederlands.ly" '
10034
10035         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
10036         new function.
10037
10038 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10039
10040         * scm/page-layout.scm: don't do piece, it should be in score-title
10041         only.
10042
10043         * lily/lexer.ll: lex \score separately.
10044
10045         * lily/paper-book.cc: junk stencil2line.
10046
10047         * lily/paper-line.cc (Paper_line): construct from Stencil
10048         directly. No futzing with the dimensions.
10049
10050         * lily/include/paper-line.hh (class Paper_line): 
10051
10052         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
10053         takes arbitrary number of arguments.
10054
10055         * input/test/markup-score.ly (tuning): simplify example. 
10056
10057 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10058
10059         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
10060
10061         * scm/define-markup-commands.scm (score): define score-markup
10062
10063         * lily/parser.yy (markup): use score-markup.
10064
10065         * lily/score.cc: add ly:score? 
10066
10067 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
10068
10069         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
10070         fret-parse-string so it prepares for calls to fret-diagram-verbose
10071         Changed display constants to props so they are available for
10072         \override.
10073
10074 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10075
10076         * VERSION: release 2.3.3
10077
10078         * stepmake/stepmake/generic-vars.make: unset LANG.
10079
10080         * input/regression/tuplet-nest.ly: bugfix.
10081
10082         * lily/tie-performer.cc (stop_translation_timestep): reset
10083         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
10084
10085         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
10086         clear repeat_ directly after setting stem_tremolo_. Fixes:
10087         tremolo-repeat.ly
10088
10089         * input/regression/span-bar-break.ly: new file.
10090
10091         * scm/define-grobs.scm (all-grob-descriptions): remove
10092         break-visibility from SpanBar. Fixes: piano-repeat.ly
10093
10094 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10095
10096         * python/lilylib.py (make_ps_images): only compute bbox when needed.
10097
10098         * scripts/lilypond-book.py (process_snippets): use lily -f ps
10099         files for generating pngs. (failed experiment)
10100
10101         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
10102         file with PFA fonts included.
10103
10104         * lily/score.cc (default_rendering): put header in too.
10105
10106         * lily/paper-line.cc (LY_DEFINE): change function to
10107         ly:paper-line-extent
10108
10109         * scm/page-layout.scm (default-book-title): only add lines for
10110         non-nil fields.
10111         (default-score-title): idem.
10112
10113         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
10114
10115         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
10116
10117         * lily/include/paper-book.hh (class Paper_book): remove height_
10118         member.
10119
10120         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
10121
10122         * lily/ly-module.cc (LY_DEFINE): bugfix.
10123
10124         * lily/paper-book.cc (book_title): separate function for the book
10125         title.
10126
10127         * scm/page-layout.scm (default-book-title): only account for
10128         markup fields.
10129
10130         * scm/framework-ps.scm: new file. Move high level interface from
10131         output-ps.scm
10132
10133         * scm/music-functions.scm (def-grace-function): move macros from
10134         ly/music-functions-init.ly
10135
10136         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
10137         framework-tex.scm
10138
10139         * scm/framework-tex.scm (dump-line): new file. High level
10140         interface for output (pages, systems, header). 
10141
10142         * lily/include/page.hh (class Page): add is_last_ field.
10143
10144         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
10145
10146         * lily/paper-book.cc (split_string): new function
10147         (output): output multiple formats, i.e. --format=ps,tex
10148
10149         * scm/output-ps.scm (output-scopes): dump variables directly.
10150         (define-fonts): rewrite for new interface
10151
10152         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
10153
10154         * lily/paper-outputter.cc (Paper_outputter): take format argument.
10155
10156         * lily/main.cc (parse_argv): don't set extension for output.
10157
10158         * lily/clef-engraver.cc (create_clef): remove
10159         Staff_symbol_referencer::set_position() call. 
10160
10161 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10162
10163         * ly/music-functions-init.ly (addlyrics): set the 'origin property
10164         with the location argument in music function definitions.
10165
10166 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10167
10168         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
10169         staffsymbol dependency.
10170
10171         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
10172         cleanups.
10173
10174         * lily/book.cc (process): return Paper_book
10175         (to_stencil): use Book::process().
10176
10177         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
10178         header_ field. Store in $globalheader
10179
10180         * lily/parser.yy (book_body): book header is initted to
10181         $globalheader.
10182
10183
10184 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10185
10186         * input/test/fill-a4.ly: removed.
10187
10188         * lily/parser.yy (output_def): push scope of parent_ Output_def
10189         too.
10190
10191 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10192
10193         * scm/output-gnome.scm: Update info.
10194
10195 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10196
10197         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
10198
10199         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
10200         than 1 module.
10201
10202         * lily/include/ly-module.hh (ly_use_module): rename is_module to
10203         ly_c_module_p.
10204
10205         * scm/page-layout.scm (default-book-title): move Scheme titling
10206         functions to here.
10207
10208         * lily/parser.yy (book_paper_block): remove scope too.
10209
10210         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
10211
10212         * lily/rest.cc: add direction to rest properties.
10213
10214         * lily/include/output-def.hh: new file, move from
10215         music-output-def.hh
10216
10217 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10218
10219         * scm/output-gnome.scm: Describe feta-cork hack.
10220
10221 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10222
10223         * lily/include/book-paper-def.hh: derive from Output_def 
10224
10225         * lily/include/paper-def.hh: move all functionality out of class.
10226         Junk header.
10227
10228         * lily/include/music-output-def.hh: rename Music_output_def to
10229         Output_def.
10230
10231         * input/wilhelmus.ly: only set space for Paper formatting. 
10232
10233         * lily/include/midi-def.hh: remove file, remove class.
10234         Move functions to Music-output-def.
10235
10236         * lily/music-output-def.cc (Music_output_def): remove separate
10237         translator table. Lookup translators in scope directly. This
10238         obviates Context suffix for context identifiers, i.e.
10239
10240         \context {
10241           \Staff
10242           .. 
10243           }
10244
10245
10246         will work.
10247
10248
10249         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
10250
10251         * Documentation/user/changing-defaults.itely (Horizontal spacing):
10252         document spacing override hack.
10253
10254 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10255
10256         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
10257         installation info.  Support point-and-click.  Add +/- zoom
10258         keybindings.
10259
10260 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10261
10262         * VERSION: 2.3.2 released
10263
10264         * lily/parser.yy (book_body): set default bookpaper.
10265
10266         * scm/output-tex.scm (header): kludge: hard code linewidth. 
10267
10268         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
10269
10270 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10271
10272         * lily/score.cc (default_rendering): scale outputdef before
10273         starting.
10274
10275 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
10276
10277         * scm/fret-diagrams.scm: Add header.
10278
10279         * scm/output-gnome.scm: Hello world :-)
10280
10281 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10282
10283         * scripts/lilypond.py (run_dvips): only add papersize if present.
10284
10285         * lily/accidental-engraver.cc (update_local_key_signature): new
10286         function, fold code from initialize() and process_music().
10287         (update_local_key_signature): use deep copy. This fixes one
10288         problem from custom-key-signatures.ly.
10289         (number_accidentals_from_sig): tighter check for
10290         accidental-too-old.
10291
10292         * ly/engraver-init.ly: remove localKeySignature
10293         definition from ChoirStaff, StaffGroup, Score.
10294
10295         * lily/percent-repeat-engraver.cc (try_music): add moments for
10296         barlines too. Fixes: skipbars-percent-repeat.ly.
10297
10298 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10299
10300         * lily/context-def.cc (filter_performers): don't go to cdrloc if
10301         skipping last pair. Fixes: crash-bar-number.
10302
10303         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
10304         D. Sorensen)
10305
10306         * input/test/fret-diagram.ly: new file.
10307
10308         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
10309         (scale-paper): divide by scale.
10310
10311 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10312
10313         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
10314         case.
10315
10316 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10317
10318         * scm/stencil.scm (fontify-text): reinstate function
10319
10320         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
10321
10322         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
10323
10324         * lily/parser.yy (book_paper_head): \bookpaper {} 
10325
10326         * python/midi.c: remove config.h
10327
10328 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10329
10330         * scm/output-gnome.scm: Update.
10331
10332 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10333
10334         * scm/output-gnome.scm: New file.
10335
10336         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
10337
10338 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10339
10340         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
10341         (find_scaled_font): move from Paper_def
10342
10343 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10344
10345         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
10346         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
10347
10348         * po/fr.po: update po.
10349
10350         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
10351
10352         * lily/book-paper-def.cc (print_smob): new file.
10353
10354 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
10355
10356         * buildscripts/lilypond-words.py: search words also from
10357         music-functions-init.ly.
10358
10359 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10360
10361         * ly/music-functions-init.ly (def-music-function): new helper
10362         macro for defining music functions. \addlyrics \appoggiatura
10363         \acciaccatura \grace \partcombine \autochange \applycontext
10364         \applyoutput and \breathe are now defined here thanks to it.
10365
10366         * lily/parser.yy: 
10367         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
10368         \grace \partcombine \autochange \applycontext \applyoutput and
10369         \breathe keywords removed from the parser.
10370
10371         * lily/parser.yy: 
10372         * lily/music-function.cc (ly_make_music_function): 
10373         * lily/lexer.ll (music_function_type): added a case for 0-arg
10374         music functions.
10375
10376 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10377
10378         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
10379         refering to a music expression can be used in lily-inside-scheme:
10380         #{ $music #}
10381
10382         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
10383         and ly:parser-define, and change ly:parser-parse-string in order
10384         to make #{ $music #} work.
10385
10386         * scm/new-markup.scm (compile-markup-expression): when an argument
10387         is a string, use `make-simple-markup'.
10388
10389 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10390
10391         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
10392
10393 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10394
10395         * scripts/convert-ly.py (FatalConversionError.func): handle + in
10396         font-size. (backportme)
10397
10398 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10399
10400         * lily/paper-outputter.cc (output_stencil): dump font definitions
10401         before each stencil.
10402
10403         * lily/include/paper-book.hh (struct Score_lines): new
10404         struct. Collect info per Paper-score.
10405
10406         * lily/include/page.hh (class Page): to_stencil() returns Stencil
10407         everywhere.
10408
10409         * lily/stencil.cc (find_expression_fonts): new function
10410
10411         * lily/paper-outputter.cc (output_stencil): use
10412         interpret_stencil_expr
10413
10414         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
10415         (interpret_stencil_expr): new function. Generic stencil
10416         interpretation.
10417
10418         * lily/paper-def.cc (find_scaled_font): divide lookup
10419         magnification by outpuscale for non-virtual fontmetrics. This
10420         fixes ludicrously long font definitions for text
10421         fonts. (backportme)
10422
10423         * lily/score-engraver.cc: remove
10424         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
10425
10426 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10427
10428         * input/test/markup-score.ly: Remove \notes.
10429
10430         * lily/parser.yy (book_body): Grok Composite_music and \header.
10431         (markup): Push NOTES mode before score_block.
10432
10433         * VERSION: release 2.3.1
10434
10435         * mf/feta-klef.mf: 
10436         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
10437
10438         * Documentation/user/programming-interface.itely: Use @emph (was:
10439         @em).
10440
10441         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
10442
10443 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10444
10445         * scm/output-tex.scm (output-tex-string): tighten safe security.
10446
10447         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
10448
10449         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
10450         allowed ly functions.
10451
10452         * lily/ly-module.cc (ly_module_define): only define variable if
10453         bound.
10454         (ly_make_anonymous_module): take safe option.
10455
10456 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10457
10458         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
10459
10460 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
10461
10462         * input/regression/newaddlyrics.ly: Fix.
10463
10464         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
10465         \score \notes.
10466
10467 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
10468
10469         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
10470
10471 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10472
10473         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
10474
10475         * lily/paper-line.cc (Paper_line): don't store list of stencils,
10476         but convert to single Stencil immediately.
10477
10478         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
10479
10480 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10481
10482         * scm/output-sodipodi.scm: Resurrect sodipodi output.
10483
10484 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
10485
10486         * elisp/lilypond-mode.el: Changed the way defaults are created for
10487         LilyPond-command-master.  LilyPond-mode will now check the
10488         timestamps of the files to see which command has to run next.
10489
10490 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10491
10492         * scm/bass-figure.scm (format-bass-figure): don't set
10493         number-markup for strings. This fixes string in bass
10494         figure. (backportme)
10495
10496         * lily/parser.yy (bass_number): insert number-markup into figure
10497         definition.
10498
10499         * scm/define-music-properties.scm (all-music-properties): make
10500         'figure a markup.
10501
10502         * scripts/convert-ly.py (conv): \apply -> \applymusic
10503
10504 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
10505
10506         * elisp/lilypond-mode.el: changed the order of some commands
10507         ("Midi" after "2Midi"), use the user-defined
10508         LilyPond-command-default as default instead of "LilyPond"
10509
10510         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
10511         to set the master file for the next command.
10512
10513         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
10514         with font-lock-reference-face.
10515
10516 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
10517
10518         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
10519
10520         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
10521
10522 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10523
10524         * ly/music-functions-init.ly (TODO): new file.
10525
10526         * lily/parser.yy (Generic_prefix_music_scm): add more
10527         music_function symbols.
10528         (Prefix_composite_music): change \apply to music-function   
10529
10530         * lily/include/music-function.hh: rename to music-function
10531
10532 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10533
10534         * lily/music-head.cc (LY_DEFINE): change order of args.
10535
10536         * input/regression/music-head.ly (texidoc): new file.
10537
10538         * lily/parser.yy (Generic_prefix_music): allow generic
10539         music-transformation functions. 
10540
10541         * lily/include/music-head.hh (is_music_head): new file.
10542
10543         * lily/music-head.cc (get_music_head_transform): new file.
10544
10545 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10546
10547         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
10548         empty extent. This fixes ottava brackets on rests. (backportme)
10549
10550         * make/lilypond.redhat.spec.in (Group): ln png files for info.
10551
10552         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
10553
10554         * cygwin/lily-wins.py: update for the lily-wins.py script.
10555
10556 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10557
10558         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
10559         code. This will obviate typeset_grob () in the future.  The effect
10560         of this is that improperly written spanner handling will result in
10561         invalid spanner bounds.
10562         (announce_grob): add to elems_ from here
10563         (typeset_grob): comment out.  
10564
10565         * lily/include/engraver.hh (make_spanner): new calling interface
10566         for make_{item,spanner}. This obviates most calls to
10567         announce_grob().
10568
10569         * scm/music-functions.scm (set-accidental-style): use GrandStaff
10570         iso. PianoStaff for piano styles.
10571
10572 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
10573
10574         * Documentation/user/music-glossary.tely: add segno after d.s.
10575
10576 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10577
10578         * lily/include/audio-column.hh: remove unused variables.
10579         (patch by Michael Welsh Duggan)
10580
10581         * flower/include/axes.hh (other_axis): inline Axes function
10582         (thanks to David Brandon).
10583
10584 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10585
10586         * cygwin/mknetrel: Install image links (backportme).
10587
10588         * Documentation/user/GNUmakefile (local-install-info): Activate
10589         actual installing of image links (backportme).
10590
10591 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10592
10593         * Documentation/user/notation.itely (Measure repeats): Removed
10594         unnecessary (and confusing) \context Voice{.
10595
10596 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10597
10598         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
10599
10600         * lily/page.cc (Page): Do not use ly_scheme_function for
10601         volatile/configurable variables (FIXME: better name).
10602
10603         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
10604         get_scmvar).
10605
10606 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10607
10608         * scripts/convert-ly.py (FatalConversionError.subst): use
10609         \transposition.
10610
10611 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10612
10613         * lily/include/page.hh (class Page): Declare left_margin ().
10614
10615         * lily/page.cc: Remove paper var caching.
10616
10617 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10618
10619         * Documentation/user/music-glossary.tely: Add name to @top node.
10620         Remove comment from @table definitions (workaround for makinfo
10621         bug).
10622
10623         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
10624         ly:stencil-get-expr).  Update callers.
10625         (ly:stencil-align-to!):  Return stencil too.
10626
10627         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
10628         stencil.  Remove looped line-based page output.
10629         (output_line): Use line stencil.  Remove looped stencil-based line
10630         output.
10631
10632         * lily/page.cc (ly:page-paper-lines): New function.
10633
10634         * input/test/markup-score.ly: New file.
10635
10636         * scm/define-markup-commands.scm (stencil): New markup.
10637
10638         * lily/book.cc (to_stencil): New method.
10639
10640         * lily/parser.yy (markup): Use it to grok \score.
10641
10642 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10643
10644         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
10645
10646         * lily/paper-book.cc (pages): Change signature.  Update callers.
10647
10648         * lily/include/page.hh:
10649         * lily/page.cc: New file.
10650
10651         * lily/paper-line.cc (to_stencil): New method.
10652
10653         * lily/paper-outputter.cc (output_stencil): New method.
10654
10655         * lily/paper-outputter.cc (output_line): Use them.
10656
10657         * lily/warn.cc: Remove.
10658
10659         * lily/my-lily-parser.cc (distill_inname): Remove.
10660
10661         * flower/include/file-name.hh: 
10662         * flower/file-name.cc: New file.  Update users.
10663
10664         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
10665         (find): New method of same name.
10666
10667         * lily/my-lily-parser.cc (ly:parse-file): Use it.
10668
10669         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
10670         constant error message.
10671
10672 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
10673
10674         * input/test/{blank-notes.ly,staff-container.ly}: typos.
10675
10676 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10677
10678         * Documentation/user/music-glossary.tely: @table @strong' replaced
10679         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
10680         (backportme).
10681
10682 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10683
10684         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
10685
10686         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
10687         #{ lily music expression #} that returns an equivalent scheme
10688         music expression by parsing the string.
10689
10690 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
10691
10692         * lily/my-lily-parser.cc:
10693         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
10694         SCM string (foo.ly/toto.scm support).
10695
10696 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10697
10698         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
10699
10700 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10701
10702         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
10703
10704         * scripts/lilypond-book.py: LY code that includes \header is
10705         not assumed to be a fragment.
10706
10707 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
10708
10709         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
10710         tremolo beams up.
10711
10712         * lily/stem.cc (chord_start_y): Return 0 if no heads.
10713         (get_default_stem_end_position): No tremolo head juggling if no
10714         heads.  Fixes tremolo crash on rests (backportme).
10715
10716         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
10717
10718 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10719
10720         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
10721         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
10722
10723         * lily/lexer.ll: Allow \encoding in NOTES mode.
10724
10725         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
10726         for lyrics, not for commands.
10727
10728         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
10729         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
10730
10731         * input/regression/newaddlyrics.ly: New file.
10732
10733         * Documentation/topdocs/NEWS.texi: Update.
10734
10735         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
10736         (Music_list): Allow embedded scm.
10737
10738         * lily/score.cc (ly:score-bookify): New function.
10739
10740         * lily/music.cc (ly:music-scorify): Idem.
10741
10742         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
10743         (ly:parser-print-score): Idem.
10744
10745         * scm/lily.scm (default-toplevel-book-handler): Idem.
10746         (default-toplevel-music-handler): Idem.
10747         (default-toplevel-score-handler): Idem.
10748
10749         * ly/declarations-init.ly: Set default toplevel handlers.
10750
10751         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
10752
10753         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
10754         printer for score at toplevel.
10755
10756 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10757
10758         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
10759         Fix for simple case: input/simple-song.ly, more complex stuff
10760         does not work yet.
10761
10762 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10763
10764         * lily/parser.yy (Prefix_composite_music): split Composite_music
10765         in Prefix_composite_music and Grouped_music_list.
10766         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
10767
10768 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10769
10770         * scm/lily.scm (toplevel-expression): New define.
10771
10772         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
10773
10774         * lily/parser.yy (toplevel_expression): Use it.
10775
10776         * lily/include/my-lily-parser.hh: Smobbify.
10777
10778         * lily/my-lily-parser.cc (parse_string): New method.
10779
10780         * lily/my-lily-parser.cc (ly:parse-string): New function.
10781
10782         * Documentation/user/lilypond.tely: Add comment and workaround for
10783         gs-8.01 crash.  Fixes make web.
10784
10785         Simplification of toplevel music.
10786
10787         * lily/lexer.ll, lily/parser.yy:
10788
10789         * In LYRICS mode, return LYRICS_STRING.  This fixes one
10790         shift/reduce problem.
10791
10792         * Use NOTES mode at start of maininput.
10793
10794         * Grok toplevel composite music expression, put in score and book.
10795
10796         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
10797
10798         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
10799
10800         * input/simple.ly: New file.
10801
10802         * input/simple-song.ly: Idem.
10803
10804 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10805
10806         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
10807         Sandberg.
10808
10809 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10810
10811         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
10812
10813 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
10814
10815         * input/regression/accidental-octave.ly: doc automatic showing
10816         of note names.
10817
10818 2004-04-16  Heikki Junes <janneke@gnu.org>
10819
10820         * po/fi.po: do "make po && make -C po po-update" at top-level,
10821         then "cp po/out/fi.po po/fi.po" and update fields.
10822
10823         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
10824
10825 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
10826
10827         * Documentation/user/introduction.itely (About this manual): Fix
10828         templates and regression urls (backportme).
10829
10830 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10831
10832         * ly/engraver-init.ly (Score:graceSettings): Increase
10833         beamed-lengths, especially for 32nd notes.
10834
10835         * Documentation/user/notation.itely (Grace notes): Correct the
10836         syntax for add-grace-property example.
10837
10838 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
10839
10840         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
10841         `Generated' tag.
10842
10843         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
10844         Severely broken (the Debian package, at least).
10845
10846 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10847
10848         * lily/context.cc (find_create_context): assign to lvalue.
10849
10850 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10851
10852         * lily/include/translator.hh (class Translator): rename
10853         get_parent_context() to context () to avoid confusion.
10854
10855         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
10856
10857         * lily/lexer.ll: change is_string -> ly_c_string_p 
10858
10859         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
10860
10861         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
10862
10863 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10864
10865         * VERSION: release 2.3.0
10866
10867         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
10868
10869         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
10870         if nonempty.
10871
10872         * lily/include/context.hh (class Context): make members protected.
10873         (children_contexts): new accessor function.
10874
10875         * lily/include/translator.hh (class Translator): make
10876         daddy_context_ protected.
10877         (class Translator): clean up. 
10878
10879         * lily/include/context.hh (class Context): make daddy_context_
10880         private.
10881
10882         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
10883         higher for finding Voice. (backportme)  
10884
10885         * lily/include/context.hh (class Context): remove
10886         find_context_below() as a method.
10887
10888         * Documentation/user/notation.itely (The Lyrics context): add note
10889         about manual durations
10890
10891         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
10892         encoding.
10893
10894         * scm/output-tex.scm (text): dump \inputencoding{} for text.
10895
10896 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10897
10898         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
10899         \usepackage{inputenc}
10900
10901         * lily/paper-book.cc (classic_output): don't advance Offset for
10902         TeX output.
10903
10904         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
10905         ec-sauter.map in rules
10906
10907         * mf/ecb.mf (font_identifier): new file, based on ecbx
10908
10909         * mf/ecb10.mf (gensize): new file.
10910
10911         * Documentation/topdocs/NEWS.texi (Top): document some more new
10912         features.
10913
10914         * ly/declarations-init.ly: run convert-ly
10915
10916         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
10917         from input-file-results. Remove input-file-results.* 
10918
10919 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10920
10921         * scm/output-ps.scm (font-command): Fix, again.
10922
10923         * input/test/title-markup.ly: Add \noPagebreak test.
10924
10925         * lily/score-engraver.cc (try_music): Bugfix.
10926
10927 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10928
10929         * lily/main.cc (main_with_guile): excise dependency options -M and
10930         --dep-prefix
10931
10932         * lily/input-file-results.cc: excise Makefile dependency code
10933
10934         * Documentation/user/invoking.itexi (Invoking the lilypond
10935         binary): remove dep doco
10936
10937         * lily/main.cc (main_with_guile): call lilypond-main
10938
10939         * scm/lily.scm (lilypond-main): new function: handle multiple files.
10940
10941         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
10942         exception.
10943
10944         * lily/my-lily-parser.cc: remove paper_description function
10945
10946         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
10947         new function.
10948
10949         * lily/main.cc: remove global_score_count.
10950
10951         * lily/book.cc (process): don't take header from global_input_file.
10952
10953         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
10954
10955         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
10956
10957         * lily/music-output-def.cc (LY_DEFINE): new function
10958         ly_output_description. This function does the bulk for  setting,
10959         parsing and breaking down of an input file.
10960
10961         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
10962         anonymous modules globally. Let's hope they get GCd
10963
10964         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
10965
10966 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10967
10968         * scm/output-ps.scm (header): Papersize from paper.
10969
10970         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
10971         for classic output.
10972
10973         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
10974         lilypondclassic is defined.
10975         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
10976
10977         * input/regression/between-systems.ly: Remove.
10978
10979         * python/lilylib.py (get_bbox): Fix regular expression
10980         for bounding box.
10981
10982         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
10983
10984         * scm/output-tex.scm (stop-page): Use it.
10985
10986         * scm/output-ps.scm (define-fonts): Bugfix.
10987
10988         * lily/grob.cc: Add penalty to interface.
10989
10990         * lily/include/paper-line.hh (class Paper_line): New member
10991         var penalty_.
10992
10993         * lily/system.cc (get_line): Initialise Paper_line with
10994         page-penalty's from original grobs.
10995
10996         * scm/define-music-properties.scm (all-music-properties): Add
10997         page-penalty.
10998
10999         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
11000
11001         * lily/score-engraver.cc (try_music): Handle page-penalty.
11002
11003         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
11004
11005 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11006
11007         * ly/declarations-init.ly (melismaEnd): typo
11008
11009         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
11010
11011         * scm/output-ps.scm (text): split string into spaces, use moveto
11012         for setting space. 
11013
11014 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11015
11016         * po/nl.po: Update.
11017
11018         * scm/font.scm (add-cmr-fonts): Typo.
11019
11020 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11021
11022         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
11023         font-encoding.
11024
11025         * scm/define-grobs.scm (all-grob-descriptions): idem.
11026
11027         * lily/time-signature.cc (numbered_time_signature): idem.
11028
11029         * scm/font.scm (add-cmr-fonts): use real encoding names for
11030         font-encoding.
11031
11032 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11033
11034         * lily/paper-book.cc (classic_output): 
11035         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
11036         Fixes classic output.
11037         (lilypondstart):
11038         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
11039         kludge.
11040
11041         * scripts/old-lilypond-book.py: Remove.
11042
11043         Page layout for SCOREs enclosed in a BOOK:
11044
11045         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
11046         layout tweaking.
11047
11048         * input/les-nereides.ly (theScore): Add \book.
11049
11050         * input/test/title-markup.ly: Add \book.
11051
11052         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
11053         only if 'verbose.
11054
11055         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
11056
11057         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
11058
11059         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
11060         * scm/output-tex.scm (start-system): Update for page layout by
11061         LilyPond.
11062
11063         * scm/output-ps.scm (start-system): Previously (new-start-system).
11064
11065         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
11066         passed to define-fonts.
11067
11068         * lily/paper-column.cc: 
11069         * lily/system.cc (get_line):
11070         * ly/property-init.ly (newpage): 
11071         * scm/define-grob-properties.scm:
11072         * scm/output-ps.scm: 
11073         * scm/output-tex.scm: Remove between-system-string kludge.
11074
11075         * scm/output-ps.scm (define-fonts, font-command,
11076         font-load-encoding): Handle ENCODING = #f.
11077
11078         * scm/output-tex.scm (output-scopes): Check if variable is bound.
11079
11080         * scm/define-markup-commands.scm (fill-line): Use
11081         make-simple-markup (WAS: unexisting make-word-markup).
11082
11083         * lily/text-item.cc (interpret_markup): Bugfix, transpose
11084         ENCODING, MARKUP parameters for interpret_string.
11085
11086         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
11087
11088         * lily/score.cc (book_rendering): New method.
11089         (default_rendering): Create Paper_book helper locally, dump
11090         output.
11091
11092         * lily/my-lily-lexer.cc (the_key_tab): Add book.
11093
11094         * lily/parser.yy: Handle \book.
11095
11096         * lily/include/book.hh: 
11097         * lily/book.cc: New file.
11098
11099 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11100
11101         * lily/text-item.cc (interpret_string): new file, select font with
11102         encoding.
11103
11104         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
11105
11106         * scm/define-markup-commands.scm (encoded-simple): new markup command.
11107
11108         * lily/parser.yy (markup): take encoding from lexer.
11109
11110 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11111
11112         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
11113
11114         * scm/output-ps.scm: Remove some cruft.
11115
11116 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11117
11118         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
11119
11120         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
11121
11122 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11123
11124         * scm/font.scm (add-century-schoolbook-fonts):
11125         (make-century-schoolbook-tree): New function.
11126
11127         * input/test/title-markup.ly: Use Century Schoolbook font.
11128
11129 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11130
11131         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
11132         to Erik Sandberg) 
11133
11134         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
11135
11136         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
11137
11138         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
11139
11140         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
11141
11142 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11143
11144         * scm/part-combiner.scm (determine-split-list): bugfix: if no
11145         solo-state (at end of solo), we can set the solo status
11146         too. (backportme.)
11147
11148         * input/regression/part-combine-solo-end.ly: new file.
11149
11150 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
11151
11152         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
11153         flavour abc files.  Really ignore unknown keys (backportme).
11154
11155 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11156
11157         * lily/scaled-font-metric.cc (text_dimension): only multiply with
11158         magnification_ when looking up in orig_.
11159
11160         * scm/output-tex.scm (text): switch off char-mapping.
11161
11162         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
11163         because AFM's encoding field cannot have spaces.
11164
11165 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
11166
11167         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
11168
11169 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11170
11171         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
11172
11173         * mf/cmr.enc: new file, without hi-bit ascii info. 
11174
11175         * lily/bezier-bow.cc (slur_shape): make indent dependent on
11176         width. This removes the 'hook' at the end of a long slur.
11177
11178         * buildscripts/mf-to-table.py (parse_logfile): don't append
11179         encoding to fontname.
11180
11181 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11182
11183         * scm/output-ps.scm (define-fonts): Load .enc only once.
11184
11185         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
11186         too.
11187
11188 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11189
11190         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
11191         encoding field.
11192
11193         * lily/stencil-scheme.cc: remove ly:fontify-atom 
11194
11195         * ly/portuges.ly (pitchnames): new file.
11196
11197         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
11198         Michael Welsh Duggan
11199
11200         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
11201
11202         * ly/nederlands.ly: add comment about digits.
11203
11204         * lily/scaled-font-metric.cc (derived_mark): idem.
11205
11206         * scm/encoding.scm (make-encoding-mapping): change permutation to
11207         mapping.
11208
11209         * lily/scaled-font-metric.cc (derived_mark): is a const method.
11210         (Modified_font_metric): make alist for coding_description_
11211         (LY_DEFINE): remove coding-name.
11212
11213         * scm/output-tex.scm (text): remove debugging code.
11214
11215         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
11216
11217         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
11218         from infile.
11219
11220         * mf/feta-generic.mf: move fet_beginfont into generic code.
11221         use fetaMusic (without space) as encoding
11222
11223         * mf/feta-autometric.mf: take encoding argument
11224
11225         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
11226
11227         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
11228         use.
11229
11230         * scm/encoding.scm (read-encoding-file): use symbol for glyph
11231         name.
11232
11233 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11234
11235         * input/test/title-markup.ly: Set inputencoding.
11236
11237         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
11238
11239         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
11240
11241         * scm/encoding.scm (get-coding-filename, get-coding-command): New
11242         function.
11243         (coding-alist): Also hold filename, command.
11244         (read-encoding-file): Return symbols.
11245
11246 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11247
11248         * scm/output-tex.scm: remove fontify; text and char take a font
11249         argument.
11250
11251         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
11252
11253         * lily/scaled-font-metric.cc (text_dimension): init
11254         coding_{permutation,table}_ too 
11255         (LY_DEFINE): ly:font-encoding, new function return
11256
11257         * lily/paper-def.cc (find_scaled_font): take input coding from
11258         inputcoding paper var.
11259
11260         * lily/performance.cc (output): remap modulo 16.
11261
11262         * lily/text-item.cc (interpret_markup): whoops, variable
11263         shadowing fixed.
11264
11265 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
11266
11267         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
11268         symbols, not symbols to strings.
11269
11270         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
11271         symbols, not symbols to strings.
11272
11273 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11274
11275         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
11276         (ly:kpathsea-gulp-file): New function.
11277
11278         * scm/encoding.scm (read-encoding-file): Use it.
11279
11280 2004-04-06  Werner Lemberg  <wl@gnu.org>
11281
11282         * scm/encoding.scm (coding-alist): Fix typo.
11283
11284 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11285
11286         * lily/scaled-font-metric.cc (text_dimension): move function from
11287         Font_metric
11288         (make_scaled_font_metric): init coding_scheme_ to TeX
11289         (text_dimension): use get-coding-vector for non TeX coding_scheme_
11290
11291         * lily/include/scaled-font-metric.hh (struct
11292         Modified_font_metric): rename from Scaled_font_metric
11293
11294         * scm/encoding.scm (read-encoding-file): split up large function,
11295         leave caching to (delay)
11296
11297         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
11298
11299 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
11300
11301         * lily/my-lily-lexer.cc (set_encoding): New method.
11302
11303         * lily/lexer.ll: Grok \encoding.
11304
11305         * lily/font-metric.cc (get_encoded_index): New function.
11306
11307         * lily/include/font-metric.hh (coding_scheme): New method.
11308
11309         * scm/encoding.scm: New file.
11310
11311         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
11312
11313 2004-04-05  Werner Lemberg  <wl@gnu.org>
11314
11315         * Documentation/user/tutorial.itely: Revised (finished).
11316
11317         * Documentation/user/macros.itexi (@separate): Removed.
11318
11319 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11320
11321         * scm/output-ps.scm (define-fonts): fix scaling.
11322
11323         * lily/scaled-font-metric.cc (design_size): add function.
11324
11325         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
11326         partial cut&paste of ly:font-magnification.
11327
11328 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
11329
11330         * scm/output-ps.scm (define-fonts):
11331         (fontify): Update.
11332
11333 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11334
11335         * po/fr.po: update. (backportme).
11336
11337         * po/nl.po: update. (backportme). 
11338
11339         * mf/feta-beugel.mf: document why design size is not fixed.
11340
11341         * mf/feta-braces-a.mf: rename to stress that it's not design size.
11342
11343 2004-04-04  Werner Lemberg  <wl@gnu.org>
11344
11345         * Documentation/user/tutorial.itely: Revised (continued).
11346
11347 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11348
11349         * po/nl.po: Update (backportme).
11350
11351 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11352
11353         * po/de.po: update. (backportme).
11354
11355         * scm/output-tex.scm (font-command): use ly: functions to
11356         construct name.
11357         (define-fonts): don't use alist, just dump \font definitions.
11358         (font-load-command): calculate proper scaling by taking
11359         outputscale from paper argument.
11360
11361         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
11362         expression.
11363
11364         * lily/paper-outputter.cc (output_header): pass paper arg to
11365         define-fonts
11366
11367         * lily/paper-def.cc (font_descriptions): dump list of
11368         Scaled_font_metrics
11369         (find_scaled_font): take Font_metric argument, store
11370         Scaled_font_metrics in hash-table containing (size ->
11371         Scaled_font_metrics) alist.
11372         (get_dimension): rename from get_realvar
11373
11374         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
11375         ly:font-magnification, ly:font-name: new functions
11376
11377 2004-04-03  Werner Lemberg  <wl@gnu.org>
11378
11379         * Documentation/user/dedication.itely,
11380         Documentation/user/preface.itely,
11381         Documentation/user/introduction.itely,
11382         Documentation/user/tutorial.itely: Revised.
11383         Removing leading spaces which distorts output if info files are read
11384         with stand-alone info.
11385         Removing superfluous inter-word spaces which also distorts output
11386         for stand-alone info.
11387         Using ` and ' instead of `` and '' everywhere to improve
11388         legilibility with stand-alone info
11389         Using @samp for single-letter input items and data which contains
11390         spaces, @code for other things.
11391
11392         * lily/grob-interface.cc: Adding copyright.
11393         (check_interfaces_for_property): Improve format of warning message.
11394
11395 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11396
11397         * lily/include/font-metric.hh (struct Font_metric): add
11398         design_size () method.
11399
11400         * buildscripts/mf-to-table.py (base): add DesignSize comment.
11401
11402         * lily/afm.cc (read_afm_file): read design size.
11403
11404         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
11405
11406         * scm/music-functions.scm (unfold-repeats): handle dots too.
11407
11408 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11409
11410         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
11411         (backportme)
11412
11413 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
11414
11415         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
11416         lyric indent.  Revert melismaBusyProperties using \unset.
11417
11418 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11419
11420         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
11421
11422         * lily/parser.yy (command_element): allow redefinition of |
11423         meaning.
11424
11425         * lily/break-align-engraver.cc (acknowledge_grob): construct
11426         LeftEdge where the first cause for alignment is coming from.
11427         This makes \override Staff.LeftEdge work as expected.
11428
11429         * lily/slur-performer.cc (Slur_performer): add inits
11430
11431         * lily/beam-performer.cc (Beam_performer): add inits
11432
11433 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11434
11435         * VERSION (PACKAGE_NAME): release 2.2.0
11436
11437 #Local variables:
11438 #coding: utf-8
11439 #End:
11440