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