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