]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
a9e0f4495482c24ba0418cc9502d3a3bccafd26c
[lilypond.git] / ChangeLog
1 2005-06-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2
3         * ttftool/parse.c (readPostTable): ugh. Kludge: nglyphs in maxp
4         and post table may differ. Pass around post_nglyphs as well.
5
6 2005-06-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7
8         * ly/music-functions-init.ly (musicMap): new music function
9         musicMap. 
10         
11 2005-06-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12
13         * make/mutopia-rules.make: anti-alias-factor = 2
14
15         * scm/ps-to-png.scm (make-ps-images): cleanup multipage vs. single
16         page switch.
17
18         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): set
19         anti-alias-factor for lilypond-book runs.
20
21         * scm/ps-to-png.scm (scale-down-image): new function.
22         (my-system): new function.
23         (make-ps-images): blow up GS resolution by anti-alias-factor,
24         scale down image by anti-alias-factor.  This improves appearance
25         of bitmaps
26         (make-ps-images): remove showpage. Fixes spurious empty png at
27         end.
28
29         * scm/framework-ps.scm (write-preamble): downcase filename before
30         string-matching. Should fix .TTF files (as opposed to ttf files)  
31
32         * Documentation/user/tutorial.itely (Running LilyPond for the
33         first time): separate subsections for windows, macos and unix.  
34
35         * Documentation/user/invoking.itely (Updating files with
36         convert-ly): add MacOS X note.
37
38 2005-06-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
39
40         * Documentation/user/introduction.itely (Engraving): don't include
41         file optical-spacing, add directly.
42
43         * lily/paper-outputter.cc (file): open file in binary mode. This
44         fixes OTF embedding on windows.
45
46 2005-06-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
47
48         * scm/framework-ps.scm (write-preamble): remove debugging output.
49
50         * mf/aybabtu.pe.in (i): don't generate aybabtu.cff
51
52         * mf/GNUmakefile ($(outdir)/fonts.cache-1): create font cache for
53         outdir.
54         (install-fc-cache): install font cache in installation directories.
55
56 2005-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
57
58         * scm/editor.scm (editor-command-template-alist): Use char iso
59         column, except for Emacs.
60         (get-editor-command): Substitute char too (Bert).
61
62 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
63
64         * scm/ps-to-png.scm (make-ps-images): Use ~S instead of single
65         quoted ~s.  This should fix PNG output on Windows; single quotes
66         are regular characters on Windows.
67
68 2005-06-16  Graham Percival  <gperlist@shaw.ca>
69
70         * Documentation/user/basic-notation.itely: include ChoirStaff
71         in System start delimiters.
72
73         * Documentation/user/putting.itely: new doc section on
74         fixing overlapping notation.
75
76 2005-06-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
77
78         * Documentation/user/global.itely (Paper size): \paper is in
79         \book, not \score.
80
81         * make/mutopia-rules.make: -ddelete-intermediate-files
82
83         * ly/engraver-init.ly: make Staff default child of ChoirStaff.
84
85 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
86
87         * ChangeLog: Recode utf-8.
88
89         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install .so module in
90         datadir with .py modules.
91
92 2005-06-15  Heikki Junes  <hjunes@cc.hut.fi>
93
94         * Documentation/user/basic-notation.itely (Ties): add tieDashed.
95
96 2005-06-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
97
98         * make/mutopia-rules.make: switch off ps, p&c for lilypond runs.
99         
100         * scm/framework-ps.scm (write-preamble): remove status check.
101
102         * Documentation/user/invoking.itely (Updating files with
103         convert-ly): remove -o option.
104
105         * VERSION (PACKAGE_NAME): release 2.5.31
106
107         * scm/framework-ps.scm (write-preamble): use ly:system.
108         (write-preamble): verbosity.
109
110         * scripts/convert-ly.py: cleanup. Use lilylib. Use convertrules.
111
112         * python/convertrules.py: new file. Store conversion rules
113         separately.
114
115 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
116
117         * scm/backend-library.scm (postprocess-output): remove debugging gobs.
118
119 2005-06-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
120
121         * Documentation/topdocs/NEWS.tely (Top): Corrected name of
122         \musicDisplay 
123
124         * Documentation/user/instrument-notation.itely (More stanzas): Add
125         reference to StanzaNumber.
126
127 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
128
129         * THANKS: separate section for website translators.
130
131 2005-06-14  Graham Percival  <gperlist@shaw.ca>
132
133         * Documentation/topdocs/INSTALL.texi: update vim info;
134         thanks Simon Bailey!
135
136         * Documentation/user/advanced-notation.itely: included
137         color names.
138
139         * Documentation/user/advanced-notation.itely,
140         Documentation/usr/notation-appendices.itely: moved
141         color names into an appendix.
142
143 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
144         
145         * lily/program-option.cc (LY_DEFINE): new function ly_add_option.
146
147         * scm/lily.scm (lambda): initialize program options from here.
148
149         * scm/framework-*.scm: add header info.
150
151         * lily/main.cc (parse_argv): only set output format to pdf if no
152         other format specified.
153
154         * scm/backend-library.scm (postprocess-output): process
155         'delete-intermediate-files after running convert-to-*. This fixes
156         PNG generation when 'delete-intermediate-files is set.
157         
158 2005-06-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
159
160         * buildscripts/mutopia-index.py (list_item): thinko. Fixes png
161         links on website. 
162
163 2005-06-13  Graham Percival  <gperlist@shaw.ca>
164
165         * Documentation/topdocs/INSTALL.texi,
166         Documentation/user/lilypond-book.itely: typos.
167
168 2005-06-12  Pal Benko  <benkop@freestart.hu>
169
170         * elisp/lilypond-mode.el (LilyPond-command-alist: 2PS): space
171         added between program name and switch; -b changed to -f not
172         to generate pdf
173
174 2005-06-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
175
176         * elisp/lilypond-mode.el (LilyPond-command-alist): remove 2midi
177         (LilyPond-command-alist): use -f ps (thanks to Pal Benko)
178
179         * input/sakura-sakura.ly: add \midi.
180
181         * buildscripts/mutopia-index.py (find): use /usr/bin/find
182         iso. python find. 
183
184         * ttftool/test.c (main): cosmetics.
185
186         * ttftool/util.c (surely_lseek): use stdio FILE's for I/O 
187
188         * ttftool/test.c: new file. If compiled with -DTEST_TTFTOOL,
189         create a ttf2ps binary.
190
191         * scm/ps-to-png.scm (make-ps-images): fix rename-page-1 functionality.
192
193         * scm/backend-library.scm (postscript->png): set rename-page-1 to
194         true.
195
196 2005-06-11  Graham Percival <gperlist@shaw.ca>
197
198         * Documentation/user/lilypond-book.itely: add warning about
199         the font warnings in dvips.
200
201 2005-06-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
202
203         * THANKS: typo
204
205         * mf/GNUmakefile ($(outdir)/$(redhat-package)): Fedora-4 url.
206
207         * GNUmakefile.in: remove links for .map, .enc
208         don't fail if out/ doesn't exist yet.
209
210 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
211
212         * ttftool/util.c (surely_read): return nbytes
213
214         * stepmake/bin/text2html.py (txt2html): add utf-8 marker. 
215
216         * VERSION (PACKAGE_NAME): release 2.5.30
217
218         * flower/string-convert.cc (precision_string): >? fix.
219
220         * scm/ps-to-png.scm (make-ps-images): search-gs for multipage too.
221         (make-ps-images): add verbose -q too.
222
223         * lily/default-actions.cc (Module): new file. default
224         {book,score}-print functions.
225
226         * scm/ly-from-scheme.scm (ly:parse-string-result): use new setup:
227         pass results via parseStringResult, lookup via ly:parser-lookup.  
228
229         * lily/lily-parser.cc (Lily_parser): only clone lexer in
230         constructors.
231         (parse_file): encapsulate do_yyparse() in scm_set_current_module()
232         (parse_string): idem.
233
234         * ly/spanners-init.ly (assertBeamQuant): don't use #{ #} in init.
235
236         * lily/main.cc (main_with_guile): copy be_verbose_global into
237         ly_set_option()
238
239 2005-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
240
241         * scm/backend-library.scm (postscript->pdf):
242         * scm/ps-to-png.scm (make-ps-images): Do not use gs -q switch in
243         verbose mode.  Search for several names of gs executable.
244
245 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
246
247         * lily/ly-module.cc (ly_make_anonymous_module): call make-module
248         directly. This fixes a massive memory leak, provided you use CVS
249         GUILE.
250
251 2005-06-10  Erik Sandberg  <ersa9195@student.uu.se>
252
253         * ly/property-init.ly: Added tieDashed.
254
255         * THANKS: Added some bughunters for 2.5.
256
257 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
258
259         * lily/program-option.cc: add debug-gc option.
260
261         * lily/include/lily-guile-macros.hh: don't protect exported module
262         objects.
263
264         * lily/include/lily-parser.hh (class Lily_parser): remove beam_check().
265
266         * scm/backend-library.scm (postscript->pdf): use
267         delete-intermediate-files iso. running-from-gui? 
268
269         * ttftool/util.c (surely_read): robustness. Allow read() to return
270         less bytes than requested, as per posix standards.
271
272         * lily/pfb.cc (LY_DEFINE): set ttf_verbosity from ttf-verbosity
273         program option.
274
275         * ttftool/include/ttftool.h ("C"): rename verbosity to
276         ttf_verbosity. Add to public interface.
277
278         * scm/music-functions.scm (unfold-repeats): remove debugging display.
279
280         * lily/program-option.cc: rename from scm-option.cc
281
282         * lily/scm-option.cc (LY_DEFINE): handle no-foobar option setting.
283         (get_help_string): Print pretty help string.
284
285         * scripts/lilypond-book.py (PREAMBLE_LY): add no-point-and-click
286         to snippet preamble.
287
288         * lily/scm-option.cc: remove command-line-settings option. Fold
289         all command-line options plus default settings in a generic
290         interface. 
291
292         * flower/getopt-long.cc (table_string): indent 2nd lines of help
293         texts too.
294
295 2005-06-09  Jan Nieuwenhuizen  <janneke@gnu.org>
296
297         * flower/file-name.cc: Bugfix: only append DIRSEP if BASE_
298         or EXT_ components non-empty.
299
300 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
301
302         * scm/lily.scm (running-from-gui?): Export.
303
304         * lily/lily-parser-scheme.cc (ly:parse-file): Use it to generate
305         output in .ly source directory.
306
307 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
308
309         * ttftool/util.c (surely_lseek): more verbosity.
310
311         * lily/include/lily-proto.hh: add Context_def. This fixes FC4
312         compile.
313
314         * lily/parser.yy (Repeated_music): remove >? 
315
316         * scm/backend-library.scm (postscript->pdf): Support for
317         -dgs-font-load=1
318
319         * scm/framework-ps.scm (write-preamble): make font loading
320         switchable to GS via --define-default gs-font-load=1
321
322 2005-06-09  Graham Percival  <gperlist@shaw.ca>
323
324         * Documentation/user/global.itely: added \layout docs.
325
326 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
327
328         * lily/lily-parser-scheme.cc: add unistd.h
329
330 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
331
332         * scm/editor.scm: add char argument.
333
334         * scripts/lilypond-invoke-editor.scm (dissect-uri): add char. 
335
336         * ttftool/util.c (syserror): use errno for better error reporting.
337
338         * lily/source-file.cc (get_counts): new function. Calc column,
339         line and char count in one go.
340
341         * lily/binary-source-file.cc (quote_input): rename to quote_input
342
343         * lily/input.cc (set): new function.
344
345 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
346
347         * flower/file-path.cc (find): Bugfix.  Append rather than prepend
348         directory part of file name to search directory.
349
350         * lily/lily-parser-scheme.cc (ly:parse-file): Prepend cwd to
351         search path and chdir to DIR if --outname=DIR used.
352
353         * lily/main.cc (prepend_env_path): Bugfix: Check directory
354         existence before appending original path.
355
356 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
357
358         * ttftool/parse.c (readNamingTable): verbosity for "bad TTF
359         file" massage.
360
361         * Documentation/user/GNUmakefile (TEXINPUTS): set TEXINPUTS so our
362         texinfo.tex is always used.
363         
364 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
365
366         * flower/include/axis.hh: rename from axes.hh
367
368         * lily/include/text-interface.hh (Module): rename from text-item.hh
369
370         * VERSION (PATCH_LEVEL): release 2.5.29
371
372         * ttftool/parse.c (readNamingTable): handle Apple/8bit encoding too.
373
374         * scm/framework-ps.scm (font-file-as-ps-string): new function.
375         (handle-macfont): new function. Call fondu for Native mac fonts.
376
377         * scm/define-markup-commands.scm (fill-line): handle text-widths =
378         '() case.
379
380 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
381
382         * scm/ps-to-png.scm (make-ps-images): Bugfix: `Pages: 1\n' is not
383         multi-page.  Fix .eps regular expression.
384
385 2005-06-07  Graham Percival  <gperlist@shaw.ca>
386
387         * Documentation/user/putting.itely: add info on modifying templates.
388
389         * Documentation/user/lilypond.itely, converters.itely, invoking.itely:
390         misc small changes.
391
392 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
393
394         * scm/ps-to-png.scm (make-ps-images): no paper size for multi-page.
395
396         * scripts/lilypond-ps2png.scm
397
398         * VERSION (PACKAGE_NAME): release 2.5.28
399
400 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
401
402         * lily/main.cc (prepend_env_path): Do not append /, that does not
403         work.  Localedir lives in datadir, not in prefix.
404
405         * scm/framework-ps.scm (write-preamble): Remove load-font-via-GS
406         hack for windows.
407
408         * flower/include/file-cookie.hh: Compile fix.
409
410 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
411
412         * ly/engraver-init.ly: add \defaultchild to InnerStaffGroup. 
413
414         * scm/ps-to-png.scm (gulp-port): rename from read. Don't redefine
415         system primitives.
416         (gulp-port): using read-string!/partial. We don't want to read an
417         entire PS file  (GUILE 1.6 limits strings to 16M) 
418
419         * scm/define-grobs.scm (all-grob-descriptions): remove arch-*
420         properties. Add font-interface. 
421
422         * scm/define-grob-properties.scm (all-user-grob-properties):
423         remove old bracket properties.
424
425         * scm/x11-color.scm: reformat. 
426
427         * lily/ledger-line-engraver.cc (acknowledge_grob): create new
428         LedgerLineSpanner if new StaffSymbol is found. 
429
430         * lily/staff-symbol-engraver.cc (acknowledge_grob): also set
431         staff-symbol for finishing staff. 
432
433         * lily/GNUmakefile (OUT_DIST_FILES): don't dist Flex output
434
435         * scm/output-svg.scm (setcolor): implement (re)setcolor with <g>
436         change black to currentColor everywhere. This fixes color support
437         in SVG.
438
439 2005-06-06  Carl Sorensen  <carldsorensen@comcast.net>
440
441         * input/regression/fret-diagrams.ly: new file to test fret diagram
442         capability
443
444         * scm/output-tex.scm: remove white-dot and white-text
445
446         * scm/output-ps.scm: remove white-dot and white-text
447
448         * scm/fret-diagrams.scm (sans-serif-stencil-white): removed -- 
449         using ly:stencil-in-color instead
450         (draw-dots) : remove call to white-dot
451
452 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
453
454         * flower/memory-stream.cc (Memory_out_stream): remove fopencookie
455         support.
456
457         * ttftool/ttfps.c: use lily_cookie functions everywhere. 
458
459         * flower/include/file-cookie.hh: new file. lily_cookie extension 
460
461         * flower/file-cookie.cc: new file. lily_cookie extension.
462         
463 2005-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
464
465         * scm/editor.scm (editor-command-template-alist): Add syn
466         editor (Jaap [de Vos]).
467
468 2005-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
469
470         * scripts/lilypond-ps2png.scm:
471         * scm/ps-to-png.scm: New file.
472
473         * scm/backend-library.scm (postscript->png): Use it.
474
475         * scripts/lilypond-ps-to-png.py: Remove file.
476
477         * python/lilylib.py (get_bbox, make_ps_images): Remove.
478
479 2005-06-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
480
481         * lily/auto-beam-engraver.cc (acknowledge_grob): remove dead code.
482
483         * scm/auto-beam.scm (default-auto-beam-check): only forbid beam
484         start on grace moment. Fixes autobeam-grace.ly.
485
486         * lily/auto-beam-engraver.cc (process_acknowledged_grobs): don't
487         process anything unless we're at the end of a pending beam. Fixes
488         syncopated 8ths beamed across a beat.
489
490 2005-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
491
492         * scm/editor.scm (editor-command-template-alist): Start emacs if
493         emacslient fails.
494
495         * lily/main.cc (setup_localisation): Listen to LILYPOND_LOCALEDIR.
496
497         * flower/file-path.cc (is_file, is_dir): Export.
498
499         * lily/main.cc (prepend_env_path, set_env_file): Use them.
500
501 2005-06-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
502
503         * lily/easy-notation.cc: Added include cctype to correct
504         compilation error.
505
506 2005-06-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
507
508         * scm/backend-library.scm (postscript->pdf): set resolution to
509         1200, so bitmap fonts aren't that ugly. 
510
511         * Documentation/topdocs/NEWS.tely (Top): add entry about font family.
512
513         * lily/dynamic-engraver.cc (acknowledge_grob): only center on
514         parent if we have a notehead. Fixes incorrect offsets when
515         Paper_column is very wide in the X direction.
516
517         * input/regression/font-family-override.ly (Module): new file.
518
519         * scm/font.scm (make-pango-font-tree): new function.
520
521         * lily/beam.cc (before_line_breaking): remove warning about less
522         than 2 visible stems. We still get a warning when there is only
523         one stem.
524
525 2005-06-01  Werner Lemberg  <wl@gnu.org>
526
527         * buildscripts/substitute-encoding.py: Handle PFAemmentaler-xx.pfa
528         correctly.
529
530 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
531
532         * lily/slur-scoring.cc (generate_avoid_offsets): new
533         function. Generate avoid offsets once per slur.
534
535         * lily/slur.cc (add_extra_encompass): add dependency to
536         extra-encompass object. This fixes bugs/c-phrasing-slur.ly
537
538         * lily/stencil.cc (is_empty): check dim_ field for is_empty()
539         too. Fixes inf error with added bass notes.
540
541         * scripts/lilypond-book.py (do_options): --psfonts doesn't take
542         argument anymore.
543
544         * make/ly-vars.make (DVIPS_FLAGS): use .psfonts as extension.
545
546         * input/tutorial/lbook-latex-test.tex: add line length test.
547
548         * scripts/lilypond-book.py (set_default_options): new
549         function. Call this before dissecting snippets, so linewidth
550         settings reach the snippets.
551
552 2005-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
553
554         * scm/lily.scm (PLATFORM, slashify): Remove double slashes.
555
556 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
557
558         * input/mutopia/R.Schumann/romanze-op28-2.ly (leftb): bugfix.
559
560 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
561
562         * stepmake/aclocal.m4: More autopackage friendliness.
563
564 2005-05-31  Graham Percival  <gperlist@shaw.ca>
565
566         * Documentation/index.html.in: remove link to LSR.
567
568         * Documentation/user/global.itely: remove duplicate
569         "dedication" \header{} section.
570
571 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
572
573         * VERSION (PACKAGE_NAME): release 2.5.27.
574
575         * lily/lily-parser-scheme.cc (LY_DEFINE): unprotect paper
576         too. Plugs memory leak.
577
578         * make/lilypond.fedora.spec.in (Group): remove
579         lilypond-pdfpc-helper.
580
581         * scripts/GNUmakefile (SEXECUTABLES): remove
582         lilypond-pdfpc-helper. Use lilypond-invoke-editor instead.
583
584         * scm/font.scm (make-century-schoolbook-tree): add Mono as
585         'typewriter family.
586
587         * lily/score.cc (Score): unprotect copy of Output_def. Plugs
588         memory leak.
589
590         * lily/parser.yy (score_body): don't clone Score, that's done in
591         Lily_lexer::try_special_identifiers(). This fixes a memory leak.
592
593         * lily/score-engraver.cc (derived_mark): new function.
594         (initialize): unprotect Paper_score. This fixes a memory leak.
595
596         * lily/score-performer.cc (derived_mark): new function.
597
598         * lily/score-translator.cc (get_output): use SCM for get_output() call.
599
600         * stepmake/aclocal.m4: put FlexLexer.h test in conftest.cc. Fixes
601         spurious warning.
602
603         * scm/font.scm (make-century-schoolbook-tree): use Sans for sans
604         serif.
605
606 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
607
608         * configure.in (reloc_b): Add --enable-relocation.
609
610 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
611
612         * lily/pfb.cc (LY_DEFINE): show file name when loading PFB. 
613
614         * input/regression/alignment-order.ly: add Staff example.
615
616 2005-05-31  John Mandereau   <john.mandereau@free.fr>
617
618         * po/fr.po: update.
619
620 2005-05-31  Graham Percival  <gperlist@shaw.ca>
621
622         * Documentation/index.html.in: add link to LSR.
623
624 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
625
626         * scm/define-stencil-commands.scm (Module): new file. Register all
627         allowed stencil expression heads in a central place.
628
629         * lily/stencil-scheme.cc (LY_DEFINE): check is_stencil_head in
630         ly:make-stencil
631
632         * lily/stencil-expression.cc (all_stencil_heads): registering
633         stencil expressions.
634
635         * lily/stencil-interpret.cc: new file. Stencil expression
636         interpreting.
637
638         * input/xiao-haizi-guai-guai.ly: move file back.
639
640 2005-05-30  Graham Percival  <gperlist@shaw.ca>
641
642         * Documentation/user/advanced.itely, converters.itely,
643         instrument-notation.itely, lilypond-book.itely: misc small
644         changes.
645
646 2005-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
647
648         * lily/lexer.ll: Skip UTF-8 BOM at BOF.
649
650         * make/lilypond.fedora.spec.in: Fix source url.
651
652         * cygwin: Update from mingw patches.
653
654         * scm/editor.scm (editor-command-template-alist): Use jedit
655         -reuseview (Bertalan), add uedit (Patrick Huberts).
656
657         * input/xiao-hai-zi-guai-guai.ly: Rename from
658         xiao-haizi-guai-guai.ly.
659
660         * input/*: Reindent, do not use TAB.
661
662         * Documentation/pictures/ly.xpm: Bugfix: do not anti-alias against
663         white background.
664
665 2005-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
666
667         * scm/framework-ps.scm (dump-stencil-as-EPS): Add silly fix for
668         numerical overflow error.
669
670 2005-05-29 Laura Conrad <lconrad@laymusic.org>
671         
672         * abc2ly.py: fix to syntax error in multi-part output.
673
674 2005-05-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
675
676         * lily/span-bar.cc (print): sort bar line extents. Fixes problem
677         with disappearing span bars when alignAboveContext is active
678
679         * lily/property-iterator.cc (check_grob): use is-grob?
680         object-property. Fixes crash-key-sig-font-size.ly. 
681
682 2005-05-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
683
684         * lily/bar-line.cc (print): don't round barlines; this produces
685         odd aliasing effects in Acroread.
686
687         * lily/timing-engraver.cc (process_music): robustness fix.
688
689         * lily/context-def.cc (filter_engravers): bugfix.
690
691 2005-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
692
693         * lily/lilypond.rc.in: Add ly-icon.
694
695         * lily/GNUmakefile: 
696         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Add ly-icon
697         rules.
698
699 2005-05-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
700
701         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-in-color
702
703         * ps/music-drawing-routines.ps: 
704
705         * scm/output-ps.scm: remove draw ez_ball.
706
707         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
708         EasyNotation context definition.
709
710         * lily/easy-notation.cc (brew_ez_stencil): new file. Use
711         Text_interface and color for making easy note heads.
712
713         * lily/stencil.cc (with_color): new function.
714
715         * ps/music-drawing-routines.ps: remove draw_zigzag_line
716
717         * lily/line-spanner.cc (zigzag_stencil): rewrite to use draw-line
718         output routine. Zigzag now works in SVG too.
719
720         * scm/output-tex.scm (filledbox): idem.
721
722         * scm/output-svg.scm (filledbox): idem.
723
724         * scm/output-ps.scm (lily-def): remove horizontal-line. 
725
726         * lily/lookup.cc (horizontal_line): use draw-line. 
727
728         * lily/system-start-delimiter.cc: remove old staff bracket code.
729
730         * mf/feta-haak.mf: further tweaks.
731
732         * lily/system-start-delimiter.cc (staff_bracket): use glyphs.
733
734         * mf/feta-generic.mf: include feta-haak.
735
736         * mf/feta-haak.mf: rewrite. Make separate glyphs for the tips 
737
738         * scm/framework-ps.scm (write-preamble): only load fonts if their
739         filename is a string. 
740
741 2005-05-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
742
743         * scm/output-svg.scm (circle): support circle.
744         (bracket): stub for bracket.
745
746         * scripts/lilypond-book.py (main): make sure --psfonts warning is
747         correct.
748
749 2005-05-26  Graham Percival  <gperlist@shaw.ca>
750
751         * Documentation/user/lilypond.tely, advanced-notation.itely,
752         basic-notation.itely, instrument-notation.itely, global.itely,
753         introduction.itely, tutorial.itely: rearranging, editing,
754         clean-up.
755
756         * mf/GNUmakefile: change a "make -C" to "${MAKE} -C", required
757         for compiling on FreeBSD.
758
759 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
760
761         * lily/pfb.cc (LY_DEFINE): progress indication for opening ttf and
762         otf files.
763
764         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (lower):
765         bugfixes.
766
767         * VERSION: 2.5.26 released.
768
769         * scm/titling.scm (marked-up-headfoot): revert Pedro's patch. 
770
771 2005-05-25  Pedro Kroger  <kroeger@pedrokroeger.net>
772
773         * scm/titling.scm (marked-up-headfoot): doesn't print pagenumbers
774         if printpagenumber is false.
775
776 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
777
778         * lily/font-config.cc (init_fontconfig): comment out FontConfig
779         cache warning.
780
781         * lily/tie.cc (print): support dotted ties.
782         
783 2005-05-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
784
785         * scm/define-grobs.scm (all-grob-descriptions): switch off
786         debugging
787         (all-grob-descriptions): Arpeggio has Y-extent.
788
789         * scm/define-music-properties.scm (all-music-properties): document
790         length-callback and start-callback as "read-only".
791
792         * scm/music-functions.scm (unfold-repeats): rewrite. Cannot set
793         length-callback after creation. 
794
795         * scripts/convert-ly.py (conv): unfoldrepeats -> unfoldRepeats,
796         compressmusic -> compressMusic.
797
798         * ly/music-functions-init.ly (oldaddlyrics): idem.
799
800         * lily/parser.yy: NewLyricCombineMusic ->
801         LyricCombineMusic. LyricCombineMusic -> OldLyricCombineMusic.
802
803 2005-05-24  Pedro Kroger  <kroeger@pedrokroeger.net>
804
805         * ly/Welcome_to_LilyPond.ly: typo.
806
807 2005-05-24  Graham Percival  <gperlist@shaw.ca>
808
809         * Documentation/user/lilypond.tely: move changing-defaults to be
810         before global issues.
811
812         * Documentation/user/basic-notation.itely: move Transpose section
813         here from advanced/Other.
814
815         * Documentation/user/changing-defaults.itely,
816         advanced-notation.itely: move Fonts to advanced, edit.
817
818 2005-05-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
819
820         * lily/parser.yy (bare_int): remove rule.  From now on, we require
821         # before negative integers.
822
823 2005-05-23  Graham Percival  <gperlist@shaw.ca>
824
825         * ly/property.ly: Update tieDotted to have the same form as slurDotted.
826
827         * Documentation/user/lilypond.tely: change Unified index to
828         LilyPond index.
829
830         * Documentation/user/advanced-notation.itely,
831         instrument-notation.itely: editing.
832
833 2005-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
834
835         * scm/lily.scm (lilypond-all): Bugfix: return failed.
836
837         * lily/main.cc (setup_paths)[__MINGW32__]: Normalize LILYPONDPREFIX.
838
839 2005-05-21  Jan Nieuwenhuizen  <janneke@gnu.org>
840
841         * lily/general-scheme.cc (ly:stderr-redirect): Rename from
842         ly:port-move.  Needs to be stderr-specific on mingw.
843         Run fixcc.
844
845 2005-05-20  Jan Nieuwenhuizen  <janneke@gnu.org>
846
847         * lily/general-scheme.cc (ly:port-move): Remove.
848
849         * scm/backend-library.scm (postscript->pdf): Remove -dSAFER in
850         windows.
851
852         * lily/main.cc (setup_paths) [ARGV0_RELOCATION]: Reinstate GS_*
853         variables.  This eliminates the need for a gs.bat wrapper, which
854         opens a console.
855
856         * scripts/lilypond-invoke-editor.scm (running-from-gui?): 
857         * scm/lily.scm (running-from-gui?): 
858         * lily/main.cc[MINGW]: Remove isatty inversion, this is an
859         artifact of not compiling with -mwindows.
860
861         * scm/editor.scm: Define PLATFORM.
862
863 2005-05-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
864
865         * scripts/lilypond-book.py (PREAMBLE_LY): add marker, where people
866         can start to cut & paste lilypond-book fragments.  
867
868         * scm/define-music-types.scm (music-descriptions): remove
869         UntransposableMusic
870
871 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
872
873         * scm/output-ps.scm (glyph-string): remove / before CIDs.
874
875 2005-05-20  Graham Percival  <gperlist@shaw.ca>
876
877         * Documentation/user/instrument-notation.itely: remove *Engraver.
878
879         * Documentation/user/advanced-notation.itely: edit, rearrange.
880
881 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
882
883         * scm/output-ps.scm (glyph-string): take cid? argument. Use
884         findresource iso. findfont for CID CFF fonts.
885
886         * VERSION (PACKAGE_NAME): release 2.5.25
887
888         * ly/Welcome_to_LilyPond.ly: add  \version
889
890 2005-05-20  Graham Percival  <gperlist@shaw.ca>
891
892         * Documentation/user/programming-interface.itely: move
893         \displayMusic into its own section.
894
895         * Documentation/user/basic-notation.itely: finish editing.
896
897 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
898
899         * flower/file-path.cc (find): don't throw away file_name.dir, but
900         append to it. Fixes \include with directories.
901
902         * flower/include/file-path.hh (class File_path): don't derive from
903         Array<String>.
904
905         * flower/include/file-name.hh (class File_name): remove to_str0()
906
907         * lily/hara-kiri-engraver.cc (acknowledge_grob): split
908         Hara_kiri_engraver in separate file.
909
910         * lily/slur-configuration.cc (score_encompass): oops, <? to min()
911         translation went wrong. Fixes vertically translated slurs.
912
913 2005-05-19  Graham Percival  <gperlist@shaw.ca>
914
915         * Documentation/user/basic-notaton.itely: editing.
916
917 2005-05-18  Graham Percival  <gperlist@shaw.ca>
918
919         * Documentation/user/macros.itexi, basic-notation.itely:
920         add @commonprop (commonly used properties) macro.
921
922 2005-05-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
923
924         * ly/Welcome_to_LilyPond.ly: talk about icon, not program.
925
926         * scripts/lilypond-book.py (invokes_lilypond): new function
927         (main): only run fontextract if invokes_lilypond() is true.
928
929         * lily/function-documentation.cc (ly_add_function_documentation):
930         duh, use !=
931
932         * Documentation/topdocs/INSTALL.texi (Top): add MacOS command.
933
934         * stepmake/aclocal.m4: remove kpathsea warning, change to OPTIONAL.
935
936         * scm/lily.scm (running-from-gui?): lowercase Darwin.
937
938         * lily/function-documentation.cc (ly_add_function_documentation):
939         use scm_hash_table_p() for checking.
940
941 2005-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
942
943         * Documentation/user/advanced-notation.itely (Text scripts):
944         Change nonexisting @internalsref{Text markup} to @ref{Text
945         markup}.  Change @internalsref{Text script} to
946         @internalsref{TextScript}.
947
948         * lily/main.cc (setup_paths): Bugfix: pangorc is not pango.modules.
949
950 2005-05-17  Graham Percival  <gperlist@shaw.ca>
951
952         * Documentation/user/tutorial.itely, basic-notation.itely,
953         changing-defaults.itely: remove duplicate cindex entries
954         that appear on the same page.
955
956         * scm/define-grobs.scm: change default padding for TextSpanner.
957
958         * Documentation/topdocs/AUTHORS.texi: update email address.
959
960         * Documentation/user/global.itely: add info about \include.
961
962 2005-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
963
964         * scm/backend-library.scm (postscript->pdf): Remove (useless) .ps
965         when running-from-gui.
966
967         * scm/editor.scm (get-editor): Add platform defaults.
968
969         * scm/backend-library.scm (postscript->pdf): Typo.
970
971 2005-05-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
972
973         * scm/lily.scm (running-from-gui?): Darwin never runs from GUI.
974
975         * lily/font-config.cc (init_fontconfig): add warning about cache.
976
977 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
978
979         * lily/main.cc (setup_paths)[ARGV0_RELOCATION]: Remove GS_*.
980
981 2005-05-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
982
983         * lily/horizontal-bracket.cc (print): Take care of the direction
984         property so brackets above the stave point downwards. 
985
986         * scm/define-grobs.scm (all-grob-descriptions): Set staff-padding
987         for HorizontalBracket so it doesn't end up within the stave.
988
989 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
990
991         * lily/GNUmakefile (default): Typo.
992
993         * scm/lily.scm (PLATFORM): Export.
994
995         * scm/framework-ps.scm (write-preamble)[MINGW]: Use
996         load-font-via-GS, ttftool or fopencookie is broken on windows.
997         
998         * scm/backend-library.scm (postscript->pdf)[MINGW]: Do not use
999         -dSAFER, that is broken on windows.
1000
1001 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1002
1003         * lily/GNUmakefile ($(outdir)/FlexLexer.h): conditional dependency
1004         for FlexLexer.h
1005
1006         * scripts/lilypond-invoke-editor.scm: remove stray -
1007
1008 2005-05-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1009
1010         * lily/lily-guile.cc (ly_scm2newstr): Use scm_i_string_length.
1011         Fixes deprecation warning.
1012
1013         * flower/include/string.icc (to_string): Only inline if
1014         -DSTRING_UTILS_INLINED.
1015
1016         * lily/pango-font.cc (pango_item_string_stencil): Normalize file
1017         name.  Remove windows comment.
1018
1019         * scm/editor.scm (slashify): New function.
1020         (get-editor-command): Use it.
1021         (get-command-template): Do not alter editor command if
1022         environment value includes `%(file)s' magic.
1023
1024         * scripts/lilypond-invoke-editor.scm (unquote-uri): New function.
1025         (dissect-uri): Use it.
1026         (unquote-uri): Bugfix.
1027
1028 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1029
1030         * scm/framework-ps.scm (write-preamble): add TTF rule.
1031
1032         * Documentation/topdocs/README.texi (Top): remove note about
1033         xdelta.
1034
1035         * Documentation/topdocs/INSTALL.texi (Top): remove Flex
1036         requirement.
1037
1038         * stepmake/aclocal.m4: STEPMAKE_FLEXLEXER_LOCATION: new
1039         function. Figure out where FlexLexer.h lives
1040
1041         * lily/GNUmakefile (OUT_DIST_FILES): dist lexer.cc and FlexLexer.h
1042         
1043 2005-05-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1044
1045         * scripts/lilypond-invoke-editor.scm (dissect-uri): Handle URIs
1046         with Windows root in file name.
1047
1048         * scm/backend-library.scm (ly:system): Only redirect output (using
1049         system and shell, ugh) if /dev/null is writable.
1050
1051         * Documentation/pictures/GNUmakefile [PLATFORM_WINDOWS]: Build
1052         windows icon.
1053
1054         * scm/lily.scm (is-absolute?): New function.  Fixes absolute files
1055         on Mingw.
1056
1057         * scm/output-ps.scm (grob-cause): Use it.  Fixes PDF point and
1058         click.
1059
1060         * flower/file-path.cc (is_dir, is_file): New function.  Actually
1061         use result of stat when available.
1062
1063         * flower/file-path.cc (find): Use it.  Refactor.  Fixes Mingw,
1064         absolute file name and root.
1065
1066         * scm/lily.scm (PLATFORM): On mingw, slashify getcwd.
1067
1068         * scm/editor.scm (get-editor-command): Typo: do not apply editor.
1069
1070         * flower/file-name.cc (slashify): Bugfix, do substitute if no
1071         slashes in file name.
1072
1073 2005-05-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1074
1075         * Documentation/user/preface.itely (Preface): Run
1076         texinfo-all-menus-update.
1077
1078         * scm/editor.scm (get-editor-command): Bugfix: allow full
1079         LYEDITOR setting, partial XEDITOR setting.  With typo fix.
1080
1081         * Documentation/pictures/lilypond-48.xpm: New file.
1082
1083         * flower/file-path.cc (to_string): Bugfix: use PATHSEP.
1084
1085         * ly/Welcome_to_LilyPond.ly: New file.
1086
1087         * lily/main.cc (main): Only identify if we have a terminal.
1088
1089         * scm/backend-library.scm (postscript->png)
1090         (postscript->pdf): Fix file name quoting for GS/MINGW (ie,
1091         non-/bin/sh).
1092
1093 2005-05-13  Heikki Junes  <hjunes@cc.hut.fi>
1094
1095         * Documentation/topdocs/AUTHORS.texi: polish, update.
1096
1097 2005-05-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1098
1099         * Documentation/user/preface.itely (Notes for version 2.6): new
1100         notes for 2.6
1101
1102         * lily/dynamic-engraver.cc (stop_translation_timestep): first set
1103         finished_span_, then call typeset_all(). Fixes spurious "Hairpin
1104         is not fully contained" warnings.
1105
1106         * lily/slur-scoring.cc (get_bound_info): remove warning.
1107
1108         * lily/staff-symbol-engraver.cc (process_music): start initial
1109         spanner in process_music(). This fixes overrides of StaffSymbol
1110         properties.
1111
1112         * scm/framework-pdf.scm (Module): remove.
1113
1114         * Documentation/topdocs/AUTHORS.texi (AUTHORS): clean up, update.
1115
1116         * lily/ambitus-engraver.cc: formatting cleanups.
1117
1118         * mf/feta-solfa.mf (Module): remove.
1119
1120         * ChangeLog: more details about contributions.
1121
1122 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1123
1124         * lily/align-interface.cc (align_elements_to_extents): warn if
1125         called too early. Fixes: disappearing-staff-lines.ly
1126
1127         * VERSION (PACKAGE_NAME): release 2.5.24
1128
1129 2005-05-12  Jan Nieuwenhuizen  <janneke@gnu.org>
1130
1131         * stepmake/aclocal.m4: Typo.
1132
1133         * flower/string.cc (substitute): Take two strings or two
1134         characters.  Update callers.
1135
1136 2005-05-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1137
1138         * flower/file-name.cc (File_name): Slashify.
1139
1140         * scm/lily.scm: Use gui-main iso lilypond-main on MINGW.
1141
1142         * scripts/GNUmakefile (SEXECUTABLES): Add lilypond-invoke-editor.
1143
1144         * stepmake/aclocal.m4 (STEPMAKE_WINDOWS): New function.
1145
1146         * configure.in (gui_b): Use it.
1147
1148         * lily/lilypond.rc.in: New file.
1149
1150         * lily/GNUmakefile[PLATFROM_WINDOWS]: Compile it into executable.
1151
1152 2005-05-12  Graham Percival  <gperlist@shaw.ca>
1153
1154         * Documentation/user/advanced-notation.itely: edit of Text
1155         section; clarify text scripts vs. text markup.
1156
1157 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1158
1159         * lily/multi-measure-rest-engraver.cc
1160         (Multi_measure_rest_engraver): init bar_seen_ to true. Notice
1161         separation items on start. Fixes mm rests in start of score.
1162
1163         * lily/slur-scoring.cc (move_away_from_staffline): robustness,
1164         don't access StaffSymbol if not there.
1165         Fixes: crash-staff-symbol-engraver.ly.
1166
1167         * lily/instrument-name-engraver.cc (class
1168         Instrument_name_engraver): data member first_. Create
1169         InstrumentName on start. 
1170
1171 2005-05-12  Graham Percival  <gperlist@shaw.ca>
1172
1173         * Documentation/user/instrument-notation.itely: add guitar
1174         position.
1175
1176         * Documentation/user/introduction.itely,
1177         Documentation/user/lilypond.tely,
1178         Documentation/user/tutorial.itely: begin pruning
1179         unused (duplicated) cindex entries and misc cleanup.
1180
1181 2005-05-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1182
1183         * input/test/volta-chord-names.ly: Bring the explanation up to
1184         date.
1185
1186 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
1187
1188         * Documentation/topdocs/{AUTHORS.texi,INSTALL.texi,README.texi}:
1189         Specify `@documentencoding utf-8' for html, ignore warnings.
1190
1191 2005-05-11  Erik Sandberg  <ersa9195@student.uu.se>
1192
1193         * THANKS: Added bughunters.
1194
1195 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
1196
1197         * lily/main.cc: update help string for `lilypond -H'.
1198
1199         * po/fi.po: update.
1200         
1201 2005-05-10  Graham Percival  <gperlist@shaw.ca>
1202
1203         * Documentation/user/advanced-notation.itely: minor fixes.
1204
1205 2005-05-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1206
1207         * scm/editor.scm: New module.
1208
1209         * scm/lily.scm (gui-main): Use it.
1210
1211         * scm/framework-gnome.scm (spawn-editor): Use it.
1212
1213         * scripts/lilypond-invoke-editor.scm: Use it in new script.
1214
1215 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1216
1217         * scm/framework-ps.scm (load-font-via-GS):  new function.
1218
1219         * lily/pango-font.cc (pango_item_string_stencil): add support for
1220         CID keyed font.
1221
1222         * scm/output-ps.scm (glyph-string): add support for CID keyed font.
1223
1224 2005-05-10  Graham Percival  <gperlist@shaw.ca>
1225
1226         * Documentation/user/basic-notation.itely: add @ref.
1227
1228         * Documentation/user/advanced-notation.itely: add example
1229         of 5/8 beaming.
1230
1231 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1232
1233         * scripts/lilypond-pdfpc-helper.py (ly_pc_editor): robustness fixes.
1234
1235         * scm/backend-library.scm (postscript->pdf): Invoke gs instead of
1236         going through ps2pdf wrappers.
1237
1238 2005-05-09  Jürgen Reuter  <reuter@ipd.uka.de>
1239
1240         * Documentation/user/instrument-notation.itely: petrucci note
1241         heads: updated docu
1242
1243         * input/regression/note-head-style.ly: updated regression test;
1244         indentation fixes
1245
1246         * ly/engraver-init.ly: MensuralVoiceContext: use petrucci note
1247         heads as default
1248
1249         * mf/parmesan-heads.mf: minor editing; use musicological names
1250         (rather than optical description) as note head names
1251
1252         * scm/output-lib.scm: complete petrucci heads
1253
1254 2005-05-09  Pal Benko  <benkop@freestart.hu>
1255
1256         * mf/parmesan-heads.mf: add petrucci heads (like neo-mensural
1257         heads, but bigger)
1258
1259 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1260
1261         * lily/main.cc (main_with_guile): Remove no files check.
1262
1263         * lily/main.cc (ly:usage): Export to Scheme.
1264
1265         * scm/lily.scm (no-files-handler): New function.
1266
1267         * scm/lily.scm (lilypond-main): Use it.
1268
1269         * configure.in (gui_b): Add mbrtowc checking.
1270         Resurrect [utf8/]wchar.h checking.
1271
1272 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1273
1274         * Documentation/user/advanced-notation.itely (Metronome marks):
1275         Add link to the program reference for MetronomeMark
1276
1277         * Documentation/user/lilypond-book.itely (An example of a
1278         musicological document): Correct the example using psfonts 
1279
1280 2005-05-09  Heikki Junes  <hjunes@cc.hut.fi>
1281
1282         * po/fi.po: update after a lesson how to update entries against
1283         source.
1284         
1285         * po/TODO: document the lesson.
1286
1287 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1288
1289         * configure.in (gui_b): remove wcrtomb checking.
1290
1291         * lily/general-scheme.cc (LY_DEFINE): hand-convert utf8 to 32
1292         bits. Patch by Matthias Neeracher. <neeracher@mac.com>
1293
1294 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1295
1296         * scripts/convert-ly.py: In the conversion to version 1.9.0, 
1297         keep Scheme expressions and strings unmodified when doing the
1298         conversion to postfix notation for slurs and beams. Should
1299         hopefully solve most related conversion problems. 
1300
1301         * Documentation/user/lilypond-book.itely : Clarify and correct how
1302         to call dvips with -h psfonts.
1303
1304 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1305
1306         * Documentation/user/instrument-notation.itely (Entering lyrics):
1307         Typo.  Fixes build.
1308
1309 2005-05-09  Graham Percival  <gperlist@shaw.ca>
1310
1311         * Documentation/user/lilypond-book.itely: document PSFONTS file.
1312
1313         * Documentation/user/lilypond.tely, lilypond-book.itely,
1314         tutorial.itely: change references to 2.5.x to 2.6.x.
1315
1316         * Documentation/user/instrument-notation.itely: clarified \addlyrics
1317         vs \lyricmode.
1318
1319         * Documentation/user/invoking.itely: remove old info about
1320         lilypond-profile.
1321
1322         * Documentation/topdocs/INSTALL.texi: remove old info about
1323         lilypond-profile, add warning about needing international fonts
1324         to build docs.
1325
1326 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1327
1328         * lily/include/grob-info.hh (class Grob_info): make data member
1329         private. Changes throughout.
1330
1331         * input/regression/alignment-order.ly: new file. 
1332
1333         * lily/vertical-align-engraver.cc (acknowledge_grob): read
1334         alignAboveContext and alignBelowContext
1335
1336 2005-05-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1337
1338         * lily/pfb.cc (LY_DEFINE): add cast.
1339
1340         * scm/framework-ps.scm (write-preamble): embed CFFs if file name
1341         matches .otf
1342         (write-preamble): warn about unknown fonts.
1343
1344         * lily/pfb.cc (Module): new function ly:otf->cff
1345
1346         * lily/open-type-font.cc (get_otf_table): use ::get_otf_table
1347         (get_otf_table): new function.
1348
1349 2005-05-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1350
1351         * scm/backend-library.scm (postscript->png): call lilypond-ps2png
1352         iso. ps2png.
1353
1354 2005-05-06  Heikki Junes  <hjunes@cc.hut.fi>
1355
1356         * po/fi.po: apply second round of update.
1357
1358 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1359
1360         * scm/x11-color.scm (make-x11-color-handler): don't use
1361         #\sp. Apparently doesn't work on all platforms. 
1362
1363 2005-05-06  Graham Percival  <gperlist@shaw.ca>
1364
1365         * Documentation/user/advanced-notation.itely, putting.itely,
1366         tutorial.itely, global.itely, introduction.itely: really minor fixes.
1367
1368 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1369
1370         * VERSION (PACKAGE_NAME): release 2.5.23
1371
1372 2005-05-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1373
1374         * Documentation/topdocs/AUTHORS.texi: Remove texinfo @accents,
1375         convert to utf-8.
1376
1377         * THANKS: Add translators for this release, convert to utf-8.
1378
1379         * mf/GNUmakefile (MFTRACE_FLAGS):
1380         * buildscripts/substitute-encoding.py (outdir): Build fix: pass
1381         outdir as option (WAS: hardcoded).
1382
1383 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1384
1385         * lily/staff-symbol-engraver.cc (Staff_symbol_engraver): init
1386         finished_span_
1387
1388         * THANKS: add Hans Forbrich.
1389
1390         * Documentation/topdocs/NEWS.tely (Top): document new feature.
1391
1392         * Documentation/user/basic-notation.itely (Staff symbol): document
1393         start/stop staff. Reference to ossia.ly
1394
1395         * input/test/ossia.ly: new example using stop and startStaff.
1396
1397         * lily/timing-engraver.cc: remove Timing_engraver::initialize(),
1398         in other words, don't create "|" barline at start of the score.
1399         (start_translation_timestep): don't set whichBar for start of score.
1400
1401         * input/regression/staff-halfway.ly: use new functionality.
1402
1403         * lily/staff-symbol-engraver.cc (try_music): take StaffSpanEvents,
1404         start and stop staff based on events.
1405
1406         * scm/define-music-types.scm (music-descriptions): add StaffSpanEvent
1407
1408         * ly/declarations-init.ly (startStaff, stopStaff): new identifiers.
1409
1410 2005-05-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1411
1412         * Documentation/user/programming-interface.itely (How markups work
1413         internally ): remove \encoding reference.
1414
1415 2005-05-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1416
1417         * scripts/convert-ly.py: Attempt to do a smarter update of 
1418         text markups from versions < 1.9.0 with arbitrary nesting.
1419
1420 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
1421
1422         * po/fi.po: convert to utf-8, and update.
1423
1424 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1425
1426         * make/lilypond.suse.spec.in: update from suse 2.4 package.
1427
1428         * lily/*.cc: more <? >? to min/max changes
1429
1430         * lily/include/interpretation-context-handle.hh: rename
1431         Interpretation_context_handle to Context_handle.
1432
1433 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
1434
1435         * input/regression/GNUmakefile (local_delete): use `find` together 
1436         with `xargs` to avoid too long argument-lists in cmd line.
1437
1438 2005-05-04  Graham Percival  <gperlist@shaw.ca>
1439
1440         * Documentation/user/introduction.itely: updates "About this manual".
1441
1442         * Documentation/user/advanced-notation.itely,
1443         invoking.itely: minor fixes.
1444
1445 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1446
1447         * COPYING: add font exception. Update FSF address. 
1448
1449         * lily/context-def.cc (path_to_acceptable_context): bugfix, depth
1450         should be taken without child context.
1451
1452         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use it.
1453
1454         * scm/define-markup-commands.scm (triangle): new command, as
1455         robust replacement for unicode Delta/Triangle.
1456
1457 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1458
1459         * ps/music-drawing-routines.ps: add fillp argument.
1460
1461         * lily/lookup.cc (round_filled_polygon): polygon takes filled? argument
1462
1463         * lily/font-config.cc (init_fontconfig): don't add cff/
1464
1465         * VERSION (PACKAGE_NAME): release 2.5.22
1466
1467         * mf/GNUmakefile: remove cff/cff.ps/.map install rules.
1468
1469         * lily/grace-engraver.cc (consider_change_grace_settings): use
1470         is_alias(). Fixes problem with CueVoice grace notes. 
1471
1472         * lily/simultaneous-music-iterator.cc (construct_children): call
1473         Music_iterator::quit() for iterators that start out invalid. This
1474         fixes indefinitely continuing contexts.
1475
1476         * buildscripts/substitute-encoding.py: new file
1477
1478         * Documentation/user/basic-notation.itely (Basic polyphony): fix
1479         missing @end 
1480
1481         * scripts/lilypond-book.py (write_if_updated): print file name.
1482
1483         * Documentation/user/basic-notation.itely (Explicitly
1484         instantiating voices): idem.
1485
1486         * Documentation/user/advanced-notation.itely (Text spanners):
1487         remove stray { } 
1488
1489         * lily/context.cc (default_child_context_name): the default child
1490         is now first in accepts_list_.
1491
1492         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
1493         \defaultchild to all relevant contexts.  This fixes:
1494         drums-pitch.ly.
1495
1496         (Probably also fixes similar problems with ancient
1497         transcriptions getting CueVoices instead of the desired voices.)
1498  
1499         * lily/context-def.cc (get_default_child): new function.
1500         (get_accepted): place default child in front of list.
1501
1502         * lily/parser.yy (FIXME): add DEFAULTCHILD token.
1503
1504         * lily/include/context-def.hh (struct Context_def): add
1505         default_accept_
1506
1507 2005-05-03  Graham Percival  <gperlist@shaw.ca>
1508
1509         * scm/define-grobs.scm: remove "remove-first" line, since
1510         the absent property is set to #f anyway.
1511
1512         * Documentation/user/basic-notation.itely,
1513         advanced-notation.itely, instrument-notation.itely: minor
1514         fixes.
1515
1516         * ly/property-init.ly: add textSpanner{Up,Down,Neutral}.
1517
1518         * Documentation/user/advanced-notation.itely,
1519         changing-defaults.itely: consolidate Text stuff in
1520         advanced notation.
1521
1522         * Documentation/user/global.itely: better docs for \header.
1523
1524         * Documentation/user/putting.itely: new chapter; placeholder
1525         for future expansion.
1526
1527         * Documentation/user/examples.itely: moved "suggestions for
1528         writing LP files" section into putting.itely.
1529
1530         * Documentation/user/lilypond.itely: added new chapter,
1531         fixed the short table of contents.
1532
1533 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1534
1535         * lily/beam-quanting.cc (quanting): robustness fix, don't produce
1536         infinity for unfeasible beams.
1537
1538         * make/lilypond.fedora.spec.in (Group): idem.
1539
1540         * scripts/GNUmakefile (SEXECUTABLES): rename ps2png to lilypond-ps2png
1541
1542         * mf/GNUmakefile (ALL_GEN_FILES): remove .map
1543
1544         * scm/framework-ps.scm (write-preamble): extract CFF from OTF
1545         fonts directly.
1546
1547         * buildscripts/gen-emmentaler-scripts.py (i): idem.
1548
1549         * mf/GNUmakefile: remove all CFF rules.
1550
1551         * scm/framework-ps.scm (ps-embed-cff): reinstate.
1552
1553         * lily/open-type-font-scheme.cc (LY_DEFINE):
1554         new function ly:otf-font-table-data.
1555         (LY_DEFINE): new function otf-font?
1556
1557 2005-05-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1558
1559         * mf/GNUmakefile ($(outdir)/lilypond.map): remove rule.
1560         ($(outdir)/Fontmap.lily): idem.
1561
1562         * buildscripts/gen-emmentaler-scripts.py (i): load fetaXX encoding
1563         for PFAEmmentaler-XXX.pfa. 
1564
1565         * Documentation/user/music-glossary.tely (accidental): NL
1566         translation of accidental.
1567
1568 2005-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1569
1570         * flower/include/international.hh: Bugfix: include "string.hh".
1571
1572         * lily/include/mingw-compatibility.hh: New file.
1573
1574         * flower/include/libc-extension.hh (memrev): Rename from strrev.
1575
1576         * configure.in: Search for mingw wcrtomb library.
1577
1578 2005-05-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1579
1580         * scripts/convert-ly.py: Bug fix
1581
1582         * Documentation/user/changing-defaults.itely (Common tweaks):
1583         Added example where the context has to be specified explicitly
1584         (MetronomeMark). 
1585
1586 2005-05-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1587
1588         * scripts/lilypond-book.py (ly_options): set timing to #f for
1589         notime option.
1590
1591         * scripts/convert-ly.py (conv): typo.
1592
1593         * flower/*.cc: remove <? and >?
1594         
1595         * lily/*.cc: remove <? and >?
1596
1597         * lily/tweak-registration.cc (insert_tweak_from_file): Make sure
1598         that 0x0 isn't passed into scm_cons(). Fixes crash with tweak
1599         editor.
1600
1601 2005-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1602
1603         * lily/part-combine-engraver.cc: add space to variable list.
1604
1605 2005-04-30  Graham Percival  <gperlist@shaw.ca>
1606
1607         * scm/define-grobs.scm: changed RemoveEmptyVerticalGroup's
1608         remove-first to false (matches docs)
1609
1610         * Documentation/user/advanced-notation.itely: corrected docs
1611         concerning remove-first.
1612
1613 2005-04-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1614
1615         * lily/part-combine-engraver.cc: make sure that the relevant
1616         properties are included in the documentation.
1617
1618 2005-04-28  Graham Percival  <gperlist@shaw.ca>
1619
1620         * Documentation/user/lilypond-book.itely: Bernard's docs
1621         for \betweenLilyPondSystem.
1622
1623 2005-04-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1624
1625         * Documentation/topdocs/INSTALL.texi (Top): remove TeX outdated
1626         remarks.
1627
1628 2005-04-28  Pal Benko  <benkop@freestart.hu>
1629
1630         * lily/mensural-ligature.cc (brew_flexa): apply thickness property
1631         only on vertical lines of flexa shape, and use a constant
1632         thickness value for horizontal lines (patch slightly modified by
1633         Jürgen Reuter)
1634
1635         * lily/include/mensural-ligature.hh: make 2 comments clearer
1636
1637 2005-04-28  Jürgen Reuter  <reuter@ipd.uka.de>
1638
1639         * lily/vaticana-ligature-engraver.cc (need_extra_space): renamed
1640         to need_extra_horizontal_space; bugfix: use class scope to avoid
1641         global namespace pollution
1642
1643         * Documentation/user/instrument-notation.itely (ligatures): added
1644         comment on possible future syntax change and how to work around
1645
1646         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf
1647         (epiphonus, cephalicus): fine-tune shape of plica head for narrow
1648         intervals (fixes agnus dei example)
1649
1650         * Documentation/user/instrument-notation.itely (white mensural
1651         ligatures): selected a more illustrative example
1652
1653 2005-04-28  Heikki Junes <hjunes@cc.hut.fi>
1654
1655         * Documentation/index.html.in: specify utf-8 charset in meta content.
1656
1657 2005-04-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1658
1659         * python/lilylib.py (make_ps_images): bugfixes; GS can produce
1660         empty 2nd page for single page.
1661
1662         * scm/lily.scm: remove p&c definitions.
1663
1664         * po/zh_TW.po (Module): new translation.
1665
1666         * lily/lily-guile.cc (ly_chain_assoc): remove.
1667
1668         * lily/general-scheme.cc (LY_DEFINE): export ly:chain_assoc_get
1669         (LY_DEFINE): recurse, iso. calling ly_chain_assoc.
1670
1671 2005-04-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1672
1673         * lily/beaming-info.cc: remove infinity_i
1674
1675         * scripts/abc2ly.py (out_filename): fix thinko with \version.
1676
1677 2005-04-26  Graham Percival  <gperlist@shaw.ca>
1678
1679         * Documentation/user/basic-notation.itely,
1680         instrument-notation.itely, advanced-notation.itely,
1681         changing-defaults.itely: minor fixes.  Added docs
1682         for colors to advanced-notation.itely.
1683
1684         * Documentation/user/advanced-notation.itely: fixed compile
1685         problem and added Bernard's x11-color doc patch.
1686
1687 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1688
1689         * scm/output-ps.scm (grob-cause): Yet another fix, hope it's
1690         alright this time round.
1691
1692 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1693
1694         * Documentation/topdocs/INSTALL.texi (Top): idem.
1695
1696         * Documentation/topdocs/README.texi (Top): remove clean-fonts refs.
1697
1698         * VERSION (MAJOR_VERSION): release 2.5.21
1699
1700         * scm/output-ps.scm (grob-cause): bugfix.
1701
1702 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1703
1704         * cygwin/*: Update.
1705
1706         * cygwin/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Remove profile
1707         stuff.
1708
1709         * scm/output-ps.scm (grob-cause): Bugfix.
1710
1711         * scm/lily.scm (ly:load): Remove x11-color.
1712
1713         * stepmake/aclocal.m4 (STEPMAKE_GET_EXECUTABLE): Bugfix: do not
1714         quote executable, fixes getting version from program --with
1715         --options.
1716         (STEPMAKE_KPATHSEA): Bugfix for Cygwin cross building: use
1717         $ac_exeect.
1718
1719         * Documentation/user/GNUmakefile: Only build music-glossary with
1720         rendered lilypond snippets during web.
1721
1722 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1723
1724         * po/de.po: update.
1725
1726         * lily/GNUmakefile (OUT_DIST_FILES): don't dist lexer.cc
1727
1728 2005-04-22  Laura Conrad <lconrad@laymusic.org>
1729  
1730         * scripts/abc2ly:
1731         second title line append with punctuation dash character;
1732         encode abc2ly python strings in utf-8
1733        
1734 2005-04-21  Laura Conrad <lconrad@laymusic.org>
1735
1736         * scripts/abc2ly fix chords (again)
1737  
1738 2005-04-22  Bernard Hurley  <bernard@fong-hurley.org.uk>
1739
1740         * scm/x11-color.scm: new file
1741         All x11 color names can be accessed with:
1742         #(x11-color 'ColorName),
1743         #(x11-color "ColorName") or:
1744         #(x11-color "color name")
1745         If the x11 color name is not recognised then it defaults
1746         to black
1747
1748         * scm/lily.scm: amended to call scm/x11-color.scm
1749
1750 2005-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1751
1752         * Documentation/user/invoking.itely (Reporting bugs): comment out
1753         reference to online PNG bug repository.
1754
1755 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1756
1757         * lily/translator-scheme.cc (ly:translator-property): Remove.
1758         Update callers.
1759
1760         * lily/context-scheme.cc (ly:context-now): Move from translator.
1761         Update callers.
1762
1763 2005-04-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1764
1765         * input/regression/grid-lines.ly (skips): refine example.
1766
1767         * scm/define-context-properties.scm
1768         (all-user-translation-properties): doc autoBeamCheck
1769
1770         * input/regression/grid-lines.ly (Module): new file.
1771
1772         * lily/grid-point-engraver.cc (Module): new file.
1773
1774         * lily/grid-line.cc (Module): new file.
1775
1776         * lily/grid-line-span-engraver.cc (Module): new file.
1777
1778         * lily/grid-line-interface.cc (Module): new file.
1779
1780 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1781
1782         * scm/auto-beam.scm (revert-property-setting): Bugfixes: add
1783         missing parameter, actualy cdr through list.  Actually return a
1784         list with ENTRY removed (was '()).
1785
1786         * scripts/convert-ly.py: Update.  Print warning if file cannot be
1787         opened.
1788         (do_conversion): Fix printing of continuation comma.
1789
1790         * Documentation/user/advanced-notation.itely (Beam formatting):
1791         Remove refbugs about compound time and mixed duration.
1792
1793         * scm/auto-beam.scm (default-auto-beam-settings): Write out all
1794         modulo moments explicitely.
1795
1796         * lily/moment.cc (operator %): New function.
1797
1798         * lily/moment-scheme.cc (ly:mod-moment): Wrap it.
1799
1800         * lily/translator-scheme.cc (ly:translator-now,
1801         ly:translator-property): New function.
1802
1803         * scm/auto-beam.scm (default-auto-beam-check): New function.
1804
1805         * lily/auto-beam-engraver.cc (test_moment): Use it.
1806
1807         * flower/rational.cc (operator %): Bugfix.
1808
1809 2005-04-21  Erik Sandberg  <ersa9195@student.uu.se>
1810
1811         * scripts/abc2ly: Bugfix
1812
1813 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1814
1815         * python/fontextract.py (write_extracted_fonts): bugfix, too many
1816         %'s on EndFont comment.
1817
1818         * lily/ledger-line-spanner.cc: some more words of explanation.
1819
1820 2005-04-20  John Williams <williams@tni.com>  
1821         
1822         * scripts/lilypond-book.py: htmlquote bugfix.
1823         Allow snippets to be given distinct filenames.
1824         Allow the default alt text to be overridden.
1825
1826 2005-04-20  Erik Sandberg  <ersa9195@student.uu.se>
1827
1828         * ly/performer-init.ly: Bugfix
1829
1830         * THANKS: Added bughunters.
1831
1832 2005-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
1833
1834         * SConstruct (test_lib): Bump mftrace requirement to 1.1.9.
1835
1836         * lily/auto-beam-engraver.cc (test_moment): Test exact measure
1837         position (was: use modulo measure length).
1838
1839         * configure.in (no gui_b): Remove optional gtk+ requirement.
1840
1841 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1842
1843         * Documentation/user/basic-notation.itely (Pitches): add
1844         LedgerLineSpanner.
1845
1846         * lily/dynamic-engraver.cc (process_music): set right bound to
1847         script if present. Else, do not set.
1848         (acknowledge_grob): only set right bound of finished spanner to
1849         note column if no other bound is set.
1850
1851         * python/lilylib.py (make_ps_images): switch back to png16m.
1852         
1853 2005-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1854
1855         * scripts/lilypond-book.py (write_if_updated): Bugfix for not
1856         writing up to date file.  Add dvips usage suggestion.
1857
1858         * scripts/convert-ly.py: Fix error message.
1859         Print usage if no files on command line.
1860         (usage): Add example usage.
1861
1862         * input/test/compound-time.ly: New file.
1863
1864         * input/test/circle.ly: New file.
1865
1866         * Documentation/topdocs/NEWS.tely: Use them.
1867
1868         * input/test/boxed-stencil.ly: Remove \score.
1869
1870         * buildscripts/mf-to-table.py (base): Add .log dependency.
1871
1872         * mf/GNUmakefile: Add PFAemmentaler and PFAaybabtu dependencies on
1873         pfa's.  Add .log dependency
1874
1875         * scm/define-markup-commands.scm (lower): New command.
1876
1877         * elisp/lilypond-mode.el (LilyPond-pdf-command): New command,
1878         make it default.
1879
1880 2005-04-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1881
1882         * lily/dynamic-engraver.cc (acknowledge_grob): add note-column
1883         also to finished cresc as right bound. This fixes:
1884         skip-string-decresc.ly
1885
1886         * lily/slur-scoring.cc (get_bound_info): robustness: substitute
1887         relative_coordinate if extent is empty.
1888
1889         * lily/stem.cc (width_callback): determine correct extent if flag
1890         is not there. This fixes slur-no-flag.ly
1891
1892         * lily/grace-engraver.cc (consider_change_grace_settings): new
1893         function.
1894         (initialize): also consider_change_grace_settings() on
1895         initialization. Fixes large grace notes at start of score.
1896
1897         * lily/break-align-interface.cc (do_alignment): don't translate if
1898         total_extent is empty.
1899
1900         * buildscripts/lilypond-{login,profile}.sh (Module): remove file.
1901
1902 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1903
1904         * scm/output-ps.scm (grob-cause): don't add cwd if path starts
1905         with slash.
1906
1907 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1908
1909         * stepmake/aclocal.m4: Remove tfm_path.
1910
1911 2005-04-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1912
1913         * scm/music-functions.scm (markup-expression->make-markup): fix
1914         bug with cons arguments of markup commands.
1915         (music->make-music): fix music expression property list building
1916
1917 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1918
1919         * aclocal.m4: Massage package names.
1920
1921         * SCons updates.
1922
1923 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1924
1925         * VERSION (PACKAGE_NAME): release 2.5.20
1926
1927         * lily/stem.cc (calc_stem_info): add minimum Y extent of
1928         stem-tremolo.  Fixes: bugs/tremolo-stem-length-beamed
1929
1930         * lily/percent-repeat-engraver.cc (try_music): add measure before
1931         next_moment to future processing moment. Fixes:
1932         percent-repeat-mm-rest.ly
1933         (process_music): don't add moment for 2nd time.
1934
1935         * input/regression/repeat-percent.ly: add mmrests as extra test.
1936
1937         * lily/axis-group-engraver.cc (acknowledge_grob): read
1938         keepAliveInterfaces to decide what to kill.
1939
1940         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add
1941         percent-repeat-interface to keepAliveInterfaces. This fixes
1942         percent-repeat-harakiri.
1943
1944 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1945
1946         * SCons updates.
1947
1948 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1949
1950         * config.make.in (TTFTOOL_ENDIAN): rm TFM_PATH
1951
1952         * aclocal.m4: remove --enable-tfm-path configure option
1953
1954         * input/test/ancient-font.ly (lowerStaff): clef name errors.
1955
1956         * scm/backend-library.scm (postscript->png): newline after
1957         finishing command.
1958
1959         * lily/paper-score-scheme.cc (LY_DEFINE): new file.
1960         (LY_DEFINE): ly:paper-score-paper-systems: new function 
1961
1962         * lily/score-scheme.cc (LY_DEFINE): require music argument. 
1963
1964         * lily/score.cc (default_rendering): use Music_output too.
1965
1966         * input/test/chord-names-languages.ly (Module): rename file.
1967
1968         * lily/text-spanner.cc: add bound-padding.
1969
1970         * lily/paper-book.cc (systems): accept Paper_score
1971         iso. Paper_system vector. 
1972
1973         * input/regression/line-arrows.ly: new file.
1974
1975         * lily/paper-score.cc (process): run get_paper_systems() only once.
1976
1977         * lily/line-spanner.cc (line_stencil): add arrows.
1978
1979 2005-04-18  Jonatan Liljedahl  <lijon@kymatica.com>
1980
1981         * lily/line-interface.cc (make_arrow): new function. 
1982         (arrows): idem.
1983
1984 2005-04-18  Mathieu Giraud  <magiraud@free.fr>
1985
1986         * input/test/chord-names-german.ly: update for italian/french
1987         chords.
1988         
1989         * Documentation/user/instrument-notation.itely (Printing chord
1990         names): update.
1991
1992 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1993
1994         * lily/include/paper-score.hh (class Paper_score): remove unused
1995         prototypes.
1996
1997         * lily/book.cc (process): add -COUNT to midi output.
1998
1999         * lily/score.cc (book_rendering): remove outname argument
2000         (book_rendering): return list of Music_outputs. 
2001
2002         * lily/global-context-scheme.cc (LY_DEFINE): remove outname argument.
2003
2004         * lily/book.cc (process): loop over Music_outputs returned from
2005         Score::book_rendering().
2006
2007         * lily/*.cc (width_callback): remove spurious "unused" warnings
2008         for assert (axis==[XY]_AXIS); 
2009
2010         * lily/include/music-output.hh (class Music_output): smobify class.
2011
2012         * lily/include/paper-score.hh (class Paper_score): make members
2013         private.
2014
2015         * lily/performance.cc (process): return #f iso. #<undefined>. This
2016         prevents #<undefined> leaking into GUILE-userspace.
2017
2018 2005-04-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2019
2020         * config.hh.in: remove HAVE_PANGO_FC_FONT_MAP_ADD_DECODER_FIND_FUNC.
2021
2022 2005-04-17  Mathieu Giraud  <magiraud@free.fr>
2023
2024         * scm/chord-name.scm : support for italian and french
2025         chords names.
2026
2027         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): add
2028         a space defined by chordPrefixSpacer when the root name is
2029         direclty followed by a prefix.
2030
2031         * ly/engraver-init.ly : chordPrefixSpacer       
2032         * scm/define-context-properties.scm : chordPrefixSpacer
2033         * ly/property-init.ly : italianChords, frenchChords 
2034
2035 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2036
2037         * mf/feta-din.mf: Remove.
2038
2039         * mf/GNUmakefile (fontdir): Bugfix.
2040
2041         * mf/SConstruct: Some updates.
2042
2043         * SConstruct: Require pkg-config.
2044         (test_program): Bugfix for double digit version compares, use
2045         integer (not string-) compare.
2046         Optionally require gs 8.14.
2047
2048         * stepmake/aclocal.m4 (STEPMAKE_PANGO_FT2): Define HAVE_PANGO16 too.
2049
2050         * lily/*: s/ifdef HAVE_*/if have/.
2051
2052         * SConstruct (test_lib): New function.  Update pkg-config and some
2053         other requirements.
2054
2055         * configure.in: Require pkg-config.  Enforce REQUIRE and version for
2056         freetype, pangof2t.
2057
2058 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2059
2060         * po/lilypond.pot, ...: Update using bison-CVS.
2061
2062         * python/lilylib.py (make_ps_images): Fixo.
2063
2064 2005-04-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2065
2066         * python/lilylib.py (make_ps_images): typo.
2067
2068         * configure.in (gui_b): make bison optional.
2069
2070         * lily/GNUmakefile (OUT_DIST_FILES): dist parser and lexer.
2071
2072 2005-04-16  Bernard Hurley  <bernard@fong-hurley.org.uk>
2073
2074         * framework-eps.scm: code added so that a macro \betweenLilyPondSystem
2075         with one parameter can be defined in a LaTeX file when processed
2076         by lilypond-book this will be evaluated between the systems of
2077         a multi-system score. The parameter is the number of systems processed.
2078
2079 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2080
2081         * python/lilylib.py (make_ps_images): Escape newline.
2082
2083         * Documentation/user/music-glossary.tely: Run
2084         texinfo-all-menus-update.
2085
2086 2005-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2087
2088         * scm/lily-library.scm (old-relative-not-used-message)
2089         (version-not-seen-message): Add input-file-name-location to message.
2090
2091         * lily/parser.yy (lilypond): Add token aliases.
2092
2093         * Documentation/user/music-glossary.tely (accidental): Fixes.  Do
2094         not confuse with alteration.
2095         (alteration): Add.
2096
2097 2005-04-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2098
2099         * python/lilylib.py (make_ps_images): use -dEPSCrop
2100
2101         * VERSION (PACKAGE_NAME): release 2.5.19 
2102
2103         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
2104         only put xrefs in info documentation.
2105
2106         * make/ly-rules.make ($(outdir)/%.html.omf): transplant .dvi ->
2107         .pdf rule to tex-rules.make.
2108
2109         * scm/framework-eps.scm (dump-stencils-as-EPSes): remove comments
2110         from -systems.* output.
2111
2112         * stepmake/stepmake/tex-rules.make ($(outdir)/%.pdf): make PDF
2113         directly, remove -$(PAGESIZE) target.
2114
2115         * input/test/embedded-postscript.ly: update.
2116
2117 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2118
2119         * make/lysdoc-targets.make (local-WWW): remove ps.gz target.
2120
2121         * Documentation/user/changing-defaults.itely (Font selection):
2122         document font-name.
2123
2124         * input/regression/font-name.ly: show Pango fonts for
2125         font-name. Update example. 
2126
2127         * lily/pango-select.cc (properties_to_pango_description): don't
2128         convert symbol font-size to number, but use to lookup.
2129
2130         * python/fontextract.py (write_extracted_fonts): add VMusage 0.
2131
2132         * scm/framework-ps.scm (write-preamble): use (NAME . CONTENTS) and
2133         (NAME . FILE-NAME) tuples for font descriptions. 
2134         (write-preamble): display BeginFont DSC comments.
2135
2136         * python/fontextract.py (write_extracted_fonts): new file. Extract
2137         font resources from a PS file.
2138
2139         * scripts/lilypond-book.py (option_definitions): --psfonts option.
2140         (Compile_error.process_include): do_file returns chunks.
2141
2142         * make/ly-vars.make (DVIPS_FLAGS): don't load .map file.
2143
2144         * make/lysdoc-targets.make: .texi is .PRECIOUS
2145
2146         * scripts/lilypond-book.py (write_if_updated): new function.
2147
2148 2005-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2149
2150         * scm/framework-eps.scm (dump-stencils-as-EPSes): Massage messages.
2151
2152 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2153
2154         * scm/framework-eps.scm (dump-stencils-as-EPSes): no massages.
2155
2156         * input/regression/markup-syntax.ly: remove \score.
2157
2158         * scm/define-markup-commands.scm (draw-circle): add fill argument
2159
2160         * scm/stencil.scm (make-circle-stencil): add fill argument
2161
2162         * ps/music-drawing-routines.ps: add fill argument.
2163
2164         * ly/performer-init.ly: add CueVoice to MIDI too.
2165
2166         * ps/music-drawing-routines.ps: new routine BeginEPSF /
2167         EndEPSF.
2168
2169         * input/regression/markup-eps.ly: new file.
2170
2171         * scm/framework-ps.scm (write-preamble): change order: vars should
2172         be inited before procedures.
2173
2174         * scm/output-ps.scm (glyph-string): break lines. 255 chars is max
2175         for EPS files.
2176
2177         * scm/define-markup-commands.scm (epsfile): add epsfile command.
2178
2179 2005-04-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2180
2181         * configure.in (gui_b): add check for ghostscript 8.15
2182
2183 2005-04-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2184
2185         * lily/hairpin.cc (after_line_breaking): suicide the hairpinlet at
2186         start of line. Fixes cresc-after-newline.ly
2187
2188         * lily/source-file.cc (file_line_column_string): use get_column().
2189
2190 2005-04-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2191
2192         * lily/source-file.cc (get_column): utf-8 support for column numbers.
2193
2194 2005-04-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2195
2196         * lily/*: use message () iso progress_indication () for messages.
2197         Revise/uniformise user messages.
2198
2199         * flower/warn.cc (progress_indication): New function.
2200         (message): Use it.  Fixes newline problems.
2201
2202         * config.make.in (webdir): Sort out install dirs.
2203
2204         * stepmake/stepmake/generic-targets.make (final-install): Bugfix.
2205
2206         * python/lilylib.py (command_name): Bugfix.
2207         (make_ps_images):
2208
2209 2005-04-11  Pedro Kroger  <kroeger@pedrokroeger.net>
2210
2211         * lily/main.cc: --help says what types of backends are availabe
2212
2213 2005-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2214
2215         Fix ./VERSION dependency, and without need to reconfigure.
2216
2217         * lily/main.cc (setup_paths): Update.
2218
2219         * stepmake/bin/make-version.py (defs): Add TOPLEVEL_VERSION define..
2220
2221         * config.hh.in (LILYPOND_DATADIR): Remove TOPLEVEL_VERSION.
2222
2223         * scripts/convert-ly.py (\markup): Fix too simplistic regexps.
2224         Add \line for some simplistic cases.
2225
2226         * lily/GNUmakefile (main.o): Add missing dependency on version.hh.
2227
2228 2005-04-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2229
2230         * elisp/lilypond-mode.el (LilyPond-lilypond-command): command used
2231         to compile LY files (useful for adding eg. "-I" args)
2232         (LilyPond-command-alist): use `LilyPond-lilypond-command'. Add a
2233         2Gnome command for gnome backend.
2234         (LilyPond-command-formatgnome): call the 2Gnome command. key
2235         binding: C-c C-g
2236
2237 2005-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2238
2239         * Documentation/user/GNUmakefile (lilypond/index.html): Bugfix:
2240         depend on all PNG images.
2241
2242 2005-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2243
2244         * GNUmakefile.in: Bugfix: also link .map files.
2245
2246 2005-04-09  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2247
2248         * scm/music-functions.scm (music->make-music): generate 
2249         a (make-music ...) sexpr from a music expression.
2250         (display-scheme-music): use guile pretty printer to display the
2251         make-music sexpr.
2252
2253 2005-04-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2254
2255         * ly/engraver-init.ly: reindent.
2256         Add CueVoice.
2257
2258         * scm/music-functions.scm (music-pretty-string): handle moments
2259         too.
2260         (music-pretty-string): only print non-empty lists.
2261         (cue-substitute): create CueVoice context, which has smaller type.
2262
2263         * lily/moment-scheme.cc (LY_DEFINE): new methods
2264         ly:moment-grace-{numerator,denominator}
2265
2266         * lily/context-handle.cc: remove quit() method. 
2267
2268         * lily/font-config.cc (init_fontconfig): be verbose about font path.
2269         (init_fontconfig): success is 0, not !0
2270
2271 2005-04-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2272
2273         * mf/feta-nummer-code.mf (code): add plus glyph.
2274
2275         * lily/tie.cc (print): idem.
2276
2277         * lily/slur.cc (print): don't use thickness property for
2278         slur shape-thickness.
2279
2280         * lily/stencil-scheme.cc (LY_DEFINE): don't reverse the order
2281         while adding stencils.
2282
2283         * scm/define-markup-commands.scm (with-color): with-color markup
2284         command.
2285         (whiteout): new markup command 
2286         (filled-box): new markup command
2287
2288 2005-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2289
2290         * Documentation/topdocs/NEWS.tely (Top): Make tex-able.  Handy
2291         test for PDF docs.
2292
2293         * mf/GNUmakefile (lilypond.map): Add PFAEmmentaler,
2294         PFAAybabtu-Regular.  Fixes feta font in PDFs.
2295         
2296         Notes for tetex-3.0 make web:
2297            psclean.map: s/uhv8a/uhvr8a/
2298            config.ps add:
2299                 p +psfonts_t1.map
2300                 p +psclean.map
2301                 p +typeface.map
2302
2303 2005-04-06  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2304
2305         * scm/music-functions.scm (music-pretty-string): fix bug with
2306         string argument.
2307
2308 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
2309
2310         * stepmake/bin/add-html-footer.py (i18n): Bugfix.
2311
2312 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2313
2314         * scripts/lilypond-book.py (Lilypond_snippet.__init__): 
2315         only process options if they're there.
2316         (write_file_map): add version-seen? to snippet-map.ly
2317
2318 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
2319
2320         * scripts/lilypond-book.py (split_options): Bugfix.  Small code
2321         formatting cleanups.
2322
2323         * mf/GNUmakefile: Rewrite $addprefix, $addsuffix using % short-forms.
2324         Add PFAaybabtu.pfa dependency on aybabtu.subfonts.
2325
2326 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2327
2328         * scm/framework-ps.scm (ps-font-command): don't hash, just use
2329         name directly.
2330
2331         * lily/main.cc (setup_paths): either add mf/out to search path or 
2332         fonts/{otf,type1,etc}
2333         
2334         * lily/font-config.cc (init_fontconfig): either add mf/out to
2335         FontConfig or fonts/{otf,type1,etc}
2336
2337         * GNUmakefile.in: don't put mf/ link in share/ dir.
2338
2339         * lily/staff-spacing.cc: move same-direction-correction to
2340         note-spacing-interface
2341
2342         * scm/lily.scm (lilypond-main): use variable argument count for
2343         exception handler.
2344
2345         * lily/font-config.cc (init_fontconfig): add operator pacification
2346         message.
2347
2348         * mf/aybabtu.pe.in (i): generate PFAAybabtu.pfa
2349
2350         * buildscripts/gen-emmentaler-scripts.py (i): generate
2351         PFAEmmentaler as well.
2352
2353         * scm/framework-ps.scm (munge-lily-font-name): new function
2354         (write-preamble): hack: insert PFA equivalent of CFF into
2355         .PS. This makes LilyPond output printable on normal PS printers
2356         again.
2357
2358         * buildscripts/gen-emmentaler-scripts.py (i): generate
2359         PFAEmmentaler.pfa aswell.
2360
2361 2005-04-06  John Williams <williams@tni.com>  
2362         
2363         * scripts/lilypond-book.py: refactor the compose_ly procedure.
2364         
2365 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2366
2367         * scm/page-layout.scm (default-page-make-stencil): always combine
2368         the header stencil, even if empty. This prevents the body text to
2369         reach up to the margins.
2370
2371         * po/rw.po (Module): new file, for Kinyarwanda.
2372
2373         * input/test/spacing-optical.ly (Module): new file.
2374
2375         * lily/staff-spacing.cc: add same-direction-correction
2376
2377 2005-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
2378
2379         * Documentation/user/introduction.itely (Engraving): Comment-out
2380         non-existent file.
2381
2382 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2383
2384         * scm/define-grob-properties.scm (all-user-grob-properties): add
2385         same-direction-correction
2386
2387         * VERSION: release 2.5.18
2388
2389 2005-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2390
2391         * lily/grob.cc (mark_smob): Check pscore->layout_ before
2392         dereferencing.  Fixes make web.
2393
2394         * lily/midi-stream.cc: Handle unwritable midi file.  Include
2395         errno.h.
2396
2397         * Documentation/user/: Fix links.
2398
2399 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2400
2401         * lily/text-interface.cc (Module): rename from text-item.cc
2402
2403         * input/regression/apply-output.ly (texidoc): function naming fix.
2404
2405         * lily/time-signature-performer.cc (derived_mark): new function.
2406
2407         * lily/lily-parser-scheme.cc:  print mapped file name for progress
2408
2409         * scripts/lilypond-book.py (find_linestarts): new function.
2410         (find_toplevel_snippets): keep track of line numbers.
2411
2412         * lily/key-performer.cc (try_music): remove FIXME warning, gobble
2413         all key changes.
2414
2415         * ly/declarations-init.ly (partCombineListener): use
2416         ignoreBarChecks. Fixes: warn-partcombine-barcheck.ly
2417
2418         * lily/bar-check-iterator.cc (process): ignoreBarChecks property.
2419
2420 2005-04-04  Jan Nieuwenhuizen  <janneke@gnu.org>
2421
2422         * lily/text-item.cc: Fix link.
2423
2424         * Documentation/user/changing-defaults.itely (Changing defaults):
2425         Fix programs reference links.
2426
2427         * Documentation/user/music-glossary.tely: Convert to utf-8.
2428
2429 2005-04-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2430
2431         * make/lilypond-vars.make: remove TEXMF from variables.
2432         remove DEB_BUILD pk font variables.
2433         remove GUILE_LOAD_PATH
2434         remove TeX memory vars.
2435
2436 2005-04-04  Werner Lemberg  <wl@gnu.org>
2437
2438         * lilypond/scm-option.cc (ly_option_usage): Add final newline.
2439
2440 2005-04-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2441
2442         * ps/lilyponddefs.ps: remove reencode-font
2443
2444         * lily/simple-spacer.cc (add_columns): also compare
2445         directly. Column rank doesn't distinguish between broken and
2446         unbroken columns. This fixes large spaces before time sig changes.
2447
2448         * Documentation/user/point-and-click.itely: document ly:set-option.
2449
2450         * lily/grob.cc (get_uncached_stencil): only set grob-cause if
2451         point_and_click_global is set.
2452
2453         * lily/scm-option.cc (LY_DEFINE): add point-and-click
2454         ly:set-option argument.
2455
2456 2005-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2457
2458         * GNUmakefile.in: Include symlinks in webball.
2459
2460         * Documentation/user/GNUmakefile (source-links): Add symlinks to
2461         source dir for split and non-split manuals.
2462
2463         * Documentation/user/*y: Fix @uref/@inputfile links for
2464         split/non-split HTML documents.
2465
2466         * Documentation/user/GNUmakefile (local-WWW): Do not generate
2467         .ps.gz.
2468         
2469 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2470
2471         * GNUmakefile.in: Add newline.
2472
2473 2005-04-01  Erlend Aasland  <erlenda@gmail.com>
2474
2475         * tex/lilyponddefs.tex: use color instead of xcolor
2476         * scm/output-tex.scm: minor editing
2477
2478 2005-04-02  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2479
2480         * scm/music-functions.scm (display-scheme-music): pretty printer
2481         for music expressions.
2482
2483 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2484
2485         * buildscripts/install-info-html.sh (index_file): Fix link.
2486
2487 2005-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2488
2489         * input/test/dynamic-extra.ly (piuf): Use utf-8 iso TeX accent.
2490
2491         * Documentation/index.html.in: Add size estimates with some big pages.
2492
2493         * Documentation/user/tutorial.itely (Running LilyPond for the
2494         first time): Add/replace some @rglos links.  TODO: add more
2495         @rglos links in tutorial, test non-intrusiveness (.css).
2496
2497         * stepmake/bin/add-html-footer.py (do_file): Remove info's
2498         annoying's indication of referencing external document.
2499
2500         * Documentation/user/GNUmakefile: Split version of glossary too.
2501         * Documentation/user/macros.itexi (@rglos): Have makeinfo produce
2502         links, not only for html.
2503
2504         * Documentation/user/introduction.itely: Fix some links for other
2505         than html, do not use `here' as link name.
2506
2507 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
2508
2509         * scm/documentation-generate.scm (string-append): Fix @usermanref,
2510         @glossaryref.
2511
2512 2005-03-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2513
2514         * scm/page-layout.scm (default-page-make-stencil): only add header
2515         if existing and not empty. Fixes spurious programming error.
2516
2517         * lily/span-bar.cc (print): don't make rounded edges for spanbars.
2518
2519 2005-03-31  Erlend Aasland  <erlenda@gmail.com>
2520
2521         * scm/output-tex.scm: implement {re,}setcolor
2522         * tex/lilyponddefs.tex: use color package
2523
2524 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
2525
2526         * GNUmakefile.in (local-WWW-post): Restore .htaccess and .html
2527         additions to website.
2528
2529         * Documentation/user/lilypond.tely: Remove reference to ps.gz.
2530
2531         * Documentation/user/macros.itexi: Fix @usermanref html links in
2532         split documents: use @inforef.
2533
2534 2005-03-30  Graham Percival  <gperlist@shaw.ca>
2535
2536         * Documentation/user/programming-interface.itely: minor fix.
2537
2538         * Documentation/user/advanced-notation.itely: added info to
2539         Metronome markings.
2540
2541 2005-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
2542
2543         * scm/output-lib.scm (make-stencil-boxer): Junk code duplication,
2544         use box-stencil.  Remove y-padding argument.
2545         (make-stencil-circler): New function.
2546
2547         * buildscripts/lilypond-words.py (F): 
2548         * elisp/SConscript (a): 
2549         * elisp/GNUmakefile (LILYPOND_WORDS_DEPENDS):
2550         * vim/SConscript (a): 
2551         * vim/GNUmakefile (LILYPOND_WORDS_DEPENDS): Update.
2552
2553         * lily/general-scheme.cc: Build fix.
2554
2555         * scm/markup.scm:
2556         * input/regression/markup-scheme.ly: 
2557         * input/regression/markup-syntax.ly: Drop 'new-' from name.
2558
2559         * scm/stencil.scm (make-circle-stencil): New function.
2560
2561         * scm/define-markup-commands.scm (draw-circle): Use it.  New
2562         name (was cicle).  Update callers.
2563         (circle): New markup command, similar to box.
2564
2565         * scm/stencil.scm (circle-stencil): New function.
2566
2567 2005-03-29  David Jedlinsky  <lilypond@ipnh.com>
2568
2569         * configure.in: Detect libutf8/wchar.h variant.
2570
2571         * stepmake/aclocal.m4: Modify shared size test.
2572
2573 2005-03-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2574
2575         * make/lilypond.fedora.spec.in (Group): remove texmf profile stuff.
2576
2577 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2578
2579         * scripts/convert-ly.py (conv): add stencil-aligned-to! rule.
2580         
2581         * VERSION (PACKAGE_NAME):  release 2.5.17
2582
2583 2005-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2584
2585         * scm/backend-library.scm (postscript->png): Fix comment and png
2586         message.
2587
2588         * GNUmakefile.in (link-tree): Fix locales.
2589
2590 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2591
2592         * lily/stencil-scheme.cc (LY_DEFINE): change to
2593         ly:stencil-aligned-to, non mutating.
2594
2595         * scm/safe-lily.scm (lambda): remove ly:stencil-set-extent!
2596
2597         * lily/stencil-scheme.cc: remove ly:stencil-set-extent!
2598
2599         * lily/quote-iterator.cc (derived_mark): call
2600         Music_wrapper_iterator::derived_mark() too.
2601
2602         * lily/grace-engraver.cc (derived_mark): change signature, add
2603         const.
2604
2605 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2606
2607         * SConstruct (symlink): 
2608         * GNUmakefile.in (link-tree): Add scripts to prefix.
2609
2610         * lily/general-scheme.cc (ly:effective-prefix): New function.
2611
2612         * scm/backend-library.scm (postscript->png): Use it.
2613
2614 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2615
2616         * lily/paper-score.cc (process): don't delete grobs after
2617         producing stencils. 
2618
2619         * scm/part-combiner.scm (determine-split-list): switch off
2620         debugging info.
2621
2622         * scm/backend-library.scm (postscript->png): explicitly use ps2png.py
2623         if available.
2624
2625         * scm/define-context-properties.scm
2626         (all-user-translation-properties): add stringNumberOrientations.
2627
2628         * lily/new-fingering-engraver.cc (position_scripts): make generic,
2629         so fingering and string-numbers are separately controlled.
2630
2631 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2632
2633         * stepmake/aclocal.m4: Fix shared size test: add missing comma, do
2634         not use debugging.
2635
2636 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2637
2638         * GNUmakefile.in (local-WWW-post): remove UTF8 .htaccess.
2639
2640         * config.hh.in: add HAVE_FONTCONFIG.
2641
2642         * Documentation/user/instrument-notation.itely (String number
2643         indications): new node.
2644
2645         * input/regression/new-markup-syntax.ly (texidoc): add circle.
2646
2647         * lily/new-fingering-engraver.cc (add_string): new function. 
2648         (acknowledge_grob): accept string-number-event as well.
2649
2650         * scm/define-markup-commands.scm (circle): new markup command.
2651
2652         * scm/output-lib.scm (print-circled-text-callback): new function.
2653
2654         * lily/GNUmakefile: move ifeq after include stepmake.make.
2655
2656 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2657
2658         * config.make.in (HAVE_LIBKPATHSEA_SO):
2659         * stepmake/aclocal.m4: Also subst HAVE_LIBKPATHSEA_SO.
2660
2661         * lily/GNUmakefile (MODULE_LDFLAGS): Only if not HAVE_KPATHSEA_SO,
2662         add KPATHSEA_LIBS.
2663
2664         * debian/watch: 
2665         * debian/control: Update.
2666
2667 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2668
2669         * input/test/title-markup.ly (spaceTest): remove.
2670
2671         * input/test/embedded-tex.ly (Module): remove.
2672
2673         * input/test/music-box.ly: use 'name property, not ly:music-name.
2674
2675         * lily/GNUmakefile (MODULE_LDFLAGS): add KPATHSEA_LIBS.
2676
2677         * stepmake/aclocal.m4: STEPMAKE_FONTCONFIG: add.
2678
2679 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2680
2681         * Documentation/topdocs/INSTALL.texi (Top): Remove information
2682         about xdeltas.  Add information about CVS.
2683
2684         * scm/lily.scm (lilypond-main): Fix invocation of handler,
2685         gracefully handle failed files.
2686
2687         * lily/GNUmakefile (MODULE_LDFLAGS): Remove KPATHSEA_LIBS.
2688
2689         * Documentation/topdocs/INSTALL.texi (Top): Whitespace and other
2690         small fixes.
2691
2692         * scm/framework-tex.scm (convert-to-ps): Proper option spacing.
2693         No unnecessarily specific i18n messages.  Remove stray `1'.
2694
2695 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2696
2697         * buildscripts/lys-to-tely.py (strip_extension): add utf-8
2698         documentencoding
2699
2700         * scm/documentation-lib.scm (texi-file-head): set utf-8
2701         documentencoding.
2702
2703         * ly/chord-modifiers-init.ly (whiteTriangleMarkup): use the greek
2704         Delta, not the Symbol one. 
2705
2706         * mf/GNUmakefile ($(outdir)/lilypond.map): add -Regular to Aybabtu
2707         for the .map file.
2708
2709         * Documentation/topdocs/INSTALL.texi (Top): add running
2710         requirement as compilation requirement.
2711
2712 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2713
2714         * buildscripts/mutopia-index.py (headertext): add h1 header and
2715         utf-8 charset meta field.
2716
2717         * input/GNUmakefile: prune example list.
2718
2719         * scm/framework-tex.scm (convert-to-ps): add -ofoo.ps to dvips
2720         options.
2721
2722         * lily/slur-scoring.cc (get_base_attachments): only look at stem
2723         extent for visible stems.
2724
2725         * lily/grob.cc (mark_smob): mark \layout block from Grob::mark_smob().
2726
2727 2005-03-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2728
2729         * Documentation/topdocs/INSTALL.texi (Top): Updates.
2730
2731         * scripts/convert-ly.py: Python 2.2 compatibility (thanks Mats).
2732
2733 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2734
2735         * lily/slur-scoring.cc (get_base_attachments): robustness. Don't
2736         pass inf/nan into slur scoring.
2737
2738         * ly/titling-init.ly (oddHeaderMarkup): don't show page no. on 1st
2739         page.
2740
2741         * scripts/abc2ly.py (dump_voices): use alphabet().
2742
2743 2005-03-27  Jeff Smith <whydoubt@yahoo.com>
2744         
2745         * mf/GNUmakefile (depth): use $(FONTFORGE). 
2746
2747 2005-03-27 Matthias Neeracher <neeracher@mac.com>
2748         
2749         * flower/include/virtual-methods.hh: simplify. Patch by
2750
2751 2005-03-25  John Williams <williams@tni.com>  
2752
2753         * scripts/lilypond-book.py (main): add png for HTML too, guess
2754         only if necessary. 
2755
2756 2005-03-25  Graham Percival  <gperlist@shaw.ca>
2757
2758         * Documentation/topdocs/INSTALL.texi: now recommends
2759         lexer-gcc-3.1.sh for gcc 3.1.1 or higher.
2760
2761         * Documentation/user/basic-notation.itely,
2762         Documentation/user/tutoria.itely: warn about
2763         only one (phrasing) slur at once.
2764
2765 2005-03-24  Pedro Kroger  <kroeger@pedrokroeger.net>
2766
2767         * ly/music-functions-init.ly (removeWithTag): fixed to return "music".
2768
2769 2005-03-23  Graham Percival  <gperlist@shaw.ca>
2770
2771         * Documentation/user/basic-notation.itely: fixed info about
2772         ending a (de)cresc.
2773
2774         * Documentation/user/lilypond-book.itely: fixed
2775         lilypond-book filter example and warned about not doing
2776         --filter and --process at the same time.
2777
2778 2005-03-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2779
2780         * lily/parser.yy (bass_number),
2781         Documentation/user/instrument-notation.itely (Figured bass): 
2782         Add the possibility to use text markup in figured bass. 
2783
2784 2005-03-19  Graham Percival  <gperlist@shaw.ca>
2785
2786         * Documentation/user/global.itely: added info about naming
2787         identifiers and breakbefore.
2788
2789         * Documentation/user/invoking.itely: added info about batch
2790         processing files with convert-ly, removed references to TeX
2791         in the jail section.
2792
2793         * Documentation/user/examples.itely: possibly fixed piano
2794         dynamics.
2795
2796         * Documentation/user/advanced-notation.itely: added info
2797         about removing other types of Staff.
2798
2799         * Documentation/user/instrument-notation.itely: possibly
2800         fixed piano staff line switch.
2801
2802         * Documentation/user/changing-defaults.itely: added info
2803         about using normal font in titles.
2804
2805 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2806
2807         * VERSION (PATCH_LEVEL): release 2.5.16
2808
2809         * make/ly-vars.make (DVIPS_FLAGS): include lilypond.map path
2810         explicitly.
2811
2812 2005-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2813
2814         * scm/framework-tex.scm (convert-to-dvi): Barf if NAME contains
2815         whitespace.
2816
2817         * python/lilylib.py (make_ps_images):
2818         * scm/backend-library.scm (postscript->pdf, postscript->png):
2819         Quote file name.  Use format rather than string-append juggling.
2820
2821 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2822
2823         * python/lilylib.py (make_ps_images): add x to -g argument. 
2824
2825         * lily/key-performer.cc (create_audio_elements): don't use
2826         scm_eval_string. Check for minor 3rd directly.
2827   
2828         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
2829         (sarabandeCelloGlobal): key is D minor, not F major.
2830
2831 2005-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2832
2833         Fix truncated --png output (Peter Danenberg).
2834         
2835         * python/lilylib.py (make_ps_images):
2836         * scripts/ps2png.py (copyright): Grok --papersize option.
2837
2838         * scm/backend-library.scm (postscript->png): Add parameter
2839         PAPERSIZE.  Update callers.
2840
2841         * scm/output-gnome.scm (music-font?): Bugfix: use "Emmentaler".
2842         Fixes symbol placement.
2843
2844         * lily/spanner.cc: 
2845         * lily/stencil.cc: Use "libc-extension.hh" (WAS:
2846         <libc-extension.hh>).
2847
2848 2005-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2849
2850         * Nitpick run.
2851
2852         * buildscripts/fixcc.py: Update.
2853
2854         Builddir run fixes.
2855
2856         * HACKING (datadir): Add VERSION.
2857
2858         * GNUmakefile.in (linktree): Bugfix: outconfdirs are one dir
2859         higher up.
2860
2861 2005-03-15  Werner Lemberg  <wl@gnu.org>
2862
2863         * mf/feta-klef.mf (draw_gclef): Move z10' slightly so that the
2864         diagonal stem doesn't become thinner.
2865
2866 2005-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2867
2868         * buildscripts/fixcc.py: Fixes (Werner).
2869
2870 2005-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2871
2872         * mf/GNUmakefile ($(outdir)/lilypond.map): capitalize
2873         Emmentaler/Aybabtu.
2874
2875         * GNUmakefile.in: fix lilypond-words path.
2876
2877         * po/tr.po: update to 2.3.21
2878
2879         * lily/new-fingering-engraver.cc (position_scripts): take priority
2880         from head position.
2881
2882         * input/regression/finger-chords-order.ly (texidoc): new file.
2883
2884 2005-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2885
2886         * make/ly-rules.make: 
2887         * stepmake/aclocal.m4: 
2888         * Documentation/user/GNUmakefile: Remove old makeinfo compatibility.
2889
2890         * buildscripts/fixcc.py (rules): Leave space after operator.
2891
2892 2005-03-14  Werner Lemberg  <wl@gnu.org>
2893
2894         * mf/feta-klef.mf (draw_gclef): Replace `simple_serif' for
2895         top of the glyph with smooth curve.
2896
2897 2005-03-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2898
2899         * Documentation/user/global.itely (Page layout): remove
2900         printpagenumber.
2901
2902 2005-03-13  Jürgen Reuter  <reuter@ipd.uka.de>
2903
2904         * input/regression/mensural-ligatures.ly: new file (with examples
2905         compiled by Pal Benko).
2906
2907         * Documentation/user/instrument-notation.itely: Bugfix: yet some
2908         other "custodes.*-u0" -> "custodes.*.u0" renaming victims in
2909         musicglyph access.  Many small beautifications in ancient
2910         examples.
2911
2912         * input/test/divisiones.ly: fixed indentation; small
2913         beautifications
2914
2915         * ly/engraver-init.ly: added FIXME comment
2916
2917         * scripts/lilypond-book.py,
2918         Documentation/user/lilypond-book.itely: added music fragment
2919         option "packed" to lilypond-book
2920
2921         * Documentation/user/instrument-notation.itely: Bugfix: added
2922         missing LedgerLineSpanner color setting in several places.  Added
2923         music fragment option "packed" to VaticanaContext example.
2924
2925 2005-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2926
2927         * scm/define-grobs.scm (all-grob-descriptions): switch off
2928         Hyphen_spanner::set_spacing_rods 
2929
2930         * lily/lyric-hyphen.cc (print): add padding between syllable and
2931         hyphen.
2932         (print): shorten hyphen in tight situations (determine using
2933         minimum-length)
2934
2935         * scm/paper.scm (layout-set-staff-size): increase blotdiameter to
2936         0.4pt.
2937
2938 2005-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2939
2940         * ly/titling-init.ly (bookTitleMarkup): Refinements.
2941
2942         * input/regression/page-breaks.ly (paper): Set not raggedlastbottom,
2943         header/footer markings for regression-test.
2944
2945         * scm/backend-library.scm (output-scopes, header-to-file): Move
2946         from framework-tex.scm.
2947
2948         * scm/framework-ps.scm (output-framework)
2949         (output-preview-framework):
2950         * scm/framework-eps.scm (output-classic-framework)
2951         (output-framework): Use it.  Fixes collated files.
2952
2953 2005-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2954
2955         * input/sakura-sakura.ly: 
2956         * input/xiao-haizi-guai-guai.ly: Add from Debian package (Anthony).
2957
2958         * buildscripts/guile-gnome.sh: Update.
2959
2960         * mf/GNUmakefile (aybabtu.otf): Add dependency on .pe.
2961
2962         * mf/aybabtu.pe.in: Capitalize Aybabtu.
2963
2964 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2965
2966         * lily/separating-group-spanner.cc (find_rods): oops. Fix the real
2967         culprit: always exit the loop if we find a rod, even if it has
2968         distance < 0. 
2969
2970         * lily/ledger-line-spanner.cc (set_spacing_rods): rewrite to O(n)
2971         algorithm.
2972
2973         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
2974         $(outdir)/%.svg $(outdir)/%.pfa): add --simplify.
2975
2976         * scm/output-svg.scm (dashed-line): new  function body.
2977         
2978         * GNUmakefile.in: create .htaccess.
2979
2980 2005-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2981
2982         * Documentation/topdocs/NEWS.tely (Top): Fix text example.
2983
2984 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2985
2986         * VERSION (PACKAGE_NAME): release 2.5.15
2987
2988         * scm/output-{pdf,pdftex,sketch}.scm (Module): remove bitrotted files.
2989
2990         * scm/framework-svg.scm (output-framework): put scaling in
2991         document header. Apply scaling only once.
2992         (output-framework): dump page size in px, not mm. 
2993
2994         * scm/lily-library.scm (modified-font-metric-font-scaling): rename
2995         from font-size.
2996
2997         * lily/paper-outputter-scheme.cc (LY_DEFINE):
2998         ly:outputter-output-scheme, new function.
2999
3000         * scm/output-svg.scm (pango-description-to-svg-font): new function
3001
3002 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3003
3004         * Documentation/user/GNUmakefile (deep-symlinks): remove outimages
3005         target.
3006
3007         * input/typography-demo.ly: new file.
3008
3009 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3010
3011         * Documentation/user/global.itely (File structure): Add markup blocks
3012         to toplevel expressions.
3013         (Multiple movements, Creating titles): Add markup blocks.
3014
3015         * lily/stencil-scheme.cc: Use "libc-extension.hh" (WAS:
3016         <libc-extension.hh>).
3017
3018         * lily/accidental.cc (accurate_boxes): Compile fix: 1.51 was broken.
3019
3020         * flower
3021         * lily
3022         * kpath-guile: Nitpick run: buildscripts/fixcc.py.
3023
3024 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3025
3026         * lily/accidental.cc: special bboxes for natural. 
3027
3028         * mf/feta-toevallig.mf: make stems heavier.
3029
3030         * lily/dynamic-text-spanner.cc (print): add bound padding for edge
3031         texts as well.
3032
3033         * mf/feta-klef.mf: revise. 
3034
3035         * mf/feta-schrift.mf: make thinning of accent less pronounced.
3036
3037         * mf/feta-klef.mf: add rounded curve at top. 
3038         make thinnib a little heavier.
3039
3040 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3041
3042         * lily/parser.yy (book_body): Oops, allow \markup in \book too.
3043
3044         * buildscripts/fixcc.py: New file.
3045
3046         * input/regression/utf8.ly: Update Debian font description.
3047
3048 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3049
3050         * stepmake/aclocal.m4: Fix test.
3051
3052 2005-03-09  Graham Percival  <gperlist@shaw.ca>
3053
3054         * Documentation/user/invoking.itely: added Sebastino Vigna's
3055         docs for the --jail option.
3056
3057 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3058
3059         * lily/stem.cc (print): only produce stemlets if there are no
3060         noteheads on this stem.
3061
3062         * lily/note-spacing.cc (stem_dir_correction): robustness fix:
3063         don't crash on stemlet (visible stem without heads).
3064
3065         * scm/define-grobs.scm (all-grob-descriptions): junk LeftEdge for
3066         unbroken situations. 
3067
3068         * scm/output-lib.scm (center-invisible): new function.
3069
3070         * lily/spacing-loose-columns.cc (set_loose_columns): use spacing
3071         wishes to determine loose column space.
3072
3073         * lily/font-config.cc (init_fontconfig): add
3074         fonts/{otf,type1,cff}  to path.
3075
3076         * lily/main.cc (setup_paths): add fonts/{otf,svg,tfm,cff} to path
3077
3078         * mf/GNUmakefile (Module): install all fonts under otf/
3079
3080         * scm/framework-ps.scm (Module): read fonts from fonts/extension,
3081         replace /fonts/otf/ by /ps/ 
3082
3083         
3084 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3085
3086         * lily/paper-book.cc (classic_output): Reinstate header_0_ hack.
3087
3088         * lily/book.cc (process): Oops, add score_.header_.
3089
3090         * lily/paper-book.cc: Fold hearders, score and texts into scores_.
3091
3092         * lily/parser.yy: Handle toplevel and book texts as score.
3093
3094         * scm/page-layout.scm (default-page-make-stencil):
3095         Bugfix: (page-properties rename.
3096
3097         * scm/backend-library.scm (ly:system): Typo.
3098
3099 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3100
3101         * stepmake/stepmake/executable-targets.make (installexe): don't
3102         strip installed executables
3103
3104         * lily/font-select.cc (get_font_by_design_size): revert
3105         pango_description_string as well.
3106
3107         * lily/system.cc (set_loose_columns): put loose column just left
3108         of next column.
3109
3110         * lily/include/group-interface.hh (extract_grob_array): rename
3111         from Pointer_group_interface__extract_grobs
3112
3113         * input/regression/ledger-line-minimum.ly (texidoc): new file.
3114
3115         * lily/ledger-line-spanner.cc (set_spacing_rods): new
3116         function. Keep ledgered note heads at a minimum distance.
3117         Introduce minimum-length-fraction
3118         (print): introduce length-fraction property.
3119
3120 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3121
3122         * tex/GNUmakefile: remove latin1.enc rules.
3123
3124 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
3125
3126         * scm/titling.scm: Typo.
3127
3128         * input/regression/score-text.ly: Really add.
3129
3130         * lily/score.cc: Bugfixes for SCM header_ and texts_ members.
3131
3132 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3133
3134         * lily/open-type-font-scheme.cc:  new file.
3135
3136 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
3137
3138         * scm/titling.scm (layout-extract-page-properties): Rename from
3139         page-properties.  Update callers.
3140
3141         * lily/lexer.ll (Lily_lexer):
3142         * lily/parser.yy: Junk lyric_markup state.
3143
3144         * Documentation/topdocs/NEWS.tely (Top): Mention markup text feature.
3145
3146         * scripts/lilypond-book.py (PREAMBLE_LY): toplevel-music-handler:
3147         Add texts parameter.
3148
3149 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3150
3151         * lily/lexer.ll (lyric_markup): New mode.
3152         (Lily_lexer::push_lyric_markup_state): New method.
3153         (MARKUPCOMMAND): Markup during lyric mode returns LYRIC_MARKUP.
3154
3155         * lily/parser.yy (book_body):
3156         (toplevel_expression): Grok \markup texts.
3157
3158         * lily/score-scheme.cc (ly:music-scorify): 
3159         * scm/lily-library.scm (collect-music-for-book): Take texts
3160         parameter.
3161
3162         * lily/score.cc (texts_): New member.
3163
3164         * lily/paper-book.cc (systems): Format score texts.
3165
3166         * score-text.ly: New file.
3167
3168         * ttftool/SConscript:
3169         * kpath-guile/SConscript: New file.
3170
3171         * lily/SConscript:
3172         * SConstruct: Update.
3173
3174 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3175
3176         * VERSION (PACKAGE_NAME): release 2.5.14
3177
3178 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3179
3180         * lily/main.cc: Add dummy xgettext markers.
3181
3182 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3183
3184         * make/lilypond.fedora.spec.in (Requires): scrap kpathsea/tex
3185         requirements
3186
3187         * stepmake/aclocal.m4: check dynamic link, by checking if kpathsea
3188         executable is < 40k
3189
3190         * lily/main.cc (setup_paths): remove tfm1 tfm2 tfm3 include path
3191         hack.
3192
3193 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3194
3195         * flower/libc-extension.cc:
3196         * flower/include/libc-extension.hh: [Open]BSD simply cast
3197         cookie/funopen declarations.
3198
3199         * stepmake/aclocal.m4: Check for libkpathsea.so.
3200
3201         * kpath-guile/kpath.c (ly_kpathsea_expand_variable): Use
3202         dl_kpse_find_file.
3203
3204 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3205
3206         * kpath-guile/kpath.c (open_library): dlopen libkpathsea.so
3207         (open_library): alternative for static library.
3208
3209 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3210
3211         * configure.in: Set TTFTOOL_ENDIAN iso global CFLAGS.
3212
3213         * ttftool/GNUmakefile (MODULE_CFLAGS): Add $(TTFTOOL_ENDIAN).
3214
3215         Drop run-time dependency on teTeX.
3216
3217         * lily/kpath.cc (initialize_kpathsea): dlopen libkpathsea.
3218
3219         * stepmake/aclocal.m4 (STEPMAKE_KPATHSEA): Do not include
3220         KPATHSEA_LIBS in LIBS.
3221         (STEPMAKE_DLOPEN): New function.
3222
3223         * lily/font-config.cc (init_fontconfig): Use dir for directory,
3224         not path.
3225
3226         * flower/file-path.cc (directories): Rename from paths, as this
3227         return an array of directories (a single path).
3228
3229 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3230
3231         * lily/GNUmakefile (MODULE_LIBS): link with kpath-guile
3232
3233         * lily/all-font-metrics.cc (kpathsea_find_file): wrapper around
3234         new ly:kpathsea-find-file
3235
3236         * kpath-guile/kpath.c: new file. Put kpath bindings in lib.
3237
3238         * kpath-guile/GNUmakefile: new file
3239
3240         * buildscripts/gen-emmentaler-scripts.py (i): generate
3241         emmentaler-X.fontname as well.
3242
3243         * buildscripts/ps-embed-cff.py: new script
3244
3245         * scm/lily-library.scm: remove ps-embed-cff.
3246
3247         * scm/framework-ps.scm (write-preamble): don't use kpathsea for
3248         font loading. 
3249
3250         * scm/font.scm (add-music-fonts): load dynamics/numbers through
3251         fontconfig as well.
3252
3253         * lily/font-config.cc (init_fontconfig): add cff/ too.
3254
3255         * ly/generate-embedded-cff.ly: capitalize.
3256
3257         * lily/pango-select.cc (select_pango_font): use ::find_pango_font,
3258         so as to register the pango font.
3259
3260         * lily/font-config.cc (init_fontconfig): add
3261         prefix/{otf,type1,mf/out} to fontconfig path.
3262
3263         * lily/main.cc: only look at one prefix directory, LILYPONDPREFIX
3264         overrides all. 
3265
3266         * configure.in (gui_b): remove ec mftrace check
3267
3268         * config.hh.in: use lilypond-Major.Minor as data directory.
3269
3270         * scm/framework-ps.scm (dump-page): use output-units for landscape.
3271
3272         * buildscripts/gen-emmentaler-scripts.py (i): lower case file
3273         name.
3274
3275 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3276
3277         * lily/main.cc (do_chroot_jail): Small cleanups.  Avoid constant
3278         error messages.
3279
3280         * flower/libc-extension.cc:
3281         * flower/include/libc-extension.hh: [Open]BSD fixes for
3282         cookie/funopen declarations.
3283
3284 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3285
3286         * buildscripts/gen-emmentaler-scripts.py (outdir): capitalize
3287         emmentaler.
3288
3289         * lily/score-engraver.cc (initialize): remove check for ecrm10 /
3290         lcrm10.
3291
3292         * scm/define-markup-commands.scm (fontsize): new markup
3293         command. Also set baseline-skip
3294
3295 2005-03-06 Sebastiano Vigna <vigna@dsi.unimi.it>.
3296         
3297         * lily/main.cc (do_chroot_jail): paranoia security for webserver
3298         use.
3299
3300 2005-03-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3301
3302         * stepmake/bin/add-html-footer.py (do_file): make wiki link optional.
3303
3304         * lily/pdf.cc: remove PDF related files
3305
3306 2005-03-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3307
3308         * ly/deutsch.ly: add quarter tones, patch by Arno Waschk.
3309         <hamamatsu@gmx.de>
3310
3311 2005-03-05  Graham Percival  <gperlist@shaw.ca>
3312
3313         * Documentation/user/advanced-notation.itely: first draft
3314         of reorg done.
3315
3316         * Documentation/user/global.itely: fixed (sub)section
3317         bits of MIDI.
3318
3319 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3320
3321         * cygwin/mknetrel (extras): Bufix (Bertalan).
3322
3323         * Documentation/user/basic-notation.itely (Chords): @ref fix.
3324         * Documentation/user/instrument-notation.itely (Introducing chord
3325         names): Compile fix: must have unique name.
3326
3327 2005-03-02  Graham Percival  <gperlist@shaw.ca>
3328
3329         * Documentation/user/instrument-notation.itely: reorg.
3330
3331 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3332
3333         * scm/output-gnome.scm:
3334         * scm/output-svg.scm: Fix font scaling.
3335
3336 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3337
3338         * ly/titling-init.ly (tagline): Use Engraving.  Add comment about
3339         what link to use best.
3340
3341         * Documentation/user/instrument-notation.itely (Ancient accidentals): 
3342         * Documentation/user/tutorial.itely (Automatic and manual beams):
3343         Fix @ref.
3344
3345         * lily/tweak-registration.cc (replace_grob_tweak): New function.
3346         * lily/tweak-registration-scheme.cc (LY_DEFINE): Wrap it.
3347         * scm/framework-gnome.scm (tweak): Use it.
3348
3349 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3350
3351         * Documentation/topdocs/NEWS.tely (Top): elucidate GS problem.
3352
3353         * scm/output-ps.scm (white-text): reinstate white-text
3354
3355 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3356
3357         * scm/output-ps.scm (offset-add): Remove.
3358
3359         * scm/lily-library.scm (offset-flip-y): New function.
3360         * scm/framework-gnome.scm (tweak): Use it.
3361
3362         * scm/output-gnome.scm (grob-cause): Add parameter.
3363
3364         * scm/lily.scm (ly:all-stencil-expressions): Add url-link.
3365         * scm/output-ps.scm (url-link): Move.
3366         (white-text): Warn user about brokenness.
3367
3368         * Documentation/topdocs/NEWS.tely: Be more accurate and respectful
3369         wrt ghostscript.
3370
3371 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3372
3373         * lily/slash-repeat-engraver.cc (try_music): always make slashes
3374         if body length smaller than measure length.
3375
3376         * scm/define-markup-commands.scm (with-url): oops. use Y extent
3377         for Y.
3378
3379         * ly/titling-init.ly (tagline): put default tagline in \paper
3380
3381 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3382
3383         * lily/kpath.cc: 
3384         * lily/pdf.cc (Pdf_file): Use more generic error messages.
3385
3386         * scm/lily-library.scm (version-not-seen-message): New function.
3387         * ly/init.ly: Use it.
3388
3389         * scm/page-layout.scm (ly:optimal-page-breaks): Display page
3390         breaks as progess.
3391
3392         * scripts/lilypond-book.py (do_process_cmd): Do not lump
3393         whitespace with l10n message.
3394
3395         * scm/framework-tex.scm (convert-to-ps):
3396         (convert-to-dvi): Do not use overly specific l10n messages.
3397
3398         * ly/titling-init.ly (bookTitleMarkup): Add baseline skips from 2.4.
3399
3400         * tex/GNUmakefile $(outdir)/latin1.enc: Build fix:
3401         merge stderr with stdout.  
3402
3403 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3404
3405         * flower/libc-extension.cc: Tested BSD compile fix (Matthias
3406         Neeracher).
3407
3408 2005-02-29  Graham Percival  <gperlist@shaw.ca>
3409
3410         * Documentation/user/instrument-notation.teily: moved
3411         \arpeggio to Basic.
3412
3413         * Documentation/user/advanced-notation.itely: Articulation to
3414         Basic, a bunch of stuff from Basic moved to Advanced.
3415
3416         * Documentation/user/basic.itely: swapped various sections,
3417         reorganized Basic.
3418
3419 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3420
3421         * flower/memory-stream.cc: 
3422         * flower/libc-extension.cc: Remove obsolete #undefs.
3423
3424         * flower/include/libc-extension.hh: Bugfix for BSD, place #ifdef
3425         more carefully.
3426
3427 2005-02-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3428
3429         * make/lilypond.fedora.spec.in (Requires): add GS 8.15 as
3430         dependency.
3431
3432         * VERSION (PACKAGE_NAME): release 2.5.13
3433
3434         * GNUmakefile.in (web-ext): don't ship ps.gz
3435
3436         * tex/GNUmakefile ($(outdir)/latin1.enc): redirect stderr to
3437         stdout
3438
3439 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3440
3441         * lily/general-scheme.cc (LY_DEFINE): Compile fix for systems
3442         without libintl.  Now it compiles too.
3443
3444 2005-02-28  Graham Percival  <gperlist@shaw.ca>
3445
3446         * Documentation/user/basic-notation.itely,
3447         instument-notation.itely, advanced-notation.itely:
3448         split up contents of notation.itely.
3449
3450         * Documentation/user/notation.itely: file removed.
3451
3452         * Documentation/user/invoking.itely, converters.itely:
3453         moved convert-ly info to invoking.itely.
3454
3455         * Documentation/user/global.itely, changing-defaults.itely,
3456         sound-output.itexi: moved global settings, file layout, and
3457         sound into global.itely.
3458
3459         * Documentation/user/sound-output.itexi: file removed.
3460
3461         * Documentation/user/lilypond.tely: removed links to
3462         notation.itely and sound.itely.
3463
3464 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3465
3466         * scm/output-ps.scm (grob-cause): only do mark_URI if non-empty.
3467
3468         * scm/framework-ps.scm (write-preamble): remove pdf-viewer code.
3469  
3470         * THANKS: add sponsor.
3471
3472         * scm/define-markup-commands.scm (with-url): new markup command.
3473
3474         * scm/page-layout.scm (TAGLINE): add www.lilypond.org with URL to
3475         tagline.
3476         
3477         * scm/output-tex.scm (url-link): stub.
3478
3479         * scm/output-ps.scm (url-link): new function.
3480
3481         * lily/lily-parser-scheme.cc (LY_DEFINE): deprecate
3482         ly:set-point-and-click
3483
3484 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3485
3486         * ps/music-drawing-routines.ps (mark_file_line): Switch Action
3487         based on pdf-viewer setting.
3488
3489         * scm/framework-ps.scm (write-preamble): Find and set preferred
3490         pdf-viewer.
3491
3492 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3493
3494         * Documentation/user/point-and-click.itely: update for PDF point &
3495         click.
3496
3497         * scripts/lilypond-pdfpc-helper.py: new file. Invoke different
3498         editors based on EDITOR setting.
3499
3500 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3501
3502         * scm/*: Oops, more grand 2005 replace bits.
3503
3504 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3505
3506         * ps/music-drawing-routines.ps: new routine: insert PDF mark
3507
3508         * scm/output-ps.scm (grob-cause): point & click support for
3509         PostScript
3510
3511 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3512
3513         * lily/input-scheme.cc (LY_DEFINE): rename to
3514         ly:input-file-line-column
3515
3516 2005-02-26  Graham Percival  <gperlist@shaw.ca>
3517
3518         * Documentation/user/examples.itely: small fix from Steve Doonan.
3519
3520         * Documentation/user/scheme-tutorial.itely: small fix from Steve Doonan.
3521
3522         * THANKS: added Yuval Harel.
3523
3524         * Documentation/user/{various}: inserted two spaces after a period.
3525
3526         * Documentation/user/lilypond.tely: added framework for reorg.
3527
3528         * Documentation/user/basic-notation.itely, instrument-notation.itely,
3529         advanced-notation.itely, global.itely: new files, placeholder for
3530         future reorg.
3531
3532 2005-02-26 Yuval Harel  <yuvalh@hotpop.com>
3533
3534         * Documentation/user/notation.itely: revamped Polyphony section
3535         
3536 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3537
3538         * Documentation/user/lilypond-book.itely (Music fragment options):
3539         doc fontload.
3540
3541         * Documentation/user/changing-defaults.itely (Text encoding): add
3542         fontload option to utf8 include
3543
3544         * scripts/lilypond-book.py (compose_ly): add fontload option
3545
3546         * scm/framework-eps.scm (dump-stencils-as-EPSes): add
3547         force-eps-font-include option.
3548
3549         * ly/chord-modifiers-init.ly (blackTriangleMarkup): reinstate
3550         black triangle
3551
3552         * Documentation/user/invoking.itely (Editor support): remove
3553         lilypond-latex section.
3554
3555         * scripts/lilypond-latex.py (Module): remove script.
3556
3557         * cygwin/lily-wins.py (stat): write to .lylog, so as not to
3558         overwrite .log. 
3559
3560         * lily/main.cc: remove -m, --no-layout
3561
3562         * flower/include/libc-extension.hh: add ALIAS_FILE_TO_FILECOOKIE
3563         to define. We don't want to override fprintf everywhere.
3564
3565 2005-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3566
3567         * cygwin/lilypond.hint: 
3568         * cygwin/README.in: Update dependencies.
3569
3570         * stepmake/aclocal.m4 (STEPMAKE_PANGO, STEPMAKE_PANGO_FT2):
3571         Bugfix: do not pollute CPPFLAGS, LIBS.
3572
3573         * cygwin/mknetrel (extras): Cross compile fixes.
3574
3575         * ttftool/util.c: 
3576         * ttftool/ttfps.c: 
3577         * ttftool/ps.c: #include libc-extension.hh
3578
3579         * flower/include/libc-extension.hh:
3580         * flower/libc-extension.cc (fopencookie)[!HAVE_FOPENCOOKIE]: Add
3581         wrapper using funopen.
3582         (fopencookie, handle_cookie_io_fclose, handle_cookie_io_fprintf,
3583         handle_cookie_io_fprintf): Add wrappers catching Memory_out_stream.
3584
3585         * config.hh.in:
3586         * configure.in (AC_CHECK_FUNCS): Add fopencookie, funopen.
3587         (AC_CHECK_HEADERS): Add libio.h
3588
3589         * scripts/convert-ly.py: Uniformize, internationalize.
3590         (2.5.2): Remove fatal encoding rule.
3591         (2.5.13): Handle latin1 encoding gracefully.
3592
3593 2005-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3594
3595         * HACKING: Fix line breaks.
3596
3597 2005-02-23  Werner Lemberg  <wl@gnu.org>
3598
3599         * mf/graycx.mf, mf/graylj.mf: Removed.  Any decent TeX distribution
3600         contains those two files.
3601
3602 2005-02-21  Werner Lemberg  <wl@gnu.org>
3603
3604         * mf/feta-nummer-code.mf ("Numeral 5"): Include intersection point
3605         to improve overlap removal process.
3606
3607         * mf/feta-slag.mf (draw_trillelement): Add parameter to control
3608         left and right ending.  This ensures better overlapping.
3609         Update all callers.
3610         ("lineprall"): Don't use draw_gridline to get better overlapping.
3611
3612 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3613
3614         * scm/lily-library.scm (ps-embed-cff): add \n after EndResource
3615
3616         * Documentation/topdocs/NEWS.tely (Top): oops.
3617
3618 2005-02-21  Pedro Kroger  <kroeger@pedrokroeger.net>
3619
3620         * HACKING: new file.
3621
3622         * input/regression/utf8.ly (portuguese): added a portuguese example
3623         to show latin1 accents.
3624
3625 2005-02-21  Pal Benko  <benkop@freestart.hu>
3626
3627         * lily/mensural-ligature-engraver.cc:
3628         * lily/mensural-ligature.cc:
3629         * lily/include/mensural-ligature.hh: new algorithm implemented
3630
3631         * scm/define-grob-properties.scm: join-left killed (add-join may
3632         be used); join-left-amount changed to join-right-amount
3633
3634 2005-02-21  Graham Percival  <gperlist@shaw.ca>
3635
3636         * Documentation/user/notation.itely: small but urgent fix.
3637
3638 2005-02-21  Jürgen Reuter  <reuter@ipd.uka.de>
3639
3640         * lily/duration-scheme.cc: bugfix: correct parameters to
3641         SCM_ASSERT_TYPE.
3642
3643         * THANKS: added Pal.
3644
3645         * Documentation/user/notation.itely: bugfix: unTeXified
3646         $\\backslash$.  Bugfix: yet another glyph renaming victim:
3647         "timesig.*x/y" -> "timesig.*xy".
3648
3649 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3650         
3651         * VERSION (PACKAGE_NAME): release 2.5.12
3652
3653 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3654
3655         * ly/engraver-init.ly: set tieWaitForNote to #t by default
3656
3657         * configure.in (gui_b): bump GUILE requirement to 1.6.5 
3658
3659         * Documentation/topdocs/NEWS.tely: add inputfileref macro.
3660
3661         * scm/framework-ps.scm (supplies-or-needs): uniq font name list.
3662
3663 2005-02-20  Jan Nieuwenhuizen  <janneke@gnu.org>
3664
3665         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: recode
3666         latin1..utf-8.
3667
3668         * input/regression/stanza-number.ly:
3669         * input/regression/utf8.ly (hebrew): Use addlyrics.  Update.
3670
3671         * lily/tie-engraver.cc (acknowledge_grob): Compile fix.
3672
3673 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3674
3675         * Documentation/topdocs/NEWS.tely (Top): only mention 2.5
3676         NEWS. Refer to website for older news.  
3677
3678         * stepmake/bin/add-html-footer.py (i18n): don't strip .PNG /
3679         .HTML. This should be done for specific servers only.
3680
3681         * Documentation/topdocs/NEWS.tely (Top): move to .tely. Add some
3682         .ly image examples.
3683
3684         * scm/define-grobs.scm (all-grob-descriptions): put ledger lines
3685         in layer 0 too.
3686
3687         * scm/define-context-properties.scm
3688         (all-user-translation-properties): add tieWaitForNote
3689
3690         * scm/define-grobs.scm (all-grob-descriptions): add
3691         Tie_column::before_line_breaking
3692
3693         * lily/tie.cc (get_column_rank): new function
3694
3695         * lily/tie-column.cc (before_line_breaking): new function.
3696         (werner_directions): take into account ties that start on
3697         different columns.  
3698
3699         * lily/score-engraver.cc (set_columns): move add_column() so we
3700         have column rank available.
3701
3702         * lily/tie.cc (get_column_rank): new function.
3703
3704         * input/regression/utf8.ly (japanese): add japanese lyrics.
3705
3706         * lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
3707
3708         * THANKS: add Steve D
3709
3710         * ttftool/*.c: add TTF -> Type42 conversion library. Based on
3711         Public Domain work by Juliusz Chroboczek <jch@pps.jussieu.fr>
3712
3713 2005-02-20  Tatsuya Ono  <tats_ono@infoseek.jp>
3714
3715         * mf/parmesan-heads.mf: "0harmonic" -> "s0harmonic"
3716         to show harmonic notes
3717         * scm/define-markup-commands.scm: in \markup-by-number
3718         "dots-dot" -> "dots.dot" to show dotted notes
3719
3720 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3721
3722         * flower/include/memory-stream.hh (class Memory_out_stream): new file.
3723
3724         * flower/memory-stream.cc (writer): new file.
3725
3726         * configure.in: add endian test.
3727
3728 2005-02-19  Jürgen Reuter  <reuter@ipd.uka.de>
3729
3730         * Documentation/user/examples.itely: small
3731         simplification/beautification
3732
3733         * Documentation/user/notation.ietly: bugfix: fixed many artefacts
3734         from the "x-y-z"->"x.y.z" renaming of glyphs throughout the whole
3735         notation manual.
3736
3737         * lily/mensural-ligature.cc: bugfix: another few victims of the
3738         "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
3739
3740         * ly/gregorian-init.ly: commit some experimental code for hi-level
3741         ligature input language lying around here for several months.
3742
3743         * lily/mensural-ligature-engraver.cc: bugfix: another victim of
3744         the "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
3745
3746         * lily/vaticana-ligature-engraver.cc: bugfix: another few
3747         "x-y-z"->"x.y.s-z" fixes.
3748
3749 2005-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3750
3751         * scm/framework-pdf.scm (scm): new file
3752
3753         * lily/include/pdf.hh (class Pdf_file): new file.
3754
3755         * lily/pdf.cc (write_trailer): new file.
3756
3757 2005-02-18  Erlend Aasland  <erlenda@gmail.com>
3758
3759         * input/regression/color.ly: new file
3760
3761         * lily/stencil.cc (interpret_stencil_expression):
3762         when a color expression is encountered: save current color,
3763         process the rest of the expression, and restore previous color.
3764
3765         * lily/system.cc (get_line): check all grobs for color property and
3766         prepare the stencil scheme expressions for further processing.
3767         Fix layer-loop.
3768
3769         * scm/define-grob-properties.scm: introduce the color property.
3770
3771         * scm/output-lib.scm: color helper functions.
3772
3773         * scm/output-ps.scm: introduce setcolor/resetcolor.
3774
3775 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
3776
3777         * ly/*.ly, input/regression/*.ly: Added missing \version
3778         statements in some files.
3779
3780 2005-02-15  Graham Percival  <gperlist@shaw.ca>
3781
3782         * Documentation/user/notation.itely: minor editing.
3783
3784         * Documentation/user/converters.itely: updated convert-ly bugs.
3785
3786         * Documentation/user/lilypond-book.itely: add info about using
3787         feta characters in latex.
3788
3789 2005-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3790
3791         * scripts/convert-ly.py: new slur dash patch by Bertalan Fodor.
3792
3793 2005-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3794
3795         * scm/define-grob-properties.scm (all-user-grob-properties):
3796         removed 'dashed property.
3797
3798 2005-02-13  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3799
3800         * scm/lily.scm (define-safe-public): new macro for defining
3801         variables that can be used in --safe mode. Use it in *.scm
3802         instead of manually setting safe-objects in safe-lily.scm.
3803
3804 2005-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3805         
3806         * lily/slur.cc: Slur-dash patch by Bertalan.
3807
3808         * ly/engraver-init.ly (EasyNotation): glyph name dash -> period.
3809
3810         * stepmake/bin/add-html-footer.py (do_file): do i18n only once. 
3811
3812 2005-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3813
3814         * stepmake/aclocal.m4: teTeX-3.0 inimf fix.  Comment-out.
3815
3816 2005-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3817
3818         * mf/GNUmakefile: teTeX-3.0 install fix.
3819
3820         * Cygwin patch from Bertalan.
3821
3822         * stepmake/stepmake/metafont-rules.make: Remove bashism.
3823
3824 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
3825
3826         * GNUmakefile.in: 
3827         * SConstruct (symlink): teTeX-3.0 build fix: add map symlink.
3828
3829         * tex/GNUmakefile: teTeX-3.0 fix: install .enc in fonts/enc.  Add
3830         2.0.x compatibility.
3831
3832 2005-02-08  Werner Lemberg  <wl@gnu.org>
3833
3834         * mf/feta-din-code.mf: Format; clean up code.
3835         Replace `---' with `--' plus explicit path directions.
3836         (linethickness#, stafflinethickness#): Remove.
3837         ("dynamic f"): Replace `draw' with `draw_rounded_block'.
3838         ("dynamic s"): Improve shape.
3839         ("dynamic p"): Improve shape.
3840         Replace `draw' with better outline approximation.
3841         ("dynamic r"): Improve shape.
3842         Don't call `fill' and `draw' at the same time.
3843
3844 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
3845
3846         * SConstruct (symlink):
3847         * GNUmakefile.in ($(builddir)/share/lilypond-force): teTeX-3.0
3848         build fix: add enc symlink.
3849
3850         * lily/general-scheme.cc: Compile fixes: include wchar.h, string.h.
3851
3852         Support for DESTDIR besides prefix=/foo
3853
3854         * vim/GNUmakefile (local-install): Use $(INSTALL) -d iso mkdir.
3855
3856         * stepmake/stepmake/*.make:
3857         * */GNUmakefile:
3858         * GNUmakefile.in: Prepend $(DESTDIR) to installation directory.
3859
3860         * config.make.in (prefix): Remove broken $(DESTDIR) hack.
3861
3862         * stepmake/aclocal.m4: Use %0.f iso %d to quiet gawk < 3.1.4 and
3863         mawk in fontforge (date) test.
3864
3865 2005-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3866
3867         * scm/font.scm (make-century-schoolbook-tree): add NCS as
3868         font-family=roman. Add Luxi Sans as sans
3869
3870 2005-02-07  Graham Percival  <gperlist@shaw.ca>
3871
3872         * Documentation/user/notation.itely: add warning about
3873         percent repeats and Voice contexts.
3874
3875         * Documentation/user/lilypond-book.itely: clarified the
3876         necessity of dvips -u arguments.
3877
3878 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
3879
3880         * THANKS: Added a bunch of bug hunters.
3881
3882 2005-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3883
3884         * scm/framework-ps.scm (output-preview-framework): bugfix.
3885
3886         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): use unicode
3887         o/ for chord modifier..
3888
3889         * lily/general-scheme.cc (LY_DEFINE): new function ly:wide-char->utf-8.
3890
3891         * lily/drum-note-performer.cc:  remove unused (thanks Michael
3892         Welsh Duggan). 
3893
3894 2005-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3895
3896         * Documentation/user/changing-defaults.itely (Text encoding): Clarify.
3897
3898         * ly/titling-init.ly: Do not also print intstrument in header on
3899         first page.  Do not print page number on first and only page.
3900
3901 2005-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3902
3903         * input/regression/*.ly: remove old-relative everywhere
3904
3905         * lily/music-sequence.cc (simultaneous_relative_callback): do
3906         what-if analysis on copy, not on original. Fixes old-relative
3907         compatibility.
3908
3909         * scm/backend-library.scm (postscript->png): space before
3910         --verbose.
3911         
3912 2005-02-05  Werner Lemberg  <wl@gnu.org>
3913
3914         * mf/feta-autometric.mf (fet_beginchar): Check whether `feta_group'
3915         is defined.
3916
3917         * mf/feta-alphabet.mf: Define `staffsize#'.
3918         Include `feta-params.mf'.
3919         s/staffheight/design_size/.
3920
3921         * mf/feta-alphabet??.mf: s/staffheight/design_size/.
3922
3923         * mf/feta-alphabet26.mf: Fix a serious bug (design size off by 8pt).
3924
3925         * mf/feta-nummer-code.mf: Reformatted.
3926         (draw_six): Use outline intersection to avoid a self-intersecting
3927         path.
3928         ("Numeral comma"): Fix serious outline glitches.  This slightly
3929         changes the glyph shape.
3930         ("Numeral dash"): Use `draw_rounded_block'.
3931         ("Numeral dot"): Use `drawdot'.
3932         ("Numeral 1"): Assure identical tangent directions for the
3933         intersection points of paths.  The glyph shape improvement is only
3934         visible at very high magnifications.
3935         ("Numeral 2"): Use `solve' macro to make the lower right part of
3936         the glyph outline touch the x axis exactly.  This changes the
3937         glyph shape.
3938         Minor fixes for better overlap removal support.
3939         ("Numeral 4"): Make lefter corner `rounder'.
3940         ("Numeral 5"): Assure identical tangent directions for the
3941         intersection points of paths.  This improves the glyph shape at
3942         high magnifications.
3943         ("Numeral 7"): Use `solve' macro to make the upper right part of
3944         the glyph outline touch the metrics box exactly.  This changes the
3945         glyph shape.
3946         Avoid corner in the upper left part of the glyph (causing a minor
3947         shape change).
3948
3949         * mf/feta-ital-*.mf: Removed.  Unused.
3950
3951 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3952
3953         * VERSION (PATCH_LEVEL): release 2.5.11
3954
3955         * input/regression/fill-line-test.ly: new file.
3956
3957         * buildscripts/gen-emmentaler-scripts.py (i): insert dash in
3958         emmentaler name, eg. emmentaler-23. 
3959
3960 2005-02-04  Christian Hitz  <chhitz@gmx.net>
3961
3962         * scm/scm/define-markup-commands.scm (fill-line): rework for better
3963         alignment with centered texts
3964
3965         * scm/stencil.scm (stack-stencils-padding-list): new function, takes a
3966         list of paddings
3967
3968 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3969
3970         * mf/GNUmakefile ($(outdir)/lilypond.map): add aybabtu to .map file.
3971
3972         * lily/note-column.cc (translate_rests): call flush_extent_cache()
3973         of parents when translating rests. Fixes: c-chord-rest.ly 
3974
3975         * lily/include/dimension-cache.hh (struct Dimension_cache): add
3976         dimension_callback_ member.
3977
3978         * lily/grob.cc (flush_extent_cache): new function. Force recompute
3979         of extents.
3980
3981 2005-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3982
3983         * all but lily/*: The grand 2004/2005 replace.
3984
3985 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3986
3987         * lily/*: add space after ,  
3988
3989         * scm/music-functions.scm (has-request-chord): don't use
3990         ly:music-name anywhere. Fixes <<\\>> notation. 
3991
3992         * scm/define-markup-commands.scm (box): use font-size for
3993         padding. Fixes boxed-rehearsal-marks.ly
3994
3995         * lily/parser.yy (assignment_id): allow LYRICS_STRING as
3996         identifier definition too, so foo = \lyrics { ...   } bar = #1
3997         doesn't complain about "bar" being LYRICS_STRING.
3998
3999         * lily/paper-def.cc (find_pango_font): new routine; Store
4000         pango_fonts in hash tab too. This is necessary for retrieving
4001         Pango_fonts::physical_font_tab() later on.
4002  
4003         * lily/pango-font.cc (pango_item_string_stencil): bugfix: don't
4004         crash if psname is null.
4005
4006         * lily/lily-guile.cc (ly_hash2alist): new function
4007
4008         * Documentation/user/changing-defaults.itely (Text encoding):
4009         rewrite. 
4010
4011         * lily/pango-font.cc (physical_font_tab): new member. Store PSname
4012         -> font_filename mapping.
4013
4014         * lily/pango-font-scheme.cc (LY_DEFINE): new file. New function
4015         ly_pango_font_physical_fonts
4016
4017         * scm/framework-ps.scm (supplies-or-needs): extract names from
4018         physical Pango_fonts.
4019
4020         * utf8.ly: new file.
4021
4022 2005-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4023
4024         * Documentation/user/changing-defaults.itely (Page layout): add
4025         doco about systemSeparatorMarkup.
4026
4027         * scm/page-layout.scm (default-page-make-stencil): add-to-page
4028         function.
4029         (default-page-make-stencil): insert system separators.
4030
4031         * scm/define-markup-commands.scm (hcenter): add
4032         (beam): add.
4033
4034 2005-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4035
4036         * scm/output-ps.scm (ez-ball): reinstate ez notation.
4037
4038 2005-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4039
4040         * lily/main.cc: Spell backend consistently.  Sort options.
4041
4042 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4043
4044         * scripts/lilypond-book.py (Module): revert @include.
4045         
4046 2005-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
4047
4048         * scripts/lilypond-book.py: Resurrect HTML links to .ly source.
4049         Bugfix: @include .tex (not .texi).  Small cleanups.
4050
4051         * stepmake/bin/add-html-footer.py (i18n): New function.
4052
4053 2005-01-31  Werner Lemberg  <wl@gnu.org>
4054
4055         * mf/feta-nummer.mf: Removed.  Unused.
4056
4057 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4058
4059         * lily/ : 2004 -> 2005 s&r
4060
4061         * scm/file-cache.scm (cached-file-contents): add file. Read each
4062         file only once.
4063
4064         * scm/font.scm (add-pango-fonts): change order. Medium weight is
4065         now default.
4066
4067         * VERSION: release 2.5.10
4068         
4069         * mf/GNUmakefile (INSTALLATION_OUT_FILES4): install cff.ps files.
4070
4071         * make/ly-rules.make ($(outdir)/%.texi): detect new EOF marker.
4072
4073         * scm/framework-ps.scm (dump-stencil-as-EPS): robustness: ensure
4074         that both X and Y extents of bbox are non-nil.
4075
4076 2005-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4077
4078         * scm/chord-name.scm (alteration->text-accidental-markup): change
4079         - to . 
4080
4081         * scm/output-ps.scm (utf8-string): add utf8-string for completeness.
4082
4083         * scm/framework-ps.scm (dump-stencil-as-EPS): new function
4084
4085         * Documentation/user/invoking.itely (Invoking lilypond): add note
4086         about EPS backend.
4087
4088         * scm/framework-eps.scm: new file: create per-system/per-page EPS
4089         files for inclusion in lilypond-book document.
4090
4091         * input/tutorial/lbook-latex-test.tex: rename from lilbook.tex
4092
4093         * input/tutorial/lbook-texi-test.texi: new file.
4094
4095         * scm/safe-lily.scm (safe-objects): add
4096         {begin,end}-of-line-(in)?visible as safe.
4097  
4098 2005-01-30  Graham Percival  <gperlist@shaw.ca>
4099
4100         * Documentation/user/changing-defaults.itely: fixed example
4101         of (dynamics).
4102
4103 2005-01-29  Graham Percival  <gperlist@shaw.ca>
4104
4105         * lily/main.cc: fix info about -o=FILE.
4106
4107 2005-01-29  Werner Lemberg  <wl@gnu.org>
4108
4109         * mf/feta-toevallig.mf ("Natural"): Completely changed the
4110         construction to assure smooth transition from straight to curved
4111         lines.
4112
4113 2005-01-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4114
4115         * lily/stencil.cc (moved_to_edge): don't halt on adding empty
4116         stencils.
4117
4118         * ps/lilyponddefs.ps: add start-page, start-system doesn't
4119         translate to top of page. Fixes alignment problems of
4120         lilypond-generated EPS files.
4121
4122 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4123
4124         * scm/part-combiner.scm (analyse-spanner-states): trigger on
4125         crescendo-end as well, since Decrescendo maybe ended with Stop
4126         Crescendo.). Fixes: partcombine-diminuendo.ly
4127
4128         * scm/script.scm (default-script-alist): swap portato symbols.
4129
4130         * lily/instrument-name-engraver.cc (acknowledge_grob): typo.
4131
4132         * lily/paper-outputter-scheme.cc (LY_DEFINE):
4133         ly:outputter-port. New function.
4134
4135         * scm/framework-ps.scm (output-classic-framework): dump a
4136         -systems.texi too
4137         (output-classic-framework): dump multiple systems on an "infinite"
4138         page EPS including fonts. 
4139
4140         * scripts/lilypond-book.py (Lilypond_snippet.ly_is_outdated): use
4141         .eps files for both texi and tex formats. Use PNG coming from
4142         lilypond.
4143         
4144 2005-01-28  Graham Percival  <gperlist@shaw.ca>
4145
4146         * Docuemntation/user/invoking.itely: fix info about -o=FILE.
4147
4148         * scripts/lilypond-latex.py: fix info about -o=FILE.
4149
4150 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4151
4152         * ly/generate-embedded-cff.ly: write .cff.ps files.
4153
4154         * mf/GNUmakefile ($(outdir)/lilypond.map): add .cff.ps to .map file.
4155
4156         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
4157         $(outdir)/%.svg $(outdir)/%.pfa): remove --simplify
4158
4159 2005-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4160
4161         * lily/include/guile-compatibility.hh (SCM_VECTOR_P): Compile fix.
4162
4163 2005-01-28  Werner Lemberg  <wl@gnu.org>
4164
4165         * mf/feta-macros.mf (soft_start_penstroke, soft_end_penstroke): New
4166         macros.
4167         (draw_bulb): Improved.
4168
4169         * mf/feta-pendaal.mf ("Pedal asterisk"): Remove workaround for
4170         metapost bug.
4171         (draw_pedal_P): Use soft_end_penstroke.
4172         (draw_pedal_d): Use soft_start_penstroke.
4173
4174         * mf/feta-schrift.mf ("Trill (`tr')"): Remove redundant point in
4175         path.
4176         ("Varied Coda"): Move some points to avoid fontforge warnings.  This
4177         doesn't change the glyph shape.
4178
4179         * mf/feta-accordion.mf ("accOldEE"): Draw glyph differently (without
4180         changing the shape) to avoid fontforge warnings.
4181
4182         * mf/feta-klef.mf (draw_tab_T, draw_tab_A, draw_tab_B): Use
4183         soft_end_penstroke and fix glyph shape.
4184
4185 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4186
4187         * lily/*.cc: Scheme deprecation of SCM_VECTOR_* 
4188
4189 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4190
4191         * scm/define-markup-commands.scm (line): filter out empty stencils
4192         from line command.
4193
4194         * lily/stencil-scheme.cc (LY_DEFINE): only allow finite real
4195         amount.
4196
4197 2005-01-27  Graham Percival  <gperlist@shaw.ca>
4198
4199         * Documentation/user/notation.itely: added info about what
4200         \voiceFoo does.  Also rewrote warning about marks at
4201         a line break.
4202
4203         * Documentation/user/changing-defaults.itely: added info
4204         about putting dynamics in parenthesis and brackets.
4205
4206 2005-01-27  Werner Lemberg  <wl@gnu.org>
4207
4208         * mf/feta-schrift.mf ("Trill (`tr')"): Fix typo.
4209
4210 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4211
4212         * mf/feta-schrift.mf: reverse u and d portato. Fixes:
4213         portato-direction.ly
4214
4215         * lily/beam.cc (consider_auto_knees): add beam height to
4216         threshold. Fixes: knee-multiple-beam.ly
4217
4218         * lily/instrument-name-engraver.cc (acknowledge_grob): also ignore
4219         pedal line spanners. Fixes: instrument-center-pedal.ly
4220
4221         * lily/auto-beam-engraver.cc (acknowledge_grob): stop beam
4222         if encountering barline. Fixes: auto-beam-repeat.ly
4223
4224 2005-01-26  Werner Lemberg  <wl@gnu.org>
4225
4226         * mf/feta-slag.mf (draw_trillelement): Fix shape to get clean
4227         overlapping.
4228
4229         * mf/feta-toevallig.mf (draw_meta_sharp): Fix shape to avoid curves
4230         with inflections for the 1/2 sharp glyph.
4231
4232         * mf/feta-schrift.mf ("Trill (`tr')"): Fix start position of
4233         connection between `t' and `r'.
4234         Unify bulb with the rest of `r' to avoid grazing outlines which
4235         confuses the overlap removal algorithm of fontforge.
4236
4237         * mf/feta-bolletjes.mf (draw_slash): Fix shape to avoid curves with
4238         inflections.
4239         (draw_cross): Fix shape to have uniform thickness in corners.
4240
4241         * mf/feta-pendaal.mf (draw_pedal_P): Break shape into smaller pieces
4242         to avoid an uneven number of self-intersections; this confuses
4243         fontforge.
4244         Fix a slight bug in the shape at left bottom (which is visible only
4245         at high magnifications).
4246         `Center' the stem horizontally to avoid overlapping.
4247
4248 2005-01-24  Werner Lemberg  <wl@gnu.org>
4249
4250         * mf/feta-autometric.mf (fet_beginfont): Set font_coding_scheme
4251         to `asis'.
4252         (fet_begingroup): Save group name in string `feta_group'.
4253         (fet_endgroup): Updated.
4254         (fet_beginchar): Emit `glyph_name' special for mf2pt1.
4255
4256         * mf/feta-bolletjes.mf: s/p/pat/ for paths.
4257
4258         * mf/feta-pendaal.mf ("Pedal asterisk"): Add workaround for bug
4259         in metapost.
4260
4261 2005-01-24  Graham Percival  <gperlist@shaw.ca>
4262
4263         * Documentation/user/notation.itely: really minor editing.
4264
4265 2005-01-22  Graham Percival  <gperlist@shaw.ca>
4266
4267         * Documentation/user/examples.itely: minor editing.
4268
4269         * Documentation/user/changing-defaults.itely: minor editing.
4270
4271         * Documentation/user/notation.itely: clarified info on polyphony
4272         and \addlyrics.
4273
4274 2005-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4275
4276         * scm/output-gnome.scm: 
4277         * scm/output-svg.scm:
4278         * scm/lily-library.scm (font-name-style): Update font name
4279         kludging for fontconfig use.
4280
4281 2005-01-20  Erlend Aasland  <erlenda@gmail.com>
4282
4283         * scm/define-markup-commands.scm: Document right-align and
4284         larger markup commands. Remove "TODO" from the topmost comment
4285         "each markup function should have a doc string." More consistent
4286         use of new-lines.
4287
4288 2005-01-22  Graham Percival  <gperlist@shaw.ca>
4289
4290         * Documentation/user/changing-defaults: removed info about
4291         copyright symbol, since it's likely to change soon.
4292         Added info about betweensystemspace.
4293
4294         * Documentation/user/notation.itely: minor fixes.
4295
4296         * Documentation/user/lilypond.tely,
4297         Documentation/user/music-glossary.tely: changed copyright
4298         date to 2005 instead of 2004.
4299
4300         * input/test/volta-chord-names.ly: added old example back.
4301
4302 2005-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4303
4304         * mf/feta-beugel.mf: use design size 20 (not 15).
4305
4306         * mf/aybabtu.pe.in: scale brace fonts to design sizes.
4307         change name to aybabtu completely
4308
4309 2005-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4310
4311         * buildscripts/gen-emmentaler-scripts.py (outdir): add
4312         design_size to fontname
4313
4314 2005-01-19  Werner Lemberg  <wl@gnu.org>
4315
4316         * mf/feta-accordion.mf, mf/feta-klef.mf, mf/feta-pendaal.mf,
4317         mf/feta-schrift.mf: s/p/pat/ if a path variable.
4318
4319         * mf/feta-autometric.mf (set_char_box): Add code which emits
4320         specials for mf2pt1 if run with metapost.
4321         (to_bp): New macro for mf2pt1.
4322
4323 2005-01-18  Graham Percival  <gperlist@shaw.ca>
4324
4325         * Documentation/user/changing-defaults: added info on
4326         creating a copyright symbol.
4327
4328 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4329
4330         * VERSION: release 2.5.9
4331         
4332 2005-01-18  Erlend Aasland  <erlenda@gmail.com>
4333
4334         * scm/auto-beam.scm: Simplify score-override-auto-beam-setting
4335
4336         * Documentation/user/notation.itely: Document
4337         score-override-auto-beam-setting Fix documentation for
4338         revert-auto-beam-setting.
4339
4340 2005-01-18  Werner Lemberg  <wl@gnu.org>
4341
4342         * scm/framework-ps.scm (ps-embed-cff): Fix DSC comments.
4343         (procset): New function to define a procset resource.
4344         (ps-embed-pfa): New function to define a font resource.
4345         (setup): New function to define a `Setup' environment.
4346         (preamble): Use new functions.
4347
4348         * ps/lilypond.defs (init-lilypond-parameters): New function to
4349         get rid of directly executed PS code.  Used in scm/framework-ps.scm.
4350
4351 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4352
4353         * mf/GNUmakefile (MFTRACE_FLAGS): add --no-afm to MFTRACE_FLAGS
4354
4355 2005-01-17  Erlend Aasland  <erlenda@gmail.com>
4356
4357         * scm/define-markup-commands.scm: Change number->markletter-string
4358         to take two arguments (vector number). Add number->mark-alphabet-vector
4359         and markalphabet markup command.
4360
4361         * scm/translation-functions.scm: Add format-mark-box-alphabet,
4362         format-mark-alphabet, format-mark-box-barnumbers and
4363         format-mark-barnumbers. Fix bug in format-mark-box-numbers.
4364
4365 2005-01-17  Graham Percival  <gperlist@shaw.ca>
4366
4367         * Documentation/user/examples.itely: add SATB automatic piano
4368         reduction template.
4369
4370         * Documentation/user/notation.itely: added info about changing
4371         partcombine texts.  Also adds examples of alternate lyrics.
4372
4373         * Documentation/user/changing-defaults.itely: added warning
4374         about \RemoveEmptyStaffContext overriding previous changes.
4375
4376 2005-01-17  Werner Lemberg  <wl@gnu.org>
4377
4378         * buildscripts/mf-to-table.py: Use `FetaAlphabetEncoding' for
4379         feta-alphabet*.
4380
4381 2005-01-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4382
4383         * python/lilylib.py (make_ps_images): don't do final showpage for
4384         multi-page documents.
4385         
4386         * VERSION (MY_PATCH_LEVEL): release 2.5.8
4387
4388 2005-01-16  Graham Percival  <gperlist@shaw.ca>
4389
4390         * Documentation/user/lilypond.tely: changed order of appendices;
4391         unified index should be last.
4392
4393         * Documentation/user/notation.itely: add example of key signatures
4394         and info about Staff.printKeyCancellation.
4395
4396 2005-01-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4397
4398         * lily/include/repeated-music.hh (class Repeated_music): change
4399         into "namespace" class.
4400
4401         * lily/event.cc: remove Key_change_event.
4402
4403         * lily/include/transposed-music.hh (class Transposed_music): remove.
4404
4405         * lily/transposed-music.cc: remove
4406
4407         * lily/include/relative-music.hh: remove.
4408
4409         * lily/include/music-sequence.hh (struct Music_sequence): change
4410         into "namespace" class.
4411
4412         * lily/untransposable-music.cc (Module): remove
4413
4414         * lily/include/un-relativable-music.hh (Module): remove
4415
4416         * lily/include/untransposable-music.hh (Module): remove
4417
4418         * lily/include/music-list.hh (Module): remove file
4419
4420         * lily/un-relativable-music.cc: remove file.
4421
4422 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
4423
4424         * lily/parser.yy: Compile fix.
4425
4426 2005-01-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4427
4428         * lily/include/music.hh (class Music): unvirtualize transpose().
4429
4430         * lily/sequential-music.cc: remove file.
4431
4432         * lily/include/lyric-combine-music.hh ("music.hh"): remove file.
4433
4434         * lily/slur-scoring.cc (get_best_curve): only switch on
4435         DEBUG_SLUR_SCORING for non NDEBUG builds.
4436
4437         * lily/include/music.hh (class Music): replace Music::start_mom()
4438         by start-callback property
4439
4440         * lily/include/grace-music.hh: remove file. 
4441
4442         * lily/stem.cc (height): robustness fix.
4443
4444         * lily/time-scaled-music.cc: remove file.
4445
4446         * lily/include/music.hh (class Music): include SCM init argument.
4447         (class Music): replace Music::get_length() virtual by
4448         length-callback property everywhere.
4449
4450         * scripts/convert-ly.py (conv): add  # to \property scalar value.
4451
4452         * mf/GNUmakefile: don't install *list.ly
4453
4454 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
4455
4456         * mf/GNUmakefile (CFF_FILES): Bugfix: only big cheeses and braces.
4457
4458 2005-01-12  Werner Lemberg  <wl@gnu.org>
4459
4460         This patch addresses the following problems in the feta sources
4461         files which contribute to the fetaXX fonts.
4462
4463         . Many fixes for rasterization at low resolutions (consistent use of
4464           `vround' and `hround', integer shift values for paths, applying
4465           `eps' for mirrored paths, use of `define_whole_pixels' and
4466           friends, etc.) -- while this probably looks like a waste of time
4467           it has revealed deficiencies in some glyph shapes.  See comment at
4468           the end of feta-params.mf how vertical symmetry is achieved.
4469
4470         . The `---' operator has been replaced everywhere with `--'; this
4471           both improves and considerably reduces the font size after
4472           conversion with mf2pt1.
4473
4474         These change aren't explicitly mentioned below since virtually all
4475         glyphs are affected.
4476
4477         Other notable differences:
4478
4479         . Glyphs from feta-accordion.mf now have charboxes around the
4480           outline.
4481
4482         . Fixed incorrect charbox for `accDot'.
4483
4484         . The `rcomma' and `lcomma' glyphs were distorted due to a typo.
4485
4486         . Fixed position of the bow in the `upprall' glyph and its siblings.
4487
4488         . The bulb size in the `2/2 meter' and `4/4 meter' glyphs is now
4489           dependent on the staff line thickness to avoid touching the middle
4490           staff line at smaller sizes.
4491
4492         . Largely extended output for feta-testXX: Where useful, glyphs
4493         are shown both between and on staff lines.
4494
4495
4496         * mf/feta-params.mf (staff_space_rounded,
4497         stafflinethickness_rounded, linethickness_rounded,
4498         ledgerlinethickness_rounded, stemthickness_rounded): New variables.
4499         Update all code which uses them where appropriate.
4500         (feta_eps, feta_shift, feta_space_shift, feta_offset, feta_fillpen):
4501         New variables used to control rasterization at low resolutions.  Set
4502         to zert if feta code is processed with metapost.
4503
4504         * mf/feta-macros.mf (draw_staff, draw_staff_outline): Updated.
4505         (draw_rounded_block, draw_square_block): Updated to use `--' only.
4506         (flare_path): Updated.
4507         Make it work with `filldraw' (but only circular pens).
4508         (hfloor, vfloor, hceiling, vceiling): New macros.
4509
4510         * mf/feta-accordion.mf ("accDiscant", "accFreebase", "accStdbase"):
4511         Use `draw' again in mf mode to have good pixel dropout control.
4512         Fix intersection points of horizontal lines with circle.
4513         ("accDot"): Fix parameters for set_char_box.
4514         ("accOldEE"): Use `draw' again in mf mode to have good pixel dropout
4515         control.
4516
4517         * mf/feta-banier.mf: Updated.
4518
4519         * mf/feta-bolletjes.mf (remember_pic): New variable, used for
4520         testing.
4521         (undraw_inside_ellipse): Remove `center' argument.  Update all
4522         callers.
4523         (draw_brevis): New macro, called by "Brevis notehead".
4524         (draw_whole_triangle_head): New macro, called by "Whole
4525         trianglehead".
4526         (draw_small_triangle_head): Use `filldraw'.
4527
4528         * mf/feta-eindelijk.mf: Remove useless global group.
4529         Updated.
4530
4531         * mf/feta-klef.mf (draw_c_clef): Correct point positions for using
4532         `filldraw'.
4533
4534         * mf/feta-pendaal.mf: Updated.
4535
4536         * mf/feta-puntje.mf: Updated.
4537
4538         * mf/feta-schrift.mf (draw_very_long_fermata): Simplified to use
4539         less points.
4540         ("Flageolet"): Use `draw' again in mf mode to have good pixel
4541         dropout control.
4542         ("Varied Coda"): Use `draw_block'.
4543         (draw_comma): Fix typo.
4544         (draw_arpeggio_arrow): Use `draw' also in mf mode to have good
4545         pixel dropout control.
4546
4547         * mf/feta-slag.mf ("upprall", "downprall", "lineprall"): Fix start
4548         position of bow.
4549
4550         * mf/feta-timesig.mf (draw_C): Reduce bulb size for smaller design
4551         sizes.
4552
4553         * mf/feta-toevallig.mf (remember_pic): New variable, used for
4554         testing.
4555         (draw_meta_sharp): Much simplified.
4556         ("Sharp", "1/2 Sharp", "3/4 Sharp"): Don't rotate but shift.
4557
4558         * mf/feta-test-generic.mf: Include all files as in feta-generic.mf.
4559
4560 2005-01-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4561
4562         * Documentation/user/notation.itely (Ancient rests): Fix typo
4563         (thanks Anthony)
4564
4565 2005-01-13  Jan Nieuwenhuizen  <janneke@gnu.org>
4566
4567         * scm/auto-beam.scm (score-override-auto-beam-setting): New function.
4568
4569         * lily/main.cc (setup_paths): Add cff.
4570
4571         * mf/GNUmakefile (foe): Include actual target %.cff.
4572         (INSTALLATION_OUT_SUFFIXES): Install CFF and SVG fonts too.
4573
4574 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4575
4576         * lily/include/lily-lexer.hh (class Lily_lexer): lose hungarian _b
4577         suffix for main_input_b_.
4578
4579         * scm/music-functions.scm (toplevel-music-functions):
4580         precompute music lengths for music expressions.  
4581
4582 2005-01-11  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4583
4584         * lily/include/input.hh (class Input): new `end_' slot for end of
4585         input. Renamed defined_str0_ to start_.
4586
4587         * lily/input.cc (Input): Add Input::Input (Input const &) and
4588         remove Input::Input (Source_file*, char const *). Use the new
4589         slots.
4590         (set_location): method used by bison to propagate input
4591         locations (YYLLOC_DEFAULT).
4592         (end_line_number, end_column_number, step_forward): new methods
4593         
4594         * lily/input-scheme.cc (ly:input-both-locations): new function,
4595         similar to ly:input-location, but also return the end line and
4596         column.
4597
4598         * lily/include/includable-lexer.hh: 
4599         * lily/includable-lexer.cc: 
4600         * lily/include/lily-lexer.hh (class Lily_lexer): 
4601         * lily/lily-lexer.cc (add_lexed_char): Move add_lexed_char from
4602         Includable_lexer to Lily_lexer, in order to update lexloc (the
4603         yylloc), a new slot of Lily_lexer.
4604         (here_input, LexerError): simplify by using the lexloc slot (aka
4605         yylloc)
4606
4607         * lily/lexer.ll: #define yylloc to use input locations (it may
4608         be useless here?). Fixed the #embedded_scm rule (step the location
4609         forward in order to skip the sharp sign before parsing the scheme
4610         expression)
4611
4612         * lily/include/lily-parser.hh (class Lily_parser): 
4613         * lily/lily-parser.cc: Remove push_spot(), pop_spot() and
4614         here_input()
4615         (parser_error): overload for more precise locations of errors.
4616
4617         * lily/parser.yy (YYLTYPE): set location type to Input
4618         (YYLLOC_DEFAULT): use Input::set_location()
4619         (yylex): add the YYLTYPE* location parameter.
4620         Clean push_spot()/pop_spot()/here_input(), and use @$, @1, etc.
4621         Give an Input parameter to THIS->parser-error() for more accurate
4622         messages.
4623
4624 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4625
4626         * stepmake/aclocal.m4: do NDEBUG for optimizing builds.
4627
4628         * lily/include/beam.hh (DEBUG_QUANTING): performance: only switch
4629         on BEAMQUANTING for non-NDEBUG builds.
4630
4631         * lily/stem.cc (head_count): performance: avoid String::String()
4632         inside oft called function.
4633
4634 2005-01-09  Graham Percival  <gperlist@shaw.ca>
4635
4636         * Documentation/user/examles.itely: attempted fix for broken
4637         string quartet template.
4638
4639         * Documentation/user/notation.itely: remove unnecessary broken
4640         link.
4641
4642 2005-01-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4643
4644         * VERSION (PACKAGE_NAME): release 2.5.7
4645
4646 2005-01-09  Jan Nieuwenhuizen  <janneke@gnu.org>
4647
4648         * config.make.in (METAFONT): Append -progname=mf, fixes use with
4649         mf-nowin for teTeX-3.0.  Backportme.
4650
4651         * scm/output-svg.scm (utf8-string): New function.
4652
4653         * scm/output-gnome.scm (utf8-string): New function.
4654         (otf-name-mangling): Remove.
4655
4656         * lily/pango-font.cc (Pango_font): Use font string iso font
4657         filename for utf8-text.
4658
4659         * buildscripts/gen-emmentaler-scripts.py: Remove designsize from
4660         name.
4661
4662 2005-01-08  Graham Percival  <gperlist@shaw.ca>
4663
4664         * Documentation/user/notation.itely: add info about
4665         Staff.extraNatural = ##f in Pitches section.  Also
4666         fixed some minor issues in the Vocal music section.
4667
4668 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4669
4670         * scm/output-ps.scm (white-text): comment out Helvetica font,
4671         which is broken for my GS install.
4672
4673         * lily/pango-font.cc (pango_item_string_stencil): use ink_rect,
4674         which provides a tighter bbox.
4675
4676         * scm/define-grobs.scm (all-grob-descriptions): remove all
4677         extra-offsets from definitions.
4678
4679 2005-01-08  Erlend Aasland  <erlenda@gmail.com>
4680
4681         * scm/output-lib.scm: Rename guitar-tunings to guitar-tuning and
4682         add tuning for 4-string bass and some common 4/5-string banjo
4683         tunings.  New function (four-string-banjo) turns a 5-string tuning
4684         into a 4-string tuning.  New function
4685         (fret-number-tablature-format-banjo) computes correct fret numbers
4686         on 5-string banjos.
4687
4688         * ly/engraver-init.ly: Default stringTunings = #guitar-tuning
4689         Add beam correction to TabVoice.
4690
4691         * scm/define-grobs.scm: Adjust notehead offset. Print fret numbers
4692         using bold font; makes tabs more readable.
4693
4694 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4695
4696         * lily/font-select.cc (get_font_by_design_size): don't make
4697         Modified_font_metric; this causes trouble, since we don't know the
4698         font magnification from inside Pango_font::text_stencil()
4699
4700         * lily/all-font-metrics.cc (find_pango_font): take magnification argument.
4701
4702         * Documentation/user/notation.itely (The Lyrics context): comment out
4703         broken {Small ensembles} link.
4704
4705         * scm/framework-svg.scm (output-framework): change calling convention.
4706
4707         * lily/object-key-dumper-scheme.cc: new file.
4708
4709         * lily/object-key-undumper-scheme.cc: new file.
4710
4711         * lily/tweak-registration-scheme.cc: new file.
4712
4713         * lily/pango-select.cc (symbol_to_pango_variant): init local variable.
4714
4715         * Documentation/user/examples.itely (String quartet): uncomment
4716         broken example.
4717
4718         * lily/font-config.cc: new file.
4719
4720 2005-01-08  Jan Nieuwenhuizen  <janneke@gnu.org>
4721
4722         * scm/output-svg.scm: 
4723         * scm/output-gnome.scm: s/bigcheese/emmentaler.
4724
4725         * lily/score-engraver.cc (MUSIC_FONT): Use emmentaler20.
4726
4727 2005-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
4728
4729         * lily/general-scheme.cc (LY_DEFINE): Use snprintf (WAS: sprintf).
4730         Add headers.
4731
4732         * lily/GNUmakefile (general-scheme.o): Add version.hh dependency.
4733
4734 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4735
4736         * mf/GNUmakefile (debian-mirror): rename bigcheese to emmentaler.
4737
4738         * lily/include/main.hh: lose _b hungarian suffixes for global
4739         variables.
4740
4741         * lily/include/lily-guile-macros.hh: new file.
4742
4743         * lily/pango-select-scheme.cc (LY_DEFINE): new file.
4744
4745         * lily/general-scheme.cc: new file. 
4746
4747         * lily/font-select.cc (get_font_by_design_size): retrieve
4748         PangoFont for (designsize . "pango-descr") entries.
4749
4750         * lily/lily-parser-scheme.cc: new file.
4751
4752         * lily/output-def-scheme.cc: new file.
4753
4754         * lily/paper-book-scheme.cc: new file.
4755
4756         * lily/duration-scheme.cc (LY_DEFINE): new file.
4757
4758         * lily/pitch-scheme.cc:  new file.
4759
4760         * scm/font.scm (add-cmr-fonts): use real dimens in font selection.
4761
4762 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4763
4764         * lily/dimensions.cc (LY_DEFINE): add ly:{inch,cm,mm,bp,pt}.
4765
4766 2005-01-06  Graham Percival  <gperlist@shaw.ca>
4767
4768         * Documentation/user/notation.itely: minor editing.
4769
4770         * Documentation/user/changing-defaults: minor editing.
4771
4772         * Documentation/user/examples.itely: add template for
4773         string quartet part extraction; demonstrates tag.
4774
4775 2005-01-06  Erlend Aasland  <erlenda@gmail.com>
4776
4777         * Documentation/user/notation.itely: documents
4778         format-mark-box-letters and format-mark-box-numbers
4779
4780         * scm/define-context-properties.scm: change comment.
4781
4782 2005-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4783
4784         * scm/framework-ps.scm (output-classic-framework): new function:
4785         dump systems as separate .eps files (without fonts) and write a
4786         single collecting .tex file.
4787
4788 2005-01-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4789
4790         * Documentation/user/notation.itely (Setting simple songs):
4791         Correct several errors in the equivalent formulation of
4792         \addlyrics. 
4793         (The Lyrics context): Corrected link to the SATB example.
4794
4795 2005-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4796
4797         * scm/lily.scm (completize-formats): new function
4798         (postprocess-output): new function
4799
4800         * lily/paper-book.cc (classic_output): change calling
4801         convention. Give basename as first argument. 
4802         remove Paper_book::post_processing().
4803
4804         * lily/lily-guile.cc (LY_DEFINE): ly:output-backend, new function.
4805
4806 2005-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4807
4808         * lily/paper-outputter.cc (LY_DEFINE): new function
4809         ly:outputter-close.
4810
4811         * lily/main.cc: change --format,-f to --backend,-b
4812
4813         * lily/include/main.hh: rename format to backend.
4814
4815         * scm/translation-functions.scm (format-mark-box-numbers): add.
4816         patch by Erlend Aasland
4817
4818 2005-01-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4819
4820         * lily/pango-font.cc (text_stencil): dump string as
4821         (utf-8-string FONTDESC UTF8) for use in -f gnome, -f svg.
4822
4823 2005-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4824
4825         * configure.in (gui_b): Remove handy developer-only
4826         PKG_CONFIG_PATH settings that cater for Jan-and-Han-Wen ~/usr/pkg/
4827         CVS source installations (but break other non-default but correct
4828         PKG_CONFIG_PATH setups), as this is no longer developer-only.
4829
4830         * SConstruct: 
4831         * ps/GNUmakefile (INSTALLATION_FILES): teTeX-3.0
4832         compatibility (backportme).
4833
4834         * GNUmakefile.in: teTeX-3.0 compatibility (backportme).
4835
4836 2005-01-03  Werner Lemberg  <wl@gnu.org>
4837
4838         Prepare glyph shapes for mf2pt1 conversion.
4839
4840         * mf/feta-accordion.mf (accreg_pen): Removed.  No longer used.
4841         (accDiscant, accFreebase, accStdbase): Replace `draw' with
4842         `penstroke'.
4843         (accDot): Use `drawdot'.
4844         (accBayanbase): Replace `draw' with `draw_gridline'.
4845         (print_penpos): Moved to feta-macros.mf.
4846         (accOldEE): Replace `filldraw' with `penstroke'.
4847         Replace `draw' with `penstroke' and `drawdot'.
4848
4849         * mf/feta-banier.mf: Code clean-up.
4850         ("grace dash (up)", "grace dash (down)"): Replace `draw' with
4851         `fill'.
4852
4853         * mf/feta-bolletjes (draw_cross): Remove call to `labels'.
4854
4855         * mf/feta-eindelijk.mf (draw_rest_bulb, draw_eigth_rest): Add
4856         paremeter to control drawing of labels.  Update all callers.
4857
4858         * mf/feta-klef.mf (draw_c_clef): Use `&' not `..' to connect paths.
4859         (new_bulb): Return a bulb as a single path.  To do that, it now
4860         takes some more parameters.  Updated all callers.
4861         (draw_gclef): Major clean-up.  `draw' has been replaced with
4862         `penstroke', unnecessary outlines have been removed.
4863         Remove (unused) gnome-canvas code.
4864
4865         * mf/feta-macros.mf (print_penpos): New macro (from
4866         feta-accordion.mf).
4867         Other minor fixes.
4868
4869         * mf/feta-pendaal.mf ("Pedal asterisk"): Use `undrawdot'.
4870         ("Pedal dot"): Use `drawdot'.
4871         (draw_pedal_P): Add parameter to control drawing of labels.  Update
4872         all callers.
4873         Fix shape at top.
4874         (draw_pedal_e): Add parameter to control drawing of labels.  Update
4875         all callers.
4876         (draw_pedal_d): Add parameter to control drawing of labels.  Update
4877         all callers.
4878         Revert drawing direction.
4879
4880         * mf/feta-schrift.mf (draw_fermata): Use single path.
4881         (draw_short_fermata): Replace `filldraw' with `fill'.
4882         (draw_long_fermata, draw_very_long_fermata): Replace calls to
4883         `draw_rounded_block' with a single path.
4884         ("Thumb"): Draw full circle instead of mirroring segments.
4885         (draw_accent): New macro.
4886         ("> accent", "espr"): Use it.
4887         (draw_marcato): Replace `filldraw' and `draw' with `fill'.
4888         ("open (unstopped)"): Draw full circle instead of mirroring
4889         segments.
4890         (draw_vee): Removed.
4891         ("Upbow"): Use `draw_accent' instead of `draw_vee'.
4892         ("Downbow"): Replace calls to `draw_rounded_block' with a single
4893         path.
4894         ("Trill (`tr')"): Replace overlapping loop drawn with `draw' with
4895         partial pieces drawn with `fill' -- these do still overlap with the
4896         stem of the `t' but just once, not multiple times so that fontforge
4897         can handle it gracefully.
4898         Change other parts of the glyph so that fontforge's overlapping
4899         algorithm reliably works.
4900         (draw_heel): Replace `draw' with `fill'.
4901         (draw_toe): Use `draw_accent' instead of `draw_vee'.
4902         ("Flageolet"): Replace `draw' with `penstroke'.
4903         ("Segno"): Replace `filldraw' with `penstroke'.
4904         Replace `draw' with `drawdot'.
4905         ("Coda"): Replace `fill' with `penstroke', using a single path.
4906         ("Varied Coda"): Use less overlapping paths.
4907         (draw_arpeggio_arrow): Replace `filldraw' with `fill', using a
4908         single path.
4909
4910         * mf/feta-slag.mf (draw_trillelement): Put `clearxy' outside of
4911         group to better control the `labels' command.
4912         Rename argument to `offset' and use it actually.  Update all
4913         callers.
4914         Replace `filldraw' with `fill'.
4915         ("mordent", "prallmordent", "upmordent", "downmordent",
4916         "lineprall"): Replace `draw' with `draw_gridline'.
4917         ("upprall", "downprall"): Replace `draw' with `fill'.
4918
4919         * mf/feta-timesig.mf: Formatting.
4920
4921         * mf feta-toevallig.mf (draw_meta_flag): Move code to draw labels
4922         to...
4923         ("Flat"): Here.
4924         (draw_paren): Move code to draw labels to...
4925         ("Right Parenthesis"): Here.
4926
4927 2005-01-02  Graham Percival <gperlist@shaw.ca>
4928
4929         * Documentation/user/notation.itely: add example of \setTextDecresc
4930         and \setTextDim.
4931
4932 2005-01-02  Tatsuya Ono <tats_ono@infoseek.jp>
4933
4934         * scm/define-markup-commands.scm :  fix glyph-strings of
4935         accidentals and \note-by-number
4936
4937 2005-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4938
4939         * VERSION: 2.5.6 released.
4940         
4941         * ps/lilyponddefs.ps: put mm -> pt scaling in here.
4942
4943         * input/regression/new-markup-scheme.ly: oops. font-family=music
4944         -> font-encoding fetaMusic.  
4945
4946         * lily/main.cc: put default to PS.
4947
4948         * lily/tfm.cc: idem.
4949
4950         * lily/afm.cc: idem.
4951
4952         * lily/include/modified-font-metric.hh (struct
4953         Modified_font_metric): remove coding_scheme() method.
4954
4955         * input/mutopia/F.Schubert/morgenlied.ly: convert to utf8
4956
4957         * scripts/convert-ly.py (conv): crash on encountering \encoding.
4958
4959         * input/les-nereides.ly: convert to utf8
4960
4961         * lily/modified-font-metric.cc (text_dimension): idem.
4962
4963         * lily/parser.yy (TODO): idem.
4964
4965         * lily/include/lily-lexer.hh (class Lily_lexer): idem.
4966
4967         * lily/lexer.ll: remove encoding
4968
4969         * scm/framework-ps.scm (output-variables): separately scale the
4970         page to mm 
4971
4972         * lily/pango-font.cc (Pango_font): fix scaling.
4973
4974         * lily/font-metric.cc (design_size): design_size returns a
4975         dimension now as well.
4976
4977 2004-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4978
4979         * mf/GNUmakefile ($(outdir)/%.otf-table): use findstring. Fixes
4980         brace generation. 
4981
4982         * lily/text-metrics.cc (LY_DEFINE): use scm_c_make_hash_table().
4983
4984 2004-12-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4985
4986         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Do not try to
4987         install unbuildable Fontmap and Fontmap.lily (Simon Aridis-Lang).
4988
4989 2004-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4990
4991         * mf/GNUmakefile ($(outdir)/%.otf-table): include parmesan20.lisp
4992         in first run as well.
4993
4994         * scm/paper.scm (layout-set-staff-size): use text-font-size in
4995         dimension less points (ie. 12 = 12 point)
4996
4997         * lily/pango-select.cc (select_pango_font): use find_scaled_font().
4998
4999         * lily/all-font-metrics.cc (find_pango_font): set description_
5000
5001         * lily/pango-font.cc (text_stencil): export size as well.
5002         (text_stencil): fix scaling and extents box.
5003
5004 2004-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5005
5006         * Documentation/topdocs/NEWS.texi (Top): add -f texstr
5007
5008         * Documentation/user/invoking.itely (Invoking lilypond): document
5009         texstr
5010
5011         * scripts/convert-ly.py (conv): add ancient rules.
5012
5013         * scm/clef.scm (c0-pitch-alist): replace - with .
5014
5015         * scripts/lilypond-book.py (process_snippets): add texstr support.
5016
5017         * scm/framework-texstr.scm (header): change extension to .textmetrics
5018
5019         * lily/lily-parser.cc (parse_file): do try_load_text_metrics for
5020         -f tex.
5021
5022         * lily/text-metrics.cc: new file.
5023         (try_load_text_metrics): new function
5024
5025         * lily/include/text-metrics.hh: new file.
5026
5027 2004-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5028
5029         * lily/include/lily-guile.hh (ly_lily_module_constant): rename
5030         ly_scheme_function to ly_lily_module_constant.
5031
5032         * lily/modified-font-metric.cc (text_dimension): try
5033         lookup_tex_text_dimension() first.
5034
5035         * lily/tfm.cc: new function ly:load-text-dimensions
5036
5037 2004-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5038
5039         * scm/output-texstr.scm (text): use \lilygetmetrics
5040
5041         * scm/framework-texstr.scm (header): dump in new format.
5042
5043         * tex/lilypond-tex-metrics: new file.
5044         
5045 2004-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5046
5047         * lily/pango-font.cc (text_stencil): Quick try at glyph->charcode
5048         mapping.
5049         (index_to_charcode): New method.
5050
5051         * scm/output-ps.scm (glyph-string): 
5052         * scm/output-gnome.scm (glyph-string): Add FONT parameter.
5053
5054 2004-12-26  Jan Nieuwenhuizen  <janneke@gnu.org>
5055
5056         * scm/output-gnome.scm (FIXME-glyph-string): New function.  Cannot
5057         implement fully, need FONT to get to charcode.
5058
5059         * scm/lily.scm (ly:all-stencil-expressions): Add glyph-string.
5060
5061         * scm: Cleanups.
5062
5063         * Documentation/user/changing-defaults.itely: Fix internalsrefs
5064         {Tunable context properties},
5065         {All layout objects},
5066         {Music definitions}.
5067
5068 2004-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5069
5070         * VERSION: release 2.5.5
5071         
5072         * lily/main.cc: use TeX as default output format.
5073
5074         * flower/file-path.cc (find): try to open directly as well, so we
5075         find absolute path files. 
5076
5077         * lily/pango-select.cc: new file.
5078
5079         * scm/framework-ps.scm: remove all encoding code. 
5080         load pfb/pfa for PangoFont too.
5081         
5082         * lily/lily-guile.cc (ly_chain_assoc_get): new function.
5083
5084 2004-12-22  Werner Lemberg  <wl@gnu.org>
5085
5086         Prepare glyph shapes for mf2pt1 conversion.
5087
5088         * mf/feta-toevallig.mf ("Double Sharp"): Minor path fix.
5089
5090         * mf/feta-bolletjes.mf (penposx): New auxiliary macro.
5091         (define_triangle_shape): Use it to replace `draw' with `fill' and
5092         `unfill'.  Update all callers.
5093         (draw_slash): Replace `filldraw' with `fill'.  Update all callers.
5094         (draw_cross): Ditto.
5095         ("X-Circled notehead"): Replace `draw' with `fill' and `unfill'.
5096         Use penrazor for better conversion with mf2pt1.
5097         (generic_draw_solfa_note_shape, draw_solfa_note_shape,
5098         draw_solfa_quarter_note_shape, triangle): Removed.  Unused.
5099         (draw_do_head, draw_re_head, draw_mi_head, draw_fa_head,
5100         draw_la_head, draw_ti_head): Replace `filldraw' with
5101         `fill'.  Update all callers.
5102
5103 2004-12-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5104
5105         * lily/paper-book.cc (output): revert: only allow a single output
5106         format.
5107
5108         * lily/include/pango-font.hh: new file.
5109
5110         * lily/pango-font.cc: new file.
5111
5112         * lily/font-metric.cc (text_stencil): new routine
5113
5114         * lily/all-font-metrics.cc (find_pango_font): new routine.
5115
5116         * lily/include/font-metric.hh (struct Font_metric): add
5117         text_stencil()
5118
5119         * configure.in (PKG_CONFIG_PATH): require PANGO_FT2
5120
5121 2004-12-22  Werner Lemberg  <wl@gnu.org>
5122
5123         Prepare glyph shapes for mf2pt1 conversion.
5124
5125         * mf/feta-macros.mf, mf_feta-eindelijk.mf: Some formatting.
5126
5127         * mf/feta-toevallig.mf: Formatting.
5128         (draw_meta_sharp): Modify path to replace `filldraw' with `fill'.
5129         ("Natural"): Fix paths to allow better postprocessing.
5130         (draw_meta_flat): Use `z3l' as additional point in path to get
5131         better conversion with mf2pt1.
5132         Other minor cleanups.
5133         ("3/4 Flat"): Add auxiliary points and modify path to replace
5134         `draw' with `fill'.
5135         ("Double Sharp"): Mirror path segments instead of picture elements
5136         to get a single outline.
5137         Modify path to replace `filldraw' with `fill'.
5138
5139 2004-12-22  Graham Percival  <gperlist@shaw.ca>
5140
5141         * input/test/unfold-all-repeats.ly: added file back.
5142
5143         * Documentation/user/notation.itely,
5144         Documentation/user/programming-interface.itely
5145         Documentation/user/changing-defaults.itely: fixed misc broken
5146         links to input/test/ files.
5147
5148 2004-12-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5149
5150         * tex/texinfo.tex: Update.  We should not be distributing this,
5151         but since we do, use latest version.
5152
5153         * Documentation/user/macros.itexi: Comment-out \fetaflat,
5154         \fetasharp.  Fixes make web.  FIXME: make usable (compatible?) TeX
5155         macros for feta glyphs.
5156
5157 2004-12-22  Graham Percival  <gperlist@shaw.ca>
5158
5159         * Documentation/user/changing-defaults.itely: fix index for set.
5160
5161         * Documentation/user/converters.itely: added convert-ly bugs list
5162         from CVS.
5163
5164 2004-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5165
5166         * python/lilylib.py (setup_environment): Set GS_FONTPATH, GS_LIB
5167         to empty.  Fixes make web, using gs-gpl-8.01.  In fact,
5168         gs-afpl-8.50 has more trouble with make web (ie, uses *a lot* more
5169         resourses; 3x MAXSIZE, 4x MAXRSS, 1.5x user).
5170
5171         * mf/GNUmakefile (pfa_warning): Use less broken check.
5172
5173         * python/lilylib.py (setup_environment): Remove cruft from
5174         GS_FONTPATH.
5175
5176         * configure.in: Bump mftrace requirement to 1.1.1.
5177
5178 2004-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5179
5180         * scm/output-svg.scm (beam): Use polygon.
5181
5182         * scm/lily-library.scm: Bugfix.
5183
5184         * Documentation/user/invoking.itely (Invoking lilypond): Bugfix.
5185
5186         * mf/GNUmakefile (ALL_GEN_FILES): Remove unbuildable Fontmap.lily.
5187
5188 2004-12-19  Werner Lemberg  <wl@gnu.org>
5189
5190         Prepare glyph shapes for mf2pt1 conversion.
5191
5192         * mf/feta-eindelijk: Some formatting.
5193         (multi_rest_x, multi_beam_height): Removed.  Unused.
5194         ("Quarter rest"): Use `intersectiontimes' to create a single
5195         outline.
5196         (rest_crook): Removed.  Unused.
5197         (draw_rest_bulb): Return path (wihtout filling).  Update callers.
5198         Simplified.
5199         (draw_eighth_rest, "16th rest", "32th rest", "64th rest",
5200         "128th rest"): Simplify `pat'.
5201         Create single outline.
5202
5203 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5204
5205         * mf/GNUmakefile (ALL_GEN_FILES):
5206         (INSTALLATION_OUT_SUFFIXES): Remove unbuildable fonts.scale.
5207
5208         * scm/output-svg.scm (polygon, draw-line, dashed-line): New
5209         function.
5210
5211 2004-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5212
5213         * scm/output-texstr.scm (placebox): add routine
5214
5215         * VERSION (PACKAGE_NAME): release 2.5.4
5216
5217         * scm/framework-texstr.scm (output-framework): new file.  
5218
5219         * scm/output-texstr.scm: new file. Collect (TEXT . ) calls for TeX
5220         processing.
5221
5222         * Documentation/user/invoking.itely (Invoking lilypond): add SVG
5223
5224         * stepmake/stepmake/metafont-rules.make: make single SVG/PFA/PFB
5225         rule.
5226
5227         * configure.in (gui_b): bump mftrace requirement to 1.1.0
5228
5229         * mf/feta-bolletjes.mf (triangle): add s to 0triangle.
5230
5231         * mf/GNUmakefile (ALL_GEN_FILES): make SVG files too.
5232
5233 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5234
5235         * scm/framework-svg.scm (dump-page): Implement landscape.
5236
5237 2004-12-18  Jan Nieuwenhuizen  <janneke@gnu.org>
5238
5239         * lily/main.cc (setup_paths): Add svg to search path.
5240
5241         * scm/output-svg.scm:
5242         * scm/framework-svg.scm: Add pageSet.  Update.
5243         (dump-fonts): New function.
5244         (output-framework): Use it.
5245
5246         * mf/GNUmakefile: 
5247         * buildscripts/gen-bigcheese-scripts.py: Also generate SVG font.
5248
5249 2004-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5250
5251         * tex/lilyponddefs.tex: comment out new ifpdf code.
5252
5253 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5254
5255         * GNUmakefile.in: 
5256         * SConstruct (symlink): Replace afm by otf.
5257
5258         * scm/framework-gnome.scm (gnome-main): Remove invocation of
5259         ly:pango-add-afm-decoder.
5260
5261         * lily/lily-guile.cc ("ly:pango-add-afm-decoder"): Build fix: Remove.
5262
5263 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5264
5265         * scm/output-ps.scm (new-text): don't access t glyph for getting
5266         space dimension.
5267
5268         * ly/init.ly: warn about \version
5269
5270         * lily/lexer.ll: set version-seen?
5271
5272 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5273
5274         * scm/output-svg.scm (string->entities): Update.
5275
5276 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5277
5278         * lily/main.cc (setup_paths): replace afm by otf for path. 
5279
5280         * lily/pangofc-afm-decoder.cc: remove.
5281
5282         * lily/include/pangofc-afm-decoder.hh: remove.
5283
5284         * scm/framework-scm.scm (output-framework): new file.
5285
5286         * mf/GNUmakefile: remove SAUTER_FONTS.
5287         remove SVG/sodipodi hacks.
5288
5289         * scm/lily-library.scm (stderr): move stderr.
5290
5291         * mf/GNUmakefile: remove AFM support.
5292
5293         * buildscripts/mf-to-table.py (base): remove AFM support.
5294
5295         * lily/open-type-font.cc (design_size): use design_size
5296
5297 2004-12-17  Pedro Kroger  <kroeger@pedrokroeger.net>
5298
5299         * lily/font-metric.cc (LY_DEFINE): Fix the docstring.
5300
5301 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5302
5303         * mf/GNUmakefile: Generate combined aybabtu info.
5304         * mf/aybabtu.pe.in (i): Load it.
5305
5306         * scm/framework-tex.scm (otf-font-load-command): Bugfix: subfonts
5307         are not symbols.
5308
5309         * lily/include/open-type-font.hh (count): New method.
5310
5311         * mf/aybabtu.pe.in: Typo.
5312
5313         * Documentation/user/out/lilypond-internals.nexi (Scheme
5314         functions): Typo.
5315
5316         * lily/include/guile-compatibility.hh (SCM_HASHTABLE_P): Add compat.
5317
5318 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5319
5320         * buildscripts/gen-bigcheese-scripts.py (i): use symbols for
5321         subfonts.
5322
5323         * scm/output-tex.scm (named-glyph): new function. This fixes TeX output.
5324
5325         * scm/framework-tex.scm (otf-font-load-command): load subfonts.
5326         (tex-font-command-raw): new function.
5327
5328         * lily/include/virtual-font-metric.hh (Module): remove file
5329
5330         * lily/virtual-font-metric.cc (Module): remove file.
5331         
5332
5333         * lily/open-type-font.cc (LY_DEFINE): ly:otf-font-glyph-info
5334         (get_indexed_char): read bbox from lily table if present.
5335
5336 2004-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5337
5338         * mf/GNUmakefile ($(outdir)/aybabtu.subfonts): rule for
5339         aybabtu.subfonts
5340
5341         * mf/feta-beugel.mf (y): don't number consecutively, instead, use
5342         global glyphname. Enables more than 64 glyphs in the OTF.
5343
5344 2004-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
5345
5346         * scm/font.scm (add-music-fonts): Load aybabtu iso all separate
5347         braces.
5348
5349         * lily/open-type-font.cc (design_size): Use 12 as default for
5350         design size.
5351
5352         * mf/aybabtu.pe.in: New file.  Merge all our braces.
5353
5354         * mf/GNUmakefile: Generate aybabtu.
5355
5356         * tex/lilyponddefs.tex: teTeX 3.0 pdfetex fix.
5357
5358 2004-12-14  Jan Nieuwenhuizen  <janneke@gnu.org>
5359
5360         * scm/lily-library.scm (char->unicode-index): Remove.
5361
5362         * scm/output-gnome.scm (text): Bugfix for plain string input.
5363         Updates.
5364
5365         * scm/output-svg.scm (svg-font): Add weight to font selection.
5366
5367 2004-12-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5368
5369         * Documentation/topdocs/INSTALL.texi (Top): Point to
5370         buildscripts/out/clean-fonts instead of
5371         buildscripts/clean-fonts.sh. 
5372
5373 2004-12-13  Graham Percival  <gperlist@shaw.ca>
5374
5375         * input/regression/figured-bass.ly: attempt to clarify text.
5376
5377         * Documentation/user/notation.tely: add cindex for tag, attempt to
5378         add figured bass example.
5379
5380         * Documentation/user/changing-defaults: basic editing.
5381
5382 2004-12-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5383
5384         * buildscripts/gen-bigcheese-scripts.py (i): load .subfonts table. 
5385
5386         * lily/open-type-font.cc (LY_DEFINE): new function
5387         ly:font-sub-fonts
5388
5389         * lily/include/font-metric.hh (struct Font_metric): new method
5390         sub_fonts()
5391
5392         * lily/vaticana-ligature-engraver.cc (transform_heads): replace
5393         . with - in add.stem.
5394         
5395 2004-12-13  Jan Nieuwenhuizen  <janneke@gnu.org>
5396
5397         * scm/encoding.scm (coding-alist): Fix encodings for fetaNumber
5398         and fetaDynamic.
5399
5400         * lily/rest.cc (glyph_name): Change - to . .
5401
5402         * scm/output-gnome.scm (text): Hello world, again.
5403
5404         * scm/output-svg.scm (named-glyph): New function.  Hello world!
5405
5406         * lily/modified-font-metric.cc (index_to_charcode): New method.
5407
5408         * lily/include/font-metric.hh (index_to_charcode): New function.
5409
5410         * lily/font-metric.cc (ly:font-glyph-name-to-charcode): Use it in
5411         new function.
5412         (ly:font-glyph-to-index): Remove.
5413
5414 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5415
5416         * lily/open-type-font.cc (make_index_to_charcode_map): new method.
5417
5418         * mf/feta-autometric.mf (code): remove tex name from fet_beginchar.
5419
5420         * lily/open-type-font.cc (load_scheme_table): new function
5421
5422         * lily/dots.cc (print): replace - 
5423
5424         * lily/open-type-font.cc (attachment_point): new function.
5425         (load_table): read LILC table
5426
5427         * buildscripts/gen-bigcheese-scripts.py (Module): new
5428         file. Generate FF scripts.
5429
5430         * mf/feta-din10.mf: idem.
5431
5432         * mf/feta-nummer10.mf: remove mf files.
5433
5434         * mf/feta-alphabet.mf (dynamic_design_size): merge din and number font.
5435
5436 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
5437
5438         * lily/lily-guile.cc: Use scm_from_locale_stringn.
5439
5440         * lily/include/guile-compatibility.hh (scm_from_locale_stringn): Add
5441         compatibility.
5442
5443 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5444
5445         * lily/open-type-font.cc (get_indexed_char): scale metrics by
5446         design-size and units_per_EM.
5447
5448         * mf/bigcheese.pe.in: set PUA codepoints before loading din & nummer.
5449
5450 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
5451
5452         * mf/bigcheese.pe.in (i): Map to 0xe000 (PUA) for testing, which
5453         does not crash fontforge.
5454
5455         * scm/lily-library.scm (char->unicode-index): Hack to map onto
5456         PUA.
5457
5458 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5459
5460         * scm/framework-ps.scm (ps-embed-cff): new function.
5461
5462         * lily/lily-guile.cc (LY_DEFINE): make ly:gulp-file binary proof.
5463
5464 2004-12-12  Werner Lemberg  <wl@gnu.org>
5465
5466         * mf/bigcheese.pe.in: Add PUA mapping.
5467         Don't create Type 42 but bare CFF font.
5468
5469 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
5470
5471         * scm/output-gnome.scm (placebox): Hackery to get bigcheese symbols
5472         within canvas boundaries.
5473
5474         * mf/merge.pe.in: Set font names, version, license GPL.
5475
5476         * make/substitute.make: Add FONTFORGE.
5477
5478         * config.make.in (FONTFORGE): Add.
5479
5480         * configure.in (gui_b): Use PATH_PROG for fontforge.
5481
5482 2004-12-11  Graham Percival  <gperlist@shaw.ca>
5483
5484         * scm/define-markup-commands.scm: add baseline-skip to info
5485         about \column.
5486
5487 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
5488
5489         * lily/font-metric.cc (ly:font-get-glyph-index): New function.
5490
5491         * scm/output-gnome.scm (named-glyph): Use it.
5492
5493         * scm/lily.scm (ly:all-stencil-expressions): Add named-glyph.
5494
5495         * flower/string.cc (substitute_char): Rename, rewrite, modify this.
5496         (upper_string, lower_string, reverse_string): Remove.
5497
5498         * configure.in (fontforge): Reinstate version check.
5499
5500         * ly/engraver-init.ly: Fix clef glyph names.
5501
5502         * lily/time-signature.cc (special_time_signature): Fix fraction
5503         glyph names.
5504
5505 2004-12-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5506
5507         * mf/merge.pe: new file.
5508
5509         * lily/freetype.cc: new file.
5510
5511         * lily/include/open-type-font.hh (class Open_type_font): new file.
5512
5513         * lily/include/freetype.hh: new file.
5514
5515         * lily/open-type-font.cc: new file.
5516
5517         * lily/all-font-metrics.cc (find_otf): new function.
5518
5519 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
5520
5521         * lily/time-signature.cc (special_time_signature): Fix.
5522
5523         * configure.in (PKG_CONFIG_PATH): Remove stray `i'.  Check for
5524         GTK2 before checking for pango.  Fixes -fgnome.
5525
5526         * lily/font-metric.cc (LY_DEFINE): Also rename C name to match
5527         Scheme name.
5528
5529         * scm/define-markup-commands.scm:
5530         * scm/safe-lily.scm: Bugfix: ly:font-by-name.
5531
5532         * configure.in: Require makeinfo 4.7 (needed for @ifdocbook).
5533
5534         * stepmake/aclocal.m4 (STEPMAKE_GET_VERSION): Grok fontforge-like
5535         date versions.  Fixes configure.
5536         (STEPMAKE_CHECK_VERSION): Support optional actual program version
5537         argument.
5538
5539 2004-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5540
5541         * buildscripts/mf-to-table.py (write_ps_encoding): write real
5542         names in .enc
5543
5544         * lily/*.cc: use '.' iso. '-' for separating glyph name elements.
5545
5546 2004-12-09  Graham Percival  <gperlist@shaw.ca>
5547
5548         * Documentation/user/changing-defaults.itely: add info about
5549         make-dynamic-script
5550
5551         * Documentation/user/notation.itely: add link in dynamics to
5552         section about make-dynamic-script.
5553
5554 2004-12-09  Christian hitz  <chhitz@gmx.net>
5555
5556         * lily/lily-guile.cc: change MACOS_X to __APPLE__
5557
5558 2004-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5559
5560         * buildscripts/mf-to-table.py (parse_logfile): use . for
5561         concatting name and group.
5562         (parse_logfile): use M for Minus (negative.)
5563
5564         * lily/include/type-swallow-translator.hh
5565         (DECLARE_EVENT_SWALLOWER): ENTER_DESCRIPTION -> ADD_TRANSLATOR
5566
5567         * lily/*.cc: cosmetics around = sign.
5568
5569         * lily/paper-column.cc (Paper_column): copy rank_. This fixes
5570         lyric spacing on the penultimate column.
5571
5572 2004-12-05  Christian Hitz  <chhitz@gmx.net>
5573
5574         * configure.in:
5575         * lily/accidental-placement.cc:
5576         * lily/bar-line.cc:
5577         * lily/beam-concave.cc:
5578         * lily/beam-quanting.cc:
5579         * lily/beam.cc:
5580         * lily/bezier-bow.cc:
5581         * lily/bezier.cc:
5582         * lily/break-align-interface.cc:
5583         * lily/custos.cc:
5584         * lily/dimension-cache.cc:
5585         * lily/dot-column.cc:
5586         * lily/font-metric.cc:
5587         * lily/font-select.cc:
5588         * lily/gourlay-breaking.cc:
5589         * lily/grob-property.cc:
5590         * lily/grob.cc:
5591         * lily/lily-guile.cc:
5592         * lily/line-spanner.cc:
5593         * lily/lookup.cc:
5594         * lily/lyric-extender.cc:
5595         * lily/lyric-hyphen.cc:
5596         * lily/mensural-ligature.cc:
5597         * lily/midi-def.cc:
5598         * lily/misc.cc:
5599         * lily/note-collision.cc:
5600         * lily/note-column.cc:
5601         * lily/note-head.cc:
5602         * lily/paper-outputter.cc:
5603         * lily/percent-repeat-item.cc:
5604         * lily/rest-collision.cc:
5605         * lily/side-position-interface.cc:
5606         * lily/simple-spacer.cc:
5607         * lily/slur-configuration.cc:
5608         * lily/slur-scoring.cc:
5609         * lily/slur.cc:
5610         * lily/spaceable-grob.cc:
5611         * lily/spacing-spanner.cc:
5612         * lily/spanner.cc:
5613         * lily/staff-symbol-referencer.cc:
5614         * lily/stem.cc:
5615         * lily/stencil.cc:
5616         * lily/system-start-delimiter.cc:
5617         * lily/system.cc:
5618         * lily/text-item.cc:
5619         * lily/tie.cc:
5620         * lily/tuplet-bracket.cc:
5621         * lily/vaticana-ligature.cc: Fix for MacOS X: use <math.h> instead of
5622         <cmath> beacause isinf/isnan is undefined in <cmath>
5623
5624 2004-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5625
5626         * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond.
5627
5628 2004-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5629
5630         * VERSION: release 2.5.3
5631         
5632 2004-11-29  Arno Waschk <arno@arnowaschk.de>
5633
5634         * mf/feta-schrift.mf: added <>-like articulation mark as "espressivo"
5635
5636 2004-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5637
5638         * scm/music-functions.scm (cue-substitute): voice counts start at 0.
5639
5640         * lily/note-head.cc (internal_print): always try the "s" head if
5641         u/d not found.
5642
5643         * scm/titling.scm (marked-up-headfoot): reinstate default tagline.
5644
5645 2004-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5646
5647         * mf/parmesan-heads.mf (overdone_heads): typos.
5648
5649 2004-11-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5650
5651         * lily/parser.yy (markup): in markups, { .. } without command
5652         before are also flattened, ie \line must be explicitely used.
5653
5654         * Documentation/user/changing-defaults.itely:
5655         * Documentation/user/notation.itely: 
5656         * input/wilhelmus.ly: 
5657         * input/regression/instrument-name-markup.ly: 
5658         * input/regression/markup-score.ly: 
5659         * input/regression/new-markup-scheme.ly: 
5660         * input/regression/new-markup-syntax.ly: 
5661         * input/test/coriolan-margin.ly: use \line in markups where
5662         appropriate
5663         
5664 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5665
5666         * scm/new-markup.scm (map-markup-command-list): helper function
5667         used in parser.yy to map markup commands on a markup list.
5668
5669         * lily/parser.yy: get rid off < > in markups by treating { } as
5670         real lists.
5671
5672         * lily/lexer.ll: remove < > from markup lexer mode.
5673
5674         * scripts/convert-ly.py (conv): add rule for converting 
5675         \markup < > to \markup { }
5676
5677         * ly/titling-init.ly: 
5678         * input/test/coriolan-margin.ly: 
5679         * input/regression/new-markup-syntax.ly: 
5680         * input/regression/new-markup-scheme.ly: 
5681         * input/regression/multi-measure-rest-text.ly: 
5682         * input/regression/markup-stack.ly: 
5683         * input/regression/markup-score.ly: 
5684         * input/regression/instrument-name-markup.ly: 
5685         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: 
5686         * input/mutopia/R.Schumann/romanze-op28-2.ly: 
5687         * input/mutopia/J.S.Bach/wtk1-fugue2.ly: 
5688         * input/wilhelmus.ly: 
5689         * Documentation/user/notation.itely: 
5690         * Documentation/user/music-glossary.tely: 
5691         * Documentation/user/changing-defaults.itely: change < > to { } in
5692         markups
5693
5694 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5695
5696         * lily/accidental-placement.cc (position_accidentals): shortcut if
5697         no accidentals to place.
5698
5699 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5700
5701         * scm/define-grob-properties.scm (all-user-grob-properties): fixed
5702         typo s/ly:dimension ?/ly:dimension?/
5703
5704         * input/regression/lily-in-scheme.ly: 
5705         * input/regression/music-function.ly: 
5706         * ly/spanners-init.ly (assertBeamSlope): 
5707         * scm/music-functions.scm (def-grace-function): add the paper
5708         argument to music function definitions.
5709
5710 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5711
5712         * lily/moment.cc (LY_DEFINE):
5713         ly:moment-main-{denominator,numberator}, new function.
5714
5715         * lily/score-engraver.cc (typeset_all): assign to column on basis
5716         of axis-group-parent-X setting.
5717
5718         * lily/axis-group-engraver.cc (process_acknowledged_grobs): do
5719         add_element() on basis of axis-group-parent-Y setting.
5720
5721         * lily/grob.cc: add axis-group-parent-{XY} properties.
5722
5723         * input/regression/spacing-stick-out.ly: new file.
5724
5725         * lily/simple-spacer.cc (add_columns): use binary search for
5726         setting column rods. Changes O(n^2) to O(n log(n)) for
5727         constructing spacing problem from columns.
5728         (add_columns): read allow-outside-line to make sure no texts stick
5729         out.
5730         (solve): Simple_spacer::is_active() only determines
5731         satisfies_constraints_ for non-ragged typesetting.
5732
5733         * lily/simultaneous-music.cc (to_relative_octave): only set
5734         old_relative_used if return pitch actually changed.
5735
5736         * scm/define-context-properties.scm
5737         (all-user-translation-properties): change to match implementation.
5738
5739         * python/lilylib.py: Replace re.match by re.search and adds "-c
5740         showpage" to the gs command line (Johannes Schindelin)
5741
5742         * scm/framework-ps.scm (output-preview-framework): sanitize bbox
5743         before processing. Prevents crash when inf is in the extent.
5744
5745         * scm/define-markup-commands.scm (note-by-number): add "s" to
5746         "noteheads-" glyphname.
5747  
5748         * lily/parser.yy (Generic_prefix_music): supply parser argument to
5749         music function as well.
5750         
5751 2004-11-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5752
5753         * VERSION: release 2.5.2
5754
5755         * Documentation/user/changing-defaults.itely (Creating titles):
5756         add breakbefore variable.
5757
5758         * lily/paper-book.cc (set_system_penalty): new function. Set
5759         penalty_ based on breakBefore setting
5760
5761         * lily/context-specced-music-iterator.cc (construct_children):
5762         interpret special context id $uniqueContextId 
5763
5764         * lily/context.cc (create_unique_context): new method. Move
5765         creation of unique (\new) contexts into interpreting phase. This
5766         makes
5767
5768           foo= \new Staff ..
5769           << \foo \foo >>
5770
5771         produce 2 staves.
5772         
5773
5774         * scm/define-music-properties.scm (all-music-properties): add
5775         quoted-voice-direction
5776
5777         * ly/music-functions-init.ly: killCues function.
5778
5779         * scm/music-functions.scm (cue-substitute): move creation of voice
5780         contexts further to the back. 
5781
5782 2004-11-25  Werner Lemberg  <wl@gnu.org>
5783
5784         * tex/GNUmakefile ($(outdir)/latin1.enc): Replace `/minus' with
5785         `/hyphen' in encoding vector to get correct glyph name for EC fonts.
5786
5787 2004-11-24  Erik Sandberg  <ersa9195@student.uu.se>
5788
5789         * buildscripts/guile-gnome.sh: Fixed typo.
5790
5791 2004-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5792
5793         * lily/lexer.ll: add < >  to markup lexer mode (backportme)
5794
5795         * scripts/abc2ly.py (dump_slyrics): add ord(). 
5796
5797         * lily/note-heads-engraver.cc (process_music): add shapeNoteStyles
5798         to regular engraver. 
5799
5800 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5801
5802         * mf/feta-bolletjes.mf (triangle): rewrite solfa heads.
5803
5804 2004-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5805
5806         * scm/define-markup-commands.scm (fill-line): Typo.
5807
5808         * buildscripts/guile-gnome.sh (GGVERSION): Build update for 2.7.96
5809         and newer.
5810
5811 2004-11-22  Erik Sandberg  <ersa9195@student.uu.se>
5812
5813         * ly/dynamic-scripts-init.ly: Fixed typo.
5814
5815 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5816
5817         * mf/feta-bolletjes.mf (overdone_heads): cleanup triangle
5818         note-head, to have different attachment points for up and down.
5819
5820         * mf/feta-bolletjes.mf: merge solfa heads into main note heads.
5821
5822         * mf/feta-generic.mf (else): remove solfa.
5823
5824         * mf/feta-bolletjes.mf (tishape): remove unicode test.
5825
5826         * scm/define-context-properties.scm
5827         (all-user-translation-properties): add shapeNoteStyles property.
5828
5829         * lily/shape-note-heads-engraver.cc (process_music): new file.
5830
5831         * lily/event.cc (transpose): call Event::transpose() for
5832         transposing the tonic.
5833
5834 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5835
5836         * scm/output-gnome.scm: Save some pointers about pango/fontconfig
5837         Unicode/OpenType and AFM.
5838
5839         * lily/include/guile-compatibility.hh (scm_from_bool): Add.
5840
5841 2004-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5842
5843         * lily/grob.cc (Grob): idem. Plugs mem leaks. 
5844
5845         * lily/context.cc (Context): unprotect key from ctor.
5846
5847         * scm/stencil.scm (stack-lines): return empty-stencil if argument
5848         is '()
5849         (stack-stencils): idem.
5850
5851         * Documentation/user/changing-defaults.itely (Creating titles):
5852         document new title layout options.
5853
5854         * lily/parser.yy (lilypond_header_body): copy previous
5855         $globalheader if present.
5856
5857         * lily/ly-module.cc (LY_DEFINE): rename ly:import-module to
5858         ly:module-copy
5859         
5860         * scm/page-layout.scm (marked-up-headfoot): remove old functions.
5861
5862         * scm/titling.scm: remove old titling functions
5863
5864         * lily/stencil.cc (translate): remove absolute dimension.
5865
5866         * ly/titling-init.ly (oddFooterMarkup): new file. Generate titles
5867         via markup.
5868
5869         * scm/page-layout.scm (marked-up-headfoot): create header/footer
5870         field from user-supplied markup
5871
5872         * scm/define-markup-commands.scm (on-the-fly): new markup
5873         command. Enter SCM markup procedure directly in Scheme.
5874         (fromproperty): new markup command. Read markup from props argument.
5875
5876         * scm/titling.scm (marked-up-title): create title via
5877         user-specified markup. 
5878
5879         * scm/define-markup-commands.scm (column): remove empty stencils
5880         from column.
5881
5882         * lily/ly-module.cc (LY_DEFINE): use ly_module_lookup(). This does
5883         not have side-effect of creating variable stub.
5884
5885         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-empty?
5886
5887 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5888
5889         * scm/encoding.scm (coding-alist): 
5890         * scm/font.scm (add-ec-fonts):
5891         * ly/paper-defaults.ly: Use actual name for EC fontencoding:
5892         Extended-TeX-Font-Encoding---Latin.
5893
5894         * lily/side-position-interface.cc (general_side_position): Add
5895         actual offset to error message (avoid constant error messages).
5896
5897         * lily/all-font-metrics.cc (find_font): Add "lm" to try-AFM-first
5898         block.
5899
5900         * lily/font-select.cc (select_encoded_font)
5901         (get_font_by_mag_step, get_font_by_design_size): 
5902         * lily/modified-font-metric.cc (Modified_font_metric): 
5903         * lily/paper-def.cc (find_scaled_font): Add font_encoding parameter.
5904
5905         * scm/encoding.scm (coding-alist): Add fetaDynamic.
5906         (read-encoding-file): Bugfix: do not require space after bracket.
5907
5908         * scm/font.scm (add-cork-lm-fonts): Remove lmbxi8 and lmbxi14,
5909         these do not exist.
5910
5911 2004-11-20  Graham Percival  <gperlist@shaw.ca>
5912
5913         * Documentation/user/notation.itely: added info about typesetting
5914         boxed bar numbers.
5915
5916 2004-11-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5917
5918         * flower/interval.cc (T_to_string): gcc4 fixes.
5919
5920         * scm/define-markup-commands.scm (fill-line): use
5921         stack-stencils. This fixes problems with putting already centered
5922         stencils in a line.
5923
5924         * VERSION: release 2.5.1
5925
5926         * lily/bar-line.cc (get_staff_bar_size): add line thickness.
5927
5928 2004-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5929
5930         * input/example-[1-3].ly: simplify.
5931
5932         * lily/cluster-engraver.cc (try_music): react to busy-playing-event
5933
5934         * scm/output-ps.scm (new-text): new function. Use glyphshow to
5935         show glyphs.
5936
5937         * scm/encoding.scm (decode-byte-string): new function.
5938
5939         * scripts/convert-ly.py (conv): add warning about
5940         set-global-staff-size.
5941
5942         * Doxyfile: add. 
5943
5944         * scripts/convert-ly.py (conv): add raggedlastbottom rule
5945         (conv): warn for TextSpanner split.
5946         (conv): warn for textheight.
5947
5948 2004-11-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5949
5950         * GNUmakefile.in (install-WWW): Invoke install-info, so that when
5951         building the documentation, info with images are installed.
5952         (final-install): Fix description.  Mention sourcing of login
5953         scripts (instead of running).
5954
5955 2004-11-18  Jan Nieuwenhuizen  <janneke@gnu.org>
5956
5957         * Debian lmodern support.  Note that LilyPond will issue warnings
5958         
5959             no such encoding: "FontSpecific"
5960
5961           The font selection mechanism wants to get the encoding from the
5962           font itself, but the idea of lmodern is that it is usable with
5963           different encodings, ie, Lily should get the encoding from the
5964           font tree, rather than the font itself.  This would require some
5965           more work.
5966         
5967         * configure.in: Test for and accept lmodern if EC fonts not found.
5968
5969         * scm/framework-tex.scm (font-load-command): TeX font name
5970         mangling for latin1 encoded cork-lm fonts.
5971         (convert-to-ps): Load lm.map if available.
5972
5973         * ly/paper-defaults.ly: Use cork-lm encoding if ec is not
5974         available.
5975
5976         * scm/encoding.scm (coding-alist): Add cork-lm encoding.
5977
5978         * scm/font.scm: Add header.  Autoload cork-lm and ec fonts if
5979         available.
5980
5981         * lily/kpath.cc (ly_kpathsea_find_file): Rename.  Do not use
5982         path for absolute file name, that is silly.
5983
5984         * lily/score-engraver.cc (initialize): 
5985
5986         * Documentation/user/GNUmakefile (local-install-info): Invoke
5987         install-info --remove first.
5988
5989         * #include cleanup (Andreas Scherer).
5990
5991 2004-11-18  Heikki Junes  <hjunes@cc.hut.fi>
5992
5993         * input/test/script-abbreviations.ly: fix typos.
5994
5995 2004-11-17  Werner Lemberg  <wl@gnu.org>
5996
5997         * python/lilylib.py (options_help_str): Support pretty-printing of
5998         newlines in fourth element of option description.
5999
6000         * scripts/lilypond-book.py (option_definitions): Use new lilylib
6001         feature.
6002         Sort options.
6003
6004         * Documentation/user/lilypond-book.itely: Finish update.
6005
6006 2004-11-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6007
6008         * Documentation/user/macros.itexi: Add comment about \command.
6009
6010         * Documentation/user/lilypond.tely:
6011         * Documentation/user/lilypond-book.itely: Fix names of lilypond
6012         and lilypond-book nodes, so that `info lilypond' visits the manual
6013         at top level, and `info lilypond-book' visits the lilypond-book
6014         section.
6015
6016         * Documentation/user/GNUmakefile (local-install-info): Fix rules
6017         and packager messages.
6018
6019         * lily/pangofc-afm-decoder.cc: Update test.
6020
6021 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6022
6023         * scm/lily-library.scm (char->unicode-index): New function.
6024
6025         * scm/output-gnome.scm: 
6026         * scm/output-svg.scm: Cleanup.  Map custom fonts to PUA.
6027
6028         * Proper naming of file name throughout; s/filename/file[-_]name/.
6029
6030         * lily/modified-font-metric.cc ("ly:font-encoding"): New function.
6031
6032         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Map onto PUA.
6033
6034 2004-11-16  Werner Lemberg  <wl@gnu.org>
6035
6036         * scripts/lilypond-book.py: The Lord has commanded me to use only
6037         tabs for indentation.  Your humble servant obeys.
6038
6039 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6040
6041         * scm/output-svg.scm: Font fixes.  Sodipodi now groks svg
6042         including font, if LilyPond-feta font is only feta font in path.
6043
6044         * scm/output-gnome.scm (text): Revert to file name of font if font
6045         has no name.  Fixes ec font selection.
6046         (char): Bugfix: do not utf8 twice.  Fixes clefs.
6047
6048         * scm/framework-svg.scm:
6049         * scm/output-svg.scm: New file.  TODO: figure out how to
6050         do character by index in font.
6051
6052         * scm/output-sodipodi.scm: Remove.
6053
6054         * scm/output-ps.scm (stem): Remove.
6055
6056 2004-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
6057
6058         * scm/output-gnome.scm (beam): New function.
6059         (slur): Round corners.
6060         (round-filled-box): Round corners.
6061
6062 2004-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6063
6064         * scm/output-gnome.scm (beam): add function.
6065         (draw-line): new routine.
6066         (dashed-line): stub; call draw-line
6067         (polygon): new routine.
6068
6069 2004-11-15  Werner Lemberg  <wl@gnu.org>
6070
6071         * Documentation/user/lilypond-book.itely: Revise section on
6072         lilypond-book options.
6073         Other minor fixes.
6074
6075         * scripts/lilypond-book.py: Change indentation to 4.
6076         Minor formatting.
6077
6078 2004-11-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6079
6080         * lily/system.cc (apply_tweaks): new function. Run tweaks on all
6081         grobs that have tweaks specced.
6082         
6083 2004-11-14  Heikki Junes  <hjunes@cc.hut.fi>
6084
6085         * Documentation/user/sound-output.itexi: add code snippets for MIDI.
6086
6087 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
6088
6089         * lily/font-metric.cc (get_indexed_char_stencil): Bugfix: get
6090         actual char #, not 0 based index.
6091
6092         * lily/system-start-delimiter.cc (staff_brace): Start at 65.
6093
6094         * mf/feta-beugel.mf: Actually start at char #65.  Add header.
6095         Warning: do make -C mf clean.
6096
6097         * lily/context-property.cc: Compile fix.
6098
6099         * scm/output-gnome.scm: Add ec-fonts-mftraced to ~/.fonts.conf.
6100         Grok ec-fonts, braces and dynamics.
6101
6102         * scm/framework-gnome.scm (gnome-main): Register braces with pango.
6103
6104 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6105
6106         * lily/include/tweak-registration.hh: new file.
6107
6108         * lily/tweak-registration.cc: new file.
6109
6110         * scm/framework-gnome.scm (save-tweaks): use new key mechanism for
6111         saving tweaks.
6112
6113         * scm/output-gnome.scm (text): comment dribble.
6114
6115 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
6116
6117         * lily/pangofc-afm-decoder.cc (main): Test more feta fonts.
6118
6119         * scm/output-gnome.scm (bezier-sandwich): New function.  Reset
6120         path-def before using.  Fixes muchtomany slurs in wrong places
6121         bug.
6122
6123 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6124
6125         * lily/grob-scheme.cc (LY_DEFINE): add new function ly:grob-key.
6126
6127         * lily/include/object-key-undumper.hh (Module): new file.
6128
6129         * lily/object-key-undumper.cc (Module): New file. Deserialize
6130         keys. SCM bindings
6131
6132         * lily/object-key-dumper.cc (Object_key_dumper): idem.
6133         Provide SCM bindings.
6134
6135         * lily/include/object-key-dumper.hh (class Object_key_dumper): 
6136         new file. Serialize object keys.
6137         
6138         * lily/object-key.cc (dump): new function.
6139         (as_scheme): new virtual function
6140         (undump): new function
6141         (undumpers): new table.
6142
6143         * lily/include/global-context.hh (Context): take \score key upon init.
6144
6145         * lily/object-key-dumper.cc (serialize_key): new file.
6146
6147         * lily/include/object-key-dumper.hh (class Object_key_dumper): new file.
6148
6149         * lily/lily-lexer.cc: remove \quote.
6150
6151         * lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
6152
6153         * lily/context.cc (Context): take key argument in ctor.
6154         (create_context): new function
6155
6156         * lily/grob.cc (Grob): take key argument in ctor.  
6157
6158         * lily/lilypond-key.cc (do_compare): new file.
6159
6160         * lily/object-key.cc (Object_key): new file.
6161
6162         * lily/include/object-key.hh (class Object_key): new file.
6163
6164         * lily/include/lilypond-key.hh (class Lilypond_context_key): new file.
6165
6166 2004-11-13  Graham Percival  <gperlist@shaw.ca>
6167
6168         * Documentation/user/lilypond-book.itely: add small warning about
6169         noindent default in lilypond-book.
6170
6171         * Documentation/user/converters.itely: add examples for convert-ly.
6172
6173         * Documentation/user/examples.itely: change version string in templates
6174         to 2.4.0.
6175
6176 2004-11-12  Karl Hammar  <karl@aspodata.se>
6177
6178         * GNUmakefile.in (local-WWW-post): `find ...` overflows the
6179         cmdline, use xargs instead (backportme)
6180
6181 2004-11-10  Andreas Scherer  <andreas_mutopia@freenet.de>
6182         
6183         * Documentation/user/: Numerous fixes in the user manual.
6184
6185 2004-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6186
6187         * lily/parser.yy (re_rhythmed_music): search music expression for
6188         context-id, surround by \new Voice if not found. Fixes:
6189         addlyrics-second-staff.ly
6190
6191         * VERSION: 2.5.0 released.
6192         
6193 2004-11-12  Jan Nieuwenhuizen  <janneke@gnu.org>
6194
6195         * Documentation/index.html.in: Fix url to one big page.  (backportme)
6196
6197         * Documentation/user/GNUmakefile: Separate rules for split and
6198         unsplit html documents.  Remove perl massaging.  (backportme)
6199
6200 2004-11-11  Graham Percival  <gperlist@shaw.ca>
6201
6202         * Documentation/user/lilypond-book.itely: add short warning about
6203         \lilypond{} in LaTeX docs.
6204
6205 2004-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6206
6207         * stepmake/aclocal.m4: Barf if kpathsea/kpathsea.h is not
6208         found.  (backportme)
6209
6210         * Documentation/topdocs/INSTALL.texi (ec-fonts-mtraced): Add
6211         version requirement.  (backportme)
6212
6213         * configure.in: Be explicit about old versions of
6214         ec-fonts-mtraced.  (backportme)
6215
6216         * lily/context-selector.cc (set_tweaks): New function.
6217         * lily/grob-selector.cc (set_tweaks): (Re)set hash table.  Fixes
6218         web with -DTWEAK.
6219
6220         * Documentation/user/introduction.itely (Automated engraving):
6221         Remove fragment option.  Fixes web.
6222
6223         * lily/context-property.cc (make_item_from_properties):
6224         * lily/context.cc (add_context)[TWEAK]: Tweak registration behind
6225         #ifdef.
6226
6227         * scm/define-context-properties.scm
6228         (all-internal-translation-properties): Add tweakRank and tweakCount.
6229
6230         * lily/grob.cc: 
6231         * scm/define-grob-properties.scm (all-internal-grob-properties):
6232         Add tweak-rank and tweak-count.
6233
6234 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
6235
6236         * scm/output-gnome.scm (string->utf8-string, char->utf8-string):
6237         New function.
6238         (text): Use them.
6239
6240         * scm/framework-gnome.scm (item-event): Add support from TLA.  Support
6241         animated/opaque grob dragging tweaks.
6242
6243         * buildscripts/guile-gnome.sh: Update.
6244
6245 2004-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6246
6247         * scm/define-grobs.scm (all-grob-descriptions): Added
6248         line-interface to the LigatureBracket object.
6249
6250 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
6251
6252         * scm/framework-gnome.scm (item-event): Support non-animated mouse
6253         dragging tweaks.
6254
6255         * lily/lily-guile.cc (ly_to_string, ly_to_symbol): New function.
6256
6257         * lily/context-selector.cc (store_context): New function.
6258
6259         * lily/grob-selector.cc (register_grob)[TWEAK]: Apply tweak.
6260         (store_grob): New function.
6261         (identify_grob): Add Moment parameter.
6262
6263         * lily/lily-parser.cc (parse_file)[TWEAK]: Read .ly.t file if it
6264         exists.
6265
6266         * scm/framework-gnome.scm (save-tweaks): Write as alist.
6267
6268 2004-11-09  Jan Nieuwenhuizen  <janneke@gnu.org>
6269
6270         * scm/framework-gnome.scm (item-event): Print grob id.
6271         (save-tweaks): New function.
6272         (tweak): New funtion.
6273         (item-event): Use it, bound to arrow keys.
6274
6275         * lily/context-property.cc (make_item_from_properties): Register grob.
6276         * lily/context.cc (add_context): Register context.
6277
6278         * lily/include/context-selector.hh:
6279         * lily/include/grob-selector.hh:
6280         * lily/context-selector.cc:
6281         * lily/grob-selector.cc: New file.
6282
6283 2004-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6284
6285         * lily/slur.cc: add 'positions to interface
6286
6287         * lily/main.cc: reinstate PS as standard output format. 
6288
6289         * scm/framework-tex.scm (output-preview-framework): print systems
6290         up to first non title system.
6291
6292         * lily/grace-engraver.cc (start_translation_timestep): split
6293         scm_cadddr
6294         
6295 2004-11-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6296
6297         * lily/quote-iterator.cc (Module): remove old quote-iterator
6298
6299         * scm/define-music-types.scm (music-descriptions): move
6300         NewQuoteMusic over QuoteMusic
6301
6302         * Documentation/user/notation.itely (Formatting cue notes): use
6303         \cueDuring.
6304
6305         * lily/new-quote-iterator.cc (quote_ok): new function.
6306
6307         * input/regression/quote-cue-during.ly: new file.
6308
6309         * input/regression/quote-grace.ly: new file.
6310
6311         * scm/define-context-properties.scm (Module): change definition of
6312         graceSettings
6313
6314         * lily/context-property.cc (Module): rename from
6315         translator-property.cc
6316
6317         * lily/context.cc (context_name_symbol): new function
6318
6319         * lily/grace-engraver.cc: new file. Set properties for grobs based
6320         on the grace-ness of now_moment().
6321
6322         * scm/music-functions.scm (add-grace-property): use list
6323         iso. vector for graceSettings
6324         remove set-{start,stop}-grace-properties. 
6325
6326         * lily/new-quote-iterator.cc (construct_children): set
6327         quote_outlet_ if no quoted-context-{id,type} specified.
6328
6329         * scripts/convert-ly.py (conv): \quote -> \quoteDuring.
6330
6331         * lily/parser.yy (command_element): remove \quote.
6332
6333         * ly/music-functions-init.ly (location): add quoteDuring music
6334         function. 
6335
6336         * lily/lexer.ll: allow \encoding in lyrics as well.  Remove
6337         optional semicolon. (backportme)
6338
6339 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6340
6341         * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no
6342         need to link to GUILE et al.
6343
6344 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6345
6346         * scm/define-music-properties.scm (all-music-properties): add
6347         quoted-context-type, quoted-context-id.
6348
6349         * scm/lily.scm (type-check-list): new function.
6350         
6351         * scm/lily-library.scm: new file. Generic library routines.
6352
6353         * lily/parser.yy (Generic_prefix_music): move typechecking out of
6354         parser.
6355
6356         * ly/music-functions-init.ly: add quoteDuring function.
6357
6358         * lily/include/music-iterator.hh (class Music_iterator): rename
6359         set_translator -> set_context
6360
6361         * lily/parser.yy (Generic_prefix_music_scm): add
6362         MUSIC_FUNCTION_SCM_SCM_MUSIC
6363
6364         * scm/lily.scm (sanitize-command-option): new function. (backportme)
6365
6366         * scm/framework-tex.scm (header): sanitize TeX paper size.
6367         (backportme)
6368
6369 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6370
6371         * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard.
6372
6373         * tex/lilyponddefs.tex: If no inputencoding use latin1.  (backportme)
6374
6375         * scm/framework-tex.scm (font-load-command): Use T1 if no
6376         font-encoding set.  (backportme)
6377
6378         * scm/lily.scm (postscript->pdf): Remove .pdf file if it
6379         exists before converting.  (backportme)
6380
6381         * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it
6382         exists before converting.  (backportme)
6383         (convert-to-ps): Remove .ps file if it exists before
6384         converting.  (backportme)
6385
6386         * lily/lexer.ll: Remove extra progress newline, use present tense.
6387
6388         * scm/paper.scm (paper-alist): public.
6389         * scm/framework-tex.scm (convert-to-ps):
6390         * scm/lily.scm (postscript->pdf): Do not leak papersizename into
6391         command line.
6392
6393 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6394
6395         * scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme)
6396
6397         * lily/recording-group-engraver.cc (derived_mark): mark
6398         now_events_. (backportme)
6399
6400 2004-11-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6401
6402         * mf/GNUmakefile: use Fedora-3 in download link. (backportme.)
6403
6404         * scm/framework-tex.scm (convert-to-dvi): use ly:system for
6405         invoking latex. (backportme.)
6406
6407         * lily/stem.cc (off_callback): center stems for all rest stems.
6408
6409 2004-11-05  Werner Lemberg  <wl@gnu.org>
6410
6411         * Documentation/user/lilypond.tely: Add more guidelines for writing
6412         lilypond texinfo documents.
6413
6414 2004-11-05  Heikki Junes  <hjunes@cc.hut.fi>
6415
6416         * Documentation/index.html.in: remove <hr>.
6417
6418         * THANKS: change 2.3 to 2.4.
6419
6420 2004-11-05  Jan Nieuwenhuizen  <jannneke@gnu.org>
6421
6422         * scm/output-gnome.scm: More fontconfig comment.
6423
6424 2004-11-05  Pedro Kroger  <kroeger@pedrokroeger.net>
6425
6426         * GNUmakefile.in ($(builddir)/share/lilypond-force): create the
6427         <package> directory in $(builddir)/share according with
6428         PACKAGE_NAME defined in the VERSION file.
6429
6430 2004-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6431
6432         * lily/beam.cc (rest_collision_callback): use local beam
6433         multiplicity.
6434
6435         * input/regression/stem-stemlet.ly: new file.
6436
6437         * lily/stem.cc (add_head): store rests as well.
6438
6439         * scm/define-grob-properties.scm (all-user-grob-properties): add
6440         stemlet-length
6441
6442         * lily/stem.cc: store rests as well.
6443         
6444         * input/regression/new-slur.ly: mention forcing.
6445
6446 2004-11-04  Werner Lemberg  <wl@gnu.org>
6447
6448         * Documentation/user/*: A new round of layout fixes and document
6449         structure cleanup.
6450
6451 2004-11-04  Heikki Junes <hjunes@cc.hut.fi>
6452
6453         * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x.
6454
6455 2004-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6456
6457         * Documentation/topdocs/INSTALL.texi (Top): Remove geometry.
6458
6459 2004-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
6460
6461         * Documentation/topdocs/INSTALL.texi (Top): Fix geometry url (dax).
6462
6463         * lily/lily-parser.cc (LY_DEFINE): Remove "Now " from message.
6464
6465         * lily/main.cc (main): Invoke identify.
6466
6467         * scm/lily.scm (postscript->pdf): Remove progress newline.
6468         Write progress to stderr.
6469
6470         * lily/paper-book.cc (output): Remove progress newline.
6471
6472         * scm/framework-tex.scm (convert-to-dvi, convert-to-ps): Call
6473         gettext on user messages, and remove whitespace.
6474
6475         * lily/paper-outputter.cc (get_paper_outputter): Add progress newline.
6476
6477         * scripts/lilypond-latex.py (program_name): Bugfix: use only basename of
6478         argv[0] (Thomas Scharkowski).
6479
6480         * configure.in: Bugfix: add REQUIRED parameter to STEPMAKE_TEXMF
6481         call (carlyannehorse).  Also check for mf and mf-nowin.  Add check
6482         for ec-fonts-mtraced.
6483
6484         * GNUmakefile.in (builddir-exec): Add symlink tex/out.  Fixes
6485         --srcdir build (Bertalan).
6486
6487         * stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile
6488         headers and library too (Laura Conrad).
6489
6490         * Documentation/topdocs/INSTALL.texi (Top): Mention development
6491         package for guile too (Laura Conrad).
6492
6493         * lily/main.cc (usage): Typo.
6494
6495 2004-11-02  Werner Lemberg  <wl@gnu.org>
6496
6497         * Documentation/user/notation.ly: More fixes to improve appearance.
6498
6499         * tex/texinfo.tex: Updated from texinfo CVS -- this version provides
6500         better output for multicolumn tables.
6501
6502 2004-11-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6503
6504         * lily/main.cc (dir_info): Fixed typo in the printouts.
6505
6506 2004-11-01  Werner Lemberg  <wl@gnu.org>
6507
6508         * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
6509         of output.
6510         Set `per_line' to 2; replace hard-coded value with it.
6511
6512         * Documentation/user/*: Many fixes to improve appearance of
6513         printed manual.
6514
6515 2004-11-01  Werner Lemberg  <wl@gnu.org>
6516
6517         * Documentation/user/changing-defaults.itely,
6518         Documentation/user/notation.ly,
6519         Documentation/user/programming-interface.itely: Use @/.
6520         Fix formatting of some lilypond snippets and tables.
6521
6522         * scripts/lilypond-book.py (compose_ly): Provide useful default
6523         for LINEWIDTH in `override'.
6524
6525 2004-10-31  Graham Percival  <gperlist@shaw.ca>
6526
6527         * Documentation/user/invoking.itely: change "3.0" -> "2.4"
6528
6529 2004-10-31  Werner Lemberg  <wl@gnu.org>
6530
6531         Resetting @exampleindent to `5' gives ugly results with texinfo's
6532         DVI output.  Use `@format @exampleindent 0 ... @end format' instead
6533         (if not quoting) to change @exampleindent only locally.
6534
6535         * scripts/lilypond-book.py (NOQUOTE): New variable.
6536         (output) [LATEX]: Remove AFTER and BEFORE.
6537         [TEXINFO]: Remove AFTER and BEFORE.
6538         Fix QUOTE and VERBATIM pattern.
6539         Add NOQUOTE pattern.
6540         (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
6541         and BEFORE.
6542         [output_texinfo]: Use NOQUOTE.
6543
6544 2004-10-31  Graham Percival  <gperlist@shaw.ca>
6545
6546         * Documentation/user/changing-defaults.itely: clarify paper
6547         size commands with correct info.
6548
6549         * Documentation/user/lilypond-book.itely: add more docs for
6550         filename extensions.
6551
6552 2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6553
6554         * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
6555         (PATCH_LEVEL): start 2.5.0.
6556
6557 2004-10-30  Graham Percival  <gperlist@shaw.ca>
6558
6559         * Documentation/user/notation.itely: add warning about bar numbers
6560         in multistaff music, add warning about quoting grace notes.
6561
6562         * Documentation/user/changing-defaults.itely: clarify paper size commands,
6563         add missing subsubtitle entry to Creating titles.
6564
6565         * Documentation/user/tutorial.itely: change 3.0 references to 2.4.
6566
6567 2004-10-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6568
6569         * scripts/convert-ly.py (conv): fixed \context Foo = mixedCaps
6570         case.
6571         (conv): add dummy 2.4.0 conversion rule.
6572
6573         * Documentation/user/lilypond.tely: add @finalout.
6574
6575         * lily/slur-scoring.cc (enumerate_attachments): use stem_extent_
6576         for attaching, fixes slur/stem left attachment of
6577         downslur/downstem.
6578
6579         * lily/quote-iterator.cc (process): use <= for comparisons. Fixes
6580         quote problem if for last note of quoted sequence. 
6581
6582         * input/regression/part-combine-text.ly (comm): add expect strings.
6583
6584 2004-10-30  Werner Lemberg  <wl@gnu.org>
6585
6586         * Documentation/user/examples.itely: Improved layout.
6587
6588         * Documentation/invoking.itely: Use `@/' to insert breakpoints.
6589
6590         * Documentation/macros.itexi (@inputfileref) [@tex]: Use `@/'.
6591
6592         * Documentation/notation.itely: Use `@/'.
6593         Other layout fixes.
6594
6595 2004-10-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6596
6597         * lily/part-combine-iterator.cc (unisono): examine last_playing_
6598         (not state_), this fixes a2 printing after chord.
6599
6600         * input/regression/no-staff.ly: fix octave, revise syntax.
6601
6602         * input/regression/lyrics-bar.ly (texidoc): fixes.
6603
6604         * input/regression/beam-dir-functions.ly (Module): remove from regtest
6605
6606         * input/regression/accidentals.ly (Module): remove from regtest.
6607
6608         * lily/parser.yy (Prefix_composite_music): 
6609         oops. Chords should be unrelativable, not bass figures untransposable.
6610
6611         * VERSION: 2.3.26 released.
6612         
6613         * lily/completion-note-heads-engraver.cc (try_music): only return
6614         something when is_first_ is true. Fixes lyrics with completion_heads. 
6615
6616         * make/lilypond-vars.make: add scripts/out/ to PATH, to find ps2png. 
6617
6618         * scm/lily.scm (ly:system): new function. Catches uninstalled
6619         ps2png.
6620
6621 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6622
6623         * Documentation/user/notation.itely: remove
6624         @hyphenatedinternalsref.
6625
6626 2004-10-29  Werner Lemberg  <wl@gnu.org>
6627
6628         * scm/framework-tex.scm (dump-line): Fix dimensions for \lybox.
6629
6630         * scripts/lilypond-book.py (no_options): New dictionary.
6631         (simple_options): New list.
6632         (ly_options): Remove NOINDENT and EXAMPLEINDENT patterns.
6633         (compose_ly): Use `no_options' and `simple_options'.
6634         Fix logic of option handling.
6635         Handle `linewidth' option without parameter.
6636
6637 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6638
6639         * lily/lookup.cc (triangle): use (0, interval.length()) for X
6640         extent, since the stencil is translated later on.
6641
6642         * lily/ledger-line-spanner.cc (print): swap linear_combination
6643         arguments, effectively shortens ledger line. 
6644
6645         * Documentation/user/GNUmakefile
6646         ($(outdir)/lilypond/lilypond.html): use find to remove files.
6647
6648         * lily/main.cc: --no-pages option.
6649
6650 2004-10-28  Carl Sorensen  <carldsorensen@comcast.net>
6651
6652         * Documentation/user/notation.itely (Fret diagrams): add extra
6653         notes to example to avoid collisions between fret diagrams.
6654
6655 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6656
6657         * Documentation/user/notation.itely (Automatic note splitting):
6658         note about lyrics. 
6659
6660         * Documentation/user/converters.itely (Invoking convert-ly): note
6661         about version numbers. 
6662
6663         * scripts/abc2ly.py (dump_score): revise lyric dumping
6664
6665         * scripts/mup2ly.py (pre_processor_commands): always open file.
6666
6667         * scripts/etf2ly.py (Frame.calculate): always close \grace.
6668         (Etf_file.dump): add \version
6669
6670         * VERSION: 2.3.25 released.
6671
6672         * lily/scm-option.cc: add 'resolution to ly:get-option argument
6673         list.
6674
6675 2004-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6676
6677         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-origin
6678
6679 2004-10-28  Werner Lemberg  <wl@gnu.org>
6680
6681         * Documentation/user/music-glossary.tely: More fixes to improve
6682         appearance with DVI output.
6683
6684         * scripts/lilypond-book.py (compose_ly): Use 0.4in for
6685         EXAMPLEINDENT.  This is the maximum value for quotation environments
6686         used in `texinfo.tex' -- many warnings in lilypond.dvi are now gone.
6687
6688 2004-10-27  Werner Lemberg  <wl@gnu.org>
6689
6690         * Documentation/user/music-glossary.tely: Revised.
6691
6692 2004-10-26  Carl Sorensen  <carldsorensen@comcast.net>
6693
6694         * input/test/fret-diagram.ly: insert breaks, remove raggedright to
6695         improve fret diagram spacing in printed output.
6696
6697         * Documentation/user/notation.itely (Fret diagrams): Remove raggedright
6698         from options for the example so fret-diagrams won't overlap
6699         one another.
6700
6701 2004-10-26  Werner Lemberg  <wl@gnu.org>
6702
6703         * scripts/lilypond-book.py: Some additional formatting for
6704         orthogonality.
6705         (ly_options) [*]: Format strings.
6706         [RAGGEDRIGHT]: Don't set `indent'.  This is now properly handled
6707         by `compose_ly'.
6708         (output) [LATEX][OUTPUT]: Format string and simplify.
6709         (PREAMBLE_LY, FRAGMENT_LY): Format string.
6710         (classic_lilypond_book_compatibility): Take key/value pair as
6711         parameter.
6712         Return key/value pair.
6713         (compose_ly): Rewritten, taking the snippet type as third parameter. 
6714         The default values are now set more sensible, and a `linewidth'
6715         option is no longer overwritten under some circumstances.
6716
6717         * Documentation/user/music-glossary.tely: Replace all accented
6718         character macros with latin-1 codes.
6719
6720 2004-10-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6721
6722         * lily/music-function.cc (ly_make_music_function): when an
6723         argument predicate is markup?, the signature keyword becomes
6724         "markup" iso "scm".
6725
6726         * lily/lexer.ll (music_function_type): new MUSIC_FUNCTION_*MARKUP*
6727         tokens, for functions which signatures contain "markup".
6728
6729         * lily/parser.yy (Generic_prefix_music_scm): add treatment for new
6730         MUSIC_FUNCTION_*MARKUP* tokens.
6731
6732 2004-10-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6733
6734         * input/regression/lyrics-bar.ly: Make StaffGroup accept the new
6735         Lyrics context.
6736
6737 2004-10-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6738
6739         * python/lilylib.py (make_ps_images): return list of output files.
6740
6741         * lily/simple-spacer.cc (LY_DEFINE): for ragged, we can end with
6742         all springs tight, and still satisfy the constraints.
6743
6744 2004-10-25  Werner Lemberg  <wl@gnu.org>
6745
6746         * scripts/lilypond-book.py: s/option-sep/option_sep/.
6747         (format_res) [LATEX, TEXINFO]: Skip whitespace before comma also.
6748         (snippet_res): Fix regexps and make them ignore whitespace properly.
6749         (compose_ly): Use `re.split' instead of `string.split' to remove
6750         surrounding whitespace.
6751         Some formatting to get more consistency.
6752
6753 2004-10-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6754
6755         * VERSION: 2.3.24
6756         
6757         * scm/define-context-properties.scm
6758         (all-user-translation-properties): add verticallySpacedContexts.
6759
6760         * scm/define-grob-interfaces.scm (vertically-spaceable-interface):
6761         add interface
6762
6763         * scm/define-grob-properties.scm (all-internal-grob-properties):
6764         add spaceable-staves
6765
6766         * scm/define-grobs.scm (all-grob-descriptions): set
6767         vertically-spaceable-interface for VerticalAxisGroup and
6768         RemoveEmptyVerticalGroup
6769
6770         * lily/system.cc (get_line): determine staff_refpoints_
6771         using spaceable-staves.
6772
6773         * lily/score-engraver.cc (acknowledge_grob): ack
6774         vertically-spaceable-interface and verticallySpacedContexts to
6775         set spaceable-staves.
6776
6777         * input/regression/new-slur.ly: add slur under 16th subbeam case.
6778
6779         * lily/slur-scoring.cc (fill): init has_same_beam_ before use.
6780
6781 2004-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6782
6783         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): tune
6784         minimumVerticalExtent tweaks. 
6785  
6786         * mf/feta-schrift.mf: include size of thumb appendix in
6787         bbox. Fixes: c-thumb-notehead.ly  
6788
6789         * THANKS: add Meisters to the Development team.
6790
6791         * scm/framework-tex.scm (convert-to-dvi): redirect output to
6792         /dev/null for non-verbose.
6793
6794         * Documentation/user/invoking.itely (Invoking lilypond): add note
6795         about resource usage.
6796
6797         * tex/GNUmakefile (TEX_FILES): add texinfo.cnf
6798
6799         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): add
6800         --enable-encoding
6801
6802         * Documentation/user/lilypond.tely: add -*- coding: latin-1 -*- everywhere. 
6803
6804         * Documentation/user/changing-defaults.itely (Text encoding):
6805         change to latin1.
6806
6807         * Documentation/user/lilypond.tely: add language and encoding.
6808
6809         * scm/define-grobs.scm (all-grob-descriptions): add
6810         line-interface.
6811
6812         * configure.in (PKG_CONFIG_PATH): bump makeinfo version to 4.7
6813
6814         * input/test/ossia.ly: font sizes for ossia.
6815
6816         * scripts/convert-ly.py (conv): \context Foo = NOTENAME
6817         -> \context Foo = "NOTENAME".
6818
6819         * lily/main.cc (determine_output_options): fix ordering.
6820
6821 2004-10-24  Erik Sandberg  <ersa9195@student.uu.se>
6822
6823         * THANKS: Added bughunters for 2.3.
6824
6825 2004-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6826
6827         * Documentation/user/macros.itexi: use findex functions/internals
6828         objects.
6829
6830         * scm/documentation-generate.scm (string-append): add syncodeindex
6831
6832         * Documentation/user/tutorial.itely (A lead sheet): use \chords
6833         for tutoring chord names.
6834  
6835         * Documentation/user/lilypond.tely: remove @authors.
6836
6837 2004-10-23  Werner Lemberg  <wl@gnu.org>
6838
6839         * scm/framework-tex.scm (dump-page): Add width to \lybox call.
6840         Remove first two parameters of \lybox.
6841         Don't emit \vbox around \lybox.
6842         (dump-line): Add width to \lybox call.
6843         Remove first two parameters of \lybox.
6844
6845         * tex/lilyponddefs.tex (\topalign, \leftalign): Removed.
6846         (\lyitem): Updated.
6847         (\lybox): Only take three parameters.
6848         Create box which has zero depth, only height.
6849         Center box vertically along the x-height of current font.
6850
6851 2004-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6852
6853         * VERSION (PACKAGE_NAME): release 2.3.23
6854
6855         * scm/framework-tex.scm (convert-to-ps): add -E if filename
6856         contains .preview.
6857
6858 2004-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6859
6860         * lily/lyric-extender.cc (print): only run to right-bound if
6861         broken. This fixes input/regression/lyric-extender.ly
6862
6863         * input/regression/beamed-chord.ly: removed.
6864
6865         * Documentation/user/macros.itexi: add \global to definitions for
6866         feta macros.
6867
6868         * po/fr.po: updated po file.
6869
6870         * po/de.po: updated po file.
6871
6872 2004-10-22  Werner Lemberg  <wl@gnu.org>
6873
6874         * tex/lilyponddefs.tex (\lilypondend): Undo change from 2004-10-20.
6875
6876 2004-10-21  Werner Lemberg  <wl@gnu.org>
6877
6878         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex
6879         (\lilypondexperimentalfeatures): Removed.
6880
6881 2004-10-20  Jürgen Reuter  <reuter@ipd.uka.de>
6882
6883         * Documentation/user/notation.itely: fixed 2 typos
6884
6885 2004-10-20  Werner Lemberg  <wl@gnu.org>
6886
6887         * scm/framework-tex.scm (header-end): Don't set \outputscale.
6888         (dump-line): Produce prettier output.
6889
6890         * tex/lilyponddefs.tex: Comment all macros extensively.
6891         (\lilypondstart): Set \outputscale.
6892         Define \lilypondpagebreak and \lilypondnopagebreak here.
6893         Don't test for positive \lilypondpaperlinewidth -- this is always
6894         positive in the normal case (LilyPond produces bad output otherwise
6895         so we can safely ignore negative or zero values).
6896         (\lilypondend): Remove useless test for \lilypondbook.
6897         (\fetasixteen, \fetafont, \fetachar): Removed, unused.  We also
6898         don't input `feta20.tex'.
6899
6900 2004-10-19  Graham Percival  <gperlist@shaw.ca>
6901
6902         * Documentation/user/examples.itely: added texidoc lilypond-book
6903         template.
6904
6905 2004-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6906
6907         * cygwin/lilypond.hint: Update.
6908
6909 2004-10-18  Carl Sorensen  <carldsorensen@comcast.net>
6910
6911         * Documentation/user/notation.itely (Fret diagrams): Add documentation
6912         for fret diagram markups to user manual
6913
6914         * scm/fret-diagrams.scm (fret-diagram-terse): Fix mistake in internal
6915         documentation for fret-diagram-terse
6916
6917         * Documentation/user/notation.itely: Added section on fret diagrams.
6918
6919 2004-10-18  Jan Nieuwenhuizen  <janneke@gnu.org>
6920
6921         * scripts/convert-ly.py (usage): Fix --help description.  Apply
6922         range also for --show-rules.
6923
6924 2004-10-18  Werner Lemberg  <wl@gnu.org>
6925
6926         * scripts/lilypond-book.py (Snippet, Include_snippet)
6927         [replacement_text]: Use group `match'.
6928
6929 2004-10-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6930
6931         * Documentation/user/macros.itexi: Use @ref instead of @inforef
6932         for html.  Apparently, ``you should'' in texinfo documentation is
6933         merely a guideline that can safely be ignored.
6934
6935         * elisp/lilypond-init.el (auto-mode-alist): Add .ily to
6936         auto-mode-alist.
6937
6938         * input/test/engraver-example.ily: 
6939         * input/regression/allfontstyle.ily: Rename, update users.
6940
6941 2004-10-16  Graham Percival  <gperlist@shaw.ca>
6942
6943         * Documentation/user/lilypond-book.itely: add more details about
6944         building .lytex files.
6945
6946         * Documentation/user/examples.itely: added piano-lyrics template
6947
6948         * input/template/piano-4-voices.ly, piano-lyrics.ly: remove.
6949
6950         * input/GNUmakefile: remove "templates" from build subdirs.
6951
6952         * input/template: removed.
6953
6954 2004-10-16  Werner Lemberg  <wl@gnu.org>
6955
6956         * scripts/lilypond-book.py (snippet_res): Define group `match'
6957         everywhere.
6958         Accept more spaces between commands and its arguments and options.
6959         Fix some regexps.
6960         (output): Remove some newlines in string values and suppress spaces
6961         in output.
6962         (output_texinfo): Output `output_print_filename' only if not empty.
6963         (Lilypond_snippet)[find_toplevel_snippets]: Use group `match'.
6964
6965 2004-10-16  Werner Lemberg  <wl@gnu.org>
6966
6967         * scm/framework-tex.scm (font-load-command, define-fonts): Protect
6968         some TeX line ends with `%' to avoid additional horizontal space in
6969         output.
6970
6971         * scripts/lilypond-book.py: Unexpand spaces to tabs.
6972         (snippet_res): Use `x' modifier to represent regular expressions
6973         in a friendlier way.
6974         Fix `lilypond_block' for LaTeX to accept `%\end{lilypond}'.
6975         (find_toplevel_snippets): Don't use indices from match group 0,
6976         which is the whole pattern space, but group 1.
6977
6978 2004-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6979
6980         * flower/include/direction.hh (enum Direction): add
6981         DIRECTION_LIMIT
6982
6983 2004-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6984
6985         * po/fr.po: new po file.
6986
6987 2004-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
6988
6989         * Documentation/user/macros.itexi: Do not construct external
6990         references using @uref.  That results in broken links.
6991
6992         * lily/slur.cc (outside_slur_callback): Use int in for loop;
6993         avoids g++-3.4.1 enum beature.
6994
6995 2004-10-13  Graham Percival  <gperlist@shaw.ca>
6996
6997         * Documentation/user/examples.itely: added lilypond-book template.
6998
6999         * Documentation/user/lilypond-book.itely: added filename extension
7000         page.
7001
7002 2004-10-13  Jan Nieuwenhuizen  <janneke@gnu.org>
7003
7004         * debian/rules (binary-indep): Link images for info.
7005
7006         * elisp/lilypond-mode.el (LilyPond-command): Set XEDITOR.  Cool
7007         feature nicked from jEdit.
7008
7009 2004-10-12  Pedro Kroger  <kroeger@pedrokroeger.net>
7010
7011         * Documentation/user/introduction.itely: Minor corrections.
7012
7013         * Documentation/user/notation.itely: Minor corrections.
7014
7015         * Documentation/user/tutorial.itely: Minor corrections.
7016
7017 2004-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7018
7019         * scm/framework-ps.scm (page-header): Fix Layout renaming bug.
7020
7021         * scm/*.scm:
7022         * ly/paper-defaults.ly: Use papersizename only.
7023
7024 2004-10-11  Werner Lemberg  <wl@gnu.org>
7025
7026         * tex/lilyponddefs.tex (\lyitem): Don't use \topalign to make
7027         \raise work with positive values.
7028
7029 2004-10-11  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7030
7031         * Documentation/user/notation.itely (Multi measure rests): Update
7032         the docs corresponding to the implementation change from 2004-10-08.
7033
7034 2004-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7035
7036         * VERSION (MY_PATCH_LEVEL): release 2.3.22
7037
7038         * scm/part-combiner.scm (determine-split-list): reinstate
7039         playing+resting case. 
7040
7041         * Documentation/user/invoking.itely (Reporting bugs): rename.
7042
7043         * lily/lexer.ll (Lily_lexer): bump version req to 2.3.22.
7044
7045         * lily/parser.yy (Prefix_composite_music): change no-transposition
7046         for mode_changing_head to figures too.
7047
7048         * lily/phrasing-slur-engraver.cc (acknowledge_grob): do something
7049         with normal slurs too.
7050         
7051         * lily/slur-scoring.cc (move_away_from_staffline): new function.
7052         (get_base_attachments): move away attachment point for breaks
7053         similar to attachment points on slurs (staffline collision, and
7054         half a space of padding)
7055
7056         * scm/page-layout.scm (ly:optimal-page-breaks): don't compute
7057         force twice.
7058
7059         * lily/simple-spacer.cc (LY_DEFINE): if line too long in ragged
7060         mode, return #f.        
7061
7062         * scm/page-layout.scm (ly:optimal-page-breaks): set force = 0.0
7063         for last page if raggedlast. 
7064
7065         * lily/parser.yy (Prefix_composite_music): untransposable is for
7066         FiguredBass, not ChordNames
7067
7068 2004-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
7069
7070         * scm/framework-tex.scm: Merge fix.
7071
7072 2004-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
7073
7074         The grand \paper -> \layout, \bookpaper -> \paper renaming.
7075
7076 2004-10-10  Graham Percival  <gperlist@shaw.ca>
7077
7078         * Documentation/user/notation.itely: add raggedright to a whole
7079         bunch of places.
7080
7081 2004-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7082
7083         * scm/paper.scm (set-paper-dimension-variables): new
7084         function. Define dimension-variables explicitly in \paper too.
7085         This allows overriding linewidth inside \score { \paper { } }
7086         blocks
7087  
7088         * scm/framework-tex.scm (convert-to-ps): invoke dvips with -t
7089         landscape.
7090         (header): add landscape and papersize options.
7091
7092 2004-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7093
7094         * lily/*.cc: use robust_scm2moment() where appropriate.
7095
7096         * lily/moment.cc (robust_scm2moment): new function.
7097
7098         * scm/titling.scm (default-score-title): remove caps for piece.
7099
7100         * VERSION: 2.3.21 released.
7101         
7102         * lily/include/slur-scoring.hh (struct Slur_score_state): new file
7103
7104         * lily/include/slur-configuration.hh (class Slur_configuration):
7105         new file.
7106
7107         * lily/slur-configuration.cc: new file. move scoring functions
7108         into Slur_configuration.
7109
7110         * lily/slur-scoring.cc (Slur_score_state): change static functions
7111         to methods of Slur_score_state.
7112
7113         * lily/bezier-bow.cc (Message): 
7114
7115         * flower/include/interval-set.hh (Message): new file.
7116
7117         * flower/interval-set.cc (Message): new file.
7118
7119 2004-10-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7120
7121         * lily/multi-measure-rest-engraver.cc (process_music): always
7122         generate MultiMeasureRestNumbers.
7123
7124         * SConstruct (txt_files): switch of make dist
7125
7126         * lily/bezier-bow.cc (get_slur_indent_height): change recipe to
7127         make sure that (indent < len / 3). This fixes progerror-max_h.ly
7128
7129         * lily/multi-measure-rest-engraver.cc (process_music): make
7130         MultiMeasureRestNumber too.
7131
7132 2004-10-08  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7133
7134         * Documentation/user/notation.itely (Bar lines): Added a note that
7135         defaultBarType is to be changed in the Timing context.
7136
7137 2004-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7138
7139         * lily/include/guile-compatibility.hh: add file.
7140
7141         * scm/framework-tex.scm (convert-to-dvi): use max of current
7142         extra_mem_top and 1M.
7143
7144         * lily/kpath.cc (LY_DEFINE): ly_kpathsea_expand_variable. New
7145         function.
7146
7147 2004-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7148
7149         * scm/framework-tex.scm (convert-to-dvi): set extra_mem_top to 1M.
7150  
7151 2004-10-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7152
7153         * lily/slur-scoring.cc (struct Slur_score_state): add
7154         has_same_beam_, edge_has_beams_, is_broken_ bools.
7155         (get_base_attachments): simpler Y attachment determination for
7156         broken slurs.
7157
7158 2004-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7159
7160         * buildscripts/texi2omf.py: Add hashbang.  Starting the script in
7161         bash without that is quite interesting.  Add xml and some omf
7162         keys.
7163
7164 2004-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
7165
7166         * Documentation/user/macros.itexi: Add xml macros.
7167
7168         * Documentation/user/GNUmakefile (extra-local-help): Add xml rules.
7169
7170         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): Fix location.
7171
7172 2004-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7173
7174         * lily/break-substitution.cc (substitute_mutable_property_alist):
7175         only put property back into value if != SCM_UNDEFINED
7176
7177         * lily/lyric-extender.cc (print): don't take common refpoint of
7178         null object if right_text isn't there.
7179  
7180         * lily/slur-scoring.cc (struct Slur_score_state): new
7181         struct. Collect scoring function arguments.
7182         (struct Slur_score_state): add musical_dy_
7183         (get_extra_encompass_infos): new function. Split off state
7184         computations.
7185
7186         * scm/part-combiner.scm (determine-split-list): remove playing1
7187         and playing2.
7188
7189 2004-10-02  Graham Percival  <gperlist@shaw.ca>
7190
7191         * Documentation/index.html.in: remove link to templates.
7192
7193         * Documentation/user/notation.itely: more small fixes.
7194
7195 2004-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7196
7197         * lily/timing-engraver.cc (process_music): move setting
7198         measure-length. This fixes spacing-whole-rest.ly
7199
7200         * VERSION (PACKAGE_NAME): release 2.3.20
7201         
7202         * input/regression/quote-transposition.ly: update example
7203
7204         * scm/define-music-properties.scm (all-music-properties): change
7205         meaning of instrumentTransposition.  It is now the pitch played
7206         that sounds as middle C. This means that instrumentTransposition
7207         can be \transposed. 
7208         Fixes: transpose-quote.ly
7209
7210         * lily/parser.yy (command_element): reverse setting of
7211         instrumentTransposition
7212
7213         * lily/pitch.cc (pitch_interval): rename.
7214
7215         * lily/recording-group-engraver.cc (stop_translation_timestep):
7216         remove macrameing of accumulator and set_car/cdr.
7217         Fixes: transposition-quote.ly
7218
7219         * lily/music.cc (transpose): fold Event::transpose() in.
7220
7221         * lily/event.cc: remove Transpose. 
7222
7223         * lily/recording-group-engraver.cc: cleanup.
7224
7225         * ly/music-functions-init.ly (displayMusic): add function.
7226
7227         * make/lilypond.fedora.spec.in: rename file.
7228
7229         * lily/lily-lexer.cc (mark_smob): don't use ly_cdr() for getting
7230         to-be-marked objects. Use SCM_CELL_WORD_1 instead. 
7231
7232         * Documentation/user/changing-defaults.itely (Changing context
7233         properties on the fly): typo.
7234
7235         * lily/slur.cc (outside_slur_callback): try three sample points
7236         for determining collisions. This fixes: slur-script.ly.
7237
7238 2004-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7239
7240         * scripts/lilypond-book.py (ext2format): Add latex as Latex.
7241
7242 2004-10-01  Graham Percival  <gperlist@shaw.ca>
7243
7244         * Documentation/user/notation.itely: more small fixes.
7245
7246         * Documentation/user/examples.itely: make new sections.
7247
7248         * input/test/bar-lines.ly: improve output, fix bug.
7249
7250         * Documentation/user/changing-defaults.itely: small fixes.
7251
7252 2004-10-01  Werner Lemberg  <wl@gnu.org>
7253
7254         * tex/lilyponddefs.tex (\lilypondECencoding): New command to handle
7255         T1 encoding in texinfo mode.
7256         (\lilypondstart): Use it.
7257         (\lilypondloop, \lilyponditerate): Removed.  Unused.
7258
7259 2004-09-30  Werner Lemberg  <wl@gnu.org>
7260
7261         * tex/lilyponddefs.tex (\lilypondstart): Define
7262         \lilypondfontencoding for both texinfo and latex mode.
7263
7264         * scm/framework-tex.scm (font-load-command): Use
7265         \lilypondfontencoding.
7266
7267 2004-09-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7268
7269         * scm/framework-tex.scm (dump-page): take with-extents?
7270         argument. If true, output Y extents. Used for lilypond-book
7271         documents.
7272
7273         * scripts/lilypond-book.py (PREAMBLE_LY): set dump-extents for
7274         \bookpaper.
7275
7276         * lily/slur.cc (outside_slur_callback): epsilon-delta management
7277         for slur edges. Fixes: progerror-no-bezier-intersection.ly
7278  
7279         * scm/framework-tex.scm (dump-page): put stencil height in dumped
7280         page.
7281
7282 2004-09-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7283
7284         * Documentation/user/notation.itely (Multi measure rests):
7285         Improved example.
7286
7287 2004-09-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7288
7289         * lily/auto-beam-engraver.cc (test_moment): robustify.
7290
7291 2004-09-28  Werner Lemberg  <wl@gnu.org>
7292
7293         * scm/framework-tex.scm (font-load-command): Define proper font
7294         macro which sets font encoding if available.
7295         (define-fonts): Define \lilypondpaperinputencoding, to be taken
7296         from the \bookpaper block.
7297
7298         * tex/lilyponddefs.tex (\lilypondstart): Use
7299         \lilypondpaperinputencoding for global input encoding.
7300
7301 2004-09-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7302
7303         * lily/score.cc (Score): oops. Copy error_found_ too.
7304
7305 2004-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
7306
7307         * stepmake/stepmake/texinfo-rules.make: 
7308         * Documentation/GNUmakefile: --srcdir build fixes.
7309
7310         * input/test/coriolan-margin.ly: Put papersize settings in \bookpaper.
7311
7312         * Documentation/user/latex-lilypond-example.latex:
7313         * Documentation/user/latex-example.latex: Fix compile errors.
7314         Still buggy, need more love.
7315
7316 2004-09-27  Werner Lemberg  <wl@gnu.org>
7317
7318         * tex/lilyponddefs.tex (\lilypondstart): Use \frenchspacing.
7319
7320 2004-09-26  Juergen Reuter  <reuter@ipd.uka.de>
7321
7322         * Documentation/user/examples.itely: removed \midi block to
7323         simplify the example
7324
7325         * Documentation/user/notation.itely: Removed superfluous
7326         TextSpanner tweakings (is already done by engraver-init.ly).
7327         Documented bug: vertical alignment of articulations.
7328
7329         * Documentation/user/notation.itely, ly/engraver-init.ly
7330         (VaticanaVoice, GregorianTranscriptionVoice): Bugfix: TextSpanner
7331         padding.
7332
7333         * Documentation/user/notation.itely, ly/engraver-init.ly: moved
7334         docu about TextSpanner padding bug from manual to engraver.ly
7335         (since it's workarounded and hence not user-visible any more)
7336
7337 2004-09-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7338
7339         * VERSION: release 2.3.19
7340
7341 2004-09-26  Graham Percival  <gperlist@shaw.ca>
7342
7343         * ly/property-init.ly: fix bug in displaying ledger lines while
7344         \hideNotes is on.
7345
7346         * Documentation/user/notation.itely: more editing.
7347
7348         * Documentation/user/examples.itely: add piano-dynamics template.
7349
7350         * input/template/piano-dynamics.ly: remove.
7351
7352         * Documentation/user/sound-output.itexi: more editing
7353
7354 2004-09-25  Graham Percival  <gperlist@shaw.ca>
7355
7356         * Documentation/user/notation.itely: more editing.
7357
7358 2004-09-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7359
7360         * scm/ly-from-scheme.scm (read-lily-expression): use ~s in format
7361         instead of ~a, to get #{ #"foo" #} actually printed to #"foo".
7362
7363 2004-09-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7364
7365         * lily/hairpin.cc (print): check columns of bounds, not bounds
7366         themselves.
7367         (print): robustify bound-padding lookup.
7368
7369         * lily/*: ly_c[ad]+r -> scm_XXX , ly_c_pair_p -> scm_is_pair.
7370
7371         * scripts/lilypond-book.py (Compile_error.process_include): catch
7372         Compile_error exception, and remove output .texi.
7373
7374         * scm/define-music-properties.scm (all-music-properties): add
7375         error-found
7376
7377         * lily/parser.yy (Music_list): add error-found to music with errors.
7378
7379         * lily/lily-parser.cc (LY_DEFINE): ignore scores with errors.
7380
7381         * lily/book.cc (process): ignore books with errors
7382
7383         * lily/include/score.hh (class Score): add error_found_ member.
7384
7385         * lily/drum-note-engraver.cc (try_music): idem.
7386
7387         * lily/note-heads-engraver.cc: remove start-playing-event.
7388
7389         * lily/part-combine-iterator.cc (Part_combine_iterator): use
7390         BusyPlayingEvent to determine which voice was active last.
7391         (unisono): use last active to where to get unisono information
7392         from. This fixes: partcombine-rest.ly (again).
7393
7394         * scm/part-combiner.scm (determine-split-list): cleanups
7395
7396 2004-09-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7397
7398         * input/regression/lyric-extender.ly: simplify.
7399         complexify.
7400
7401         * lily/lyric-extender.cc (print): use it to determine size of
7402         extender. Remove Lyric_extender::is_visible().
7403
7404         * lily/extender-engraver.cc (acknowledge_grob): store lyric in
7405         next property.
7406
7407         * lily/lyric-engraver.cc: remove get_current_rest().
7408         
7409 2004-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
7410
7411         * input/regression/lyric-extender.ly: Fix and add test.
7412
7413         * lily/extender-engraver.cc (stop_translation_timestep): Oops, typo.
7414
7415 2004-09-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7416
7417         * lily/note-head.cc: remove Note_head::extent.
7418
7419 2004-09-23  Graham Percival  <gperlist@shaw.ca>
7420
7421         * Documentation/user/tutorial.itely: do manual style 2-space
7422         indents in examples
7423
7424         * Documentation/user/notation.itely: more editing.
7425
7426 2004-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
7427
7428         * lily/lyric-engraver.cc (get_current_rest): New function.
7429
7430         * lily/extender-engraver.cc (stop_translation_timestep): Use it:
7431         stop at rest.
7432
7433         * lily/lyric-extender.cc (print): Fix crash (Russ Ross).
7434
7435         * lily/slur-scoring.cc (get_bezier): Fix for broken beziers.
7436
7437 2004-09-23  Juergen Reuter  <reuter@ipd.uka.de>
7438
7439         * Documentation/user/examples.itely (Small ensembles): added
7440         example for transcription of mensural music
7441
7442         * Documentation/user/notation.itely (The Lyrics context): fixed broken
7443         link to SATB vocal score
7444
7445         * Documentation/user/notation.itely (System start delimiters):
7446         fixed typo: GrandStaff->StaffGroup
7447
7448         * Documentation/user/notation.itely (Ancient articulations):
7449         removed obsolete comment on \episem bug
7450
7451 2004-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7452
7453         * scm/framework-tex.scm (output-preview-framework): Fix invocation
7454         of header.
7455
7456 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7457
7458         * lily/dynamic-engraver.cc (acknowledge_grob): attach hairpin
7459         start to note-column.
7460
7461         * lily/hairpin.cc (print): check text-interface, to attach to
7462         dynamic texts.  
7463
7464         * lily/include/text-item.hh (class Text_interface): rename
7465         Text_item -> Text_interface
7466
7467         * lily/piano-pedal-bracket.cc (print): robustify.
7468
7469 2004-09-22  Pedro Kroger  <kroeger@pedrokroeger.net>
7470
7471         * scm/paper.scm (set-paper-dimensions): add printfirstpagenumber.
7472
7473         * scm/page-layout.scm (plain-header): if printfirstpagenumber is
7474         true will print the page number in the first page.
7475
7476         * Documentation/user/changing-defaults.itely: Document
7477         printfirstpagenumber.
7478
7479 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7480
7481         * lily/phrasing-slur-engraver.cc (acknowledge_grob): avoid more
7482         objects.
7483
7484         * lily/beam-concave.cc (calc_concaveness): take absolute value of
7485         dy for scaling. This fixes various downbeams.
7486         
7487
7488         * lily/beam-quanting.cc (best_quant_score_idx): 
7489
7490 2004-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7491
7492         * scm/framework-tex.scm (header-to-file): Fix.
7493
7494 2004-09-22  Werner Lemberg  <wl@gnu.org>
7495
7496         * lily/parser.yy <score_body>: Fix typo.
7497
7498 2004-09-22  Graham Percival  <gperlist@shaw.ca>
7499
7500         * Documentation/user/tutorial.itely: modified a "future planning"
7501         comment.
7502
7503         * Documentation/user/notation.itely: more editing.
7504
7505 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7506
7507         * scm/define-markup-commands.scm (note-by-number): read font-size
7508         to determine stem length. Fixes: markup-note.ly
7509
7510 2004-09-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7511
7512         * lily/slur.cc (outside_slur_callback): read #'padding for
7513         slur-padding. Fixes: slur-script.ly
7514
7515         * lily/parser.yy (score_body): disallow \bookpaper in \score.
7516
7517 2004-09-21  Juergen Reuter  <reuter@ipd.uka.de>
7518
7519         * Documentation/user/notation.itely (ancient flags): documented
7520         flags-related known bugs
7521
7522         * lily/include/ligature-engraver.hh: added comment about why and
7523         how of (non-)use of abstract virtual methods
7524
7525         * ly/engraver-init.ly (VaticanaVoice,
7526         GregorianTranscriptionVoice): bugfix (workaround): TextSpanner:
7527         unset dash-fraction property in order to get solid lines
7528
7529         * ly/engraver-init.ly (MensuralStaff): fixed bad comment
7530
7531 2004-09-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7532
7533         * scripts/convert-ly.py (ly): Corrected replacement of \scriptBoth
7534
7535 2004-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7536
7537         * lily/parse-scm.cc (internal_ly_parse_scm): Eval in module, not
7538         in function.
7539
7540         * scm/framework-tex.scm (convert-to-dvi): Use nonstopmode.  Set
7541         openout_any=p.  Throughout: progress to stderr, translate user
7542         messages.
7543
7544         * scm/output-gnome.scm: Fix font dir description.
7545
7546 2004-09-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7547
7548         * input/test/mensural-ligatures.ly (voice): move linethickness
7549         settings to bookpaper.
7550
7551         * lily/simple-spacer.cc (Module): use force to stretch to 
7552         line length as force measure for ragged spacing.
7553         
7554         * lily/lily-parser.cc (get_paper): don't set parent for \paper
7555         blocks in the parser. This eliminates ordering dependency for
7556         \bookpaper and \paper
7557
7558         * ly/part-paper-init.ly: remove file.
7559
7560         * lily/includable-lexer.cc (new_input): elucidate message.
7561
7562         * VERSION: 2.3.18 released.
7563         
7564 2004-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7565
7566         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
7567         * input/mutopia/R.Schumann/romanze-op28-2.ly:
7568         * input/mutopia/F.Schubert/standchen.ly: Remove obsolete
7569         #'Slur.attachment setting.
7570
7571         * elisp/lilypond-mode.el (LilyPond-command-alist): Use -ftex,
7572         friendlier for point and click.
7573
7574 2004-09-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7575
7576         * ly/init.ly: reverse collected scores.
7577
7578         * scm/page-layout.scm (ly:optimal-page-breaks): use non-ragged
7579         layout to determine force.
7580         
7581 2004-09-18  Werner Lemberg  <wl@gnu.org>
7582
7583         * ly/engraver-init.ly <Score> [quotedEventTypes]: Add tuplets and
7584         ties.
7585
7586         * ly/declarations-init.ly (escapedBiggerSymbol,
7587         escapedSmallerSymbol): Fix typos.
7588
7589         * scripts/convert-ly.py: s/removeTag/removeWithTag/.
7590
7591 2004-09-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7592
7593         * input/{input,regression}/*.ly: run convert-ly
7594
7595         * VERSION: release 2.3.17
7596
7597         * lily/slur-scoring.cc (enumerate_attachments): make stem_extent a
7598         little wider for attachment calculation. This prevents stem and
7599         slur touching.
7600
7601         * lily/parser.yy (direction_less_char): soft code \< \> \! \( \) (
7602         ) 
7603
7604         * input/regression/tie.ly (texidoc): cleanup.
7605
7606         * ly/declarations-init.ly (tildeSymbol): soft-code meaning of [ ]
7607         and ~
7608
7609         * lily/slur-scoring.cc (score_extra_encompass): check if extra
7610         objects are on boundary column. 
7611
7612         * lily/main.cc (parse_argv): process --tex too.
7613
7614         * ly/music-functions-init.ly (keepWithTag): add music functions
7615         keepWithTag and removeWithTag.
7616
7617         * lily/quote-iterator.cc (Quote_iterator): init transposed_musics_.
7618
7619         * lily/accidental-engraver.cc (recent_enough): interpret laziness
7620         = #t. This fixes no-reset accidental-style.
7621
7622         * input/regression/accidental-piano.ly (Module): new file.
7623
7624         * lily/lily-guile.cc (LY_DEFINE): ly_assoc_get: new function.
7625
7626 2004-09-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7627
7628         * lily/slur-scoring.cc (score_extra_encompass): widen X extent of
7629         extra encompass.
7630         (score_extra_encompass): use Y coordinate of attachment if X
7631         attachment falls in extra encompass X extent.
7632
7633         * buildscripts/guile-gnome.sh (SLIB_PATH): add SLIB_PATH to
7634         GUILE_LOAD_PATH
7635
7636 2004-09-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7637
7638         * scm/output-gnome.scm: Small fixes.
7639
7640         * buildscripts/guile-gnome.sh: Getting close to 2.6.0 release.
7641
7642 2004-09-16  Juergen Reuter  <reuter@ipd.uka.de>
7643
7644         * Documentation/user/notation.itely (Ancient flags): Removed
7645         documentation on adjust-if-on-staffline (this property was removed
7646         by Han-Wen).
7647
7648         * Documentation/user/notation.itely (Ancient notation): Minor
7649         cleanups and fixes.  Renamed "Vaticana style contexts" ->
7650         "Gregorian Chant contexts".  Added section "Mensural contexts".
7651         Added section "Ancient articulations".
7652
7653         * ly/engraver-init.ly: Added "MensuralVoice" and "MensuralStaff".
7654
7655 2004-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
7656
7657         * buildscripts/guile-gnome.sh: Add missing bit.
7658
7659 2004-09-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7660
7661         * buildscripts/guile-gnome.sh (LD_LIBRARY_PATH): new script.
7662
7663         * lily/slur-scoring.cc (get_y_attachment_range): set end point
7664         using base_attachment.
7665
7666         * scm/page-layout.scm (default-page-make-stencil): whoops. Add
7667         page header back.
7668
7669         * scm/documentation-generate.scm (top-node): move version to top
7670         node.
7671
7672         * lily/ledger-line-spanner.cc: add ledgered-interface, with
7673         property no-ledgers.
7674
7675 2004-09-16  Heikki Junes  <hjunes@cc.hut.fi>
7676
7677         * Documentation/user/{changing-defaults,examples,invoking,
7678         tutorial}.itely: Expand 's to is.
7679
7680         * Documentation/user/notation.itely: Capitalize only first letter.
7681
7682         * Documentation/user/programming-interface.itely: Capitalize Scheme.
7683
7684         * Documentation/user/lilypond-book.itely: use @refbugs.
7685
7686         * THANKS: sort.
7687
7688         * input/mutopia/F.Schubert/morgenlied.ly,
7689         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly,
7690         input/mutopia/R.Schumann/romanze-op28-2.ly: Add lifetime and full
7691         name.
7692
7693 2004-09-15  Juergen Reuter  <reuter@ipd.uka.de>
7694
7695         * mf/parmesan-heads.mf: bugfixes: (i) removed duplicate
7696         lneomensural char entry; (ii) fixed mensural/neomensural naming
7697         clash typo; (iii) lneomensural char: fixed stem attachment point.
7698         WARNING: FONT CHANGED!
7699
7700 2004-09-15  Graham Percival  <gperlist@shaw.ca>
7701
7702         * Documentation/user/introduction.itely: update \stemBoth to
7703         \stemNeutral.
7704
7705         * Documentation/user/notation.itely: more editing of the manual.
7706
7707 2004-09-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7708
7709         * lily/slur-scoring.cc (score_edges): add exp(slope*dir*leftright)
7710         factor in edge attraction. This reflects that the left edge may
7711         have a larger gap for an ascending up-slur.
7712         (get_base_attachments): copy bound Y from right bound, if there is
7713         only one note-column after the line break.
7714
7715 2004-09-14  Jan Nieuwenhuizen  <janneke@gnu.org>
7716
7717         * buildscripts/guile-gnome.sh: Update with tarball [pre]releases.
7718
7719 2004-09-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7720
7721         * lily/phrasing-slur-engraver.cc (process_music): Create
7722         PhrasingSlur instead of Slur.
7723
7724         * Documentation/user/changing-defaults.itely (Defining new
7725         contexts): Fixed misprinted context name.
7726
7727 2004-09-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7728
7729         * ly/property-init.ly (hideStaffSwitch): remove turnOff.
7730
7731         * scripts/convert-ly.py (conv): change Both to Neutral in property
7732         settings.
7733
7734         * ly/engraver-init.ly: increase extent of Staff. 
7735
7736 2004-09-13  Graham Percival  <gperlist@shaw.ca>
7737
7738         * scm/script.scm: change behaviour of slur and accent.
7739
7740         * Documentation/user/music-glossary.tely: de-gender a few entires.
7741
7742         * Documentation/user/introduction.itely: de-gender a few sentences.
7743
7744 2004-09-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7745
7746         * input/regression/rehearsal-mark-number.ly: Reuse the existing
7747         formatting routine when adding boxed numbers. Makes it easier to
7748         extrapolate how to do for boxed letters.
7749
7750 2004-09-12  Graham Percival  <gperlist@shaw.ca>
7751
7752         * Documentation/user/notation.itely: fixed Time Signature numbers bug.
7753
7754         * Documentation/user/invoking.itexi: updated the "reporting bugs"
7755         section.
7756
7757 2004-09-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7758
7759         * scm/define-grobs.scm (all-grob-descriptions): longer
7760         ideallengths for stems in higher order beams.
7761
7762         * Documentation/user/changing-defaults.itely (Page layout):
7763         document them.
7764
7765         * scm/page-layout.scm (ly:optimal-page-breaks): use new parameters
7766         to get sane spaces for titles.
7767
7768         * ly/book-paper-defaults.ly: new parameters aftertitlespace,
7769         beforetitlespace, betweentitlespace.
7770
7771         * input/regression/beam-quant-standard.ly (primeSixteenths): add
7772         16th notes.
7773
7774         * lily/beam.cc (set_minimum_dy): new function. Round non-zero
7775         small slope up to smallest quant. This prevents small slopes from
7776         getting rounded to zero.
7777
7778         * lily/beam-quanting.cc (quanting): don't allow dy_mus slopes that
7779         are smaller than the smallest quant.
7780
7781         * input/tutorial/brahms*.ly: remove.
7782
7783         * input/*: update all .ly files.
7784          
7785         * ly/a4-init.ly (vsize): remove papersize init files.
7786
7787         * scripts/convert-ly.py (conv): add conversion.
7788
7789         * lily/parser.yy: change mode changing commands to XXXmode,
7790         eg. drummode.
7791         (mode_changing_head): group mode changes.
7792         (mode_changing_head_with_context): new commands: create context as
7793         well as change mode.
7794
7795         * input/regression/system-overstrike.ly: new file.
7796
7797         * scm/page-layout.scm (ly:optimal-page-breaks): add
7798         betweensystempadding also to fixed distance for the spring.
7799  
7800         * scm/define-grobs.scm (all-grob-descriptions): fix order of
7801         key-cancellation.
7802
7803         * input/regression/beam-concave-damped.ly: new file.
7804
7805         * lily/beam-concave.cc: new file, with new routines for concave
7806         decisions. There are now two types of concaveness: 1. a sharp
7807         logic decision forcing a beam horizontal, and 2. a number that
7808         measures how concave beams are that are not caught by 1.
7809
7810         This fixes: morgenlied.ly and input/regression/beam-concave.ly
7811         
7812         * lily/new-fingering-engraver.cc (stop_translation_timestep): new
7813         property: add-stem-support
7814
7815 2004-09-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7816
7817         * lily/slur-scoring.cc (get_bound_info): only do
7818         broken trend at the end of the line.
7819
7820         * VERSION (PACKAGE_NAME): release 2.3.16.
7821
7822         * input/regression/phrasing-slur.ly (Module): remove (duplicate
7823         with phrasing-slur-slur-avoid.ly)
7824
7825         * lily/slur-scoring.cc (struct Extra_collision_info): collect
7826         parameters for extra offset.
7827         (get_bezier): add slurs mid-points for curve determination
7828         (score_extra_encompass): add slur end points for scoring.
7829
7830 2004-09-11  Matthias Neeracher  <neeracher@mac.com>
7831
7832         * scm/framework-ps.scm (reencode-font): Handling font scaling
7833         and reencoding differently to work around a bug in gs 8.30 and
7834         earlier.
7835         Update callers.
7836
7837 2004-09-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7838
7839         * lily/slur-scoring.cc (broken_trend_y): always take use vdir
7840         extent index of other system. Fixes slurs across line breaks.
7841
7842         * lily/tuplet-engraver.cc (start_translation_timestep): use
7843         Tuplet_description::stop_ for determining when to stop producing
7844         tuplet brackets. This fixes: tuplet-overwrite.ly
7845
7846         * lily/*-engraver.cc: remove all Protected_scm objects to fix GC
7847         errors with GUILE 1.7 CVS.
7848
7849         * lily/translator.cc (derived_mark): new function.
7850
7851         * lily/slur-scoring.cc (score_encompass): new penalty type:
7852         variance penalty demerits slurs where one head/stem is much
7853         closer to the slur than average.
7854
7855         * lily/tuplet-bracket.cc (print): use robust_relative_extent
7856         iso. extent()
7857         (calc_position_and_height): use robust_relative_extent(). This
7858         fixes a couple of programming_errors
7859
7860         * input/regression/part-combine-mmrest-after-solo.ly (Module): new
7861         file.
7862
7863         * lily/part-combine-iterator.cc (unisono): bugfix for the case
7864         that voice-2 plays solo, and voice-1 has an mmrest that starts
7865         earlier. In that case, we switch to voice-2, so we catch the
7866         mmrest of voice-2. This fixes: partcombine-rest.ly.
7867  
7868 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7869
7870         * scm/define-grob-properties.scm (all-internal-grob-properties):
7871         add adjacent-hairpins property.
7872
7873         * lily/hairpin.cc: lengthen hairpin if space is available.
7874
7875         * input/regression/dynamics-hairpin-length.ly (Module): new file.
7876
7877 2004-09-10  Graham Percival  <gperlist@shaw.ca>
7878
7879         * Documentation/user/notation.itely: small fixes to docs.
7880
7881 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7882         
7883         * VERSION (PACKAGE_NAME): release 2.3.15
7884
7885         * make/lilypond.redhat.spec.in (Requires): bump requirement for
7886         ec-fonts-mftraced
7887
7888         * mf/GNUmakefile (SAUTER_FONTS): remove ecb10. This is provided by
7889         the latest ec-fonts-mftraced package.
7890
7891         * scm/define-context-properties.scm
7892         (all-internal-translation-properties): add property. Remove
7893         definition of quotes property.
7894
7895         * Documentation/user/notation.itely (Quoting other voices):
7896         document it
7897
7898         * lily/quote-iterator.cc (moment_less): add quotedEventTypes
7899         property, to determine what events are processed in \quote.
7900
7901 2004-09-10  Juergen Reuter  <reuter@ipd.uka.de>
7902
7903         * (many files): removed most occurrences of underscore ("_")
7904         from font characters; made font character naming more
7905         consistent
7906
7907         * input/test/gregorian-scripts.ly: fixed another victim of grand
7908         replacement operations
7909
7910         * lily/vaticana-ligature-engraver.cc: caught some more "_"
7911         inconsistencies
7912
7913         * input/puer-fragment.ly: bugfix: lyrics hyphen: syntax update
7914
7915 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7916
7917         * Documentation/user/changing-defaults.itely (Paper size): doc
7918         landscape
7919         
7920
7921         * scm/framework-ps.scm (eps-header): bugfixes. 
7922
7923         * scm/titling.scm (default-score-title): remove opus from the
7924         \score title.
7925
7926 2004-09-08  Pedro Kroger  <kroeger@pedrokroeger.net>
7927
7928         * scripts/convert-ly.py (program_name): changed to sys.argv[0]
7929
7930         * scripts/abc2ly.py (program_name): changed to sys.argv[0]
7931
7932         * scripts/etf2ly.py (program_name): changed to sys.argv[0]
7933
7934         * scripts/lilypond-book.py (program_name): changed to sys.argv[0]
7935
7936         * scripts/lilypond-latex.py (program_name): changed to sys.argv[0]
7937
7938         * scripts/midi2ly.py (program_name): changed to sys.argv[0]
7939
7940         * scripts/mup2ly.py (program_name): changed to sys.argv[0]
7941
7942         * scripts/ps2png.py (program_name): changed to sys.argv[0]
7943
7944 2004-09-09  Jan Nieuwenhuizen  <janneke@gnu.org>
7945
7946         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Increment
7947         character position.  Huh?
7948
7949         * scm/output-gnome.scm (placebox): Shield affine-relative.
7950
7951         * buildscripts/guile-gnome.sh: Update.  Do not use GUILE CVS,
7952         cater for system's pango 1.5.1.
7953
7954         * input/regression/new-slur.ly: Add ugly slur from scsii-sarabande.
7955
7956         * scm/slur.scm: Tweak.
7957
7958 2004-09-08  Graham Percival  <gperlist@shaw.ca>
7959
7960         * Documentation/user/{first couple of chapters}: more editing.
7961
7962 2004-09-07  Graham Percival  <gperlist@shaw.ca>
7963
7964         * Documentation/topdocs/AUTHORS.texi, THANKS: add/modify my name
7965         and summary.
7966
7967         * Documentation/user/{first couple of chapters}: the big "Graham's
7968         moved to a new city, his friends haven't arrived, and he has no
7969         internet access" patch.  Numerous editorial and stylistic changes
7970         to the manual.
7971
7972 2004-09-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7973
7974         * scm/framework-ps.scm (output-framework): handle landscape settings.
7975
7976         * ps/lilyponddefs.ps: cleanup.
7977
7978 2004-09-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7979
7980         * scm/define-grobs.scm (all-grob-descriptions): unset
7981         threshold. This fixes morgenlied. 
7982
7983         * scm/page-layout.scm (ly:optimal-page-breaks): whoops. Thinko in
7984         rod calculation.
7985
7986         * lily/system.cc (get_line): don't take piano-pedal & dynamic line
7987         spanners into account for staff-extents.
7988
7989         * lily/ottava-bracket.cc (print): take common refpoint of dots
7990         into account as well.
7991
7992 2004-09-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7993
7994         * lily/lookup.cc (triangle): translate by interval.
7995
7996         * VERSION (PACKAGE_NAME): release 2.3.14
7997
7998         * Documentation/user/changing-defaults.itely (Page layout): add
7999         betweensystempadding
8000
8001         * scm/page-layout.scm (ly:optimal-page-breaks): typo.
8002
8003         * input/regression/quote-cyclic.ly (Module): new file.
8004
8005         * scm/lily.scm (print): add function.
8006
8007         * scm/music-functions.scm (quote-substitute): new
8008         function. Substitute \quote when putting music into \score.
8009
8010         * input/regression/key-signature-cancellation.ly (Module): new file.
8011
8012         * lily/*.cc: more ly_scm2 -> scm_to converions.
8013
8014         * lily/key-signature-interface.cc (print): take position
8015         difference into account when spacing naturals.
8016
8017         * lily/key-engraver.cc (create_key): create KeyCancellation grob
8018         separately, so the cancellation can be put before the staff-bar
8019
8020         * scm/define-grobs.scm (all-grob-descriptions): add a
8021         KeyCancellation grob.
8022
8023         * lily/tuplet-engraver.cc (struct Tuplet_description): new
8024         struct. Use to clean-up Tuplet_engraver
8025
8026 2004-09-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8027
8028         * lily/*: ly_scm2int -> scm_to_int
8029         ly_scm2double -> scm_to_double
8030
8031         * lily/include/lily-guile.hh (scm_from_double): more compat glue.
8032
8033 2004-09-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8034
8035         * lily/simple-spacer.cc (LY_DEFINE): return something sensible for
8036         0 springs
8037
8038         * lily/system.cc (post_processing): 
8039
8040         * scm/page-layout.scm (ly:optimal-page-breaks): implement uniform
8041         density for vertical spacing by means of force penalty.
8042         
8043         * scm/paper.scm (paper-set-staff-size): add betweensystemspace as
8044         dimension-variables
8045
8046         * Documentation/user/changing-defaults.itely (Page layout): add
8047         betweensystemspace variable.
8048
8049         * ly/book-paper-defaults.ly: set betweensystemspace: 20 mm
8050
8051         * scm/page-layout.scm (space-systems): new function. Use spring
8052         and rod approach for vertically spacing systems.
8053
8054         * ly/engraver-init.ly: tune down minimumVerticalExtent.
8055
8056         * scm/define-grobs.scm (all-grob-descriptions): set threshold for
8057         vertical alignment.
8058
8059         * lily/slur-engraver.cc (process_music): add warning for slur.
8060
8061 2004-09-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8062
8063         * lily/include/lily-guile.hh (scm_is_number): add scm_is_number
8064
8065         * lily/simple-spacer.cc (LY_DEFINE): ly_solve_spring_rod_problem:
8066         export spacing routine to SCM.
8067
8068         * lily/include/simple-spacer.hh (struct Simple_spacer_wrapper):
8069         new class, separate Grobs from interface.
8070
8071 2004-09-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8072
8073         * lily/include/lily-guile.hh: compatibility glue for 1.6
8074
8075         * lily/*.cc (acknowledge_grob): ly_string_p -> scm_is_string.
8076
8077         * lily/lily-guile.cc: remove ly_scm2str0.
8078
8079 2004-09-01  Jan Nieuwenhuizen  <janneke@gnu.org>
8080
8081         * Documentation/user/macros.itexi: Use @inforef iso @uref for
8082         external references.  Fixes HTML cross references with makeinfo 4.7.
8083
8084 2004-09-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8085
8086         * lily/include/simple-spacer.hh (struct Simple_spacer): remove
8087         expand_only option.
8088
8089 2004-08-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8090
8091         * lily/system.cc (get_line): add System stencil to exprs. Fixes
8092         system-extents.ly.
8093
8094         * ly/engraver-init.ly: decrease minimumVerticalExtent to (-5,5).
8095
8096         * scm/define-grobs.scm (all-grob-descriptions): decrease padding
8097         for MultiMeasureRestNumber
8098
8099         * VERSION (PACKAGE_NAME): release 2.3.13
8100
8101 2004-08-29  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8102
8103         * lily/context-scheme.cc (LY_DEFINE): ly:context-grob-definition
8104         takes two arguments.
8105
8106 2004-08-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8107
8108         * input/regression/slur-stem-broken.ly: remove.
8109
8110         * lily/slur.cc: add quant-score.
8111
8112         * input/regression/slur-staccato.ly (texidoc): remove
8113
8114         * make/lilypond.redhat.spec.in (Group): remove musedata2ly
8115
8116 2004-08-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8117
8118         * lily/include/bezier-bow.hh: remove.
8119
8120         * lily/slur-bezier-bow.cc (Module): remove.
8121
8122         * lily/include/slur.hh (Module): remove.
8123
8124         * lily/slur.cc: remove
8125
8126         * input/test/slur-beautiful.ly (Module): remove
8127
8128         * input/test/slur-attachment-override.ly (Module): remove
8129
8130         * lily/slur-quanting.cc (after_line_breaking): only do scoring
8131         when less than 4 control-points.
8132
8133         * lily/key-signature-interface.cc: add style.
8134
8135         * Documentation/user/notation.itely (Automatic staff changes):
8136         document new behavior.
8137
8138         * input/regression/slur-extreme.ly: new file.
8139
8140         * ly/engraver-init.ly (Score): set bassStaffProperties to \clef
8141         bass. Obviates \clef bass in the bass staff, when using \autochange 
8142
8143         * lily/auto-change-iterator.cc (construct_children): instantiate
8144         up/down Staff, create Voice on up staff initially. Obviates
8145         explicit instantiation of up/down contexts for \autochange. 
8146
8147         * lily/slur-quanting.cc (get_bezier): new functionality, blow up
8148         slur depending on extents of note heads.
8149         
8150 2004-08-28  Graham Percival  <gperlist@shaw.ca>
8151
8152         * Documentation/user/tutorial.itely: minor editing.
8153
8154         * Documentation/user/examples.itely: tiny editing.
8155
8156 2004-08-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8157
8158         * lily/slur-quanting.cc (init_score_param): read scoring
8159         parameters from slur-details property
8160
8161         * scm/define-grobs.scm (all-grob-descriptions): add inside-slur to
8162         Accidental
8163
8164         * Documentation/user/advanced.itely: removed.
8165
8166         * Documentation/user/programming-interface.itely (How markups work
8167         internally): new subsection.
8168
8169         * Documentation/user/converters.itely (Invoking abc2ly): remove
8170         musedata2ly.
8171
8172 2004-08-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8173
8174         * Documentation/user/point-and-click.texi (Point and click): new file.
8175         put point & click in appendix.
8176         
8177         * Documentation/user/changing-defaults.itely (Vertical spacing):
8178         corrections
8179
8180 2004-08-27  Graham Percival  <gperlist@shaw.ca>
8181
8182         * Documentation/user/introduction.itely: add note about the
8183         "example templates" section of the manual, and remove link to
8184         input/template/
8185
8186 2004-08-27  Juergen Reuter   <reuter@ipd.uka.de>
8187
8188         * Documentation/user/lilypond-book.itely: fix parse error: @LaTeX
8189         -> La@TeX
8190
8191         * mf/parmesan-heads.mf: draw_diamond_head: fixed pen width; added
8192         missing lneo_mensural head; editorial cleanups
8193
8194         * lily/mensural-ligature.cc: added more comments
8195
8196 2004-08-26  Graham Percival  <gperlist@shaw.ca>
8197
8198         * Documentation/user/examples.itely: second, third, fourth, and fifth
8199         sections added.
8200
8201         * input/template/{various}: removed files included in examples.itely.
8202
8203 2004-08-26  Juergen Reuter   <reuter@ipd.uka.de>
8204
8205         * lily/stem.cc: bugfix: adjust-if-on-staffline: use
8206         Stem::stem_end_position instead of broken
8207         Staff_symbol_referencer::get_position
8208
8209 2004-08-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8210
8211         * debian/changelog: debian patch by Anthony Fok.
8212
8213         * lily/stem.cc (flag): bugfix for mensural flags (thanks Juergen!)
8214
8215         * lily/slur-engraver.cc (try_music): ignore slurs_. Otherwise we
8216         get spurious messages with skipTypesetting on.
8217
8218 2004-08-25  Graham Percival   <gperlist@shaw.ca>
8219
8220         * Documentation/user/lilypond-book.itely: slight clean-up.
8221
8222         * Documentation/user/examples.itely: began section.
8223
8224 2004-08-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8225
8226         * lily/script-interface.cc: add slur property.
8227
8228         * lily/slur-quanting.cc (score_extra_encompass): avoid other slurs
8229         too.
8230
8231         * input/regression/phrasing-slur-slur-avoid.ly: new file.
8232
8233         * lily/ottava-bracket.cc (print): always start from right edge of
8234         a broken bound. This fixes ottava-clef.ps 
8235
8236 2004-08-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8237
8238         * input/regression/slur-script-inside.ly: new file.
8239
8240         * lily/new-slur.cc (outside_slur_callback): new function, to make
8241         scripts avoid slurs 
8242
8243         * lily/slur-engraver.cc (finalize): 
8244
8245         * lily/script-interface.cc: add inside-slur property.
8246
8247         * lily/slur-engraver.cc (finalize): read inside-slur property.
8248
8249         * scm/lily.scm (postscript->png): use ~a iso. ~s in progress
8250         message.
8251
8252         * ly/property-init.ly (unHideNotes): hide accidentals at staff
8253         level. Fixes: hideNotes-accidental.ly
8254
8255 2004-08-23  Pedro Kroger  <kroeger@pedrokroeger.net>
8256
8257         * scm/page-layout.scm (plain-header): fix bug that print page
8258         number in the first page if firstpagenumber was different than 1.
8259
8260 2004-08-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8261
8262         * scm/framework-ps.scm (define-fonts): use UPCASE for Bluesky
8263         fonts. Fixes triangle markup for chords.
8264
8265         * lily/slur-quanting.cc (score_extra_encompass): make score depend
8266         on distance. This fixes slur-tenuto.ly and slur-tie.ly
8267  
8268         * flower/include/interval.hh (T>): add distance() function
8269
8270         * lily/ottava-bracket.cc (print): add dots to extent. Fixes
8271         octaviation-dot.ly 
8272
8273         * lily/context-scheme.cc: ly_context_grob_definition: new function.
8274
8275         * VERSION (MY_PATCH_LEVEL): release 2.3.12
8276
8277         * lily/new-slur.cc (add_column): remove set_interface()
8278
8279 2004-08-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8280
8281         * input/regression/slur-double.ly: new file. 
8282
8283         * lily/slur-engraver.cc: add doubleSlurs property
8284
8285         * scm/fret-diagrams.scm (label-fret): use cond instead of case for
8286         symbols.
8287
8288         * Documentation/user/notation.itely (Easy Notation note heads):
8289         revise notation Chapter.
8290
8291         * ly/music-functions-init.ly (makecluster): add makeClusters music
8292         function.
8293
8294         * lily/part-combine-engraver.cc: rename soloADue ->
8295         printPartCombineTexts
8296
8297         * scripts/convert-ly.py (conv): junk script{Up|Down|Both}.
8298
8299         * lily/horizontal-bracket.cc (print): use
8300         Tuplet_bracket::make_bracket, so it supports bracket-flare,
8301         edge-eight and shorten-pair.
8302
8303 2004-08-22  Pedro Kroger  <kroeger@pedrokroeger.net>
8304
8305         * Documentation/user/changing-defaults.itely (Page layout):
8306         description of firstpagenumber. Moved @refbugs about rightmargin
8307         to the end of the section (it was looking like the documentation
8308         after the refbugs was part of the bug comment).
8309
8310         * scm/framework-ps.scm (output-framework): set the first
8311         postscript page number to firstpagenumber
8312
8313         * scm/page-layout.scm (ly:optimal-page-breaks): print the first
8314         page number according to firstpagenumber
8315
8316         * scm/paper.scm (set-paper-dimensions): added firstpagenumber
8317         parameter
8318
8319 2004-08-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8320
8321         * lily/slur-engraver.cc (class Slur_engraver): simplify: remove
8322         nested slurs. 
8323
8324         * scripts/convert-ly.py (lilypond_version_re_str): handle
8325         \version "bar" % "foo"
8326
8327         * lily/completion-note-heads-engraver.cc (process_music): set
8328         duration-log before announcing object.
8329         
8330         * lily/staff-symbol.cc (print): subtract thickness from staff line
8331         length
8332
8333         * lily/parser.yy (book_body): disallow { ..music.. } inside \book
8334         
8335 2004-08-21  Carl Sorensen  <carldsorensen@comcast.net>
8336
8337         * scm/stencil.scm: remove fontify-text and fontify-text-white
8338
8339 2004-08-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8340
8341         * scm/part-combiner.scm: skip name string. Fixes segfault problem.
8342
8343         * Documentation/user/sound-output.texi (Sound): new file. Move all
8344         MIDI related information.
8345
8346 2004-08-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8347
8348         * lily/script-engraver.cc (acknowledge_grob): only take into
8349         account note heads with a music cause. Fixes ambitus-accent.ly
8350
8351         * scm/define-markup-commands.scm (finger): set encoding to
8352         fetaNumber.
8353
8354 2004-08-20  Erik Sandberg <ersa9195@student.uu.se>
8355
8356         * scripts/convert-ly.py: typo
8357
8358 2004-08-19  Carl Sorensen  <carldsorensen@comcast.net>
8359
8360         * scm/fret-diagrams.scm: Eliminate use of fontify-text; make 
8361         font calls for diagrams based on paper and props
8362
8363 2004-08-19  Graham Percival <gperlist@shaw.ca>
8364
8365         * scripts/convert-ly.py: add \newpage -> \pageBreak rule.
8366
8367 2004-08-19  Erik Sandberg <ersa9195@student.uu.se>
8368
8369         * ly/spanners-init.ly: Correct meanings of setTextDecresc/Dim,
8370         added setHairpinDecresc/Dim
8371
8372 2004-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
8373
8374         * lily/include/lily-guile.hh: Cosmetics.
8375
8376 2004-08-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8377
8378         * input/regression/fermata-rest-position.ly: new file
8379
8380         * ly/property-init.ly (hideNotes): remove \setMmRestFermata
8381
8382         * scripts/convert-ly.py (conv): add rule for \setMmRestFermata
8383
8384 2004-08-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8385
8386         * scm/framework-tex.scm (output-preview-framework) 
8387         (output-classic-framework): 
8388         * scm/framework-ps.scm (output-preview-framework):
8389         s/ly:paper-book-lines/ly:paper-book-systems/g
8390
8391         * scm/fret-diagrams.scm (ss-font-encoding):
8392         s/my-font-encoding/ss-font-encoding
8393
8394 2004-08-18  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8395
8396         * scm/music-functions.scm (direction-polyphonic-grobs): Set
8397         direction also on fingerings.
8398
8399         * lily/clef-engraver.cc: Add forceClef to list of read properties.
8400
8401 2004-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8402
8403         * po/nl.po: Some updates.
8404
8405         * scm/lily.scm (_): New function.
8406         (postscript->pdf, postscript->png, lilypond-main)
8407         (postscript->pdf): Use it.  Write messages to stderr.
8408
8409         * stepmake/stepmake/po-targets.make (ALL_PO_SOURCES): Add SCM_FILES.
8410
8411         * scm/GNUmakefile (XGETTEXT_FLAGS): Set language to Lisp.
8412         xgettext does not recognise scheme yet.  Patch submitted.
8413
8414         * lily/scm-option.cc (LY_DEFINE):
8415         * lily/main.cc: The program is now called lilypond (WAS:
8416         lilypond-bin).
8417
8418         * lily/rest-collision.cc (do_shift): Uniformise two too many rests
8419         messages.
8420
8421         * lily/include/paper-book.hh
8422         * lily/include/paper-system.hh: Finish renaming of paper-line to
8423         system.  Fix users.
8424
8425 2004-08-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8426
8427         * scm/documentation-generate.scm (string-append): add version.
8428
8429         * scm/define-markup-commands.scm (box): add box-padding and
8430         thickness props for the box command.
8431  
8432         * Documentation/user/changing-defaults.itely (Text encoding):
8433         elucidate use of \encoding for \header strings.
8434
8435         * lily/parser.yy (lyric_element): use \encoding for lyrics strings.
8436
8437         * lily/score.cc (LY_DEFINE): check if length of music > 0. Fixes:
8438         staff-change.ly
8439
8440         * lily/output-def.cc (assign_context_def): use set_variable().
8441
8442         * lily/text-item.cc (interpret_string): accept string input
8443         encoding too.
8444
8445         * scm/encoding.scm (read-encoding-file): print warning when file
8446         can't be found.
8447
8448         * tex/latin1.enc: remove.
8449
8450         * tex/GNUmakefile ($(outdir)/latin1.enc): create latin1 from GS.
8451
8452         * lily/rod.cc (columnize): robustness fix. Don't crash for
8453         nil span points. Fixes: appoggiatura-segfault.ly
8454         (add_to_cols): extra robustness fix.
8455
8456 2004-08-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8457
8458         * lily/text-item.cc (interpret_string): use lookup_variable() to
8459         fidn inputencoding. Now, \paper inherits inputencoding from
8460         \bookpaper.
8461
8462         * lily/script-engraver.cc (stop_translation_timestep): remove slur
8463         collision kludge.
8464
8465         * lily/dynamic-engraver.cc (typeset_all): remove slur collision
8466         kludge.
8467
8468 2004-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
8469
8470         * lily/main.cc (parse_argv): Bugfix: handle 'p'.  Add warning.
8471
8472 2004-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
8473
8474         * lily/spanner.cc (spanned_rank_iv): Bugfix.
8475
8476         * lily.scm: Mark un-internationlised user messages (with FIXME).
8477
8478         * lily/include/modified-font-metric.hh (struct
8479         Modified_font_metric): New file.  (WAS: incorrectly named
8480         scaled-font-metric.hh ?)
8481
8482         * lily/include/scaled-font-metric.hh: Remove.
8483
8484         * lily/text-item.cc (interpret_string): Identify and document
8485         input-encoding problem.
8486
8487         * lily/paper-book.cc (pages): Do not use `paper' as variable name
8488         for a Bookpaper.
8489
8490         * tex/latin1.enc: Replace /minus with /hyphen.
8491
8492         * scm/encoding.scm: For latin1 (input-)encoding, use
8493         latin1.  (Cork.enc is NOT latin1 -- see man latin1).
8494
8495         * ly/book-paper-defaults.ly: Add a comment about suspicious TeX
8496         inputencoding.
8497
8498 2004-08-12  Heikki Junes  <hjunes@cc.hut.fi>
8499
8500         * Documentation/topdocs/INSTALL.html: fixes.
8501
8502 2004-08-12  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
8503
8504         * buildscripts/builder.py: Fix for scons CVS.
8505
8506 2004-08-11  Heikki Junes  <hjunes@cc.hut.fi>
8507
8508         * Documentation/user/notation.itely,
8509         Documentation/topdocs/NEWS.texi, input/test/ambitus-mixed.ly,
8510         input/test/ambitus-mixed.ly: fix plurals:
8511         english: ambit, pl. ambits; latin: ambitus, pl. ambitus.
8512
8513 2004-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8514
8515         * lily/dynamic-engraver.cc (typeset_all):
8516         * lily/script-engraver.cc (stop_translation_timestep): Handle
8517         collisions with new-slur.
8518
8519 2004-08-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8520
8521         * scm/define-grobs.scm (all-grob-descriptions): Add
8522         new-slur-interface.
8523
8524 2004-08-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8525
8526         * elisp/lilypond-mode.el (LilyPond-command-alist): LilyPond now
8527         produces .PS
8528
8529 2004-08-09  Carl Sorensen  <carldsorensen@comcast.net>
8530
8531         * scm/define-grob-properties.scm (all-user-grob-properties): fix
8532         definition of number-type
8533
8534 2004-08-08  Carl Sorensen  <carldsorensen@comcast.net>
8535
8536         * scm/fret-diagrams.scm : change sans-serif font encoding from 
8537         TeX-text to ec (uses ecss fonts instead of cmss fonts)
8538
8539         * scm/define-grob-interfaces.scm (fret-diagram-interface): add
8540         number-type and label-dir
8541
8542         * scm/define-grob-properties.scm: add number-type and label-dir
8543
8544         * scm/fret-diagrams.scm (label-fret): allow fret label to be on either
8545         left or right.  Allow choice of upper-case roman, lower-case roman, or
8546         arabic numerals in fret label
8547
8548 2004-08-04  Werner Lemberg  <wl@gnu.org>
8549
8550         * lily/slur-quanting.cc: Include libc-extension.hh.
8551         s/round/my_round/.
8552         * ly/engraver-init.ly (VaticanaVoice, GregorianTranscriptionVoice):
8553         s/autobeaming/autoBeaming/.
8554
8555 2004-08-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8556
8557         * VERSION: 2.3.11 released.
8558
8559         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): reinstate
8560         renameinput.
8561
8562 2004-08-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8563
8564         * lily/lookup.cc (round_filled_box): remove warnings about blot
8565         diameter.
8566
8567         * scm/paper.scm (paper-set-staff-size): make linethickness more
8568         easily tunable.
8569
8570         * lily/parser.yy (new_lyrics): \addlyrics -> \oldaddlyrics,
8571         \newlyrics -> \addlyrics
8572
8573         * lily/text-spanner.cc (print): use it.
8574
8575         * lily/dynamic-text-spanner.cc (print): use it.
8576
8577         * lily/grob.cc (robust_relative_extent): new function.
8578
8579         * scripts/lilypond-book.py (main): add -f tex as default process.
8580
8581         * lily/text-spanner.cc (print): only take linear_combination of
8582         nonempty interval.
8583         
8584
8585 2004-08-02  Pedro Kroger  <kroeger@pedrokroeger.net>
8586
8587         * scm/page-layout.scm (default-page-make-stencil): If leftmargin
8588         isn't specified by the user in \bookpaper center the music in the
8589         page.
8590
8591 2004-08-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8592
8593         * Fix some problems after the renaming of my-lily -> lily
8594
8595 2004-08-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8596
8597         * lily/lily-parser.cc (parse_string): don't overwrite keytable_.
8598
8599         * lily/slur-quanting.cc (enumerate_attachments): apply center on
8600         stem-X in more cases. 
8601
8602         * lily/stem.cc (dim_callback): solve todo.
8603
8604 2004-08-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8605
8606         * input/test/README: new file.
8607
8608         * lily/lily-parser.cc: rename my-lily* files.
8609
8610         * lily/my-lily-parser.cc (LY_DEFINE): plug memory leak: unprotect
8611         parser.
8612
8613         * lily/include/my-lily-lexer.hh (class Lily_lexer): smobify lexer.
8614
8615         * lily/include/my-lily-parser.hh: rename My_lily -> Lily
8616
8617         * make/mutopia-targets.make (local-WWW): don't make ps.gz
8618         examples. They take a huge amount of space.
8619
8620         * Documentation/user/GNUmakefile: fix symlinks.
8621
8622         * VERSION: 2.3.10 released.
8623         
8624         * input/test/lyrics-skip-notes.ly: remove
8625
8626         * input/test/stem-cross-staff.ly (noFlag): fold into manual
8627
8628         * input/test/{spacing-2,staff-space,tablature,textscript}.ly:
8629         remove.
8630
8631 2004-08-01  Heikki Junes  <hanwen@xs4all.nl>
8632
8633         * Documentation/user/{changing-defaults,notation,tutorial}.itely:
8634         fixes.
8635
8636 2004-08-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8637
8638         * input/regression/beam-dir-functions.ly: move from test/
8639
8640         * Documentation/user/notation.itely (Feathered beams): new node.
8641
8642         * Documentation/user/changing-defaults.itely (Difficult tweaks):
8643         new node
8644
8645         * input/regression/lyric-hyphen-retain.ly: move to regression.
8646
8647         * input/regression/harmonic.ly: fold into manual
8648         
8649         * input/test/{hshift,move-accidentals,crescendi,feathered-beam,
8650         stem-length,chord-names-no-inversions}.ly: remove
8651         
8652         * input/test/tie-cross-voice.ly: move to regression.
8653
8654         * Documentation/user/notation.itely (Running trills): new node.
8655
8656         * scm/define-grobs.scm (all-grob-descriptions): new grob TrillSpanner
8657
8658         * scm/define-music-types.scm (music-descriptions): add TrillSpanEvent
8659
8660         * lily/trill-spanner-engraver.cc: new file.
8661
8662         * input/regression/trill-spanner.ly: new file.
8663
8664         * input/test/timing.ly: fold into manual.
8665
8666         * input/test/time.ly: remove
8667
8668         * input/test/trill.ly: remove
8669         
8670         * input/test/time-signature-double.ly: fold into manual
8671
8672         * input/test/separate-staccato.ly: remove
8673
8674         * input/test/spanner-after-break-tweak.ly: fold into manual.
8675
8676         * input/test/script-priority.ly: fold into manual.
8677
8678         * input/test/scheme-interactions.ly: remove.
8679         
8680         * input/test/unfold-all-repeats.ly (mel),
8681         input/test/repeat.ly,input/test/repeat-shorter-bracket.ly,
8682         input/test/polymetric-differing-notes.ly input/test/polymetric.ly:
8683         fold into manual.
8684
8685         * input/regression/no-staff.ly: move from input/test/
8686
8687         * input/regression/markup-score.ly: move from input/test/
8688
8689         * input/test/lyrics-melisma-faster.ly: fold into manual
8690         
8691         * input/test/lyrics-melisma-variants.ly: fold into manual
8692
8693         * Documentation/user/notation.itely (Popular music): new node. 
8694
8695         * input/test/gourlay.ly: remove
8696         
8697         * input/test/improv.ly: fold into manual.
8698
8699         * input/test/figured-bass-alternate.ly (fl): remove
8700
8701         * lily/dynamic-text-spanner.cc (print): new file.
8702
8703         * scm/define-grobs.scm (all-grob-descriptions): add DynamicTextSpanner
8704
8705         * lily/engraver-group-engraver.cc (do_announces): reorder logic:
8706         keep recursing into children in case a parent context inserts a
8707         grob into a child context.
8708
8709         * lily/dynamic-engraver.cc (acknowledge_grob): add accidentals to
8710         
8711 2004-07-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8712
8713         * scm/define-markup-commands.scm (postscript): new markup command
8714         \postscript
8715
8716         * Documentation/user/notation.itely (Formatting cue notes): new
8717         section.
8718
8719         * input/test/clef-end-of-line.ly: fold into manual.
8720
8721         * input/test/scales-greek.ly: remove.
8722
8723         * input/test/chords-without-melody.ly: fold into manual.
8724
8725         * input/test/cadenza-skip.ly: remove.
8726
8727         * input/test/clef-8-syntax.ly: remove.
8728
8729         * input/test/clef-manual-control.ly: move into manual.
8730
8731         * Documentation/user/notation.itely (Aligning to cadenzas): fold
8732         in cadenza-skip.ly
8733
8734         * mf/parmesan*.mf: change neo_mensural to neomensural.
8735
8736         * input/test/trills.ly: remove.
8737
8738         * input/test/transposition.ly: remove.
8739
8740         * input/test/to-xml.ly: move to no-notation.
8741
8742         * buildscripts/lilypond-profile.sh: change zsh bomb to warning.
8743
8744         * lily/ledger-line-spanner.cc (print): use staff variable, not
8745         me. Fixes ledger lines on differently sized staves.
8746
8747         * input/test/rhythm-excercise.ly: remove file.
8748
8749         * lily/stem.cc (dim_callback): only do something if visible. Fixes
8750         spurious flag not found warning for 128th rest.
8751
8752         * input/regression/rest-dot-position.ly: new file.
8753         
8754         * input/test/rest-dot-positions.ly: remove
8755
8756         * lily/staff-symbol-referencer.cc (get_position): emergency
8757         fallback: use coordinate * 2.
8758
8759         * input/no-notation/midi-scales.ly: move from test/
8760
8761         * scm/define-markup-commands.scm (score): remove debugging code.
8762
8763         * input/test/incipit.ly (violin): remove. 
8764
8765         * lily/system-start-delimiter.cc (print): only draw system
8766         delimiter to staves that reach up to left bound of the delimiter.
8767
8768         * input/no-notation/embedded-scm.ly: move from test/
8769
8770         * input/test/follow-voice.ly: remove
8771
8772         * input/no-notation/dynamic-absolute-volume.ly: move from test/.
8773
8774         * input/test/drarn*: remove
8775         
8776         * input/test/count-systems.ly: remove.
8777
8778         * lily/bar-line.cc (compound_barline): fix : for staff without
8779         lines.
8780
8781         * lily/accidental.cc (print): use music_font_alist_chain(). This
8782         fixes smaller cautionaries.
8783
8784         * scm/define-grobs.scm (all-grob-descriptions): use fetaMusic
8785         encoding for accidental.
8786
8787         * Documentation/user/notation.itely (Educational use): new section
8788
8789         * input/test/*.ly: clean up directory: move examples into manual
8790         or regtest.
8791         
8792
8793         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.log): add
8794         mode as well. This fixes resolution errors.
8795
8796 2004-07-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8797
8798         * scm/lily.scm (postscript->png): show commands for --verbose.
8799
8800         * flower/include/getopt-long.hh: opps. short option should be
8801         char, not int.
8802
8803         * Documentation/user/GNUmakefile: use symlinks to save space.
8804
8805         * VERSION: 2.3.9 released.
8806
8807         * scripts/convert-ly.py (conv): remove \lyrics from \lyricsto.
8808
8809         * ly/gregorian-init.ly (neumeDemoPaper): remove duplication from
8810         manual.
8811
8812         * Documentation/user/tutorial.itely (Integrating text and music):
8813         remove \score and \notes from manual.
8814
8815         * lily/my-lily-lexer.cc (My_lily_lexer): really switch on note
8816         mode in the beginning.
8817
8818 2004-07-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8819
8820         * Documentation/user/changing-defaults.itely (Horizontal spacing):
8821         Correct the documentation of the spacing parameters. 
8822
8823         * Documentation/user/tutorial.itely (Integrating text and music), 
8824         Documentation/user/lilypond-book.itely (Integrating LaTeX and
8825         music): Document that you need to add the map file ec-mftrace.map
8826         in the dvips command.   
8827
8828 2004-07-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8829
8830         * lily/score-engraver.cc (initialize): abort if ecrm10.pfa not
8831         found.
8832
8833         * lily/text-item.cc (interpret_string): insert encoding setting
8834         here
8835
8836         * scm/framework-ps.scm (ps-font-command): remove feta/parmesan
8837         encoding kludge.
8838
8839         * Documentation/user/changing-defaults.itely (Text encoding): node
8840         on encoding.
8841
8842         * lily/lyric-engraver.cc (try_music): remove superfluous check.
8843
8844         * lily/book-paper-def.cc (find_scaled_font): remove default
8845         encoding, because it messes up font loading for feta and
8846         parmesan. Encoding should only be specified for running texts.
8847
8848         * lily/modified-font-metric.cc (text_dimension): support coding
8849         scheme ""
8850         
8851 2004-07-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8852
8853         * lily/tie-engraver.cc (stop_translation_timestep): remember tie
8854         definition, so \override works as expected.
8855
8856         * lily/measure-grouping-engraver.cc: clarify
8857
8858 2004-07-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8859
8860         * lily/parser.yy (context_def_mod): remove \consistsend
8861
8862         * lily/context-def.cc (instantiate): use Translator::must_be_last
8863         to determine engraver order.
8864
8865         * lily/translator.cc (must_be_last): new function
8866
8867         * scripts/convert-ly.py (conv): rule.
8868
8869         * lily/bar-line.cc (print): return '() for height == 0.0 too.
8870
8871 2004-07-27  Heikki Junes  <hjunes@cc.hut.fi>
8872
8873         * input/regression/{stanza-number,volta-multi-staff}.ly: fix docs.
8874  
8875 2004-07-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8876
8877         * lily/include/lily-guile.hh (scm_is_int): compat glue.
8878
8879 2004-07-25  Pedro Kroger  <kroeger@pedrokroeger.net>
8880
8881         * input/regression/page-layout.ly: new file.
8882
8883         * scm/paper.scm (set-paper-dimensions): Preliminary support for
8884         left and right margins.
8885
8886         * Documentation/user/changing-defaults.itely (Page layout):
8887         Explain the leftmargin option.
8888
8889 2004-07-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8890
8891         * input/test/lyrics-melisma-variants.ly (texidoc): new file.
8892
8893         * input/test/lyrics-melisma-faster.ly: new file.
8894
8895         * lily/new-lyric-combine-music-iterator.cc (find_voice): allow
8896         change of melody by setting associatedVoice.
8897
8898         * lily/parser.yy (re_rhythmed_music): \lyricsto implies lyrics mode.
8899
8900         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): don't copy
8901         file contents, rather \include them, so default linewidth is set.
8902         (ly_options): make BOOKPAPER set of options. Move linewidth
8903         settings there.
8904
8905         * Documentation/user/examples.itely: new file. Templates are to be
8906         moved here.
8907
8908         * Documentation/user/programming-interface.itely: move chapter.
8909
8910         * scm/document-markup.scm (doc-markup-function): add @code
8911
8912         * stepmake/stepmake/texinfo-rules.make: remove chmod.
8913
8914 2004-07-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8915
8916         * scm/page-layout.scm (plain-header): add printpagenumber boolean
8917         to bookpaper.
8918
8919         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
8920         $(outdir)/%.ly $(outdir)/%.ps): do all targets from lilypond binary.
8921
8922         * scripts/lilypond-latex.py (run_dvips): remove -bin everywhere.
8923
8924         * lily/GNUmakefile (NAME): create lilypond, not lilypond-bin 
8925
8926         * scripts/lilypond-latex.py: move from lilypond.py
8927
8928         * make/lilypond-vars.make: centralize LILYPOND_BOOK_FLAGS setting.
8929         (LILYPOND_BOOK_FLAGS): use -f tex for lilypond-book.
8930
8931         * scm/lily.scm (postscript->png): new function
8932         (postscript->pdf): new function
8933
8934         * lily/paper-book.cc (post_processing): call
8935         convert-to-{dvi,ps,png,pdf}
8936
8937         * scripts/ps2png.py (option_definitions): new file.
8938
8939         * lily/paper-book.cc (output): call output-preview-framework
8940         (post_processing): new function. Do PDF/PNG conversion.
8941
8942         * lily/paper-outputter.cc (close): new function.
8943
8944         * scm/framework-ps.scm (convert-to-pdf): new function. Call
8945         ps2pdf.
8946         (output-preview-framework): new function. Generate a preview .ps
8947         
8948
8949 2004-07-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8950
8951         * VERSION: release 2.3.8
8952         
8953         * lily/note-head.cc: remove ledger line handling.
8954
8955         * lily/ambitus.cc (print): strip away accidental / note head code,
8956         and associated properties.
8957
8958         * lily/ambitus-engraver.cc (create_ambitus): change name to
8959         AmbitusLine. Create AmbitusAccidental and AmbitusNoteHead for
8960         other ambitus parts.
8961         (create_ambitus): group grobs in Ambitus grouping object. 
8962
8963         * lily/include/pitch-interval.hh (Pitch>): new file.
8964
8965         * lily/pitch-interval.cc (add_point): new file.
8966
8967         * lily/ledger-line-engraver.cc: new file.
8968
8969         * lily/ledger-line-spanner.cc (print): new file. Set limits to
8970         ledger line length to avoid clashes.
8971
8972 2004-07-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8973
8974         * Documentation/user/invoking.itexi (Invoking lilypond): remove
8975         deprecated options
8976
8977 2004-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
8978
8979         * SConstruct: Use only code files for TAGS.  Change GO_FAST_BUTTON
8980         to command line option: fast=1 (default on).
8981
8982         * SConstruct[GO_FAST_BUTTON]: implement tips from Andreas Roach.
8983         This brings SCons run-time on up-to-date tree down from 48s with
8984         only checksums, to 34s without 2day checksums, to 14s (make needs
8985         4 seconds).
8986         (subdirs)[GO_FAST_BUTTON]: Try to read all subdirs only when
8987         necessary.
8988
8989 2004-07-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8990
8991         * lily/slur-quanting.cc (score_extra_encompass): add  break ;
8992         (score_extra_encompass): process scripts at edges too, by checking
8993         control points directly. 
8994
8995 2004-07-20  Jan Nieuwenhuizen  <janneke@gnu.org>
8996
8997         * po/nl.po: Update.
8998
8999         * lily/main.cc: Fix ly:option-usage help.
9000
9001         * input/regression/slur-script.ly: More collision tests.
9002
9003         * GNUmakefile.in (EXTRA_DIST_FILES): Add SConstruct.
9004
9005 2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9006
9007         * VERSION: release 2.3.7
9008
9009         * stepmake/generic-vars.make (EXTRA_DIST_FILES): dist SConscript
9010         files.
9011
9012         * Documentation/user/notation.itely (Slurs): document ^ and _ for
9013         slurs.
9014
9015         * input/regression/slur-script.ly: new file.
9016
9017         * lily/accidental-engraver.cc (process_acknowledged_grobs):
9018         make accidental appear to come from note head engraver.
9019
9020         * lily/slur-quanting.cc: new file.
9021         (score_extra_encompass): new function. Avoid scripts and
9022         accidentals
9023
9024 2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9025
9026         * lily/include/lily-guile.hh: Remove guile-1.4 compatibility.
9027         This greatly reduces the number of files that get recompiled
9028         after touching config.hh.
9029
9030         * config.hh.in: Remove GUILE_*_VERSION.
9031
9032         * lily/new-slur.cc: Resolve conflicts.
9033
9034         * lily/stem-engraver.cc (make_stem): New method.
9035
9036         * lily/include/script-interface.hh:
9037         * lily/script-interface.cc: New file.
9038
9039         * lily/include/script.hh:
9040         * lily/script.cc: Remove.
9041
9042         * lily/music.cc (duration_log): New method.
9043
9044         * lily/script.cc (struct Skript): Remove.
9045
9046         * lily/new-slur.cc (get_base_attachments): Try at articulations.
9047         Lots of coding cleanups (Stom).
9048
9049 2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9050
9051         * lily/new-slur.cc (avoid_staff_line): new function: avoid
9052         collisions with staff lines.
9053
9054         * lily/my-lily-parser.cc (LY_DEFINE): add directory of argument to
9055         global_path
9056
9057         * scm/define-grobs.scm (all-grob-descriptions): set ratio
9058         .25. This flattens short slurs.
9059
9060         * lily/new-slur.cc (enumerate_attachments): move X of attachment
9061         points for tilted slurs.
9062
9063         * input/regression/slur-tilt.ly: new file.
9064
9065         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): shorten
9066         stems of 16th graces too.
9067
9068         * lily/beam-quanting.cc (score_forbidden_quants): make forbidden
9069         quant penalty dependent on how much the line is in the gap.
9070
9071         * input/regression/grace-stem-length.ly: new file.
9072
9073         * lily/beam-quanting.cc (score_forbidden_quants): remove
9074         interquant check. The penalty of 1000 is much too harsh, and the
9075         inter case should be caught by check-staff-line-in-gap check.
9076
9077         * lily/scm-option.cc: move debug-beam to \paper.
9078
9079         * scripts/lilypond-book.py (Lilypond_snippet.write_ly): create
9080         .txt files to appease makeinfo.
9081
9082         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly:
9083         remove texttagline.
9084         
9085         * lily/new-slur.cc: cleanup, split in functions.
9086
9087         * lily/parser.yy (chord_body_element): allow octave-check = inside
9088         chord body. 
9089
9090         * lily/new-slur.cc (score_encompass): variable head-distance penalty.
9091
9092         * lily/stem.cc (height): call Beam::after_line_breaking().
9093
9094         * lily/rest-collision.cc (force_shift_callback): only call shift
9095         for columns containing rests.
9096
9097         * lily/new-slur.cc (print): use debug-slur-quanting paper var.
9098
9099         * input/regression/font-postscript.ly: invoke afm2tfm. 
9100
9101 2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9102
9103         * mf/SConscript: Build map files.
9104
9105         * SConstruct: Rename $out to out-www in web.
9106
9107 2004-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9108
9109         * SConstruct (web_kluts): Have make web build in out-www.  Not.
9110
9111 2004-07-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9112
9113         * Documentation/user/music-glossary.tely (Top): add fragment to
9114         pertinent @lilypond entries.
9115
9116         * scm/define-grobs.scm: switch on new-slur by default.
9117
9118         * lily/scm-option.cc: symbol != string.
9119
9120         * lily/new-slur.cc (set_end_points): handle broken slurs. Doesn't
9121         really work yet.
9122         (set_end_points): make X coord of attachment dependent on  Y.
9123         (score_encompass): add edges too.
9124
9125 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9126
9127         * lily/stem.cc (get_beaming): new function.
9128
9129         * scripts/lilypond-book.py (compose_ly): make fragment mandatory
9130         for fragment snippets. This fixes inclusion of toplevel-music
9131         examples (such as new-slur.ly)
9132  
9133 2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9134
9135         * scripts/lilypond-book.py: Remove second import of stat.
9136
9137         * More SCons cleanups.
9138
9139         * Documentation/bibliography/computer-notation.bib (note): Remove
9140         extraneous closing brace.
9141
9142 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9143
9144         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): fix
9145         stat calls.
9146
9147         * Documentation/bibliography/SConscript (bibs): failed try to get
9148         bib2html find html-long.bst.
9149
9150         * buildscripts/bib2html.py (stat): fail if bibtex fails.
9151
9152         * make/stepmake.make: use usescons for using scons. 
9153
9154 2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9155
9156         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): Check
9157         for lilypondend.  Import stat (huh?).
9158
9159 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9160
9161         * make/mutopia-vars.make ($(addprefix $(outdir)/,$(LYM4_FILES):
9162         bypass dvi. 
9163
9164         * input/regression/font-postscript.ly: new file. 
9165
9166         * scm/framework-ps.scm (load-fonts): load pfb files too.
9167
9168         * lily/pfb.cc (pfb2pfa): new file.
9169
9170 2004-07-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9171
9172         * scripts/lilypond-book.py (PREAMBLE_LY): set
9173         toplevel-music-handler too.
9174
9175 2004-07-15  Jan Nieuwenhuizen  <janneke@gnu.org>
9176
9177         * SConstruct (symlink): Add dvips and music-drawing-routines.ps.
9178         (web_path): Fixes for webball.  Install fixes, add DESTDIR option.
9179
9180         * lily/slur.cc: Add quant-score to interface.  Fixes web build.
9181
9182         * python/SConscript:
9183         * python/vim:
9184         * input/mutopia/*SConscript: New file.
9185
9186         * input/mutopia/W.A.Mozart/: Use .ily suffix for includes.
9187
9188         * scm/define-grobs.scm (all-grob-descriptions): Use ,Slur::height,
9189         fixes web build.
9190
9191         * make/stepmake.make (scons): re-route to SCONS if user has been
9192         running scons in this tree.
9193
9194         * SConstruct (config_vars): Add CPPDEFINES.
9195         (env): Set checksums type to "content".
9196         (save_config_cache): Do not exit after configuring when using
9197         checksums (the default) instead of timestamps.
9198
9199 2004-07-15  Jan Nieuwenhuizen  <janneke@gnu.org>
9200
9201         * SConstruct: Further development.
9202
9203         * input/test/SConscript: 
9204         * input/template/SConscript: 
9205         * input/regression/SConscript: 
9206         * Documentation/bibliography/SConscript:
9207         * Documentation/bibliography/index.html.in: New file.
9208
9209         * Documentation/bibliography/GNUmakefile (local-WWW): Remove index
9210         generation.
9211
9212         * buildscripts/builder.py: Add new builders.
9213
9214         * make/stepmake.make: 
9215         * stepmake/stepmake/*.make: 
9216         * configure.in:
9217         * lily/*:
9218         * flower*: Use config.hh (Was config.h).
9219
9220         * scm/encoding.scm (get-coding): Print friendly error message when
9221         no encoding is found, rather than crashing.
9222
9223 2004-07-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9224
9225         * lily/new-slur.cc (score_slopes): strong sloping score only when
9226         stems point in same dir. 
9227
9228 2004-07-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9229
9230         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo): bugfix
9231         for beam start.
9232
9233         * lily/parser.yy (context_prop_spec): check grob name for
9234         alphanumericness..
9235
9236         * lily/lyric-engraver.cc: creates LyricText objects
9237
9238 2004-07-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9239
9240         * lily/include/lily-guile.hh (scm_from_int): add scm_from_int glue.
9241
9242 2004-07-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9243
9244         * SConstruct: Configure only pristine build tree or on user
9245         request.  Cleanups.  Add Documentation/topdocs to subdirs.
9246         Use checksums instead of timestamps.
9247         (CheckYYCurrentBuffer): Return result.
9248
9249         * Documentation/topdocs/SConscript: New file.
9250
9251 2004-07-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9252
9253         * lily/staff-symbol-referencer.cc (on_staffline): bugfix 
9254
9255         * lily/scm-hash.cc (get): SCM_MAKINUM is deprecated. Use
9256         scm_from_int instead.
9257
9258 2004-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
9259
9260         * SConstruct: Updates.  Add targets: tar, dist, release.
9261
9262 2004-07-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9263
9264         * input/mutopia-header.ly: Generate output.
9265
9266         * SConstruct:
9267         * buildscripts/builder.py:
9268         * Documentation/user/SConscript: SCons fixes.
9269
9270 2004-07-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9271
9272         * lily/new-slur.cc (class New_slur): new file. Score based slur
9273         computations.
9274
9275 2004-07-10  Jan Nieuwenhuizen  <janneke@gnu.org>
9276
9277         * mf/SConscript: Remove Builders.
9278
9279         * buildscripts/builder.py: Add LilyPond, Abc2ly and MF builders.
9280
9281         * input/SConscript: 
9282         * Documentation/user/SConscript: New file.
9283
9284 2004-07-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9285
9286         * Documentation/topdocs/NEWS.texi (Top): add note about new
9287         emacs electric-|
9288
9289         * scm/*.scm: adapt ly:warn calls.
9290
9291         * lily/lily-guile.cc (LY_DEFINE): use format on ly:warn arguments.
9292
9293         * lily/repeat-acknowledge-engraver.cc (process_music): look at
9294         main timing, not grace timing. Fixes volta-repeat-grace.
9295
9296         * lily/kpath.cc (LY_DEFINE): ly:kpathsea-expand-path, new function
9297         remove ly:kpathsea-gulp-file.
9298
9299         * scm/translation-functions.scm (format-metronome-markup): make
9300         note smaller, align to bottom.
9301
9302         * scm/define-grobs.scm (all-grob-descriptions): metronome fixes.
9303
9304         * lily/metronome-engraver.cc (stop_translation_timestep): attach
9305         metronome to musical column. Don't ack time sigs or bar lines.
9306
9307 2004-07-10  Heikki Junes  <hjunes@cc.hut.fi>
9308
9309         * THANKS: sort, add David. Kristof contributed code, he is a
9310         contributor.
9311
9312 2004-07-09  David Svoboda      <svoboda@cmu.edu>
9313
9314         * elisp/lilypond-mode.el,
9315         * elisp/lilypond-what-beat.el: Added LilyPond-what-beat function to
9316         count beats between last measure stop | and point in emacs.
9317         
9318 2004-07-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9319
9320         * tex/GNUmakefile (TEX_FILES): don't dist
9321         music-drawing-routines.ps, latin1.enc 
9322
9323         * scripts/lilypond.py (include_path): remove --no-lily, --no-ps ,
9324         --no-pdf, --pdftex
9325         (copyright): add --latex option
9326         (ic_p.make_include_option): use direct PS as default.
9327
9328         * scm/beam.scm (check-slope-callbacks): check sign of slope. 
9329
9330         * input/regression/beam-concave.ly (rossFourBeams): add cases from
9331         Ross
9332
9333         * scm/script.scm (default-script-alist): marcato should follow
9334         into staff
9335         
9336 2004-07-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9337
9338         * buildscripts/builder.py:
9339         
9340         * Documentation/SConscript (outdir): New file.  Add *list.ly
9341         dependencies.  Fixes PDF doc build.
9342
9343 2004-07-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9344
9345         * SConstruct: Add Tar target (incomplete), fix install issues, fix
9346         run from build-dir.
9347
9348         * ly/SConscript:
9349         * scm/SConscript: New file.
9350
9351         * lily/main.cc (dir_info): Print variables in sh format.
9352
9353         * lily/includable-lexer.cc: Use #if iso #ifdef for HAVE_ tests.
9354
9355         * mf/SConscript: Update multiple target rules.
9356
9357         * SConstruct (assert_version): Add.
9358
9359 2004-07-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9360
9361         * SConstruct (key): add HAVE_FLEXLEXER_YY_CURRENT_BUFFER check.
9362
9363 2004-07-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9364
9365         * buildscripts/mf-to-table.py: Do not try to open ''.
9366
9367         * mf/SConscript: New file.
9368
9369 2004-07-06  Carl Sorensen  <carldsorensen@comcast.net>
9370
9371         * scm/fret-diagrams.scm : Convert many properties to constants,
9372         reducing the pollution of the property namespace.
9373
9374         * scm/define-grob-properties.scm (all-user-grob-properties): Reduce
9375         unnecessary properties for fret-diagram
9376
9377         * scm/define-grob-interfaces.scm (fret-diagram-interface): Add symbols
9378         for interface
9379
9380 2004-07-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9381
9382         * SConstruct: Update.
9383
9384 2004-07-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9385
9386         * input/regression/beam-quant-standard.ly (seconds): print desired
9387         quants when failing.
9388
9389 2004-07-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9390
9391         * SConstruct:
9392         * flower/SConscript:
9393         * lily/SConscript: New file.
9394
9395 2004-07-05  Carl Sorensen  <carldsorensen@comcast.net>
9396
9397         * scm/define-grob-properties.scm (all-user-grob-properties): Add
9398         descriptions for all fret-diagram properties.
9399
9400         * scm/define-grob-interfaces.scm (fret-diagram-interface): Add
9401         fret-diagram interface code
9402
9403 2004-07-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9404
9405         * ly/book-paper-defaults.ly: set default encoding to ec.
9406
9407         * buildscripts/guile-gnome.sh (OPT): only compile pango if not
9408         installed.
9409
9410         * tex/latin1.enc: new file, from a2ps. 
9411
9412 2004-07-06  Heikki Junes  <hjunes@cc.hut.fi>
9413
9414         * stepmake/bin/add-html-footer.py: use <div> instead of <table>,
9415         add a faint, green border line.
9416
9417         * Documentation/index.html.in: drop <table>, add a faint border line.
9418
9419 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9420
9421         * scm/font.scm (add-cmr-fonts): upright caps is eccc.
9422
9423         * Documentation/GNUmakefile (README_TOP_FILES): add THANKS.txt.
9424
9425 2004-07-02  Carl Sorensen  <carldsorensen@comcast.net>
9426
9427         * scm/output-ps.scm (white-text): Add scale paramter to allow scaling
9428
9429         * scm/output-tex.scm (white-text): Add scale parameter to allow font
9430         scaling
9431
9432         * scm/stencil.scm (fontify-text-white) : Adjust to better center,
9433         properly scale white text
9434
9435         * scm/fret-diagrams.scm (make-fret-diagram): change default dot
9436         position for numbered dots so dot will touch fret.
9437         (various routines): move to font-metric interface, rather than
9438         name, size interface.  Clean up comments.
9439
9440         * ps/music-drawing-routines.ps: (/draw_white_text)  Adjust font
9441         size and offset to better center white text.
9442
9443 2004-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
9444
9445         * ChangeLog: Remove pre-2.1 changes.
9446
9447         * Documentation/misc/ChangeLog-2.1: New file.
9448
9449         * stepmake/bin/release.py: Cleanup.  Add release marker if missing
9450         from ChangeLog.
9451
9452 2004-07-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9453
9454         * input/test/chords-below-volta-bracket.ly,
9455         input/test/no-key-at-end-of-line.ly: New example files (FAQs)
9456
9457 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9458
9459         * VERSION: release 2.3.6
9460
9461         * input/regression/beam-quant-standard.ly: new file: test standard
9462         beam quants.
9463
9464         * scm/beam.scm (check-quant-callbacks): new function
9465         (check-beam-quant): new function: check whether current beam
9466         quants match argument.
9467
9468         * lily/beam-quanting.cc (score_forbidden_quants): fix problem with
9469         forbidden quant for sitting (upstem)/hanging (downstem) on outer
9470         staffline line.
9471
9472 2004-07-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9473
9474         * lily/parser.yy (Generic_prefix_music_scm): add (scm,scm) music
9475         functions.
9476
9477         * lily/note-collision.cc (do_shifts): align colliding notes to
9478         their leftmost note.
9479
9480         * input/regression/collision-alignment.ly: new file.
9481
9482         * ly/init.ly: don't print gc stats.
9483
9484         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo): add
9485         extra newline
9486
9487         * scm/define-grobs.scm (all-grob-descriptions): use (0 . 0) not #f
9488         for dimensions. This fixes ottava-remove-empty-staff.ly
9489
9490         * input/regression/lyrics-tenor-clef.ly: new file.
9491
9492         * lily/axis-group-engraver.cc (process_acknowledged_grobs): catch
9493         cyclic parents when two axis-group-engravers are
9494         present. Fixes: crash-axis-group-engraver.ly. 
9495         
9496         * input/test/volta-chord-names.ly: new file.
9497
9498         * scm/define-context-properties.scm
9499         (all-user-translation-properties): change voltaOnThisStaff
9500         definition. 
9501
9502         * lily/volta-engraver.cc (stop_translation_timestep): set bounds
9503         if necessary.
9504
9505         * lily/volta-bracket.cc (print): handle volta brackets without
9506         bars. 
9507
9508 2004-07-01  Jan Nieuwenhuizen  <janneke@gnu.org>
9509
9510         * scripts/abc2ly.py (try_parse_chord_delims): Bugfix: update to
9511         2.0 chord syntax.  Ouch.  (thanks Dave Phillips).
9512
9513 2004-07-01  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9514
9515         * scm/output-gnome.scm: updated instructions for running gnome
9516         backend
9517
9518 2004-06-29  Carl Sorensen  <carldsorensen@attbi.net>
9519
9520         * scm/fret-diagrams.scm (draw-dots): default values for dot size
9521         and dot-position now depend on finger-code value; in-dot makes
9522         dots larger and centered.
9523         (draw-barre): added straight-barre indicator option
9524         (draw-dots): made fontify-text-white work.
9525
9526         * music-drawing-routines.ps: added /draw_white_text
9527
9528         * scm/output-tex.scm:  added white-text
9529
9530         * scm/output-ps.scm:  added white-text
9531
9532         * scm/lily.scm (ly:all-stencil-expressions): Added white-text to 
9533         list of stencil expressions
9534
9535         * scm/stencil.scm: Added fontify-text-white
9536
9537 2004-06-29  Heikki Junes  <hjunes@cc.hut.fi>
9538
9539         * input/regression/+.ly: use @unnumbered section.
9540
9541 2004-06-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9542
9543         * elisp/lilypond-mode.el (LilyPond-guile): set current module to
9544         (*anonymous-ly-0*) iso. (*anonymous-ly-1*)
9545
9546 2004-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
9547
9548         * buildscripts/guile-gnome.sh (PATH): GUILE CVS is still fubarred.
9549
9550 2004-06-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9551
9552         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
9553         was causing an error. (was not actually commited in 2004-06-20)
9554
9555         * input/regression/lily-in-scheme.ly (withPaddingC): does not
9556         breaks anymore
9557
9558 2004-06-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9559
9560         * VERSION: 2.3.5 released.
9561         
9562         * lily/my-lily-parser.cc (parse_string): switch module too.
9563
9564 2004-06-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9565
9566         * Documentation/topdocs/INSTALL.texi (Top): Add guile, python and
9567         ec-fonts-mftraced to running requirements.
9568
9569 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9570
9571         * lily/my-lily-lexer.cc (My_lily_lexer): copy scopes so temporary
9572         assignments don't reach the original file.
9573
9574         * lily/my-lily-parser.cc (My_lily_parser): only copy lexer if it
9575         exists
9576
9577 2004-06-22  Jan Nieuwenhuizen  <janneke@gnu.org>
9578
9579         * scm/output-gnome.scm: 
9580         * buildscripts/guile-gnome.sh: Update wrt fixed GUILE CVS.
9581
9582         * debian/: Apply Debian patch (Anthony Fok).
9583
9584 2004-06-22  Heikki Junes   <hjunes@cc.hut.fi>
9585
9586         * Documentation/user/music-glossary.tely: fix titling; @top is already
9587         an @unnumbered @chapter.
9588
9589 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9590
9591         * debian/GNUmakefile (EXTRA_DIST_FILES):
9592         (CONF_FILES): update file list.
9593
9594         * lily/stencil.cc (interpret_stencil_expression): bugfix.
9595
9596 2004-06-21  Jan Nieuwenhuizen  <janneke@gnu.org>
9597
9598         * debian/: Remove cruft (requested Anthony Fok.)
9599
9600         * buildscripts/guile-gnome.sh: Build without gcc libtool version
9601         juggling.
9602
9603         * scm/framework-gnome.scm: Cleanups.  Resurrect +/- canvas scaling.
9604         Add popup menu with grob properties.
9605
9606         * lily/grob-scheme.cc (ly:grob-properties):
9607         (ly:grob-basic-properties): New function.
9608
9609         * lily/stencil.cc (interpret_stencil_expression): Comment-out
9610         "no-origin" call.  Fixes -fps output.
9611
9612         * scm/output-ps.scm (no-origin): Add dummy implementation.
9613
9614         * scm/output-gnome.scm (define-origin): Remove
9615         (grob-cause): Add.
9616
9617         * scm/output-ps.scm (scm):
9618         * scm/output-tex.scm (scm): Remove define-origin from exports list.
9619         (define-origin): Remove.
9620
9621         * scm/output-gnome.scm (define-origin): 
9622
9623         * scm/lily.scm (ly:all-output-backend-commands): Remove
9624         define-origin.  Add grob-cause.
9625
9626 2004-06-21  Heikki Junes   <hjunes@cc.hut.fi>
9627
9628         * buildscripts/lilypond-words.py: add ly/portugues.ly.
9629
9630 2004-06-20  Heikki Junes   <hjunes@cc.hut.fi>
9631
9632         * Documentation/user/GNUmakefile:
9633         * stepmake/stepmake/texinfo-rules: add Cascading Style Sheet using
9634         --include-css=.../texinfo.css; command includes css into the html.
9635
9636         * Documentation/texinfo.css: add file.
9637         define <hr> as black and thin.
9638
9639 2004-06-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9640
9641         * lily/stencil.cc (interpret_stencil_expression): add grob-cause
9642         stencil expression. Junk define-origin.
9643
9644         * lily/my-lily-parser.cc (parse_string): init parser variable when
9645         lexer_ is set, ie. in parse_string and parse_file.
9646
9647         * lily/book.cc (LY_DEFINE): new function. ly:make-book. Supercedes
9648         ly:score-bookify.
9649
9650         * scm/lily.scm (collect-scores-for-book): new function.
9651
9652         * ly/init.ly: print collected scores/musics.
9653
9654         * lily/my-lily-parser.cc (LY_DEFINE): define parser in parser
9655         scope, not in lily module.
9656
9657         * lily/book.cc (LY_DEFINE): ly:make-book. New function.
9658
9659         * configure.in (PKG_CONFIG_PATH): add --enable-gui flag, and
9660         encapsulate gtk/pango tests.
9661
9662         * po/tr.po: Turkish translation.
9663
9664 2004-06-20  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9665
9666         * input/regression/lily-in-scheme.ly: regression test for #{
9667         ... #} syntax
9668
9669         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
9670         was causing an error.
9671
9672         * Documentation/user/programming-interface.itely (Using LilyPond
9673         syntax inside Scheme): documentation for #{ ... #} syntax.
9674
9675 2004-06-19  Heikki Junes  <hjunes@cc.hut.fi> 
9676
9677         * Documentation/index.html.in: use black thin <hr>.
9678
9679         * buildscripts/mutopia-index.py: use thin black <hr>.
9680
9681 2004-06-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9682
9683         * scm/fret-diagrams.scm: Use UNIX style line endings.
9684         (fret-diagram-verbose): A couple of @{VAR} and an closing itemize
9685         typo.  Fixes compile.
9686
9687         * scm/output-ps.scm (white-dot): Remove second incarnation.
9688
9689         * scm/lily.scm (ly:all-stencil-expressions): Add white-dot.
9690
9691 2004-06-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9692
9693         * scripts/lilypond.py (ic_p.make_include_option): set error_p for
9694         single file error.
9695
9696         * lily/bar-line.cc (compound_barline): add support for unbroken ||:
9697
9698 2004-06-17  Carl Sorensen (carl_sorensen@byu.edu)
9699
9700         * scm/fret-diagrams.scm: added fret-diagram-terse interface;
9701         remove size as argument to fret-diagram interface;
9702         improved white-circle dots for fret;
9703         improved top-fret thick line/
9704
9705         * scm/output-ps.scm: added white-dot function
9706
9707         * scm/output-tex.scm: added white-dot function
9708
9709         * tex/music-drawing-routines.ps: added draw_white_dot function
9710
9711         * ps/music-drawing-routines.ps: added draw_white_dot function
9712
9713         * input/test/fret-diagram.ly: examples to show multiple
9714         functions and multiple interfaces
9715
9716 2004-06-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9717
9718         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph) 
9719         (pango_fc_afm_get_charset): Update iaw Pango CVS update.
9720
9721         * buildscripts/guile-gnome.sh: Add pango to recipe.  Resolve
9722         conflict.  Have I told you lately how much I love autotools?
9723
9724 2004-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9725
9726         * lily/lily-guile.cc: 
9727         * lily/pangofc-afm-decoder.cc:
9728         * lily/include/pangofc-afm-decoder.hh: Use #if HAVE_* iso #ifdef.
9729         Fixes build without Pango CVS.  Use "pangofc-afm-decoder.hh".
9730
9731         * Documentation/topdocs/NEWS.texi (Top): Mention GNOME backend for
9732         developers.
9733
9734         * lily/paper-outputter.cc (file): New method.
9735         (dump_string): Use it.
9736
9737         * scm/output-gnome.scm: Update with pango CVS info, lilylib
9738         musing.
9739
9740         * lily/accidental-engraver.cc: Bugfix: (do not sort lines if one
9741         of them has a comma :-).
9742
9743         * scm/framework-gnome.scm: Add pango decoders.
9744
9745         * lily/include/pangofc-afm-decoder.hh: 
9746         * lily/pangofc-afm-decoder.cc: New file.
9747
9748         * lily/lily-guile.cc (ly:pango-add-afm-decoder): New function.
9749
9750         * configure.in: Check for pango.
9751
9752         * stepmake/aclocal.m4 (PKG_CHECK_MODULES): New function (from
9753         autoconf).
9754         (STEPMAKE_GTK2, STEPMAKE_PANGO): New function.
9755
9756         * config.make.in (USER_CFLAGS, USER_LDLAGS): Update.
9757
9758 2004-06-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9759
9760         * Documentation/user/tutorial.itely (Integrating text and music):
9761         fix grammar & punctuation.
9762
9763 2004-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9764
9765         * lily/: Stray janitorial cleanups.
9766
9767         * scm/lily.scm (ly:all-stencil-expressions):
9768         * scm/lily.scm (ly:all-output-backend-commands): New function.
9769
9770         * scm/safe-lily.scm (safe-objects): Add them.
9771
9772         * scm/framework-gnome.scm (<gnome-outputter>): New class.
9773
9774         * scm/output-gnome.scm: Move non-stencil evaluators to framework.
9775
9776 2004-06-15  Jan Nieuwenhuizen  <janneke@gnu.org>
9777
9778         * buildscripts/guile-gnome.sh: Pick-up user-installed pango.
9779
9780 2004-06-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9781
9782         * scm/page-layout.scm (default-page-make-stencil): add
9783         raggedbottom, raggedlastbottom.
9784
9785         * Documentation/user/changing-defaults.itely (Page layout): add doc.
9786
9787         * scm/framework-tex.scm (define-fonts): fix export of
9788         papersize.
9789
9790         * lily/paper-book.cc (classic_output): strip suffixes from
9791         framework functions.
9792
9793         * lily/tuplet-bracket.cc (before_line_breaking): do not return
9794         SCM_UNDEFINED to Scheme.
9795
9796 2004-06-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9797
9798         * lily/book.cc: remove Book::to_stencil().
9799         (process): whoops. Score::book_rendering returns vector, not list.
9800
9801         * scripts/convert-ly.py (conv): remove \notes.
9802         apply to input examples.
9803
9804         * lily/paper-outputter.cc (output_stencil): don't use
9805         smobify_self() but self_scm()
9806
9807         * lily/include/ly-smobs.icc (IMPLEMENT_SMOBS): don't return SCM
9808         from smobify_self().
9809
9810         * lily/paper-book.cc (output): load framework module
9811         scm_c_resolve_module().
9812
9813         * python/lilylib.py (exit): exit with argument i.
9814
9815 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9816
9817         * scm/framework-gnome.scm (output-framework-gnome): Try loading
9818         gnome modules from non-toplevel.
9819
9820         * lily/ly-module.cc (ly:import-module): Export to ly:.
9821
9822         * lily/paper-score.cc (process): Do not show progress newline.
9823
9824         * lily/paper-book.cc (output, classic_output): Show progess
9825         newline after score.
9826
9827 2004-06-14  Heikki Junes <hjunes@cc.hut.fi>
9828
9829         * buildscripts/lilypond-words.py: add ly/vlaams.ly
9830
9831 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9832
9833         * lily/score.cc (ly:run-translator): Do not crash on empty music
9834         list.
9835
9836         * lily/book.cc (process): Do not render score when systems is empty.
9837
9838         * input/simple-song.ly: Down one octave.
9839
9840         * scm/output-gnome.scm: Remove script again; re-add modules fix
9841         (CVS conflict resolve?)
9842
9843         * lily/stencil.cc (ly:interpret-stencil): Was:
9844         interpret_stencil_expression.
9845
9846 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9847
9848         * buildscripts/guile-gnome.sh: New file.
9849
9850         * scm/output-gnome.scm: White background, better window size, sane
9851         canvas size.  Cleanups.
9852
9853 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9854
9855         * VERSION: release 2.3.4
9856
9857         * Documentation/user/invoking.itexi (Invoking the lilypond
9858         binary): document --safe.
9859
9860         * scm/output-gnome.scm: set PATH in script.
9861
9862         * scm/page-layout.scm (default-page-make-stencil): don't stretch
9863         if there is too few systems on a page.
9864
9865         * lily/parser.yy (relative_music): start at middle C without pitch
9866         argument.
9867
9868         * Documentation/user/changing-defaults.itely (Page layout): new node.
9869         (Paper size): rename node
9870         (Page breaking): new node.
9871         (Titling): move from invoking.
9872         (File structure): new node.
9873
9874         * lily/parser.yy (score_body): allow \header and music anywhere in
9875         \score body.
9876
9877 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9878
9879         * scm/lily.scm (ly:load): Remove page-breaking.scm.
9880
9881 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9882
9883         * lily/include/paper-system.hh: move cc/hh file from paper-line.*
9884
9885         * lily/include/paper-line.hh: rename to Paper_system.
9886
9887         * lily/include/paper-book.hh: doc class.
9888
9889         * lily/paper-book.cc (c_ragged_page_breaks): remove functions. 
9890
9891         * scm/page-layout.scm (plain-footer): add tagline/copyright. 
9892         (plain-header): add instrument-name.
9893         (default-page-make-stencil): bugfixes.
9894
9895         * lily/parser.yy (book_body): allow \header anywhere in \book{}
9896
9897         * lily/paper-book.cc: remove copyright & tagline. Remove
9898         interactions with Page
9899
9900         * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
9901         here, 
9902         (default-page-make-stencil): new function
9903         (default-page-music-height): new function
9904         (page-headfoot): new function
9905         (ly:optimal-page-breaks): generate stencils directly from here
9906
9907         * scm/titling.scm: new file, group titling functions
9908
9909 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9910
9911         * scm/output-gnome.scm: Handle multiple pages.
9912
9913         * scm/framework-gnome.scm: Do not load output-gnome.
9914         (framework-gnome): Invoke output-gnome::header and
9915         output-gnome::end-output as faked stencils.  Fixes experimental
9916         gnome output.
9917
9918 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9919
9920         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
9921         octavation compatibility fixes. Backportme. 
9922
9923         * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
9924         pages.
9925         (ly:optimal-page-breaks): combine-penalties: no shortcut for
9926         negative. Now we handle negative penalties (ie. \pageBreak)
9927         correctly.
9928
9929         * lily/system.cc (get_line): extract page-penalty from the left
9930         bound.
9931
9932         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
9933
9934 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9935
9936         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
9937
9938 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
9939
9940         * scm/output-gnome.scm: Update script.  Move development to
9941         lilypond_2_3_2 branch for now.
9942
9943 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9944
9945         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
9946         negative penalties.
9947         cleanups.
9948
9949         * Documentation/user/changing-defaults.itely (Creating contexts):
9950         index entries
9951
9952         * scm/page-breaking.scm (ly:optimal-page-breaks): new
9953         file. Rewrite function. 
9954
9955         * lily/paper-book.cc (pages): new interface: page-breaking returns
9956         list of line-list.
9957
9958         * lily/page.cc (Page): take lines argument.
9959
9960         * scm/document-translation.scm (all-engravers-doc): link to user man
9961
9962         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty
9963         iso. score.
9964
9965         * Documentation/user/notation.itely (Relative octaves): typo.
9966
9967         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
9968
9969 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9970
9971         * scm/output-gnome.scm: Update build script.
9972
9973 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
9974
9975         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
9976         gnome backend.
9977
9978         * scm/framework-gnome.scm: New file.
9979
9980         * scm/lily.scm: Use it.
9981
9982         * lily/paper-outputter.cc: Janitorial cleanups.
9983         (ly:outputter-dump-string): Remove unreachable statement.
9984
9985         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
9986         (ice-9): Bugfix: Add srfi-1.
9987
9988         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
9989
9990 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9991
9992         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
9993         in do_quit()
9994
9995 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9996
9997         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
9998
9999 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10000
10001         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
10002         override of Beam::position-callbacks. Why would grace beams not be
10003         quantized? Fixes: weird-stem-size-grace. 
10004
10005         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
10006         warning only once. Backportme.
10007
10008         * lily/accidental-engraver.cc (number_accidentals_from_sig):
10009         bugfix, 2nd try. Backportme.
10010
10011         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
10012
10013 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10014
10015         * Documentation/user/notation.itely (Instrument transpositions):
10016         Correct the name of the instrumentTransposition property.
10017
10018 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10019
10020         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
10021
10022 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10023
10024         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
10025         and postLilyPondExample are called when defined.
10026
10027 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10028
10029         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
10030         This fixes setting notenames with `\include "nederlands.ly" '
10031
10032         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
10033         new function.
10034
10035 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10036
10037         * scm/page-layout.scm: don't do piece, it should be in score-title
10038         only.
10039
10040         * lily/lexer.ll: lex \score separately.
10041
10042         * lily/paper-book.cc: junk stencil2line.
10043
10044         * lily/paper-line.cc (Paper_line): construct from Stencil
10045         directly. No futzing with the dimensions.
10046
10047         * lily/include/paper-line.hh (class Paper_line): 
10048
10049         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
10050         takes arbitrary number of arguments.
10051
10052         * input/test/markup-score.ly (tuning): simplify example. 
10053
10054 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10055
10056         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
10057
10058         * scm/define-markup-commands.scm (score): define score-markup
10059
10060         * lily/parser.yy (markup): use score-markup.
10061
10062         * lily/score.cc: add ly:score? 
10063
10064 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
10065
10066         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
10067         fret-parse-string so it prepares for calls to fret-diagram-verbose
10068         Changed display constants to props so they are available for
10069         \override.
10070
10071 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10072
10073         * VERSION: release 2.3.3
10074
10075         * stepmake/stepmake/generic-vars.make: unset LANG.
10076
10077         * input/regression/tuplet-nest.ly: bugfix.
10078
10079         * lily/tie-performer.cc (stop_translation_timestep): reset
10080         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
10081
10082         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
10083         clear repeat_ directly after setting stem_tremolo_. Fixes:
10084         tremolo-repeat.ly
10085
10086         * input/regression/span-bar-break.ly: new file.
10087
10088         * scm/define-grobs.scm (all-grob-descriptions): remove
10089         break-visibility from SpanBar. Fixes: piano-repeat.ly
10090
10091 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10092
10093         * python/lilylib.py (make_ps_images): only compute bbox when needed.
10094
10095         * scripts/lilypond-book.py (process_snippets): use lily -f ps
10096         files for generating pngs. (failed experiment)
10097
10098         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
10099         file with PFA fonts included.
10100
10101         * lily/score.cc (default_rendering): put header in too.
10102
10103         * lily/paper-line.cc (LY_DEFINE): change function to
10104         ly:paper-line-extent
10105
10106         * scm/page-layout.scm (default-book-title): only add lines for
10107         non-nil fields.
10108         (default-score-title): idem.
10109
10110         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
10111
10112         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
10113
10114         * lily/include/paper-book.hh (class Paper_book): remove height_
10115         member.
10116
10117         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
10118
10119         * lily/ly-module.cc (LY_DEFINE): bugfix.
10120
10121         * lily/paper-book.cc (book_title): separate function for the book
10122         title.
10123
10124         * scm/page-layout.scm (default-book-title): only account for
10125         markup fields.
10126
10127         * scm/framework-ps.scm: new file. Move high level interface from
10128         output-ps.scm
10129
10130         * scm/music-functions.scm (def-grace-function): move macros from
10131         ly/music-functions-init.ly
10132
10133         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
10134         framework-tex.scm
10135
10136         * scm/framework-tex.scm (dump-line): new file. High level
10137         interface for output (pages, systems, header). 
10138
10139         * lily/include/page.hh (class Page): add is_last_ field.
10140
10141         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
10142
10143         * lily/paper-book.cc (split_string): new function
10144         (output): output multiple formats, i.e. --format=ps,tex
10145
10146         * scm/output-ps.scm (output-scopes): dump variables directly.
10147         (define-fonts): rewrite for new interface
10148
10149         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
10150
10151         * lily/paper-outputter.cc (Paper_outputter): take format argument.
10152
10153         * lily/main.cc (parse_argv): don't set extension for output.
10154
10155         * lily/clef-engraver.cc (create_clef): remove
10156         Staff_symbol_referencer::set_position() call. 
10157
10158 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10159
10160         * ly/music-functions-init.ly (addlyrics): set the 'origin property
10161         with the location argument in music function definitions.
10162
10163 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10164
10165         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
10166         staffsymbol dependency.
10167
10168         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
10169         cleanups.
10170
10171         * lily/book.cc (process): return Paper_book
10172         (to_stencil): use Book::process().
10173
10174         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
10175         header_ field. Store in $globalheader
10176
10177         * lily/parser.yy (book_body): book header is initted to
10178         $globalheader.
10179
10180
10181 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10182
10183         * input/test/fill-a4.ly: removed.
10184
10185         * lily/parser.yy (output_def): push scope of parent_ Output_def
10186         too.
10187
10188 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10189
10190         * scm/output-gnome.scm: Update info.
10191
10192 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10193
10194         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
10195
10196         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
10197         than 1 module.
10198
10199         * lily/include/ly-module.hh (ly_use_module): rename is_module to
10200         ly_c_module_p.
10201
10202         * scm/page-layout.scm (default-book-title): move Scheme titling
10203         functions to here.
10204
10205         * lily/parser.yy (book_paper_block): remove scope too.
10206
10207         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
10208
10209         * lily/rest.cc: add direction to rest properties.
10210
10211         * lily/include/output-def.hh: new file, move from
10212         music-output-def.hh
10213
10214 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10215
10216         * scm/output-gnome.scm: Describe feta-cork hack.
10217
10218 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10219
10220         * lily/include/book-paper-def.hh: derive from Output_def 
10221
10222         * lily/include/paper-def.hh: move all functionality out of class.
10223         Junk header.
10224
10225         * lily/include/music-output-def.hh: rename Music_output_def to
10226         Output_def.
10227
10228         * input/wilhelmus.ly: only set space for Paper formatting. 
10229
10230         * lily/include/midi-def.hh: remove file, remove class.
10231         Move functions to Music-output-def.
10232
10233         * lily/music-output-def.cc (Music_output_def): remove separate
10234         translator table. Lookup translators in scope directly. This
10235         obviates Context suffix for context identifiers, i.e.
10236
10237         \context {
10238           \Staff
10239           .. 
10240           }
10241
10242
10243         will work.
10244
10245
10246         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
10247
10248         * Documentation/user/changing-defaults.itely (Horizontal spacing):
10249         document spacing override hack.
10250
10251 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10252
10253         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
10254         installation info.  Support point-and-click.  Add +/- zoom
10255         keybindings.
10256
10257 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10258
10259         * VERSION: 2.3.2 released
10260
10261         * lily/parser.yy (book_body): set default bookpaper.
10262
10263         * scm/output-tex.scm (header): kludge: hard code linewidth. 
10264
10265         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
10266
10267 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10268
10269         * lily/score.cc (default_rendering): scale outputdef before
10270         starting.
10271
10272 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
10273
10274         * scm/fret-diagrams.scm: Add header.
10275
10276         * scm/output-gnome.scm: Hello world :-)
10277
10278 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10279
10280         * scripts/lilypond.py (run_dvips): only add papersize if present.
10281
10282         * lily/accidental-engraver.cc (update_local_key_signature): new
10283         function, fold code from initialize() and process_music().
10284         (update_local_key_signature): use deep copy. This fixes one
10285         problem from custom-key-signatures.ly.
10286         (number_accidentals_from_sig): tighter check for
10287         accidental-too-old.
10288
10289         * ly/engraver-init.ly: remove localKeySignature
10290         definition from ChoirStaff, StaffGroup, Score.
10291
10292         * lily/percent-repeat-engraver.cc (try_music): add moments for
10293         barlines too. Fixes: skipbars-percent-repeat.ly.
10294
10295 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10296
10297         * lily/context-def.cc (filter_performers): don't go to cdrloc if
10298         skipping last pair. Fixes: crash-bar-number.
10299
10300         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
10301         D. Sorensen)
10302
10303         * input/test/fret-diagram.ly: new file.
10304
10305         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
10306         (scale-paper): divide by scale.
10307
10308 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10309
10310         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
10311         case.
10312
10313 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10314
10315         * scm/stencil.scm (fontify-text): reinstate function
10316
10317         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
10318
10319         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
10320
10321         * lily/parser.yy (book_paper_head): \bookpaper {} 
10322
10323         * python/midi.c: remove config.h
10324
10325 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10326
10327         * scm/output-gnome.scm: Update.
10328
10329 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10330
10331         * scm/output-gnome.scm: New file.
10332
10333         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
10334
10335 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10336
10337         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
10338         (find_scaled_font): move from Paper_def
10339
10340 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10341
10342         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
10343         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
10344
10345         * po/fr.po: update po.
10346
10347         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
10348
10349         * lily/book-paper-def.cc (print_smob): new file.
10350
10351 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
10352
10353         * buildscripts/lilypond-words.py: search words also from
10354         music-functions-init.ly.
10355
10356 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10357
10358         * ly/music-functions-init.ly (def-music-function): new helper
10359         macro for defining music functions. \addlyrics \appoggiatura
10360         \acciaccatura \grace \partcombine \autochange \applycontext
10361         \applyoutput and \breathe are now defined here thanks to it.
10362
10363         * lily/parser.yy: 
10364         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
10365         \grace \partcombine \autochange \applycontext \applyoutput and
10366         \breathe keywords removed from the parser.
10367
10368         * lily/parser.yy: 
10369         * lily/music-function.cc (ly_make_music_function): 
10370         * lily/lexer.ll (music_function_type): added a case for 0-arg
10371         music functions.
10372
10373 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10374
10375         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
10376         refering to a music expression can be used in lily-inside-scheme:
10377         #{ $music #}
10378
10379         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
10380         and ly:parser-define, and change ly:parser-parse-string in order
10381         to make #{ $music #} work.
10382
10383         * scm/new-markup.scm (compile-markup-expression): when an argument
10384         is a string, use `make-simple-markup'.
10385
10386 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10387
10388         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
10389
10390 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10391
10392         * scripts/convert-ly.py (FatalConversionError.func): handle + in
10393         font-size. (backportme)
10394
10395 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10396
10397         * lily/paper-outputter.cc (output_stencil): dump font definitions
10398         before each stencil.
10399
10400         * lily/include/paper-book.hh (struct Score_lines): new
10401         struct. Collect info per Paper-score.
10402
10403         * lily/include/page.hh (class Page): to_stencil() returns Stencil
10404         everywhere.
10405
10406         * lily/stencil.cc (find_expression_fonts): new function
10407
10408         * lily/paper-outputter.cc (output_stencil): use
10409         interpret_stencil_expr
10410
10411         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
10412         (interpret_stencil_expr): new function. Generic stencil
10413         interpretation.
10414
10415         * lily/paper-def.cc (find_scaled_font): divide lookup
10416         magnification by outpuscale for non-virtual fontmetrics. This
10417         fixes ludicrously long font definitions for text
10418         fonts. (backportme)
10419
10420         * lily/score-engraver.cc: remove
10421         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
10422
10423 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10424
10425         * input/test/markup-score.ly: Remove \notes.
10426
10427         * lily/parser.yy (book_body): Grok Composite_music and \header.
10428         (markup): Push NOTES mode before score_block.
10429
10430         * VERSION: release 2.3.1
10431
10432         * mf/feta-klef.mf: 
10433         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
10434
10435         * Documentation/user/programming-interface.itely: Use @emph (was:
10436         @em).
10437
10438         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
10439
10440 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10441
10442         * scm/output-tex.scm (output-tex-string): tighten safe security.
10443
10444         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
10445
10446         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
10447         allowed ly functions.
10448
10449         * lily/ly-module.cc (ly_module_define): only define variable if
10450         bound.
10451         (ly_make_anonymous_module): take safe option.
10452
10453 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10454
10455         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
10456
10457 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
10458
10459         * input/regression/newaddlyrics.ly: Fix.
10460
10461         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
10462         \score \notes.
10463
10464 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
10465
10466         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
10467
10468 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10469
10470         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
10471
10472         * lily/paper-line.cc (Paper_line): don't store list of stencils,
10473         but convert to single Stencil immediately.
10474
10475         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
10476
10477 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10478
10479         * scm/output-sodipodi.scm: Resurrect sodipodi output.
10480
10481 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
10482
10483         * elisp/lilypond-mode.el: Changed the way defaults are created for
10484         LilyPond-command-master.  LilyPond-mode will now check the
10485         timestamps of the files to see which command has to run next.
10486
10487 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10488
10489         * scm/bass-figure.scm (format-bass-figure): don't set
10490         number-markup for strings. This fixes string in bass
10491         figure. (backportme)
10492
10493         * lily/parser.yy (bass_number): insert number-markup into figure
10494         definition.
10495
10496         * scm/define-music-properties.scm (all-music-properties): make
10497         'figure a markup.
10498
10499         * scripts/convert-ly.py (conv): \apply -> \applymusic
10500
10501 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
10502
10503         * elisp/lilypond-mode.el: changed the order of some commands
10504         ("Midi" after "2Midi"), use the user-defined
10505         LilyPond-command-default as default instead of "LilyPond"
10506
10507         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
10508         to set the master file for the next command.
10509
10510         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
10511         with font-lock-reference-face.
10512
10513 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
10514
10515         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
10516
10517         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
10518
10519 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10520
10521         * ly/music-functions-init.ly (TODO): new file.
10522
10523         * lily/parser.yy (Generic_prefix_music_scm): add more
10524         music_function symbols.
10525         (Prefix_composite_music): change \apply to music-function   
10526
10527         * lily/include/music-function.hh: rename to music-function
10528
10529 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10530
10531         * lily/music-head.cc (LY_DEFINE): change order of args.
10532
10533         * input/regression/music-head.ly (texidoc): new file.
10534
10535         * lily/parser.yy (Generic_prefix_music): allow generic
10536         music-transformation functions. 
10537
10538         * lily/include/music-head.hh (is_music_head): new file.
10539
10540         * lily/music-head.cc (get_music_head_transform): new file.
10541
10542 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10543
10544         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
10545         empty extent. This fixes ottava brackets on rests. (backportme)
10546
10547         * make/lilypond.redhat.spec.in (Group): ln png files for info.
10548
10549         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
10550
10551         * cygwin/lily-wins.py: update for the lily-wins.py script.
10552
10553 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10554
10555         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
10556         code. This will obviate typeset_grob () in the future.  The effect
10557         of this is that improperly written spanner handling will result in
10558         invalid spanner bounds.
10559         (announce_grob): add to elems_ from here
10560         (typeset_grob): comment out.  
10561
10562         * lily/include/engraver.hh (make_spanner): new calling interface
10563         for make_{item,spanner}. This obviates most calls to
10564         announce_grob().
10565
10566         * scm/music-functions.scm (set-accidental-style): use GrandStaff
10567         iso. PianoStaff for piano styles.
10568
10569 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
10570
10571         * Documentation/user/music-glossary.tely: add segno after d.s.
10572
10573 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10574
10575         * lily/include/audio-column.hh: remove unused variables.
10576         (patch by Michael Welsh Duggan)
10577
10578         * flower/include/axes.hh (other_axis): inline Axes function
10579         (thanks to David Brandon).
10580
10581 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10582
10583         * cygwin/mknetrel: Install image links (backportme).
10584
10585         * Documentation/user/GNUmakefile (local-install-info): Activate
10586         actual installing of image links (backportme).
10587
10588 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10589
10590         * Documentation/user/notation.itely (Measure repeats): Removed
10591         unnecessary (and confusing) \context Voice{.
10592
10593 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10594
10595         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
10596
10597         * lily/page.cc (Page): Do not use ly_scheme_function for
10598         volatile/configurable variables (FIXME: better name).
10599
10600         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
10601         get_scmvar).
10602
10603 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10604
10605         * scripts/convert-ly.py (FatalConversionError.subst): use
10606         \transposition.
10607
10608 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10609
10610         * lily/include/page.hh (class Page): Declare left_margin ().
10611
10612         * lily/page.cc: Remove paper var caching.
10613
10614 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10615
10616         * Documentation/user/music-glossary.tely: Add name to @top node.
10617         Remove comment from @table definitions (workaround for makinfo
10618         bug).
10619
10620         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
10621         ly:stencil-get-expr).  Update callers.
10622         (ly:stencil-align-to!):  Return stencil too.
10623
10624         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
10625         stencil.  Remove looped line-based page output.
10626         (output_line): Use line stencil.  Remove looped stencil-based line
10627         output.
10628
10629         * lily/page.cc (ly:page-paper-lines): New function.
10630
10631         * input/test/markup-score.ly: New file.
10632
10633         * scm/define-markup-commands.scm (stencil): New markup.
10634
10635         * lily/book.cc (to_stencil): New method.
10636
10637         * lily/parser.yy (markup): Use it to grok \score.
10638
10639 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10640
10641         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
10642
10643         * lily/paper-book.cc (pages): Change signature.  Update callers.
10644
10645         * lily/include/page.hh:
10646         * lily/page.cc: New file.
10647
10648         * lily/paper-line.cc (to_stencil): New method.
10649
10650         * lily/paper-outputter.cc (output_stencil): New method.
10651
10652         * lily/paper-outputter.cc (output_line): Use them.
10653
10654         * lily/warn.cc: Remove.
10655
10656         * lily/my-lily-parser.cc (distill_inname): Remove.
10657
10658         * flower/include/file-name.hh: 
10659         * flower/file-name.cc: New file.  Update users.
10660
10661         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
10662         (find): New method of same name.
10663
10664         * lily/my-lily-parser.cc (ly:parse-file): Use it.
10665
10666         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
10667         constant error message.
10668
10669 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
10670
10671         * input/test/{blank-notes.ly,staff-container.ly}: typos.
10672
10673 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10674
10675         * Documentation/user/music-glossary.tely: @table @strong' replaced
10676         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
10677         (backportme).
10678
10679 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10680
10681         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
10682
10683         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
10684         #{ lily music expression #} that returns an equivalent scheme
10685         music expression by parsing the string.
10686
10687 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
10688
10689         * lily/my-lily-parser.cc:
10690         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
10691         SCM string (foo.ly/toto.scm support).
10692
10693 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10694
10695         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
10696
10697 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10698
10699         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
10700
10701         * scripts/lilypond-book.py: LY code that includes \header is
10702         not assumed to be a fragment.
10703
10704 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
10705
10706         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
10707         tremolo beams up.
10708
10709         * lily/stem.cc (chord_start_y): Return 0 if no heads.
10710         (get_default_stem_end_position): No tremolo head juggling if no
10711         heads.  Fixes tremolo crash on rests (backportme).
10712
10713         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
10714
10715 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10716
10717         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
10718         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
10719
10720         * lily/lexer.ll: Allow \encoding in NOTES mode.
10721
10722         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
10723         for lyrics, not for commands.
10724
10725         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
10726         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
10727
10728         * input/regression/newaddlyrics.ly: New file.
10729
10730         * Documentation/topdocs/NEWS.texi: Update.
10731
10732         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
10733         (Music_list): Allow embedded scm.
10734
10735         * lily/score.cc (ly:score-bookify): New function.
10736
10737         * lily/music.cc (ly:music-scorify): Idem.
10738
10739         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
10740         (ly:parser-print-score): Idem.
10741
10742         * scm/lily.scm (default-toplevel-book-handler): Idem.
10743         (default-toplevel-music-handler): Idem.
10744         (default-toplevel-score-handler): Idem.
10745
10746         * ly/declarations-init.ly: Set default toplevel handlers.
10747
10748         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
10749
10750         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
10751         printer for score at toplevel.
10752
10753 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10754
10755         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
10756         Fix for simple case: input/simple-song.ly, more complex stuff
10757         does not work yet.
10758
10759 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10760
10761         * lily/parser.yy (Prefix_composite_music): split Composite_music
10762         in Prefix_composite_music and Grouped_music_list.
10763         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
10764
10765 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10766
10767         * scm/lily.scm (toplevel-expression): New define.
10768
10769         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
10770
10771         * lily/parser.yy (toplevel_expression): Use it.
10772
10773         * lily/include/my-lily-parser.hh: Smobbify.
10774
10775         * lily/my-lily-parser.cc (parse_string): New method.
10776
10777         * lily/my-lily-parser.cc (ly:parse-string): New function.
10778
10779         * Documentation/user/lilypond.tely: Add comment and workaround for
10780         gs-8.01 crash.  Fixes make web.
10781
10782         Simplification of toplevel music.
10783
10784         * lily/lexer.ll, lily/parser.yy:
10785
10786         * In LYRICS mode, return LYRICS_STRING.  This fixes one
10787         shift/reduce problem.
10788
10789         * Use NOTES mode at start of maininput.
10790
10791         * Grok toplevel composite music expression, put in score and book.
10792
10793         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
10794
10795         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
10796
10797         * input/simple.ly: New file.
10798
10799         * input/simple-song.ly: Idem.
10800
10801 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10802
10803         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
10804         Sandberg.
10805
10806 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10807
10808         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
10809
10810 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
10811
10812         * input/regression/accidental-octave.ly: doc automatic showing
10813         of note names.
10814
10815 2004-04-16  Heikki Junes <janneke@gnu.org>
10816
10817         * po/fi.po: do "make po && make -C po po-update" at top-level,
10818         then "cp po/out/fi.po po/fi.po" and update fields.
10819
10820         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
10821
10822 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
10823
10824         * Documentation/user/introduction.itely (About this manual): Fix
10825         templates and regression urls (backportme).
10826
10827 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10828
10829         * ly/engraver-init.ly (Score:graceSettings): Increase
10830         beamed-lengths, especially for 32nd notes.
10831
10832         * Documentation/user/notation.itely (Grace notes): Correct the
10833         syntax for add-grace-property example.
10834
10835 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
10836
10837         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
10838         `Generated' tag.
10839
10840         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
10841         Severely broken (the Debian package, at least).
10842
10843 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10844
10845         * lily/context.cc (find_create_context): assign to lvalue.
10846
10847 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10848
10849         * lily/include/translator.hh (class Translator): rename
10850         get_parent_context() to context () to avoid confusion.
10851
10852         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
10853
10854         * lily/lexer.ll: change is_string -> ly_c_string_p 
10855
10856         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
10857
10858         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
10859
10860 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10861
10862         * VERSION: release 2.3.0
10863
10864         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
10865
10866         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
10867         if nonempty.
10868
10869         * lily/include/context.hh (class Context): make members protected.
10870         (children_contexts): new accessor function.
10871
10872         * lily/include/translator.hh (class Translator): make
10873         daddy_context_ protected.
10874         (class Translator): clean up. 
10875
10876         * lily/include/context.hh (class Context): make daddy_context_
10877         private.
10878
10879         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
10880         higher for finding Voice. (backportme)  
10881
10882         * lily/include/context.hh (class Context): remove
10883         find_context_below() as a method.
10884
10885         * Documentation/user/notation.itely (The Lyrics context): add note
10886         about manual durations
10887
10888         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
10889         encoding.
10890
10891         * scm/output-tex.scm (text): dump \inputencoding{} for text.
10892
10893 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10894
10895         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
10896         \usepackage{inputenc}
10897
10898         * lily/paper-book.cc (classic_output): don't advance Offset for
10899         TeX output.
10900
10901         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
10902         ec-sauter.map in rules
10903
10904         * mf/ecb.mf (font_identifier): new file, based on ecbx
10905
10906         * mf/ecb10.mf (gensize): new file.
10907
10908         * Documentation/topdocs/NEWS.texi (Top): document some more new
10909         features.
10910
10911         * ly/declarations-init.ly: run convert-ly
10912
10913         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
10914         from input-file-results. Remove input-file-results.* 
10915
10916 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10917
10918         * scm/output-ps.scm (font-command): Fix, again.
10919
10920         * input/test/title-markup.ly: Add \noPagebreak test.
10921
10922         * lily/score-engraver.cc (try_music): Bugfix.
10923
10924 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10925
10926         * lily/main.cc (main_with_guile): excise dependency options -M and
10927         --dep-prefix
10928
10929         * lily/input-file-results.cc: excise Makefile dependency code
10930
10931         * Documentation/user/invoking.itexi (Invoking the lilypond
10932         binary): remove dep doco
10933
10934         * lily/main.cc (main_with_guile): call lilypond-main
10935
10936         * scm/lily.scm (lilypond-main): new function: handle multiple files.
10937
10938         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
10939         exception.
10940
10941         * lily/my-lily-parser.cc: remove paper_description function
10942
10943         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
10944         new function.
10945
10946         * lily/main.cc: remove global_score_count.
10947
10948         * lily/book.cc (process): don't take header from global_input_file.
10949
10950         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
10951
10952         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
10953
10954         * lily/music-output-def.cc (LY_DEFINE): new function
10955         ly_output_description. This function does the bulk for  setting,
10956         parsing and breaking down of an input file.
10957
10958         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
10959         anonymous modules globally. Let's hope they get GCd
10960
10961         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
10962
10963 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10964
10965         * scm/output-ps.scm (header): Papersize from paper.
10966
10967         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
10968         for classic output.
10969
10970         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
10971         lilypondclassic is defined.
10972         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
10973
10974         * input/regression/between-systems.ly: Remove.
10975
10976         * python/lilylib.py (get_bbox): Fix regular expression
10977         for bounding box.
10978
10979         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
10980
10981         * scm/output-tex.scm (stop-page): Use it.
10982
10983         * scm/output-ps.scm (define-fonts): Bugfix.
10984
10985         * lily/grob.cc: Add penalty to interface.
10986
10987         * lily/include/paper-line.hh (class Paper_line): New member
10988         var penalty_.
10989
10990         * lily/system.cc (get_line): Initialise Paper_line with
10991         page-penalty's from original grobs.
10992
10993         * scm/define-music-properties.scm (all-music-properties): Add
10994         page-penalty.
10995
10996         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
10997
10998         * lily/score-engraver.cc (try_music): Handle page-penalty.
10999
11000         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
11001
11002 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11003
11004         * ly/declarations-init.ly (melismaEnd): typo
11005
11006         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
11007
11008         * scm/output-ps.scm (text): split string into spaces, use moveto
11009         for setting space. 
11010
11011 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11012
11013         * po/nl.po: Update.
11014
11015         * scm/font.scm (add-cmr-fonts): Typo.
11016
11017 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11018
11019         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
11020         font-encoding.
11021
11022         * scm/define-grobs.scm (all-grob-descriptions): idem.
11023
11024         * lily/time-signature.cc (numbered_time_signature): idem.
11025
11026         * scm/font.scm (add-cmr-fonts): use real encoding names for
11027         font-encoding.
11028
11029 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11030
11031         * lily/paper-book.cc (classic_output): 
11032         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
11033         Fixes classic output.
11034         (lilypondstart):
11035         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
11036         kludge.
11037
11038         * scripts/old-lilypond-book.py: Remove.
11039
11040         Page layout for SCOREs enclosed in a BOOK:
11041
11042         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
11043         layout tweaking.
11044
11045         * input/les-nereides.ly (theScore): Add \book.
11046
11047         * input/test/title-markup.ly: Add \book.
11048
11049         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
11050         only if 'verbose.
11051
11052         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
11053
11054         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
11055
11056         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
11057         * scm/output-tex.scm (start-system): Update for page layout by
11058         LilyPond.
11059
11060         * scm/output-ps.scm (start-system): Previously (new-start-system).
11061
11062         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
11063         passed to define-fonts.
11064
11065         * lily/paper-column.cc: 
11066         * lily/system.cc (get_line):
11067         * ly/property-init.ly (newpage): 
11068         * scm/define-grob-properties.scm:
11069         * scm/output-ps.scm: 
11070         * scm/output-tex.scm: Remove between-system-string kludge.
11071
11072         * scm/output-ps.scm (define-fonts, font-command,
11073         font-load-encoding): Handle ENCODING = #f.
11074
11075         * scm/output-tex.scm (output-scopes): Check if variable is bound.
11076
11077         * scm/define-markup-commands.scm (fill-line): Use
11078         make-simple-markup (WAS: unexisting make-word-markup).
11079
11080         * lily/text-item.cc (interpret_markup): Bugfix, transpose
11081         ENCODING, MARKUP parameters for interpret_string.
11082
11083         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
11084
11085         * lily/score.cc (book_rendering): New method.
11086         (default_rendering): Create Paper_book helper locally, dump
11087         output.
11088
11089         * lily/my-lily-lexer.cc (the_key_tab): Add book.
11090
11091         * lily/parser.yy: Handle \book.
11092
11093         * lily/include/book.hh: 
11094         * lily/book.cc: New file.
11095
11096 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11097
11098         * lily/text-item.cc (interpret_string): new file, select font with
11099         encoding.
11100
11101         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
11102
11103         * scm/define-markup-commands.scm (encoded-simple): new markup command.
11104
11105         * lily/parser.yy (markup): take encoding from lexer.
11106
11107 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11108
11109         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
11110
11111         * scm/output-ps.scm: Remove some cruft.
11112
11113 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11114
11115         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
11116
11117         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
11118
11119 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11120
11121         * scm/font.scm (add-century-schoolbook-fonts):
11122         (make-century-schoolbook-tree): New function.
11123
11124         * input/test/title-markup.ly: Use Century Schoolbook font.
11125
11126 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11127
11128         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
11129         to Erik Sandberg) 
11130
11131         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
11132
11133         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
11134
11135         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
11136
11137         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
11138
11139 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11140
11141         * scm/part-combiner.scm (determine-split-list): bugfix: if no
11142         solo-state (at end of solo), we can set the solo status
11143         too. (backportme.)
11144
11145         * input/regression/part-combine-solo-end.ly: new file.
11146
11147 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
11148
11149         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
11150         flavour abc files.  Really ignore unknown keys (backportme).
11151
11152 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11153
11154         * lily/scaled-font-metric.cc (text_dimension): only multiply with
11155         magnification_ when looking up in orig_.
11156
11157         * scm/output-tex.scm (text): switch off char-mapping.
11158
11159         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
11160         because AFM's encoding field cannot have spaces.
11161
11162 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
11163
11164         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
11165
11166 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11167
11168         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
11169
11170         * mf/cmr.enc: new file, without hi-bit ascii info. 
11171
11172         * lily/bezier-bow.cc (slur_shape): make indent dependent on
11173         width. This removes the 'hook' at the end of a long slur.
11174
11175         * buildscripts/mf-to-table.py (parse_logfile): don't append
11176         encoding to fontname.
11177
11178 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11179
11180         * scm/output-ps.scm (define-fonts): Load .enc only once.
11181
11182         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
11183         too.
11184
11185 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11186
11187         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
11188         encoding field.
11189
11190         * lily/stencil-scheme.cc: remove ly:fontify-atom 
11191
11192         * ly/portuges.ly (pitchnames): new file.
11193
11194         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
11195         Michael Welsh Duggan
11196
11197         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
11198
11199         * ly/nederlands.ly: add comment about digits.
11200
11201         * lily/scaled-font-metric.cc (derived_mark): idem.
11202
11203         * scm/encoding.scm (make-encoding-mapping): change permutation to
11204         mapping.
11205
11206         * lily/scaled-font-metric.cc (derived_mark): is a const method.
11207         (Modified_font_metric): make alist for coding_description_
11208         (LY_DEFINE): remove coding-name.
11209
11210         * scm/output-tex.scm (text): remove debugging code.
11211
11212         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
11213
11214         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
11215         from infile.
11216
11217         * mf/feta-generic.mf: move fet_beginfont into generic code.
11218         use fetaMusic (without space) as encoding
11219
11220         * mf/feta-autometric.mf: take encoding argument
11221
11222         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
11223
11224         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
11225         use.
11226
11227         * scm/encoding.scm (read-encoding-file): use symbol for glyph
11228         name.
11229
11230 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11231
11232         * input/test/title-markup.ly: Set inputencoding.
11233
11234         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
11235
11236         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
11237
11238         * scm/encoding.scm (get-coding-filename, get-coding-command): New
11239         function.
11240         (coding-alist): Also hold filename, command.
11241         (read-encoding-file): Return symbols.
11242
11243 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11244
11245         * scm/output-tex.scm: remove fontify; text and char take a font
11246         argument.
11247
11248         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
11249
11250         * lily/scaled-font-metric.cc (text_dimension): init
11251         coding_{permutation,table}_ too 
11252         (LY_DEFINE): ly:font-encoding, new function return
11253
11254         * lily/paper-def.cc (find_scaled_font): take input coding from
11255         inputcoding paper var.
11256
11257         * lily/performance.cc (output): remap modulo 16.
11258
11259         * lily/text-item.cc (interpret_markup): whoops, variable
11260         shadowing fixed.
11261
11262 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
11263
11264         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
11265         symbols, not symbols to strings.
11266
11267         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
11268         symbols, not symbols to strings.
11269
11270 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11271
11272         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
11273         (ly:kpathsea-gulp-file): New function.
11274
11275         * scm/encoding.scm (read-encoding-file): Use it.
11276
11277 2004-04-06  Werner Lemberg  <wl@gnu.org>
11278
11279         * scm/encoding.scm (coding-alist): Fix typo.
11280
11281 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11282
11283         * lily/scaled-font-metric.cc (text_dimension): move function from
11284         Font_metric
11285         (make_scaled_font_metric): init coding_scheme_ to TeX
11286         (text_dimension): use get-coding-vector for non TeX coding_scheme_
11287
11288         * lily/include/scaled-font-metric.hh (struct
11289         Modified_font_metric): rename from Scaled_font_metric
11290
11291         * scm/encoding.scm (read-encoding-file): split up large function,
11292         leave caching to (delay)
11293
11294         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
11295
11296 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
11297
11298         * lily/my-lily-lexer.cc (set_encoding): New method.
11299
11300         * lily/lexer.ll: Grok \encoding.
11301
11302         * lily/font-metric.cc (get_encoded_index): New function.
11303
11304         * lily/include/font-metric.hh (coding_scheme): New method.
11305
11306         * scm/encoding.scm: New file.
11307
11308         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
11309
11310 2004-04-05  Werner Lemberg  <wl@gnu.org>
11311
11312         * Documentation/user/tutorial.itely: Revised (finished).
11313
11314         * Documentation/user/macros.itexi (@separate): Removed.
11315
11316 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11317
11318         * scm/output-ps.scm (define-fonts): fix scaling.
11319
11320         * lily/scaled-font-metric.cc (design_size): add function.
11321
11322         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
11323         partial cut&paste of ly:font-magnification.
11324
11325 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
11326
11327         * scm/output-ps.scm (define-fonts):
11328         (fontify): Update.
11329
11330 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11331
11332         * po/fr.po: update. (backportme).
11333
11334         * po/nl.po: update. (backportme). 
11335
11336         * mf/feta-beugel.mf: document why design size is not fixed.
11337
11338         * mf/feta-braces-a.mf: rename to stress that it's not design size.
11339
11340 2004-04-04  Werner Lemberg  <wl@gnu.org>
11341
11342         * Documentation/user/tutorial.itely: Revised (continued).
11343
11344 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11345
11346         * po/nl.po: Update (backportme).
11347
11348 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11349
11350         * po/de.po: update. (backportme).
11351
11352         * scm/output-tex.scm (font-command): use ly: functions to
11353         construct name.
11354         (define-fonts): don't use alist, just dump \font definitions.
11355         (font-load-command): calculate proper scaling by taking
11356         outputscale from paper argument.
11357
11358         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
11359         expression.
11360
11361         * lily/paper-outputter.cc (output_header): pass paper arg to
11362         define-fonts
11363
11364         * lily/paper-def.cc (font_descriptions): dump list of
11365         Scaled_font_metrics
11366         (find_scaled_font): take Font_metric argument, store
11367         Scaled_font_metrics in hash-table containing (size ->
11368         Scaled_font_metrics) alist.
11369         (get_dimension): rename from get_realvar
11370
11371         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
11372         ly:font-magnification, ly:font-name: new functions
11373
11374 2004-04-03  Werner Lemberg  <wl@gnu.org>
11375
11376         * Documentation/user/dedication.itely,
11377         Documentation/user/preface.itely,
11378         Documentation/user/introduction.itely,
11379         Documentation/user/tutorial.itely: Revised.
11380         Removing leading spaces which distorts output if info files are read
11381         with stand-alone info.
11382         Removing superfluous inter-word spaces which also distorts output
11383         for stand-alone info.
11384         Using ` and ' instead of `` and '' everywhere to improve
11385         legilibility with stand-alone info
11386         Using @samp for single-letter input items and data which contains
11387         spaces, @code for other things.
11388
11389         * lily/grob-interface.cc: Adding copyright.
11390         (check_interfaces_for_property): Improve format of warning message.
11391
11392 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11393
11394         * lily/include/font-metric.hh (struct Font_metric): add
11395         design_size () method.
11396
11397         * buildscripts/mf-to-table.py (base): add DesignSize comment.
11398
11399         * lily/afm.cc (read_afm_file): read design size.
11400
11401         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
11402
11403         * scm/music-functions.scm (unfold-repeats): handle dots too.
11404
11405 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11406
11407         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
11408         (backportme)
11409
11410 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
11411
11412         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
11413         lyric indent.  Revert melismaBusyProperties using \unset.
11414
11415 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11416
11417         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
11418
11419         * lily/parser.yy (command_element): allow redefinition of |
11420         meaning.
11421
11422         * lily/break-align-engraver.cc (acknowledge_grob): construct
11423         LeftEdge where the first cause for alignment is coming from.
11424         This makes \override Staff.LeftEdge work as expected.
11425
11426         * lily/slur-performer.cc (Slur_performer): add inits
11427
11428         * lily/beam-performer.cc (Beam_performer): add inits
11429
11430 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11431
11432         * VERSION (PACKAGE_NAME): release 2.2.0
11433
11434 #Local variables:
11435 #coding: utf-8
11436 #End:
11437