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