]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
Added Sebastino Vigna's docs for --jail.
[lilypond.git] / ChangeLog
1 2005-03-09  Graham Percival  <gperlist@shaw.ca>
2
3         * Documentation/user/invoking.itely: added Sebastino Vigna's
4         docs for the --jail option.
5
6 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7
8         * lily/stem.cc (print): only produce stemlets if there are no
9         noteheads on this stem.
10
11         * lily/note-spacing.cc (stem_dir_correction): robustness fix:
12         don't crash on stemlet (visible stem without heads).
13
14         * scm/define-grobs.scm (all-grob-descriptions): junk LeftEdge for
15         unbroken situations. 
16
17         * scm/output-lib.scm (center-invisible): new function.
18
19         * lily/spacing-loose-columns.cc (set_loose_columns): use spacing
20         wishes to determine loose column space.
21
22         * lily/font-config.cc (init_fontconfig): add
23         fonts/{otf,type1,cff}  to path.
24
25         * lily/main.cc (setup_paths): add fonts/{otf,svg,tfm,cff} to path
26
27         * mf/GNUmakefile (Module): install all fonts under otf/
28
29         * scm/framework-ps.scm (Module): read fonts from fonts/extension,
30         replace /fonts/otf/ by /ps/ 
31
32         
33 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
34
35         * lily/paper-book.cc (classic_output): Reinstate header_0_ hack.
36
37         * lily/book.cc (process): Oops, add score_.header_.
38
39         * lily/paper-book.cc: Fold hearders, score and texts into scores_.
40
41         * lily/parser.yy: Handle toplevel and book texts as score.
42
43         * scm/page-layout.scm (default-page-make-stencil):
44         Bugfix: (page-properties rename.
45
46         * scm/backend-library.scm (ly:system): Typo.
47
48 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
49
50         * stepmake/stepmake/executable-targets.make (installexe): don't
51         strip installed executables
52
53         * lily/font-select.cc (get_font_by_design_size): revert
54         pango_description_string as well.
55
56         * lily/system.cc (set_loose_columns): put loose column just left
57         of next column.
58
59         * lily/include/group-interface.hh (extract_grob_array): rename
60         from Pointer_group_interface__extract_grobs
61
62         * input/regression/ledger-line-minimum.ly (texidoc): new file.
63
64         * lily/ledger-line-spanner.cc (set_spacing_rods): new
65         function. Keep ledgered note heads at a minimum distance.
66         Introduce minimum-length-fraction
67         (print): introduce length-fraction property.
68
69 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
70
71         * tex/GNUmakefile: remove latin1.enc rules.
72
73 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
74
75         * scm/titling.scm: Typo.
76
77         * input/regression/score-text.ly: Really add.
78
79         * lily/score.cc: Bugfixes for SCM header_ and texts_ members.
80
81 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
82
83         * lily/open-type-font-scheme.cc:  new file.
84
85 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
86
87         * scm/titling.scm (layout-extract-page-properties): Rename from
88         page-properties.  Update callers.
89
90         * lily/lexer.ll (Lily_lexer):
91         * lily/parser.yy: Junk lyric_markup state.
92
93         * Documentation/topdocs/NEWS.tely (Top): Mention markup text feature.
94
95         * scripts/lilypond-book.py (PREAMBLE_LY): toplevel-music-handler:
96         Add texts parameter.
97
98 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
99
100         * lily/lexer.ll (lyric_markup): New mode.
101         (Lily_lexer::push_lyric_markup_state): New method.
102         (MARKUPCOMMAND): Markup during lyric mode returns LYRIC_MARKUP.
103
104         * lily/parser.yy (book_body):
105         (toplevel_expression): Grok \markup texts.
106
107         * lily/score-scheme.cc (ly:music-scorify): 
108         * scm/lily-library.scm (collect-music-for-book): Take texts
109         parameter.
110
111         * lily/score.cc (texts_): New member.
112
113         * lily/paper-book.cc (systems): Format score texts.
114
115         * score-text.ly: New file.
116
117         * ttftool/SConscript:
118         * kpath-guile/SConscript: New file.
119
120         * lily/SConscript:
121         * SConstruct: Update.
122
123 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
124
125         * VERSION (PACKAGE_NAME): release 2.5.14
126
127 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
128
129         * lily/main.cc: Add dummy xgettext markers.
130
131 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
132
133         * make/lilypond.fedora.spec.in (Requires): scrap kpathsea/tex
134         requirements
135
136         * stepmake/aclocal.m4: check dynamic link, by checking if kpathsea
137         executable is < 40k
138
139         * lily/main.cc (setup_paths): remove tfm1 tfm2 tfm3 include path
140         hack.
141
142 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
143
144         * flower/libc-extension.cc:
145         * flower/include/libc-extension.hh: [Open]BSD simply cast
146         cookie/funopen declarations.
147
148         * stepmake/aclocal.m4: Check for libkpathsea.so.
149
150         * kpath-guile/kpath.c (ly_kpathsea_expand_variable): Use
151         dl_kpse_find_file.
152
153 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
154
155         * kpath-guile/kpath.c (open_library): dlopen libkpathsea.so
156         (open_library): alternative for static library.
157
158 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
159
160         * configure.in: Set TTFTOOL_ENDIAN iso global CFLAGS.
161
162         * ttftool/GNUmakefile (MODULE_CFLAGS): Add $(TTFTOOL_ENDIAN).
163
164         Drop run-time dependency on teTeX.
165
166         * lily/kpath.cc (initialize_kpathsea): dlopen libkpathsea.
167
168         * stepmake/aclocal.m4 (STEPMAKE_KPATHSEA): Do not include
169         KPATHSEA_LIBS in LIBS.
170         (STEPMAKE_DLOPEN): New function.
171
172         * lily/font-config.cc (init_fontconfig): Use dir for directory,
173         not path.
174
175         * flower/file-path.cc (directories): Rename from paths, as this
176         return an array of directories (a single path).
177
178 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
179
180         * lily/GNUmakefile (MODULE_LIBS): link with kpath-guile
181
182         * lily/all-font-metrics.cc (kpathsea_find_file): wrapper around
183         new ly:kpathsea-find-file
184
185         * kpath-guile/kpath.c: new file. Put kpath bindings in lib.
186
187         * kpath-guile/GNUmakefile: new file
188
189         * buildscripts/gen-emmentaler-scripts.py (i): generate
190         emmentaler-X.fontname as well.
191
192         * buildscripts/ps-embed-cff.py: new script
193
194         * scm/lily-library.scm: remove ps-embed-cff.
195
196         * scm/framework-ps.scm (write-preamble): don't use kpathsea for
197         font loading. 
198
199         * scm/font.scm (add-music-fonts): load dynamics/numbers through
200         fontconfig as well.
201
202         * lily/font-config.cc (init_fontconfig): add cff/ too.
203
204         * ly/generate-embedded-cff.ly: capitalize.
205
206         * lily/pango-select.cc (select_pango_font): use ::find_pango_font,
207         so as to register the pango font.
208
209         * lily/font-config.cc (init_fontconfig): add
210         prefix/{otf,type1,mf/out} to fontconfig path.
211
212         * lily/main.cc: only look at one prefix directory, LILYPONDPREFIX
213         overrides all. 
214
215         * configure.in (gui_b): remove ec mftrace check
216
217         * config.hh.in: use lilypond-Major.Minor as data directory.
218
219         * scm/framework-ps.scm (dump-page): use output-units for landscape.
220
221         * buildscripts/gen-emmentaler-scripts.py (i): lower case file
222         name.
223
224 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
225
226         * lily/main.cc (do_chroot_jail): Small cleanups.  Avoid constant
227         error messages.
228
229         * flower/libc-extension.cc:
230         * flower/include/libc-extension.hh: [Open]BSD fixes for
231         cookie/funopen declarations.
232
233 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
234
235         * buildscripts/gen-emmentaler-scripts.py (outdir): capitalize
236         emmentaler.
237
238         * lily/score-engraver.cc (initialize): remove check for ecrm10 /
239         lcrm10.
240
241         * scm/define-markup-commands.scm (fontsize): new markup
242         command. Also set baseline-skip
243
244         * lily/main.cc (do_chroot_jail): paranoia security for webserver
245         use. Patch by Sebastiano Vigna <vigna@dsi.unimi.it>.
246
247 2005-03-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
248
249         * stepmake/bin/add-html-footer.py (do_file): make wiki link optional.
250
251         * lily/pdf.cc: remove PDF related files
252
253 2005-03-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
254
255         * ly/deutsch.ly: add quarter tones, patch by Arno Waschk.
256         <hamamatsu@gmx.de>
257
258 2005-03-05  Graham Percival  <gperlist@shaw.ca>
259
260         * Documentation/user/advanced-notation.itely: first draft
261         of reorg done.
262
263         * Documentation/user/global.itely: fixed (sub)section
264         bits of MIDI.
265
266 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
267
268         * cygwin/mknetrel (extras): Bufix (Bertalan).
269
270         * Documentation/user/basic-notation.itely (Chords): @ref fix.
271         * Documentation/user/instrument-notation.itely (Introducing chord
272         names): Compile fix: must have unique name.
273
274 2005-03-02  Graham Percival  <gperlist@shaw.ca>
275
276         * Documentation/user/instrument-notation.itely: reorg.
277
278 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
279
280         * scm/output-gnome.scm:
281         * scm/output-svg.scm: Fix font scaling.
282
283 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
284
285         * ly/titling-init.ly (tagline): Use Engraving.  Add comment about
286         what link to use best.
287
288         * Documentation/user/instrument-notation.itely (Ancient accidentals): 
289         * Documentation/user/tutorial.itely (Automatic and manual beams):
290         Fix @ref.
291
292         * lily/tweak-registration.cc (replace_grob_tweak): New function.
293         * lily/tweak-registration-scheme.cc (LY_DEFINE): Wrap it.
294         * scm/framework-gnome.scm (tweak): Use it.
295
296 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
297
298         * Documentation/topdocs/NEWS.tely (Top): elucidate GS problem.
299
300         * scm/output-ps.scm (white-text): reinstate white-text
301
302 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
303
304         * scm/output-ps.scm (offset-add): Remove.
305
306         * scm/lily-library.scm (offset-flip-y): New function.
307         * scm/framework-gnome.scm (tweak): Use it.
308
309         * scm/output-gnome.scm (grob-cause): Add parameter.
310
311         * scm/lily.scm (ly:all-stencil-expressions): Add url-link.
312         * scm/output-ps.scm (url-link): Move.
313         (white-text): Warn user about brokenness.
314
315         * Documentation/topdocs/NEWS.tely: Be more accurate and respectful
316         wrt ghostscript.
317
318 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
319
320         * lily/slash-repeat-engraver.cc (try_music): always make slashes
321         if body length smaller than measure length.
322
323         * scm/define-markup-commands.scm (with-url): oops. use Y extent
324         for Y.
325
326         * ly/titling-init.ly (tagline): put default tagline in \paper
327
328 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
329
330         * lily/kpath.cc: 
331         * lily/pdf.cc (Pdf_file): Use more generic error messages.
332
333         * scm/lily-library.scm (version-not-seen-message): New function.
334         * ly/init.ly: Use it.
335
336         * scm/page-layout.scm (ly:optimal-page-breaks): Display page
337         breaks as progess.
338
339         * scripts/lilypond-book.py (do_process_cmd): Do not lump
340         whitespace with l10n message.
341
342         * scm/framework-tex.scm (convert-to-ps):
343         (convert-to-dvi): Do not use overly specific l10n messages.
344
345         * ly/titling-init.ly (bookTitleMarkup): Add baseline skips from 2.4.
346
347         * tex/GNUmakefile $(outdir)/latin1.enc: Build fix:
348         merge stderr with stdout.  
349
350 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
351
352         * flower/libc-extension.cc: Tested BSD compile fix (Matthias Neeracher).
353
354 2005-02-29  Graham Percival  <gperlist@shaw.ca>
355
356         * Documentation/user/instrument-notation.teily: moved
357         \arpeggio to Basic.
358
359         * Documentation/user/advanced-notation.itely: Articulation to
360         Basic, a bunch of stuff from Basic moved to Advanced.
361
362         * Documentation/user/basic.itely: swapped various sections,
363         reorganized Basic.
364
365 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
366
367         * flower/memory-stream.cc: 
368         * flower/libc-extension.cc: Remove obsolete #undefs.
369
370         * flower/include/libc-extension.hh: Bugfix for BSD, place #ifdef
371         more carefully.
372
373 2005-02-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
374
375         * make/lilypond.fedora.spec.in (Requires): add GS 8.15 as
376         dependency.
377
378         * VERSION (PACKAGE_NAME): release 2.5.13
379
380         * GNUmakefile.in (web-ext): don't ship ps.gz
381
382         * tex/GNUmakefile ($(outdir)/latin1.enc): redirect stderr to
383         stdout
384
385 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
386
387         * lily/general-scheme.cc (LY_DEFINE): Compile fix for systems
388         without libintl.  Now it compiles too.
389
390 2005-02-28  Graham Percival  <gperlist@shaw.ca>
391
392         * Documentation/user/basic-notation.itely,
393         instument-notation.itely, advanced-notation.itely:
394         split up contents of notation.itely.
395
396         * Documentation/user/notation.itely: file removed.
397
398         * Documentation/user/invoking.itely, converters.itely:
399         moved convert-ly info to invoking.itely.
400
401         * Documentation/user/global.itely, changing-defaults.itely,
402         sound-output.itexi: moved global settings, file layout, and
403         sound into global.itely.
404
405         * Documentation/user/sound-output.itexi: file removed.
406
407         * Documentation/user/lilypond.tely: removed links to
408         notation.itely and sound.itely.
409
410 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
411
412         * scm/output-ps.scm (grob-cause): only do mark_URI if non-empty.
413
414         * scm/framework-ps.scm (write-preamble): remove pdf-viewer code.
415  
416         * THANKS: add sponsor.
417
418         * scm/define-markup-commands.scm (with-url): new markup command.
419
420         * scm/page-layout.scm (TAGLINE): add www.lilypond.org with URL to
421         tagline.
422         
423         * scm/output-tex.scm (url-link): stub.
424
425         * scm/output-ps.scm (url-link): new function.
426
427         * lily/lily-parser-scheme.cc (LY_DEFINE): deprecate
428         ly:set-point-and-click
429
430 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
431
432         * ps/music-drawing-routines.ps (mark_file_line): Switch Action
433         based on pdf-viewer setting.
434
435         * scm/framework-ps.scm (write-preamble): Find and set preferred
436         pdf-viewer.
437
438 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
439
440         * Documentation/user/point-and-click.itely: update for PDF point &
441         click.
442
443         * scripts/lilypond-pdfpc-helper.py: new file. Invoke different
444         editors based on EDITOR setting.
445
446 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
447
448         * scm/*: Oops, more grand 2005 replace bits.
449
450 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
451
452         * ps/music-drawing-routines.ps: new routine: insert PDF mark
453
454         * scm/output-ps.scm (grob-cause): point & click support for
455         PostScript
456
457 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
458
459         * lily/input-scheme.cc (LY_DEFINE): rename to
460         ly:input-file-line-column
461
462 2005-02-26  Graham Percival  <gperlist@shaw.ca>
463
464         * Documentation/user/examples.itely: small fix from Steve Doonan.
465
466         * Documentation/user/scheme-tutorial.itely: small fix from Steve Doonan.
467
468         * Documentation/user/notation.itely: revamped Polyphony section
469         from Yuval Harel.  Thanks!
470
471         * THANKS: added Yuval Harel.
472
473         * Documentation/user/{various}: inserted two spaces after a period.
474
475         * Documentation/user/lilypond.tely: added framework for reorg.
476
477         * Documentation/user/basic-notation.itely, instrument-notation.itely,
478         advanced-notation.itely, global.itely: new files, placeholder for
479         future reorg.
480
481 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
482
483         * Documentation/user/lilypond-book.itely (Music fragment options):
484         doc fontload.
485
486         * Documentation/user/changing-defaults.itely (Text encoding): add
487         fontload option to utf8 include
488
489         * scripts/lilypond-book.py (compose_ly): add fontload option
490
491         * scm/framework-eps.scm (dump-stencils-as-EPSes): add
492         force-eps-font-include option.
493
494         * ly/chord-modifiers-init.ly (blackTriangleMarkup): reinstate
495         black triangle
496
497         * Documentation/user/invoking.itely (Editor support): remove
498         lilypond-latex section.
499
500         * scripts/lilypond-latex.py (Module): remove script.
501
502         * cygwin/lily-wins.py (stat): write to .lylog, so as not to
503         overwrite .log. 
504
505         * lily/main.cc: remove -m, --no-layout
506
507         * flower/include/libc-extension.hh: add ALIAS_FILE_TO_FILECOOKIE
508         to define. We don't want to override fprintf everywhere.
509
510 2005-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
511
512         * cygwin/lilypond.hint: 
513         * cygwin/README.in: Update dependencies.
514
515         * stepmake/aclocal.m4 (STEPMAKE_PANGO, STEPMAKE_PANGO_FT2):
516         Bugfix: do not pollute CPPFLAGS, LIBS.
517
518         * cygwin/mknetrel (extras): Cross compile fixes.
519
520         * ttftool/util.c: 
521         * ttftool/ttfps.c: 
522         * ttftool/ps.c: #include libc-extension.hh
523
524         * flower/include/libc-extension.hh:
525         * flower/libc-extension.cc (fopencookie)[!HAVE_FOPENCOOKIE]: Add
526         wrapper using funopen.
527         (fopencookie, handle_cookie_io_fclose, handle_cookie_io_fprintf,
528         handle_cookie_io_fprintf): Add wrappers catching Memory_out_stream.
529
530         * config.hh.in:
531         * configure.in (AC_CHECK_FUNCS): Add fopencookie, funopen.
532         (AC_CHECK_HEADERS): Add libio.h
533
534         * scripts/convert-ly.py: Uniformize, internationalize.
535         (2.5.2): Remove fatal encoding rule.
536         (2.5.13): Handle latin1 encoding gracefully.
537
538 2005-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
539
540         * HACKING: Fix line breaks.
541
542 2005-02-23  Werner Lemberg  <wl@gnu.org>
543
544         * mf/graycx.mf, mf/graylj.mf: Removed.  Any decent TeX distribution
545         contains those two files.
546
547 2005-02-21  Werner Lemberg  <wl@gnu.org>
548
549         * mf/feta-nummer-code.mf ("Numeral 5"): Include intersection point
550         to improve overlap removal process.
551
552         * mf/feta-slag.mf (draw_trillelement): Add parameter to control
553         left and right ending.  This ensures better overlapping.
554         Update all callers.
555         ("lineprall"): Don't use draw_gridline to get better overlapping.
556
557 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
558
559         * scm/lily-library.scm (ps-embed-cff): add \n after EndResource
560
561         * Documentation/topdocs/NEWS.tely (Top): oops.
562
563 2005-02-21  Pedro Kroger  <kroeger@pedrokroeger.net>
564
565         * HACKING: new file.
566
567         * input/regression/utf8.ly (portuguese): added a portuguese example
568         to show latin1 accents.
569
570 2005-02-21  Pal Benko  <benkop@freestart.hu>
571
572         * lily/mensural-ligature-engraver.cc:
573         * lily/mensural-ligature.cc:
574         * lily/include/mensural-ligature.hh: new algorithm implemented
575
576         * scm/define-grob-properties.scm: join-left killed (add-join may
577         be used); join-left-amount changed to join-right-amount
578
579 2005-02-21  Graham Percival  <gperlist@shaw.ca>
580
581         * Documentation/user/notation.itely: small but urgent fix.
582
583 2005-02-21  Jürgen Reuter  <reuter@ipd.uka.de>
584
585         * lily/duration-scheme.cc: bugfix: correct parameters to
586         SCM_ASSERT_TYPE.
587
588         * THANKS: added Pal.
589
590         * Documentation/user/notation.itely: bugfix: unTeXified
591         $\\backslash$.  Bugfix: yet another glyph renaming victim:
592         "timesig.*x/y" -> "timesig.*xy".
593
594 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
595         
596         * VERSION (PACKAGE_NAME): release 2.5.12
597
598 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
599
600         * ly/engraver-init.ly: set tieWaitForNote to #t by default
601
602         * configure.in (gui_b): bump GUILE requirement to 1.6.5 
603
604         * Documentation/topdocs/NEWS.tely: add inputfileref macro.
605
606         * scm/framework-ps.scm (supplies-or-needs): uniq font name list.
607
608 2005-02-20  Jan Nieuwenhuizen  <janneke@gnu.org>
609
610         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: recode
611         latin1..utf-8.
612
613         * input/regression/stanza-number.ly:
614         * input/regression/utf8.ly (hebrew): Use addlyrics.  Update.
615
616         * lily/tie-engraver.cc (acknowledge_grob): Compile fix.
617
618 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
619
620         * Documentation/topdocs/NEWS.tely (Top): only mention 2.5
621         NEWS. Refer to website for older news.  
622
623         * stepmake/bin/add-html-footer.py (i18n): don't strip .PNG /
624         .HTML. This should be done for specific servers only.
625
626         * Documentation/topdocs/NEWS.tely (Top): move to .tely. Add some
627         .ly image examples.
628
629         * scm/define-grobs.scm (all-grob-descriptions): put ledger lines
630         in layer 0 too.
631
632         * scm/define-context-properties.scm
633         (all-user-translation-properties): add tieWaitForNote
634
635         * scm/define-grobs.scm (all-grob-descriptions): add
636         Tie_column::before_line_breaking
637
638         * lily/tie.cc (get_column_rank): new function
639
640         * lily/tie-column.cc (before_line_breaking): new function.
641         (werner_directions): take into account ties that start on
642         different columns.  
643
644         * lily/score-engraver.cc (set_columns): move add_column() so we
645         have column rank available.
646
647         * lily/tie.cc (get_column_rank): new function.
648
649         * input/regression/utf8.ly (japanese): add japanese lyrics.
650
651         * lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
652
653         * THANKS: add Steve D
654
655         * ttftool/*.c: add TTF -> Type42 conversion library.
656
657 2005-02-20  Tatsuya Ono  <tats_ono@infoseek.jp>
658
659         * mf/parmesan-heads.mf: "0harmonic" -> "s0harmonic"
660         to show harmonic notes
661         * scm/define-markup-commands.scm: in \markup-by-number
662         "dots-dot" -> "dots.dot" to show dotted notes
663
664 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
665
666         * flower/include/memory-stream.hh (class Memory_out_stream): new file.
667
668         * flower/memory-stream.cc (writer): new file.
669
670         * configure.in: add endian test.
671
672 2005-02-19  Jürgen Reuter  <reuter@ipd.uka.de>
673
674         * Documentation/user/examples.itely: small
675         simplification/beautification
676
677         * Documentation/user/notation.ietly: bugfix: fixed many artefacts
678         from the "x-y-z"->"x.y.z" renaming of glyphs throughout the whole
679         notation manual.
680
681         * lily/mensural-ligature.cc: bugfix: another few victims of the
682         "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
683
684         * ly/gregorian-init.ly: commit some experimental code for hi-level
685         ligature input language lying around here for several months.
686
687         * lily/mensural-ligature-engraver.cc: bugfix: another victim of
688         the "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
689
690         * lily/vaticana-ligature-engraver.cc: bugfix: another few
691         "x-y-z"->"x.y.s-z" fixes.
692
693 2005-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
694
695         * scm/framework-pdf.scm (scm): new file
696
697         * lily/include/pdf.hh (class Pdf_file): new file.
698
699         * lily/pdf.cc (write_trailer): new file.
700
701 2005-02-18  Erlend Aasland  <erlenda@gmail.com>
702
703         * input/regression/color.ly: new file
704
705         * lily/stencil.cc (interpret_stencil_expression):
706         when a color expression is encountered: save current color,
707         process the rest of the expression, and restore previous color.
708
709         * lily/system.cc (get_line): check all grobs for color property and
710         prepare the stencil scheme expressions for further processing.
711         Fix layer-loop.
712
713         * scm/define-grob-properties.scm: introduce the color property.
714
715         * scm/output-lib.scm: color helper functions.
716
717         * scm/output-ps.scm: introduce setcolor/resetcolor.
718
719 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
720
721         * ly/*.ly, input/regression/*.ly: Added missing \version
722         statements in some files.
723
724 2005-02-15  Graham Percival  <gperlist@shaw.ca>
725
726         * Documentation/user/notation.itely: minor editing.
727
728         * Documentation/user/converters.itely: updated convert-ly bugs.
729
730         * Documentation/user/lilypond-book.itely: add info about using
731         feta characters in latex.
732
733 2005-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
734
735         * scripts/convert-ly.py: new slur dash patch by Bertalan Fodor.
736
737 2005-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
738
739         * scm/define-grob-properties.scm (all-user-grob-properties):
740         removed 'dashed property.
741
742 2005-02-13  Nicolas Sceaux  <nicolas.sceaux@free.fr>
743
744         * scm/lily.scm (define-safe-public): new macro for defining
745         variables that can be used in --safe mode. Use it in *.scm
746         instead of manually setting safe-objects in safe-lily.scm.
747
748 2005-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
749         
750         * Slur-dash patch by Bertalan.
751
752         * ly/engraver-init.ly (EasyNotation): glyph name dash -> period.
753
754         * stepmake/bin/add-html-footer.py (do_file): do i18n only once. 
755
756 2005-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
757
758         * stepmake/aclocal.m4: teTeX-3.0 inimf fix.  Comment-out.
759
760 2005-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
761
762         * mf/GNUmakefile: teTeX-3.0 install fix.
763
764         * Cygwin patch from Bertalan.
765
766         * stepmake/stepmake/metafont-rules.make: Remove bashism.
767
768 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
769
770         * GNUmakefile.in: 
771         * SConstruct (symlink): teTeX-3.0 build fix: add map symlink.
772
773         * tex/GNUmakefile: teTeX-3.0 fix: install .enc in fonts/enc.  Add
774         2.0.x compatibility.
775
776 2005-02-08  Werner Lemberg  <wl@gnu.org>
777
778         * mf/feta-din-code.mf: Format; clean up code.
779         Replace `---' with `--' plus explicit path directions.
780         (linethickness#, stafflinethickness#): Remove.
781         ("dynamic f"): Replace `draw' with `draw_rounded_block'.
782         ("dynamic s"): Improve shape.
783         ("dynamic p"): Improve shape.
784         Replace `draw' with better outline approximation.
785         ("dynamic r"): Improve shape.
786         Don't call `fill' and `draw' at the same time.
787
788 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
789
790         * SConstruct (symlink):
791         * GNUmakefile.in ($(builddir)/share/lilypond-force): teTeX-3.0
792         build fix: add enc symlink.
793
794         * lily/general-scheme.cc: Compile fixes: include wchar.h, string.h.
795
796         Support for DESTDIR besides prefix=/foo
797
798         * vim/GNUmakefile (local-install): Use $(INSTALL) -d iso mkdir.
799
800         * stepmake/stepmake/*.make:
801         * */GNUmakefile:
802         * GNUmakefile.in: Prepend $(DESTDIR) to installation directory.
803
804         * config.make.in (prefix): Remove broken $(DESTDIR) hack.
805
806         * stepmake/aclocal.m4: Use %0.f iso %d to quiet gawk < 3.1.4 and
807         mawk in fontforge (date) test.
808
809 2005-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
810
811         * scm/font.scm (make-century-schoolbook-tree): add NCS as
812         font-family=roman. Add Luxi Sans as sans
813
814 2005-02-07  Graham Percival  <gperlist@shaw.ca>
815
816         * Documentation/user/notation.itely: add warning about
817         percent repeats and Voice contexts.
818
819         * Documentation/user/lilypond-book.itely: clarified the
820         necessity of dvips -u arguments.
821
822 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
823
824         * THANKS: Added a bunch of bug hunters.
825
826 2005-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
827
828         * scm/framework-ps.scm (output-preview-framework): bugfix.
829
830         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): use unicode
831         o/ for chord modifier..
832
833         * lily/general-scheme.cc (LY_DEFINE): new function ly:wide-char->utf-8.
834
835         * lily/drum-note-performer.cc:  remove unused (thanks Michael
836         Welsh Duggan). 
837
838 2005-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
839
840         * Documentation/user/changing-defaults.itely (Text encoding): Clarify.
841
842         * ly/titling-init.ly: Do not also print intstrument in header on
843         first page.  Do not print page number on first and only page.
844
845 2005-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
846
847         * input/regression/*.ly: remove old-relative everywhere
848
849         * lily/music-sequence.cc (simultaneous_relative_callback): do
850         what-if analysis on copy, not on original. Fixes old-relative
851         compatibility.
852
853         * scm/backend-library.scm (postscript->png): space before
854         --verbose.
855         
856 2005-02-05  Werner Lemberg  <wl@gnu.org>
857
858         * mf/feta-autometric.mf (fet_beginchar): Check whether `feta_group'
859         is defined.
860
861         * mf/feta-alphabet.mf: Define `staffsize#'.
862         Include `feta-params.mf'.
863         s/staffheight/design_size/.
864
865         * mf/feta-alphabet??.mf: s/staffheight/design_size/.
866
867         * mf/feta-alphabet26.mf: Fix a serious bug (design size off by 8pt).
868
869         * mf/feta-nummer-code.mf: Reformatted.
870         (draw_six): Use outline intersection to avoid a self-intersecting
871         path.
872         ("Numeral comma"): Fix serious outline glitches.  This slightly
873         changes the glyph shape.
874         ("Numeral dash"): Use `draw_rounded_block'.
875         ("Numeral dot"): Use `drawdot'.
876         ("Numeral 1"): Assure identical tangent directions for the
877         intersection points of paths.  The glyph shape improvement is only
878         visible at very high magnifications.
879         ("Numeral 2"): Use `solve' macro to make the lower right part of
880         the glyph outline touch the x axis exactly.  This changes the
881         glyph shape.
882         Minor fixes for better overlap removal support.
883         ("Numeral 4"): Make lefter corner `rounder'.
884         ("Numeral 5"): Assure identical tangent directions for the
885         intersection points of paths.  This improves the glyph shape at
886         high magnifications.
887         ("Numeral 7"): Use `solve' macro to make the upper right part of
888         the glyph outline touch the metrics box exactly.  This changes the
889         glyph shape.
890         Avoid corner in the upper left part of the glyph (causing a minor
891         shape change).
892
893         * mf/feta-ital-*.mf: Removed.  Unused.
894
895 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
896
897         * VERSION (PATCH_LEVEL): release 2.5.11
898
899         * input/regression/fill-line-test.ly: new file.
900
901         * buildscripts/gen-emmentaler-scripts.py (i): insert dash in
902         emmentaler name, eg. emmentaler-23. 
903
904 2005-02-04  Christian Hitz  <chhitz@gmx.net>
905
906         * scm/scm/define-markup-commands.scm (fill-line): rework for better
907         alignment with centered texts
908
909         * scm/stencil.scm (stack-stencils-padding-list): new function, takes a
910         list of paddings
911
912 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
913
914         * mf/GNUmakefile ($(outdir)/lilypond.map): add aybabtu to .map file.
915
916         * lily/note-column.cc (translate_rests): call flush_extent_cache()
917         of parents when translating rests. Fixes: c-chord-rest.ly 
918
919         * lily/include/dimension-cache.hh (struct Dimension_cache): add
920         dimension_callback_ member.
921
922         * lily/grob.cc (flush_extent_cache): new function. Force recompute
923         of extents.
924
925 2005-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
926
927         * all but lily/*: The grand 2004/2005 replace.
928
929 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
930
931         * lily/*: add space after ,  
932
933         * scm/music-functions.scm (has-request-chord): don't use
934         ly:music-name anywhere. Fixes <<\\>> notation. 
935
936         * scm/define-markup-commands.scm (box): use font-size for
937         padding. Fixes boxed-rehearsal-marks.ly
938
939         * lily/parser.yy (assignment_id): allow LYRICS_STRING as
940         identifier definition too, so foo = \lyrics { ...   } bar = #1
941         doesn't complain about "bar" being LYRICS_STRING.
942
943         * lily/paper-def.cc (find_pango_font): new routine; Store
944         pango_fonts in hash tab too. This is necessary for retrieving
945         Pango_fonts::physical_font_tab() later on.
946  
947         * lily/pango-font.cc (pango_item_string_stencil): bugfix: don't
948         crash if psname is null.
949
950         * lily/lily-guile.cc (ly_hash2alist): new function
951
952         * Documentation/user/changing-defaults.itely (Text encoding):
953         rewrite. 
954
955         * lily/pango-font.cc (physical_font_tab): new member. Store PSname
956         -> font_filename mapping.
957
958         * lily/pango-font-scheme.cc (LY_DEFINE): new file. New function
959         ly_pango_font_physical_fonts
960
961         * scm/framework-ps.scm (supplies-or-needs): extract names from
962         physical Pango_fonts.
963
964         * utf8.ly: new file.
965
966 2005-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
967
968         * Documentation/user/changing-defaults.itely (Page layout): add
969         doco about systemSeparatorMarkup.
970
971         * scm/page-layout.scm (default-page-make-stencil): add-to-page
972         function.
973         (default-page-make-stencil): insert system separators.
974
975         * scm/define-markup-commands.scm (hcenter): add
976         (beam): add.
977
978 2005-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
979
980         * scm/output-ps.scm (ez-ball): reinstate ez notation.
981
982 2005-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
983
984         * lily/main.cc: Spell backend consistently.  Sort options.
985
986 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
987
988         * scripts/lilypond-book.py (Module): revert @include.
989         
990 2005-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
991
992         * scripts/lilypond-book.py: Resurrect HTML links to .ly source.
993         Bugfix: @include .tex (not .texi).  Small cleanups.
994
995         * stepmake/bin/add-html-footer.py (i18n): New function.
996
997 2005-01-31  Werner Lemberg  <wl@gnu.org>
998
999         * mf/feta-nummer.mf: Removed.  Unused.
1000
1001 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1002
1003         * lily/ : 2004 -> 2005 s&r
1004
1005         * scm/file-cache.scm (cached-file-contents): add file. Read each
1006         file only once.
1007
1008         * scm/font.scm (add-pango-fonts): change order. Medium weight is
1009         now default.
1010
1011         * VERSION: release 2.5.10
1012         
1013         * mf/GNUmakefile (INSTALLATION_OUT_FILES4): install cff.ps files.
1014
1015         * make/ly-rules.make ($(outdir)/%.texi): detect new EOF marker.
1016
1017         * scm/framework-ps.scm (dump-stencil-as-EPS): robustness: ensure
1018         that both X and Y extents of bbox are non-nil.
1019
1020 2005-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1021
1022         * scm/chord-name.scm (alteration->text-accidental-markup): change
1023         - to . 
1024
1025         * scm/output-ps.scm (utf8-string): add utf8-string for completeness.
1026
1027         * scm/framework-ps.scm (dump-stencil-as-EPS): new function
1028
1029         * Documentation/user/invoking.itely (Invoking lilypond): add note
1030         about EPS backend.
1031
1032         * scm/framework-eps.scm: new file: create per-system/per-page EPS
1033         files for inclusion in lilypond-book document.
1034
1035         * input/tutorial/lbook-latex-test.tex: rename from lilbook.tex
1036
1037         * input/tutorial/lbook-texi-test.texi: new file.
1038
1039         * scm/safe-lily.scm (safe-objects): add
1040         {begin,end}-of-line-(in)?visible as safe.
1041  
1042 2005-01-30  Graham Percival  <gperlist@shaw.ca>
1043
1044         * Documentation/user/changing-defaults.itely: fixed example
1045         of (dynamics).
1046
1047 2005-01-29  Graham Percival  <gperlist@shaw.ca>
1048
1049         * lily/main.cc: fix info about -o=FILE.
1050
1051 2005-01-29  Werner Lemberg  <wl@gnu.org>
1052
1053         * mf/feta-toevallig.mf ("Natural"): Completely changed the
1054         construction to assure smooth transition from straight to curved
1055         lines.
1056
1057 2005-01-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1058
1059         * lily/stencil.cc (moved_to_edge): don't halt on adding empty
1060         stencils.
1061
1062         * ps/lilyponddefs.ps: add start-page, start-system doesn't
1063         translate to top of page. Fixes alignment problems of
1064         lilypond-generated EPS files.
1065
1066 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1067
1068         * scm/part-combiner.scm (analyse-spanner-states): trigger on
1069         crescendo-end as well, since Decrescendo maybe ended with Stop
1070         Crescendo.). Fixes: partcombine-diminuendo.ly
1071
1072         * scm/script.scm (default-script-alist): swap portato symbols.
1073
1074         * lily/instrument-name-engraver.cc (acknowledge_grob): typo.
1075
1076         * lily/paper-outputter-scheme.cc (LY_DEFINE):
1077         ly:outputter-port. New function.
1078
1079         * scm/framework-ps.scm (output-classic-framework): dump a
1080         -systems.texi too
1081         (output-classic-framework): dump multiple systems on an "infinite"
1082         page EPS including fonts. 
1083
1084         * scripts/lilypond-book.py (Lilypond_snippet.ly_is_outdated): use
1085         .eps files for both texi and tex formats. Use PNG coming from
1086         lilypond.
1087         
1088 2005-01-28  Graham Percival  <gperlist@shaw.ca>
1089
1090         * Docuemntation/user/invoking.itely: fix info about -o=FILE.
1091
1092         * scripts/lilypond-latex.py: fix info about -o=FILE.
1093
1094 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1095
1096         * ly/generate-embedded-cff.ly: write .cff.ps files.
1097
1098         * mf/GNUmakefile ($(outdir)/lilypond.map): add .cff.ps to .map file.
1099
1100         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
1101         $(outdir)/%.svg $(outdir)/%.pfa): remove --simplify
1102
1103 2005-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1104
1105         * lily/include/guile-compatibility.hh (SCM_VECTOR_P): Compile fix.
1106
1107 2005-01-28  Werner Lemberg  <wl@gnu.org>
1108
1109         * mf/feta-macros.mf (soft_start_penstroke, soft_end_penstroke): New
1110         macros.
1111         (draw_bulb): Improved.
1112
1113         * mf/feta-pendaal.mf ("Pedal asterisk"): Remove workaround for
1114         metapost bug.
1115         (draw_pedal_P): Use soft_end_penstroke.
1116         (draw_pedal_d): Use soft_start_penstroke.
1117
1118         * mf/feta-schrift.mf ("Trill (`tr')"): Remove redundant point in
1119         path.
1120         ("Varied Coda"): Move some points to avoid fontforge warnings.  This
1121         doesn't change the glyph shape.
1122
1123         * mf/feta-accordion.mf ("accOldEE"): Draw glyph differently (without
1124         changing the shape) to avoid fontforge warnings.
1125
1126         * mf/feta-klef.mf (draw_tab_T, draw_tab_A, draw_tab_B): Use
1127         soft_end_penstroke and fix glyph shape.
1128
1129 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1130
1131         * lily/*.cc: Scheme deprecation of SCM_VECTOR_* 
1132
1133 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1134
1135         * scm/define-markup-commands.scm (line): filter out empty stencils
1136         from line command.
1137
1138         * lily/stencil-scheme.cc (LY_DEFINE): only allow finite real
1139         amount.
1140
1141 2005-01-27  Graham Percival  <gperlist@shaw.ca>
1142
1143         * Documentation/user/notation.itely: added info about what
1144         \voiceFoo does.  Also rewrote warning about marks at
1145         a line break.
1146
1147         * Documentation/user/changing-defaults.itely: added info
1148         about putting dynamics in parenthesis and brackets.
1149
1150 2005-01-27  Werner Lemberg  <wl@gnu.org>
1151
1152         * mf/feta-schrift.mf ("Trill (`tr')"): Fix typo.
1153
1154 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1155
1156         * mf/feta-schrift.mf: reverse u and d portato. Fixes:
1157         portato-direction.ly
1158
1159         * lily/beam.cc (consider_auto_knees): add beam height to
1160         threshold. Fixes: knee-multiple-beam.ly
1161
1162         * lily/instrument-name-engraver.cc (acknowledge_grob): also ignore
1163         pedal line spanners. Fixes: instrument-center-pedal.ly
1164
1165         * lily/auto-beam-engraver.cc (acknowledge_grob): stop beam
1166         if encountering barline. Fixes: auto-beam-repeat.ly
1167
1168 2005-01-26  Werner Lemberg  <wl@gnu.org>
1169
1170         * mf/feta-slag.mf (draw_trillelement): Fix shape to get clean
1171         overlapping.
1172
1173         * mf/feta-toevallig.mf (draw_meta_sharp): Fix shape to avoid curves
1174         with inflections for the 1/2 sharp glyph.
1175
1176         * mf/feta-schrift.mf ("Trill (`tr')"): Fix start position of
1177         connection between `t' and `r'.
1178         Unify bulb with the rest of `r' to avoid grazing outlines which
1179         confuses the overlap removal algorithm of fontforge.
1180
1181         * mf/feta-bolletjes.mf (draw_slash): Fix shape to avoid curves with
1182         inflections.
1183         (draw_cross): Fix shape to have uniform thickness in corners.
1184
1185         * mf/feta-pendaal.mf (draw_pedal_P): Break shape into smaller pieces
1186         to avoid an uneven number of self-intersections; this confuses
1187         fontforge.
1188         Fix a slight bug in the shape at left bottom (which is visible only
1189         at high magnifications).
1190         `Center' the stem horizontally to avoid overlapping.
1191
1192 2005-01-24  Werner Lemberg  <wl@gnu.org>
1193
1194         * mf/feta-autometric.mf (fet_beginfont): Set font_coding_scheme
1195         to `asis'.
1196         (fet_begingroup): Save group name in string `feta_group'.
1197         (fet_endgroup): Updated.
1198         (fet_beginchar): Emit `glyph_name' special for mf2pt1.
1199
1200         * mf/feta-bolletjes.mf: s/p/pat/ for paths.
1201
1202         * mf/feta-pendaal.mf ("Pedal asterisk"): Add workaround for bug
1203         in metapost.
1204
1205 2005-01-24  Graham Percival  <gperlist@shaw.ca>
1206
1207         * Documentation/user/notation.itely: really minor editing.
1208
1209 2005-01-22  Graham Percival  <gperlist@shaw.ca>
1210
1211         * Documentation/user/examples.itely: minor editing.
1212
1213         * Documentation/user/changing-defaults.itely: minor editing.
1214
1215         * Documentation/user/notation.itely: clarified info on polyphony
1216         and \addlyrics.
1217
1218 2005-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
1219
1220         * scm/output-gnome.scm: 
1221         * scm/output-svg.scm:
1222         * scm/lily-library.scm (font-name-style): Update font name
1223         kludging for fontconfig use.
1224
1225 2005-01-20  Erlend Aasland  <erlenda@gmail.com>
1226
1227         * scm/define-markup-commands.scm: Document right-align and
1228         larger markup commands. Remove "TODO" from the topmost comment
1229         "each markup function should have a doc string." More consistent
1230         use of new-lines.
1231
1232 2005-01-22  Graham Percival  <gperlist@shaw.ca>
1233
1234         * Documentation/user/changing-defaults: removed info about
1235         copyright symbol, since it's likely to change soon.
1236         Added info about betweensystemspace.
1237
1238         * Documentation/user/notation.itely: minor fixes.
1239
1240         * Documentation/user/lilypond.tely,
1241         Documentation/user/music-glossary.tely: changed copyright
1242         date to 2005 instead of 2004.
1243
1244         * input/test/volta-chord-names.ly: added old example back.
1245
1246 2005-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1247
1248         * mf/feta-beugel.mf: use design size 20 (not 15).
1249
1250         * mf/aybabtu.pe.in: scale brace fonts to design sizes.
1251         change name to aybabtu completely
1252
1253 2005-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1254
1255         * buildscripts/gen-emmentaler-scripts.py (outdir): add
1256         design_size to fontname
1257
1258 2005-01-19  Werner Lemberg  <wl@gnu.org>
1259
1260         * mf/feta-accordion.mf, mf/feta-klef.mf, mf/feta-pendaal.mf,
1261         mf/feta-schrift.mf: s/p/pat/ if a path variable.
1262
1263         * mf/feta-autometric.mf (set_char_box): Add code which emits
1264         specials for mf2pt1 if run with metapost.
1265         (to_bp): New macro for mf2pt1.
1266
1267 2005-01-18  Graham Percival  <gperlist@shaw.ca>
1268
1269         * Documentation/user/changing-defaults: added info on
1270         creating a copyright symbol.
1271
1272 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1273
1274         * VERSION: release 2.5.9
1275         
1276 2005-01-18  Erlend Aasland  <erlenda@gmail.com>
1277
1278         * scm/auto-beam.scm: Simplify score-override-auto-beam-setting
1279
1280         * Documentation/user/notation.itely: Document
1281         score-override-auto-beam-setting Fix documentation for
1282         revert-auto-beam-setting.
1283
1284 2005-01-18  Werner Lemberg  <wl@gnu.org>
1285
1286         * scm/framework-ps.scm (ps-embed-cff): Fix DSC comments.
1287         (procset): New function to define a procset resource.
1288         (ps-embed-pfa): New function to define a font resource.
1289         (setup): New function to define a `Setup' environment.
1290         (preamble): Use new functions.
1291
1292         * ps/lilypond.defs (init-lilypond-parameters): New function to
1293         get rid of directly executed PS code.  Used in scm/framework-ps.scm.
1294
1295 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1296
1297         * mf/GNUmakefile (MFTRACE_FLAGS): add --no-afm to MFTRACE_FLAGS
1298
1299 2005-01-17  Erlend Aasland  <erlenda@gmail.com>
1300
1301         * scm/define-markup-commands.scm: Change number->markletter-string
1302         to take two arguments (vector number). Add number->mark-alphabet-vector
1303         and markalphabet markup command.
1304
1305         * scm/translation-functions.scm: Add format-mark-box-alphabet,
1306         format-mark-alphabet, format-mark-box-barnumbers and
1307         format-mark-barnumbers. Fix bug in format-mark-box-numbers.
1308
1309 2005-01-17  Graham Percival  <gperlist@shaw.ca>
1310
1311         * Documentation/user/examples.itely: add SATB automatic piano
1312         reduction template.
1313
1314         * Documentation/user/notation.itely: added info about changing
1315         partcombine texts.  Also adds examples of alternate lyrics.
1316
1317         * Documentation/user/changing-defaults.itely: added warning
1318         about \RemoveEmptyStaffContext overriding previous changes.
1319
1320 2005-01-17  Werner Lemberg  <wl@gnu.org>
1321
1322         * buildscripts/mf-to-table.py: Use `FetaAlphabetEncoding' for
1323         feta-alphabet*.
1324
1325 2005-01-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1326
1327         * python/lilylib.py (make_ps_images): don't do final showpage for
1328         multi-page documents.
1329         
1330         * VERSION (MY_PATCH_LEVEL): release 2.5.8
1331
1332 2005-01-16  Graham Percival  <gperlist@shaw.ca>
1333
1334         * Documentation/user/lilypond.tely: changed order of appendices;
1335         unified index should be last.
1336
1337         * Documentation/user/notation.itely: add example of key signatures
1338         and info about Staff.printKeyCancellation.
1339
1340 2005-01-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1341
1342         * lily/include/repeated-music.hh (class Repeated_music): change
1343         into "namespace" class.
1344
1345         * lily/event.cc: remove Key_change_event.
1346
1347         * lily/include/transposed-music.hh (class Transposed_music): remove.
1348
1349         * lily/transposed-music.cc: remove
1350
1351         * lily/include/relative-music.hh: remove.
1352
1353         * lily/include/music-sequence.hh (struct Music_sequence): change
1354         into "namespace" class.
1355
1356         * lily/untransposable-music.cc (Module): remove
1357
1358         * lily/include/un-relativable-music.hh (Module): remove
1359
1360         * lily/include/untransposable-music.hh (Module): remove
1361
1362         * lily/include/music-list.hh (Module): remove file
1363
1364         * lily/un-relativable-music.cc: remove file.
1365
1366 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1367
1368         * lily/parser.yy: Compile fix.
1369
1370 2005-01-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1371
1372         * lily/include/music.hh (class Music): unvirtualize transpose().
1373
1374         * lily/sequential-music.cc: remove file.
1375
1376         * lily/include/lyric-combine-music.hh ("music.hh"): remove file.
1377
1378         * lily/slur-scoring.cc (get_best_curve): only switch on
1379         DEBUG_SLUR_SCORING for non NDEBUG builds.
1380
1381         * lily/include/music.hh (class Music): replace Music::start_mom()
1382         by start-callback property
1383
1384         * lily/include/grace-music.hh: remove file. 
1385
1386         * lily/stem.cc (height): robustness fix.
1387
1388         * lily/time-scaled-music.cc: remove file.
1389
1390         * lily/include/music.hh (class Music): include SCM init argument.
1391         (class Music): replace Music::get_length() virtual by
1392         length-callback property everywhere.
1393
1394         * scripts/convert-ly.py (conv): add  # to \property scalar value.
1395
1396         * mf/GNUmakefile: don't install *list.ly
1397
1398 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1399
1400         * mf/GNUmakefile (CFF_FILES): Bugfix: only big cheeses and braces.
1401
1402 2005-01-12  Werner Lemberg  <wl@gnu.org>
1403
1404         This patch addresses the following problems in the feta sources
1405         files which contribute to the fetaXX fonts.
1406
1407         . Many fixes for rasterization at low resolutions (consistent use of
1408           `vround' and `hround', integer shift values for paths, applying
1409           `eps' for mirrored paths, use of `define_whole_pixels' and
1410           friends, etc.) -- while this probably looks like a waste of time
1411           it has revealed deficiencies in some glyph shapes.  See comment at
1412           the end of feta-params.mf how vertical symmetry is achieved.
1413
1414         . The `---' operator has been replaced everywhere with `--'; this
1415           both improves and considerably reduces the font size after
1416           conversion with mf2pt1.
1417
1418         These change aren't explicitly mentioned below since virtually all
1419         glyphs are affected.
1420
1421         Other notable differences:
1422
1423         . Glyphs from feta-accordion.mf now have charboxes around the
1424           outline.
1425
1426         . Fixed incorrect charbox for `accDot'.
1427
1428         . The `rcomma' and `lcomma' glyphs were distorted due to a typo.
1429
1430         . Fixed position of the bow in the `upprall' glyph and its siblings.
1431
1432         . The bulb size in the `2/2 meter' and `4/4 meter' glyphs is now
1433           dependent on the staff line thickness to avoid touching the middle
1434           staff line at smaller sizes.
1435
1436         . Largely extended output for feta-testXX: Where useful, glyphs
1437         are shown both between and on staff lines.
1438
1439
1440         * mf/feta-params.mf (staff_space_rounded,
1441         stafflinethickness_rounded, linethickness_rounded,
1442         ledgerlinethickness_rounded, stemthickness_rounded): New variables.
1443         Update all code which uses them where appropriate.
1444         (feta_eps, feta_shift, feta_space_shift, feta_offset, feta_fillpen):
1445         New variables used to control rasterization at low resolutions.  Set
1446         to zert if feta code is processed with metapost.
1447
1448         * mf/feta-macros.mf (draw_staff, draw_staff_outline): Updated.
1449         (draw_rounded_block, draw_square_block): Updated to use `--' only.
1450         (flare_path): Updated.
1451         Make it work with `filldraw' (but only circular pens).
1452         (hfloor, vfloor, hceiling, vceiling): New macros.
1453
1454         * mf/feta-accordion.mf ("accDiscant", "accFreebase", "accStdbase"):
1455         Use `draw' again in mf mode to have good pixel dropout control.
1456         Fix intersection points of horizontal lines with circle.
1457         ("accDot"): Fix parameters for set_char_box.
1458         ("accOldEE"): Use `draw' again in mf mode to have good pixel dropout
1459         control.
1460
1461         * mf/feta-banier.mf: Updated.
1462
1463         * mf/feta-bolletjes.mf (remember_pic): New variable, used for
1464         testing.
1465         (undraw_inside_ellipse): Remove `center' argument.  Update all
1466         callers.
1467         (draw_brevis): New macro, called by "Brevis notehead".
1468         (draw_whole_triangle_head): New macro, called by "Whole
1469         trianglehead".
1470         (draw_small_triangle_head): Use `filldraw'.
1471
1472         * mf/feta-eindelijk.mf: Remove useless global group.
1473         Updated.
1474
1475         * mf/feta-klef.mf (draw_c_clef): Correct point positions for using
1476         `filldraw'.
1477
1478         * mf/feta-pendaal.mf: Updated.
1479
1480         * mf/feta-puntje.mf: Updated.
1481
1482         * mf/feta-schrift.mf (draw_very_long_fermata): Simplified to use
1483         less points.
1484         ("Flageolet"): Use `draw' again in mf mode to have good pixel
1485         dropout control.
1486         ("Varied Coda"): Use `draw_block'.
1487         (draw_comma): Fix typo.
1488         (draw_arpeggio_arrow): Use `draw' also in mf mode to have good
1489         pixel dropout control.
1490
1491         * mf/feta-slag.mf ("upprall", "downprall", "lineprall"): Fix start
1492         position of bow.
1493
1494         * mf/feta-timesig.mf (draw_C): Reduce bulb size for smaller design
1495         sizes.
1496
1497         * mf/feta-toevallig.mf (remember_pic): New variable, used for
1498         testing.
1499         (draw_meta_sharp): Much simplified.
1500         ("Sharp", "1/2 Sharp", "3/4 Sharp"): Don't rotate but shift.
1501
1502         * mf/feta-test-generic.mf: Include all files as in feta-generic.mf.
1503
1504 2005-01-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1505
1506         * Documentation/user/notation.itely (Ancient rests): Fix typo
1507         (thanks Anthony)
1508
1509 2005-01-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1510
1511         * scm/auto-beam.scm (score-override-auto-beam-setting): New function.
1512
1513         * lily/main.cc (setup_paths): Add cff.
1514
1515         * mf/GNUmakefile (foe): Include actual target %.cff.
1516         (INSTALLATION_OUT_SUFFIXES): Install CFF and SVG fonts too.
1517
1518 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1519
1520         * lily/include/lily-lexer.hh (class Lily_lexer): lose hungarian _b
1521         suffix for main_input_b_.
1522
1523         * scm/music-functions.scm (toplevel-music-functions):
1524         precompute music lengths for music expressions.  
1525
1526 2005-01-11  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1527
1528         * lily/include/input.hh (class Input): new `end_' slot for end of
1529         input. Renamed defined_str0_ to start_.
1530
1531         * lily/input.cc (Input): Add Input::Input (Input const &) and
1532         remove Input::Input (Source_file*, char const *). Use the new
1533         slots.
1534         (set_location): method used by bison to propagate input
1535         locations (YYLLOC_DEFAULT).
1536         (end_line_number, end_column_number, step_forward): new methods
1537         
1538         * lily/input-scheme.cc (ly:input-both-locations): new function,
1539         similar to ly:input-location, but also return the end line and
1540         column.
1541
1542         * lily/include/includable-lexer.hh: 
1543         * lily/includable-lexer.cc: 
1544         * lily/include/lily-lexer.hh (class Lily_lexer): 
1545         * lily/lily-lexer.cc (add_lexed_char): Move add_lexed_char from
1546         Includable_lexer to Lily_lexer, in order to update lexloc (the
1547         yylloc), a new slot of Lily_lexer.
1548         (here_input, LexerError): simplify by using the lexloc slot (aka
1549         yylloc)
1550
1551         * lily/lexer.ll: #define yylloc to use input locations (it may
1552         be useless here?). Fixed the #embedded_scm rule (step the location
1553         forward in order to skip the sharp sign before parsing the scheme
1554         expression)
1555
1556         * lily/include/lily-parser.hh (class Lily_parser): 
1557         * lily/lily-parser.cc: Remove push_spot(), pop_spot() and
1558         here_input()
1559         (parser_error): overload for more precise locations of errors.
1560
1561         * lily/parser.yy (YYLTYPE): set location type to Input
1562         (YYLLOC_DEFAULT): use Input::set_location()
1563         (yylex): add the YYLTYPE* location parameter.
1564         Clean push_spot()/pop_spot()/here_input(), and use @$, @1, etc.
1565         Give an Input parameter to THIS->parser-error() for more accurate
1566         messages.
1567
1568 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1569
1570         * stepmake/aclocal.m4: do NDEBUG for optimizing builds.
1571
1572         * lily/include/beam.hh (DEBUG_QUANTING): performance: only switch
1573         on BEAMQUANTING for non-NDEBUG builds.
1574
1575         * lily/stem.cc (head_count): performance: avoid String::String()
1576         inside oft called function.
1577
1578 2005-01-09  Graham Percival  <gperlist@shaw.ca>
1579
1580         * Documentation/user/examles.itely: attempted fix for broken
1581         string quartet template.
1582
1583         * Documentation/user/notation.itely: remove unnecessary broken
1584         link.
1585
1586 2005-01-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1587
1588         * VERSION (PACKAGE_NAME): release 2.5.7
1589
1590 2005-01-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1591
1592         * config.make.in (METAFONT): Append -progname=mf, fixes use with
1593         mf-nowin for teTeX-3.0.  Backportme.
1594
1595         * scm/output-svg.scm (utf8-string): New function.
1596
1597         * scm/output-gnome.scm (utf8-string): New function.
1598         (otf-name-mangling): Remove.
1599
1600         * lily/pango-font.cc (Pango_font): Use font string iso font
1601         filename for utf8-text.
1602
1603         * buildscripts/gen-emmentaler-scripts.py: Remove designsize from
1604         name.
1605
1606 2005-01-08  Graham Percival  <gperlist@shaw.ca>
1607
1608         * Documentation/user/notation.itely: add info about
1609         Staff.extraNatural = ##f in Pitches section.  Also
1610         fixed some minor issues in the Vocal music section.
1611
1612 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1613
1614         * scm/output-ps.scm (white-text): comment out Helvetica font,
1615         which is broken for my GS install.
1616
1617         * lily/pango-font.cc (pango_item_string_stencil): use ink_rect,
1618         which provides a tighter bbox.
1619
1620         * scm/define-grobs.scm (all-grob-descriptions): remove all
1621         extra-offsets from definitions.
1622
1623 2005-01-08  Erlend Aasland  <erlenda@gmail.com>
1624
1625         * scm/output-lib.scm: Rename guitar-tunings to guitar-tuning and
1626         add tuning for 4-string bass and some common 4/5-string banjo
1627         tunings.  New function (four-string-banjo) turns a 5-string tuning
1628         into a 4-string tuning.  New function
1629         (fret-number-tablature-format-banjo) computes correct fret numbers
1630         on 5-string banjos.
1631
1632         * ly/engraver-init.ly: Default stringTunings = #guitar-tuning
1633         Add beam correction to TabVoice.
1634
1635         * scm/define-grobs.scm: Adjust notehead offset. Print fret numbers
1636         using bold font; makes tabs more readable.
1637
1638 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1639
1640         * lily/font-select.cc (get_font_by_design_size): don't make
1641         Modified_font_metric; this causes trouble, since we don't know the
1642         font magnification from inside Pango_font::text_stencil()
1643
1644         * lily/all-font-metrics.cc (find_pango_font): take magnification argument.
1645
1646         * Documentation/user/notation.itely (The Lyrics context): comment out
1647         broken {Small ensembles} link.
1648
1649         * scm/framework-svg.scm (output-framework): change calling convention.
1650
1651         * lily/object-key-dumper-scheme.cc: new file.
1652
1653         * lily/object-key-undumper-scheme.cc: new file.
1654
1655         * lily/tweak-registration-scheme.cc: new file.
1656
1657         * lily/pango-select.cc (symbol_to_pango_variant): init local variable.
1658
1659         * Documentation/user/examples.itely (String quartet): uncomment
1660         broken example.
1661
1662         * lily/font-config.cc: new file.
1663
1664 2005-01-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1665
1666         * scm/output-svg.scm: 
1667         * scm/output-gnome.scm: s/bigcheese/emmentaler.
1668
1669         * lily/score-engraver.cc (MUSIC_FONT): Use emmentaler20.
1670
1671 2005-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1672
1673         * lily/general-scheme.cc (LY_DEFINE): Use snprintf (WAS: sprintf).
1674         Add headers.
1675
1676         * lily/GNUmakefile (general-scheme.o): Add version.hh dependency.
1677
1678 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1679
1680         * mf/GNUmakefile (debian-mirror): rename bigcheese to emmentaler.
1681
1682         * lily/include/main.hh: lose _b hungarian suffixes for global
1683         variables.
1684
1685         * lily/include/lily-guile-macros.hh: new file.
1686
1687         * lily/pango-select-scheme.cc (LY_DEFINE): new file.
1688
1689         * lily/general-scheme.cc: new file. 
1690
1691         * lily/font-select.cc (get_font_by_design_size): retrieve
1692         PangoFont for (designsize . "pango-descr") entries.
1693
1694         * lily/lily-parser-scheme.cc: new file.
1695
1696         * lily/output-def-scheme.cc: new file.
1697
1698         * lily/paper-book-scheme.cc: new file.
1699
1700         * lily/duration-scheme.cc (LY_DEFINE): new file.
1701
1702         * lily/pitch-scheme.cc:  new file.
1703
1704         * scm/font.scm (add-cmr-fonts): use real dimens in font selection.
1705
1706 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1707
1708         * lily/dimensions.cc (LY_DEFINE): add ly:{inch,cm,mm,bp,pt}.
1709
1710 2005-01-06  Graham Percival  <gperlist@shaw.ca>
1711
1712         * Documentation/user/notation.itely: minor editing.
1713
1714         * Documentation/user/changing-defaults: minor editing.
1715
1716         * Documentation/user/examples.itely: add template for
1717         string quartet part extraction; demonstrates tag.
1718
1719 2005-01-06  Erlend Aasland  <erlenda@gmail.com>
1720
1721         * Documentation/user/notation.itely: documents
1722         format-mark-box-letters and format-mark-box-numbers
1723
1724         * scm/define-context-properties.scm: change comment.
1725
1726 2005-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1727
1728         * scm/framework-ps.scm (output-classic-framework): new function:
1729         dump systems as separate .eps files (without fonts) and write a
1730         single collecting .tex file.
1731
1732 2005-01-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1733
1734         * Documentation/user/notation.itely (Setting simple songs):
1735         Correct several errors in the equivalent formulation of
1736         \addlyrics. 
1737         (The Lyrics context): Corrected link to the SATB example.
1738
1739 2005-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1740
1741         * scm/lily.scm (completize-formats): new function
1742         (postprocess-output): new function
1743
1744         * lily/paper-book.cc (classic_output): change calling
1745         convention. Give basename as first argument. 
1746         remove Paper_book::post_processing().
1747
1748         * lily/lily-guile.cc (LY_DEFINE): ly:output-backend, new function.
1749
1750 2005-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1751
1752         * lily/paper-outputter.cc (LY_DEFINE): new function
1753         ly:outputter-close.
1754
1755         * lily/main.cc: change --format,-f to --backend,-b
1756
1757         * lily/include/main.hh: rename format to backend.
1758
1759         * scm/translation-functions.scm (format-mark-box-numbers): add.
1760         patch by Erlend Aasland
1761
1762 2005-01-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1763
1764         * lily/pango-font.cc (text_stencil): dump string as
1765         (utf-8-string FONTDESC UTF8) for use in -f gnome, -f svg.
1766
1767 2005-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1768
1769         * configure.in (gui_b): Remove handy developer-only
1770         PKG_CONFIG_PATH settings that cater for Jan-and-Han-Wen ~/usr/pkg/
1771         CVS source installations (but break other non-default but correct
1772         PKG_CONFIG_PATH setups), as this is no longer developer-only.
1773
1774         * SConstruct: 
1775         * ps/GNUmakefile (INSTALLATION_FILES): teTeX-3.0
1776         compatibility (backportme).
1777
1778         * GNUmakefile.in: teTeX-3.0 compatibility (backportme).
1779
1780 2005-01-03  Werner Lemberg  <wl@gnu.org>
1781
1782         Prepare glyph shapes for mf2pt1 conversion.
1783
1784         * mf/feta-accordion.mf (accreg_pen): Removed.  No longer used.
1785         (accDiscant, accFreebase, accStdbase): Replace `draw' with
1786         `penstroke'.
1787         (accDot): Use `drawdot'.
1788         (accBayanbase): Replace `draw' with `draw_gridline'.
1789         (print_penpos): Moved to feta-macros.mf.
1790         (accOldEE): Replace `filldraw' with `penstroke'.
1791         Replace `draw' with `penstroke' and `drawdot'.
1792
1793         * mf/feta-banier.mf: Code clean-up.
1794         ("grace dash (up)", "grace dash (down)"): Replace `draw' with
1795         `fill'.
1796
1797         * mf/feta-bolletjes (draw_cross): Remove call to `labels'.
1798
1799         * mf/feta-eindelijk.mf (draw_rest_bulb, draw_eigth_rest): Add
1800         paremeter to control drawing of labels.  Update all callers.
1801
1802         * mf/feta-klef.mf (draw_c_clef): Use `&' not `..' to connect paths.
1803         (new_bulb): Return a bulb as a single path.  To do that, it now
1804         takes some more parameters.  Updated all callers.
1805         (draw_gclef): Major clean-up.  `draw' has been replaced with
1806         `penstroke', unnecessary outlines have been removed.
1807         Remove (unused) gnome-canvas code.
1808
1809         * mf/feta-macros.mf (print_penpos): New macro (from
1810         feta-accordion.mf).
1811         Other minor fixes.
1812
1813         * mf/feta-pendaal.mf ("Pedal asterisk"): Use `undrawdot'.
1814         ("Pedal dot"): Use `drawdot'.
1815         (draw_pedal_P): Add parameter to control drawing of labels.  Update
1816         all callers.
1817         Fix shape at top.
1818         (draw_pedal_e): Add parameter to control drawing of labels.  Update
1819         all callers.
1820         (draw_pedal_d): Add parameter to control drawing of labels.  Update
1821         all callers.
1822         Revert drawing direction.
1823
1824         * mf/feta-schrift.mf (draw_fermata): Use single path.
1825         (draw_short_fermata): Replace `filldraw' with `fill'.
1826         (draw_long_fermata, draw_very_long_fermata): Replace calls to
1827         `draw_rounded_block' with a single path.
1828         ("Thumb"): Draw full circle instead of mirroring segments.
1829         (draw_accent): New macro.
1830         ("> accent", "espr"): Use it.
1831         (draw_marcato): Replace `filldraw' and `draw' with `fill'.
1832         ("open (unstopped)"): Draw full circle instead of mirroring
1833         segments.
1834         (draw_vee): Removed.
1835         ("Upbow"): Use `draw_accent' instead of `draw_vee'.
1836         ("Downbow"): Replace calls to `draw_rounded_block' with a single
1837         path.
1838         ("Trill (`tr')"): Replace overlapping loop drawn with `draw' with
1839         partial pieces drawn with `fill' -- these do still overlap with the
1840         stem of the `t' but just once, not multiple times so that fontforge
1841         can handle it gracefully.
1842         Change other parts of the glyph so that fontforge's overlapping
1843         algorithm reliably works.
1844         (draw_heel): Replace `draw' with `fill'.
1845         (draw_toe): Use `draw_accent' instead of `draw_vee'.
1846         ("Flageolet"): Replace `draw' with `penstroke'.
1847         ("Segno"): Replace `filldraw' with `penstroke'.
1848         Replace `draw' with `drawdot'.
1849         ("Coda"): Replace `fill' with `penstroke', using a single path.
1850         ("Varied Coda"): Use less overlapping paths.
1851         (draw_arpeggio_arrow): Replace `filldraw' with `fill', using a
1852         single path.
1853
1854         * mf/feta-slag.mf (draw_trillelement): Put `clearxy' outside of
1855         group to better control the `labels' command.
1856         Rename argument to `offset' and use it actually.  Update all
1857         callers.
1858         Replace `filldraw' with `fill'.
1859         ("mordent", "prallmordent", "upmordent", "downmordent",
1860         "lineprall"): Replace `draw' with `draw_gridline'.
1861         ("upprall", "downprall"): Replace `draw' with `fill'.
1862
1863         * mf/feta-timesig.mf: Formatting.
1864
1865         * mf feta-toevallig.mf (draw_meta_flag): Move code to draw labels
1866         to...
1867         ("Flat"): Here.
1868         (draw_paren): Move code to draw labels to...
1869         ("Right Parenthesis"): Here.
1870
1871 2005-01-02  Graham Percival <gperlist@shaw.ca>
1872
1873         * Documentation/user/notation.itely: add example of \setTextDecresc
1874         and \setTextDim.
1875
1876 2005-01-02  Tatsuya Ono <tats_ono@infoseek.jp>
1877
1878         * scm/define-markup-commands.scm :  fix glyph-strings of
1879         accidentals and \note-by-number
1880
1881 2005-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1882
1883         * VERSION: 2.5.6 released.
1884         
1885         * ps/lilyponddefs.ps: put mm -> pt scaling in here.
1886
1887         * input/regression/new-markup-scheme.ly: oops. font-family=music
1888         -> font-encoding fetaMusic.  
1889
1890         * lily/main.cc: put default to PS.
1891
1892         * lily/tfm.cc: idem.
1893
1894         * lily/afm.cc: idem.
1895
1896         * lily/include/modified-font-metric.hh (struct
1897         Modified_font_metric): remove coding_scheme() method.
1898
1899         * input/mutopia/F.Schubert/morgenlied.ly: convert to utf8
1900
1901         * scripts/convert-ly.py (conv): crash on encountering \encoding.
1902
1903         * input/les-nereides.ly: convert to utf8
1904
1905         * lily/modified-font-metric.cc (text_dimension): idem.
1906
1907         * lily/parser.yy (TODO): idem.
1908
1909         * lily/include/lily-lexer.hh (class Lily_lexer): idem.
1910
1911         * lily/lexer.ll: remove encoding
1912
1913         * scm/framework-ps.scm (output-variables): separately scale the
1914         page to mm 
1915
1916         * lily/pango-font.cc (Pango_font): fix scaling.
1917
1918         * lily/font-metric.cc (design_size): design_size returns a
1919         dimension now as well.
1920
1921 2004-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1922
1923         * mf/GNUmakefile ($(outdir)/%.otf-table): use findstring. Fixes
1924         brace generation. 
1925
1926         * lily/text-metrics.cc (LY_DEFINE): use scm_c_make_hash_table().
1927
1928 2004-12-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1929
1930         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Do not try to
1931         install unbuildable Fontmap and Fontmap.lily (Simon Aridis-Lang).
1932
1933 2004-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1934
1935         * mf/GNUmakefile ($(outdir)/%.otf-table): include parmesan20.lisp
1936         in first run as well.
1937
1938         * scm/paper.scm (layout-set-staff-size): use text-font-size in
1939         dimension less points (ie. 12 = 12 point)
1940
1941         * lily/pango-select.cc (select_pango_font): use find_scaled_font().
1942
1943         * lily/all-font-metrics.cc (find_pango_font): set description_
1944
1945         * lily/pango-font.cc (text_stencil): export size as well.
1946         (text_stencil): fix scaling and extents box.
1947
1948 2004-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1949
1950         * Documentation/topdocs/NEWS.texi (Top): add -f texstr
1951
1952         * Documentation/user/invoking.itely (Invoking lilypond): document
1953         texstr
1954
1955         * scripts/convert-ly.py (conv): add ancient rules.
1956
1957         * scm/clef.scm (c0-pitch-alist): replace - with .
1958
1959         * scripts/lilypond-book.py (process_snippets): add texstr support.
1960
1961         * scm/framework-texstr.scm (header): change extension to .textmetrics
1962
1963         * lily/lily-parser.cc (parse_file): do try_load_text_metrics for
1964         -f tex.
1965
1966         * lily/text-metrics.cc: new file.
1967         (try_load_text_metrics): new function
1968
1969         * lily/include/text-metrics.hh: new file.
1970
1971 2004-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1972
1973         * lily/include/lily-guile.hh (ly_lily_module_constant): rename
1974         ly_scheme_function to ly_lily_module_constant.
1975
1976         * lily/modified-font-metric.cc (text_dimension): try
1977         lookup_tex_text_dimension() first.
1978
1979         * lily/tfm.cc: new function ly:load-text-dimensions
1980
1981 2004-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1982
1983         * scm/output-texstr.scm (text): use \lilygetmetrics
1984
1985         * scm/framework-texstr.scm (header): dump in new format.
1986
1987         * tex/lilypond-tex-metrics: new file.
1988         
1989 2004-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1990
1991         * lily/pango-font.cc (text_stencil): Quick try at glyph->charcode
1992         mapping.
1993         (index_to_charcode): New method.
1994
1995         * scm/output-ps.scm (glyph-string): 
1996         * scm/output-gnome.scm (glyph-string): Add FONT parameter.
1997
1998 2004-12-26  Jan Nieuwenhuizen  <janneke@gnu.org>
1999
2000         * scm/output-gnome.scm (FIXME-glyph-string): New function.  Cannot
2001         implement fully, need FONT to get to charcode.
2002
2003         * scm/lily.scm (ly:all-stencil-expressions): Add glyph-string.
2004
2005         * scm: Cleanups.
2006
2007         * Documentation/user/changing-defaults.itely: Fix internalsrefs
2008         {Tunable context properties},
2009         {All layout objects},
2010         {Music definitions}.
2011
2012 2004-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2013
2014         * VERSION: release 2.5.5
2015         
2016         * lily/main.cc: use TeX as default output format.
2017
2018         * flower/file-path.cc (find): try to open directly as well, so we
2019         find absolute path files. 
2020
2021         * lily/pango-select.cc: new file.
2022
2023         * scm/framework-ps.scm: remove all encoding code. 
2024         load pfb/pfa for PangoFont too.
2025         
2026         * lily/lily-guile.cc (ly_chain_assoc_get): new function.
2027
2028 2004-12-22  Werner Lemberg  <wl@gnu.org>
2029
2030         Prepare glyph shapes for mf2pt1 conversion.
2031
2032         * mf/feta-toevallig.mf ("Double Sharp"): Minor path fix.
2033
2034         * mf/feta-bolletjes.mf (penposx): New auxiliary macro.
2035         (define_triangle_shape): Use it to replace `draw' with `fill' and
2036         `unfill'.  Update all callers.
2037         (draw_slash): Replace `filldraw' with `fill'.  Update all callers.
2038         (draw_cross): Ditto.
2039         ("X-Circled notehead"): Replace `draw' with `fill' and `unfill'.
2040         Use penrazor for better conversion with mf2pt1.
2041         (generic_draw_solfa_note_shape, draw_solfa_note_shape,
2042         draw_solfa_quarter_note_shape, triangle): Removed.  Unused.
2043         (draw_do_head, draw_re_head, draw_mi_head, draw_fa_head,
2044         draw_la_head, draw_ti_head): Replace `filldraw' with
2045         `fill'.  Update all callers.
2046
2047 2004-12-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2048
2049         * lily/paper-book.cc (output): revert: only allow a single output
2050         format.
2051
2052         * lily/include/pango-font.hh: new file.
2053
2054         * lily/pango-font.cc: new file.
2055
2056         * lily/font-metric.cc (text_stencil): new routine
2057
2058         * lily/all-font-metrics.cc (find_pango_font): new routine.
2059
2060         * lily/include/font-metric.hh (struct Font_metric): add
2061         text_stencil()
2062
2063         * configure.in (PKG_CONFIG_PATH): require PANGO_FT2
2064
2065 2004-12-22  Werner Lemberg  <wl@gnu.org>
2066
2067         Prepare glyph shapes for mf2pt1 conversion.
2068
2069         * mf/feta-macros.mf, mf_feta-eindelijk.mf: Some formatting.
2070
2071         * mf/feta-toevallig.mf: Formatting.
2072         (draw_meta_sharp): Modify path to replace `filldraw' with `fill'.
2073         ("Natural"): Fix paths to allow better postprocessing.
2074         (draw_meta_flat): Use `z3l' as additional point in path to get
2075         better conversion with mf2pt1.
2076         Other minor cleanups.
2077         ("3/4 Flat"): Add auxiliary points and modify path to replace
2078         `draw' with `fill'.
2079         ("Double Sharp"): Mirror path segments instead of picture elements
2080         to get a single outline.
2081         Modify path to replace `filldraw' with `fill'.
2082
2083 2004-12-22  Graham Percival  <gperlist@shaw.ca>
2084
2085         * input/test/unfold-all-repeats.ly: added file back.
2086
2087         * Documentation/user/notation.itely,
2088         Documentation/user/programming-interface.itely
2089         Documentation/user/changing-defaults.itely: fixed misc broken
2090         links to input/test/ files.
2091
2092 2004-12-22  Jan Nieuwenhuizen  <janneke@gnu.org>
2093
2094         * tex/texinfo.tex: Update.  We should not be distributing this,
2095         but since we do, use latest version.
2096
2097         * Documentation/user/macros.itexi: Comment-out \fetaflat,
2098         \fetasharp.  Fixes make web.  FIXME: make usable (compatible?) TeX
2099         macros for feta glyphs.
2100
2101 2004-12-22  Graham Percival  <gperlist@shaw.ca>
2102
2103         * Documentation/user/changing-defaults.itely: fix index for set.
2104
2105         * Documentation/user/converters.itely: added convert-ly bugs list
2106         from CVS.
2107
2108 2004-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
2109
2110         * python/lilylib.py (setup_environment): Set GS_FONTPATH, GS_LIB
2111         to empty.  Fixes make web, using gs-gpl-8.01.  In fact,
2112         gs-afpl-8.50 has more trouble with make web (ie, uses *a lot* more
2113         resourses; 3x MAXSIZE, 4x MAXRSS, 1.5x user).
2114
2115         * mf/GNUmakefile (pfa_warning): Use less broken check.
2116
2117         * python/lilylib.py (setup_environment): Remove cruft from
2118         GS_FONTPATH.
2119
2120         * configure.in: Bump mftrace requirement to 1.1.1.
2121
2122 2004-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
2123
2124         * scm/output-svg.scm (beam): Use polygon.
2125
2126         * scm/lily-library.scm: Bugfix.
2127
2128         * Documentation/user/invoking.itely (Invoking lilypond): Bugfix.
2129
2130         * mf/GNUmakefile (ALL_GEN_FILES): Remove unbuildable Fontmap.lily.
2131
2132 2004-12-19  Werner Lemberg  <wl@gnu.org>
2133
2134         Prepare glyph shapes for mf2pt1 conversion.
2135
2136         * mf/feta-eindelijk: Some formatting.
2137         (multi_rest_x, multi_beam_height): Removed.  Unused.
2138         ("Quarter rest"): Use `intersectiontimes' to create a single
2139         outline.
2140         (rest_crook): Removed.  Unused.
2141         (draw_rest_bulb): Return path (wihtout filling).  Update callers.
2142         Simplified.
2143         (draw_eighth_rest, "16th rest", "32th rest", "64th rest",
2144         "128th rest"): Simplify `pat'.
2145         Create single outline.
2146
2147 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2148
2149         * mf/GNUmakefile (ALL_GEN_FILES):
2150         (INSTALLATION_OUT_SUFFIXES): Remove unbuildable fonts.scale.
2151
2152         * scm/output-svg.scm (polygon, draw-line, dashed-line): New
2153         function.
2154
2155 2004-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2156
2157         * scm/output-texstr.scm (placebox): add routine
2158
2159         * VERSION (PACKAGE_NAME): release 2.5.4
2160
2161         * scm/framework-texstr.scm (output-framework): new file.  
2162
2163         * scm/output-texstr.scm: new file. Collect (TEXT . ) calls for TeX
2164         processing.
2165
2166         * Documentation/user/invoking.itely (Invoking lilypond): add SVG
2167
2168         * stepmake/stepmake/metafont-rules.make: make single SVG/PFA/PFB
2169         rule.
2170
2171         * configure.in (gui_b): bump mftrace requirement to 1.1.0
2172
2173         * mf/feta-bolletjes.mf (triangle): add s to 0triangle.
2174
2175         * mf/GNUmakefile (ALL_GEN_FILES): make SVG files too.
2176
2177 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2178
2179         * scm/framework-svg.scm (dump-page): Implement landscape.
2180
2181 2004-12-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2182
2183         * lily/main.cc (setup_paths): Add svg to search path.
2184
2185         * scm/output-svg.scm:
2186         * scm/framework-svg.scm: Add pageSet.  Update.
2187         (dump-fonts): New function.
2188         (output-framework): Use it.
2189
2190         * mf/GNUmakefile: 
2191         * buildscripts/gen-bigcheese-scripts.py: Also generate SVG font.
2192
2193 2004-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2194
2195         * tex/lilyponddefs.tex: comment out new ifpdf code.
2196
2197 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2198
2199         * GNUmakefile.in: 
2200         * SConstruct (symlink): Replace afm by otf.
2201
2202         * scm/framework-gnome.scm (gnome-main): Remove invocation of
2203         ly:pango-add-afm-decoder.
2204
2205         * lily/lily-guile.cc ("ly:pango-add-afm-decoder"): Build fix: Remove.
2206
2207 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2208
2209         * scm/output-ps.scm (new-text): don't access t glyph for getting
2210         space dimension.
2211
2212         * ly/init.ly: warn about \version
2213
2214         * lily/lexer.ll: set version-seen?
2215
2216 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2217
2218         * scm/output-svg.scm (string->entities): Update.
2219
2220 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2221
2222         * lily/main.cc (setup_paths): replace afm by otf for path. 
2223
2224         * lily/pangofc-afm-decoder.cc: remove.
2225
2226         * lily/include/pangofc-afm-decoder.hh: remove.
2227
2228         * scm/framework-scm.scm (output-framework): new file.
2229
2230         * mf/GNUmakefile: remove SAUTER_FONTS.
2231         remove SVG/sodipodi hacks.
2232
2233         * scm/lily-library.scm (stderr): move stderr.
2234
2235         * mf/GNUmakefile: remove AFM support.
2236
2237         * buildscripts/mf-to-table.py (base): remove AFM support.
2238
2239         * lily/open-type-font.cc (design_size): use design_size
2240
2241 2004-12-17  Pedro Kroger  <kroeger@pedrokroeger.net>
2242
2243         * lily/font-metric.cc (LY_DEFINE): Fix the docstring.
2244
2245 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2246
2247         * mf/GNUmakefile: Generate combined aybabtu info.
2248         * mf/aybabtu.pe.in (i): Load it.
2249
2250         * scm/framework-tex.scm (otf-font-load-command): Bugfix: subfonts
2251         are not symbols.
2252
2253         * lily/include/open-type-font.hh (count): New method.
2254
2255         * mf/aybabtu.pe.in: Typo.
2256
2257         * Documentation/user/out/lilypond-internals.nexi (Scheme
2258         functions): Typo.
2259
2260         * lily/include/guile-compatibility.hh (SCM_HASHTABLE_P): Add compat.
2261
2262 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2263
2264         * buildscripts/gen-bigcheese-scripts.py (i): use symbols for
2265         subfonts.
2266
2267         * scm/output-tex.scm (named-glyph): new function. This fixes TeX output.
2268
2269         * scm/framework-tex.scm (otf-font-load-command): load subfonts.
2270         (tex-font-command-raw): new function.
2271
2272         * lily/include/virtual-font-metric.hh (Module): remove file
2273
2274         * lily/virtual-font-metric.cc (Module): remove file.
2275         
2276
2277         * lily/open-type-font.cc (LY_DEFINE): ly:otf-font-glyph-info
2278         (get_indexed_char): read bbox from lily table if present.
2279
2280 2004-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2281
2282         * mf/GNUmakefile ($(outdir)/aybabtu.subfonts): rule for
2283         aybabtu.subfonts
2284
2285         * mf/feta-beugel.mf (y): don't number consecutively, instead, use
2286         global glyphname. Enables more than 64 glyphs in the OTF.
2287
2288 2004-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2289
2290         * scm/font.scm (add-music-fonts): Load aybabtu iso all separate
2291         braces.
2292
2293         * lily/open-type-font.cc (design_size): Use 12 as default for
2294         design size.
2295
2296         * mf/aybabtu.pe.in: New file.  Merge all our braces.
2297
2298         * mf/GNUmakefile: Generate aybabtu.
2299
2300         * tex/lilyponddefs.tex: teTeX 3.0 pdfetex fix.
2301
2302 2004-12-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2303
2304         * scm/lily-library.scm (char->unicode-index): Remove.
2305
2306         * scm/output-gnome.scm (text): Bugfix for plain string input.
2307         Updates.
2308
2309         * scm/output-svg.scm (svg-font): Add weight to font selection.
2310
2311 2004-12-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2312
2313         * Documentation/topdocs/INSTALL.texi (Top): Point to
2314         buildscripts/out/clean-fonts instead of
2315         buildscripts/clean-fonts.sh. 
2316
2317 2004-12-13  Graham Percival  <gperlist@shaw.ca>
2318
2319         * input/regression/figured-bass.ly: attempt to clarify text.
2320
2321         * Documentation/user/notation.tely: add cindex for tag, attempt to
2322         add figured bass example.
2323
2324         * Documentation/user/changing-defaults: basic editing.
2325
2326 2004-12-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2327
2328         * buildscripts/gen-bigcheese-scripts.py (i): load .subfonts table. 
2329
2330         * lily/open-type-font.cc (LY_DEFINE): new function
2331         ly:font-sub-fonts
2332
2333         * lily/include/font-metric.hh (struct Font_metric): new method
2334         sub_fonts()
2335
2336         * lily/vaticana-ligature-engraver.cc (transform_heads): replace
2337         . with - in add.stem.
2338         
2339 2004-12-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2340
2341         * scm/encoding.scm (coding-alist): Fix encodings for fetaNumber
2342         and fetaDynamic.
2343
2344         * lily/rest.cc (glyph_name): Change - to . .
2345
2346         * scm/output-gnome.scm (text): Hello world, again.
2347
2348         * scm/output-svg.scm (named-glyph): New function.  Hello world!
2349
2350         * lily/modified-font-metric.cc (index_to_charcode): New method.
2351
2352         * lily/include/font-metric.hh (index_to_charcode): New function.
2353
2354         * lily/font-metric.cc (ly:font-glyph-name-to-charcode): Use it in
2355         new function.
2356         (ly:font-glyph-to-index): Remove.
2357
2358 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2359
2360         * lily/open-type-font.cc (make_index_to_charcode_map): new method.
2361
2362         * mf/feta-autometric.mf (code): remove tex name from fet_beginchar.
2363
2364         * lily/open-type-font.cc (load_scheme_table): new function
2365
2366         * lily/dots.cc (print): replace - 
2367
2368         * lily/open-type-font.cc (attachment_point): new function.
2369         (load_table): read LILC table
2370
2371         * buildscripts/gen-bigcheese-scripts.py (Module): new
2372         file. Generate FF scripts.
2373
2374         * mf/feta-din10.mf: idem.
2375
2376         * mf/feta-nummer10.mf: remove mf files.
2377
2378         * mf/feta-alphabet.mf (dynamic_design_size): merge din and number font.
2379
2380 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2381
2382         * lily/lily-guile.cc: Use scm_from_locale_stringn.
2383
2384         * lily/include/guile-compatibility.hh (scm_from_locale_stringn): Add
2385         compatibility.
2386
2387 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2388
2389         * lily/open-type-font.cc (get_indexed_char): scale metrics by
2390         design-size and units_per_EM.
2391
2392         * mf/bigcheese.pe.in: set PUA codepoints before loading din & nummer.
2393
2394 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2395
2396         * mf/bigcheese.pe.in (i): Map to 0xe000 (PUA) for testing, which
2397         does not crash fontforge.
2398
2399         * scm/lily-library.scm (char->unicode-index): Hack to map onto
2400         PUA.
2401
2402 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2403
2404         * scm/framework-ps.scm (ps-embed-cff): new function.
2405
2406         * lily/lily-guile.cc (LY_DEFINE): make ly:gulp-file binary proof.
2407
2408 2004-12-12  Werner Lemberg  <wl@gnu.org>
2409
2410         * mf/bigcheese.pe.in: Add PUA mapping.
2411         Don't create Type 42 but bare CFF font.
2412
2413 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2414
2415         * scm/output-gnome.scm (placebox): Hackery to get bigcheese symbols
2416         within canvas boundaries.
2417
2418         * mf/merge.pe.in: Set font names, version, license GPL.
2419
2420         * make/substitute.make: Add FONTFORGE.
2421
2422         * config.make.in (FONTFORGE): Add.
2423
2424         * configure.in (gui_b): Use PATH_PROG for fontforge.
2425
2426 2004-12-11  Graham Percival  <gperlist@shaw.ca>
2427
2428         * scm/define-markup-commands.scm: add baseline-skip to info
2429         about \column.
2430
2431 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2432
2433         * lily/font-metric.cc (ly:font-get-glyph-index): New function.
2434
2435         * scm/output-gnome.scm (named-glyph): Use it.
2436
2437         * scm/lily.scm (ly:all-stencil-expressions): Add named-glyph.
2438
2439         * flower/string.cc (substitute_char): Rename, rewrite, modify this.
2440         (upper_string, lower_string, reverse_string): Remove.
2441
2442         * configure.in (fontforge): Reinstate version check.
2443
2444         * ly/engraver-init.ly: Fix clef glyph names.
2445
2446         * lily/time-signature.cc (special_time_signature): Fix fraction
2447         glyph names.
2448
2449 2004-12-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2450
2451         * mf/merge.pe: new file.
2452
2453         * lily/freetype.cc: new file.
2454
2455         * lily/include/open-type-font.hh (class Open_type_font): new file.
2456
2457         * lily/include/freetype.hh: new file.
2458
2459         * lily/open-type-font.cc: new file.
2460
2461         * lily/all-font-metrics.cc (find_otf): new function.
2462
2463 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2464
2465         * lily/time-signature.cc (special_time_signature): Fix.
2466
2467         * configure.in (PKG_CONFIG_PATH): Remove stray `i'.  Check for
2468         GTK2 before checking for pango.  Fixes -fgnome.
2469
2470         * lily/font-metric.cc (LY_DEFINE): Also rename C name to match
2471         Scheme name.
2472
2473         * scm/define-markup-commands.scm:
2474         * scm/safe-lily.scm: Bugfix: ly:font-by-name.
2475
2476         * configure.in: Require makeinfo 4.7 (needed for @ifdocbook).
2477
2478         * stepmake/aclocal.m4 (STEPMAKE_GET_VERSION): Grok fontforge-like
2479         date versions.  Fixes configure.
2480         (STEPMAKE_CHECK_VERSION): Support optional actual program version
2481         argument.
2482
2483 2004-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2484
2485         * buildscripts/mf-to-table.py (write_ps_encoding): write real
2486         names in .enc
2487
2488         * lily/*.cc: use '.' iso. '-' for separating glyph name elements.
2489
2490 2004-12-09  Graham Percival  <gperlist@shaw.ca>
2491
2492         * Documentation/user/changing-defaults.itely: add info about
2493         make-dynamic-script
2494
2495         * Documentation/user/notation.itely: add link in dynamics to
2496         section about make-dynamic-script.
2497
2498 2004-12-09  Christian hitz  <chhitz@gmx.net>
2499
2500         * lily/lily-guile.cc: change MACOS_X to __APPLE__
2501
2502 2004-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2503
2504         * buildscripts/mf-to-table.py (parse_logfile): use . for
2505         concatting name and group.
2506         (parse_logfile): use M for Minus (negative.)
2507
2508         * lily/include/type-swallow-translator.hh
2509         (DECLARE_EVENT_SWALLOWER): ENTER_DESCRIPTION -> ADD_TRANSLATOR
2510
2511         * lily/*.cc: cosmetics around = sign.
2512
2513         * lily/paper-column.cc (Paper_column): copy rank_. This fixes
2514         lyric spacing on the penultimate column.
2515
2516 2004-12-05  Christian Hitz  <chhitz@gmx.net>
2517
2518         * configure.in:
2519         * lily/accidental-placement.cc:
2520         * lily/bar-line.cc:
2521         * lily/beam-concave.cc:
2522         * lily/beam-quanting.cc:
2523         * lily/beam.cc:
2524         * lily/bezier-bow.cc:
2525         * lily/bezier.cc:
2526         * lily/break-align-interface.cc:
2527         * lily/custos.cc:
2528         * lily/dimension-cache.cc:
2529         * lily/dot-column.cc:
2530         * lily/font-metric.cc:
2531         * lily/font-select.cc:
2532         * lily/gourlay-breaking.cc:
2533         * lily/grob-property.cc:
2534         * lily/grob.cc:
2535         * lily/lily-guile.cc:
2536         * lily/line-spanner.cc:
2537         * lily/lookup.cc:
2538         * lily/lyric-extender.cc:
2539         * lily/lyric-hyphen.cc:
2540         * lily/mensural-ligature.cc:
2541         * lily/midi-def.cc:
2542         * lily/misc.cc:
2543         * lily/note-collision.cc:
2544         * lily/note-column.cc:
2545         * lily/note-head.cc:
2546         * lily/paper-outputter.cc:
2547         * lily/percent-repeat-item.cc:
2548         * lily/rest-collision.cc:
2549         * lily/side-position-interface.cc:
2550         * lily/simple-spacer.cc:
2551         * lily/slur-configuration.cc:
2552         * lily/slur-scoring.cc:
2553         * lily/slur.cc:
2554         * lily/spaceable-grob.cc:
2555         * lily/spacing-spanner.cc:
2556         * lily/spanner.cc:
2557         * lily/staff-symbol-referencer.cc:
2558         * lily/stem.cc:
2559         * lily/stencil.cc:
2560         * lily/system-start-delimiter.cc:
2561         * lily/system.cc:
2562         * lily/text-item.cc:
2563         * lily/tie.cc:
2564         * lily/tuplet-bracket.cc:
2565         * lily/vaticana-ligature.cc: Fix for MacOS X: use <math.h> instead of
2566         <cmath> beacause isinf/isnan is undefined in <cmath>
2567
2568 2004-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2569
2570         * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond.
2571
2572 2004-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2573
2574         * VERSION: release 2.5.3
2575         
2576 2004-11-29  Arno Waschk <arno@arnowaschk.de>
2577
2578         * mf/feta-schrift.mf: added <>-like articulation mark as "espressivo"
2579
2580 2004-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2581
2582         * scm/music-functions.scm (cue-substitute): voice counts start at 0.
2583
2584         * lily/note-head.cc (internal_print): always try the "s" head if
2585         u/d not found.
2586
2587         * scm/titling.scm (marked-up-headfoot): reinstate default tagline.
2588
2589 2004-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2590
2591         * mf/parmesan-heads.mf (overdone_heads): typos.
2592
2593 2004-11-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2594
2595         * lily/parser.yy (markup): in markups, { .. } without command
2596         before are also flattened, ie \line must be explicitely used.
2597
2598         * Documentation/user/changing-defaults.itely:
2599         * Documentation/user/notation.itely: 
2600         * input/wilhelmus.ly: 
2601         * input/regression/instrument-name-markup.ly: 
2602         * input/regression/markup-score.ly: 
2603         * input/regression/new-markup-scheme.ly: 
2604         * input/regression/new-markup-syntax.ly: 
2605         * input/test/coriolan-margin.ly: use \line in markups where
2606         appropriate
2607         
2608 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2609
2610         * scm/new-markup.scm (map-markup-command-list): helper function
2611         used in parser.yy to map markup commands on a markup list.
2612
2613         * lily/parser.yy: get rid off < > in markups by treating { } as
2614         real lists.
2615
2616         * lily/lexer.ll: remove < > from markup lexer mode.
2617
2618         * scripts/convert-ly.py (conv): add rule for converting 
2619         \markup < > to \markup { }
2620
2621         * ly/titling-init.ly: 
2622         * input/test/coriolan-margin.ly: 
2623         * input/regression/new-markup-syntax.ly: 
2624         * input/regression/new-markup-scheme.ly: 
2625         * input/regression/multi-measure-rest-text.ly: 
2626         * input/regression/markup-stack.ly: 
2627         * input/regression/markup-score.ly: 
2628         * input/regression/instrument-name-markup.ly: 
2629         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: 
2630         * input/mutopia/R.Schumann/romanze-op28-2.ly: 
2631         * input/mutopia/J.S.Bach/wtk1-fugue2.ly: 
2632         * input/wilhelmus.ly: 
2633         * Documentation/user/notation.itely: 
2634         * Documentation/user/music-glossary.tely: 
2635         * Documentation/user/changing-defaults.itely: change < > to { } in
2636         markups
2637
2638 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2639
2640         * lily/accidental-placement.cc (position_accidentals): shortcut if
2641         no accidentals to place.
2642
2643 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2644
2645         * scm/define-grob-properties.scm (all-user-grob-properties): fixed
2646         typo s/ly:dimension ?/ly:dimension?/
2647
2648         * input/regression/lily-in-scheme.ly: 
2649         * input/regression/music-function.ly: 
2650         * ly/spanners-init.ly (assertBeamSlope): 
2651         * scm/music-functions.scm (def-grace-function): add the paper
2652         argument to music function definitions.
2653
2654 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2655
2656         * lily/moment.cc (LY_DEFINE):
2657         ly:moment-main-{denominator,numberator}, new function.
2658
2659         * lily/score-engraver.cc (typeset_all): assign to column on basis
2660         of axis-group-parent-X setting.
2661
2662         * lily/axis-group-engraver.cc (process_acknowledged_grobs): do
2663         add_element() on basis of axis-group-parent-Y setting.
2664
2665         * lily/grob.cc: add axis-group-parent-{XY} properties.
2666
2667         * input/regression/spacing-stick-out.ly: new file.
2668
2669         * lily/simple-spacer.cc (add_columns): use binary search for
2670         setting column rods. Changes O(n^2) to O(n log(n)) for
2671         constructing spacing problem from columns.
2672         (add_columns): read allow-outside-line to make sure no texts stick
2673         out.
2674         (solve): Simple_spacer::is_active() only determines
2675         satisfies_constraints_ for non-ragged typesetting.
2676
2677         * lily/simultaneous-music.cc (to_relative_octave): only set
2678         old_relative_used if return pitch actually changed.
2679
2680         * scm/define-context-properties.scm
2681         (all-user-translation-properties): change to match implementation.
2682
2683         * python/lilylib.py: Replace re.match by re.search and adds "-c
2684         showpage" to the gs command line (Johannes Schindelin)
2685
2686         * scm/framework-ps.scm (output-preview-framework): sanitize bbox
2687         before processing. Prevents crash when inf is in the extent.
2688
2689         * scm/define-markup-commands.scm (note-by-number): add "s" to
2690         "noteheads-" glyphname.
2691  
2692         * lily/parser.yy (Generic_prefix_music): supply parser argument to
2693         music function as well.
2694         
2695 2004-11-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2696
2697         * VERSION: release 2.5.2
2698
2699         * Documentation/user/changing-defaults.itely (Creating titles):
2700         add breakbefore variable.
2701
2702         * lily/paper-book.cc (set_system_penalty): new function. Set
2703         penalty_ based on breakBefore setting
2704
2705         * lily/context-specced-music-iterator.cc (construct_children):
2706         interpret special context id $uniqueContextId 
2707
2708         * lily/context.cc (create_unique_context): new method. Move
2709         creation of unique (\new) contexts into interpreting phase. This
2710         makes
2711
2712           foo= \new Staff ..
2713           << \foo \foo >>
2714
2715         produce 2 staves.
2716         
2717
2718         * scm/define-music-properties.scm (all-music-properties): add
2719         quoted-voice-direction
2720
2721         * ly/music-functions-init.ly: killCues function.
2722
2723         * scm/music-functions.scm (cue-substitute): move creation of voice
2724         contexts further to the back. 
2725
2726 2004-11-25  Werner Lemberg  <wl@gnu.org>
2727
2728         * tex/GNUmakefile ($(outdir)/latin1.enc): Replace `/minus' with
2729         `/hyphen' in encoding vector to get correct glyph name for EC fonts.
2730
2731 2004-11-24  Erik Sandberg  <ersa9195@student.uu.se>
2732
2733         * buildscripts/guile-gnome.sh: Fixed typo.
2734
2735 2004-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2736
2737         * lily/lexer.ll: add < >  to markup lexer mode (backportme)
2738
2739         * scripts/abc2ly.py (dump_slyrics): add ord(). 
2740
2741         * lily/note-heads-engraver.cc (process_music): add shapeNoteStyles
2742         to regular engraver. 
2743
2744 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2745
2746         * mf/feta-bolletjes.mf (triangle): rewrite solfa heads.
2747
2748 2004-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
2749
2750         * scm/define-markup-commands.scm (fill-line): Typo.
2751
2752         * buildscripts/guile-gnome.sh (GGVERSION): Build update for 2.7.96
2753         and newer.
2754
2755 2004-11-22  Erik Sandberg  <ersa9195@student.uu.se>
2756
2757         * ly/dynamic-scripts-init.ly: Fixed typo.
2758
2759 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2760
2761         * mf/feta-bolletjes.mf (overdone_heads): cleanup triangle
2762         note-head, to have different attachment points for up and down.
2763
2764         * mf/feta-bolletjes.mf: merge solfa heads into main note heads.
2765
2766         * mf/feta-generic.mf (else): remove solfa.
2767
2768         * mf/feta-bolletjes.mf (tishape): remove unicode test.
2769
2770         * scm/define-context-properties.scm
2771         (all-user-translation-properties): add shapeNoteStyles property.
2772
2773         * lily/shape-note-heads-engraver.cc (process_music): new file.
2774
2775         * lily/event.cc (transpose): call Event::transpose() for
2776         transposing the tonic.
2777
2778 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
2779
2780         * scm/output-gnome.scm: Save some pointers about pango/fontconfig
2781         Unicode/OpenType and AFM.
2782
2783         * lily/include/guile-compatibility.hh (scm_from_bool): Add.
2784
2785 2004-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2786
2787         * lily/grob.cc (Grob): idem. Plugs mem leaks. 
2788
2789         * lily/context.cc (Context): unprotect key from ctor.
2790
2791         * scm/stencil.scm (stack-lines): return empty-stencil if argument
2792         is '()
2793         (stack-stencils): idem.
2794
2795         * Documentation/user/changing-defaults.itely (Creating titles):
2796         document new title layout options.
2797
2798         * lily/parser.yy (lilypond_header_body): copy previous
2799         $globalheader if present.
2800
2801         * lily/ly-module.cc (LY_DEFINE): rename ly:import-module to
2802         ly:module-copy
2803         
2804         * scm/page-layout.scm (marked-up-headfoot): remove old functions.
2805
2806         * scm/titling.scm: remove old titling functions
2807
2808         * lily/stencil.cc (translate): remove absolute dimension.
2809
2810         * ly/titling-init.ly (oddFooterMarkup): new file. Generate titles
2811         via markup.
2812
2813         * scm/page-layout.scm (marked-up-headfoot): create header/footer
2814         field from user-supplied markup
2815
2816         * scm/define-markup-commands.scm (on-the-fly): new markup
2817         command. Enter SCM markup procedure directly in Scheme.
2818         (fromproperty): new markup command. Read markup from props argument.
2819
2820         * scm/titling.scm (marked-up-title): create title via
2821         user-specified markup. 
2822
2823         * scm/define-markup-commands.scm (column): remove empty stencils
2824         from column.
2825
2826         * lily/ly-module.cc (LY_DEFINE): use ly_module_lookup(). This does
2827         not have side-effect of creating variable stub.
2828
2829         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-empty?
2830
2831 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
2832
2833         * scm/encoding.scm (coding-alist): 
2834         * scm/font.scm (add-ec-fonts):
2835         * ly/paper-defaults.ly: Use actual name for EC fontencoding:
2836         Extended-TeX-Font-Encoding---Latin.
2837
2838         * lily/side-position-interface.cc (general_side_position): Add
2839         actual offset to error message (avoid constant error messages).
2840
2841         * lily/all-font-metrics.cc (find_font): Add "lm" to try-AFM-first
2842         block.
2843
2844         * lily/font-select.cc (select_encoded_font)
2845         (get_font_by_mag_step, get_font_by_design_size): 
2846         * lily/modified-font-metric.cc (Modified_font_metric): 
2847         * lily/paper-def.cc (find_scaled_font): Add font_encoding parameter.
2848
2849         * scm/encoding.scm (coding-alist): Add fetaDynamic.
2850         (read-encoding-file): Bugfix: do not require space after bracket.
2851
2852         * scm/font.scm (add-cork-lm-fonts): Remove lmbxi8 and lmbxi14,
2853         these do not exist.
2854
2855 2004-11-20  Graham Percival  <gperlist@shaw.ca>
2856
2857         * Documentation/user/notation.itely: added info about typesetting
2858         boxed bar numbers.
2859
2860 2004-11-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2861
2862         * flower/interval.cc (T_to_string): gcc4 fixes.
2863
2864         * scm/define-markup-commands.scm (fill-line): use
2865         stack-stencils. This fixes problems with putting already centered
2866         stencils in a line.
2867
2868         * VERSION: release 2.5.1
2869
2870         * lily/bar-line.cc (get_staff_bar_size): add line thickness.
2871
2872 2004-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2873
2874         * input/example-[1-3].ly: simplify.
2875
2876         * lily/cluster-engraver.cc (try_music): react to busy-playing-event
2877
2878         * scm/output-ps.scm (new-text): new function. Use glyphshow to
2879         show glyphs.
2880
2881         * scm/encoding.scm (decode-byte-string): new function.
2882
2883         * scripts/convert-ly.py (conv): add warning about
2884         set-global-staff-size.
2885
2886         * Doxyfile: add. 
2887
2888         * scripts/convert-ly.py (conv): add raggedlastbottom rule
2889         (conv): warn for TextSpanner split.
2890         (conv): warn for textheight.
2891
2892 2004-11-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2893
2894         * GNUmakefile.in (install-WWW): Invoke install-info, so that when
2895         building the documentation, info with images are installed.
2896         (final-install): Fix description.  Mention sourcing of login
2897         scripts (instead of running).
2898
2899 2004-11-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2900
2901         * Debian lmodern support.  Note that LilyPond will issue warnings
2902         
2903             no such encoding: "FontSpecific"
2904
2905           The font selection mechanism wants to get the encoding from the
2906           font itself, but the idea of lmodern is that it is usable with
2907           different encodings, ie, Lily should get the encoding from the
2908           font tree, rather than the font itself.  This would require some
2909           more work.
2910         
2911         * configure.in: Test for and accept lmodern if EC fonts not found.
2912
2913         * scm/framework-tex.scm (font-load-command): TeX font name
2914         mangling for latin1 encoded cork-lm fonts.
2915         (convert-to-ps): Load lm.map if available.
2916
2917         * ly/paper-defaults.ly: Use cork-lm encoding if ec is not
2918         available.
2919
2920         * scm/encoding.scm (coding-alist): Add cork-lm encoding.
2921
2922         * scm/font.scm: Add header.  Autoload cork-lm and ec fonts if
2923         available.
2924
2925         * lily/kpath.cc (ly_kpathsea_find_file): Rename.  Do not use
2926         path for absolute file name, that is silly.
2927
2928         * lily/score-engraver.cc (initialize): 
2929
2930         * Documentation/user/GNUmakefile (local-install-info): Invoke
2931         install-info --remove first.
2932
2933         * #include cleanup (Andreas Scherer).
2934
2935 2004-11-18  Heikki Junes  <hjunes@cc.hut.fi>
2936
2937         * input/test/script-abbreviations.ly: fix typos.
2938
2939 2004-11-17  Werner Lemberg  <wl@gnu.org>
2940
2941         * python/lilylib.py (options_help_str): Support pretty-printing of
2942         newlines in fourth element of option description.
2943
2944         * scripts/lilypond-book.py (option_definitions): Use new lilylib
2945         feature.
2946         Sort options.
2947
2948         * Documentation/user/lilypond-book.itely: Finish update.
2949
2950 2004-11-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2951
2952         * Documentation/user/macros.itexi: Add comment about \command.
2953
2954         * Documentation/user/lilypond.tely:
2955         * Documentation/user/lilypond-book.itely: Fix names of lilypond
2956         and lilypond-book nodes, so that `info lilypond' visits the manual
2957         at top level, and `info lilypond-book' visits the lilypond-book
2958         section.
2959
2960         * Documentation/user/GNUmakefile (local-install-info): Fix rules
2961         and packager messages.
2962
2963         * lily/pangofc-afm-decoder.cc: Update test.
2964
2965 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2966
2967         * scm/lily-library.scm (char->unicode-index): New function.
2968
2969         * scm/output-gnome.scm: 
2970         * scm/output-svg.scm: Cleanup.  Map custom fonts to PUA.
2971
2972         * Proper naming of file name throughout; s/filename/file[-_]name/.
2973
2974         * lily/modified-font-metric.cc ("ly:font-encoding"): New function.
2975
2976         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Map onto PUA.
2977
2978 2004-11-16  Werner Lemberg  <wl@gnu.org>
2979
2980         * scripts/lilypond-book.py: The Lord has commanded me to use only
2981         tabs for indentation.  Your humble servant obeys.
2982
2983 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2984
2985         * scm/output-svg.scm: Font fixes.  Sodipodi now groks svg
2986         including font, if LilyPond-feta font is only feta font in path.
2987
2988         * scm/output-gnome.scm (text): Revert to file name of font if font
2989         has no name.  Fixes ec font selection.
2990         (char): Bugfix: do not utf8 twice.  Fixes clefs.
2991
2992         * scm/framework-svg.scm:
2993         * scm/output-svg.scm: New file.  TODO: figure out how to
2994         do character by index in font.
2995
2996         * scm/output-sodipodi.scm: Remove.
2997
2998         * scm/output-ps.scm (stem): Remove.
2999
3000 2004-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
3001
3002         * scm/output-gnome.scm (beam): New function.
3003         (slur): Round corners.
3004         (round-filled-box): Round corners.
3005
3006 2004-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3007
3008         * scm/output-gnome.scm (beam): add function.
3009         (draw-line): new routine.
3010         (dashed-line): stub; call draw-line
3011         (polygon): new routine.
3012
3013 2004-11-15  Werner Lemberg  <wl@gnu.org>
3014
3015         * Documentation/user/lilypond-book.itely: Revise section on
3016         lilypond-book options.
3017         Other minor fixes.
3018
3019         * scripts/lilypond-book.py: Change indentation to 4.
3020         Minor formatting.
3021
3022 2004-11-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3023
3024         * lily/system.cc (apply_tweaks): new function. Run tweaks on all
3025         grobs that have tweaks specced.
3026         
3027 2004-11-14  Heikki Junes  <hjunes@cc.hut.fi>
3028
3029         * Documentation/user/sound-output.itexi: add code snippets for MIDI.
3030
3031 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3032
3033         * lily/font-metric.cc (get_indexed_char_stencil): Bugfix: get
3034         actual char #, not 0 based index.
3035
3036         * lily/system-start-delimiter.cc (staff_brace): Start at 65.
3037
3038         * mf/feta-beugel.mf: Actually start at char #65.  Add header.
3039         Warning: do make -C mf clean.
3040
3041         * lily/context-property.cc: Compile fix.
3042
3043         * scm/output-gnome.scm: Add ec-fonts-mftraced to ~/.fonts.conf.
3044         Grok ec-fonts, braces and dynamics.
3045
3046         * scm/framework-gnome.scm (gnome-main): Register braces with pango.
3047
3048 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3049
3050         * lily/include/tweak-registration.hh: new file.
3051
3052         * lily/tweak-registration.cc: new file.
3053
3054         * scm/framework-gnome.scm (save-tweaks): use new key mechanism for
3055         saving tweaks.
3056
3057         * scm/output-gnome.scm (text): comment dribble.
3058
3059 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3060
3061         * lily/pangofc-afm-decoder.cc (main): Test more feta fonts.
3062
3063         * scm/output-gnome.scm (bezier-sandwich): New function.  Reset
3064         path-def before using.  Fixes muchtomany slurs in wrong places
3065         bug.
3066
3067 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3068
3069         * lily/grob-scheme.cc (LY_DEFINE): add new function ly:grob-key.
3070
3071         * lily/include/object-key-undumper.hh (Module): new file.
3072
3073         * lily/object-key-undumper.cc (Module): New file. Deserialize
3074         keys. SCM bindings
3075
3076         * lily/object-key-dumper.cc (Object_key_dumper): idem.
3077         Provide SCM bindings.
3078
3079         * lily/include/object-key-dumper.hh (class Object_key_dumper): 
3080         new file. Serialize object keys.
3081         
3082         * lily/object-key.cc (dump): new function.
3083         (as_scheme): new virtual function
3084         (undump): new function
3085         (undumpers): new table.
3086
3087         * lily/include/global-context.hh (Context): take \score key upon init.
3088
3089         * lily/object-key-dumper.cc (serialize_key): new file.
3090
3091         * lily/include/object-key-dumper.hh (class Object_key_dumper): new file.
3092
3093         * lily/lily-lexer.cc: remove \quote.
3094
3095         * lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
3096
3097         * lily/context.cc (Context): take key argument in ctor.
3098         (create_context): new function
3099
3100         * lily/grob.cc (Grob): take key argument in ctor.  
3101
3102         * lily/lilypond-key.cc (do_compare): new file.
3103
3104         * lily/object-key.cc (Object_key): new file.
3105
3106         * lily/include/object-key.hh (class Object_key): new file.
3107
3108         * lily/include/lilypond-key.hh (class Lilypond_context_key): new file.
3109
3110 2004-11-13  Graham Percival  <gperlist@shaw.ca>
3111
3112         * Documentation/user/lilypond-book.itely: add small warning about
3113         noindent default in lilypond-book.
3114
3115         * Documentation/user/converters.itely: add examples for convert-ly.
3116
3117         * Documentation/user/examples.itely: change version string in templates
3118         to 2.4.0.
3119
3120 2004-11-12  Karl Hammar  <karl@aspodata.se>
3121
3122         * GNUmakefile.in (local-WWW-post): `find ...` overflows the
3123         cmdline, use xargs instead (backportme)
3124
3125 2004-11-10  Andreas Scherer  <andreas_mutopia@freenet.de>
3126         
3127         * Documentation/user/: Numerous fixes in the user manual.
3128
3129 2004-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3130
3131         * lily/parser.yy (re_rhythmed_music): search music expression for
3132         context-id, surround by \new Voice if not found. Fixes:
3133         addlyrics-second-staff.ly
3134
3135         * VERSION: 2.5.0 released.
3136         
3137 2004-11-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3138
3139         * Documentation/index.html.in: Fix url to one big page.  (backportme)
3140
3141         * Documentation/user/GNUmakefile: Separate rules for split and
3142         unsplit html documents.  Remove perl massaging.  (backportme)
3143
3144 2004-11-11  Graham Percival  <gperlist@shaw.ca>
3145
3146         * Documentation/user/lilypond-book.itely: add short warning about
3147         \lilypond{} in LaTeX docs.
3148
3149 2004-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3150
3151         * stepmake/aclocal.m4: Barf if kpathsea/kpathsea.h is not
3152         found.  (backportme)
3153
3154         * Documentation/topdocs/INSTALL.texi (ec-fonts-mtraced): Add
3155         version requirement.  (backportme)
3156
3157         * configure.in: Be explicit about old versions of
3158         ec-fonts-mtraced.  (backportme)
3159
3160         * lily/context-selector.cc (set_tweaks): New function.
3161         * lily/grob-selector.cc (set_tweaks): (Re)set hash table.  Fixes
3162         web with -DTWEAK.
3163
3164         * Documentation/user/introduction.itely (Automated engraving):
3165         Remove fragment option.  Fixes web.
3166
3167         * lily/context-property.cc (make_item_from_properties):
3168         * lily/context.cc (add_context)[TWEAK]: Tweak registration behind
3169         #ifdef.
3170
3171         * scm/define-context-properties.scm
3172         (all-internal-translation-properties): Add tweakRank and tweakCount.
3173
3174         * lily/grob.cc: 
3175         * scm/define-grob-properties.scm (all-internal-grob-properties):
3176         Add tweak-rank and tweak-count.
3177
3178 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3179
3180         * scm/output-gnome.scm (string->utf8-string, char->utf8-string):
3181         New function.
3182         (text): Use them.
3183
3184         * scm/framework-gnome.scm (item-event): Add support from TLA.  Support
3185         animated/opaque grob dragging tweaks.
3186
3187         * buildscripts/guile-gnome.sh: Update.
3188
3189 2004-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3190
3191         * scm/define-grobs.scm (all-grob-descriptions): Added
3192         line-interface to the LigatureBracket object.
3193
3194 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3195
3196         * scm/framework-gnome.scm (item-event): Support non-animated mouse
3197         dragging tweaks.
3198
3199         * lily/lily-guile.cc (ly_to_string, ly_to_symbol): New function.
3200
3201         * lily/context-selector.cc (store_context): New function.
3202
3203         * lily/grob-selector.cc (register_grob)[TWEAK]: Apply tweak.
3204         (store_grob): New function.
3205         (identify_grob): Add Moment parameter.
3206
3207         * lily/lily-parser.cc (parse_file)[TWEAK]: Read .ly.t file if it
3208         exists.
3209
3210         * scm/framework-gnome.scm (save-tweaks): Write as alist.
3211
3212 2004-11-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3213
3214         * scm/framework-gnome.scm (item-event): Print grob id.
3215         (save-tweaks): New function.
3216         (tweak): New funtion.
3217         (item-event): Use it, bound to arrow keys.
3218
3219         * lily/context-property.cc (make_item_from_properties): Register grob.
3220         * lily/context.cc (add_context): Register context.
3221
3222         * lily/include/context-selector.hh:
3223         * lily/include/grob-selector.hh:
3224         * lily/context-selector.cc:
3225         * lily/grob-selector.cc: New file.
3226
3227 2004-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3228
3229         * lily/slur.cc: add 'positions to interface
3230
3231         * lily/main.cc: reinstate PS as standard output format. 
3232
3233         * scm/framework-tex.scm (output-preview-framework): print systems
3234         up to first non title system.
3235
3236         * lily/grace-engraver.cc (start_translation_timestep): split
3237         scm_cadddr
3238         
3239 2004-11-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3240
3241         * lily/quote-iterator.cc (Module): remove old quote-iterator
3242
3243         * scm/define-music-types.scm (music-descriptions): move
3244         NewQuoteMusic over QuoteMusic
3245
3246         * Documentation/user/notation.itely (Formatting cue notes): use
3247         \cueDuring.
3248
3249         * lily/new-quote-iterator.cc (quote_ok): new function.
3250
3251         * input/regression/quote-cue-during.ly: new file.
3252
3253         * input/regression/quote-grace.ly: new file.
3254
3255         * scm/define-context-properties.scm (Module): change definition of
3256         graceSettings
3257
3258         * lily/context-property.cc (Module): rename from
3259         translator-property.cc
3260
3261         * lily/context.cc (context_name_symbol): new function
3262
3263         * lily/grace-engraver.cc: new file. Set properties for grobs based
3264         on the grace-ness of now_moment().
3265
3266         * scm/music-functions.scm (add-grace-property): use list
3267         iso. vector for graceSettings
3268         remove set-{start,stop}-grace-properties. 
3269
3270         * lily/new-quote-iterator.cc (construct_children): set
3271         quote_outlet_ if no quoted-context-{id,type} specified.
3272
3273         * scripts/convert-ly.py (conv): \quote -> \quoteDuring.
3274
3275         * lily/parser.yy (command_element): remove \quote.
3276
3277         * ly/music-functions-init.ly (location): add quoteDuring music
3278         function. 
3279
3280         * lily/lexer.ll: allow \encoding in lyrics as well.  Remove
3281         optional semicolon. (backportme)
3282
3283 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3284
3285         * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no
3286         need to link to GUILE et al.
3287
3288 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3289
3290         * scm/define-music-properties.scm (all-music-properties): add
3291         quoted-context-type, quoted-context-id.
3292
3293         * scm/lily.scm (type-check-list): new function.
3294         
3295         * scm/lily-library.scm: new file. Generic library routines.
3296
3297         * lily/parser.yy (Generic_prefix_music): move typechecking out of
3298         parser.
3299
3300         * ly/music-functions-init.ly: add quoteDuring function.
3301
3302         * lily/include/music-iterator.hh (class Music_iterator): rename
3303         set_translator -> set_context
3304
3305         * lily/parser.yy (Generic_prefix_music_scm): add
3306         MUSIC_FUNCTION_SCM_SCM_MUSIC
3307
3308         * scm/lily.scm (sanitize-command-option): new function. (backportme)
3309
3310         * scm/framework-tex.scm (header): sanitize TeX paper size.
3311         (backportme)
3312
3313 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3314
3315         * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard.
3316
3317         * tex/lilyponddefs.tex: If no inputencoding use latin1.  (backportme)
3318
3319         * scm/framework-tex.scm (font-load-command): Use T1 if no
3320         font-encoding set.  (backportme)
3321
3322         * scm/lily.scm (postscript->pdf): Remove .pdf file if it
3323         exists before converting.  (backportme)
3324
3325         * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it
3326         exists before converting.  (backportme)
3327         (convert-to-ps): Remove .ps file if it exists before
3328         converting.  (backportme)
3329
3330         * lily/lexer.ll: Remove extra progress newline, use present tense.
3331
3332         * scm/paper.scm (paper-alist): public.
3333         * scm/framework-tex.scm (convert-to-ps):
3334         * scm/lily.scm (postscript->pdf): Do not leak papersizename into
3335         command line.
3336
3337 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3338
3339         * scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme)
3340
3341         * lily/recording-group-engraver.cc (derived_mark): mark
3342         now_events_. (backportme)
3343
3344 2004-11-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3345
3346         * mf/GNUmakefile: use Fedora-3 in download link. (backportme.)
3347
3348         * scm/framework-tex.scm (convert-to-dvi): use ly:system for
3349         invoking latex. (backportme.)
3350
3351         * lily/stem.cc (off_callback): center stems for all rest stems.
3352
3353 2004-11-05  Werner Lemberg  <wl@gnu.org>
3354
3355         * Documentation/user/lilypond.tely: Add more guidelines for writing
3356         lilypond texinfo documents.
3357
3358 2004-11-05  Heikki Junes  <hjunes@cc.hut.fi>
3359
3360         * Documentation/index.html.in: remove <hr>.
3361
3362         * THANKS: change 2.3 to 2.4.
3363
3364 2004-11-05  Jan Nieuwenhuizen  <jannneke@gnu.org>
3365
3366         * scm/output-gnome.scm: More fontconfig comment.
3367
3368 2004-11-05  Pedro Kroger  <kroeger@pedrokroeger.net>
3369
3370         * GNUmakefile.in ($(builddir)/share/lilypond-force): create the
3371         <package> directory in $(builddir)/share according with
3372         PACKAGE_NAME defined in the VERSION file.
3373
3374 2004-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3375
3376         * lily/beam.cc (rest_collision_callback): use local beam
3377         multiplicity.
3378
3379         * input/regression/stem-stemlet.ly: new file.
3380
3381         * lily/stem.cc (add_head): store rests as well.
3382
3383         * scm/define-grob-properties.scm (all-user-grob-properties): add
3384         stemlet-length
3385
3386         * lily/stem.cc: store rests as well.
3387         
3388         * input/regression/new-slur.ly: mention forcing.
3389
3390 2004-11-04  Werner Lemberg  <wl@gnu.org>
3391
3392         * Documentation/user/*: A new round of layout fixes and document
3393         structure cleanup.
3394
3395 2004-11-04  Heikki Junes <hjunes@cc.hut.fi>
3396
3397         * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x.
3398
3399 2004-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3400
3401         * Documentation/topdocs/INSTALL.texi (Top): Remove geometry.
3402
3403 2004-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3404
3405         * Documentation/topdocs/INSTALL.texi (Top): Fix geometry url (dax).
3406
3407         * lily/lily-parser.cc (LY_DEFINE): Remove "Now " from message.
3408
3409         * lily/main.cc (main): Invoke identify.
3410
3411         * scm/lily.scm (postscript->pdf): Remove progress newline.
3412         Write progress to stderr.
3413
3414         * lily/paper-book.cc (output): Remove progress newline.
3415
3416         * scm/framework-tex.scm (convert-to-dvi, convert-to-ps): Call
3417         gettext on user messages, and remove whitespace.
3418
3419         * lily/paper-outputter.cc (get_paper_outputter): Add progress newline.
3420
3421         * scripts/lilypond-latex.py (program_name): Bugfix: use only basename of
3422         argv[0] (Thomas Scharkowski).
3423
3424         * configure.in: Bugfix: add REQUIRED parameter to STEPMAKE_TEXMF
3425         call (carlyannehorse).  Also check for mf and mf-nowin.  Add check
3426         for ec-fonts-mtraced.
3427
3428         * GNUmakefile.in (builddir-exec): Add symlink tex/out.  Fixes
3429         --srcdir build (Bertalan).
3430
3431         * stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile
3432         headers and library too (Laura Conrad).
3433
3434         * Documentation/topdocs/INSTALL.texi (Top): Mention development
3435         package for guile too (Laura Conrad).
3436
3437         * lily/main.cc (usage): Typo.
3438
3439 2004-11-02  Werner Lemberg  <wl@gnu.org>
3440
3441         * Documentation/user/notation.ly: More fixes to improve appearance.
3442
3443         * tex/texinfo.tex: Updated from texinfo CVS -- this version provides
3444         better output for multicolumn tables.
3445
3446 2004-11-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3447
3448         * lily/main.cc (dir_info): Fixed typo in the printouts.
3449
3450 2004-11-01  Werner Lemberg  <wl@gnu.org>
3451
3452         * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
3453         of output.
3454         Set `per_line' to 2; replace hard-coded value with it.
3455
3456         * Documentation/user/*: Many fixes to improve appearance of
3457         printed manual.
3458
3459 2004-11-01  Werner Lemberg  <wl@gnu.org>
3460
3461         * Documentation/user/changing-defaults.itely,
3462         Documentation/user/notation.ly,
3463         Documentation/user/programming-interface.itely: Use @/.
3464         Fix formatting of some lilypond snippets and tables.
3465
3466         * scripts/lilypond-book.py (compose_ly): Provide useful default
3467         for LINEWIDTH in `override'.
3468
3469 2004-10-31  Graham Percival  <gperlist@shaw.ca>
3470
3471         * Documentation/user/invoking.itely: change "3.0" -> "2.4"
3472
3473 2004-10-31  Werner Lemberg  <wl@gnu.org>
3474
3475         Resetting @exampleindent to `5' gives ugly results with texinfo's
3476         DVI output.  Use `@format @exampleindent 0 ... @end format' instead
3477         (if not quoting) to change @exampleindent only locally.
3478
3479         * scripts/lilypond-book.py (NOQUOTE): New variable.
3480         (output) [LATEX]: Remove AFTER and BEFORE.
3481         [TEXINFO]: Remove AFTER and BEFORE.
3482         Fix QUOTE and VERBATIM pattern.
3483         Add NOQUOTE pattern.
3484         (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
3485         and BEFORE.
3486         [output_texinfo]: Use NOQUOTE.
3487
3488 2004-10-31  Graham Percival  <gperlist@shaw.ca>
3489
3490         * Documentation/user/changing-defaults.itely: clarify paper
3491         size commands with correct info.
3492
3493         * Documentation/user/lilypond-book.itely: add more docs for
3494         filename extensions.
3495
3496 2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3497
3498         * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
3499         (PATCH_LEVEL): start 2.5.0.
3500
3501 2004-10-30  Graham Percival  <gperlist@shaw.ca>
3502
3503         * Documentation/user/notation.itely: add warning about bar numbers
3504         in multistaff music, add warning about quoting grace notes.
3505
3506         * Documentation/user/changing-defaults.itely: clarify paper size commands,
3507         add missing subsubtitle entry to Creating titles.
3508
3509         * Documentation/user/tutorial.itely: change 3.0 references to 2.4.
3510
3511 2004-10-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3512
3513         * scripts/convert-ly.py (conv): fixed \context Foo = mixedCaps
3514         case.
3515         (conv): add dummy 2.4.0 conversion rule.
3516
3517         * Documentation/user/lilypond.tely: add @finalout.
3518
3519         * lily/slur-scoring.cc (enumerate_attachments): use stem_extent_
3520         for attaching, fixes slur/stem left attachment of
3521         downslur/downstem.
3522
3523         * lily/quote-iterator.cc (process): use <= for comparisons. Fixes
3524         quote problem if for last note of quoted sequence. 
3525
3526         * input/regression/part-combine-text.ly (comm): add expect strings.
3527
3528 2004-10-30  Werner Lemberg  <wl@gnu.org>
3529
3530         * Documentation/user/examples.itely: Improved layout.
3531
3532         * Documentation/invoking.itely: Use `@/' to insert breakpoints.
3533
3534         * Documentation/macros.itexi (@inputfileref) [@tex]: Use `@/'.
3535
3536         * Documentation/notation.itely: Use `@/'.
3537         Other layout fixes.
3538
3539 2004-10-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3540
3541         * lily/part-combine-iterator.cc (unisono): examine last_playing_
3542         (not state_), this fixes a2 printing after chord.
3543
3544         * input/regression/no-staff.ly: fix octave, revise syntax.
3545
3546         * input/regression/lyrics-bar.ly (texidoc): fixes.
3547
3548         * input/regression/beam-dir-functions.ly (Module): remove from regtest
3549
3550         * input/regression/accidentals.ly (Module): remove from regtest.
3551
3552         * lily/parser.yy (Prefix_composite_music): 
3553         oops. Chords should be unrelativable, not bass figures untransposable.
3554
3555         * VERSION: 2.3.26 released.
3556         
3557         * lily/completion-note-heads-engraver.cc (try_music): only return
3558         something when is_first_ is true. Fixes lyrics with completion_heads. 
3559
3560         * make/lilypond-vars.make: add scripts/out/ to PATH, to find ps2png. 
3561
3562         * scm/lily.scm (ly:system): new function. Catches uninstalled
3563         ps2png.
3564
3565 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3566
3567         * Documentation/user/notation.itely: remove
3568         @hyphenatedinternalsref.
3569
3570 2004-10-29  Werner Lemberg  <wl@gnu.org>
3571
3572         * scm/framework-tex.scm (dump-line): Fix dimensions for \lybox.
3573
3574         * scripts/lilypond-book.py (no_options): New dictionary.
3575         (simple_options): New list.
3576         (ly_options): Remove NOINDENT and EXAMPLEINDENT patterns.
3577         (compose_ly): Use `no_options' and `simple_options'.
3578         Fix logic of option handling.
3579         Handle `linewidth' option without parameter.
3580
3581 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3582
3583         * lily/lookup.cc (triangle): use (0, interval.length()) for X
3584         extent, since the stencil is translated later on.
3585
3586         * lily/ledger-line-spanner.cc (print): swap linear_combination
3587         arguments, effectively shortens ledger line. 
3588
3589         * Documentation/user/GNUmakefile
3590         ($(outdir)/lilypond/lilypond.html): use find to remove files.
3591
3592         * lily/main.cc: --no-pages option.
3593
3594 2004-10-28  Carl Sorensen  <carldsorensen@comcast.net>
3595
3596         * Documentation/user/notation.itely (Fret diagrams): add extra
3597         notes to example to avoid collisions between fret diagrams.
3598
3599 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3600
3601         * Documentation/user/notation.itely (Automatic note splitting):
3602         note about lyrics. 
3603
3604         * Documentation/user/converters.itely (Invoking convert-ly): note
3605         about version numbers. 
3606
3607         * scripts/abc2ly.py (dump_score): revise lyric dumping
3608
3609         * scripts/mup2ly.py (pre_processor_commands): always open file.
3610
3611         * scripts/etf2ly.py (Frame.calculate): always close \grace.
3612         (Etf_file.dump): add \version
3613
3614         * VERSION: 2.3.25 released.
3615
3616         * lily/scm-option.cc: add 'resolution to ly:get-option argument
3617         list.
3618
3619 2004-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3620
3621         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-origin
3622
3623 2004-10-28  Werner Lemberg  <wl@gnu.org>
3624
3625         * Documentation/user/music-glossary.tely: More fixes to improve
3626         appearance with DVI output.
3627
3628         * scripts/lilypond-book.py (compose_ly): Use 0.4in for
3629         EXAMPLEINDENT.  This is the maximum value for quotation environments
3630         used in `texinfo.tex' -- many warnings in lilypond.dvi are now gone.
3631
3632 2004-10-27  Werner Lemberg  <wl@gnu.org>
3633
3634         * Documentation/user/music-glossary.tely: Revised.
3635
3636 2004-10-26  Carl Sorensen  <carldsorensen@comcast.net>
3637
3638         * input/test/fret-diagram.ly: insert breaks, remove raggedright to
3639         improve fret diagram spacing in printed output.
3640
3641         * Documentation/user/notation.itely (Fret diagrams): Remove raggedright
3642         from options for the example so fret-diagrams won't overlap
3643         one another.
3644
3645 2004-10-26  Werner Lemberg  <wl@gnu.org>
3646
3647         * scripts/lilypond-book.py: Some additional formatting for
3648         orthogonality.
3649         (ly_options) [*]: Format strings.
3650         [RAGGEDRIGHT]: Don't set `indent'.  This is now properly handled
3651         by `compose_ly'.
3652         (output) [LATEX][OUTPUT]: Format string and simplify.
3653         (PREAMBLE_LY, FRAGMENT_LY): Format string.
3654         (classic_lilypond_book_compatibility): Take key/value pair as
3655         parameter.
3656         Return key/value pair.
3657         (compose_ly): Rewritten, taking the snippet type as third parameter. 
3658         The default values are now set more sensible, and a `linewidth'
3659         option is no longer overwritten under some circumstances.
3660
3661         * Documentation/user/music-glossary.tely: Replace all accented
3662         character macros with latin-1 codes.
3663
3664 2004-10-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3665
3666         * lily/music-function.cc (ly_make_music_function): when an
3667         argument predicate is markup?, the signature keyword becomes
3668         "markup" iso "scm".
3669
3670         * lily/lexer.ll (music_function_type): new MUSIC_FUNCTION_*MARKUP*
3671         tokens, for functions which signatures contain "markup".
3672
3673         * lily/parser.yy (Generic_prefix_music_scm): add treatment for new
3674         MUSIC_FUNCTION_*MARKUP* tokens.
3675
3676 2004-10-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3677
3678         * input/regression/lyrics-bar.ly: Make StaffGroup accept the new
3679         Lyrics context.
3680
3681 2004-10-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3682
3683         * python/lilylib.py (make_ps_images): return list of output files.
3684
3685         * lily/simple-spacer.cc (LY_DEFINE): for ragged, we can end with
3686         all springs tight, and still satisfy the constraints.
3687
3688 2004-10-25  Werner Lemberg  <wl@gnu.org>
3689
3690         * scripts/lilypond-book.py: s/option-sep/option_sep/.
3691         (format_res) [LATEX, TEXINFO]: Skip whitespace before comma also.
3692         (snippet_res): Fix regexps and make them ignore whitespace properly.
3693         (compose_ly): Use `re.split' instead of `string.split' to remove
3694         surrounding whitespace.
3695         Some formatting to get more consistency.
3696
3697 2004-10-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3698
3699         * VERSION: 2.3.24
3700         
3701         * scm/define-context-properties.scm
3702         (all-user-translation-properties): add verticallySpacedContexts.
3703
3704         * scm/define-grob-interfaces.scm (vertically-spaceable-interface):
3705         add interface
3706
3707         * scm/define-grob-properties.scm (all-internal-grob-properties):
3708         add spaceable-staves
3709
3710         * scm/define-grobs.scm (all-grob-descriptions): set
3711         vertically-spaceable-interface for VerticalAxisGroup and
3712         RemoveEmptyVerticalGroup
3713
3714         * lily/system.cc (get_line): determine staff_refpoints_
3715         using spaceable-staves.
3716
3717         * lily/score-engraver.cc (acknowledge_grob): ack
3718         vertically-spaceable-interface and verticallySpacedContexts to
3719         set spaceable-staves.
3720
3721         * input/regression/new-slur.ly: add slur under 16th subbeam case.
3722
3723         * lily/slur-scoring.cc (fill): init has_same_beam_ before use.
3724
3725 2004-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3726
3727         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): tune
3728         minimumVerticalExtent tweaks. 
3729  
3730         * mf/feta-schrift.mf: include size of thumb appendix in
3731         bbox. Fixes: c-thumb-notehead.ly  
3732
3733         * THANKS: add Meisters to the Development team.
3734
3735         * scm/framework-tex.scm (convert-to-dvi): redirect output to
3736         /dev/null for non-verbose.
3737
3738         * Documentation/user/invoking.itely (Invoking lilypond): add note
3739         about resource usage.
3740
3741         * tex/GNUmakefile (TEX_FILES): add texinfo.cnf
3742
3743         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): add
3744         --enable-encoding
3745
3746         * Documentation/user/lilypond.tely: add -*- coding: latin-1 -*- everywhere. 
3747
3748         * Documentation/user/changing-defaults.itely (Text encoding):
3749         change to latin1.
3750
3751         * Documentation/user/lilypond.tely: add language and encoding.
3752
3753         * scm/define-grobs.scm (all-grob-descriptions): add
3754         line-interface.
3755
3756         * configure.in (PKG_CONFIG_PATH): bump makeinfo version to 4.7
3757
3758         * input/test/ossia.ly: font sizes for ossia.
3759
3760         * scripts/convert-ly.py (conv): \context Foo = NOTENAME
3761         -> \context Foo = "NOTENAME".
3762
3763         * lily/main.cc (determine_output_options): fix ordering.
3764
3765 2004-10-24  Erik Sandberg  <ersa9195@student.uu.se>
3766
3767         * THANKS: Added bughunters for 2.3.
3768
3769 2004-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3770
3771         * Documentation/user/macros.itexi: use findex functions/internals
3772         objects.
3773
3774         * scm/documentation-generate.scm (string-append): add syncodeindex
3775
3776         * Documentation/user/tutorial.itely (A lead sheet): use \chords
3777         for tutoring chord names.
3778  
3779         * Documentation/user/lilypond.tely: remove @authors.
3780
3781 2004-10-23  Werner Lemberg  <wl@gnu.org>
3782
3783         * scm/framework-tex.scm (dump-page): Add width to \lybox call.
3784         Remove first two parameters of \lybox.
3785         Don't emit \vbox around \lybox.
3786         (dump-line): Add width to \lybox call.
3787         Remove first two parameters of \lybox.
3788
3789         * tex/lilyponddefs.tex (\topalign, \leftalign): Removed.
3790         (\lyitem): Updated.
3791         (\lybox): Only take three parameters.
3792         Create box which has zero depth, only height.
3793         Center box vertically along the x-height of current font.
3794
3795 2004-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3796
3797         * VERSION (PACKAGE_NAME): release 2.3.23
3798
3799         * scm/framework-tex.scm (convert-to-ps): add -E if filename
3800         contains .preview.
3801
3802 2004-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3803
3804         * lily/lyric-extender.cc (print): only run to right-bound if
3805         broken. This fixes input/regression/lyric-extender.ly
3806
3807         * input/regression/beamed-chord.ly: removed.
3808
3809         * Documentation/user/macros.itexi: add \global to definitions for
3810         feta macros.
3811
3812         * po/fr.po: updated po file.
3813
3814         * po/de.po: updated po file.
3815
3816 2004-10-22  Werner Lemberg  <wl@gnu.org>
3817
3818         * tex/lilyponddefs.tex (\lilypondend): Undo change from 2004-10-20.
3819
3820 2004-10-21  Werner Lemberg  <wl@gnu.org>
3821
3822         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex
3823         (\lilypondexperimentalfeatures): Removed.
3824
3825 2004-10-20  Jürgen Reuter  <reuter@ipd.uka.de>
3826
3827         * Documentation/user/notation.itely: fixed 2 typos
3828
3829 2004-10-20  Werner Lemberg  <wl@gnu.org>
3830
3831         * scm/framework-tex.scm (header-end): Don't set \outputscale.
3832         (dump-line): Produce prettier output.
3833
3834         * tex/lilyponddefs.tex: Comment all macros extensively.
3835         (\lilypondstart): Set \outputscale.
3836         Define \lilypondpagebreak and \lilypondnopagebreak here.
3837         Don't test for positive \lilypondpaperlinewidth -- this is always
3838         positive in the normal case (LilyPond produces bad output otherwise
3839         so we can safely ignore negative or zero values).
3840         (\lilypondend): Remove useless test for \lilypondbook.
3841         (\fetasixteen, \fetafont, \fetachar): Removed, unused.  We also
3842         don't input `feta20.tex'.
3843
3844 2004-10-19  Graham Percival  <gperlist@shaw.ca>
3845
3846         * Documentation/user/examples.itely: added texidoc lilypond-book
3847         template.
3848
3849 2004-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
3850
3851         * cygwin/lilypond.hint: Update.
3852
3853 2004-10-18  Carl Sorensen  <carldsorensen@comcast.net>
3854
3855         * Documentation/user/notation.itely (Fret diagrams): Add documentation
3856         for fret diagram markups to user manual
3857
3858         * scm/fret-diagrams.scm (fret-diagram-terse): Fix mistake in internal
3859         documentation for fret-diagram-terse
3860
3861         * Documentation/user/notation.itely: Added section on fret diagrams.
3862
3863 2004-10-18  Jan Nieuwenhuizen  <janneke@gnu.org>
3864
3865         * scripts/convert-ly.py (usage): Fix --help description.  Apply
3866         range also for --show-rules.
3867
3868 2004-10-18  Werner Lemberg  <wl@gnu.org>
3869
3870         * scripts/lilypond-book.py (Snippet, Include_snippet)
3871         [replacement_text]: Use group `match'.
3872
3873 2004-10-17  Jan Nieuwenhuizen  <janneke@gnu.org>
3874
3875         * Documentation/user/macros.itexi: Use @ref instead of @inforef
3876         for html.  Apparently, ``you should'' in texinfo documentation is
3877         merely a guideline that can safely be ignored.
3878
3879         * elisp/lilypond-init.el (auto-mode-alist): Add .ily to
3880         auto-mode-alist.
3881
3882         * input/test/engraver-example.ily: 
3883         * input/regression/allfontstyle.ily: Rename, update users.
3884
3885 2004-10-16  Graham Percival  <gperlist@shaw.ca>
3886
3887         * Documentation/user/lilypond-book.itely: add more details about
3888         building .lytex files.
3889
3890         * Documentation/user/examples.itely: added piano-lyrics template
3891
3892         * input/template/piano-4-voices.ly, piano-lyrics.ly: remove.
3893
3894         * input/GNUmakefile: remove "templates" from build subdirs.
3895
3896         * input/template: removed.
3897
3898 2004-10-16  Werner Lemberg  <wl@gnu.org>
3899
3900         * scripts/lilypond-book.py (snippet_res): Define group `match'
3901         everywhere.
3902         Accept more spaces between commands and its arguments and options.
3903         Fix some regexps.
3904         (output): Remove some newlines in string values and suppress spaces
3905         in output.
3906         (output_texinfo): Output `output_print_filename' only if not empty.
3907         (Lilypond_snippet)[find_toplevel_snippets]: Use group `match'.
3908
3909 2004-10-16  Werner Lemberg  <wl@gnu.org>
3910
3911         * scm/framework-tex.scm (font-load-command, define-fonts): Protect
3912         some TeX line ends with `%' to avoid additional horizontal space in
3913         output.
3914
3915         * scripts/lilypond-book.py: Unexpand spaces to tabs.
3916         (snippet_res): Use `x' modifier to represent regular expressions
3917         in a friendlier way.
3918         Fix `lilypond_block' for LaTeX to accept `%\end{lilypond}'.
3919         (find_toplevel_snippets): Don't use indices from match group 0,
3920         which is the whole pattern space, but group 1.
3921
3922 2004-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3923
3924         * flower/include/direction.hh (enum Direction): add
3925         DIRECTION_LIMIT
3926
3927 2004-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3928
3929         * po/fr.po: new po file.
3930
3931 2004-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
3932
3933         * Documentation/user/macros.itexi: Do not construct external
3934         references using @uref.  That results in broken links.
3935
3936         * lily/slur.cc (outside_slur_callback): Use int in for loop;
3937         avoids g++-3.4.1 enum beature.
3938
3939 2004-10-13  Graham Percival  <gperlist@shaw.ca>
3940
3941         * Documentation/user/examples.itely: added lilypond-book template.
3942
3943         * Documentation/user/lilypond-book.itely: added filename extension
3944         page.
3945
3946 2004-10-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3947
3948         * debian/rules (binary-indep): Link images for info.
3949
3950         * elisp/lilypond-mode.el (LilyPond-command): Set XEDITOR.  Cool
3951         feature nicked from jEdit.
3952
3953 2004-10-12  Pedro Kroger  <kroeger@pedrokroeger.net>
3954
3955         * Documentation/user/introduction.itely: Minor corrections.
3956
3957         * Documentation/user/notation.itely: Minor corrections.
3958
3959         * Documentation/user/tutorial.itely: Minor corrections.
3960
3961 2004-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3962
3963         * scm/framework-ps.scm (page-header): Fix Layout renaming bug.
3964
3965         * scm/*.scm:
3966         * ly/paper-defaults.ly: Use papersizename only.
3967
3968 2004-10-11  Werner Lemberg  <wl@gnu.org>
3969
3970         * tex/lilyponddefs.tex (\lyitem): Don't use \topalign to make
3971         \raise work with positive values.
3972
3973 2004-10-11  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3974
3975         * Documentation/user/notation.itely (Multi measure rests): Update
3976         the docs corresponding to the implementation change from 2004-10-08.
3977
3978 2004-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3979
3980         * VERSION (MY_PATCH_LEVEL): release 2.3.22
3981
3982         * scm/part-combiner.scm (determine-split-list): reinstate
3983         playing+resting case. 
3984
3985         * Documentation/user/invoking.itely (Reporting bugs): rename.
3986
3987         * lily/lexer.ll (Lily_lexer): bump version req to 2.3.22.
3988
3989         * lily/parser.yy (Prefix_composite_music): change no-transposition
3990         for mode_changing_head to figures too.
3991
3992         * lily/phrasing-slur-engraver.cc (acknowledge_grob): do something
3993         with normal slurs too.
3994         
3995         * lily/slur-scoring.cc (move_away_from_staffline): new function.
3996         (get_base_attachments): move away attachment point for breaks
3997         similar to attachment points on slurs (staffline collision, and
3998         half a space of padding)
3999
4000         * scm/page-layout.scm (ly:optimal-page-breaks): don't compute
4001         force twice.
4002
4003         * lily/simple-spacer.cc (LY_DEFINE): if line too long in ragged
4004         mode, return #f.        
4005
4006         * scm/page-layout.scm (ly:optimal-page-breaks): set force = 0.0
4007         for last page if raggedlast. 
4008
4009         * lily/parser.yy (Prefix_composite_music): untransposable is for
4010         FiguredBass, not ChordNames
4011
4012 2004-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4013
4014         * scm/framework-tex.scm: Merge fix.
4015
4016 2004-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
4017
4018         The grand \paper -> \layout, \bookpaper -> \paper renaming.
4019
4020 2004-10-10  Graham Percival  <gperlist@shaw.ca>
4021
4022         * Documentation/user/notation.itely: add raggedright to a whole
4023         bunch of places.
4024
4025 2004-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4026
4027         * scm/paper.scm (set-paper-dimension-variables): new
4028         function. Define dimension-variables explicitly in \paper too.
4029         This allows overriding linewidth inside \score { \paper { } }
4030         blocks
4031  
4032         * scm/framework-tex.scm (convert-to-ps): invoke dvips with -t
4033         landscape.
4034         (header): add landscape and papersize options.
4035
4036 2004-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4037
4038         * lily/*.cc: use robust_scm2moment() where appropriate.
4039
4040         * lily/moment.cc (robust_scm2moment): new function.
4041
4042         * scm/titling.scm (default-score-title): remove caps for piece.
4043
4044         * VERSION: 2.3.21 released.
4045         
4046         * lily/include/slur-scoring.hh (struct Slur_score_state): new file
4047
4048         * lily/include/slur-configuration.hh (class Slur_configuration):
4049         new file.
4050
4051         * lily/slur-configuration.cc: new file. move scoring functions
4052         into Slur_configuration.
4053
4054         * lily/slur-scoring.cc (Slur_score_state): change static functions
4055         to methods of Slur_score_state.
4056
4057         * lily/bezier-bow.cc (Message): 
4058
4059         * flower/include/interval-set.hh (Message): new file.
4060
4061         * flower/interval-set.cc (Message): new file.
4062
4063 2004-10-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4064
4065         * lily/multi-measure-rest-engraver.cc (process_music): always
4066         generate MultiMeasureRestNumbers.
4067
4068         * SConstruct (txt_files): switch of make dist
4069
4070         * lily/bezier-bow.cc (get_slur_indent_height): change recipe to
4071         make sure that (indent < len / 3). This fixes progerror-max_h.ly
4072
4073         * lily/multi-measure-rest-engraver.cc (process_music): make
4074         MultiMeasureRestNumber too.
4075
4076 2004-10-08  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4077
4078         * Documentation/user/notation.itely (Bar lines): Added a note that
4079         defaultBarType is to be changed in the Timing context.
4080
4081 2004-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4082
4083         * lily/include/guile-compatibility.hh: add file.
4084
4085         * scm/framework-tex.scm (convert-to-dvi): use max of current
4086         extra_mem_top and 1M.
4087
4088         * lily/kpath.cc (LY_DEFINE): ly_kpathsea_expand_variable. New
4089         function.
4090
4091 2004-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4092
4093         * scm/framework-tex.scm (convert-to-dvi): set extra_mem_top to 1M.
4094  
4095 2004-10-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4096
4097         * lily/slur-scoring.cc (struct Slur_score_state): add
4098         has_same_beam_, edge_has_beams_, is_broken_ bools.
4099         (get_base_attachments): simpler Y attachment determination for
4100         broken slurs.
4101
4102 2004-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4103
4104         * buildscripts/texi2omf.py: Add hashbang.  Starting the script in
4105         bash without that is quite interesting.  Add xml and some omf
4106         keys.
4107
4108 2004-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4109
4110         * Documentation/user/macros.itexi: Add xml macros.
4111
4112         * Documentation/user/GNUmakefile (extra-local-help): Add xml rules.
4113
4114         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): Fix location.
4115
4116 2004-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4117
4118         * lily/break-substitution.cc (substitute_mutable_property_alist):
4119         only put property back into value if != SCM_UNDEFINED
4120
4121         * lily/lyric-extender.cc (print): don't take common refpoint of
4122         null object if right_text isn't there.
4123  
4124         * lily/slur-scoring.cc (struct Slur_score_state): new
4125         struct. Collect scoring function arguments.
4126         (struct Slur_score_state): add musical_dy_
4127         (get_extra_encompass_infos): new function. Split off state
4128         computations.
4129
4130         * scm/part-combiner.scm (determine-split-list): remove playing1
4131         and playing2.
4132
4133 2004-10-02  Graham Percival  <gperlist@shaw.ca>
4134
4135         * Documentation/index.html.in: remove link to templates.
4136
4137         * Documentation/user/notation.itely: more small fixes.
4138
4139 2004-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4140
4141         * lily/timing-engraver.cc (process_music): move setting
4142         measure-length. This fixes spacing-whole-rest.ly
4143
4144         * VERSION (PACKAGE_NAME): release 2.3.20
4145         
4146         * input/regression/quote-transposition.ly: update example
4147
4148         * scm/define-music-properties.scm (all-music-properties): change
4149         meaning of instrumentTransposition.  It is now the pitch played
4150         that sounds as middle C. This means that instrumentTransposition
4151         can be \transposed. 
4152         Fixes: transpose-quote.ly
4153
4154         * lily/parser.yy (command_element): reverse setting of
4155         instrumentTransposition
4156
4157         * lily/pitch.cc (pitch_interval): rename.
4158
4159         * lily/recording-group-engraver.cc (stop_translation_timestep):
4160         remove macrameing of accumulator and set_car/cdr.
4161         Fixes: transposition-quote.ly
4162
4163         * lily/music.cc (transpose): fold Event::transpose() in.
4164
4165         * lily/event.cc: remove Transpose. 
4166
4167         * lily/recording-group-engraver.cc: cleanup.
4168
4169         * ly/music-functions-init.ly (displayMusic): add function.
4170
4171         * make/lilypond.fedora.spec.in: rename file.
4172
4173         * lily/lily-lexer.cc (mark_smob): don't use ly_cdr() for getting
4174         to-be-marked objects. Use SCM_CELL_WORD_1 instead. 
4175
4176         * Documentation/user/changing-defaults.itely (Changing context
4177         properties on the fly): typo.
4178
4179         * lily/slur.cc (outside_slur_callback): try three sample points
4180         for determining collisions. This fixes: slur-script.ly.
4181
4182 2004-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4183
4184         * scripts/lilypond-book.py (ext2format): Add latex as Latex.
4185
4186 2004-10-01  Graham Percival  <gperlist@shaw.ca>
4187
4188         * Documentation/user/notation.itely: more small fixes.
4189
4190         * Documentation/user/examples.itely: make new sections.
4191
4192         * input/test/bar-lines.ly: improve output, fix bug.
4193
4194         * Documentation/user/changing-defaults.itely: small fixes.
4195
4196 2004-10-01  Werner Lemberg  <wl@gnu.org>
4197
4198         * tex/lilyponddefs.tex (\lilypondECencoding): New command to handle
4199         T1 encoding in texinfo mode.
4200         (\lilypondstart): Use it.
4201         (\lilypondloop, \lilyponditerate): Removed.  Unused.
4202
4203 2004-09-30  Werner Lemberg  <wl@gnu.org>
4204
4205         * tex/lilyponddefs.tex (\lilypondstart): Define
4206         \lilypondfontencoding for both texinfo and latex mode.
4207
4208         * scm/framework-tex.scm (font-load-command): Use
4209         \lilypondfontencoding.
4210
4211 2004-09-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4212
4213         * scm/framework-tex.scm (dump-page): take with-extents?
4214         argument. If true, output Y extents. Used for lilypond-book
4215         documents.
4216
4217         * scripts/lilypond-book.py (PREAMBLE_LY): set dump-extents for
4218         \bookpaper.
4219
4220         * lily/slur.cc (outside_slur_callback): epsilon-delta management
4221         for slur edges. Fixes: progerror-no-bezier-intersection.ly
4222  
4223         * scm/framework-tex.scm (dump-page): put stencil height in dumped
4224         page.
4225
4226 2004-09-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4227
4228         * Documentation/user/notation.itely (Multi measure rests):
4229         Improved example.
4230
4231 2004-09-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4232
4233         * lily/auto-beam-engraver.cc (test_moment): robustify.
4234
4235 2004-09-28  Werner Lemberg  <wl@gnu.org>
4236
4237         * scm/framework-tex.scm (font-load-command): Define proper font
4238         macro which sets font encoding if available.
4239         (define-fonts): Define \lilypondpaperinputencoding, to be taken
4240         from the \bookpaper block.
4241
4242         * tex/lilyponddefs.tex (\lilypondstart): Use
4243         \lilypondpaperinputencoding for global input encoding.
4244
4245 2004-09-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4246
4247         * lily/score.cc (Score): oops. Copy error_found_ too.
4248
4249 2004-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4250
4251         * stepmake/stepmake/texinfo-rules.make: 
4252         * Documentation/GNUmakefile: --srcdir build fixes.
4253
4254         * input/test/coriolan-margin.ly: Put papersize settings in \bookpaper.
4255
4256         * Documentation/user/latex-lilypond-example.latex:
4257         * Documentation/user/latex-example.latex: Fix compile errors.
4258         Still buggy, need more love.
4259
4260 2004-09-27  Werner Lemberg  <wl@gnu.org>
4261
4262         * tex/lilyponddefs.tex (\lilypondstart): Use \frenchspacing.
4263
4264 2004-09-26  Juergen Reuter  <reuter@ipd.uka.de>
4265
4266         * Documentation/user/examples.itely: removed \midi block to
4267         simplify the example
4268
4269         * Documentation/user/notation.itely: Removed superfluous
4270         TextSpanner tweakings (is already done by engraver-init.ly).
4271         Documented bug: vertical alignment of articulations.
4272
4273         * Documentation/user/notation.itely, ly/engraver-init.ly
4274         (VaticanaVoice, GregorianTranscriptionVoice): Bugfix: TextSpanner
4275         padding.
4276
4277         * Documentation/user/notation.itely, ly/engraver-init.ly: moved
4278         docu about TextSpanner padding bug from manual to engraver.ly
4279         (since it's workarounded and hence not user-visible any more)
4280
4281 2004-09-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4282
4283         * VERSION: release 2.3.19
4284
4285 2004-09-26  Graham Percival  <gperlist@shaw.ca>
4286
4287         * ly/property-init.ly: fix bug in displaying ledger lines while
4288         \hideNotes is on.
4289
4290         * Documentation/user/notation.itely: more editing.
4291
4292         * Documentation/user/examples.itely: add piano-dynamics template.
4293
4294         * input/template/piano-dynamics.ly: remove.
4295
4296         * Documentation/user/sound-output.itexi: more editing
4297
4298 2004-09-25  Graham Percival  <gperlist@shaw.ca>
4299
4300         * Documentation/user/notation.itely: more editing.
4301
4302 2004-09-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4303
4304         * scm/ly-from-scheme.scm (read-lily-expression): use ~s in format
4305         instead of ~a, to get #{ #"foo" #} actually printed to #"foo".
4306
4307 2004-09-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4308
4309         * lily/hairpin.cc (print): check columns of bounds, not bounds
4310         themselves.
4311         (print): robustify bound-padding lookup.
4312
4313         * lily/*: ly_c[ad]+r -> scm_XXX , ly_c_pair_p -> scm_is_pair.
4314
4315         * scripts/lilypond-book.py (Compile_error.process_include): catch
4316         Compile_error exception, and remove output .texi.
4317
4318         * scm/define-music-properties.scm (all-music-properties): add
4319         error-found
4320
4321         * lily/parser.yy (Music_list): add error-found to music with errors.
4322
4323         * lily/lily-parser.cc (LY_DEFINE): ignore scores with errors.
4324
4325         * lily/book.cc (process): ignore books with errors
4326
4327         * lily/include/score.hh (class Score): add error_found_ member.
4328
4329         * lily/drum-note-engraver.cc (try_music): idem.
4330
4331         * lily/note-heads-engraver.cc: remove start-playing-event.
4332
4333         * lily/part-combine-iterator.cc (Part_combine_iterator): use
4334         BusyPlayingEvent to determine which voice was active last.
4335         (unisono): use last active to where to get unisono information
4336         from. This fixes: partcombine-rest.ly (again).
4337
4338         * scm/part-combiner.scm (determine-split-list): cleanups
4339
4340 2004-09-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4341
4342         * input/regression/lyric-extender.ly: simplify.
4343         complexify.
4344
4345         * lily/lyric-extender.cc (print): use it to determine size of
4346         extender. Remove Lyric_extender::is_visible().
4347
4348         * lily/extender-engraver.cc (acknowledge_grob): store lyric in
4349         next property.
4350
4351         * lily/lyric-engraver.cc: remove get_current_rest().
4352         
4353 2004-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4354
4355         * input/regression/lyric-extender.ly: Fix and add test.
4356
4357         * lily/extender-engraver.cc (stop_translation_timestep): Oops, typo.
4358
4359 2004-09-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4360
4361         * lily/note-head.cc: remove Note_head::extent.
4362
4363 2004-09-23  Graham Percival  <gperlist@shaw.ca>
4364
4365         * Documentation/user/tutorial.itely: do manual style 2-space
4366         indents in examples
4367
4368         * Documentation/user/notation.itely: more editing.
4369
4370 2004-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4371
4372         * lily/lyric-engraver.cc (get_current_rest): New function.
4373
4374         * lily/extender-engraver.cc (stop_translation_timestep): Use it:
4375         stop at rest.
4376
4377         * lily/lyric-extender.cc (print): Fix crash (Russ Ross).
4378
4379         * lily/slur-scoring.cc (get_bezier): Fix for broken beziers.
4380
4381 2004-09-23  Juergen Reuter  <reuter@ipd.uka.de>
4382
4383         * Documentation/user/examples.itely (Small ensembles): added
4384         example for transcription of mensural music
4385
4386         * Documentation/user/notation.itely (The Lyrics context): fixed broken
4387         link to SATB vocal score
4388
4389         * Documentation/user/notation.itely (System start delimiters):
4390         fixed typo: GrandStaff->StaffGroup
4391
4392         * Documentation/user/notation.itely (Ancient articulations):
4393         removed obsolete comment on \episem bug
4394
4395 2004-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4396
4397         * scm/framework-tex.scm (output-preview-framework): Fix invocation
4398         of header.
4399
4400 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4401
4402         * lily/dynamic-engraver.cc (acknowledge_grob): attach hairpin
4403         start to note-column.
4404
4405         * lily/hairpin.cc (print): check text-interface, to attach to
4406         dynamic texts.  
4407
4408         * lily/include/text-item.hh (class Text_interface): rename
4409         Text_item -> Text_interface
4410
4411         * lily/piano-pedal-bracket.cc (print): robustify.
4412
4413 2004-09-22  Pedro Kroger  <kroeger@pedrokroeger.net>
4414
4415         * scm/paper.scm (set-paper-dimensions): add printfirstpagenumber.
4416
4417         * scm/page-layout.scm (plain-header): if printfirstpagenumber is
4418         true will print the page number in the first page.
4419
4420         * Documentation/user/changing-defaults.itely: Document
4421         printfirstpagenumber.
4422
4423 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4424
4425         * lily/phrasing-slur-engraver.cc (acknowledge_grob): avoid more
4426         objects.
4427
4428         * lily/beam-concave.cc (calc_concaveness): take absolute value of
4429         dy for scaling. This fixes various downbeams.
4430         
4431
4432         * lily/beam-quanting.cc (best_quant_score_idx): 
4433
4434 2004-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4435
4436         * scm/framework-tex.scm (header-to-file): Fix.
4437
4438 2004-09-22  Werner Lemberg  <wl@gnu.org>
4439
4440         * lily/parser.yy <score_body>: Fix typo.
4441
4442 2004-09-22  Graham Percival  <gperlist@shaw.ca>
4443
4444         * Documentation/user/tutorial.itely: modified a "future planning"
4445         comment.
4446
4447         * Documentation/user/notation.itely: more editing.
4448
4449 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4450
4451         * scm/define-markup-commands.scm (note-by-number): read font-size
4452         to determine stem length. Fixes: markup-note.ly
4453
4454 2004-09-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4455
4456         * lily/slur.cc (outside_slur_callback): read #'padding for
4457         slur-padding. Fixes: slur-script.ly
4458
4459         * lily/parser.yy (score_body): disallow \bookpaper in \score.
4460
4461 2004-09-21  Juergen Reuter  <reuter@ipd.uka.de>
4462
4463         * Documentation/user/notation.itely (ancient flags): documented
4464         flags-related known bugs
4465
4466         * lily/include/ligature-engraver.hh: added comment about why and
4467         how of (non-)use of abstract virtual methods
4468
4469         * ly/engraver-init.ly (VaticanaVoice,
4470         GregorianTranscriptionVoice): bugfix (workaround): TextSpanner:
4471         unset dash-fraction property in order to get solid lines
4472
4473         * ly/engraver-init.ly (MensuralStaff): fixed bad comment
4474
4475 2004-09-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4476
4477         * scripts/convert-ly.py (ly): Corrected replacement of \scriptBoth
4478
4479 2004-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4480
4481         * lily/parse-scm.cc (internal_ly_parse_scm): Eval in module, not
4482         in function.
4483
4484         * scm/framework-tex.scm (convert-to-dvi): Use nonstopmode.  Set
4485         openout_any=p.  Throughout: progress to stderr, translate user
4486         messages.
4487
4488         * scm/output-gnome.scm: Fix font dir description.
4489
4490 2004-09-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4491
4492         * input/test/mensural-ligatures.ly (voice): move linethickness
4493         settings to bookpaper.
4494
4495         * lily/simple-spacer.cc (Module): use force to stretch to 
4496         line length as force measure for ragged spacing.
4497         
4498         * lily/lily-parser.cc (get_paper): don't set parent for \paper
4499         blocks in the parser. This eliminates ordering dependency for
4500         \bookpaper and \paper
4501
4502         * ly/part-paper-init.ly: remove file.
4503
4504         * lily/includable-lexer.cc (new_input): elucidate message.
4505
4506         * VERSION: 2.3.18 released.
4507         
4508 2004-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4509
4510         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
4511         * input/mutopia/R.Schumann/romanze-op28-2.ly:
4512         * input/mutopia/F.Schubert/standchen.ly: Remove obsolete
4513         #'Slur.attachment setting.
4514
4515         * elisp/lilypond-mode.el (LilyPond-command-alist): Use -ftex,
4516         friendlier for point and click.
4517
4518 2004-09-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4519
4520         * ly/init.ly: reverse collected scores.
4521
4522         * scm/page-layout.scm (ly:optimal-page-breaks): use non-ragged
4523         layout to determine force.
4524         
4525 2004-09-18  Werner Lemberg  <wl@gnu.org>
4526
4527         * ly/engraver-init.ly <Score> [quotedEventTypes]: Add tuplets and
4528         ties.
4529
4530         * ly/declarations-init.ly (escapedBiggerSymbol,
4531         escapedSmallerSymbol): Fix typos.
4532
4533         * scripts/convert-ly.py: s/removeTag/removeWithTag/.
4534
4535 2004-09-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4536
4537         * input/{input,regression}/*.ly: run convert-ly
4538
4539         * VERSION: release 2.3.17
4540
4541         * lily/slur-scoring.cc (enumerate_attachments): make stem_extent a
4542         little wider for attachment calculation. This prevents stem and
4543         slur touching.
4544
4545         * lily/parser.yy (direction_less_char): soft code \< \> \! \( \) (
4546         ) 
4547
4548         * input/regression/tie.ly (texidoc): cleanup.
4549
4550         * ly/declarations-init.ly (tildeSymbol): soft-code meaning of [ ]
4551         and ~
4552
4553         * lily/slur-scoring.cc (score_extra_encompass): check if extra
4554         objects are on boundary column. 
4555
4556         * lily/main.cc (parse_argv): process --tex too.
4557
4558         * ly/music-functions-init.ly (keepWithTag): add music functions
4559         keepWithTag and removeWithTag.
4560
4561         * lily/quote-iterator.cc (Quote_iterator): init transposed_musics_.
4562
4563         * lily/accidental-engraver.cc (recent_enough): interpret laziness
4564         = #t. This fixes no-reset accidental-style.
4565
4566         * input/regression/accidental-piano.ly (Module): new file.
4567
4568         * lily/lily-guile.cc (LY_DEFINE): ly_assoc_get: new function.
4569
4570 2004-09-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4571
4572         * lily/slur-scoring.cc (score_extra_encompass): widen X extent of
4573         extra encompass.
4574         (score_extra_encompass): use Y coordinate of attachment if X
4575         attachment falls in extra encompass X extent.
4576
4577         * buildscripts/guile-gnome.sh (SLIB_PATH): add SLIB_PATH to
4578         GUILE_LOAD_PATH
4579
4580 2004-09-17  Jan Nieuwenhuizen  <janneke@gnu.org>
4581
4582         * scm/output-gnome.scm: Small fixes.
4583
4584         * buildscripts/guile-gnome.sh: Getting close to 2.6.0 release.
4585
4586 2004-09-16  Juergen Reuter  <reuter@ipd.uka.de>
4587
4588         * Documentation/user/notation.itely (Ancient flags): Removed
4589         documentation on adjust-if-on-staffline (this property was removed
4590         by Han-Wen).
4591
4592         * Documentation/user/notation.itely (Ancient notation): Minor
4593         cleanups and fixes.  Renamed "Vaticana style contexts" ->
4594         "Gregorian Chant contexts".  Added section "Mensural contexts".
4595         Added section "Ancient articulations".
4596
4597         * ly/engraver-init.ly: Added "MensuralVoice" and "MensuralStaff".
4598
4599 2004-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
4600
4601         * buildscripts/guile-gnome.sh: Add missing bit.
4602
4603 2004-09-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4604
4605         * buildscripts/guile-gnome.sh (LD_LIBRARY_PATH): new script.
4606
4607         * lily/slur-scoring.cc (get_y_attachment_range): set end point
4608         using base_attachment.
4609
4610         * scm/page-layout.scm (default-page-make-stencil): whoops. Add
4611         page header back.
4612
4613         * scm/documentation-generate.scm (top-node): move version to top
4614         node.
4615
4616         * lily/ledger-line-spanner.cc: add ledgered-interface, with
4617         property no-ledgers.
4618
4619 2004-09-16  Heikki Junes  <hjunes@cc.hut.fi>
4620
4621         * Documentation/user/{changing-defaults,examples,invoking,
4622         tutorial}.itely: Expand 's to is.
4623
4624         * Documentation/user/notation.itely: Capitalize only first letter.
4625
4626         * Documentation/user/programming-interface.itely: Capitalize Scheme.
4627
4628         * Documentation/user/lilypond-book.itely: use @refbugs.
4629
4630         * THANKS: sort.
4631
4632         * input/mutopia/F.Schubert/morgenlied.ly,
4633         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly,
4634         input/mutopia/R.Schumann/romanze-op28-2.ly: Add lifetime and full
4635         name.
4636
4637 2004-09-15  Juergen Reuter  <reuter@ipd.uka.de>
4638
4639         * mf/parmesan-heads.mf: bugfixes: (i) removed duplicate
4640         lneomensural char entry; (ii) fixed mensural/neomensural naming
4641         clash typo; (iii) lneomensural char: fixed stem attachment point.
4642         WARNING: FONT CHANGED!
4643
4644 2004-09-15  Graham Percival  <gperlist@shaw.ca>
4645
4646         * Documentation/user/introduction.itely: update \stemBoth to
4647         \stemNeutral.
4648
4649         * Documentation/user/notation.itely: more editing of the manual.
4650
4651 2004-09-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4652
4653         * lily/slur-scoring.cc (score_edges): add exp(slope*dir*leftright)
4654         factor in edge attraction. This reflects that the left edge may
4655         have a larger gap for an ascending up-slur.
4656         (get_base_attachments): copy bound Y from right bound, if there is
4657         only one note-column after the line break.
4658
4659 2004-09-14  Jan Nieuwenhuizen  <janneke@gnu.org>
4660
4661         * buildscripts/guile-gnome.sh: Update with tarball [pre]releases.
4662
4663 2004-09-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4664
4665         * lily/phrasing-slur-engraver.cc (process_music): Create
4666         PhrasingSlur instead of Slur.
4667
4668         * Documentation/user/changing-defaults.itely (Defining new
4669         contexts): Fixed misprinted context name.
4670
4671 2004-09-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4672
4673         * ly/property-init.ly (hideStaffSwitch): remove turnOff.
4674
4675         * scripts/convert-ly.py (conv): change Both to Neutral in property
4676         settings.
4677
4678         * ly/engraver-init.ly: increase extent of Staff. 
4679
4680 2004-09-13  Graham Percival  <gperlist@shaw.ca>
4681
4682         * scm/script.scm: change behaviour of slur and accent.
4683
4684         * Documentation/user/music-glossary.tely: de-gender a few entires.
4685
4686         * Documentation/user/introduction.itely: de-gender a few sentences.
4687
4688 2004-09-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4689
4690         * input/regression/rehearsal-mark-number.ly: Reuse the existing
4691         formatting routine when adding boxed numbers. Makes it easier to
4692         extrapolate how to do for boxed letters.
4693
4694 2004-09-12  Graham Percival  <gperlist@shaw.ca>
4695
4696         * Documentation/user/notation.itely: fixed Time Signature numbers bug.
4697
4698         * Documentation/user/invoking.itexi: updated the "reporting bugs"
4699         section.
4700
4701 2004-09-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4702
4703         * scm/define-grobs.scm (all-grob-descriptions): longer
4704         ideallengths for stems in higher order beams.
4705
4706         * Documentation/user/changing-defaults.itely (Page layout):
4707         document them.
4708
4709         * scm/page-layout.scm (ly:optimal-page-breaks): use new parameters
4710         to get sane spaces for titles.
4711
4712         * ly/book-paper-defaults.ly: new parameters aftertitlespace,
4713         beforetitlespace, betweentitlespace.
4714
4715         * input/regression/beam-quant-standard.ly (primeSixteenths): add
4716         16th notes.
4717
4718         * lily/beam.cc (set_minimum_dy): new function. Round non-zero
4719         small slope up to smallest quant. This prevents small slopes from
4720         getting rounded to zero.
4721
4722         * lily/beam-quanting.cc (quanting): don't allow dy_mus slopes that
4723         are smaller than the smallest quant.
4724
4725         * input/tutorial/brahms*.ly: remove.
4726
4727         * input/*: update all .ly files.
4728          
4729         * ly/a4-init.ly (vsize): remove papersize init files.
4730
4731         * scripts/convert-ly.py (conv): add conversion.
4732
4733         * lily/parser.yy: change mode changing commands to XXXmode,
4734         eg. drummode.
4735         (mode_changing_head): group mode changes.
4736         (mode_changing_head_with_context): new commands: create context as
4737         well as change mode.
4738
4739         * input/regression/system-overstrike.ly: new file.
4740
4741         * scm/page-layout.scm (ly:optimal-page-breaks): add
4742         betweensystempadding also to fixed distance for the spring.
4743  
4744         * scm/define-grobs.scm (all-grob-descriptions): fix order of
4745         key-cancellation.
4746
4747         * input/regression/beam-concave-damped.ly: new file.
4748
4749         * lily/beam-concave.cc: new file, with new routines for concave
4750         decisions. There are now two types of concaveness: 1. a sharp
4751         logic decision forcing a beam horizontal, and 2. a number that
4752         measures how concave beams are that are not caught by 1.
4753
4754         This fixes: morgenlied.ly and input/regression/beam-concave.ly
4755         
4756         * lily/new-fingering-engraver.cc (stop_translation_timestep): new
4757         property: add-stem-support
4758
4759 2004-09-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4760
4761         * lily/slur-scoring.cc (get_bound_info): only do
4762         broken trend at the end of the line.
4763
4764         * VERSION (PACKAGE_NAME): release 2.3.16.
4765
4766         * input/regression/phrasing-slur.ly (Module): remove (duplicate
4767         with phrasing-slur-slur-avoid.ly)
4768
4769         * lily/slur-scoring.cc (struct Extra_collision_info): collect
4770         parameters for extra offset.
4771         (get_bezier): add slurs mid-points for curve determination
4772         (score_extra_encompass): add slur end points for scoring.
4773
4774 2004-09-11  Matthias Neeracher  <neeracher@mac.com>
4775
4776         * scm/framework-ps.scm (reencode-font): Handling font scaling
4777         and reencoding differently to work around a bug in gs 8.30 and
4778         earlier.
4779         Update callers.
4780
4781 2004-09-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4782
4783         * lily/slur-scoring.cc (broken_trend_y): always take use vdir
4784         extent index of other system. Fixes slurs across line breaks.
4785
4786         * lily/tuplet-engraver.cc (start_translation_timestep): use
4787         Tuplet_description::stop_ for determining when to stop producing
4788         tuplet brackets. This fixes: tuplet-overwrite.ly
4789
4790         * lily/*-engraver.cc: remove all Protected_scm objects to fix GC
4791         errors with GUILE 1.7 CVS.
4792
4793         * lily/translator.cc (derived_mark): new function.
4794
4795         * lily/slur-scoring.cc (score_encompass): new penalty type:
4796         variance penalty demerits slurs where one head/stem is much
4797         closer to the slur than average.
4798
4799         * lily/tuplet-bracket.cc (print): use robust_relative_extent
4800         iso. extent()
4801         (calc_position_and_height): use robust_relative_extent(). This
4802         fixes a couple of programming_errors
4803
4804         * input/regression/part-combine-mmrest-after-solo.ly (Module): new
4805         file.
4806
4807         * lily/part-combine-iterator.cc (unisono): bugfix for the case
4808         that voice-2 plays solo, and voice-1 has an mmrest that starts
4809         earlier. In that case, we switch to voice-2, so we catch the
4810         mmrest of voice-2. This fixes: partcombine-rest.ly.
4811  
4812 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4813
4814         * scm/define-grob-properties.scm (all-internal-grob-properties):
4815         add adjacent-hairpins property.
4816
4817         * lily/hairpin.cc: lengthen hairpin if space is available.
4818
4819         * input/regression/dynamics-hairpin-length.ly (Module): new file.
4820
4821 2004-09-10  Graham Percival  <gperlist@shaw.ca>
4822
4823         * Documentation/user/notation.itely: small fixes to docs.
4824
4825 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4826         
4827         * VERSION (PACKAGE_NAME): release 2.3.15
4828
4829         * make/lilypond.redhat.spec.in (Requires): bump requirement for
4830         ec-fonts-mftraced
4831
4832         * mf/GNUmakefile (SAUTER_FONTS): remove ecb10. This is provided by
4833         the latest ec-fonts-mftraced package.
4834
4835         * scm/define-context-properties.scm
4836         (all-internal-translation-properties): add property. Remove
4837         definition of quotes property.
4838
4839         * Documentation/user/notation.itely (Quoting other voices):
4840         document it
4841
4842         * lily/quote-iterator.cc (moment_less): add quotedEventTypes
4843         property, to determine what events are processed in \quote.
4844
4845 2004-09-10  Juergen Reuter  <reuter@ipd.uka.de>
4846
4847         * (many files): removed most occurrences of underscore ("_")
4848         from font characters; made font character naming more
4849         consistent
4850
4851         * input/test/gregorian-scripts.ly: fixed another victim of grand
4852         replacement operations
4853
4854         * lily/vaticana-ligature-engraver.cc: caught some more "_"
4855         inconsistencies
4856
4857         * input/puer-fragment.ly: bugfix: lyrics hyphen: syntax update
4858
4859 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4860
4861         * Documentation/user/changing-defaults.itely (Paper size): doc
4862         landscape
4863         
4864
4865         * scm/framework-ps.scm (eps-header): bugfixes. 
4866
4867         * scm/titling.scm (default-score-title): remove opus from the
4868         \score title.
4869
4870 2004-09-08  Pedro Kroger  <kroeger@pedrokroeger.net>
4871
4872         * scripts/convert-ly.py (program_name): changed to sys.argv[0]
4873
4874         * scripts/abc2ly.py (program_name): changed to sys.argv[0]
4875
4876         * scripts/etf2ly.py (program_name): changed to sys.argv[0]
4877
4878         * scripts/lilypond-book.py (program_name): changed to sys.argv[0]
4879
4880         * scripts/lilypond-latex.py (program_name): changed to sys.argv[0]
4881
4882         * scripts/midi2ly.py (program_name): changed to sys.argv[0]
4883
4884         * scripts/mup2ly.py (program_name): changed to sys.argv[0]
4885
4886         * scripts/ps2png.py (program_name): changed to sys.argv[0]
4887
4888 2004-09-09  Jan Nieuwenhuizen  <janneke@gnu.org>
4889
4890         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Increment
4891         character position.  Huh?
4892
4893         * scm/output-gnome.scm (placebox): Shield affine-relative.
4894
4895         * buildscripts/guile-gnome.sh: Update.  Do not use GUILE CVS,
4896         cater for system's pango 1.5.1.
4897
4898         * input/regression/new-slur.ly: Add ugly slur from scsii-sarabande.
4899
4900         * scm/slur.scm: Tweak.
4901
4902 2004-09-08  Graham Percival  <gperlist@shaw.ca>
4903
4904         * Documentation/user/{first couple of chapters}: more editing.
4905
4906 2004-09-07  Graham Percival  <gperlist@shaw.ca>
4907
4908         * Documentation/topdocs/AUTHORS.texi, THANKS: add/modify my name
4909         and summary.
4910
4911         * Documentation/user/{first couple of chapters}: the big "Graham's
4912         moved to a new city, his friends haven't arrived, and he has no
4913         internet access" patch.  Numerous editorial and stylistic changes
4914         to the manual.
4915
4916 2004-09-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4917
4918         * scm/framework-ps.scm (output-framework): handle landscape settings.
4919
4920         * ps/lilyponddefs.ps: cleanup.
4921
4922 2004-09-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4923
4924         * scm/define-grobs.scm (all-grob-descriptions): unset
4925         threshold. This fixes morgenlied. 
4926
4927         * scm/page-layout.scm (ly:optimal-page-breaks): whoops. Thinko in
4928         rod calculation.
4929
4930         * lily/system.cc (get_line): don't take piano-pedal & dynamic line
4931         spanners into account for staff-extents.
4932
4933         * lily/ottava-bracket.cc (print): take common refpoint of dots
4934         into account as well.
4935
4936 2004-09-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4937
4938         * lily/lookup.cc (triangle): translate by interval.
4939
4940         * VERSION (PACKAGE_NAME): release 2.3.14
4941
4942         * Documentation/user/changing-defaults.itely (Page layout): add
4943         betweensystempadding
4944
4945         * scm/page-layout.scm (ly:optimal-page-breaks): typo.
4946
4947         * input/regression/quote-cyclic.ly (Module): new file.
4948
4949         * scm/lily.scm (print): add function.
4950
4951         * scm/music-functions.scm (quote-substitute): new
4952         function. Substitute \quote when putting music into \score.
4953
4954         * input/regression/key-signature-cancellation.ly (Module): new file.
4955
4956         * lily/*.cc: more ly_scm2 -> scm_to converions.
4957
4958         * lily/key-signature-interface.cc (print): take position
4959         difference into account when spacing naturals.
4960
4961         * lily/key-engraver.cc (create_key): create KeyCancellation grob
4962         separately, so the cancellation can be put before the staff-bar
4963
4964         * scm/define-grobs.scm (all-grob-descriptions): add a
4965         KeyCancellation grob.
4966
4967         * lily/tuplet-engraver.cc (struct Tuplet_description): new
4968         struct. Use to clean-up Tuplet_engraver
4969
4970 2004-09-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4971
4972         * lily/*: ly_scm2int -> scm_to_int
4973         ly_scm2double -> scm_to_double
4974
4975         * lily/include/lily-guile.hh (scm_from_double): more compat glue.
4976
4977 2004-09-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4978
4979         * lily/simple-spacer.cc (LY_DEFINE): return something sensible for
4980         0 springs
4981
4982         * lily/system.cc (post_processing): 
4983
4984         * scm/page-layout.scm (ly:optimal-page-breaks): implement uniform
4985         density for vertical spacing by means of force penalty.
4986         
4987         * scm/paper.scm (paper-set-staff-size): add betweensystemspace as
4988         dimension-variables
4989
4990         * Documentation/user/changing-defaults.itely (Page layout): add
4991         betweensystemspace variable.
4992
4993         * ly/book-paper-defaults.ly: set betweensystemspace: 20 mm
4994
4995         * scm/page-layout.scm (space-systems): new function. Use spring
4996         and rod approach for vertically spacing systems.
4997
4998         * ly/engraver-init.ly: tune down minimumVerticalExtent.
4999
5000         * scm/define-grobs.scm (all-grob-descriptions): set threshold for
5001         vertical alignment.
5002
5003         * lily/slur-engraver.cc (process_music): add warning for slur.
5004
5005 2004-09-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5006
5007         * lily/include/lily-guile.hh (scm_is_number): add scm_is_number
5008
5009         * lily/simple-spacer.cc (LY_DEFINE): ly_solve_spring_rod_problem:
5010         export spacing routine to SCM.
5011
5012         * lily/include/simple-spacer.hh (struct Simple_spacer_wrapper):
5013         new class, separate Grobs from interface.
5014
5015 2004-09-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5016
5017         * lily/include/lily-guile.hh: compatibility glue for 1.6
5018
5019         * lily/*.cc (acknowledge_grob): ly_string_p -> scm_is_string.
5020
5021         * lily/lily-guile.cc: remove ly_scm2str0.
5022
5023 2004-09-01  Jan Nieuwenhuizen  <janneke@gnu.org>
5024
5025         * Documentation/user/macros.itexi: Use @inforef iso @uref for
5026         external references.  Fixes HTML cross references with makeinfo 4.7.
5027
5028 2004-09-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5029
5030         * lily/include/simple-spacer.hh (struct Simple_spacer): remove
5031         expand_only option.
5032
5033 2004-08-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5034
5035         * lily/system.cc (get_line): add System stencil to exprs. Fixes
5036         system-extents.ly.
5037
5038         * ly/engraver-init.ly: decrease minimumVerticalExtent to (-5,5).
5039
5040         * scm/define-grobs.scm (all-grob-descriptions): decrease padding
5041         for MultiMeasureRestNumber
5042
5043         * VERSION (PACKAGE_NAME): release 2.3.13
5044
5045 2004-08-29  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5046
5047         * lily/context-scheme.cc (LY_DEFINE): ly:context-grob-definition
5048         takes two arguments.
5049
5050 2004-08-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5051
5052         * input/regression/slur-stem-broken.ly: remove.
5053
5054         * lily/slur.cc: add quant-score.
5055
5056         * input/regression/slur-staccato.ly (texidoc): remove
5057
5058         * make/lilypond.redhat.spec.in (Group): remove musedata2ly
5059
5060 2004-08-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5061
5062         * lily/include/bezier-bow.hh: remove.
5063
5064         * lily/slur-bezier-bow.cc (Module): remove.
5065
5066         * lily/include/slur.hh (Module): remove.
5067
5068         * lily/slur.cc: remove
5069
5070         * input/test/slur-beautiful.ly (Module): remove
5071
5072         * input/test/slur-attachment-override.ly (Module): remove
5073
5074         * lily/slur-quanting.cc (after_line_breaking): only do scoring
5075         when less than 4 control-points.
5076
5077         * lily/key-signature-interface.cc: add style.
5078
5079         * Documentation/user/notation.itely (Automatic staff changes):
5080         document new behavior.
5081
5082         * input/regression/slur-extreme.ly: new file.
5083
5084         * ly/engraver-init.ly (Score): set bassStaffProperties to \clef
5085         bass. Obviates \clef bass in the bass staff, when using \autochange 
5086
5087         * lily/auto-change-iterator.cc (construct_children): instantiate
5088         up/down Staff, create Voice on up staff initially. Obviates
5089         explicit instantiation of up/down contexts for \autochange. 
5090
5091         * lily/slur-quanting.cc (get_bezier): new functionality, blow up
5092         slur depending on extents of note heads.
5093         
5094 2004-08-28  Graham Percival  <gperlist@shaw.ca>
5095
5096         * Documentation/user/tutorial.itely: minor editing.
5097
5098         * Documentation/user/examples.itely: tiny editing.
5099
5100 2004-08-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5101
5102         * lily/slur-quanting.cc (init_score_param): read scoring
5103         parameters from slur-details property
5104
5105         * scm/define-grobs.scm (all-grob-descriptions): add inside-slur to
5106         Accidental
5107
5108         * Documentation/user/advanced.itely: removed.
5109
5110         * Documentation/user/programming-interface.itely (How markups work
5111         internally): new subsection.
5112
5113         * Documentation/user/converters.itely (Invoking abc2ly): remove
5114         musedata2ly.
5115
5116 2004-08-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5117
5118         * Documentation/user/point-and-click.texi (Point and click): new file.
5119         put point & click in appendix.
5120         
5121         * Documentation/user/changing-defaults.itely (Vertical spacing):
5122         corrections
5123
5124 2004-08-27  Graham Percival  <gperlist@shaw.ca>
5125
5126         * Documentation/user/introduction.itely: add note about the
5127         "example templates" section of the manual, and remove link to
5128         input/template/
5129
5130 2004-08-27  Juergen Reuter   <reuter@ipd.uka.de>
5131
5132         * Documentation/user/lilypond-book.itely: fix parse error: @LaTeX
5133         -> La@TeX
5134
5135         * mf/parmesan-heads.mf: draw_diamond_head: fixed pen width; added
5136         missing lneo_mensural head; editorial cleanups
5137
5138         * lily/mensural-ligature.cc: added more comments
5139
5140 2004-08-26  Graham Percival  <gperlist@shaw.ca>
5141
5142         * Documentation/user/examples.itely: second, third, fourth, and fifth
5143         sections added.
5144
5145         * input/template/{various}: removed files included in examples.itely.
5146
5147 2004-08-26  Juergen Reuter   <reuter@ipd.uka.de>
5148
5149         * lily/stem.cc: bugfix: adjust-if-on-staffline: use
5150         Stem::stem_end_position instead of broken
5151         Staff_symbol_referencer::get_position
5152
5153 2004-08-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5154
5155         * debian/changelog: debian patch by Anthony Fok.
5156
5157         * lily/stem.cc (flag): bugfix for mensural flags (thanks Juergen!)
5158
5159         * lily/slur-engraver.cc (try_music): ignore slurs_. Otherwise we
5160         get spurious messages with skipTypesetting on.
5161
5162 2004-08-25  Graham Percival   <gperlist@shaw.ca>
5163
5164         * Documentation/user/lilypond-book.itely: slight clean-up.
5165
5166         * Documentation/user/examples.itely: began section.
5167
5168 2004-08-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5169
5170         * lily/script-interface.cc: add slur property.
5171
5172         * lily/slur-quanting.cc (score_extra_encompass): avoid other slurs
5173         too.
5174
5175         * input/regression/phrasing-slur-slur-avoid.ly: new file.
5176
5177         * lily/ottava-bracket.cc (print): always start from right edge of
5178         a broken bound. This fixes ottava-clef.ps 
5179
5180 2004-08-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5181
5182         * input/regression/slur-script-inside.ly: new file.
5183
5184         * lily/new-slur.cc (outside_slur_callback): new function, to make
5185         scripts avoid slurs 
5186
5187         * lily/slur-engraver.cc (finalize): 
5188
5189         * lily/script-interface.cc: add inside-slur property.
5190
5191         * lily/slur-engraver.cc (finalize): read inside-slur property.
5192
5193         * scm/lily.scm (postscript->png): use ~a iso. ~s in progress
5194         message.
5195
5196         * ly/property-init.ly (unHideNotes): hide accidentals at staff
5197         level. Fixes: hideNotes-accidental.ly
5198
5199 2004-08-23  Pedro Kroger  <kroeger@pedrokroeger.net>
5200
5201         * scm/page-layout.scm (plain-header): fix bug that print page
5202         number in the first page if firstpagenumber was different than 1.
5203
5204 2004-08-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5205
5206         * scm/framework-ps.scm (define-fonts): use UPCASE for Bluesky
5207         fonts. Fixes triangle markup for chords.
5208
5209         * lily/slur-quanting.cc (score_extra_encompass): make score depend
5210         on distance. This fixes slur-tenuto.ly and slur-tie.ly
5211  
5212         * flower/include/interval.hh (T>): add distance() function
5213
5214         * lily/ottava-bracket.cc (print): add dots to extent. Fixes
5215         octaviation-dot.ly 
5216
5217         * lily/context-scheme.cc: ly_context_grob_definition: new function.
5218
5219         * VERSION (MY_PATCH_LEVEL): release 2.3.12
5220
5221         * lily/new-slur.cc (add_column): remove set_interface()
5222
5223 2004-08-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5224
5225         * input/regression/slur-double.ly: new file. 
5226
5227         * lily/slur-engraver.cc: add doubleSlurs property
5228
5229         * scm/fret-diagrams.scm (label-fret): use cond instead of case for
5230         symbols.
5231
5232         * Documentation/user/notation.itely (Easy Notation note heads):
5233         revise notation Chapter.
5234
5235         * ly/music-functions-init.ly (makecluster): add makeClusters music
5236         function.
5237
5238         * lily/part-combine-engraver.cc: rename soloADue ->
5239         printPartCombineTexts
5240
5241         * scripts/convert-ly.py (conv): junk script{Up|Down|Both}.
5242
5243         * lily/horizontal-bracket.cc (print): use
5244         Tuplet_bracket::make_bracket, so it supports bracket-flare,
5245         edge-eight and shorten-pair.
5246
5247 2004-08-22  Pedro Kroger  <kroeger@pedrokroeger.net>
5248
5249         * Documentation/user/changing-defaults.itely (Page layout):
5250         description of firstpagenumber. Moved @refbugs about rightmargin
5251         to the end of the section (it was looking like the documentation
5252         after the refbugs was part of the bug comment).
5253
5254         * scm/framework-ps.scm (output-framework): set the first
5255         postscript page number to firstpagenumber
5256
5257         * scm/page-layout.scm (ly:optimal-page-breaks): print the first
5258         page number according to firstpagenumber
5259
5260         * scm/paper.scm (set-paper-dimensions): added firstpagenumber
5261         parameter
5262
5263 2004-08-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5264
5265         * lily/slur-engraver.cc (class Slur_engraver): simplify: remove
5266         nested slurs. 
5267
5268         * scripts/convert-ly.py (lilypond_version_re_str): handle
5269         \version "bar" % "foo"
5270
5271         * lily/completion-note-heads-engraver.cc (process_music): set
5272         duration-log before announcing object.
5273         
5274         * lily/staff-symbol.cc (print): subtract thickness from staff line
5275         length
5276
5277         * lily/parser.yy (book_body): disallow { ..music.. } inside \book
5278         
5279 2004-08-21  Carl Sorensen  <carldsorensen@comcast.net>
5280
5281         * scm/stencil.scm: remove fontify-text and fontify-text-white
5282
5283 2004-08-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5284
5285         * scm/part-combiner.scm: skip name string. Fixes segfault problem.
5286
5287         * Documentation/user/sound-output.texi (Sound): new file. Move all
5288         MIDI related information.
5289
5290 2004-08-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5291
5292         * lily/script-engraver.cc (acknowledge_grob): only take into
5293         account note heads with a music cause. Fixes ambitus-accent.ly
5294
5295         * scm/define-markup-commands.scm (finger): set encoding to
5296         fetaNumber.
5297
5298 2004-08-20  Erik Sandberg <ersa9195@student.uu.se>
5299
5300         * scripts/convert-ly.py: typo
5301
5302 2004-08-19  Carl Sorensen  <carldsorensen@comcast.net>
5303
5304         * scm/fret-diagrams.scm: Eliminate use of fontify-text; make 
5305         font calls for diagrams based on paper and props
5306
5307 2004-08-19  Graham Percival <gperlist@shaw.ca>
5308
5309         * scripts/convert-ly.py: add \newpage -> \pageBreak rule.
5310
5311 2004-08-19  Erik Sandberg <ersa9195@student.uu.se>
5312
5313         * ly/spanners-init.ly: Correct meanings of setTextDecresc/Dim,
5314         added setHairpinDecresc/Dim
5315
5316 2004-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5317
5318         * lily/include/lily-guile.hh: Cosmetics.
5319
5320 2004-08-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5321
5322         * input/regression/fermata-rest-position.ly: new file
5323
5324         * ly/property-init.ly (hideNotes): remove \setMmRestFermata
5325
5326         * scripts/convert-ly.py (conv): add rule for \setMmRestFermata
5327
5328 2004-08-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5329
5330         * scm/framework-tex.scm (output-preview-framework) 
5331         (output-classic-framework): 
5332         * scm/framework-ps.scm (output-preview-framework):
5333         s/ly:paper-book-lines/ly:paper-book-systems/g
5334
5335         * scm/fret-diagrams.scm (ss-font-encoding):
5336         s/my-font-encoding/ss-font-encoding
5337
5338 2004-08-18  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5339
5340         * scm/music-functions.scm (direction-polyphonic-grobs): Set
5341         direction also on fingerings.
5342
5343         * lily/clef-engraver.cc: Add forceClef to list of read properties.
5344
5345 2004-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
5346
5347         * po/nl.po: Some updates.
5348
5349         * scm/lily.scm (_): New function.
5350         (postscript->pdf, postscript->png, lilypond-main)
5351         (postscript->pdf): Use it.  Write messages to stderr.
5352
5353         * stepmake/stepmake/po-targets.make (ALL_PO_SOURCES): Add SCM_FILES.
5354
5355         * scm/GNUmakefile (XGETTEXT_FLAGS): Set language to Lisp.
5356         xgettext does not recognise scheme yet.  Patch submitted.
5357
5358         * lily/scm-option.cc (LY_DEFINE):
5359         * lily/main.cc: The program is now called lilypond (WAS:
5360         lilypond-bin).
5361
5362         * lily/rest-collision.cc (do_shift): Uniformise two too many rests
5363         messages.
5364
5365         * lily/include/paper-book.hh
5366         * lily/include/paper-system.hh: Finish renaming of paper-line to
5367         system.  Fix users.
5368
5369 2004-08-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5370
5371         * scm/documentation-generate.scm (string-append): add version.
5372
5373         * scm/define-markup-commands.scm (box): add box-padding and
5374         thickness props for the box command.
5375  
5376         * Documentation/user/changing-defaults.itely (Text encoding):
5377         elucidate use of \encoding for \header strings.
5378
5379         * lily/parser.yy (lyric_element): use \encoding for lyrics strings.
5380
5381         * lily/score.cc (LY_DEFINE): check if length of music > 0. Fixes:
5382         staff-change.ly
5383
5384         * lily/output-def.cc (assign_context_def): use set_variable().
5385
5386         * lily/text-item.cc (interpret_string): accept string input
5387         encoding too.
5388
5389         * scm/encoding.scm (read-encoding-file): print warning when file
5390         can't be found.
5391
5392         * tex/latin1.enc: remove.
5393
5394         * tex/GNUmakefile ($(outdir)/latin1.enc): create latin1 from GS.
5395
5396         * lily/rod.cc (columnize): robustness fix. Don't crash for
5397         nil span points. Fixes: appoggiatura-segfault.ly
5398         (add_to_cols): extra robustness fix.
5399
5400 2004-08-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5401
5402         * lily/text-item.cc (interpret_string): use lookup_variable() to
5403         fidn inputencoding. Now, \paper inherits inputencoding from
5404         \bookpaper.
5405
5406         * lily/script-engraver.cc (stop_translation_timestep): remove slur
5407         collision kludge.
5408
5409         * lily/dynamic-engraver.cc (typeset_all): remove slur collision
5410         kludge.
5411
5412 2004-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
5413
5414         * lily/main.cc (parse_argv): Bugfix: handle 'p'.  Add warning.
5415
5416 2004-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
5417
5418         * lily/spanner.cc (spanned_rank_iv): Bugfix.
5419
5420         * lily.scm: Mark un-internationlised user messages (with FIXME).
5421
5422         * lily/include/modified-font-metric.hh (struct
5423         Modified_font_metric): New file.  (WAS: incorrectly named
5424         scaled-font-metric.hh ?)
5425
5426         * lily/include/scaled-font-metric.hh: Remove.
5427
5428         * lily/text-item.cc (interpret_string): Identify and document
5429         input-encoding problem.
5430
5431         * lily/paper-book.cc (pages): Do not use `paper' as variable name
5432         for a Bookpaper.
5433
5434         * tex/latin1.enc: Replace /minus with /hyphen.
5435
5436         * scm/encoding.scm: For latin1 (input-)encoding, use
5437         latin1.  (Cork.enc is NOT latin1 -- see man latin1).
5438
5439         * ly/book-paper-defaults.ly: Add a comment about suspicious TeX
5440         inputencoding.
5441
5442 2004-08-12  Heikki Junes  <hjunes@cc.hut.fi>
5443
5444         * Documentation/topdocs/INSTALL.html: fixes.
5445
5446 2004-08-12  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
5447
5448         * buildscripts/builder.py: Fix for scons CVS.
5449
5450 2004-08-11  Heikki Junes  <hjunes@cc.hut.fi>
5451
5452         * Documentation/user/notation.itely,
5453         Documentation/topdocs/NEWS.texi, input/test/ambitus-mixed.ly,
5454         input/test/ambitus-mixed.ly: fix plurals:
5455         english: ambit, pl. ambits; latin: ambitus, pl. ambitus.
5456
5457 2004-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
5458
5459         * lily/dynamic-engraver.cc (typeset_all):
5460         * lily/script-engraver.cc (stop_translation_timestep): Handle
5461         collisions with new-slur.
5462
5463 2004-08-10  Jan Nieuwenhuizen  <janneke@gnu.org>
5464
5465         * scm/define-grobs.scm (all-grob-descriptions): Add
5466         new-slur-interface.
5467
5468 2004-08-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5469
5470         * elisp/lilypond-mode.el (LilyPond-command-alist): LilyPond now
5471         produces .PS
5472
5473 2004-08-09  Carl Sorensen  <carldsorensen@comcast.net>
5474
5475         * scm/define-grob-properties.scm (all-user-grob-properties): fix
5476         definition of number-type
5477
5478 2004-08-08  Carl Sorensen  <carldsorensen@comcast.net>
5479
5480         * scm/fret-diagrams.scm : change sans-serif font encoding from 
5481         TeX-text to ec (uses ecss fonts instead of cmss fonts)
5482
5483         * scm/define-grob-interfaces.scm (fret-diagram-interface): add
5484         number-type and label-dir
5485
5486         * scm/define-grob-properties.scm: add number-type and label-dir
5487
5488         * scm/fret-diagrams.scm (label-fret): allow fret label to be on either
5489         left or right.  Allow choice of upper-case roman, lower-case roman, or
5490         arabic numerals in fret label
5491
5492 2004-08-04  Werner Lemberg  <wl@gnu.org>
5493
5494         * lily/slur-quanting.cc: Include libc-extension.hh.
5495         s/round/my_round/.
5496         * ly/engraver-init.ly (VaticanaVoice, GregorianTranscriptionVoice):
5497         s/autobeaming/autoBeaming/.
5498
5499 2004-08-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5500
5501         * VERSION: 2.3.11 released.
5502
5503         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): reinstate
5504         renameinput.
5505
5506 2004-08-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5507
5508         * lily/lookup.cc (round_filled_box): remove warnings about blot
5509         diameter.
5510
5511         * scm/paper.scm (paper-set-staff-size): make linethickness more
5512         easily tunable.
5513
5514         * lily/parser.yy (new_lyrics): \addlyrics -> \oldaddlyrics,
5515         \newlyrics -> \addlyrics
5516
5517         * lily/text-spanner.cc (print): use it.
5518
5519         * lily/dynamic-text-spanner.cc (print): use it.
5520
5521         * lily/grob.cc (robust_relative_extent): new function.
5522
5523         * scripts/lilypond-book.py (main): add -f tex as default process.
5524
5525         * lily/text-spanner.cc (print): only take linear_combination of
5526         nonempty interval.
5527         
5528
5529 2004-08-02  Pedro Kroger  <kroeger@pedrokroeger.net>
5530
5531         * scm/page-layout.scm (default-page-make-stencil): If leftmargin
5532         isn't specified by the user in \bookpaper center the music in the
5533         page.
5534
5535 2004-08-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5536
5537         * Fix some problems after the renaming of my-lily -> lily
5538
5539 2004-08-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5540
5541         * lily/lily-parser.cc (parse_string): don't overwrite keytable_.
5542
5543         * lily/slur-quanting.cc (enumerate_attachments): apply center on
5544         stem-X in more cases. 
5545
5546         * lily/stem.cc (dim_callback): solve todo.
5547
5548 2004-08-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5549
5550         * input/test/README: new file.
5551
5552         * lily/lily-parser.cc: rename my-lily* files.
5553
5554         * lily/my-lily-parser.cc (LY_DEFINE): plug memory leak: unprotect
5555         parser.
5556
5557         * lily/include/my-lily-lexer.hh (class Lily_lexer): smobify lexer.
5558
5559         * lily/include/my-lily-parser.hh: rename My_lily -> Lily
5560
5561         * make/mutopia-targets.make (local-WWW): don't make ps.gz
5562         examples. They take a huge amount of space.
5563
5564         * Documentation/user/GNUmakefile: fix symlinks.
5565
5566         * VERSION: 2.3.10 released.
5567         
5568         * input/test/lyrics-skip-notes.ly: remove
5569
5570         * input/test/stem-cross-staff.ly (noFlag): fold into manual
5571
5572         * input/test/{spacing-2,staff-space,tablature,textscript}.ly:
5573         remove.
5574
5575 2004-08-01  Heikki Junes  <hanwen@xs4all.nl>
5576
5577         * Documentation/user/{changing-defaults,notation,tutorial}.itely:
5578         fixes.
5579
5580 2004-08-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5581
5582         * input/regression/beam-dir-functions.ly: move from test/
5583
5584         * Documentation/user/notation.itely (Feathered beams): new node.
5585
5586         * Documentation/user/changing-defaults.itely (Difficult tweaks):
5587         new node
5588
5589         * input/regression/lyric-hyphen-retain.ly: move to regression.
5590
5591         * input/regression/harmonic.ly: fold into manual
5592         
5593         * input/test/{hshift,move-accidentals,crescendi,feathered-beam,
5594         stem-length,chord-names-no-inversions}.ly: remove
5595         
5596         * input/test/tie-cross-voice.ly: move to regression.
5597
5598         * Documentation/user/notation.itely (Running trills): new node.
5599
5600         * scm/define-grobs.scm (all-grob-descriptions): new grob TrillSpanner
5601
5602         * scm/define-music-types.scm (music-descriptions): add TrillSpanEvent
5603
5604         * lily/trill-spanner-engraver.cc: new file.
5605
5606         * input/regression/trill-spanner.ly: new file.
5607
5608         * input/test/timing.ly: fold into manual.
5609
5610         * input/test/time.ly: remove
5611
5612         * input/test/trill.ly: remove
5613         
5614         * input/test/time-signature-double.ly: fold into manual
5615
5616         * input/test/separate-staccato.ly: remove
5617
5618         * input/test/spanner-after-break-tweak.ly: fold into manual.
5619
5620         * input/test/script-priority.ly: fold into manual.
5621
5622         * input/test/scheme-interactions.ly: remove.
5623         
5624         * input/test/unfold-all-repeats.ly (mel),
5625         input/test/repeat.ly,input/test/repeat-shorter-bracket.ly,
5626         input/test/polymetric-differing-notes.ly input/test/polymetric.ly:
5627         fold into manual.
5628
5629         * input/regression/no-staff.ly: move from input/test/
5630
5631         * input/regression/markup-score.ly: move from input/test/
5632
5633         * input/test/lyrics-melisma-faster.ly: fold into manual
5634         
5635         * input/test/lyrics-melisma-variants.ly: fold into manual
5636
5637         * Documentation/user/notation.itely (Popular music): new node. 
5638
5639         * input/test/gourlay.ly: remove
5640         
5641         * input/test/improv.ly: fold into manual.
5642
5643         * input/test/figured-bass-alternate.ly (fl): remove
5644
5645         * lily/dynamic-text-spanner.cc (print): new file.
5646
5647         * scm/define-grobs.scm (all-grob-descriptions): add DynamicTextSpanner
5648
5649         * lily/engraver-group-engraver.cc (do_announces): reorder logic:
5650         keep recursing into children in case a parent context inserts a
5651         grob into a child context.
5652
5653         * lily/dynamic-engraver.cc (acknowledge_grob): add accidentals to
5654         
5655 2004-07-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5656
5657         * scm/define-markup-commands.scm (postscript): new markup command
5658         \postscript
5659
5660         * Documentation/user/notation.itely (Formatting cue notes): new
5661         section.
5662
5663         * input/test/clef-end-of-line.ly: fold into manual.
5664
5665         * input/test/scales-greek.ly: remove.
5666
5667         * input/test/chords-without-melody.ly: fold into manual.
5668
5669         * input/test/cadenza-skip.ly: remove.
5670
5671         * input/test/clef-8-syntax.ly: remove.
5672
5673         * input/test/clef-manual-control.ly: move into manual.
5674
5675         * Documentation/user/notation.itely (Aligning to cadenzas): fold
5676         in cadenza-skip.ly
5677
5678         * mf/parmesan*.mf: change neo_mensural to neomensural.
5679
5680         * input/test/trills.ly: remove.
5681
5682         * input/test/transposition.ly: remove.
5683
5684         * input/test/to-xml.ly: move to no-notation.
5685
5686         * buildscripts/lilypond-profile.sh: change zsh bomb to warning.
5687
5688         * lily/ledger-line-spanner.cc (print): use staff variable, not
5689         me. Fixes ledger lines on differently sized staves.
5690
5691         * input/test/rhythm-excercise.ly: remove file.
5692
5693         * lily/stem.cc (dim_callback): only do something if visible. Fixes
5694         spurious flag not found warning for 128th rest.
5695
5696         * input/regression/rest-dot-position.ly: new file.
5697         
5698         * input/test/rest-dot-positions.ly: remove
5699
5700         * lily/staff-symbol-referencer.cc (get_position): emergency
5701         fallback: use coordinate * 2.
5702
5703         * input/no-notation/midi-scales.ly: move from test/
5704
5705         * scm/define-markup-commands.scm (score): remove debugging code.
5706
5707         * input/test/incipit.ly (violin): remove. 
5708
5709         * lily/system-start-delimiter.cc (print): only draw system
5710         delimiter to staves that reach up to left bound of the delimiter.
5711
5712         * input/no-notation/embedded-scm.ly: move from test/
5713
5714         * input/test/follow-voice.ly: remove
5715
5716         * input/no-notation/dynamic-absolute-volume.ly: move from test/.
5717
5718         * input/test/drarn*: remove
5719         
5720         * input/test/count-systems.ly: remove.
5721
5722         * lily/bar-line.cc (compound_barline): fix : for staff without
5723         lines.
5724
5725         * lily/accidental.cc (print): use music_font_alist_chain(). This
5726         fixes smaller cautionaries.
5727
5728         * scm/define-grobs.scm (all-grob-descriptions): use fetaMusic
5729         encoding for accidental.
5730
5731         * Documentation/user/notation.itely (Educational use): new section
5732
5733         * input/test/*.ly: clean up directory: move examples into manual
5734         or regtest.
5735         
5736
5737         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.log): add
5738         mode as well. This fixes resolution errors.
5739
5740 2004-07-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5741
5742         * scm/lily.scm (postscript->png): show commands for --verbose.
5743
5744         * flower/include/getopt-long.hh: opps. short option should be
5745         char, not int.
5746
5747         * Documentation/user/GNUmakefile: use symlinks to save space.
5748
5749         * VERSION: 2.3.9 released.
5750
5751         * scripts/convert-ly.py (conv): remove \lyrics from \lyricsto.
5752
5753         * ly/gregorian-init.ly (neumeDemoPaper): remove duplication from
5754         manual.
5755
5756         * Documentation/user/tutorial.itely (Integrating text and music):
5757         remove \score and \notes from manual.
5758
5759         * lily/my-lily-lexer.cc (My_lily_lexer): really switch on note
5760         mode in the beginning.
5761
5762 2004-07-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5763
5764         * Documentation/user/changing-defaults.itely (Horizontal spacing):
5765         Correct the documentation of the spacing parameters. 
5766
5767         * Documentation/user/tutorial.itely (Integrating text and music), 
5768         Documentation/user/lilypond-book.itely (Integrating LaTeX and
5769         music): Document that you need to add the map file ec-mftrace.map
5770         in the dvips command.   
5771
5772 2004-07-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5773
5774         * lily/score-engraver.cc (initialize): abort if ecrm10.pfa not
5775         found.
5776
5777         * lily/text-item.cc (interpret_string): insert encoding setting
5778         here
5779
5780         * scm/framework-ps.scm (ps-font-command): remove feta/parmesan
5781         encoding kludge.
5782
5783         * Documentation/user/changing-defaults.itely (Text encoding): node
5784         on encoding.
5785
5786         * lily/lyric-engraver.cc (try_music): remove superfluous check.
5787
5788         * lily/book-paper-def.cc (find_scaled_font): remove default
5789         encoding, because it messes up font loading for feta and
5790         parmesan. Encoding should only be specified for running texts.
5791
5792         * lily/modified-font-metric.cc (text_dimension): support coding
5793         scheme ""
5794         
5795 2004-07-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5796
5797         * lily/tie-engraver.cc (stop_translation_timestep): remember tie
5798         definition, so \override works as expected.
5799
5800         * lily/measure-grouping-engraver.cc: clarify
5801
5802 2004-07-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5803
5804         * lily/parser.yy (context_def_mod): remove \consistsend
5805
5806         * lily/context-def.cc (instantiate): use Translator::must_be_last
5807         to determine engraver order.
5808
5809         * lily/translator.cc (must_be_last): new function
5810
5811         * scripts/convert-ly.py (conv): rule.
5812
5813         * lily/bar-line.cc (print): return '() for height == 0.0 too.
5814
5815 2004-07-27  Heikki Junes  <hjunes@cc.hut.fi>
5816
5817         * input/regression/{stanza-number,volta-multi-staff}.ly: fix docs.
5818  
5819 2004-07-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5820
5821         * lily/include/lily-guile.hh (scm_is_int): compat glue.
5822
5823 2004-07-25  Pedro Kroger  <kroeger@pedrokroeger.net>
5824
5825         * input/regression/page-layout.ly: new file.
5826
5827         * scm/paper.scm (set-paper-dimensions): Preliminary support for
5828         left and right margins.
5829
5830         * Documentation/user/changing-defaults.itely (Page layout):
5831         Explain the leftmargin option.
5832
5833 2004-07-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5834
5835         * input/test/lyrics-melisma-variants.ly (texidoc): new file.
5836
5837         * input/test/lyrics-melisma-faster.ly: new file.
5838
5839         * lily/new-lyric-combine-music-iterator.cc (find_voice): allow
5840         change of melody by setting associatedVoice.
5841
5842         * lily/parser.yy (re_rhythmed_music): \lyricsto implies lyrics mode.
5843
5844         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): don't copy
5845         file contents, rather \include them, so default linewidth is set.
5846         (ly_options): make BOOKPAPER set of options. Move linewidth
5847         settings there.
5848
5849         * Documentation/user/examples.itely: new file. Templates are to be
5850         moved here.
5851
5852         * Documentation/user/programming-interface.itely: move chapter.
5853
5854         * scm/document-markup.scm (doc-markup-function): add @code
5855
5856         * stepmake/stepmake/texinfo-rules.make: remove chmod.
5857
5858 2004-07-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5859
5860         * scm/page-layout.scm (plain-header): add printpagenumber boolean
5861         to bookpaper.
5862
5863         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
5864         $(outdir)/%.ly $(outdir)/%.ps): do all targets from lilypond binary.
5865
5866         * scripts/lilypond-latex.py (run_dvips): remove -bin everywhere.
5867
5868         * lily/GNUmakefile (NAME): create lilypond, not lilypond-bin 
5869
5870         * scripts/lilypond-latex.py: move from lilypond.py
5871
5872         * make/lilypond-vars.make: centralize LILYPOND_BOOK_FLAGS setting.
5873         (LILYPOND_BOOK_FLAGS): use -f tex for lilypond-book.
5874
5875         * scm/lily.scm (postscript->png): new function
5876         (postscript->pdf): new function
5877
5878         * lily/paper-book.cc (post_processing): call
5879         convert-to-{dvi,ps,png,pdf}
5880
5881         * scripts/ps2png.py (option_definitions): new file.
5882
5883         * lily/paper-book.cc (output): call output-preview-framework
5884         (post_processing): new function. Do PDF/PNG conversion.
5885
5886         * lily/paper-outputter.cc (close): new function.
5887
5888         * scm/framework-ps.scm (convert-to-pdf): new function. Call
5889         ps2pdf.
5890         (output-preview-framework): new function. Generate a preview .ps
5891         
5892
5893 2004-07-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5894
5895         * VERSION: release 2.3.8
5896         
5897         * lily/note-head.cc: remove ledger line handling.
5898
5899         * lily/ambitus.cc (print): strip away accidental / note head code,
5900         and associated properties.
5901
5902         * lily/ambitus-engraver.cc (create_ambitus): change name to
5903         AmbitusLine. Create AmbitusAccidental and AmbitusNoteHead for
5904         other ambitus parts.
5905         (create_ambitus): group grobs in Ambitus grouping object. 
5906
5907         * lily/include/pitch-interval.hh (Pitch>): new file.
5908
5909         * lily/pitch-interval.cc (add_point): new file.
5910
5911         * lily/ledger-line-engraver.cc: new file.
5912
5913         * lily/ledger-line-spanner.cc (print): new file. Set limits to
5914         ledger line length to avoid clashes.
5915
5916 2004-07-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5917
5918         * Documentation/user/invoking.itexi (Invoking lilypond): remove
5919         deprecated options
5920
5921 2004-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5922
5923         * SConstruct: Use only code files for TAGS.  Change GO_FAST_BUTTON
5924         to command line option: fast=1 (default on).
5925
5926         * SConstruct[GO_FAST_BUTTON]: implement tips from Andreas Roach.
5927         This brings SCons run-time on up-to-date tree down from 48s with
5928         only checksums, to 34s without 2day checksums, to 14s (make needs
5929         4 seconds).
5930         (subdirs)[GO_FAST_BUTTON]: Try to read all subdirs only when
5931         necessary.
5932
5933 2004-07-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5934
5935         * lily/slur-quanting.cc (score_extra_encompass): add  break ;
5936         (score_extra_encompass): process scripts at edges too, by checking
5937         control points directly. 
5938
5939 2004-07-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5940
5941         * po/nl.po: Update.
5942
5943         * lily/main.cc: Fix ly:option-usage help.
5944
5945         * input/regression/slur-script.ly: More collision tests.
5946
5947         * GNUmakefile.in (EXTRA_DIST_FILES): Add SConstruct.
5948
5949 2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5950
5951         * VERSION: release 2.3.7
5952
5953         * stepmake/generic-vars.make (EXTRA_DIST_FILES): dist SConscript
5954         files.
5955
5956         * Documentation/user/notation.itely (Slurs): document ^ and _ for
5957         slurs.
5958
5959         * input/regression/slur-script.ly: new file.
5960
5961         * lily/accidental-engraver.cc (process_acknowledged_grobs):
5962         make accidental appear to come from note head engraver.
5963
5964         * lily/slur-quanting.cc: new file.
5965         (score_extra_encompass): new function. Avoid scripts and
5966         accidentals
5967
5968 2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
5969
5970         * lily/include/lily-guile.hh: Remove guile-1.4 compatibility.
5971         This greatly reduces the number of files that get recompiled
5972         after touching config.hh.
5973
5974         * config.hh.in: Remove GUILE_*_VERSION.
5975
5976         * lily/new-slur.cc: Resolve conflicts.
5977
5978         * lily/stem-engraver.cc (make_stem): New method.
5979
5980         * lily/include/script-interface.hh:
5981         * lily/script-interface.cc: New file.
5982
5983         * lily/include/script.hh:
5984         * lily/script.cc: Remove.
5985
5986         * lily/music.cc (duration_log): New method.
5987
5988         * lily/script.cc (struct Skript): Remove.
5989
5990         * lily/new-slur.cc (get_base_attachments): Try at articulations.
5991         Lots of coding cleanups (Stom).
5992
5993 2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5994
5995         * lily/new-slur.cc (avoid_staff_line): new function: avoid
5996         collisions with staff lines.
5997
5998         * lily/my-lily-parser.cc (LY_DEFINE): add directory of argument to
5999         global_path
6000
6001         * scm/define-grobs.scm (all-grob-descriptions): set ratio
6002         .25. This flattens short slurs.
6003
6004         * lily/new-slur.cc (enumerate_attachments): move X of attachment
6005         points for tilted slurs.
6006
6007         * input/regression/slur-tilt.ly: new file.
6008
6009         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): shorten
6010         stems of 16th graces too.
6011
6012         * lily/beam-quanting.cc (score_forbidden_quants): make forbidden
6013         quant penalty dependent on how much the line is in the gap.
6014
6015         * input/regression/grace-stem-length.ly: new file.
6016
6017         * lily/beam-quanting.cc (score_forbidden_quants): remove
6018         interquant check. The penalty of 1000 is much too harsh, and the
6019         inter case should be caught by check-staff-line-in-gap check.
6020
6021         * lily/scm-option.cc: move debug-beam to \paper.
6022
6023         * scripts/lilypond-book.py (Lilypond_snippet.write_ly): create
6024         .txt files to appease makeinfo.
6025
6026         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly:
6027         remove texttagline.
6028         
6029         * lily/new-slur.cc: cleanup, split in functions.
6030
6031         * lily/parser.yy (chord_body_element): allow octave-check = inside
6032         chord body. 
6033
6034         * lily/new-slur.cc (score_encompass): variable head-distance penalty.
6035
6036         * lily/stem.cc (height): call Beam::after_line_breaking().
6037
6038         * lily/rest-collision.cc (force_shift_callback): only call shift
6039         for columns containing rests.
6040
6041         * lily/new-slur.cc (print): use debug-slur-quanting paper var.
6042
6043         * input/regression/font-postscript.ly: invoke afm2tfm. 
6044
6045 2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
6046
6047         * mf/SConscript: Build map files.
6048
6049         * SConstruct: Rename $out to out-www in web.
6050
6051 2004-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6052
6053         * SConstruct (web_kluts): Have make web build in out-www.  Not.
6054
6055 2004-07-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6056
6057         * Documentation/user/music-glossary.tely (Top): add fragment to
6058         pertinent @lilypond entries.
6059
6060         * scm/define-grobs.scm: switch on new-slur by default.
6061
6062         * lily/scm-option.cc: symbol != string.
6063
6064         * lily/new-slur.cc (set_end_points): handle broken slurs. Doesn't
6065         really work yet.
6066         (set_end_points): make X coord of attachment dependent on  Y.
6067         (score_encompass): add edges too.
6068
6069 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6070
6071         * lily/stem.cc (get_beaming): new function.
6072
6073         * scripts/lilypond-book.py (compose_ly): make fragment mandatory
6074         for fragment snippets. This fixes inclusion of toplevel-music
6075         examples (such as new-slur.ly)
6076  
6077 2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6078
6079         * scripts/lilypond-book.py: Remove second import of stat.
6080
6081         * More SCons cleanups.
6082
6083         * Documentation/bibliography/computer-notation.bib (note): Remove
6084         extraneous closing brace.
6085
6086 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6087
6088         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): fix
6089         stat calls.
6090
6091         * Documentation/bibliography/SConscript (bibs): failed try to get
6092         bib2html find html-long.bst.
6093
6094         * buildscripts/bib2html.py (stat): fail if bibtex fails.
6095
6096         * make/stepmake.make: use usescons for using scons. 
6097
6098 2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6099
6100         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): Check
6101         for lilypondend.  Import stat (huh?).
6102
6103 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6104
6105         * make/mutopia-vars.make ($(addprefix $(outdir)/,$(LYM4_FILES):
6106         bypass dvi. 
6107
6108         * input/regression/font-postscript.ly: new file. 
6109
6110         * scm/framework-ps.scm (load-fonts): load pfb files too.
6111
6112         * lily/pfb.cc (pfb2pfa): new file.
6113
6114 2004-07-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6115
6116         * scripts/lilypond-book.py (PREAMBLE_LY): set
6117         toplevel-music-handler too.
6118
6119 2004-07-15  Jan Nieuwenhuizen  <janneke@gnu.org>
6120
6121         * SConstruct (symlink): Add dvips and music-drawing-routines.ps.
6122         (web_path): Fixes for webball.  Install fixes, add DESTDIR option.
6123
6124         * lily/slur.cc: Add quant-score to interface.  Fixes web build.
6125
6126         * python/SConscript:
6127         * python/vim:
6128         * input/mutopia/*SConscript: New file.
6129
6130         * input/mutopia/W.A.Mozart/: Use .ily suffix for includes.
6131
6132         * scm/define-grobs.scm (all-grob-descriptions): Use ,Slur::height,
6133         fixes web build.
6134
6135         * make/stepmake.make (scons): re-route to SCONS if user has been
6136         running scons in this tree.
6137
6138         * SConstruct (config_vars): Add CPPDEFINES.
6139         (env): Set checksums type to "content".
6140         (save_config_cache): Do not exit after configuring when using
6141         checksums (the default) instead of timestamps.
6142
6143 2004-07-15  Jan Nieuwenhuizen  <janneke@gnu.org>
6144
6145         * SConstruct: Further development.
6146
6147         * input/test/SConscript: 
6148         * input/template/SConscript: 
6149         * input/regression/SConscript: 
6150         * Documentation/bibliography/SConscript:
6151         * Documentation/bibliography/index.html.in: New file.
6152
6153         * Documentation/bibliography/GNUmakefile (local-WWW): Remove index
6154         generation.
6155
6156         * buildscripts/builder.py: Add new builders.
6157
6158         * make/stepmake.make: 
6159         * stepmake/stepmake/*.make: 
6160         * configure.in:
6161         * lily/*:
6162         * flower*: Use config.hh (Was config.h).
6163
6164         * scm/encoding.scm (get-coding): Print friendly error message when
6165         no encoding is found, rather than crashing.
6166
6167 2004-07-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6168
6169         * lily/new-slur.cc (score_slopes): strong sloping score only when
6170         stems point in same dir. 
6171
6172 2004-07-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6173
6174         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo): bugfix
6175         for beam start.
6176
6177         * lily/parser.yy (context_prop_spec): check grob name for
6178         alphanumericness..
6179
6180         * lily/lyric-engraver.cc: creates LyricText objects
6181
6182 2004-07-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6183
6184         * lily/include/lily-guile.hh (scm_from_int): add scm_from_int glue.
6185
6186 2004-07-13  Jan Nieuwenhuizen  <janneke@gnu.org>
6187
6188         * SConstruct: Configure only pristine build tree or on user
6189         request.  Cleanups.  Add Documentation/topdocs to subdirs.
6190         Use checksums instead of timestamps.
6191         (CheckYYCurrentBuffer): Return result.
6192
6193         * Documentation/topdocs/SConscript: New file.
6194
6195 2004-07-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6196
6197         * lily/staff-symbol-referencer.cc (on_staffline): bugfix 
6198
6199         * lily/scm-hash.cc (get): SCM_MAKINUM is deprecated. Use
6200         scm_from_int instead.
6201
6202 2004-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
6203
6204         * SConstruct: Updates.  Add targets: tar, dist, release.
6205
6206 2004-07-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6207
6208         * input/mutopia-header.ly: Generate output.
6209
6210         * SConstruct:
6211         * buildscripts/builder.py:
6212         * Documentation/user/SConscript: SCons fixes.
6213
6214 2004-07-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6215
6216         * lily/new-slur.cc (class New_slur): new file. Score based slur
6217         computations.
6218
6219 2004-07-10  Jan Nieuwenhuizen  <janneke@gnu.org>
6220
6221         * mf/SConscript: Remove Builders.
6222
6223         * buildscripts/builder.py: Add LilyPond, Abc2ly and MF builders.
6224
6225         * input/SConscript: 
6226         * Documentation/user/SConscript: New file.
6227
6228 2004-07-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6229
6230         * Documentation/topdocs/NEWS.texi (Top): add note about new
6231         emacs electric-|
6232
6233         * scm/*.scm: adapt ly:warn calls.
6234
6235         * lily/lily-guile.cc (LY_DEFINE): use format on ly:warn arguments.
6236
6237         * lily/repeat-acknowledge-engraver.cc (process_music): look at
6238         main timing, not grace timing. Fixes volta-repeat-grace.
6239
6240         * lily/kpath.cc (LY_DEFINE): ly:kpathsea-expand-path, new function
6241         remove ly:kpathsea-gulp-file.
6242
6243         * scm/translation-functions.scm (format-metronome-markup): make
6244         note smaller, align to bottom.
6245
6246         * scm/define-grobs.scm (all-grob-descriptions): metronome fixes.
6247
6248         * lily/metronome-engraver.cc (stop_translation_timestep): attach
6249         metronome to musical column. Don't ack time sigs or bar lines.
6250
6251 2004-07-10  Heikki Junes  <hjunes@cc.hut.fi>
6252
6253         * THANKS: sort, add David. Kristof contributed code, he is a
6254         contributor.
6255
6256 2004-07-09  David Svoboda      <svoboda@cmu.edu>
6257
6258         * elisp/lilypond-mode.el,
6259         * elisp/lilypond-what-beat.el: Added LilyPond-what-beat function to
6260         count beats between last measure stop | and point in emacs.
6261         
6262 2004-07-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6263
6264         * tex/GNUmakefile (TEX_FILES): don't dist
6265         music-drawing-routines.ps, latin1.enc 
6266
6267         * scripts/lilypond.py (include_path): remove --no-lily, --no-ps ,
6268         --no-pdf, --pdftex
6269         (copyright): add --latex option
6270         (ic_p.make_include_option): use direct PS as default.
6271
6272         * scm/beam.scm (check-slope-callbacks): check sign of slope. 
6273
6274         * input/regression/beam-concave.ly (rossFourBeams): add cases from
6275         Ross
6276
6277         * scm/script.scm (default-script-alist): marcato should follow
6278         into staff
6279         
6280 2004-07-09  Jan Nieuwenhuizen  <janneke@gnu.org>
6281
6282         * buildscripts/builder.py:
6283         
6284         * Documentation/SConscript (outdir): New file.  Add *list.ly
6285         dependencies.  Fixes PDF doc build.
6286
6287 2004-07-08  Jan Nieuwenhuizen  <janneke@gnu.org>
6288
6289         * SConstruct: Add Tar target (incomplete), fix install issues, fix
6290         run from build-dir.
6291
6292         * ly/SConscript:
6293         * scm/SConscript: New file.
6294
6295         * lily/main.cc (dir_info): Print variables in sh format.
6296
6297         * lily/includable-lexer.cc: Use #if iso #ifdef for HAVE_ tests.
6298
6299         * mf/SConscript: Update multiple target rules.
6300
6301         * SConstruct (assert_version): Add.
6302
6303 2004-07-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6304
6305         * SConstruct (key): add HAVE_FLEXLEXER_YY_CURRENT_BUFFER check.
6306
6307 2004-07-07  Jan Nieuwenhuizen  <janneke@gnu.org>
6308
6309         * buildscripts/mf-to-table.py: Do not try to open ''.
6310
6311         * mf/SConscript: New file.
6312
6313 2004-07-06  Carl Sorensen  <carldsorensen@comcast.net>
6314
6315         * scm/fret-diagrams.scm : Convert many properties to constants,
6316         reducing the pollution of the property namespace.
6317
6318         * scm/define-grob-properties.scm (all-user-grob-properties): Reduce
6319         unnecessary properties for fret-diagram
6320
6321         * scm/define-grob-interfaces.scm (fret-diagram-interface): Add symbols
6322         for interface
6323
6324 2004-07-07  Jan Nieuwenhuizen  <janneke@gnu.org>
6325
6326         * SConstruct: Update.
6327
6328 2004-07-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6329
6330         * input/regression/beam-quant-standard.ly (seconds): print desired
6331         quants when failing.
6332
6333 2004-07-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6334
6335         * SConstruct:
6336         * flower/SConscript:
6337         * lily/SConscript: New file.
6338
6339 2004-07-05  Carl Sorensen  <carldsorensen@comcast.net>
6340
6341         * scm/define-grob-properties.scm (all-user-grob-properties): Add
6342         descriptions for all fret-diagram properties.
6343
6344         * scm/define-grob-interfaces.scm (fret-diagram-interface): Add
6345         fret-diagram interface code
6346
6347 2004-07-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6348
6349         * ly/book-paper-defaults.ly: set default encoding to ec.
6350
6351         * buildscripts/guile-gnome.sh (OPT): only compile pango if not
6352         installed.
6353
6354         * tex/latin1.enc: new file, from a2ps. 
6355
6356 2004-07-06  Heikki Junes  <hjunes@cc.hut.fi>
6357
6358         * stepmake/bin/add-html-footer.py: use <div> instead of <table>,
6359         add a faint, green border line.
6360
6361         * Documentation/index.html.in: drop <table>, add a faint border line.
6362
6363 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6364
6365         * scm/font.scm (add-cmr-fonts): upright caps is eccc.
6366
6367         * Documentation/GNUmakefile (README_TOP_FILES): add THANKS.txt.
6368
6369 2004-07-02  Carl Sorensen  <carldsorensen@comcast.net>
6370
6371         * scm/output-ps.scm (white-text): Add scale paramter to allow scaling
6372
6373         * scm/output-tex.scm (white-text): Add scale parameter to allow font
6374         scaling
6375
6376         * scm/stencil.scm (fontify-text-white) : Adjust to better center,
6377         properly scale white text
6378
6379         * scm/fret-diagrams.scm (make-fret-diagram): change default dot
6380         position for numbered dots so dot will touch fret.
6381         (various routines): move to font-metric interface, rather than
6382         name, size interface.  Clean up comments.
6383
6384         * ps/music-drawing-routines.ps: (/draw_white_text)  Adjust font
6385         size and offset to better center white text.
6386
6387 2004-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
6388
6389         * ChangeLog: Remove pre-2.1 changes.
6390
6391         * Documentation/misc/ChangeLog-2.1: New file.
6392
6393         * stepmake/bin/release.py: Cleanup.  Add release marker if missing
6394         from ChangeLog.
6395
6396 2004-07-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6397
6398         * input/test/chords-below-volta-bracket.ly,
6399         input/test/no-key-at-end-of-line.ly: New example files (FAQs)
6400
6401 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6402
6403         * VERSION: release 2.3.6
6404
6405         * input/regression/beam-quant-standard.ly: new file: test standard
6406         beam quants.
6407
6408         * scm/beam.scm (check-quant-callbacks): new function
6409         (check-beam-quant): new function: check whether current beam
6410         quants match argument.
6411
6412         * lily/beam-quanting.cc (score_forbidden_quants): fix problem with
6413         forbidden quant for sitting (upstem)/hanging (downstem) on outer
6414         staffline line.
6415
6416 2004-07-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6417
6418         * lily/parser.yy (Generic_prefix_music_scm): add (scm,scm) music
6419         functions.
6420
6421         * lily/note-collision.cc (do_shifts): align colliding notes to
6422         their leftmost note.
6423
6424         * input/regression/collision-alignment.ly: new file.
6425
6426         * ly/init.ly: don't print gc stats.
6427
6428         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo): add
6429         extra newline
6430
6431         * scm/define-grobs.scm (all-grob-descriptions): use (0 . 0) not #f
6432         for dimensions. This fixes ottava-remove-empty-staff.ly
6433
6434         * input/regression/lyrics-tenor-clef.ly: new file.
6435
6436         * lily/axis-group-engraver.cc (process_acknowledged_grobs): catch
6437         cyclic parents when two axis-group-engravers are
6438         present. Fixes: crash-axis-group-engraver.ly. 
6439         
6440         * input/test/volta-chord-names.ly: new file.
6441
6442         * scm/define-context-properties.scm
6443         (all-user-translation-properties): change voltaOnThisStaff
6444         definition. 
6445
6446         * lily/volta-engraver.cc (stop_translation_timestep): set bounds
6447         if necessary.
6448
6449         * lily/volta-bracket.cc (print): handle volta brackets without
6450         bars. 
6451
6452 2004-07-01  Jan Nieuwenhuizen  <janneke@gnu.org>
6453
6454         * scripts/abc2ly.py (try_parse_chord_delims): Bugfix: update to
6455         2.0 chord syntax.  Ouch.  (thanks Dave Phillips).
6456
6457 2004-07-01  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6458
6459         * scm/output-gnome.scm: updated instructions for running gnome
6460         backend
6461
6462 2004-06-29  Carl Sorensen  <carldsorensen@attbi.net>
6463
6464         * scm/fret-diagrams.scm (draw-dots): default values for dot size
6465         and dot-position now depend on finger-code value; in-dot makes
6466         dots larger and centered.
6467         (draw-barre): added straight-barre indicator option
6468         (draw-dots): made fontify-text-white work.
6469
6470         * music-drawing-routines.ps: added /draw_white_text
6471
6472         * scm/output-tex.scm:  added white-text
6473
6474         * scm/output-ps.scm:  added white-text
6475
6476         * scm/lily.scm (ly:all-stencil-expressions): Added white-text to 
6477         list of stencil expressions
6478
6479         * scm/stencil.scm: Added fontify-text-white
6480
6481 2004-06-29  Heikki Junes  <hjunes@cc.hut.fi>
6482
6483         * input/regression/+.ly: use @unnumbered section.
6484
6485 2004-06-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6486
6487         * elisp/lilypond-mode.el (LilyPond-guile): set current module to
6488         (*anonymous-ly-0*) iso. (*anonymous-ly-1*)
6489
6490 2004-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6491
6492         * buildscripts/guile-gnome.sh (PATH): GUILE CVS is still fubarred.
6493
6494 2004-06-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6495
6496         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
6497         was causing an error. (was not actually commited in 2004-06-20)
6498
6499         * input/regression/lily-in-scheme.ly (withPaddingC): does not
6500         breaks anymore
6501
6502 2004-06-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6503
6504         * VERSION: 2.3.5 released.
6505         
6506         * lily/my-lily-parser.cc (parse_string): switch module too.
6507
6508 2004-06-24  Jan Nieuwenhuizen  <janneke@gnu.org>
6509
6510         * Documentation/topdocs/INSTALL.texi (Top): Add guile, python and
6511         ec-fonts-mftraced to running requirements.
6512
6513 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6514
6515         * lily/my-lily-lexer.cc (My_lily_lexer): copy scopes so temporary
6516         assignments don't reach the original file.
6517
6518         * lily/my-lily-parser.cc (My_lily_parser): only copy lexer if it
6519         exists
6520
6521 2004-06-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6522
6523         * scm/output-gnome.scm: 
6524         * buildscripts/guile-gnome.sh: Update wrt fixed GUILE CVS.
6525
6526         * debian/: Apply Debian patch (Anthony Fok).
6527
6528 2004-06-22  Heikki Junes   <hjunes@cc.hut.fi>
6529
6530         * Documentation/user/music-glossary.tely: fix titling; @top is already
6531         an @unnumbered @chapter.
6532
6533 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6534
6535         * debian/GNUmakefile (EXTRA_DIST_FILES):
6536         (CONF_FILES): update file list.
6537
6538         * lily/stencil.cc (interpret_stencil_expression): bugfix.
6539
6540 2004-06-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6541
6542         * debian/: Remove cruft (requested Anthony Fok.)
6543
6544         * buildscripts/guile-gnome.sh: Build without gcc libtool version
6545         juggling.
6546
6547         * scm/framework-gnome.scm: Cleanups.  Resurrect +/- canvas scaling.
6548         Add popup menu with grob properties.
6549
6550         * lily/grob-scheme.cc (ly:grob-properties):
6551         (ly:grob-basic-properties): New function.
6552
6553         * lily/stencil.cc (interpret_stencil_expression): Comment-out
6554         "no-origin" call.  Fixes -fps output.
6555
6556         * scm/output-ps.scm (no-origin): Add dummy implementation.
6557
6558         * scm/output-gnome.scm (define-origin): Remove
6559         (grob-cause): Add.
6560
6561         * scm/output-ps.scm (scm):
6562         * scm/output-tex.scm (scm): Remove define-origin from exports list.
6563         (define-origin): Remove.
6564
6565         * scm/output-gnome.scm (define-origin): 
6566
6567         * scm/lily.scm (ly:all-output-backend-commands): Remove
6568         define-origin.  Add grob-cause.
6569
6570 2004-06-21  Heikki Junes   <hjunes@cc.hut.fi>
6571
6572         * buildscripts/lilypond-words.py: add ly/portugues.ly.
6573
6574 2004-06-20  Heikki Junes   <hjunes@cc.hut.fi>
6575
6576         * Documentation/user/GNUmakefile:
6577         * stepmake/stepmake/texinfo-rules: add Cascading Style Sheet using
6578         --include-css=.../texinfo.css; command includes css into the html.
6579
6580         * Documentation/texinfo.css: add file.
6581         define <hr> as black and thin.            
6582
6583 2004-06-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6584
6585         * lily/stencil.cc (interpret_stencil_expression): add grob-cause
6586         stencil expression. Junk define-origin.
6587
6588         * lily/my-lily-parser.cc (parse_string): init parser variable when
6589         lexer_ is set, ie. in parse_string and parse_file.
6590
6591         * lily/book.cc (LY_DEFINE): new function. ly:make-book. Supercedes
6592         ly:score-bookify.
6593
6594         * scm/lily.scm (collect-scores-for-book): new function.
6595
6596         * ly/init.ly: print collected scores/musics.
6597
6598         * lily/my-lily-parser.cc (LY_DEFINE): define parser in parser
6599         scope, not in lily module.
6600
6601         * lily/book.cc (LY_DEFINE): ly:make-book. New function.
6602
6603         * configure.in (PKG_CONFIG_PATH): add --enable-gui flag, and
6604         encapsulate gtk/pango tests.
6605
6606         * po/tr.po: Turkish translation.
6607
6608 2004-06-20  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6609
6610         * input/regression/lily-in-scheme.ly: regression test for #{
6611         ... #} syntax
6612
6613         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
6614         was causing an error.
6615
6616         * Documentation/user/programming-interface.itely (Using LilyPond
6617         syntax inside Scheme): documentation for #{ ... #} syntax.
6618
6619 2004-06-19  Heikki Junes  <hjunes@cc.hut.fi> 
6620
6621         * Documentation/index.html.in: use black thin <hr>.
6622
6623         * buildscripts/mutopia-index.py: use thin black <hr>.
6624
6625 2004-06-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6626
6627         * scm/fret-diagrams.scm: Use UNIX style line endings.
6628         (fret-diagram-verbose): A couple of @{VAR} and an closing itemize
6629         typo.  Fixes compile.
6630
6631         * scm/output-ps.scm (white-dot): Remove second incarnation.
6632
6633         * scm/lily.scm (ly:all-stencil-expressions): Add white-dot.
6634
6635 2004-06-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6636
6637         * scripts/lilypond.py (ic_p.make_include_option): set error_p for
6638         single file error.
6639
6640         * lily/bar-line.cc (compound_barline): add support for unbroken ||:
6641
6642 2004-06-17  Carl Sorensen (carl_sorensen@byu.edu)
6643
6644         * scm/fret-diagrams.scm: added fret-diagram-terse interface;
6645         remove size as argument to fret-diagram interface;
6646         improved white-circle dots for fret;
6647         improved top-fret thick line/
6648
6649         * scm/output-ps.scm: added white-dot function
6650
6651         * scm/output-tex.scm: added white-dot function
6652
6653         * tex/music-drawing-routines.ps: added draw_white_dot function
6654
6655         * ps/music-drawing-routines.ps: added draw_white_dot function
6656
6657         * input/test/fret-diagram.ly: examples to show multiple
6658         functions and multiple interfaces
6659
6660 2004-06-18  Jan Nieuwenhuizen  <janneke@gnu.org>
6661
6662         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph) 
6663         (pango_fc_afm_get_charset): Update iaw Pango CVS update.
6664
6665         * buildscripts/guile-gnome.sh: Add pango to recipe.  Resolve
6666         conflict.  Have I told you lately how much I love autotools?
6667
6668 2004-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6669
6670         * lily/lily-guile.cc: 
6671         * lily/pangofc-afm-decoder.cc:
6672         * lily/include/pangofc-afm-decoder.hh: Use #if HAVE_* iso #ifdef.
6673         Fixes build without Pango CVS.  Use "pangofc-afm-decoder.hh".
6674
6675         * Documentation/topdocs/NEWS.texi (Top): Mention GNOME backend for
6676         developers.
6677
6678         * lily/paper-outputter.cc (file): New method.
6679         (dump_string): Use it.
6680
6681         * scm/output-gnome.scm: Update with pango CVS info, lilylib
6682         musing.
6683
6684         * lily/accidental-engraver.cc: Bugfix: (do not sort lines if one
6685         of them has a comma :-).
6686
6687         * scm/framework-gnome.scm: Add pango decoders.
6688
6689         * lily/include/pangofc-afm-decoder.hh: 
6690         * lily/pangofc-afm-decoder.cc: New file.
6691
6692         * lily/lily-guile.cc (ly:pango-add-afm-decoder): New function.
6693
6694         * configure.in: Check for pango.
6695
6696         * stepmake/aclocal.m4 (PKG_CHECK_MODULES): New function (from
6697         autoconf).
6698         (STEPMAKE_GTK2, STEPMAKE_PANGO): New function.
6699
6700         * config.make.in (USER_CFLAGS, USER_LDLAGS): Update.
6701
6702 2004-06-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6703
6704         * Documentation/user/tutorial.itely (Integrating text and music):
6705         fix grammar & punctuation.
6706
6707 2004-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6708
6709         * lily/: Stray janitorial cleanups.
6710
6711         * scm/lily.scm (ly:all-stencil-expressions):
6712         * scm/lily.scm (ly:all-output-backend-commands): New function.
6713
6714         * scm/safe-lily.scm (safe-objects): Add them.
6715
6716         * scm/framework-gnome.scm (<gnome-outputter>): New class.
6717
6718         * scm/output-gnome.scm: Move non-stencil evaluators to framework.
6719
6720 2004-06-15  Jan Nieuwenhuizen  <janneke@gnu.org>
6721
6722         * buildscripts/guile-gnome.sh: Pick-up user-installed pango.
6723
6724 2004-06-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6725
6726         * scm/page-layout.scm (default-page-make-stencil): add
6727         raggedbottom, raggedlastbottom.
6728
6729         * Documentation/user/changing-defaults.itely (Page layout): add doc.
6730
6731         * scm/framework-tex.scm (define-fonts): fix export of
6732         papersize.
6733
6734         * lily/paper-book.cc (classic_output): strip suffixes from
6735         framework functions.
6736
6737         * lily/tuplet-bracket.cc (before_line_breaking): do not return
6738         SCM_UNDEFINED to Scheme.
6739
6740 2004-06-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6741
6742         * lily/book.cc: remove Book::to_stencil().
6743         (process): whoops. Score::book_rendering returns vector, not list.
6744
6745         * scripts/convert-ly.py (conv): remove \notes.
6746         apply to input examples.
6747
6748         * lily/paper-outputter.cc (output_stencil): don't use
6749         smobify_self() but self_scm()
6750
6751         * lily/include/ly-smobs.icc (IMPLEMENT_SMOBS): don't return SCM
6752         from smobify_self().
6753
6754         * lily/paper-book.cc (output): load framework module
6755         scm_c_resolve_module().
6756
6757         * python/lilylib.py (exit): exit with argument i.
6758
6759 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
6760
6761         * scm/framework-gnome.scm (output-framework-gnome): Try loading
6762         gnome modules from non-toplevel.
6763
6764         * lily/ly-module.cc (ly:import-module): Export to ly:.
6765
6766         * lily/paper-score.cc (process): Do not show progress newline.
6767
6768         * lily/paper-book.cc (output, classic_output): Show progess
6769         newline after score.
6770
6771 2004-06-14  Heikki Junes <hjunes@cc.hut.fi>
6772
6773         * buildscripts/lilypond-words.py: add ly/vlaams.ly
6774
6775 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
6776
6777         * lily/score.cc (ly:run-translator): Do not crash on empty music
6778         list.
6779
6780         * lily/book.cc (process): Do not render score when systems is empty.
6781
6782         * input/simple-song.ly: Down one octave.
6783
6784         * scm/output-gnome.scm: Remove script again; re-add modules fix
6785         (CVS conflict resolve?)
6786
6787         * lily/stencil.cc (ly:interpret-stencil): Was:
6788         interpret_stencil_expression.
6789
6790 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
6791
6792         * buildscripts/guile-gnome.sh: New file.
6793
6794         * scm/output-gnome.scm: White background, better window size, sane
6795         canvas size.  Cleanups.
6796
6797 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6798
6799         * VERSION: release 2.3.4
6800
6801         * Documentation/user/invoking.itexi (Invoking the lilypond
6802         binary): document --safe.
6803
6804         * scm/output-gnome.scm: set PATH in script.
6805
6806         * scm/page-layout.scm (default-page-make-stencil): don't stretch
6807         if there is too few systems on a page.
6808
6809         * lily/parser.yy (relative_music): start at middle C without pitch
6810         argument.
6811
6812         * Documentation/user/changing-defaults.itely (Page layout): new node.
6813         (Paper size): rename node
6814         (Page breaking): new node.
6815         (Titling): move from invoking.
6816         (File structure): new node.
6817
6818         * lily/parser.yy (score_body): allow \header and music anywhere in
6819         \score body.
6820
6821 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
6822
6823         * scm/lily.scm (ly:load): Remove page-breaking.scm.
6824
6825 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6826
6827         * lily/include/paper-system.hh: move cc/hh file from paper-line.*
6828
6829         * lily/include/paper-line.hh: rename to Paper_system.
6830
6831         * lily/include/paper-book.hh: doc class.
6832
6833         * lily/paper-book.cc (c_ragged_page_breaks): remove functions. 
6834
6835         * scm/page-layout.scm (plain-footer): add tagline/copyright. 
6836         (plain-header): add instrument-name.
6837         (default-page-make-stencil): bugfixes.
6838
6839         * lily/parser.yy (book_body): allow \header anywhere in \book{}
6840
6841         * lily/paper-book.cc: remove copyright & tagline. Remove
6842         interactions with Page
6843
6844         * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
6845         here, 
6846         (default-page-make-stencil): new function
6847         (default-page-music-height): new function
6848         (page-headfoot): new function
6849         (ly:optimal-page-breaks): generate stencils directly from here
6850
6851         * scm/titling.scm: new file, group titling functions
6852
6853 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
6854
6855         * scm/output-gnome.scm: Handle multiple pages.
6856
6857         * scm/framework-gnome.scm: Do not load output-gnome.
6858         (framework-gnome): Invoke output-gnome::header and
6859         output-gnome::end-output as faked stencils.  Fixes experimental
6860         gnome output.
6861
6862 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6863
6864         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
6865         octavation compatibility fixes. Backportme. 
6866
6867         * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
6868         pages.
6869         (ly:optimal-page-breaks): combine-penalties: no shortcut for
6870         negative. Now we handle negative penalties (ie. \pageBreak)
6871         correctly.
6872
6873         * lily/system.cc (get_line): extract page-penalty from the left
6874         bound.
6875
6876         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
6877
6878 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6879
6880         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
6881
6882 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
6883
6884         * scm/output-gnome.scm: Update script.  Move development to
6885         lilypond_2_3_2 branch for now.
6886
6887 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6888
6889         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
6890         negative penalties.
6891         cleanups.
6892
6893         * Documentation/user/changing-defaults.itely (Creating contexts):
6894         index entries
6895
6896         * scm/page-breaking.scm (ly:optimal-page-breaks): new
6897         file. Rewrite function. 
6898
6899         * lily/paper-book.cc (pages): new interface: page-breaking returns
6900         list of line-list.
6901
6902         * lily/page.cc (Page): take lines argument.
6903
6904         * scm/document-translation.scm (all-engravers-doc): link to user man
6905
6906         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty
6907         iso. score.
6908
6909         * Documentation/user/notation.itely (Relative octaves): typo.
6910
6911         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
6912
6913 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6914
6915         * scm/output-gnome.scm: Update build script.
6916
6917 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
6918
6919         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
6920         gnome backend.
6921
6922         * scm/framework-gnome.scm: New file.
6923
6924         * scm/lily.scm: Use it.
6925
6926         * lily/paper-outputter.cc: Janitorial cleanups.
6927         (ly:outputter-dump-string): Remove unreachable statement.
6928
6929         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
6930         (ice-9): Bugfix: Add srfi-1.
6931
6932         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
6933
6934 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6935
6936         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
6937         in do_quit()
6938
6939 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6940
6941         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
6942
6943 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6944
6945         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
6946         override of Beam::position-callbacks. Why would grace beams not be
6947         quantized? Fixes: weird-stem-size-grace. 
6948
6949         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
6950         warning only once. Backportme.
6951
6952         * lily/accidental-engraver.cc (number_accidentals_from_sig):
6953         bugfix, 2nd try. Backportme.
6954
6955         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
6956
6957 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6958
6959         * Documentation/user/notation.itely (Instrument transpositions):
6960         Correct the name of the instrumentTransposition property.
6961
6962 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6963
6964         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
6965
6966 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6967
6968         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
6969         and postLilyPondExample are called when defined.
6970
6971 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6972
6973         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
6974         This fixes setting notenames with `\include "nederlands.ly" '
6975
6976         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
6977         new function.
6978
6979 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6980
6981         * scm/page-layout.scm: don't do piece, it should be in score-title
6982         only.
6983
6984         * lily/lexer.ll: lex \score separately.
6985
6986         * lily/paper-book.cc: junk stencil2line.
6987
6988         * lily/paper-line.cc (Paper_line): construct from Stencil
6989         directly. No futzing with the dimensions.
6990
6991         * lily/include/paper-line.hh (class Paper_line): 
6992
6993         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
6994         takes arbitrary number of arguments.
6995
6996         * input/test/markup-score.ly (tuning): simplify example. 
6997
6998 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6999
7000         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
7001
7002         * scm/define-markup-commands.scm (score): define score-markup
7003
7004         * lily/parser.yy (markup): use score-markup.
7005
7006         * lily/score.cc: add ly:score? 
7007
7008 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
7009
7010         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
7011         fret-parse-string so it prepares for calls to fret-diagram-verbose
7012         Changed display constants to props so they are available for
7013         \override.
7014
7015 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7016
7017         * VERSION: release 2.3.3
7018
7019         * stepmake/stepmake/generic-vars.make: unset LANG.
7020
7021         * input/regression/tuplet-nest.ly: bugfix.
7022
7023         * lily/tie-performer.cc (stop_translation_timestep): reset
7024         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
7025
7026         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
7027         clear repeat_ directly after setting stem_tremolo_. Fixes:
7028         tremolo-repeat.ly
7029
7030         * input/regression/span-bar-break.ly: new file.
7031
7032         * scm/define-grobs.scm (all-grob-descriptions): remove
7033         break-visibility from SpanBar. Fixes: piano-repeat.ly
7034
7035 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7036
7037         * python/lilylib.py (make_ps_images): only compute bbox when needed.
7038
7039         * scripts/lilypond-book.py (process_snippets): use lily -f ps
7040         files for generating pngs. (failed experiment)
7041
7042         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
7043         file with PFA fonts included.
7044
7045         * lily/score.cc (default_rendering): put header in too.
7046
7047         * lily/paper-line.cc (LY_DEFINE): change function to
7048         ly:paper-line-extent
7049
7050         * scm/page-layout.scm (default-book-title): only add lines for
7051         non-nil fields.
7052         (default-score-title): idem.
7053
7054         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
7055
7056         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
7057
7058         * lily/include/paper-book.hh (class Paper_book): remove height_
7059         member.
7060
7061         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
7062
7063         * lily/ly-module.cc (LY_DEFINE): bugfix.
7064
7065         * lily/paper-book.cc (book_title): separate function for the book
7066         title.
7067
7068         * scm/page-layout.scm (default-book-title): only account for
7069         markup fields.
7070
7071         * scm/framework-ps.scm: new file. Move high level interface from
7072         output-ps.scm
7073
7074         * scm/music-functions.scm (def-grace-function): move macros from
7075         ly/music-functions-init.ly
7076
7077         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
7078         framework-tex.scm
7079
7080         * scm/framework-tex.scm (dump-line): new file. High level
7081         interface for output (pages, systems, header). 
7082
7083         * lily/include/page.hh (class Page): add is_last_ field.
7084
7085         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
7086
7087         * lily/paper-book.cc (split_string): new function
7088         (output): output multiple formats, i.e. --format=ps,tex
7089
7090         * scm/output-ps.scm (output-scopes): dump variables directly.
7091         (define-fonts): rewrite for new interface
7092
7093         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
7094
7095         * lily/paper-outputter.cc (Paper_outputter): take format argument.
7096
7097         * lily/main.cc (parse_argv): don't set extension for output.
7098
7099         * lily/clef-engraver.cc (create_clef): remove
7100         Staff_symbol_referencer::set_position() call. 
7101
7102 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7103
7104         * ly/music-functions-init.ly (addlyrics): set the 'origin property
7105         with the location argument in music function definitions.
7106
7107 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7108
7109         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
7110         staffsymbol dependency.
7111
7112         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
7113         cleanups.
7114
7115         * lily/book.cc (process): return Paper_book
7116         (to_stencil): use Book::process().
7117
7118         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
7119         header_ field. Store in $globalheader
7120
7121         * lily/parser.yy (book_body): book header is initted to
7122         $globalheader.
7123
7124
7125 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7126
7127         * input/test/fill-a4.ly: removed.
7128
7129         * lily/parser.yy (output_def): push scope of parent_ Output_def
7130         too.
7131
7132 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7133
7134         * scm/output-gnome.scm: Update info.
7135
7136 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7137
7138         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
7139
7140         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
7141         than 1 module.
7142
7143         * lily/include/ly-module.hh (ly_use_module): rename is_module to
7144         ly_c_module_p.
7145
7146         * scm/page-layout.scm (default-book-title): move Scheme titling
7147         functions to here.
7148
7149         * lily/parser.yy (book_paper_block): remove scope too.
7150
7151         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
7152
7153         * lily/rest.cc: add direction to rest properties.
7154
7155         * lily/include/output-def.hh: new file, move from
7156         music-output-def.hh
7157
7158 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
7159
7160         * scm/output-gnome.scm: Describe feta-cork hack.
7161
7162 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7163
7164         * lily/include/book-paper-def.hh: derive from Output_def 
7165
7166         * lily/include/paper-def.hh: move all functionality out of class.
7167         Junk header.
7168
7169         * lily/include/music-output-def.hh: rename Music_output_def to
7170         Output_def.
7171
7172         * input/wilhelmus.ly: only set space for Paper formatting. 
7173
7174         * lily/include/midi-def.hh: remove file, remove class.
7175         Move functions to Music-output-def.
7176
7177         * lily/music-output-def.cc (Music_output_def): remove separate
7178         translator table. Lookup translators in scope directly. This
7179         obviates Context suffix for context identifiers, i.e.
7180
7181         \context {
7182           \Staff
7183           .. 
7184           }
7185
7186
7187         will work.
7188
7189
7190         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
7191
7192         * Documentation/user/changing-defaults.itely (Horizontal spacing):
7193         document spacing override hack.
7194
7195 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
7196
7197         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
7198         installation info.  Support point-and-click.  Add +/- zoom
7199         keybindings.
7200
7201 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7202
7203         * VERSION: 2.3.2 released
7204
7205         * lily/parser.yy (book_body): set default bookpaper.
7206
7207         * scm/output-tex.scm (header): kludge: hard code linewidth. 
7208
7209         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
7210
7211 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7212
7213         * lily/score.cc (default_rendering): scale outputdef before
7214         starting.
7215
7216 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7217
7218         * scm/fret-diagrams.scm: Add header.
7219
7220         * scm/output-gnome.scm: Hello world :-)
7221
7222 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7223
7224         * scripts/lilypond.py (run_dvips): only add papersize if present.
7225
7226         * lily/accidental-engraver.cc (update_local_key_signature): new
7227         function, fold code from initialize() and process_music().
7228         (update_local_key_signature): use deep copy. This fixes one
7229         problem from custom-key-signatures.ly.
7230         (number_accidentals_from_sig): tighter check for
7231         accidental-too-old.
7232
7233         * ly/engraver-init.ly: remove localKeySignature
7234         definition from ChoirStaff, StaffGroup, Score.
7235
7236         * lily/percent-repeat-engraver.cc (try_music): add moments for
7237         barlines too. Fixes: skipbars-percent-repeat.ly.
7238
7239 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7240
7241         * lily/context-def.cc (filter_performers): don't go to cdrloc if
7242         skipping last pair. Fixes: crash-bar-number.
7243
7244         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
7245         D. Sorensen)
7246
7247         * input/test/fret-diagram.ly: new file.
7248
7249         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
7250         (scale-paper): divide by scale.
7251
7252 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7253
7254         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
7255         case.
7256
7257 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7258
7259         * scm/stencil.scm (fontify-text): reinstate function
7260
7261         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
7262
7263         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
7264
7265         * lily/parser.yy (book_paper_head): \bookpaper {} 
7266
7267         * python/midi.c: remove config.h
7268
7269 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7270
7271         * scm/output-gnome.scm: Update.
7272
7273 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7274
7275         * scm/output-gnome.scm: New file.
7276
7277         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
7278
7279 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7280
7281         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
7282         (find_scaled_font): move from Paper_def
7283
7284 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7285
7286         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
7287         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
7288
7289         * po/fr.po: update po.
7290
7291         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
7292
7293         * lily/book-paper-def.cc (print_smob): new file.
7294
7295 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
7296
7297         * buildscripts/lilypond-words.py: search words also from
7298         music-functions-init.ly.
7299
7300 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7301
7302         * ly/music-functions-init.ly (def-music-function): new helper
7303         macro for defining music functions. \addlyrics \appoggiatura
7304         \acciaccatura \grace \partcombine \autochange \applycontext
7305         \applyoutput and \breathe are now defined here thanks to it.
7306
7307         * lily/parser.yy: 
7308         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
7309         \grace \partcombine \autochange \applycontext \applyoutput and
7310         \breathe keywords removed from the parser.
7311
7312         * lily/parser.yy: 
7313         * lily/music-function.cc (ly_make_music_function): 
7314         * lily/lexer.ll (music_function_type): added a case for 0-arg
7315         music functions.
7316
7317 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7318
7319         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
7320         refering to a music expression can be used in lily-inside-scheme:
7321         #{ $music #}
7322
7323         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
7324         and ly:parser-define, and change ly:parser-parse-string in order
7325         to make #{ $music #} work.
7326
7327         * scm/new-markup.scm (compile-markup-expression): when an argument
7328         is a string, use `make-simple-markup'.
7329
7330 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7331
7332         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
7333
7334 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7335
7336         * scripts/convert-ly.py (FatalConversionError.func): handle + in
7337         font-size. (backportme)
7338
7339 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7340
7341         * lily/paper-outputter.cc (output_stencil): dump font definitions
7342         before each stencil.
7343
7344         * lily/include/paper-book.hh (struct Score_lines): new
7345         struct. Collect info per Paper-score.
7346
7347         * lily/include/page.hh (class Page): to_stencil() returns Stencil
7348         everywhere.
7349
7350         * lily/stencil.cc (find_expression_fonts): new function
7351
7352         * lily/paper-outputter.cc (output_stencil): use
7353         interpret_stencil_expr
7354
7355         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
7356         (interpret_stencil_expr): new function. Generic stencil
7357         interpretation.
7358
7359         * lily/paper-def.cc (find_scaled_font): divide lookup
7360         magnification by outpuscale for non-virtual fontmetrics. This
7361         fixes ludicrously long font definitions for text
7362         fonts. (backportme)
7363
7364         * lily/score-engraver.cc: remove
7365         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
7366
7367 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
7368
7369         * input/test/markup-score.ly: Remove \notes.
7370
7371         * lily/parser.yy (book_body): Grok Composite_music and \header.
7372         (markup): Push NOTES mode before score_block.
7373
7374         * VERSION: release 2.3.1
7375
7376         * mf/feta-klef.mf: 
7377         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
7378
7379         * Documentation/user/programming-interface.itely: Use @emph (was:
7380         @em).
7381
7382         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
7383
7384 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7385
7386         * scm/output-tex.scm (output-tex-string): tighten safe security.
7387
7388         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
7389
7390         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
7391         allowed ly functions.
7392
7393         * lily/ly-module.cc (ly_module_define): only define variable if
7394         bound.
7395         (ly_make_anonymous_module): take safe option.
7396
7397 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7398
7399         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
7400
7401 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
7402
7403         * input/regression/newaddlyrics.ly: Fix.
7404
7405         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
7406         \score \notes.
7407
7408 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
7409
7410         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
7411
7412 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7413
7414         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
7415
7416         * lily/paper-line.cc (Paper_line): don't store list of stencils,
7417         but convert to single Stencil immediately.
7418
7419         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
7420
7421 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
7422
7423         * scm/output-sodipodi.scm: Resurrect sodipodi output.
7424
7425 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
7426
7427         * elisp/lilypond-mode.el: Changed the way defaults are created for
7428         LilyPond-command-master.  LilyPond-mode will now check the
7429         timestamps of the files to see which command has to run next.
7430
7431 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7432
7433         * scm/bass-figure.scm (format-bass-figure): don't set
7434         number-markup for strings. This fixes string in bass
7435         figure. (backportme)
7436
7437         * lily/parser.yy (bass_number): insert number-markup into figure
7438         definition.
7439
7440         * scm/define-music-properties.scm (all-music-properties): make
7441         'figure a markup.
7442
7443         * scripts/convert-ly.py (conv): \apply -> \applymusic
7444
7445 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
7446
7447         * elisp/lilypond-mode.el: changed the order of some commands
7448         ("Midi" after "2Midi"), use the user-defined
7449         LilyPond-command-default as default instead of "LilyPond"
7450
7451         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
7452         to set the master file for the next command.
7453
7454         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
7455         with font-lock-reference-face.
7456
7457 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
7458
7459         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
7460
7461         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
7462
7463 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7464
7465         * ly/music-functions-init.ly (TODO): new file.
7466
7467         * lily/parser.yy (Generic_prefix_music_scm): add more
7468         music_function symbols.
7469         (Prefix_composite_music): change \apply to music-function   
7470
7471         * lily/include/music-function.hh: rename to music-function
7472
7473 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7474
7475         * lily/music-head.cc (LY_DEFINE): change order of args.
7476
7477         * input/regression/music-head.ly (texidoc): new file.
7478
7479         * lily/parser.yy (Generic_prefix_music): allow generic
7480         music-transformation functions. 
7481
7482         * lily/include/music-head.hh (is_music_head): new file.
7483
7484         * lily/music-head.cc (get_music_head_transform): new file.
7485
7486 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7487
7488         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
7489         empty extent. This fixes ottava brackets on rests. (backportme)
7490
7491         * make/lilypond.redhat.spec.in (Group): ln png files for info.
7492
7493         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
7494
7495         * cygwin/lily-wins.py: update for the lily-wins.py script.
7496
7497 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7498
7499         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
7500         code. This will obviate typeset_grob () in the future.  The effect
7501         of this is that improperly written spanner handling will result in
7502         invalid spanner bounds.
7503         (announce_grob): add to elems_ from here
7504         (typeset_grob): comment out.  
7505
7506         * lily/include/engraver.hh (make_spanner): new calling interface
7507         for make_{item,spanner}. This obviates most calls to
7508         announce_grob().
7509
7510         * scm/music-functions.scm (set-accidental-style): use GrandStaff
7511         iso. PianoStaff for piano styles.
7512
7513 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
7514
7515         * Documentation/user/music-glossary.tely: add segno after d.s.
7516
7517 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7518
7519         * lily/include/audio-column.hh: remove unused variables.
7520         (patch by Michael Welsh Duggan)
7521
7522         * flower/include/axes.hh (other_axis): inline Axes function
7523         (thanks to David Brandon).
7524
7525 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7526
7527         * cygwin/mknetrel: Install image links (backportme).
7528
7529         * Documentation/user/GNUmakefile (local-install-info): Activate
7530         actual installing of image links (backportme).
7531
7532 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7533
7534         * Documentation/user/notation.itely (Measure repeats): Removed
7535         unnecessary (and confusing) \context Voice{.
7536
7537 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
7538
7539         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
7540
7541         * lily/page.cc (Page): Do not use ly_scheme_function for
7542         volatile/configurable variables (FIXME: better name).
7543
7544         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
7545         get_scmvar).
7546
7547 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7548
7549         * scripts/convert-ly.py (FatalConversionError.subst): use
7550         \transposition.
7551
7552 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
7553
7554         * lily/include/page.hh (class Page): Declare left_margin ().
7555
7556         * lily/page.cc: Remove paper var caching.
7557
7558 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7559
7560         * Documentation/user/music-glossary.tely: Add name to @top node.
7561         Remove comment from @table definitions (workaround for makinfo
7562         bug).
7563
7564         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
7565         ly:stencil-get-expr).  Update callers.
7566         (ly:stencil-align-to!):  Return stencil too.
7567
7568         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
7569         stencil.  Remove looped line-based page output.
7570         (output_line): Use line stencil.  Remove looped stencil-based line
7571         output.
7572
7573         * lily/page.cc (ly:page-paper-lines): New function.
7574
7575         * input/test/markup-score.ly: New file.
7576
7577         * scm/define-markup-commands.scm (stencil): New markup.
7578
7579         * lily/book.cc (to_stencil): New method.
7580
7581         * lily/parser.yy (markup): Use it to grok \score.
7582
7583 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
7584
7585         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
7586
7587         * lily/paper-book.cc (pages): Change signature.  Update callers.
7588
7589         * lily/include/page.hh:
7590         * lily/page.cc: New file.
7591
7592         * lily/paper-line.cc (to_stencil): New method.
7593
7594         * lily/paper-outputter.cc (output_stencil): New method.
7595
7596         * lily/paper-outputter.cc (output_line): Use them.
7597
7598         * lily/warn.cc: Remove.
7599
7600         * lily/my-lily-parser.cc (distill_inname): Remove.
7601
7602         * flower/include/file-name.hh: 
7603         * flower/file-name.cc: New file.  Update users.
7604
7605         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
7606         (find): New method of same name.
7607
7608         * lily/my-lily-parser.cc (ly:parse-file): Use it.
7609
7610         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
7611         constant error message.
7612
7613 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
7614
7615         * input/test/{blank-notes.ly,staff-container.ly}: typos.
7616
7617 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
7618
7619         * Documentation/user/music-glossary.tely: @table @strong' replaced
7620         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
7621         (backportme).
7622
7623 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7624
7625         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
7626
7627         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
7628         #{ lily music expression #} that returns an equivalent scheme
7629         music expression by parsing the string.
7630
7631 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7632
7633         * lily/my-lily-parser.cc:
7634         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
7635         SCM string (foo.ly/toto.scm support).
7636
7637 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7638
7639         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
7640
7641 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7642
7643         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
7644
7645         * scripts/lilypond-book.py: LY code that includes \header is
7646         not assumed to be a fragment.
7647
7648 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
7649
7650         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
7651         tremolo beams up.
7652
7653         * lily/stem.cc (chord_start_y): Return 0 if no heads.
7654         (get_default_stem_end_position): No tremolo head juggling if no
7655         heads.  Fixes tremolo crash on rests (backportme).
7656
7657         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
7658
7659 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7660
7661         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
7662         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
7663
7664         * lily/lexer.ll: Allow \encoding in NOTES mode.
7665
7666         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
7667         for lyrics, not for commands.
7668
7669         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
7670         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
7671
7672         * input/regression/newaddlyrics.ly: New file.
7673
7674         * Documentation/topdocs/NEWS.texi: Update.
7675
7676         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
7677         (Music_list): Allow embedded scm.
7678
7679         * lily/score.cc (ly:score-bookify): New function.
7680
7681         * lily/music.cc (ly:music-scorify): Idem.
7682
7683         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
7684         (ly:parser-print-score): Idem.
7685
7686         * scm/lily.scm (default-toplevel-book-handler): Idem.
7687         (default-toplevel-music-handler): Idem.
7688         (default-toplevel-score-handler): Idem.
7689
7690         * ly/declarations-init.ly: Set default toplevel handlers.
7691
7692         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
7693
7694         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
7695         printer for score at toplevel.
7696
7697 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7698
7699         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
7700         Fix for simple case: input/simple-song.ly, more complex stuff
7701         does not work yet.
7702
7703 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7704
7705         * lily/parser.yy (Prefix_composite_music): split Composite_music
7706         in Prefix_composite_music and Grouped_music_list.
7707         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
7708
7709 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7710
7711         * scm/lily.scm (toplevel-expression): New define.
7712
7713         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
7714
7715         * lily/parser.yy (toplevel_expression): Use it.
7716
7717         * lily/include/my-lily-parser.hh: Smobbify.
7718
7719         * lily/my-lily-parser.cc (parse_string): New method.
7720
7721         * lily/my-lily-parser.cc (ly:parse-string): New function.
7722
7723         * Documentation/user/lilypond.tely: Add comment and workaround for
7724         gs-8.01 crash.  Fixes make web.
7725
7726         Simplification of toplevel music.
7727
7728         * lily/lexer.ll, lily/parser.yy:
7729
7730         * In LYRICS mode, return LYRICS_STRING.  This fixes one
7731         shift/reduce problem.
7732
7733         * Use NOTES mode at start of maininput.
7734
7735         * Grok toplevel composite music expression, put in score and book.
7736
7737         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
7738
7739         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
7740
7741         * input/simple.ly: New file.
7742
7743         * input/simple-song.ly: Idem.
7744
7745 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7746
7747         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
7748         Sandberg.
7749
7750 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7751
7752         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
7753
7754 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
7755
7756         * input/regression/accidental-octave.ly: doc automatic showing
7757         of note names.
7758
7759 2004-04-16  Heikki Junes <janneke@gnu.org>
7760
7761         * po/fi.po: do "make po && make -C po po-update" at top-level,
7762         then "cp po/out/fi.po po/fi.po" and update fields.
7763
7764         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
7765
7766 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
7767
7768         * Documentation/user/introduction.itely (About this manual): Fix
7769         templates and regression urls (backportme).
7770
7771 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7772
7773         * ly/engraver-init.ly (Score:graceSettings): Increase
7774         beamed-lengths, especially for 32nd notes.
7775
7776         * Documentation/user/notation.itely (Grace notes): Correct the
7777         syntax for add-grace-property example.
7778
7779 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
7780
7781         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
7782         `Generated' tag.
7783
7784         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
7785         Severely broken (the Debian package, at least).
7786
7787 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7788
7789         * lily/context.cc (find_create_context): assign to lvalue.
7790
7791 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7792
7793         * lily/include/translator.hh (class Translator): rename
7794         get_parent_context() to context () to avoid confusion.
7795
7796         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
7797
7798         * lily/lexer.ll: change is_string -> ly_c_string_p 
7799
7800         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
7801
7802         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
7803
7804 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7805
7806         * VERSION: release 2.3.0
7807
7808         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
7809
7810         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
7811         if nonempty.
7812
7813         * lily/include/context.hh (class Context): make members protected.
7814         (children_contexts): new accessor function.
7815
7816         * lily/include/translator.hh (class Translator): make
7817         daddy_context_ protected.
7818         (class Translator): clean up. 
7819
7820         * lily/include/context.hh (class Context): make daddy_context_
7821         private.
7822
7823         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
7824         higher for finding Voice. (backportme)  
7825
7826         * lily/include/context.hh (class Context): remove
7827         find_context_below() as a method.
7828
7829         * Documentation/user/notation.itely (The Lyrics context): add note
7830         about manual durations
7831
7832         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
7833         encoding.
7834
7835         * scm/output-tex.scm (text): dump \inputencoding{} for text.
7836
7837 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7838
7839         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
7840         \usepackage{inputenc}
7841
7842         * lily/paper-book.cc (classic_output): don't advance Offset for
7843         TeX output.
7844
7845         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
7846         ec-sauter.map in rules
7847
7848         * mf/ecb.mf (font_identifier): new file, based on ecbx
7849
7850         * mf/ecb10.mf (gensize): new file.
7851
7852         * Documentation/topdocs/NEWS.texi (Top): document some more new
7853         features.
7854
7855         * ly/declarations-init.ly: run convert-ly
7856
7857         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
7858         from input-file-results. Remove input-file-results.* 
7859
7860 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7861
7862         * scm/output-ps.scm (font-command): Fix, again.
7863
7864         * input/test/title-markup.ly: Add \noPagebreak test.
7865
7866         * lily/score-engraver.cc (try_music): Bugfix.
7867
7868 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7869
7870         * lily/main.cc (main_with_guile): excise dependency options -M and
7871         --dep-prefix
7872
7873         * lily/input-file-results.cc: excise Makefile dependency code
7874
7875         * Documentation/user/invoking.itexi (Invoking the lilypond
7876         binary): remove dep doco
7877
7878         * lily/main.cc (main_with_guile): call lilypond-main
7879
7880         * scm/lily.scm (lilypond-main): new function: handle multiple files.
7881
7882         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
7883         exception.
7884
7885         * lily/my-lily-parser.cc: remove paper_description function
7886
7887         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
7888         new function.
7889
7890         * lily/main.cc: remove global_score_count.
7891
7892         * lily/book.cc (process): don't take header from global_input_file.
7893
7894         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
7895
7896         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
7897
7898         * lily/music-output-def.cc (LY_DEFINE): new function
7899         ly_output_description. This function does the bulk for  setting,
7900         parsing and breaking down of an input file.
7901
7902         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
7903         anonymous modules globally. Let's hope they get GCd
7904
7905         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
7906
7907 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7908
7909         * scm/output-ps.scm (header): Papersize from paper.
7910
7911         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
7912         for classic output.
7913
7914         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
7915         lilypondclassic is defined.
7916         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
7917
7918         * input/regression/between-systems.ly: Remove.
7919
7920         * python/lilylib.py (get_bbox): Fix regular expression
7921         for bounding box.
7922
7923         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
7924
7925         * scm/output-tex.scm (stop-page): Use it.
7926
7927         * scm/output-ps.scm (define-fonts): Bugfix.
7928
7929         * lily/grob.cc: Add penalty to interface.
7930
7931         * lily/include/paper-line.hh (class Paper_line): New member
7932         var penalty_.
7933
7934         * lily/system.cc (get_line): Initialise Paper_line with
7935         page-penalty's from original grobs.
7936
7937         * scm/define-music-properties.scm (all-music-properties): Add
7938         page-penalty.
7939
7940         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
7941
7942         * lily/score-engraver.cc (try_music): Handle page-penalty.
7943
7944         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
7945
7946 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7947
7948         * ly/declarations-init.ly (melismaEnd): typo
7949
7950         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
7951
7952         * scm/output-ps.scm (text): split string into spaces, use moveto
7953         for setting space. 
7954
7955 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
7956
7957         * po/nl.po: Update.
7958
7959         * scm/font.scm (add-cmr-fonts): Typo.
7960
7961 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7962
7963         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
7964         font-encoding.
7965
7966         * scm/define-grobs.scm (all-grob-descriptions): idem.
7967
7968         * lily/time-signature.cc (numbered_time_signature): idem.
7969
7970         * scm/font.scm (add-cmr-fonts): use real encoding names for
7971         font-encoding.
7972
7973 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
7974
7975         * lily/paper-book.cc (classic_output): 
7976         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
7977         Fixes classic output.
7978         (lilypondstart):
7979         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
7980         kludge.
7981
7982         * scripts/old-lilypond-book.py: Remove.
7983
7984         Page layout for SCOREs enclosed in a BOOK:
7985
7986         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
7987         layout tweaking.
7988
7989         * input/les-nereides.ly (theScore): Add \book.
7990
7991         * input/test/title-markup.ly: Add \book.
7992
7993         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
7994         only if 'verbose.
7995
7996         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
7997
7998         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
7999
8000         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
8001         * scm/output-tex.scm (start-system): Update for page layout by
8002         LilyPond.
8003
8004         * scm/output-ps.scm (start-system): Previously (new-start-system).
8005
8006         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
8007         passed to define-fonts.
8008
8009         * lily/paper-column.cc: 
8010         * lily/system.cc (get_line):
8011         * ly/property-init.ly (newpage): 
8012         * scm/define-grob-properties.scm:
8013         * scm/output-ps.scm: 
8014         * scm/output-tex.scm: Remove between-system-string kludge.
8015
8016         * scm/output-ps.scm (define-fonts, font-command,
8017         font-load-encoding): Handle ENCODING = #f.
8018
8019         * scm/output-tex.scm (output-scopes): Check if variable is bound.
8020
8021         * scm/define-markup-commands.scm (fill-line): Use
8022         make-simple-markup (WAS: unexisting make-word-markup).
8023
8024         * lily/text-item.cc (interpret_markup): Bugfix, transpose
8025         ENCODING, MARKUP parameters for interpret_string.
8026
8027         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
8028
8029         * lily/score.cc (book_rendering): New method.
8030         (default_rendering): Create Paper_book helper locally, dump
8031         output.
8032
8033         * lily/my-lily-lexer.cc (the_key_tab): Add book.
8034
8035         * lily/parser.yy: Handle \book.
8036
8037         * lily/include/book.hh: 
8038         * lily/book.cc: New file.
8039
8040 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8041
8042         * lily/text-item.cc (interpret_string): new file, select font with
8043         encoding.
8044
8045         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
8046
8047         * scm/define-markup-commands.scm (encoded-simple): new markup command.
8048
8049         * lily/parser.yy (markup): take encoding from lexer.
8050
8051 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
8052
8053         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
8054
8055         * scm/output-ps.scm: Remove some cruft.
8056
8057 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8058
8059         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
8060
8061         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
8062
8063 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
8064
8065         * scm/font.scm (add-century-schoolbook-fonts):
8066         (make-century-schoolbook-tree): New function.
8067
8068         * input/test/title-markup.ly: Use Century Schoolbook font.
8069
8070 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8071
8072         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
8073         to Erik Sandberg) 
8074
8075         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
8076
8077         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
8078
8079         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
8080
8081         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
8082
8083 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8084
8085         * scm/part-combiner.scm (determine-split-list): bugfix: if no
8086         solo-state (at end of solo), we can set the solo status
8087         too. (backportme.)
8088
8089         * input/regression/part-combine-solo-end.ly: new file.
8090
8091 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8092
8093         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
8094         flavour abc files.  Really ignore unknown keys (backportme).
8095
8096 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8097
8098         * lily/scaled-font-metric.cc (text_dimension): only multiply with
8099         magnification_ when looking up in orig_.
8100
8101         * scm/output-tex.scm (text): switch off char-mapping.
8102
8103         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
8104         because AFM's encoding field cannot have spaces.
8105
8106 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8107
8108         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
8109
8110 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8111
8112         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
8113
8114         * mf/cmr.enc: new file, without hi-bit ascii info. 
8115
8116         * lily/bezier-bow.cc (slur_shape): make indent dependent on
8117         width. This removes the 'hook' at the end of a long slur.
8118
8119         * buildscripts/mf-to-table.py (parse_logfile): don't append
8120         encoding to fontname.
8121
8122 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8123
8124         * scm/output-ps.scm (define-fonts): Load .enc only once.
8125
8126         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
8127         too.
8128
8129 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8130
8131         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
8132         encoding field.
8133
8134         * lily/stencil-scheme.cc: remove ly:fontify-atom 
8135
8136         * ly/portuges.ly (pitchnames): new file.
8137
8138         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
8139         Michael Welsh Duggan
8140
8141         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
8142
8143         * ly/nederlands.ly: add comment about digits.
8144
8145         * lily/scaled-font-metric.cc (derived_mark): idem.
8146
8147         * scm/encoding.scm (make-encoding-mapping): change permutation to
8148         mapping.
8149
8150         * lily/scaled-font-metric.cc (derived_mark): is a const method.
8151         (Modified_font_metric): make alist for coding_description_
8152         (LY_DEFINE): remove coding-name.
8153
8154         * scm/output-tex.scm (text): remove debugging code.
8155
8156         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
8157
8158         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
8159         from infile.
8160
8161         * mf/feta-generic.mf: move fet_beginfont into generic code.
8162         use fetaMusic (without space) as encoding
8163
8164         * mf/feta-autometric.mf: take encoding argument
8165
8166         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
8167
8168         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
8169         use.
8170
8171         * scm/encoding.scm (read-encoding-file): use symbol for glyph
8172         name.
8173
8174 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8175
8176         * input/test/title-markup.ly: Set inputencoding.
8177
8178         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
8179
8180         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
8181
8182         * scm/encoding.scm (get-coding-filename, get-coding-command): New
8183         function.
8184         (coding-alist): Also hold filename, command.
8185         (read-encoding-file): Return symbols.
8186
8187 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8188
8189         * scm/output-tex.scm: remove fontify; text and char take a font
8190         argument.
8191
8192         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
8193
8194         * lily/scaled-font-metric.cc (text_dimension): init
8195         coding_{permutation,table}_ too 
8196         (LY_DEFINE): ly:font-encoding, new function return
8197
8198         * lily/paper-def.cc (find_scaled_font): take input coding from
8199         inputcoding paper var.
8200
8201         * lily/performance.cc (output): remap modulo 16.
8202
8203         * lily/text-item.cc (interpret_markup): whoops, variable
8204         shadowing fixed.
8205
8206 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
8207
8208         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
8209         symbols, not symbols to strings.
8210
8211         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
8212         symbols, not symbols to strings.
8213
8214 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
8215
8216         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
8217         (ly:kpathsea-gulp-file): New function.
8218
8219         * scm/encoding.scm (read-encoding-file): Use it.
8220
8221 2004-04-06  Werner Lemberg  <wl@gnu.org>
8222
8223         * scm/encoding.scm (coding-alist): Fix typo.
8224
8225 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8226
8227         * lily/scaled-font-metric.cc (text_dimension): move function from
8228         Font_metric
8229         (make_scaled_font_metric): init coding_scheme_ to TeX
8230         (text_dimension): use get-coding-vector for non TeX coding_scheme_
8231
8232         * lily/include/scaled-font-metric.hh (struct
8233         Modified_font_metric): rename from Scaled_font_metric
8234
8235         * scm/encoding.scm (read-encoding-file): split up large function,
8236         leave caching to (delay)
8237
8238         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
8239
8240 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8241
8242         * lily/my-lily-lexer.cc (set_encoding): New method.
8243
8244         * lily/lexer.ll: Grok \encoding.
8245
8246         * lily/font-metric.cc (get_encoded_index): New function.
8247
8248         * lily/include/font-metric.hh (coding_scheme): New method.
8249
8250         * scm/encoding.scm: New file.
8251
8252         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
8253
8254 2004-04-05  Werner Lemberg  <wl@gnu.org>
8255
8256         * Documentation/user/tutorial.itely: Revised (finished).
8257
8258         * Documentation/user/macros.itexi (@separate): Removed.
8259
8260 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8261
8262         * scm/output-ps.scm (define-fonts): fix scaling.
8263
8264         * lily/scaled-font-metric.cc (design_size): add function.
8265
8266         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
8267         partial cut&paste of ly:font-magnification.
8268
8269 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8270
8271         * scm/output-ps.scm (define-fonts):
8272         (fontify): Update.
8273
8274 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8275
8276         * po/fr.po: update. (backportme).
8277
8278         * po/nl.po: update. (backportme). 
8279
8280         * mf/feta-beugel.mf: document why design size is not fixed.
8281
8282         * mf/feta-braces-a.mf: rename to stress that it's not design size.
8283
8284 2004-04-04  Werner Lemberg  <wl@gnu.org>
8285
8286         * Documentation/user/tutorial.itely: Revised (continued).
8287
8288 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8289
8290         * po/nl.po: Update (backportme).
8291
8292 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8293
8294         * po/de.po: update. (backportme).
8295
8296         * scm/output-tex.scm (font-command): use ly: functions to
8297         construct name.
8298         (define-fonts): don't use alist, just dump \font definitions.
8299         (font-load-command): calculate proper scaling by taking
8300         outputscale from paper argument.
8301
8302         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
8303         expression.
8304
8305         * lily/paper-outputter.cc (output_header): pass paper arg to
8306         define-fonts
8307
8308         * lily/paper-def.cc (font_descriptions): dump list of
8309         Scaled_font_metrics
8310         (find_scaled_font): take Font_metric argument, store
8311         Scaled_font_metrics in hash-table containing (size ->
8312         Scaled_font_metrics) alist.
8313         (get_dimension): rename from get_realvar
8314
8315         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
8316         ly:font-magnification, ly:font-name: new functions
8317
8318 2004-04-03  Werner Lemberg  <wl@gnu.org>
8319
8320         * Documentation/user/dedication.itely,
8321         Documentation/user/preface.itely,
8322         Documentation/user/introduction.itely,
8323         Documentation/user/tutorial.itely: Revised.
8324         Removing leading spaces which distorts output if info files are read
8325         with stand-alone info.
8326         Removing superfluous inter-word spaces which also distorts output
8327         for stand-alone info.
8328         Using ` and ' instead of `` and '' everywhere to improve
8329         legilibility with stand-alone info
8330         Using @samp for single-letter input items and data which contains
8331         spaces, @code for other things.
8332
8333         * lily/grob-interface.cc: Adding copyright.
8334         (check_interfaces_for_property): Improve format of warning message.
8335
8336 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8337
8338         * lily/include/font-metric.hh (struct Font_metric): add
8339         design_size () method.
8340
8341         * buildscripts/mf-to-table.py (base): add DesignSize comment.
8342
8343         * lily/afm.cc (read_afm_file): read design size.
8344
8345         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
8346
8347         * scm/music-functions.scm (unfold-repeats): handle dots too.
8348
8349 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8350
8351         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
8352         (backportme)
8353
8354 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8355
8356         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
8357         lyric indent.  Revert melismaBusyProperties using \unset.
8358
8359 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8360
8361         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
8362
8363         * lily/parser.yy (command_element): allow redefinition of |
8364         meaning.
8365
8366         * lily/break-align-engraver.cc (acknowledge_grob): construct
8367         LeftEdge where the first cause for alignment is coming from.
8368         This makes \override Staff.LeftEdge work as expected.
8369
8370         * lily/slur-performer.cc (Slur_performer): add inits
8371
8372         * lily/beam-performer.cc (Beam_performer): add inits
8373
8374 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8375
8376         * VERSION (PACKAGE_NAME): release 2.2.0