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