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