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