]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
(parse_symbol_list): Bugfix.
[lilypond.git] / ChangeLog
1 2005-08-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2
3         * Remove obsolete files.  Nitpick run.
4
5         * lily/lily-guile.cc (parse_symbol_list): Bugfix.
6
7 2005-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8
9         * mf/GNUmakefile (get-*-fonts): Rename from get-*-pfa.  Copy SVG
10         too.
11
12         * Documentation/topdocs/NEWS.tely (Top): Add slur script feature.
13
14         * lily/lily-guile.cc (parse_symbol_list): Rewrite.  Grok multiple
15         whitespace as symbol separator.
16
17         * lily/side-position-interface.cc: Add slur-padding.
18
19         * input/regression/slur-script.ly: Fixed.  Backportme?  This is
20         quite a large fix, and it never worked in a stable release; so not
21         really a regression.
22
23         * lily/phrasing-slur-engraver.cc (class Phrasing_slur_engraver):
24         Update cut and paste code from Slur_engraver.
25
26         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
27         Add.
28
29         * scm/define-grobs.scm (DynamicLineSpanner): Add
30         dynamic-line-spanner-interface.
31         (DynamicLineSpanner, TextScript, Fingering): Add slur-padding.
32
33 2005-08-09  Jan Nieuwenhuizen  <janneke@gnu.org>
34
35         * lily/slur-engraver.cc (acknowledge_extra_object): Bugfix: use
36         to_boolean () so that non-set 'inside-slur means false.
37
38         * lily/slur.cc (outside_slur_callback): Bugfixes: make sure that
39         slur has control-points.  Skip script without direction.  Always
40         do_shift if script inside slur, even if slur not contained in
41         script y-extent.  Increment k in loop.
42
43 2005-08-11  Mats Bengtsson  <mabe@drongo.s3.kth.se>
44
45         * scm/define-markup-commands.scm: Improved regexp to search for
46         EPS bounding boxes and corrected call to ly:warning.
47
48 2005-08-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
49
50         * Documentation/user/programming-interface.itely (Displaying music
51         expressions): doc for \displayLilyMusic. Also some precisions in
52         "Markup construction in Scheme"
53
54 2005-08-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
55
56         * scm/define-markup-commands.scm (normal-text): Added 2 new
57         markup commands, \normal-text and \medium (the latter thanks to
58         Bruce Fairchild). 
59
60 2005-08-08  Graham Percival  <gpermus@gmail.com>
61
62         * Documentation/user/programming-interface.itely: fix @{ @}.
63
64         * scm/define-markup-commands.scm: add linewidth info to
65         \justify and \wordwrap, add "upright is the opposite of italic".
66
67         * Documentation/user/advanced-notation.itely: shaped->shape,
68         add (cons (markup "foo")) type of example to text markup,
69         reword multi-measure rests section.
70
71         * lily/note-heads-engraver.cc: changed Shaped->Shape in a
72         comment.  No actual code was touched.
73
74         * Documentation/user/invoking.itely: add more info about
75         \include.  Thanks, Bruce!
76
77         * THANKS: add Bruce Fairchild, alphabetise.
78
79         * Documentation/user/global.itely: document \score{\header{}}
80         behavior.
81
82         * Documentation/user/basic-notation.itely: reword multi-measure
83         rest discussion in Rests.
84
85 2005-08-08  Mats Bengtsson  <mabe@drongo.s3.kth.se>
86
87         * Documentation/user/programming-interface.itely (Markup
88         construction in Scheme): Corrected example and tried to clarify
89         the implicit \line in the table.
90
91 2005-08-07  Graham Percival  <gpermus@gmail.com>
92
93         * Documentation/user/instrument-notation.itely: moved
94         some bagpipe info back into the bagpipe section.  Somehow
95         it ended up in the "other vocal issues" section?!  :o_O
96
97 2005-08-07  Jan Nieuwenhuizen  <janneke@gnu.org>
98
99         * scm/framework-ps.scm (dir-join): Rename from path-join (joins
100         directories, not paths).
101
102 2005-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
103
104         * scm/framework-ps.scm (munge-lily-font-name): Bugfix: Munge only
105         plain emmentaler/aybabtu.  Backportme.
106
107         * lily/tuplet-bracket.cc (calc_position_and_height): Bugfix:
108         missing dir correction.
109
110 2005-08-05  Graham Percival  <gperlist@shaw.ca>
111
112         * scm/define-markup-commands: fix reversed justify/wordwrap
113         doc strings.
114
115 2005-08-05  Jürgen Reuter  <reuter@ipd.uka.de>
116
117         * lily/ligature-engaver.cc, lily/coherent-ligature-engaver.cc,
118         lily/gregorian-ligature-engaver.cc,
119         lily/include/ligature-engraver.hh,
120         lily/include/coherent-ligature-engraver.hh,
121         lily/include/gregorian-ligature-engraver.hh: make these classes
122         truely abstract.  This should fix some internal oddities such as
123         duplicate as well as dead translator/property declarations, and
124         also some dead code.
125
126         * lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc:
127         bugfix: avoid message "junking empty ligature" on ligature
128         brackets by collecting dummy grobs.
129
130 2005-08-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
131
132         * lily/tuplet-bracket.cc (print): default right overshoot to 0.0
133
134         * input/proportional.ly (staffKind): bugfix.
135         (staffKind): updates by Trevor Baca.
136
137         * scm/define-grobs.scm (all-grob-descriptions): remove arrows as
138         default layout. 
139
140         * lily/tuplet-bracket.cc (print): check whether edge-text is a
141         pair.
142
143         * lily/beam.cc (rest_collision_callback): call position_beam() if
144         necessary.
145
146         * VERSION: release 2.7.4
147
148         * input/regression/spacing-uniform-stretching.ly: new file.
149
150         * lily/spacing-loose-columns.cc (set_loose_columns): use robust_relative_extent().
151
152         * Documentation/topdocs/NEWS.tely (Top): add Nicolas as
153         contributor.
154
155         * lily/include/ly-module.hh: define MODULE_GC_KLUDGE globally.
156
157         * input/proportional.ly: new file.
158
159         * lily/tuplet-bracket.cc (after_line_breaking): don't suicide if
160         columns is empty
161
162         * lily/tuplet-engraver.cc (finalize): new function. Reset right
163         bounds to currentCommandColumn for the last step.
164         (start_translation_timestep): if tupletFullLength is set, set
165         bound to Paper Column
166
167         * input/regression/tuplet-full-length.ly (indent): new file.
168
169         * lily/spacing-loose-columns.cc (set_loose_columns): space a whole
170         clique of loose columns, eg. a set of grace notes in strict
171         notespacing.
172
173         * input/regression/spacing-strict-spacing-grace.ly: new file.
174
175         * lily/key-signature-interface.cc: change property name to
176         alteration-alist
177
178         * lily/key-engraver.cc (read_event): read keyAlterationOrder, not
179         keyAccidentalOrder
180
181         * python/convertrules.py (conv): keyAccidentalOrder ->
182         keyAlterationOrder
183
184         * lily/key-engraver.cc (create_key): always print a cancellation
185         for going to C-major/A-minor, regardless of printKeyCancellation.
186         (create_key): remove typecheck for visibility. This fixes key
187         signature not being printed.
188
189         * lily/spacing-determine-loose-columns.cc: new file.
190
191         * input/regression/spacing-strict-notespacing.ly: new file.
192
193         * lily/spacing-spanner.cc (generate_springs): rename from
194         do_measure. 
195         (generate_pair_spacing): new function.
196         (init, generate_pair_spacing): set between-cols for floating
197         nonmusical columns.
198
199         * lily/spaceable-grob.cc (get_spring): new function. 
200
201         * lily/tuplet-bracket.cc (print): on the left, the overshoot is
202         relative to the right edge of the prefatory matter.
203
204         * lily/beam.cc (print): read break-overshoot to determine where to
205         stop/start broken beams.
206
207         * input/regression/spanner-break-overshoot.ly: new file.
208
209 2005-08-04  Graham Percival  <gperlist@shaw.ca>
210
211         * ly/bagpipe.ly: updated.
212
213         * Documentat/user/instrument.itely: un-comment out bagpipe example.
214
215 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
216
217         * lily/dynamic-engraver.cc (acknowledge_slur): add slur to
218         support: now (de)crescs avoid slurs as well.
219
220         * Documentation/user/instrument-notation.itely (Bagpipe example):
221         comment out non-functioning bagpipe example.
222         (Bagpipe definitions): idem.
223
224         * Documentation/topdocs/NEWS.tely (Top): add uniform-stretching example.
225         (Top): add proportionalNotationDuration example.
226
227         * input/regression/spacing-proportional.ly: new file.
228
229         * lily/tuplet-bracket.cc (parallel_beam): broken bracket never is
230         synched to a beam.
231
232         * lily/beam.cc (shift_region_to_valid): divide by zero fix. This
233         fixes beams with a single stem (eg. beams across linebreaks.)
234
235         * lily/parser.yy (simple_string): allow \new STRING_IDENTIFIER.
236
237         * flower/rational.cc (operator +): prevent overflow. This fixes
238         heavily nested tuplets.
239
240         * lily/auto-beam-engraver.cc (derived_mark): new method. Yes. We
241         have to protect even those unlikely to be corrupted data members.  
242
243 2005-08-04  Graham Percival  <gperlist@shaw.ca>
244
245         * ly/bagpipe.ly: new file.
246
247         * THANKS: added Sven Axelsson.
248
249 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
250
251         * lily/spacing-engraver.cc (stop_translation_timestep): directly
252         copy proportionalNotationDuration into currentMusicalColumn if
253         set.
254
255         * lily/spacing-spanner.cc (musical_column_spacing): if
256         uniform-stretching set, fixed space is 0.0
257
258         * input/regression/spacing-multi-tuplet.ly: show
259         uniform-stretching property.
260
261         * lily/spacing-spanner.cc (effective_shortest_duration): new function.
262
263         * lily/include/spacing-spanner.hh (class Spacing_spanner): new file.
264         (struct Spacing_options): new struct.
265
266         * lily/spacing-basic.cc: new file.
267
268         * lily/spacing-spanner.cc (note_spacing): remove outdated code:
269         delta_t doesn't have to be smaller than shortest_playing_len
270
271 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
272
273         * input/regression/markup-arrows.ly:  new file.
274
275         * lily/tuplet-bracket.cc: document new behavior.
276
277         * input/regression/tuplet-broken.ly: new file. Demonstrate tuplets
278         with line breaks.
279
280         * scm/define-markup-commands.scm (arrow-head): arrow-head markup command.
281
282         * scm/define-grobs.scm (all-grob-descriptions): set arrows as
283         default 
284
285         * lily/tuplet-bracket.cc: add edge-text property.
286         add break-overshoot.
287         (print): read break-overshoot.
288         (print): read edge-text, add stencils.
289
290         * mf/feta-arrow.mf: new file.
291
292         * mf/feta-generic.mf: add feta-arrow.
293
294 2005-08-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
295
296         * Documentation/user/lilypond-book.itely (An example of a
297         musicological document): Added flag -o to dvips for people who use
298         the default setting in teTeX where output is sent to the printer. 
299
300         * Documentation/user/global.itely (Vertical spacing): Added
301         reference to the Axis_group_engraver which documents the *Extent
302         properties.
303
304 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
305
306         * Documentation/user/basic-notation.itely (Tuplets): add note
307         about nested tuplets. Remove BUG. 
308
309         * input/regression/tuplet-nest.ly: update: remove manual hack. 
310
311         * lily/tuplet-bracket.cc (print): use robust_scm2drul
312         (print): manually call print() for subtuplets.
313         (calc_position_and_height): add subtuplets to the
314         support. Vertically shift outer tuplet 
315
316         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): set
317         remove-first for Lyrics, ChordNames and FiguredBass
318
319         * scm/define-grob-properties.scm (all-internal-grob-properties):
320         use ly:grob-array? iso. grob-list?
321         (all-internal-grob-properties): add tuplets grob-array.
322
323         * lily/tuplet-bracket.cc (add_tuplet_bracket):
324         new function
325
326 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
327
328         * input/test/time-signature-staff.ly: new file.
329
330         * ly/declarations-init.ly (center): escape to Scheme. Fixes
331         spurious #<Music FingerEvent> errors. Backportme.
332
333 2005-08-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
334
335         * Documentation/user/programming-interface.itely (Markup
336         construction in Scheme): Corrected markup syntax in the
337         translation table.
338
339 2005-08-03  Graham Percival  <gperlist@shaw.ca>
340
341         * Documentation/user/instrument-notation.itely: small update
342         to bagpipe notation docs; thanks Sven!
343
344         * Documentation/user/basic-notation.itely: add link about trills.
345
346 2005-08-02  Graham Percival  <gperlist@shaw.ca>
347
348         * Documentation/user/music-glossary: remove accidentally committed
349         fink patch.
350
351 2005-08-02  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
352
353         * lily/lily-parser.cc (get_header): new function. Enable multiple
354         \header definitions.
355
356         * lily/parser.yy (lilypond_header_body): use get_header.
357
358         * ly/init.ly:
359         * scm/lily-library.scm (print-score-with-defaults): renamed
360         $globalheader to $defaultheader
361         
362         * Documentation/user/global.itely (Creating titles): added short
363         explanation that multiple headers are useable.
364
365
366 2005-08-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
367
368         * lily/module-scheme.cc (LY_DEFINE): new file. 
369
370         * Documentation/user/advanced-notation.itely (Font selection): add
371         doco for make-pango-font-tree.
372
373 2005-07-31  Graham Percival  <gperlist@shaw.ca>
374
375         * Documentation/user/music-glossary: more languages
376         for tenuto.
377
378         * Docuemntation/user/instrument-notation.itely: minor
379         update for bagpipe example.
380
381 2005-07-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
382
383         * input/regression/+.ly (TODO): add some text.
384
385 2005-07-28  Graham Percival  <gperlist@shaw.ca>
386
387         * Documentation/user/invoking.itely: \score begins with music.
388
389         * Documentation/user/ basic-notation.itely,
390         instrument-notation.itely: minor changes.
391
392         * Documentation/user/music-glossary.itely: began tenuto entry.
393
394 2005-07-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
395
396         * scm/output-socket.scm (bezier-sandwich): add bezier-sandwich
397
398         * mf/feta-bolletjes.mf: swap up and down for aiken heads.
399
400 2005-07-27  Graham Percival  <gperlist@shaw.ca>
401
402         * Documentation/user/examples.itely: remove bagpipe template.
403
404         * Documentation/user/instrument-notation.itely: add bagpipe
405         section, maybe fix quotes in lyrics.  I hate text encoding.
406         Clarify chord durations, more bagpipe stuff.
407
408 2005-07-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
409  
410         * lily/accidental-engraver.cc: formatting fixes.
411
412         * lily/spacing-spanner.cc (prune_loose_columns): right-items is a
413         grob-array.
414
415         * lily/arpeggio.cc (print): suicide arpeggio for single notehead.
416
417         * lily/note-column.cc (arpeggio): new function.
418
419         * lily/note-spacing.cc (get_spacing): also take arpeggio into
420         account for spacing.
421
422 2005-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
423
424         * lily/main.cc (sane_setenv)[!ARGV0_RELOCATION]: Also define.
425         (setup_guile_env): Use it instead of nonstandard setenv.  Fixes
426         mingw build.
427         
428 2005-07-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
429
430         * scm/lily.scm (lilypond-all): clear anonymous modules after
431         processing files.
432
433 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
434
435         * flower/include/guile-compatibility.hh (SCM_I_CONSP): add
436         SCM_I_CONSP
437
438         * VERSION: 2.7.3 released
439
440         * Documentation/user/invoking.itely (Invoking lilypond): add
441         LILYPOND_GC_YIELD documentation.
442
443         * lily/*: cleanups: use scm_from_int iso. scm_int2num. Idem for
444         scm_from_real / scm_make_real.
445
446         * lily/main.cc (setup_guile_env): new function. Set GC min_yields
447         higher. This increases memory footprint, but provides overall
448         speedup of 15 to 20%. 
449
450         * lily/include/translator.hh (class Translator): remove
451         PRECOMPUTED_VIRTUAL everywhere.
452
453         * lily/include/lily-guile.hh: inline scm_c[ad]r, scm_is_pair.
454
455         * lily/context.cc (now_mom): non-recursive now_mom() 
456
457         * lily/include/profile.hh: new file.
458
459         * lily/profile.cc: new file.
460
461         * lily/grob.cc (Grob::Grob): look properties up directly.
462
463         * lily/open-type-font.cc (get_indexed_char): cache index -> bbox
464         lookups.
465
466         * lily/include/box.hh (class Box): smob Box type.
467
468         * lily/smobs.cc (protect_smob): O(1) GC (un)protection.
469
470         * lily/include/smobs.hh (DECLARE_BASE_SMOBS): add methods
471         protect() and unprotect(). Use throughout.
472
473 2005-07-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
474
475         * Documentation/topdocs/NEWS.tely: new item for \displayLilyMusic
476
477         * scm/define-music-display-methods.scm (markup->lily-string):
478         markup elements can also be strings (without simple-markup
479         appended)
480
481 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
482
483         * lily/context.cc (where_defined): also assign value in
484         where_defined().
485
486         * lily/bezier.cc (get_other_coordinate): use curve_coordinate
487         (curve_coordinate): new function
488
489         * lily/simple-spacer.cc (add_columns): only add rods between
490         column i and begin/end if keep-inside-line is set (this repleces
491         allow-outside-line as default)
492
493 2005-07-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
494
495         * lily/tuplet-engraver.cc (start_translation_timestep): only read
496         tupletSpannerDuration if applicable.
497
498         * lily/font-size-engraver.cc (process_music): read fontSize only
499         once per timestep.
500
501         * lily/engraver*cc: use throughout.
502         
503         * lily/include/translator.icc (ADD_ACKNOWLEDGER): new macro.
504
505         * lily/translator.cc (add_acknowledger): new file. Directly jump
506         into an Engraver::acknowledge_xxx () method based on a grobs
507         interface-list.
508
509         * lily/include/translator-dispatch-list.hh (class
510         Engraver_dispatch_list): new struct, new file.
511
512         * scm/define-context-properties.scm
513         (all-internal-translation-properties): remove acceptHashTable,
514         acknowledgeHashTable
515
516         * lily/translator-group.cc (mark_smob): idem for acceptHashTable.
517
518         * lily/engraver-group-engraver.cc (Engraver_group_engraver):
519         change acknowledgeHashTable to C++ member. 
520
521         * lily/rest-collision.cc (do_shift): use extract_grob_set().
522
523 2005-07-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
524
525         * scm/display-lily.scm: new file. Define a `display-lily-music'
526         function, that displays the music expression given as an argument,
527         using LilyPond notation.
528
529         * scm/define-music-display-methods.scm: new file. Implementation
530         of display methods for each music type.
531
532         * ly/music-functions-init.ly (displayLilyMusic): new function for
533         displaying music with LilyPond notation.
534
535         * input/regression/display-lily-tests.ly: new regression test file
536         for `display-lily-music'.
537
538         * scm/markup.scm: remove obsolete debugging code (for printing
539         markups with LilyPond notation).
540
541         * scm/define-music-types.scm (music-name-to-property-table):
542         * scm/clef.scm (supported-clefs): export, in order to be accessible
543         from the (scm display-lily) module.
544
545 2005-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
546
547         * Documentation/topdocs/NEWS.tely (Top): Typo.
548
549 2005-07-22  Heikki Junes  <hjunes@cc.hut.fi>
550
551         * Documentation/index.html.in, Documentation/texinfo.css,
552           stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
553           Documentation/bibliography/index.html.in,
554           Documentation/bibliography/html-long.bst: revert css-width patch,
555           it does not work with IE6.
556
557 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
558
559         * Documentation/texinfo.css: revert 760px hack. 
560
561         * VERSION: release 2.7.2
562
563         * Documentation/topdocs/NEWS.tely (Top): mention barNumberCheck
564
565         * Documentation/user/basic-notation.itely (Barnumber check): add
566         section.
567
568         * scm/music-functions.scm (skip-to-last): new function. Show only
569         last showLastLength part of the \score.
570
571         * lily/moment-scheme.cc (LY_DEFINE): new function ly:moment-sub
572
573         * python/convertrules.py (conv): add ly:x-moment rule
574
575         * lily/moment-scheme.cc (LY_DEFINE): rename ly:X-moment  -> ly:moment-X
576
577         * Documentation/topdocs/NEWS.tely (Top): add new feature.
578
579         * Documentation/user/instrument-notation.itely (Flexibility in
580         alignment): options in subsections.
581
582         * lily/lyric-engraver.cc (process_music): don't typeset text for _
583         syllable text. Instead, assume that the previous lyric text is a
584         melismated text.
585
586         * Documentation/index.html.in: revert 800x600 change.
587
588 2005-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
589
590         * lily/main.cc (main): Remove invalid handle kludge.
591
592         * scm/lily.scm (running-from-gui?): WINDOWS: check -dgui.
593         (lambda): add gui define.
594
595 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
596
597         * Documentation/topdocs/NEWS.tely (Top): add note about Musica ficta.
598
599         * Documentation/user/instrument-notation.itely (Musica ficta
600         accidentals): add section Musica ficta accidentals
601
602         * lily/accidental-engraver.cc (make_suggested_accidental): new
603         function.
604         (make_standard_accidental): move into new function.
605         (create_accidental): new function.
606
607         * scm/define-grobs.scm (all-grob-descriptions): new Grob
608         AccidentalSuggestion
609
610         * lily/output-def-scheme.cc (LY_DEFINE): take default  argument.
611
612         * lily/output-def.cc (lookup_variable): return SCM_UNDEFINED if
613         undefined.
614
615         * Documentation/user/global.itely (Page formatting): document
616         horizontalshift.
617
618         * scm/page-layout.scm (default-page-music-height):
619         horizontalshift: new variable, shift all systems by
620         horizontalshift to the right, to make space for instrument names.
621
622         * scm/paper.scm (set-paper-dimension-variables): add horizontalshift
623
624         * lily/input-scheme.cc (LY_DEFINE): take format commands.
625
626 2005-07-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
627
628         * lily/note-column.cc (dir): idem.
629
630         * lily/spacing-spanner.cc (Module): idem.
631
632         * lily/script-column.cc (before_line_breaking): use extract_grob_set()
633
634         * lily/include/paper-column.hh (class Paper_column): add
635         non-static get_rank() member.
636
637         * VERSION: release 2.7.1
638         
639         * scm/framework-null.scm: new file, used for benchmarking.
640
641 2005-07-20  Heikki Junes  <hjunes@cc.hut.fi>
642
643         * Documentation/topdocs/INSTALL.texi, configure.in: fix
644         version dependencies for fontforge and gs.
645
646         * Documentation/index.html.in, Documentation/texinfo.css,
647         stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
648         Documentation/bibliography/index.html.in, 
649         Documentation/bibliography/html-long.bst: optimize width of
650         html for a 800x600 screen (width:760), increases printability
651         when 'fit to page' is not set and readability in wide screens.
652
653         * stepmake/bin/add-html-footer.py: add missing </p>.
654
655 2005-07-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
656
657         * scm/define-markup-commands.scm (beam): use polygon in beam
658         command.
659
660         * lily/grob-pq-engraver.cc (stop_translation_timestep): save up
661         all acknowledged grobs, and do potentially expensive merge and
662         write in one go.
663
664         * buildscripts/mf-to-table.py (write_fontlist): enforce noBreak.
665
666         * configure.in (reloc_b): add --enable-static-gxx to statically
667         link to libstdc++
668
669         * lily/GNUmakefile (static-gxx-libs): new target
670         static-gxx-libs. Create symlink to libstdc++.a
671
672         * lily/new-lyric-combine-music-iterator.cc: rename to
673         Lyric_combine_music_iterator
674
675         * lily/lyric-combine-music-iterator.cc
676         (Old_lyric_combine_music_iterator): rename to
677         Old_lyric_combine_music_iterator
678
679         * lily/*-engraver.cc (various): remove double use of
680         PRECOMPUTED_VIRTUAL function: only use
681         start_translation_timestep() and stop_translation_timestep(), not
682         both.
683
684         * lily/break-substitution.cc (fast_substitute_grob_array): do
685         fast_substitute_grob_array for all unordered grob_arrays.
686         (substitute_grob): return Grob *. Saves packing/unpacking SCMs.
687         (substitute_grob_array): optimize.
688
689         * lily/align-interface.cc (set_axis): set ordered_ for 'elements
690
691         * lily/include/grob-array.hh (class Grob_array): ordered_ member.
692
693         * lily/parser.yy: revert $globalheader patch.
694         
695         * lily/include/translator.icc
696         (IMPLEMENT_FETCH_PRECOMPUTABLE_METHODS): directly jump into
697         Translator methods, without _static helper.
698  
699         * lily/grob-smob.cc (derived_mark): rename from
700         do_derived_mark(). Return void.
701
702         * scm/define-context-properties.scm
703         (all-internal-translation-properties): remove tweakCount/tweakRank.
704
705         * scm/output-lib.scm (begin-of-line-invisible): use vectors for
706         predefined break-visibilities.
707
708         * lily/item.cc (handle_prebroken_dependencies): use a vector of 3
709         booleans for break-visibility.
710
711         * Documentation/topdocs/NEWS.tely (Top): add note about engravers.
712
713         * python/convertrules.py (conv): rule for Timing_translator. 
714
715         * lily/include/translator.icc: new file. 
716
717         * lily/paper-column-engraver.cc (process_music): new
718         file. Separate Paper_column factory from Score_engraver.
719
720         * lily/vertically-spaced-context-engraver.cc: administer
721         spaceable-staves property of System.
722
723         * lily/translator-group-ctors.cc: new file.
724
725         * lily/context-property.cc (make_grob_from_properties): construct
726         the right Grob class programmatically, looking at the class entry
727         for the meta property.
728
729         * lily/break-align-engraver.cc (stop_translation_timestep): call
730         Break_align_interface::add_element() directly.
731
732         * lily/context.cc (measure_position): measure_position() is now a
733         normal function.
734
735         * lily/include/translator.hh (class Translator): rename
736         process_acknowledged_grobs() to process_acknowledged() and move to
737         Translator.
738
739         * scm/define-grobs.scm (all-grob-descriptions): add a 'class meta
740         field for each grob description.
741
742         * lily/include/translator-group.hh (class Translator_group):
743         change to base class. Separate class from Translator. This gets
744         rid of virtual inheritance for Engravers/Performers.
745
746         * lily/staff-performer.cc (class Staff_performer): derive
747         Staff_performer from Performer, not Performer_group_performer 
748
749         * Lily/translator-group.cc (precomputed_recurse_over_translators):
750         new function.
751         (precompute_method_bindings): new function. Precompute lists of
752         Translators, so we only call methods (process_music,
753         start_translation_timestep, etc.) for Translators needing
754         it. Also: dispose of pointer-to-member-function calls.
755
756         * lily/engraver-group-engraver.cc: remove engraver_each,
757         recurse_down_engravers ()
758
759         * lily/note-head.cc (internal_print): only call
760         glyph-name-procedure if style != default. 
761
762 2005-07-16  Graham Percival  <gperlist@shaw.ca>
763
764         * ly/titling-init.ly: add printallheaders option.
765
766         * Documentation/user/global.itely: document printallheaders.
767
768 2005-07-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
769
770         * lily/system.cc (do_derived_mark): don't mark from object_alist_
771         anymore, but do it centrally.  
772
773         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
774         hammer hack.
775
776         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-object
777
778         * scm/output-lib.scm: remove hammer-print-function.
779
780         * lily/include/pointer-group-interface.hh (extract_grob_set): new
781         macro. Declare a Link_array<Grob> and fill it from a grob.
782         (extract_item_set): idem for item.
783
784         * lily/break-substitution.cc: add header.
785         (fast_substitute_grob_array): rewrite for Grob_arrays.
786         (substitute_grob_array): idem.
787
788         * lily/group-interface.cc (add_thing): remove file.
789
790         * flower/include/parray.hh (class Link_array): slice() is const.
791
792         * lily/include/grob-array.hh: new file.
793
794         * lily/grob-array.cc (spanner): new file.
795
796         * lily/beam-quanting.cc (fill): read details property from beam.
797
798         * lily/beam.cc: support details property.
799
800         * total speedups below: approx 10%.
801
802         * lily/include/beam.hh: new struct, softcode beam quanting parameters
803
804         * lily/include/grob.hh (class Grob): add interfaces_ member.
805
806         * lily/bezier.cc (init_polynomial_cache): new function: cache
807         binom(3,j) t^j (1-t)^{3-j}
808         (curve_point): opps, actually use the cache for t^j , (1-t)^j! 
809
810         * lily/*.cc: substitution throughout.
811
812         * lily/grob-property.cc (internal_get_object): new routine.
813         (internal_set_object): idem. Store grob refrences in separate
814         alist. This saves processing time, since properties aren't
815         break-substituted, and the per grob namespace is smaller, both for
816         grobs and non-grob properties.
817
818         * scm/define-grob-properties.scm (all-internal-grob-properties):
819         remove center-element.
820
821         * lily/grob.cc: remove tweak-count, tweak-rank.
822
823 2005-07-15  Graham Percival  <gperlist@shaw.ca>
824
825         * Documentation/user/lilypond-book.itely: fixes example.
826
827 2005-07-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
828
829         * Documentation/user/global.itely (Creating titles):    
830         * Documentation/user/examples.itely (All headers): change the
831         place of \header in \score blocks (after music block) to make
832         examples compile (cf. changes on parser.yy on 2005-07-10)
833
834 2005-07-13  Graham Percival  <gperlist@shaw.ca>
835
836         * python/convertrules.py: add exc -> ecc rule.
837
838         * scripts/convert-ly.py: add location of convertrules.py
839         in a comment.
840
841         * Documentation/user/changing-defaults.itely: fix language.
842
843 2005-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
844
845         * lily/lily-parser-scheme.cc (LY_DEFINE): Guile 1.6 fix.
846
847 2005-07-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
848
849         * scm/output-socket.scm (grob-bbox): don't use inf? 
850
851         * flower/include/rational.hh: add operator bool() 
852
853         * scm/define-music-types.scm (music-descriptions): remove
854         internal-class-name properties.
855
856         * lily/include/event.hh: remove file.
857
858         * lily/include/music-constructor.hh: remove file.
859
860         * lily/parser.yy (Lily_lexer): check EVENT_IDENTIFIER using 'event
861         in 'types property.
862
863         * lily/music.cc (duration_length_callback): new function.
864
865         * lily/event.cc: remove file.
866
867         * lily/music-constructor.cc: remove file.
868
869         * lily/music-scheme.cc (LY_DEFINE): rename to ly:make-music
870
871         * lily/context.cc (get_grob_key): nop if use_object_keys not set.
872         (get_context_key): idem.
873
874         * scm/lily.scm (lambda): new option object-keys (default to #f)
875
876         * scm/output-svg.scm (utf-8-string): rename  from utf8-string.
877
878         * scm/output-gnome.scm: remove beam routine.
879
880         * scm/output-ps.scm (scm): idem.
881
882         * scm/output-svg.scm: remove beam.
883
884         * ps/music-drawing-routines.ps: remove draw_beam.
885
886         * lily/lookup.cc (beam): use round_filled_polygon() for beam.
887
888         * flower/include/guile-compatibility.hh (scm_from_locale_string):
889         add scm_from_locale_string compatibility glue. 
890
891 2005-07-13  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
892
893         * scripts/lilypond-book.py: Prevent occuring error when
894         'lilypond-book --output=foo/ somefile.ly' is executed multiple
895         times and target file shoud be overwritten.  (Error message said
896         'input file and output file is same'.)
897
898 2005-07-13  Graham Percival  <gperlist@shaw.ca>
899
900         * input/regression/slur-extreme.ly,
901         input/regression/slur-scoring.ly, lily/slur-configuration.cc,
902         lily/slur.cc, mf/feta-din-code.mf, mf/feta-timesig.mf,
903         mf/parmesan-heads.mf, scm/define-grob-properties.scm: Change
904         "excentricity" to "eccentricity".
905
906         * Documentation/user/converters.itely: fix URL for Noteedit and
907         Rosegarden.
908
909         * THANKS: added Yoshinobu Ishizaki.
910
911 2005-07-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
912
913         * scm/define-markup-commands.scm (justify-field): add. 
914
915         * scm/define-grobs.scm (all-grob-descriptions): decrease font size.
916
917 2005-07-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
918
919         * lily/lookup.cc (filled_box): express filled_box with
920         round_filled_box
921
922         * scm/midi.scm (paper-book-write-midis): new function. Write all
923         performances in numbered MIDI files.
924
925         * lily/performance-scheme.cc (LY_DEFINE): new file.
926         (LY_DEFINE): new function ly:performance-write.
927
928         * lily/lily-parser-scheme.cc (LY_DEFINE): ly:parser-output-name:
929         new function.
930         (LY_DEFINE): change name ly:parser-define -> ly:parser-define!
931
932         * scm/framework-*.scm: use port arguments throughout.
933
934         * lily/include/lily-guile.hh: rename ly_c_X_p -> ly_is_X
935
936         * lily/paper-outputter.cc (Paper_outputter): take port argument.
937
938         * lily/paper-outputter-scheme.cc (LY_DEFINE): take port argument.
939
940         * scm/framework-texstr.scm (output-framework): 
941
942         * input/regression/repeat-fold.ly (texidoc): remove TeX strings.
943
944         * scm/output-lib.scm (tablature-stem-attachment-function):
945         tablature stem attachment fix. 
946
947 2005-07-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
948
949         * lily/bezier.cc: hardcode binomial coefficients of order 3.
950
951         * lily/include/music-wrapper.hh: remove Music_wrapper as Music subtype.
952
953         * scm/define-music-types.scm (music-descriptions): don't use
954         Music_wrapper type.
955
956         * lily/paper-column.cc (print): print moment too.
957
958         * scripts/mup2ly.py (cp_to_dir): remove 1.5.2 compat glue.  
959         remove compatibility cruft.
960
961         * lily/parser.yy (score_body): \score can only begin with Music. 
962
963         * lily/score-scheme.cc (LY_DEFINE): rename scorify to
964         make-score. Take music argument only. Move parser interaction to
965         Scheme.
966
967         * scm/lily-library.scm (scorify-music): new function.
968
969         * python/lilylib.py (datadir): remove 2.1 compat kludge.
970         (datadir): remove resource import.
971         (print_environment): remove get_bbox()
972         (cp_to_dir): remove pre 1.5.2 compat glue.
973
974 2005-07-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
975
976         * lily/include/simple-spacer.hh (Module): idem.
977
978         * lily/include/spring.hh (struct Spring): store inverse
979         strength. This prevents division by zero.
980
981         * VERSION: release 2.7.0
982         
983         * lily/include/music.hh (class Music): remove Music::duration_log()
984
985         * lily/stem-engraver.cc (make_stem): take duration log from event.
986
987         * lily/chord-tremolo-engraver.cc: don't ack note-head-interface.
988
989 2005-07-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
990
991         * scm/lily.scm (ly:load): load autochange.scm
992
993         * Documentation/user/tutorial.itely (Running LilyPond for the
994         first time): remove reference to DVI/TeX
995
996         * scm/define-markup-commands.scm (text): add \text markup command.
997
998         * configure.in (reloc_b): bump requirement to Python 2.2.
999
1000         * lily/include/dots.hh (class Dots): make has_interface() static.
1001
1002         * python/convertrules.py (conv): add rule for ly:grob-default-font
1003
1004         * scm/define-grobs.scm (all-grob-descriptions): reorganize in
1005         alphabetical order.
1006
1007         * input/regression/trill-spanner-pitched.ly: new file.
1008
1009         * lily/font-interface-scheme.cc (LY_DEFINE): function
1010         ly:grob-default-font (changed from get-default-font).
1011
1012         * lily/axis-group-interface-scheme.cc (LY_DEFINE): new file.
1013
1014         * lily/note-head.cc (internal_print): if style is not a symbol,
1015         set style to 'default. 
1016         (internal_print): no style suffix if glyph-name-procedure not
1017         set. Default to quarter head.
1018
1019         * scm/define-grobs.scm (Module): new grob TrillPitchHead.
1020
1021         * scm/define-music-properties.scm (all-music-properties): add trill-pitch.
1022
1023         * ly/music-functions-init.ly: \pitchedTrill
1024
1025         * lily/pitched-trill-engraver.cc (acknowledge_grob): new file.
1026
1027         * ly/Welcome_to_LilyPond.ly: update to 2.6.0
1028
1029         * lily/trill-spanner-engraver.cc (finalize): rename req -> event
1030
1031         * scm/define-markup-commands.scm (pad-markup): pad-markup command.
1032
1033         * po/fr.po: update
1034
1035         * po/de.po: update.
1036
1037 2005-07-06  Graham Percival  <gperlist@shaw.ca>
1038
1039         * Documentation/user/changing-defaults.itely: add link
1040         to grob-iterface.
1041
1042         * Documentation/user/advanced-notation.itely: add material
1043         to Setting automatic beam behaviour.  Thanks, Joe!
1044
1045         * Documentation/user/lilypond.itely: change encoding to utf-8.
1046
1047 2005-07-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1048
1049         * Documentation/user/advanced-notation.itely (Setting automatic
1050         beam behavior): Correct the documentation of
1051         revert-auto-beam-setting (backportme)
1052
1053 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1054
1055         * lily/ly-module.cc (ly_make_anonymous_module): define
1056         %module-public-interface of module. 
1057
1058         * lily/lily-parser.cc (print_smob): allow printing of parser smob
1059         without lexer.
1060
1061 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1062
1063         * input/regression/fret-diagrams.ly: stretch example.
1064
1065 2005-06-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1066
1067         * cygwin/GNUmakefile ($(outdir)/%.sh): Bugfix: use TAB (Bertalan
1068         Fodor).
1069
1070 2005-06-30  Graham Percival  <gperlist@shaw.ca>
1071
1072         * Documentation/topdocs/AUTHORS.texi: update personal web address.
1073
1074         * Documentation/user/examples.itely, lilypond-book.itely:
1075         change \RequirePackage to \usepackage.
1076
1077         * Documentation/user/global.itely: document copyright and tagline.
1078
1079 2005-06-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1080
1081         * Documentation/user/basic-notation.itely (Transpose): remove link
1082         to nonexistent UntransposableMusic.
1083
1084         * scm/output-svg.scm: remove old definitions.
1085
1086         * scripts/lilypond-book.py (do_file): search for kpsewhich before
1087         invoking.
1088
1089         * python/lilylib.py (search_exe_path): new function.
1090
1091 2005-06-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1092
1093         * python/lilylib.py (mkdir_p): remove setup_environment()
1094         (backportme)
1095
1096         * buildscripts/mutopia-index.py (headertext): trim text.
1097
1098         * Documentation/topdocs/NEWS.tely (Top): refresh.
1099
1100         * scm/define-markup-commands.scm (wordwrap-string): new function:
1101         split string in paras and words.
1102         (wordwrap-markups): new function.
1103         (wordwrap-stencils): new function. 
1104         (justify): use it.
1105         (wordwrap): use it.
1106         (wordwrap-string): use it
1107         (justify-string): use it.
1108
1109         * scm/lily-library.scm (regexp-split): new function.
1110
1111         * scm/define-markup-commands.scm: remove encoded-simple. 
1112         remove font-markup.
1113         (fontsize): remove old version  of fontsize.
1114         (wordwrap): new markup function. Wrap into paragraphs.
1115
1116         * VERSION: Branch lilypond_2_6
1117         (MINOR_VERSION): go to 2.7.0
1118
1119 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1120
1121         * po/zh_TW.po: update from translation project.
1122
1123 2005-06-28  Graham Percival  <gperlist@shaw.ca>
1124
1125         * scm/midi.scm: compile fix.
1126
1127 2005-06-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1128
1129         * scripts/lilypond-book.py : Fix embarrassing bug in my previous
1130         patch. Now, the tempfile module is loaded too, not only used.
1131
1132 2005-06-28  Stephen Charles McCarthy  <stecmccarthy@hotpop.com>
1133
1134         * scm/midi.scm: changed midi volumes in absolute-volume-alist from
1135         0.05 - 1.00 to 0.25 - 1.00
1136
1137         * scm/midi.scm: moved the default-instrument-equalizer procedure
1138         to just under the insturment-equalizer-alist it takes as an
1139         argument.
1140
1141 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1142
1143         * Documentation/user/advanced-notation.itely (Font selection):
1144         remove CMR note.
1145
1146         * scm/framework-ps.scm (write-preamble): ly:warning iso. ly:warn 
1147
1148 2005-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1149
1150         * THANKS: Add UTF-8 marker.
1151
1152         * Documentation/user/point-and-click.itely (http): Update: use
1153         lilypond-invoke-editor.  Fix: instruct to use user.js.
1154
1155 2005-06-27  Graham Percival  <gperlist@shaw.ca>
1156
1157         * ly/titling-init.ly: implements printpagenumber, increases
1158         space between dedication and title (to avoid collisions with
1159         "g" and "q" in dedication), and nicer logic about copyright
1160         and instrument fields being printed on the first page.
1161         Thanks Vincent!
1162
1163         * Documentation/user/global.itely: document printpagenumber.
1164
1165 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1166
1167         * Documentation/topdocs/NEWS.tely: Update to 2.6.
1168
1169 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1170
1171         * THANKS: update to 2.6
1172
1173         * VERSION: 2.6.0 released.
1174
1175 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1176
1177         * cygwin/GNUmakefile (OUT_POSTREMOVES): Reinclude install script
1178         rule, errorneously removed probably because of misleading comment.
1179
1180 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1181
1182         * python/lilylib.py (datadir): py2exe comments.
1183
1184         * Documentation/topdocs/INSTALL.texi (Top): remove EC fonts requirement.
1185
1186         * configure.in (reloc_b): make fontconfig REQUIRED.
1187
1188 2005-06-27  Heikki Junes <hjunes@cc.hut.fi>
1189
1190         * po/fi.po: add latest translations.
1191
1192 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1193
1194         * ChangeLog: recode utf-8
1195
1196         * Documentation/pictures/lilypond.xpm (Module): edited photo as
1197         logo.
1198
1199         * Documentation/user/examples.itely (Module): 2.4.0 -> 2.6.0
1200
1201         * input/*.ly (Module): 2.4 -> 2.6 grand convert-ly s/r. 
1202
1203         * python/convertrules.py (do_conversion): don't print program_name
1204         from within a module
1205
1206         * configure.in (reloc_b): bump fontforge requirement to 20050624.
1207
1208         * python/convertrules.py (conv): add 2.6.0 dummy rule.
1209
1210 2005-06-23  Graham Percival  <gperlist@shaw.ca>
1211
1212         * Documentation/user/lilypond-book.itely,
1213         Documentation/user/examples.itely: add \RequirePackage{graphics}.
1214
1215         * ly/titling.ly: checks printfirstpagenumber, adds meter, and
1216         fixes baseline-skip.  Thanks Vincent!
1217
1218         * Documentation/user/advanced-notation.itely, global.itely:
1219         moved "Selecting font sizes" to global, since it deals with
1220         notation font size, not text fonts.
1221
1222 2005-06-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1223
1224         * buildscripts/gen-emmentaler-scripts.py (notice): add GPL notice
1225         to fonts.
1226
1227 2005-06-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1228
1229         * scripts/lilypond-book.py (LATEX_DOCUMENT): More or less ugly
1230         workaround since /dev/stdin doesn't work on Cygwin. Using a
1231         temporary file in the current directory since latex doesn't
1232         understand the path name to the default TMP in Cygwin (at least on
1233         win XP).
1234         
1235         * Documentation/user/global.itely (Creating titles): Correct
1236         misprint in example. Thanks to Rob Vlasaty.
1237
1238 2005-06-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1239
1240         * VERSION (PATCH_LEVEL): release 2.5.32
1241
1242         * lily/lily-parser-scheme.cc (LY_DEFINE): don't set 'parser
1243         variable in lily module
1244
1245         * scm/framework-ps.scm (output-classic-framework): error message
1246         regarding the classic framework.
1247
1248         * Documentation/user/henle-flat-gray.png (Module): new file.
1249
1250         * Documentation/user/baer-flat-gray.png (Module): new file.
1251
1252         * scm/output-lib.scm (fret-number-tablature-format): vcenter and
1253         whiteout for markups.
1254
1255         * buildscripts/substitute-encoding.py (note_glyph): include _ in
1256         regex too. This fixes change clef appearance in PDF. 
1257
1258         * ttftool/include/*: remove.
1259
1260         * configure.in (reloc_b): remove TTFTOOL_ENDIAN
1261
1262         * config.make.in (WINDRES): remove TTFTOOL_ENDIAN.
1263
1264         * lily/GNUmakefile (MODULE_INCLUDES): remove ttftool
1265
1266         * ttftool/*: remove ttftool subdirectory.
1267
1268         * GNUmakefile.in (SUBDIRS): remove ttftool subdirectory.
1269
1270         * lily/ttf.cc (print_header): new file. Convert to type42, using
1271         FreeType to parse the TTF. 
1272
1273         * ttftool/parse.c (readPostTable): ugh. Kludge: nglyphs in maxp
1274         and post table may differ. Pass around post_nglyphs as well.
1275
1276 2005-06-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1277
1278         * ly/music-functions-init.ly (musicMap): new music function
1279         musicMap. 
1280         
1281 2005-06-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1282
1283         * make/mutopia-rules.make: anti-alias-factor = 2
1284
1285         * scm/ps-to-png.scm (make-ps-images): cleanup multipage vs. single
1286         page switch.
1287
1288         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): set
1289         anti-alias-factor for lilypond-book runs.
1290
1291         * scm/ps-to-png.scm (scale-down-image): new function.
1292         (my-system): new function.
1293         (make-ps-images): blow up GS resolution by anti-alias-factor,
1294         scale down image by anti-alias-factor.  This improves appearance
1295         of bitmaps
1296         (make-ps-images): remove showpage. Fixes spurious empty png at
1297         end.
1298
1299         * scm/framework-ps.scm (write-preamble): downcase filename before
1300         string-matching. Should fix .TTF files (as opposed to ttf files)  
1301
1302         * Documentation/user/tutorial.itely (Running LilyPond for the
1303         first time): separate subsections for windows, macos and unix.  
1304
1305         * Documentation/user/invoking.itely (Updating files with
1306         convert-ly): add MacOS X note.
1307
1308 2005-06-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1309
1310         * Documentation/user/introduction.itely (Engraving): don't include
1311         file optical-spacing, add directly.
1312
1313         * lily/paper-outputter.cc (file): open file in binary mode. This
1314         fixes OTF embedding on windows.
1315
1316 2005-06-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1317
1318         * scm/framework-ps.scm (write-preamble): remove debugging output.
1319
1320         * mf/aybabtu.pe.in (i): don't generate aybabtu.cff
1321
1322         * mf/GNUmakefile ($(outdir)/fonts.cache-1): create font cache for
1323         outdir.
1324         (install-fc-cache): install font cache in installation directories.
1325
1326 2005-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1327
1328         * scm/editor.scm (editor-command-template-alist): Use char iso
1329         column, except for Emacs.
1330         (get-editor-command): Substitute char too (Bertalan Fodor).
1331
1332 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1333
1334         * scm/ps-to-png.scm (make-ps-images): Use ~S instead of single
1335         quoted ~s.  This should fix PNG output on Windows; single quotes
1336         are regular characters on Windows.
1337
1338 2005-06-16  Graham Percival  <gperlist@shaw.ca>
1339
1340         * Documentation/user/basic-notation.itely: include ChoirStaff
1341         in System start delimiters.
1342
1343         * Documentation/user/putting.itely: new doc section on
1344         fixing overlapping notation.
1345
1346 2005-06-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1347
1348         * Documentation/user/global.itely (Paper size): \paper is in
1349         \book, not \score.
1350
1351         * make/mutopia-rules.make: -ddelete-intermediate-files
1352
1353         * ly/engraver-init.ly: make Staff default child of ChoirStaff.
1354
1355 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1356
1357         * ChangeLog: Recode utf-8.
1358
1359         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install .so module in
1360         datadir with .py modules.
1361
1362 2005-06-15  Heikki Junes  <hjunes@cc.hut.fi>
1363
1364         * Documentation/user/basic-notation.itely (Ties): add tieDashed.
1365
1366 2005-06-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1367
1368         * make/mutopia-rules.make: switch off ps, p&c for lilypond runs.
1369         
1370         * scm/framework-ps.scm (write-preamble): remove status check.
1371
1372         * Documentation/user/invoking.itely (Updating files with
1373         convert-ly): remove -o option.
1374
1375         * VERSION (PACKAGE_NAME): release 2.5.31
1376
1377         * scm/framework-ps.scm (write-preamble): use ly:system.
1378         (write-preamble): verbosity.
1379
1380         * scripts/convert-ly.py: cleanup. Use lilylib. Use convertrules.
1381
1382         * python/convertrules.py: new file. Store conversion rules
1383         separately.
1384
1385 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1386
1387         * scm/backend-library.scm (postprocess-output): remove debugging gobs.
1388
1389 2005-06-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1390
1391         * Documentation/topdocs/NEWS.tely (Top): Corrected name of
1392         \musicDisplay 
1393
1394         * Documentation/user/instrument-notation.itely (More stanzas): Add
1395         reference to StanzaNumber.
1396
1397 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1398
1399         * THANKS: separate section for website translators.
1400
1401 2005-06-14  Graham Percival  <gperlist@shaw.ca>
1402
1403         * Documentation/topdocs/INSTALL.texi: update vim info;
1404         thanks Simon Bailey!
1405
1406         * Documentation/user/advanced-notation.itely: included
1407         color names.
1408
1409         * Documentation/user/advanced-notation.itely,
1410         Documentation/usr/notation-appendices.itely: moved
1411         color names into an appendix.
1412
1413 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1414         
1415         * lily/program-option.cc (LY_DEFINE): new function ly_add_option.
1416
1417         * scm/lily.scm (lambda): initialize program options from here.
1418
1419         * scm/framework-*.scm: add header info.
1420
1421         * lily/main.cc (parse_argv): only set output format to pdf if no
1422         other format specified.
1423
1424         * scm/backend-library.scm (postprocess-output): process
1425         'delete-intermediate-files after running convert-to-*. This fixes
1426         PNG generation when 'delete-intermediate-files is set.
1427         
1428 2005-06-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1429
1430         * buildscripts/mutopia-index.py (list_item): thinko. Fixes png
1431         links on website. 
1432
1433 2005-06-13  Graham Percival  <gperlist@shaw.ca>
1434
1435         * Documentation/topdocs/INSTALL.texi,
1436         Documentation/user/lilypond-book.itely: typos.
1437
1438 2005-06-12  Pal Benko  <benkop@freestart.hu>
1439
1440         * elisp/lilypond-mode.el (LilyPond-command-alist: 2PS): space
1441         added between program name and switch; -b changed to -f not
1442         to generate pdf
1443
1444 2005-06-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1445
1446         * elisp/lilypond-mode.el (LilyPond-command-alist): remove 2midi
1447         (LilyPond-command-alist): use -f ps (thanks to Pal Benko)
1448
1449         * input/sakura-sakura.ly: add \midi.
1450
1451         * buildscripts/mutopia-index.py (find): use /usr/bin/find
1452         iso. python find. 
1453
1454         * ttftool/test.c (main): cosmetics.
1455
1456         * ttftool/util.c (surely_lseek): use stdio FILE's for I/O 
1457
1458         * ttftool/test.c: new file. If compiled with -DTEST_TTFTOOL,
1459         create a ttf2ps binary.
1460
1461         * scm/ps-to-png.scm (make-ps-images): fix rename-page-1 functionality.
1462
1463         * scm/backend-library.scm (postscript->png): set rename-page-1 to
1464         true.
1465
1466 2005-06-11  Graham Percival <gperlist@shaw.ca>
1467
1468         * Documentation/user/lilypond-book.itely: add warning about
1469         the font warnings in dvips.
1470
1471 2005-06-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1472
1473         * THANKS: typo
1474
1475         * mf/GNUmakefile ($(outdir)/$(redhat-package)): Fedora-4 url.
1476
1477         * GNUmakefile.in: remove links for .map, .enc
1478         don't fail if out/ doesn't exist yet.
1479
1480 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1481
1482         * ttftool/util.c (surely_read): return nbytes
1483
1484         * stepmake/bin/text2html.py (txt2html): add utf-8 marker. 
1485
1486         * VERSION (PACKAGE_NAME): release 2.5.30
1487
1488         * flower/string-convert.cc (precision_string): >? fix.
1489
1490         * scm/ps-to-png.scm (make-ps-images): search-gs for multipage too.
1491         (make-ps-images): add verbose -q too.
1492
1493         * lily/default-actions.cc (Module): new file. default
1494         {book,score}-print functions.
1495
1496         * scm/ly-from-scheme.scm (ly:parse-string-result): use new setup:
1497         pass results via parseStringResult, lookup via ly:parser-lookup.  
1498
1499         * lily/lily-parser.cc (Lily_parser): only clone lexer in
1500         constructors.
1501         (parse_file): encapsulate do_yyparse() in scm_set_current_module()
1502         (parse_string): idem.
1503
1504         * ly/spanners-init.ly (assertBeamQuant): don't use #{ #} in init.
1505
1506         * lily/main.cc (main_with_guile): copy be_verbose_global into
1507         ly_set_option()
1508
1509 2005-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1510
1511         * scm/backend-library.scm (postscript->pdf):
1512         * scm/ps-to-png.scm (make-ps-images): Do not use gs -q switch in
1513         verbose mode.  Search for several names of gs executable.
1514
1515 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1516
1517         * lily/ly-module.cc (ly_make_anonymous_module): call make-module
1518         directly. This fixes a massive memory leak, provided you use CVS
1519         GUILE.
1520
1521 2005-06-10  Erik Sandberg  <ersa9195@student.uu.se>
1522
1523         * ly/property-init.ly: Added tieDashed.
1524
1525         * THANKS: Added some bughunters for 2.5.
1526
1527 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1528
1529         * lily/program-option.cc: add debug-gc option.
1530
1531         * lily/include/lily-guile-macros.hh: don't protect exported module
1532         objects.
1533
1534         * lily/include/lily-parser.hh (class Lily_parser): remove beam_check().
1535
1536         * scm/backend-library.scm (postscript->pdf): use
1537         delete-intermediate-files iso. running-from-gui? 
1538
1539         * ttftool/util.c (surely_read): robustness. Allow read() to return
1540         less bytes than requested, as per posix standards.
1541
1542         * lily/pfb.cc (LY_DEFINE): set ttf_verbosity from ttf-verbosity
1543         program option.
1544
1545         * ttftool/include/ttftool.h ("C"): rename verbosity to
1546         ttf_verbosity. Add to public interface.
1547
1548         * scm/music-functions.scm (unfold-repeats): remove debugging display.
1549
1550         * lily/program-option.cc: rename from scm-option.cc
1551
1552         * lily/scm-option.cc (LY_DEFINE): handle no-foobar option setting.
1553         (get_help_string): Print pretty help string.
1554
1555         * scripts/lilypond-book.py (PREAMBLE_LY): add no-point-and-click
1556         to snippet preamble.
1557
1558         * lily/scm-option.cc: remove command-line-settings option. Fold
1559         all command-line options plus default settings in a generic
1560         interface. 
1561
1562         * flower/getopt-long.cc (table_string): indent 2nd lines of help
1563         texts too.
1564
1565 2005-06-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1566
1567         * flower/file-name.cc: Bugfix: only append DIRSEP if BASE_
1568         or EXT_ components non-empty.
1569
1570 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1571
1572         * scm/lily.scm (running-from-gui?): Export.
1573
1574         * lily/lily-parser-scheme.cc (ly:parse-file): Use it to generate
1575         output in .ly source directory.
1576
1577 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1578
1579         * ttftool/util.c (surely_lseek): more verbosity.
1580
1581         * lily/include/lily-proto.hh: add Context_def. This fixes FC4
1582         compile.
1583
1584         * lily/parser.yy (Repeated_music): remove >? 
1585
1586         * scm/backend-library.scm (postscript->pdf): Support for
1587         -dgs-font-load=1
1588
1589         * scm/framework-ps.scm (write-preamble): make font loading
1590         switchable to GS via --define-default gs-font-load=1
1591
1592 2005-06-09  Graham Percival  <gperlist@shaw.ca>
1593
1594         * Documentation/user/global.itely: added \layout docs.
1595
1596 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1597
1598         * lily/lily-parser-scheme.cc: add unistd.h
1599
1600 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1601
1602         * scm/editor.scm: add char argument.
1603
1604         * scripts/lilypond-invoke-editor.scm (dissect-uri): add char. 
1605
1606         * ttftool/util.c (syserror): use errno for better error reporting.
1607
1608         * lily/source-file.cc (get_counts): new function. Calc column,
1609         line and char count in one go.
1610
1611         * lily/binary-source-file.cc (quote_input): rename to quote_input
1612
1613         * lily/input.cc (set): new function.
1614
1615 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1616
1617         * flower/file-path.cc (find): Bugfix.  Append rather than prepend
1618         directory part of file name to search directory.
1619
1620         * lily/lily-parser-scheme.cc (ly:parse-file): Prepend cwd to
1621         search path and chdir to DIR if --outname=DIR used.
1622
1623         * lily/main.cc (prepend_env_path): Bugfix: Check directory
1624         existence before appending original path.
1625
1626 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1627
1628         * ttftool/parse.c (readNamingTable): verbosity for "bad TTF
1629         file" massage.
1630
1631         * Documentation/user/GNUmakefile (TEXINPUTS): set TEXINPUTS so our
1632         texinfo.tex is always used.
1633         
1634 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1635
1636         * flower/include/axis.hh: rename from axes.hh
1637
1638         * lily/include/text-interface.hh (Module): rename from text-item.hh
1639
1640         * VERSION (PATCH_LEVEL): release 2.5.29
1641
1642         * ttftool/parse.c (readNamingTable): handle Apple/8bit encoding too.
1643
1644         * scm/framework-ps.scm (font-file-as-ps-string): new function.
1645         (handle-macfont): new function. Call fondu for Native mac fonts.
1646
1647         * scm/define-markup-commands.scm (fill-line): handle text-widths =
1648         '() case.
1649
1650 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1651
1652         * scm/ps-to-png.scm (make-ps-images): Bugfix: `Pages: 1\n' is not
1653         multi-page.  Fix .eps regular expression.
1654
1655 2005-06-07  Graham Percival  <gperlist@shaw.ca>
1656
1657         * Documentation/user/putting.itely: add info on modifying templates.
1658
1659         * Documentation/user/lilypond.itely, converters.itely, invoking.itely:
1660         misc small changes.
1661
1662 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1663
1664         * scm/ps-to-png.scm (make-ps-images): no paper size for multi-page.
1665
1666         * scripts/lilypond-ps2png.scm
1667
1668         * VERSION (PACKAGE_NAME): release 2.5.28
1669
1670 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1671
1672         * lily/main.cc (prepend_env_path): Do not append /, that does not
1673         work.  Localedir lives in datadir, not in prefix.
1674
1675         * scm/framework-ps.scm (write-preamble): Remove load-font-via-GS
1676         hack for windows.
1677
1678         * flower/include/file-cookie.hh: Compile fix.
1679
1680 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1681
1682         * ly/engraver-init.ly: add \defaultchild to InnerStaffGroup. 
1683
1684         * scm/ps-to-png.scm (gulp-port): rename from read. Don't redefine
1685         system primitives.
1686         (gulp-port): using read-string!/partial. We don't want to read an
1687         entire PS file  (GUILE 1.6 limits strings to 16M) 
1688
1689         * scm/define-grobs.scm (all-grob-descriptions): remove arch-*
1690         properties. Add font-interface. 
1691
1692         * scm/define-grob-properties.scm (all-user-grob-properties):
1693         remove old bracket properties.
1694
1695         * scm/x11-color.scm: reformat. 
1696
1697         * lily/ledger-line-engraver.cc (acknowledge_grob): create new
1698         LedgerLineSpanner if new StaffSymbol is found. 
1699
1700         * lily/staff-symbol-engraver.cc (acknowledge_grob): also set
1701         staff-symbol for finishing staff. 
1702
1703         * lily/GNUmakefile (OUT_DIST_FILES): don't dist Flex output
1704
1705         * scm/output-svg.scm (setcolor): implement (re)setcolor with <g>
1706         change black to currentColor everywhere. This fixes color support
1707         in SVG.
1708
1709 2005-06-06  Carl Sorensen  <carldsorensen@comcast.net>
1710
1711         * input/regression/fret-diagrams.ly: new file to test fret diagram
1712         capability
1713
1714         * scm/output-tex.scm: remove white-dot and white-text
1715
1716         * scm/output-ps.scm: remove white-dot and white-text
1717
1718         * scm/fret-diagrams.scm (sans-serif-stencil-white): removed -- 
1719         using ly:stencil-in-color instead
1720         (draw-dots) : remove call to white-dot
1721
1722 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1723
1724         * flower/memory-stream.cc (Memory_out_stream): remove fopencookie
1725         support.
1726
1727         * ttftool/ttfps.c: use lily_cookie functions everywhere. 
1728
1729         * flower/include/file-cookie.hh: new file. lily_cookie extension 
1730
1731         * flower/file-cookie.cc: new file. lily_cookie extension.
1732         
1733 2005-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1734
1735         * scm/editor.scm (editor-command-template-alist): Add syn
1736         editor (Jaap [de Vos]).
1737
1738 2005-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1739
1740         * scripts/lilypond-ps2png.scm:
1741         * scm/ps-to-png.scm: New file.
1742
1743         * scm/backend-library.scm (postscript->png): Use it.
1744
1745         * scripts/lilypond-ps-to-png.py: Remove file.
1746
1747         * python/lilylib.py (get_bbox, make_ps_images): Remove.
1748
1749 2005-06-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1750
1751         * lily/auto-beam-engraver.cc (acknowledge_grob): remove dead code.
1752
1753         * scm/auto-beam.scm (default-auto-beam-check): only forbid beam
1754         start on grace moment. Fixes autobeam-grace.ly.
1755
1756         * lily/auto-beam-engraver.cc (process_acknowledged_grobs): don't
1757         process anything unless we're at the end of a pending beam. Fixes
1758         syncopated 8ths beamed across a beat.
1759
1760 2005-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1761
1762         * scm/editor.scm (editor-command-template-alist): Start emacs if
1763         emacslient fails.
1764
1765         * lily/main.cc (setup_localisation): Listen to LILYPOND_LOCALEDIR.
1766
1767         * flower/file-path.cc (is_file, is_dir): Export.
1768
1769         * lily/main.cc (prepend_env_path, set_env_file): Use them.
1770
1771 2005-06-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1772
1773         * lily/easy-notation.cc: Added include cctype to correct
1774         compilation error.
1775
1776 2005-06-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1777
1778         * scm/backend-library.scm (postscript->pdf): set resolution to
1779         1200, so bitmap fonts aren't that ugly. 
1780
1781         * Documentation/topdocs/NEWS.tely (Top): add entry about font family.
1782
1783         * lily/dynamic-engraver.cc (acknowledge_grob): only center on
1784         parent if we have a notehead. Fixes incorrect offsets when
1785         Paper_column is very wide in the X direction.
1786
1787         * input/regression/font-family-override.ly (Module): new file.
1788
1789         * scm/font.scm (make-pango-font-tree): new function.
1790
1791         * lily/beam.cc (before_line_breaking): remove warning about less
1792         than 2 visible stems. We still get a warning when there is only
1793         one stem.
1794
1795 2005-06-01  Werner Lemberg  <wl@gnu.org>
1796
1797         * buildscripts/substitute-encoding.py: Handle PFAemmentaler-xx.pfa
1798         correctly.
1799
1800 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1801
1802         * lily/slur-scoring.cc (generate_avoid_offsets): new
1803         function. Generate avoid offsets once per slur.
1804
1805         * lily/slur.cc (add_extra_encompass): add dependency to
1806         extra-encompass object. This fixes bugs/c-phrasing-slur.ly
1807
1808         * lily/stencil.cc (is_empty): check dim_ field for is_empty()
1809         too. Fixes inf error with added bass notes.
1810
1811         * scripts/lilypond-book.py (do_options): --psfonts doesn't take
1812         argument anymore.
1813
1814         * make/ly-vars.make (DVIPS_FLAGS): use .psfonts as extension.
1815
1816         * input/tutorial/lbook-latex-test.tex: add line length test.
1817
1818         * scripts/lilypond-book.py (set_default_options): new
1819         function. Call this before dissecting snippets, so linewidth
1820         settings reach the snippets.
1821
1822 2005-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1823
1824         * scm/lily.scm (PLATFORM, slashify): Remove double slashes.
1825
1826 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1827
1828         * input/mutopia/R.Schumann/romanze-op28-2.ly (leftb): bugfix.
1829
1830 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1831
1832         * stepmake/aclocal.m4: More autopackage friendliness.
1833
1834 2005-05-31  Graham Percival  <gperlist@shaw.ca>
1835
1836         * Documentation/index.html.in: remove link to LSR.
1837
1838         * Documentation/user/global.itely: remove duplicate
1839         "dedication" \header{} section.
1840
1841 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1842
1843         * VERSION (PACKAGE_NAME): release 2.5.27.
1844
1845         * lily/lily-parser-scheme.cc (LY_DEFINE): unprotect paper
1846         too. Plugs memory leak.
1847
1848         * make/lilypond.fedora.spec.in (Group): remove
1849         lilypond-pdfpc-helper.
1850
1851         * scripts/GNUmakefile (SEXECUTABLES): remove
1852         lilypond-pdfpc-helper. Use lilypond-invoke-editor instead.
1853
1854         * scm/font.scm (make-century-schoolbook-tree): add Mono as
1855         'typewriter family.
1856
1857         * lily/score.cc (Score): unprotect copy of Output_def. Plugs
1858         memory leak.
1859
1860         * lily/parser.yy (score_body): don't clone Score, that's done in
1861         Lily_lexer::try_special_identifiers(). This fixes a memory leak.
1862
1863         * lily/score-engraver.cc (derived_mark): new function.
1864         (initialize): unprotect Paper_score. This fixes a memory leak.
1865
1866         * lily/score-performer.cc (derived_mark): new function.
1867
1868         * lily/score-translator.cc (get_output): use SCM for get_output() call.
1869
1870         * stepmake/aclocal.m4: put FlexLexer.h test in conftest.cc. Fixes
1871         spurious warning.
1872
1873         * scm/font.scm (make-century-schoolbook-tree): use Sans for sans
1874         serif.
1875
1876 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1877
1878         * configure.in (reloc_b): Add --enable-relocation.
1879
1880 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1881
1882         * lily/pfb.cc (LY_DEFINE): show file name when loading PFB. 
1883
1884         * input/regression/alignment-order.ly: add Staff example.
1885
1886 2005-05-31  John Mandereau   <john.mandereau@free.fr>
1887
1888         * po/fr.po: update.
1889
1890 2005-05-31  Graham Percival  <gperlist@shaw.ca>
1891
1892         * Documentation/index.html.in: add link to LSR.
1893
1894 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1895
1896         * scm/define-stencil-commands.scm (Module): new file. Register all
1897         allowed stencil expression heads in a central place.
1898
1899         * lily/stencil-scheme.cc (LY_DEFINE): check is_stencil_head in
1900         ly:make-stencil
1901
1902         * lily/stencil-expression.cc (all_stencil_heads): registering
1903         stencil expressions.
1904
1905         * lily/stencil-interpret.cc: new file. Stencil expression
1906         interpreting.
1907
1908         * input/xiao-haizi-guai-guai.ly: move file back.
1909
1910 2005-05-30  Graham Percival  <gperlist@shaw.ca>
1911
1912         * Documentation/user/advanced.itely, converters.itely,
1913         instrument-notation.itely, lilypond-book.itely: misc small
1914         changes.
1915
1916 2005-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1917
1918         * lily/lexer.ll: Skip UTF-8 BOM at BOF.
1919
1920         * make/lilypond.fedora.spec.in: Fix source url.
1921
1922         * cygwin: Update from mingw patches.
1923
1924         * scm/editor.scm (editor-command-template-alist): Use jedit
1925         -reuseview (Bertalan), add uedit (Patrick Huberts).
1926
1927         * input/xiao-hai-zi-guai-guai.ly: Rename from
1928         xiao-haizi-guai-guai.ly.
1929
1930         * input/*: Reindent, do not use TAB.
1931
1932         * Documentation/pictures/ly.xpm: Bugfix: do not anti-alias against
1933         white background.
1934
1935 2005-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1936
1937         * scm/framework-ps.scm (dump-stencil-as-EPS): Add silly fix for
1938         numerical overflow error.
1939
1940 2005-05-29 Laura Conrad <lconrad@laymusic.org>
1941         
1942         * abc2ly.py: fix to syntax error in multi-part output.
1943
1944 2005-05-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1945
1946         * lily/span-bar.cc (print): sort bar line extents. Fixes problem
1947         with disappearing span bars when alignAboveContext is active
1948
1949         * lily/property-iterator.cc (check_grob): use is-grob?
1950         object-property. Fixes crash-key-sig-font-size.ly. 
1951
1952 2005-05-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1953
1954         * lily/bar-line.cc (print): don't round barlines; this produces
1955         odd aliasing effects in Acroread.
1956
1957         * lily/timing-engraver.cc (process_music): robustness fix.
1958
1959         * lily/context-def.cc (filter_engravers): bugfix.
1960
1961 2005-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1962
1963         * lily/lilypond.rc.in: Add ly-icon.
1964
1965         * lily/GNUmakefile: 
1966         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Add ly-icon
1967         rules.
1968
1969 2005-05-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1970
1971         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-in-color
1972
1973         * ps/music-drawing-routines.ps: 
1974
1975         * scm/output-ps.scm: remove draw ez_ball.
1976
1977         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
1978         EasyNotation context definition.
1979
1980         * lily/easy-notation.cc (brew_ez_stencil): new file. Use
1981         Text_interface and color for making easy note heads.
1982
1983         * lily/stencil.cc (with_color): new function.
1984
1985         * ps/music-drawing-routines.ps: remove draw_zigzag_line
1986
1987         * lily/line-spanner.cc (zigzag_stencil): rewrite to use draw-line
1988         output routine. Zigzag now works in SVG too.
1989
1990         * scm/output-tex.scm (filledbox): idem.
1991
1992         * scm/output-svg.scm (filledbox): idem.
1993
1994         * scm/output-ps.scm (lily-def): remove horizontal-line. 
1995
1996         * lily/lookup.cc (horizontal_line): use draw-line. 
1997
1998         * lily/system-start-delimiter.cc: remove old staff bracket code.
1999
2000         * mf/feta-haak.mf: further tweaks.
2001
2002         * lily/system-start-delimiter.cc (staff_bracket): use glyphs.
2003
2004         * mf/feta-generic.mf: include feta-haak.
2005
2006         * mf/feta-haak.mf: rewrite. Make separate glyphs for the tips 
2007
2008         * scm/framework-ps.scm (write-preamble): only load fonts if their
2009         filename is a string. 
2010
2011 2005-05-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2012
2013         * scm/output-svg.scm (circle): support circle.
2014         (bracket): stub for bracket.
2015
2016         * scripts/lilypond-book.py (main): make sure --psfonts warning is
2017         correct.
2018
2019 2005-05-26  Graham Percival  <gperlist@shaw.ca>
2020
2021         * Documentation/user/lilypond.tely, advanced-notation.itely,
2022         basic-notation.itely, instrument-notation.itely, global.itely,
2023         introduction.itely, tutorial.itely: rearranging, editing,
2024         clean-up.
2025
2026         * mf/GNUmakefile: change a "make -C" to "${MAKE} -C", required
2027         for compiling on FreeBSD.
2028
2029 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2030
2031         * lily/pfb.cc (LY_DEFINE): progress indication for opening ttf and
2032         otf files.
2033
2034         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (lower):
2035         bugfixes.
2036
2037         * VERSION: 2.5.26 released.
2038
2039         * scm/titling.scm (marked-up-headfoot): revert Pedro's patch. 
2040
2041 2005-05-25  Pedro Kroger  <kroeger@pedrokroeger.net>
2042
2043         * scm/titling.scm (marked-up-headfoot): doesn't print pagenumbers
2044         if printpagenumber is false.
2045
2046 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2047
2048         * lily/font-config.cc (init_fontconfig): comment out FontConfig
2049         cache warning.
2050
2051         * lily/tie.cc (print): support dotted ties.
2052         
2053 2005-05-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2054
2055         * scm/define-grobs.scm (all-grob-descriptions): switch off
2056         debugging
2057         (all-grob-descriptions): Arpeggio has Y-extent.
2058
2059         * scm/define-music-properties.scm (all-music-properties): document
2060         length-callback and start-callback as "read-only".
2061
2062         * scm/music-functions.scm (unfold-repeats): rewrite. Cannot set
2063         length-callback after creation. 
2064
2065         * scripts/convert-ly.py (conv): unfoldrepeats -> unfoldRepeats,
2066         compressmusic -> compressMusic.
2067
2068         * ly/music-functions-init.ly (oldaddlyrics): idem.
2069
2070         * lily/parser.yy: NewLyricCombineMusic ->
2071         LyricCombineMusic. LyricCombineMusic -> OldLyricCombineMusic.
2072
2073 2005-05-24  Pedro Kroger  <kroeger@pedrokroeger.net>
2074
2075         * ly/Welcome_to_LilyPond.ly: typo.
2076
2077 2005-05-24  Graham Percival  <gperlist@shaw.ca>
2078
2079         * Documentation/user/lilypond.tely: move changing-defaults to be
2080         before global issues.
2081
2082         * Documentation/user/basic-notation.itely: move Transpose section
2083         here from advanced/Other.
2084
2085         * Documentation/user/changing-defaults.itely,
2086         advanced-notation.itely: move Fonts to advanced, edit.
2087
2088 2005-05-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2089
2090         * lily/parser.yy (bare_int): remove rule.  From now on, we require
2091         # before negative integers.
2092
2093 2005-05-23  Graham Percival  <gperlist@shaw.ca>
2094
2095         * ly/property.ly: Update tieDotted to have the same form as slurDotted.
2096
2097         * Documentation/user/lilypond.tely: change Unified index to
2098         LilyPond index.
2099
2100         * Documentation/user/advanced-notation.itely,
2101         instrument-notation.itely: editing.
2102
2103 2005-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
2104
2105         * scm/lily.scm (lilypond-all): Bugfix: return failed.
2106
2107         * lily/main.cc (setup_paths)[__MINGW32__]: Normalize LILYPONDPREFIX.
2108
2109 2005-05-21  Jan Nieuwenhuizen  <janneke@gnu.org>
2110
2111         * lily/general-scheme.cc (ly:stderr-redirect): Rename from
2112         ly:port-move.  Needs to be stderr-specific on mingw.
2113         Run fixcc.
2114
2115 2005-05-20  Jan Nieuwenhuizen  <janneke@gnu.org>
2116
2117         * lily/general-scheme.cc (ly:port-move): Remove.
2118
2119         * scm/backend-library.scm (postscript->pdf): Remove -dSAFER in
2120         windows.
2121
2122         * lily/main.cc (setup_paths) [ARGV0_RELOCATION]: Reinstate GS_*
2123         variables.  This eliminates the need for a gs.bat wrapper, which
2124         opens a console.
2125
2126         * scripts/lilypond-invoke-editor.scm (running-from-gui?): 
2127         * scm/lily.scm (running-from-gui?): 
2128         * lily/main.cc[MINGW]: Remove isatty inversion, this is an
2129         artifact of not compiling with -mwindows.
2130
2131         * scm/editor.scm: Define PLATFORM.
2132
2133 2005-05-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2134
2135         * scripts/lilypond-book.py (PREAMBLE_LY): add marker, where people
2136         can start to cut & paste lilypond-book fragments.  
2137
2138         * scm/define-music-types.scm (music-descriptions): remove
2139         UntransposableMusic
2140
2141 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2142
2143         * scm/output-ps.scm (glyph-string): remove / before CIDs.
2144
2145 2005-05-20  Graham Percival  <gperlist@shaw.ca>
2146
2147         * Documentation/user/instrument-notation.itely: remove *Engraver.
2148
2149         * Documentation/user/advanced-notation.itely: edit, rearrange.
2150
2151 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2152
2153         * scm/output-ps.scm (glyph-string): take cid? argument. Use
2154         findresource iso. findfont for CID CFF fonts.
2155
2156         * VERSION (PACKAGE_NAME): release 2.5.25
2157
2158         * ly/Welcome_to_LilyPond.ly: add  \version
2159
2160 2005-05-20  Graham Percival  <gperlist@shaw.ca>
2161
2162         * Documentation/user/programming-interface.itely: move
2163         \displayMusic into its own section.
2164
2165         * Documentation/user/basic-notation.itely: finish editing.
2166
2167 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2168
2169         * flower/file-path.cc (find): don't throw away file_name.dir, but
2170         append to it. Fixes \include with directories.
2171
2172         * flower/include/file-path.hh (class File_path): don't derive from
2173         Array<String>.
2174
2175         * flower/include/file-name.hh (class File_name): remove to_str0()
2176
2177         * lily/hara-kiri-engraver.cc (acknowledge_grob): split
2178         Hara_kiri_engraver in separate file.
2179
2180         * lily/slur-configuration.cc (score_encompass): oops, <? to min()
2181         translation went wrong. Fixes vertically translated slurs.
2182
2183 2005-05-19  Graham Percival  <gperlist@shaw.ca>
2184
2185         * Documentation/user/basic-notaton.itely: editing.
2186
2187 2005-05-18  Graham Percival  <gperlist@shaw.ca>
2188
2189         * Documentation/user/macros.itexi, basic-notation.itely:
2190         add @commonprop (commonly used properties) macro.
2191
2192 2005-05-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2193
2194         * ly/Welcome_to_LilyPond.ly: talk about icon, not program.
2195
2196         * scripts/lilypond-book.py (invokes_lilypond): new function
2197         (main): only run fontextract if invokes_lilypond() is true.
2198
2199         * lily/function-documentation.cc (ly_add_function_documentation):
2200         duh, use !=
2201
2202         * Documentation/topdocs/INSTALL.texi (Top): add MacOS command.
2203
2204         * stepmake/aclocal.m4: remove kpathsea warning, change to OPTIONAL.
2205
2206         * scm/lily.scm (running-from-gui?): lowercase Darwin.
2207
2208         * lily/function-documentation.cc (ly_add_function_documentation):
2209         use scm_hash_table_p() for checking.
2210
2211 2005-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2212
2213         * Documentation/user/advanced-notation.itely (Text scripts):
2214         Change nonexisting @internalsref{Text markup} to @ref{Text
2215         markup}.  Change @internalsref{Text script} to
2216         @internalsref{TextScript}.
2217
2218         * lily/main.cc (setup_paths): Bugfix: pangorc is not pango.modules.
2219
2220 2005-05-17  Graham Percival  <gperlist@shaw.ca>
2221
2222         * Documentation/user/tutorial.itely, basic-notation.itely,
2223         changing-defaults.itely: remove duplicate cindex entries
2224         that appear on the same page.
2225
2226         * scm/define-grobs.scm: change default padding for TextSpanner.
2227
2228         * Documentation/topdocs/AUTHORS.texi: update email address.
2229
2230         * Documentation/user/global.itely: add info about \include.
2231
2232 2005-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2233
2234         * scm/backend-library.scm (postscript->pdf): Remove (useless) .ps
2235         when running-from-gui.
2236
2237         * scm/editor.scm (get-editor): Add platform defaults.
2238
2239         * scm/backend-library.scm (postscript->pdf): Typo.
2240
2241 2005-05-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2242
2243         * scm/lily.scm (running-from-gui?): Darwin never runs from GUI.
2244
2245         * lily/font-config.cc (init_fontconfig): add warning about cache.
2246
2247 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2248
2249         * lily/main.cc (setup_paths)[ARGV0_RELOCATION]: Remove GS_*.
2250
2251 2005-05-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2252
2253         * lily/horizontal-bracket.cc (print): Take care of the direction
2254         property so brackets above the stave point downwards. 
2255
2256         * scm/define-grobs.scm (all-grob-descriptions): Set staff-padding
2257         for HorizontalBracket so it doesn't end up within the stave.
2258
2259 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2260
2261         * lily/GNUmakefile (default): Typo.
2262
2263         * scm/lily.scm (PLATFORM): Export.
2264
2265         * scm/framework-ps.scm (write-preamble)[MINGW]: Use
2266         load-font-via-GS, ttftool or fopencookie is broken on windows.
2267         
2268         * scm/backend-library.scm (postscript->pdf)[MINGW]: Do not use
2269         -dSAFER, that is broken on windows.
2270
2271 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2272
2273         * lily/GNUmakefile ($(outdir)/FlexLexer.h): conditional dependency
2274         for FlexLexer.h
2275
2276         * scripts/lilypond-invoke-editor.scm: remove stray -
2277
2278 2005-05-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2279
2280         * lily/lily-guile.cc (ly_scm2newstr): Use scm_i_string_length.
2281         Fixes deprecation warning.
2282
2283         * flower/include/string.icc (to_string): Only inline if
2284         -DSTRING_UTILS_INLINED.
2285
2286         * lily/pango-font.cc (pango_item_string_stencil): Normalize file
2287         name.  Remove windows comment.
2288
2289         * scm/editor.scm (slashify): New function.
2290         (get-editor-command): Use it.
2291         (get-command-template): Do not alter editor command if
2292         environment value includes `%(file)s' magic.
2293
2294         * scripts/lilypond-invoke-editor.scm (unquote-uri): New function.
2295         (dissect-uri): Use it.
2296         (unquote-uri): Bugfix.
2297
2298 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2299
2300         * scm/framework-ps.scm (write-preamble): add TTF rule.
2301
2302         * Documentation/topdocs/README.texi (Top): remove note about
2303         xdelta.
2304
2305         * Documentation/topdocs/INSTALL.texi (Top): remove Flex
2306         requirement.
2307
2308         * stepmake/aclocal.m4: STEPMAKE_FLEXLEXER_LOCATION: new
2309         function. Figure out where FlexLexer.h lives
2310
2311         * lily/GNUmakefile (OUT_DIST_FILES): dist lexer.cc and FlexLexer.h
2312         
2313 2005-05-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2314
2315         * scripts/lilypond-invoke-editor.scm (dissect-uri): Handle URIs
2316         with Windows root in file name.
2317
2318         * scm/backend-library.scm (ly:system): Only redirect output (using
2319         system and shell, ugh) if /dev/null is writable.
2320
2321         * Documentation/pictures/GNUmakefile [PLATFORM_WINDOWS]: Build
2322         windows icon.
2323
2324         * scm/lily.scm (is-absolute?): New function.  Fixes absolute files
2325         on Mingw.
2326
2327         * scm/output-ps.scm (grob-cause): Use it.  Fixes PDF point and
2328         click.
2329
2330         * flower/file-path.cc (is_dir, is_file): New function.  Actually
2331         use result of stat when available.
2332
2333         * flower/file-path.cc (find): Use it.  Refactor.  Fixes Mingw,
2334         absolute file name and root.
2335
2336         * scm/lily.scm (PLATFORM): On mingw, slashify getcwd.
2337
2338         * scm/editor.scm (get-editor-command): Typo: do not apply editor.
2339
2340         * flower/file-name.cc (slashify): Bugfix, do substitute if no
2341         slashes in file name.
2342
2343 2005-05-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2344
2345         * Documentation/user/preface.itely (Preface): Run
2346         texinfo-all-menus-update.
2347
2348         * scm/editor.scm (get-editor-command): Bugfix: allow full
2349         LYEDITOR setting, partial XEDITOR setting.  With typo fix.
2350
2351         * Documentation/pictures/lilypond-48.xpm: New file.
2352
2353         * flower/file-path.cc (to_string): Bugfix: use PATHSEP.
2354
2355         * ly/Welcome_to_LilyPond.ly: New file.
2356
2357         * lily/main.cc (main): Only identify if we have a terminal.
2358
2359         * scm/backend-library.scm (postscript->png)
2360         (postscript->pdf): Fix file name quoting for GS/MINGW (ie,
2361         non-/bin/sh).
2362
2363 2005-05-13  Heikki Junes  <hjunes@cc.hut.fi>
2364
2365         * Documentation/topdocs/AUTHORS.texi: polish, update.
2366
2367 2005-05-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2368
2369         * Documentation/user/preface.itely (Notes for version 2.6): new
2370         notes for 2.6
2371
2372         * lily/dynamic-engraver.cc (stop_translation_timestep): first set
2373         finished_span_, then call typeset_all(). Fixes spurious "Hairpin
2374         is not fully contained" warnings.
2375
2376         * lily/slur-scoring.cc (get_bound_info): remove warning.
2377
2378         * lily/staff-symbol-engraver.cc (process_music): start initial
2379         spanner in process_music(). This fixes overrides of StaffSymbol
2380         properties.
2381
2382         * scm/framework-pdf.scm (Module): remove.
2383
2384         * Documentation/topdocs/AUTHORS.texi (AUTHORS): clean up, update.
2385
2386         * lily/ambitus-engraver.cc: formatting cleanups.
2387
2388         * mf/feta-solfa.mf (Module): remove.
2389
2390         * ChangeLog: more details about contributions.
2391
2392 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2393
2394         * lily/align-interface.cc (align_elements_to_extents): warn if
2395         called too early. Fixes: disappearing-staff-lines.ly
2396
2397         * VERSION (PACKAGE_NAME): release 2.5.24
2398
2399 2005-05-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2400
2401         * stepmake/aclocal.m4: Typo.
2402
2403         * flower/string.cc (substitute): Take two strings or two
2404         characters.  Update callers.
2405
2406 2005-05-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2407
2408         * flower/file-name.cc (File_name): Slashify.
2409
2410         * scm/lily.scm: Use gui-main iso lilypond-main on MINGW.
2411
2412         * scripts/GNUmakefile (SEXECUTABLES): Add lilypond-invoke-editor.
2413
2414         * stepmake/aclocal.m4 (STEPMAKE_WINDOWS): New function.
2415
2416         * configure.in (gui_b): Use it.
2417
2418         * lily/lilypond.rc.in: New file.
2419
2420         * lily/GNUmakefile[PLATFROM_WINDOWS]: Compile it into executable.
2421
2422 2005-05-12  Graham Percival  <gperlist@shaw.ca>
2423
2424         * Documentation/user/advanced-notation.itely: edit of Text
2425         section; clarify text scripts vs. text markup.
2426
2427 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2428
2429         * lily/multi-measure-rest-engraver.cc
2430         (Multi_measure_rest_engraver): init bar_seen_ to true. Notice
2431         separation items on start. Fixes mm rests in start of score.
2432
2433         * lily/slur-scoring.cc (move_away_from_staffline): robustness,
2434         don't access StaffSymbol if not there.
2435         Fixes: crash-staff-symbol-engraver.ly.
2436
2437         * lily/instrument-name-engraver.cc (class
2438         Instrument_name_engraver): data member first_. Create
2439         InstrumentName on start. 
2440
2441 2005-05-12  Graham Percival  <gperlist@shaw.ca>
2442
2443         * Documentation/user/instrument-notation.itely: add guitar
2444         position.
2445
2446         * Documentation/user/introduction.itely,
2447         Documentation/user/lilypond.tely,
2448         Documentation/user/tutorial.itely: begin pruning
2449         unused (duplicated) cindex entries and misc cleanup.
2450
2451 2005-05-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2452
2453         * input/test/volta-chord-names.ly: Bring the explanation up to
2454         date.
2455
2456 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
2457
2458         * Documentation/topdocs/{AUTHORS.texi,INSTALL.texi,README.texi}:
2459         Specify `@documentencoding utf-8' for html, ignore warnings.
2460
2461 2005-05-11  Erik Sandberg  <ersa9195@student.uu.se>
2462
2463         * THANKS: Added bughunters.
2464
2465 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
2466
2467         * lily/main.cc: update help string for `lilypond -H'.
2468
2469         * po/fi.po: update.
2470         
2471 2005-05-10  Graham Percival  <gperlist@shaw.ca>
2472
2473         * Documentation/user/advanced-notation.itely: minor fixes.
2474
2475 2005-05-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2476
2477         * scm/editor.scm: New module.
2478
2479         * scm/lily.scm (gui-main): Use it.
2480
2481         * scm/framework-gnome.scm (spawn-editor): Use it.
2482
2483         * scripts/lilypond-invoke-editor.scm: Use it in new script.
2484
2485 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2486
2487         * scm/framework-ps.scm (load-font-via-GS):  new function.
2488
2489         * lily/pango-font.cc (pango_item_string_stencil): add support for
2490         CID keyed font.
2491
2492         * scm/output-ps.scm (glyph-string): add support for CID keyed font.
2493
2494 2005-05-10  Graham Percival  <gperlist@shaw.ca>
2495
2496         * Documentation/user/basic-notation.itely: add @ref.
2497
2498         * Documentation/user/advanced-notation.itely: add example
2499         of 5/8 beaming.
2500
2501 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2502
2503         * scripts/lilypond-pdfpc-helper.py (ly_pc_editor): robustness fixes.
2504
2505         * scm/backend-library.scm (postscript->pdf): Invoke gs instead of
2506         going through ps2pdf wrappers.
2507
2508 2005-05-09  Jürgen Reuter  <reuter@ipd.uka.de>
2509
2510         * Documentation/user/instrument-notation.itely: petrucci note
2511         heads: updated docu
2512
2513         * input/regression/note-head-style.ly: updated regression test;
2514         indentation fixes
2515
2516         * ly/engraver-init.ly: MensuralVoiceContext: use petrucci note
2517         heads as default
2518
2519         * mf/parmesan-heads.mf: minor editing; use musicological names
2520         (rather than optical description) as note head names
2521
2522         * scm/output-lib.scm: complete petrucci heads
2523
2524 2005-05-09  Pal Benko  <benkop@freestart.hu>
2525
2526         * mf/parmesan-heads.mf: add petrucci heads (like neo-mensural
2527         heads, but bigger)
2528
2529 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2530
2531         * lily/main.cc (main_with_guile): Remove no files check.
2532
2533         * lily/main.cc (ly:usage): Export to Scheme.
2534
2535         * scm/lily.scm (no-files-handler): New function.
2536
2537         * scm/lily.scm (lilypond-main): Use it.
2538
2539         * configure.in (gui_b): Add mbrtowc checking.
2540         Resurrect [utf8/]wchar.h checking.
2541
2542 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2543
2544         * Documentation/user/advanced-notation.itely (Metronome marks):
2545         Add link to the program reference for MetronomeMark
2546
2547         * Documentation/user/lilypond-book.itely (An example of a
2548         musicological document): Correct the example using psfonts 
2549
2550 2005-05-09  Heikki Junes  <hjunes@cc.hut.fi>
2551
2552         * po/fi.po: update after a lesson how to update entries against
2553         source.
2554         
2555         * po/TODO: document the lesson.
2556
2557 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2558
2559         * configure.in (gui_b): remove wcrtomb checking.
2560
2561         * lily/general-scheme.cc (LY_DEFINE): hand-convert utf8 to 32
2562         bits. Patch by Matthias Neeracher. <neeracher@mac.com>
2563
2564 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2565
2566         * scripts/convert-ly.py: In the conversion to version 1.9.0, 
2567         keep Scheme expressions and strings unmodified when doing the
2568         conversion to postfix notation for slurs and beams. Should
2569         hopefully solve most related conversion problems. 
2570
2571         * Documentation/user/lilypond-book.itely : Clarify and correct how
2572         to call dvips with -h psfonts.
2573
2574 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2575
2576         * Documentation/user/instrument-notation.itely (Entering lyrics):
2577         Typo.  Fixes build.
2578
2579 2005-05-09  Graham Percival  <gperlist@shaw.ca>
2580
2581         * Documentation/user/lilypond-book.itely: document PSFONTS file.
2582
2583         * Documentation/user/lilypond.tely, lilypond-book.itely,
2584         tutorial.itely: change references to 2.5.x to 2.6.x.
2585
2586         * Documentation/user/instrument-notation.itely: clarified \addlyrics
2587         vs \lyricmode.
2588
2589         * Documentation/user/invoking.itely: remove old info about
2590         lilypond-profile.
2591
2592         * Documentation/topdocs/INSTALL.texi: remove old info about
2593         lilypond-profile, add warning about needing international fonts
2594         to build docs.
2595
2596 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2597
2598         * lily/include/grob-info.hh (class Grob_info): make data member
2599         private. Changes throughout.
2600
2601         * input/regression/alignment-order.ly: new file. 
2602
2603         * lily/vertical-align-engraver.cc (acknowledge_grob): read
2604         alignAboveContext and alignBelowContext
2605
2606 2005-05-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2607
2608         * lily/pfb.cc (LY_DEFINE): add cast.
2609
2610         * scm/framework-ps.scm (write-preamble): embed CFFs if file name
2611         matches .otf
2612         (write-preamble): warn about unknown fonts.
2613
2614         * lily/pfb.cc (Module): new function ly:otf->cff
2615
2616         * lily/open-type-font.cc (get_otf_table): use ::get_otf_table
2617         (get_otf_table): new function.
2618
2619 2005-05-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2620
2621         * scm/backend-library.scm (postscript->png): call lilypond-ps2png
2622         iso. ps2png.
2623
2624 2005-05-06  Heikki Junes  <hjunes@cc.hut.fi>
2625
2626         * po/fi.po: apply second round of update.
2627
2628 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2629
2630         * scm/x11-color.scm (make-x11-color-handler): don't use
2631         #\sp. Apparently doesn't work on all platforms. 
2632
2633 2005-05-06  Graham Percival  <gperlist@shaw.ca>
2634
2635         * Documentation/user/advanced-notation.itely, putting.itely,
2636         tutorial.itely, global.itely, introduction.itely: really minor fixes.
2637
2638 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2639
2640         * VERSION (PACKAGE_NAME): release 2.5.23
2641
2642 2005-05-06  Jan Nieuwenhuizen  <janneke@gnu.org>
2643
2644         * Documentation/topdocs/AUTHORS.texi: Remove texinfo @accents,
2645         convert to utf-8.
2646
2647         * THANKS: Add translators for this release, convert to utf-8.
2648
2649         * mf/GNUmakefile (MFTRACE_FLAGS):
2650         * buildscripts/substitute-encoding.py (outdir): Build fix: pass
2651         outdir as option (WAS: hardcoded).
2652
2653 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2654
2655         * lily/staff-symbol-engraver.cc (Staff_symbol_engraver): init
2656         finished_span_
2657
2658         * THANKS: add Hans Forbrich.
2659
2660         * Documentation/topdocs/NEWS.tely (Top): document new feature.
2661
2662         * Documentation/user/basic-notation.itely (Staff symbol): document
2663         start/stop staff. Reference to ossia.ly
2664
2665         * input/test/ossia.ly: new example using stop and startStaff.
2666
2667         * lily/timing-engraver.cc: remove Timing_engraver::initialize(),
2668         in other words, don't create "|" barline at start of the score.
2669         (start_translation_timestep): don't set whichBar for start of score.
2670
2671         * input/regression/staff-halfway.ly: use new functionality.
2672
2673         * lily/staff-symbol-engraver.cc (try_music): take StaffSpanEvents,
2674         start and stop staff based on events.
2675
2676         * scm/define-music-types.scm (music-descriptions): add StaffSpanEvent
2677
2678         * ly/declarations-init.ly (startStaff, stopStaff): new identifiers.
2679
2680 2005-05-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2681
2682         * Documentation/user/programming-interface.itely (How markups work
2683         internally ): remove \encoding reference.
2684
2685 2005-05-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2686
2687         * scripts/convert-ly.py: Attempt to do a smarter update of 
2688         text markups from versions < 1.9.0 with arbitrary nesting.
2689
2690 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
2691
2692         * po/fi.po: convert to utf-8, and update.
2693
2694 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2695
2696         * make/lilypond.suse.spec.in: update from suse 2.4 package.
2697
2698         * lily/*.cc: more <? >? to min/max changes
2699
2700         * lily/include/interpretation-context-handle.hh: rename
2701         Interpretation_context_handle to Context_handle.
2702
2703 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
2704
2705         * input/regression/GNUmakefile (local_delete): use `find` together 
2706         with `xargs` to avoid too long argument-lists in cmd line.
2707
2708 2005-05-04  Graham Percival  <gperlist@shaw.ca>
2709
2710         * Documentation/user/introduction.itely: updates "About this manual".
2711
2712         * Documentation/user/advanced-notation.itely,
2713         invoking.itely: minor fixes.
2714
2715 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2716
2717         * COPYING: add font exception. Update FSF address. 
2718
2719         * lily/context-def.cc (path_to_acceptable_context): bugfix, depth
2720         should be taken without child context.
2721
2722         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use it.
2723
2724         * scm/define-markup-commands.scm (triangle): new command, as
2725         robust replacement for unicode Delta/Triangle.
2726
2727 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2728
2729         * ps/music-drawing-routines.ps: add fillp argument.
2730
2731         * lily/lookup.cc (round_filled_polygon): polygon takes filled? argument
2732
2733         * lily/font-config.cc (init_fontconfig): don't add cff/
2734
2735         * VERSION (PACKAGE_NAME): release 2.5.22
2736
2737         * mf/GNUmakefile: remove cff/cff.ps/.map install rules.
2738
2739         * lily/grace-engraver.cc (consider_change_grace_settings): use
2740         is_alias(). Fixes problem with CueVoice grace notes. 
2741
2742         * lily/simultaneous-music-iterator.cc (construct_children): call
2743         Music_iterator::quit() for iterators that start out invalid. This
2744         fixes indefinitely continuing contexts.
2745
2746         * buildscripts/substitute-encoding.py: new file
2747
2748         * Documentation/user/basic-notation.itely (Basic polyphony): fix
2749         missing @end 
2750
2751         * scripts/lilypond-book.py (write_if_updated): print file name.
2752
2753         * Documentation/user/basic-notation.itely (Explicitly
2754         instantiating voices): idem.
2755
2756         * Documentation/user/advanced-notation.itely (Text spanners):
2757         remove stray { } 
2758
2759         * lily/context.cc (default_child_context_name): the default child
2760         is now first in accepts_list_.
2761
2762         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
2763         \defaultchild to all relevant contexts.  This fixes:
2764         drums-pitch.ly.
2765
2766         (Probably also fixes similar problems with ancient
2767         transcriptions getting CueVoices instead of the desired voices.)
2768  
2769         * lily/context-def.cc (get_default_child): new function.
2770         (get_accepted): place default child in front of list.
2771
2772         * lily/parser.yy (FIXME): add DEFAULTCHILD token.
2773
2774         * lily/include/context-def.hh (struct Context_def): add
2775         default_accept_
2776
2777 2005-05-03  Graham Percival  <gperlist@shaw.ca>
2778
2779         * scm/define-grobs.scm: remove "remove-first" line, since
2780         the absent property is set to #f anyway.
2781
2782         * Documentation/user/basic-notation.itely,
2783         advanced-notation.itely, instrument-notation.itely: minor
2784         fixes.
2785
2786         * ly/property-init.ly: add textSpanner{Up,Down,Neutral}.
2787
2788         * Documentation/user/advanced-notation.itely,
2789         changing-defaults.itely: consolidate Text stuff in
2790         advanced notation.
2791
2792         * Documentation/user/global.itely: better docs for \header.
2793
2794         * Documentation/user/putting.itely: new chapter; placeholder
2795         for future expansion.
2796
2797         * Documentation/user/examples.itely: moved "suggestions for
2798         writing LP files" section into putting.itely.
2799
2800         * Documentation/user/lilypond.itely: added new chapter,
2801         fixed the short table of contents.
2802
2803 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2804
2805         * lily/beam-quanting.cc (quanting): robustness fix, don't produce
2806         infinity for unfeasible beams.
2807
2808         * make/lilypond.fedora.spec.in (Group): idem.
2809
2810         * scripts/GNUmakefile (SEXECUTABLES): rename ps2png to lilypond-ps2png
2811
2812         * mf/GNUmakefile (ALL_GEN_FILES): remove .map
2813
2814         * scm/framework-ps.scm (write-preamble): extract CFF from OTF
2815         fonts directly.
2816
2817         * buildscripts/gen-emmentaler-scripts.py (i): idem.
2818
2819         * mf/GNUmakefile: remove all CFF rules.
2820
2821         * scm/framework-ps.scm (ps-embed-cff): reinstate.
2822
2823         * lily/open-type-font-scheme.cc (LY_DEFINE):
2824         new function ly:otf-font-table-data.
2825         (LY_DEFINE): new function otf-font?
2826
2827 2005-05-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2828
2829         * mf/GNUmakefile ($(outdir)/lilypond.map): remove rule.
2830         ($(outdir)/Fontmap.lily): idem.
2831
2832         * buildscripts/gen-emmentaler-scripts.py (i): load fetaXX encoding
2833         for PFAEmmentaler-XXX.pfa. 
2834
2835         * Documentation/user/music-glossary.tely (accidental): NL
2836         translation of accidental.
2837
2838 2005-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2839
2840         * flower/include/international.hh: Bugfix: include "string.hh".
2841
2842         * lily/include/mingw-compatibility.hh: New file.
2843
2844         * flower/include/libc-extension.hh (memrev): Rename from strrev.
2845
2846         * configure.in: Search for mingw wcrtomb library.
2847
2848 2005-05-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2849
2850         * scripts/convert-ly.py: Bug fix
2851
2852         * Documentation/user/changing-defaults.itely (Common tweaks):
2853         Added example where the context has to be specified explicitly
2854         (MetronomeMark). 
2855
2856 2005-05-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2857
2858         * scripts/lilypond-book.py (ly_options): set timing to #f for
2859         notime option.
2860
2861         * scripts/convert-ly.py (conv): typo.
2862
2863         * flower/*.cc: remove <? and >?
2864         
2865         * lily/*.cc: remove <? and >?
2866
2867         * lily/tweak-registration.cc (insert_tweak_from_file): Make sure
2868         that 0x0 isn't passed into scm_cons(). Fixes crash with tweak
2869         editor.
2870
2871 2005-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2872
2873         * lily/part-combine-engraver.cc: add space to variable list.
2874
2875 2005-04-30  Graham Percival  <gperlist@shaw.ca>
2876
2877         * scm/define-grobs.scm: changed RemoveEmptyVerticalGroup's
2878         remove-first to false (matches docs)
2879
2880         * Documentation/user/advanced-notation.itely: corrected docs
2881         concerning remove-first.
2882
2883 2005-04-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2884
2885         * lily/part-combine-engraver.cc: make sure that the relevant
2886         properties are included in the documentation.
2887
2888 2005-04-28  Graham Percival  <gperlist@shaw.ca>
2889
2890         * Documentation/user/lilypond-book.itely: Bernard's docs
2891         for \betweenLilyPondSystem.
2892
2893 2005-04-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2894
2895         * Documentation/topdocs/INSTALL.texi (Top): remove TeX outdated
2896         remarks.
2897
2898 2005-04-28  Pal Benko  <benkop@freestart.hu>
2899
2900         * lily/mensural-ligature.cc (brew_flexa): apply thickness property
2901         only on vertical lines of flexa shape, and use a constant
2902         thickness value for horizontal lines (patch slightly modified by
2903         Jürgen Reuter)
2904
2905         * lily/include/mensural-ligature.hh: make 2 comments clearer
2906
2907 2005-04-28  Jürgen Reuter  <reuter@ipd.uka.de>
2908
2909         * lily/vaticana-ligature-engraver.cc (need_extra_space): renamed
2910         to need_extra_horizontal_space; bugfix: use class scope to avoid
2911         global namespace pollution
2912
2913         * Documentation/user/instrument-notation.itely (ligatures): added
2914         comment on possible future syntax change and how to work around
2915
2916         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf
2917         (epiphonus, cephalicus): fine-tune shape of plica head for narrow
2918         intervals (fixes agnus dei example)
2919
2920         * Documentation/user/instrument-notation.itely (white mensural
2921         ligatures): selected a more illustrative example
2922
2923 2005-04-28  Heikki Junes <hjunes@cc.hut.fi>
2924
2925         * Documentation/index.html.in: specify utf-8 charset in meta content.
2926
2927 2005-04-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2928
2929         * python/lilylib.py (make_ps_images): bugfixes; GS can produce
2930         empty 2nd page for single page.
2931
2932         * scm/lily.scm: remove p&c definitions.
2933
2934         * po/zh_TW.po (Module): new translation.
2935
2936         * lily/lily-guile.cc (ly_chain_assoc): remove.
2937
2938         * lily/general-scheme.cc (LY_DEFINE): export ly:chain_assoc_get
2939         (LY_DEFINE): recurse, iso. calling ly_chain_assoc.
2940
2941 2005-04-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2942
2943         * lily/beaming-info.cc: remove infinity_i
2944
2945         * scripts/abc2ly.py (out_filename): fix thinko with \version.
2946
2947 2005-04-26  Graham Percival  <gperlist@shaw.ca>
2948
2949         * Documentation/user/basic-notation.itely,
2950         instrument-notation.itely, advanced-notation.itely,
2951         changing-defaults.itely: minor fixes.  Added docs
2952         for colors to advanced-notation.itely.
2953
2954         * Documentation/user/advanced-notation.itely: fixed compile
2955         problem and added Bernard's x11-color doc patch.
2956
2957 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2958
2959         * scm/output-ps.scm (grob-cause): Yet another fix, hope it's
2960         alright this time round.
2961
2962 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2963
2964         * Documentation/topdocs/INSTALL.texi (Top): idem.
2965
2966         * Documentation/topdocs/README.texi (Top): remove clean-fonts refs.
2967
2968         * VERSION (MAJOR_VERSION): release 2.5.21
2969
2970         * scm/output-ps.scm (grob-cause): bugfix.
2971
2972 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2973
2974         * cygwin/*: Update.
2975
2976         * cygwin/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Remove profile
2977         stuff.
2978
2979         * scm/output-ps.scm (grob-cause): Bugfix.
2980
2981         * scm/lily.scm (ly:load): Remove x11-color.
2982
2983         * stepmake/aclocal.m4 (STEPMAKE_GET_EXECUTABLE): Bugfix: do not
2984         quote executable, fixes getting version from program --with
2985         --options.
2986         (STEPMAKE_KPATHSEA): Bugfix for Cygwin cross building: use
2987         $ac_exeect.
2988
2989         * Documentation/user/GNUmakefile: Only build music-glossary with
2990         rendered lilypond snippets during web.
2991
2992 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2993
2994         * po/de.po: update.
2995
2996         * lily/GNUmakefile (OUT_DIST_FILES): don't dist lexer.cc
2997
2998 2005-04-22  Laura Conrad <lconrad@laymusic.org>
2999  
3000         * scripts/abc2ly:
3001         second title line append with punctuation dash character;
3002         encode abc2ly python strings in utf-8
3003        
3004 2005-04-21  Laura Conrad <lconrad@laymusic.org>
3005
3006         * scripts/abc2ly fix chords (again)
3007  
3008 2005-04-22  Bernard Hurley  <bernard@fong-hurley.org.uk>
3009
3010         * scm/x11-color.scm: new file
3011         All x11 color names can be accessed with:
3012         #(x11-color 'ColorName),
3013         #(x11-color "ColorName") or:
3014         #(x11-color "color name")
3015         If the x11 color name is not recognised then it defaults
3016         to black
3017
3018         * scm/lily.scm: amended to call scm/x11-color.scm
3019
3020 2005-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3021
3022         * Documentation/user/invoking.itely (Reporting bugs): comment out
3023         reference to online PNG bug repository.
3024
3025 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3026
3027         * lily/translator-scheme.cc (ly:translator-property): Remove.
3028         Update callers.
3029
3030         * lily/context-scheme.cc (ly:context-now): Move from translator.
3031         Update callers.
3032
3033 2005-04-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3034
3035         * input/regression/grid-lines.ly (skips): refine example.
3036
3037         * scm/define-context-properties.scm
3038         (all-user-translation-properties): doc autoBeamCheck
3039
3040         * input/regression/grid-lines.ly (Module): new file.
3041
3042         * lily/grid-point-engraver.cc (Module): new file.
3043
3044         * lily/grid-line.cc (Module): new file.
3045
3046         * lily/grid-line-span-engraver.cc (Module): new file.
3047
3048         * lily/grid-line-interface.cc (Module): new file.
3049
3050 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3051
3052         * scm/auto-beam.scm (revert-property-setting): Bugfixes: add
3053         missing parameter, actualy cdr through list.  Actually return a
3054         list with ENTRY removed (was '()).
3055
3056         * scripts/convert-ly.py: Update.  Print warning if file cannot be
3057         opened.
3058         (do_conversion): Fix printing of continuation comma.
3059
3060         * Documentation/user/advanced-notation.itely (Beam formatting):
3061         Remove refbugs about compound time and mixed duration.
3062
3063         * scm/auto-beam.scm (default-auto-beam-settings): Write out all
3064         modulo moments explicitely.
3065
3066         * lily/moment.cc (operator %): New function.
3067
3068         * lily/moment-scheme.cc (ly:mod-moment): Wrap it.
3069
3070         * lily/translator-scheme.cc (ly:translator-now,
3071         ly:translator-property): New function.
3072
3073         * scm/auto-beam.scm (default-auto-beam-check): New function.
3074
3075         * lily/auto-beam-engraver.cc (test_moment): Use it.
3076
3077         * flower/rational.cc (operator %): Bugfix.
3078
3079 2005-04-21  Erik Sandberg  <ersa9195@student.uu.se>
3080
3081         * scripts/abc2ly: Bugfix
3082
3083 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3084
3085         * python/fontextract.py (write_extracted_fonts): bugfix, too many
3086         %'s on EndFont comment.
3087
3088         * lily/ledger-line-spanner.cc: some more words of explanation.
3089
3090 2005-04-20  John Williams <williams@tni.com>  
3091         
3092         * scripts/lilypond-book.py: htmlquote bugfix.
3093         Allow snippets to be given distinct filenames.
3094         Allow the default alt text to be overridden.
3095
3096 2005-04-20  Erik Sandberg  <ersa9195@student.uu.se>
3097
3098         * ly/performer-init.ly: Bugfix
3099
3100         * THANKS: Added bughunters.
3101
3102 2005-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
3103
3104         * SConstruct (test_lib): Bump mftrace requirement to 1.1.9.
3105
3106         * lily/auto-beam-engraver.cc (test_moment): Test exact measure
3107         position (was: use modulo measure length).
3108
3109         * configure.in (no gui_b): Remove optional gtk+ requirement.
3110
3111 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3112
3113         * Documentation/user/basic-notation.itely (Pitches): add
3114         LedgerLineSpanner.
3115
3116         * lily/dynamic-engraver.cc (process_music): set right bound to
3117         script if present. Else, do not set.
3118         (acknowledge_grob): only set right bound of finished spanner to
3119         note column if no other bound is set.
3120
3121         * python/lilylib.py (make_ps_images): switch back to png16m.
3122         
3123 2005-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
3124
3125         * scripts/lilypond-book.py (write_if_updated): Bugfix for not
3126         writing up to date file.  Add dvips usage suggestion.
3127
3128         * scripts/convert-ly.py: Fix error message.
3129         Print usage if no files on command line.
3130         (usage): Add example usage.
3131
3132         * input/test/compound-time.ly: New file.
3133
3134         * input/test/circle.ly: New file.
3135
3136         * Documentation/topdocs/NEWS.tely: Use them.
3137
3138         * input/test/boxed-stencil.ly: Remove \score.
3139
3140         * buildscripts/mf-to-table.py (base): Add .log dependency.
3141
3142         * mf/GNUmakefile: Add PFAemmentaler and PFAaybabtu dependencies on
3143         pfa's.  Add .log dependency
3144
3145         * scm/define-markup-commands.scm (lower): New command.
3146
3147         * elisp/lilypond-mode.el (LilyPond-pdf-command): New command,
3148         make it default.
3149
3150 2005-04-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3151
3152         * lily/dynamic-engraver.cc (acknowledge_grob): add note-column
3153         also to finished cresc as right bound. This fixes:
3154         skip-string-decresc.ly
3155
3156         * lily/slur-scoring.cc (get_bound_info): robustness: substitute
3157         relative_coordinate if extent is empty.
3158
3159         * lily/stem.cc (width_callback): determine correct extent if flag
3160         is not there. This fixes slur-no-flag.ly
3161
3162         * lily/grace-engraver.cc (consider_change_grace_settings): new
3163         function.
3164         (initialize): also consider_change_grace_settings() on
3165         initialization. Fixes large grace notes at start of score.
3166
3167         * lily/break-align-interface.cc (do_alignment): don't translate if
3168         total_extent is empty.
3169
3170         * buildscripts/lilypond-{login,profile}.sh (Module): remove file.
3171
3172 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3173
3174         * scm/output-ps.scm (grob-cause): don't add cwd if path starts
3175         with slash.
3176
3177 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
3178
3179         * stepmake/aclocal.m4: Remove tfm_path.
3180
3181 2005-04-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3182
3183         * scm/music-functions.scm (markup-expression->make-markup): fix
3184         bug with cons arguments of markup commands.
3185         (music->make-music): fix music expression property list building
3186
3187 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
3188
3189         * aclocal.m4: Massage package names.
3190
3191         * SCons updates.
3192
3193 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3194
3195         * VERSION (PACKAGE_NAME): release 2.5.20
3196
3197         * lily/stem.cc (calc_stem_info): add minimum Y extent of
3198         stem-tremolo.  Fixes: bugs/tremolo-stem-length-beamed
3199
3200         * lily/percent-repeat-engraver.cc (try_music): add measure before
3201         next_moment to future processing moment. Fixes:
3202         percent-repeat-mm-rest.ly
3203         (process_music): don't add moment for 2nd time.
3204
3205         * input/regression/repeat-percent.ly: add mmrests as extra test.
3206
3207         * lily/axis-group-engraver.cc (acknowledge_grob): read
3208         keepAliveInterfaces to decide what to kill.
3209
3210         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add
3211         percent-repeat-interface to keepAliveInterfaces. This fixes
3212         percent-repeat-harakiri.
3213
3214 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
3215
3216         * SCons updates.
3217
3218 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3219
3220         * config.make.in (TTFTOOL_ENDIAN): rm TFM_PATH
3221
3222         * aclocal.m4: remove --enable-tfm-path configure option
3223
3224         * input/test/ancient-font.ly (lowerStaff): clef name errors.
3225
3226         * scm/backend-library.scm (postscript->png): newline after
3227         finishing command.
3228
3229         * lily/paper-score-scheme.cc (LY_DEFINE): new file.
3230         (LY_DEFINE): ly:paper-score-paper-systems: new function 
3231
3232         * lily/score-scheme.cc (LY_DEFINE): require music argument. 
3233
3234         * lily/score.cc (default_rendering): use Music_output too.
3235
3236         * input/test/chord-names-languages.ly (Module): rename file.
3237
3238         * lily/text-spanner.cc: add bound-padding.
3239
3240         * lily/paper-book.cc (systems): accept Paper_score
3241         iso. Paper_system vector. 
3242
3243         * input/regression/line-arrows.ly: new file.
3244
3245         * lily/paper-score.cc (process): run get_paper_systems() only once.
3246
3247         * lily/line-spanner.cc (line_stencil): add arrows.
3248
3249 2005-04-18  Jonatan Liljedahl  <lijon@kymatica.com>
3250
3251         * lily/line-interface.cc (make_arrow): new function. 
3252         (arrows): idem.
3253
3254 2005-04-18  Mathieu Giraud  <magiraud@free.fr>
3255
3256         * input/test/chord-names-german.ly: update for italian/french
3257         chords.
3258         
3259         * Documentation/user/instrument-notation.itely (Printing chord
3260         names): update.
3261
3262 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3263
3264         * lily/include/paper-score.hh (class Paper_score): remove unused
3265         prototypes.
3266
3267         * lily/book.cc (process): add -COUNT to midi output.
3268
3269         * lily/score.cc (book_rendering): remove outname argument
3270         (book_rendering): return list of Music_outputs. 
3271
3272         * lily/global-context-scheme.cc (LY_DEFINE): remove outname argument.
3273
3274         * lily/book.cc (process): loop over Music_outputs returned from
3275         Score::book_rendering().
3276
3277         * lily/*.cc (width_callback): remove spurious "unused" warnings
3278         for assert (axis==[XY]_AXIS); 
3279
3280         * lily/include/music-output.hh (class Music_output): smobify class.
3281
3282         * lily/include/paper-score.hh (class Paper_score): make members
3283         private.
3284
3285         * lily/performance.cc (process): return #f iso. #<undefined>. This
3286         prevents #<undefined> leaking into GUILE-userspace.
3287
3288 2005-04-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3289
3290         * config.hh.in: remove HAVE_PANGO_FC_FONT_MAP_ADD_DECODER_FIND_FUNC.
3291
3292 2005-04-17  Mathieu Giraud  <magiraud@free.fr>
3293
3294         * scm/chord-name.scm : support for italian and french
3295         chords names.
3296
3297         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): add
3298         a space defined by chordPrefixSpacer when the root name is
3299         direclty followed by a prefix.
3300
3301         * ly/engraver-init.ly : chordPrefixSpacer       
3302         * scm/define-context-properties.scm : chordPrefixSpacer
3303         * ly/property-init.ly : italianChords, frenchChords 
3304
3305 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
3306
3307         * mf/feta-din.mf: Remove.
3308
3309         * mf/GNUmakefile (fontdir): Bugfix.
3310
3311         * mf/SConstruct: Some updates.
3312
3313         * SConstruct: Require pkg-config.
3314         (test_program): Bugfix for double digit version compares, use
3315         integer (not string-) compare.
3316         Optionally require gs 8.14.
3317
3318         * stepmake/aclocal.m4 (STEPMAKE_PANGO_FT2): Define HAVE_PANGO16 too.
3319
3320         * lily/*: s/ifdef HAVE_*/if have/.
3321
3322         * SConstruct (test_lib): New function.  Update pkg-config and some
3323         other requirements.
3324
3325         * configure.in: Require pkg-config.  Enforce REQUIRE and version for
3326         freetype, pangof2t.
3327
3328 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3329
3330         * po/lilypond.pot, ...: Update using bison-CVS.
3331
3332         * python/lilylib.py (make_ps_images): Fixo.
3333
3334 2005-04-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3335
3336         * python/lilylib.py (make_ps_images): typo.
3337
3338         * configure.in (gui_b): make bison optional.
3339
3340         * lily/GNUmakefile (OUT_DIST_FILES): dist parser and lexer.
3341
3342 2005-04-16  Bernard Hurley  <bernard@fong-hurley.org.uk>
3343
3344         * framework-eps.scm: code added so that a macro \betweenLilyPondSystem
3345         with one parameter can be defined in a LaTeX file when processed
3346         by lilypond-book this will be evaluated between the systems of
3347         a multi-system score. The parameter is the number of systems processed.
3348
3349 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3350
3351         * python/lilylib.py (make_ps_images): Escape newline.
3352
3353         * Documentation/user/music-glossary.tely: Run
3354         texinfo-all-menus-update.
3355
3356 2005-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3357
3358         * scm/lily-library.scm (old-relative-not-used-message)
3359         (version-not-seen-message): Add input-file-name-location to message.
3360
3361         * lily/parser.yy (lilypond): Add token aliases.
3362
3363         * Documentation/user/music-glossary.tely (accidental): Fixes.  Do
3364         not confuse with alteration.
3365         (alteration): Add.
3366
3367 2005-04-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3368
3369         * python/lilylib.py (make_ps_images): use -dEPSCrop
3370
3371         * VERSION (PACKAGE_NAME): release 2.5.19 
3372
3373         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
3374         only put xrefs in info documentation.
3375
3376         * make/ly-rules.make ($(outdir)/%.html.omf): transplant .dvi ->
3377         .pdf rule to tex-rules.make.
3378
3379         * scm/framework-eps.scm (dump-stencils-as-EPSes): remove comments
3380         from -systems.* output.
3381
3382         * stepmake/stepmake/tex-rules.make ($(outdir)/%.pdf): make PDF
3383         directly, remove -$(PAGESIZE) target.
3384
3385         * input/test/embedded-postscript.ly: update.
3386
3387 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3388
3389         * make/lysdoc-targets.make (local-WWW): remove ps.gz target.
3390
3391         * Documentation/user/changing-defaults.itely (Font selection):
3392         document font-name.
3393
3394         * input/regression/font-name.ly: show Pango fonts for
3395         font-name. Update example. 
3396
3397         * lily/pango-select.cc (properties_to_pango_description): don't
3398         convert symbol font-size to number, but use to lookup.
3399
3400         * python/fontextract.py (write_extracted_fonts): add VMusage 0.
3401
3402         * scm/framework-ps.scm (write-preamble): use (NAME . CONTENTS) and
3403         (NAME . FILE-NAME) tuples for font descriptions. 
3404         (write-preamble): display BeginFont DSC comments.
3405
3406         * python/fontextract.py (write_extracted_fonts): new file. Extract
3407         font resources from a PS file.
3408
3409         * scripts/lilypond-book.py (option_definitions): --psfonts option.
3410         (Compile_error.process_include): do_file returns chunks.
3411
3412         * make/ly-vars.make (DVIPS_FLAGS): don't load .map file.
3413
3414         * make/lysdoc-targets.make: .texi is .PRECIOUS
3415
3416         * scripts/lilypond-book.py (write_if_updated): new function.
3417
3418 2005-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3419
3420         * scm/framework-eps.scm (dump-stencils-as-EPSes): Massage messages.
3421
3422 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3423
3424         * scm/framework-eps.scm (dump-stencils-as-EPSes): no massages.
3425
3426         * input/regression/markup-syntax.ly: remove \score.
3427
3428         * scm/define-markup-commands.scm (draw-circle): add fill argument
3429
3430         * scm/stencil.scm (make-circle-stencil): add fill argument
3431
3432         * ps/music-drawing-routines.ps: add fill argument.
3433
3434         * ly/performer-init.ly: add CueVoice to MIDI too.
3435
3436         * ps/music-drawing-routines.ps: new routine BeginEPSF /
3437         EndEPSF.
3438
3439         * input/regression/markup-eps.ly: new file.
3440
3441         * scm/framework-ps.scm (write-preamble): change order: vars should
3442         be inited before procedures.
3443
3444         * scm/output-ps.scm (glyph-string): break lines. 255 chars is max
3445         for EPS files.
3446
3447         * scm/define-markup-commands.scm (epsfile): add epsfile command.
3448
3449 2005-04-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3450
3451         * configure.in (gui_b): add check for ghostscript 8.15
3452
3453 2005-04-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3454
3455         * lily/hairpin.cc (after_line_breaking): suicide the hairpinlet at
3456         start of line. Fixes cresc-after-newline.ly
3457
3458         * lily/source-file.cc (file_line_column_string): use get_column().
3459
3460 2005-04-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3461
3462         * lily/source-file.cc (get_column): utf-8 support for column numbers.
3463
3464 2005-04-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3465
3466         * lily/*: use message () iso progress_indication () for messages.
3467         Revise/uniformise user messages.
3468
3469         * flower/warn.cc (progress_indication): New function.
3470         (message): Use it.  Fixes newline problems.
3471
3472         * config.make.in (webdir): Sort out install dirs.
3473
3474         * stepmake/stepmake/generic-targets.make (final-install): Bugfix.
3475
3476         * python/lilylib.py (command_name): Bugfix.
3477         (make_ps_images):
3478
3479 2005-04-11  Pedro Kroger  <kroeger@pedrokroeger.net>
3480
3481         * lily/main.cc: --help says what types of backends are availabe
3482
3483 2005-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3484
3485         Fix ./VERSION dependency, and without need to reconfigure.
3486
3487         * lily/main.cc (setup_paths): Update.
3488
3489         * stepmake/bin/make-version.py (defs): Add TOPLEVEL_VERSION define..
3490
3491         * config.hh.in (LILYPOND_DATADIR): Remove TOPLEVEL_VERSION.
3492
3493         * scripts/convert-ly.py (\markup): Fix too simplistic regexps.
3494         Add \line for some simplistic cases.
3495
3496         * lily/GNUmakefile (main.o): Add missing dependency on version.hh.
3497
3498 2005-04-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3499
3500         * elisp/lilypond-mode.el (LilyPond-lilypond-command): command used
3501         to compile LY files (useful for adding eg. "-I" args)
3502         (LilyPond-command-alist): use `LilyPond-lilypond-command'. Add a
3503         2Gnome command for gnome backend.
3504         (LilyPond-command-formatgnome): call the 2Gnome command. key
3505         binding: C-c C-g
3506
3507 2005-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3508
3509         * Documentation/user/GNUmakefile (lilypond/index.html): Bugfix:
3510         depend on all PNG images.
3511
3512 2005-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3513
3514         * GNUmakefile.in: Bugfix: also link .map files.
3515
3516 2005-04-09  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3517
3518         * scm/music-functions.scm (music->make-music): generate 
3519         a (make-music ...) sexpr from a music expression.
3520         (display-scheme-music): use guile pretty printer to display the
3521         make-music sexpr.
3522
3523 2005-04-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3524
3525         * ly/engraver-init.ly: reindent.
3526         Add CueVoice.
3527
3528         * scm/music-functions.scm (music-pretty-string): handle moments
3529         too.
3530         (music-pretty-string): only print non-empty lists.
3531         (cue-substitute): create CueVoice context, which has smaller type.
3532
3533         * lily/moment-scheme.cc (LY_DEFINE): new methods
3534         ly:moment-grace-{numerator,denominator}
3535
3536         * lily/context-handle.cc: remove quit() method. 
3537
3538         * lily/font-config.cc (init_fontconfig): be verbose about font path.
3539         (init_fontconfig): success is 0, not !0
3540
3541 2005-04-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3542
3543         * mf/feta-nummer-code.mf (code): add plus glyph.
3544
3545         * lily/tie.cc (print): idem.
3546
3547         * lily/slur.cc (print): don't use thickness property for
3548         slur shape-thickness.
3549
3550         * lily/stencil-scheme.cc (LY_DEFINE): don't reverse the order
3551         while adding stencils.
3552
3553         * scm/define-markup-commands.scm (with-color): with-color markup
3554         command.
3555         (whiteout): new markup command 
3556         (filled-box): new markup command
3557
3558 2005-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3559
3560         * Documentation/topdocs/NEWS.tely (Top): Make tex-able.  Handy
3561         test for PDF docs.
3562
3563         * mf/GNUmakefile (lilypond.map): Add PFAEmmentaler,
3564         PFAAybabtu-Regular.  Fixes feta font in PDFs.
3565         
3566         Notes for tetex-3.0 make web:
3567            psclean.map: s/uhv8a/uhvr8a/
3568            config.ps add:
3569                 p +psfonts_t1.map
3570                 p +psclean.map
3571                 p +typeface.map
3572
3573 2005-04-06  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3574
3575         * scm/music-functions.scm (music-pretty-string): fix bug with
3576         string argument.
3577
3578 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
3579
3580         * stepmake/bin/add-html-footer.py (i18n): Bugfix.
3581
3582 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3583
3584         * scripts/lilypond-book.py (Lilypond_snippet.__init__): 
3585         only process options if they're there.
3586         (write_file_map): add version-seen? to snippet-map.ly
3587
3588 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
3589
3590         * scripts/lilypond-book.py (split_options): Bugfix.  Small code
3591         formatting cleanups.
3592
3593         * mf/GNUmakefile: Rewrite $addprefix, $addsuffix using % short-forms.
3594         Add PFAaybabtu.pfa dependency on aybabtu.subfonts.
3595
3596 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3597
3598         * scm/framework-ps.scm (ps-font-command): don't hash, just use
3599         name directly.
3600
3601         * lily/main.cc (setup_paths): either add mf/out to search path or 
3602         fonts/{otf,type1,etc}
3603         
3604         * lily/font-config.cc (init_fontconfig): either add mf/out to
3605         FontConfig or fonts/{otf,type1,etc}
3606
3607         * GNUmakefile.in: don't put mf/ link in share/ dir.
3608
3609         * lily/staff-spacing.cc: move same-direction-correction to
3610         note-spacing-interface
3611
3612         * scm/lily.scm (lilypond-main): use variable argument count for
3613         exception handler.
3614
3615         * lily/font-config.cc (init_fontconfig): add operator pacification
3616         message.
3617
3618         * mf/aybabtu.pe.in (i): generate PFAAybabtu.pfa
3619
3620         * buildscripts/gen-emmentaler-scripts.py (i): generate
3621         PFAEmmentaler as well.
3622
3623         * scm/framework-ps.scm (munge-lily-font-name): new function
3624         (write-preamble): hack: insert PFA equivalent of CFF into
3625         .PS. This makes LilyPond output printable on normal PS printers
3626         again.
3627
3628         * buildscripts/gen-emmentaler-scripts.py (i): generate
3629         PFAEmmentaler.pfa aswell.
3630
3631 2005-04-06  John Williams <williams@tni.com>  
3632         
3633         * scripts/lilypond-book.py: refactor the compose_ly procedure.
3634         
3635 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3636
3637         * scm/page-layout.scm (default-page-make-stencil): always combine
3638         the header stencil, even if empty. This prevents the body text to
3639         reach up to the margins.
3640
3641         * po/rw.po (Module): new file, for Kinyarwanda.
3642
3643         * input/test/spacing-optical.ly (Module): new file.
3644
3645         * lily/staff-spacing.cc: add same-direction-correction
3646
3647 2005-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3648
3649         * Documentation/user/introduction.itely (Engraving): Comment-out
3650         non-existent file.
3651
3652 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3653
3654         * scm/define-grob-properties.scm (all-user-grob-properties): add
3655         same-direction-correction
3656
3657         * VERSION: release 2.5.18
3658
3659 2005-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3660
3661         * lily/grob.cc (mark_smob): Check pscore->layout_ before
3662         dereferencing.  Fixes make web.
3663
3664         * lily/midi-stream.cc: Handle unwritable midi file.  Include
3665         errno.h.
3666
3667         * Documentation/user/: Fix links.
3668
3669 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3670
3671         * lily/text-interface.cc (Module): rename from text-item.cc
3672
3673         * input/regression/apply-output.ly (texidoc): function naming fix.
3674
3675         * lily/time-signature-performer.cc (derived_mark): new function.
3676
3677         * lily/lily-parser-scheme.cc:  print mapped file name for progress
3678
3679         * scripts/lilypond-book.py (find_linestarts): new function.
3680         (find_toplevel_snippets): keep track of line numbers.
3681
3682         * lily/key-performer.cc (try_music): remove FIXME warning, gobble
3683         all key changes.
3684
3685         * ly/declarations-init.ly (partCombineListener): use
3686         ignoreBarChecks. Fixes: warn-partcombine-barcheck.ly
3687
3688         * lily/bar-check-iterator.cc (process): ignoreBarChecks property.
3689
3690 2005-04-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3691
3692         * lily/text-item.cc: Fix link.
3693
3694         * Documentation/user/changing-defaults.itely (Changing defaults):
3695         Fix programs reference links.
3696
3697         * Documentation/user/music-glossary.tely: Convert to utf-8.
3698
3699 2005-04-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3700
3701         * make/lilypond-vars.make: remove TEXMF from variables.
3702         remove DEB_BUILD pk font variables.
3703         remove GUILE_LOAD_PATH
3704         remove TeX memory vars.
3705
3706 2005-04-04  Werner Lemberg  <wl@gnu.org>
3707
3708         * lilypond/scm-option.cc (ly_option_usage): Add final newline.
3709
3710 2005-04-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3711
3712         * ps/lilyponddefs.ps: remove reencode-font
3713
3714         * lily/simple-spacer.cc (add_columns): also compare
3715         directly. Column rank doesn't distinguish between broken and
3716         unbroken columns. This fixes large spaces before time sig changes.
3717
3718         * Documentation/user/point-and-click.itely: document ly:set-option.
3719
3720         * lily/grob.cc (get_uncached_stencil): only set grob-cause if
3721         point_and_click_global is set.
3722
3723         * lily/scm-option.cc (LY_DEFINE): add point-and-click
3724         ly:set-option argument.
3725
3726 2005-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3727
3728         * GNUmakefile.in: Include symlinks in webball.
3729
3730         * Documentation/user/GNUmakefile (source-links): Add symlinks to
3731         source dir for split and non-split manuals.
3732
3733         * Documentation/user/*y: Fix @uref/@inputfile links for
3734         split/non-split HTML documents.
3735
3736         * Documentation/user/GNUmakefile (local-WWW): Do not generate
3737         .ps.gz.
3738         
3739 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3740
3741         * GNUmakefile.in: Add newline.
3742
3743 2005-04-01  Erlend Aasland  <erlenda@gmail.com>
3744
3745         * tex/lilyponddefs.tex: use color instead of xcolor
3746         * scm/output-tex.scm: minor editing
3747
3748 2005-04-02  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3749
3750         * scm/music-functions.scm (display-scheme-music): pretty printer
3751         for music expressions.
3752
3753 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3754
3755         * buildscripts/install-info-html.sh (index_file): Fix link.
3756
3757 2005-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3758
3759         * input/test/dynamic-extra.ly (piuf): Use utf-8 iso TeX accent.
3760
3761         * Documentation/index.html.in: Add size estimates with some big pages.
3762
3763         * Documentation/user/tutorial.itely (Running LilyPond for the
3764         first time): Add/replace some @rglos links.  TODO: add more
3765         @rglos links in tutorial, test non-intrusiveness (.css).
3766
3767         * stepmake/bin/add-html-footer.py (do_file): Remove info's
3768         annoying's indication of referencing external document.
3769
3770         * Documentation/user/GNUmakefile: Split version of glossary too.
3771         * Documentation/user/macros.itexi (@rglos): Have makeinfo produce
3772         links, not only for html.
3773
3774         * Documentation/user/introduction.itely: Fix some links for other
3775         than html, do not use `here' as link name.
3776
3777 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
3778
3779         * scm/documentation-generate.scm (string-append): Fix @usermanref,
3780         @glossaryref.
3781
3782 2005-03-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3783
3784         * scm/page-layout.scm (default-page-make-stencil): only add header
3785         if existing and not empty. Fixes spurious programming error.
3786
3787         * lily/span-bar.cc (print): don't make rounded edges for spanbars.
3788
3789 2005-03-31  Erlend Aasland  <erlenda@gmail.com>
3790
3791         * scm/output-tex.scm: implement {re,}setcolor
3792         * tex/lilyponddefs.tex: use color package
3793
3794 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
3795
3796         * GNUmakefile.in (local-WWW-post): Restore .htaccess and .html
3797         additions to website.
3798
3799         * Documentation/user/lilypond.tely: Remove reference to ps.gz.
3800
3801         * Documentation/user/macros.itexi: Fix @usermanref html links in
3802         split documents: use @inforef.
3803
3804 2005-03-30  Graham Percival  <gperlist@shaw.ca>
3805
3806         * Documentation/user/programming-interface.itely: minor fix.
3807
3808         * Documentation/user/advanced-notation.itely: added info to
3809         Metronome markings.
3810
3811 2005-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3812
3813         * scm/output-lib.scm (make-stencil-boxer): Junk code duplication,
3814         use box-stencil.  Remove y-padding argument.
3815         (make-stencil-circler): New function.
3816
3817         * buildscripts/lilypond-words.py (F): 
3818         * elisp/SConscript (a): 
3819         * elisp/GNUmakefile (LILYPOND_WORDS_DEPENDS):
3820         * vim/SConscript (a): 
3821         * vim/GNUmakefile (LILYPOND_WORDS_DEPENDS): Update.
3822
3823         * lily/general-scheme.cc: Build fix.
3824
3825         * scm/markup.scm:
3826         * input/regression/markup-scheme.ly: 
3827         * input/regression/markup-syntax.ly: Drop 'new-' from name.
3828
3829         * scm/stencil.scm (make-circle-stencil): New function.
3830
3831         * scm/define-markup-commands.scm (draw-circle): Use it.  New
3832         name (was cicle).  Update callers.
3833         (circle): New markup command, similar to box.
3834
3835         * scm/stencil.scm (circle-stencil): New function.
3836
3837 2005-03-29  David Jedlinsky  <lilypond@ipnh.com>
3838
3839         * configure.in: Detect libutf8/wchar.h variant.
3840
3841         * stepmake/aclocal.m4: Modify shared size test.
3842
3843 2005-03-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3844
3845         * make/lilypond.fedora.spec.in (Group): remove texmf profile stuff.
3846
3847 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3848
3849         * scripts/convert-ly.py (conv): add stencil-aligned-to! rule.
3850         
3851         * VERSION (PACKAGE_NAME):  release 2.5.17
3852
3853 2005-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3854
3855         * scm/backend-library.scm (postscript->png): Fix comment and png
3856         message.
3857
3858         * GNUmakefile.in (link-tree): Fix locales.
3859
3860 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3861
3862         * lily/stencil-scheme.cc (LY_DEFINE): change to
3863         ly:stencil-aligned-to, non mutating.
3864
3865         * scm/safe-lily.scm (lambda): remove ly:stencil-set-extent!
3866
3867         * lily/stencil-scheme.cc: remove ly:stencil-set-extent!
3868
3869         * lily/quote-iterator.cc (derived_mark): call
3870         Music_wrapper_iterator::derived_mark() too.
3871
3872         * lily/grace-engraver.cc (derived_mark): change signature, add
3873         const.
3874
3875 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3876
3877         * SConstruct (symlink): 
3878         * GNUmakefile.in (link-tree): Add scripts to prefix.
3879
3880         * lily/general-scheme.cc (ly:effective-prefix): New function.
3881
3882         * scm/backend-library.scm (postscript->png): Use it.
3883
3884 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3885
3886         * lily/paper-score.cc (process): don't delete grobs after
3887         producing stencils. 
3888
3889         * scm/part-combiner.scm (determine-split-list): switch off
3890         debugging info.
3891
3892         * scm/backend-library.scm (postscript->png): explicitly use ps2png.py
3893         if available.
3894
3895         * scm/define-context-properties.scm
3896         (all-user-translation-properties): add stringNumberOrientations.
3897
3898         * lily/new-fingering-engraver.cc (position_scripts): make generic,
3899         so fingering and string-numbers are separately controlled.
3900
3901 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3902
3903         * stepmake/aclocal.m4: Fix shared size test: add missing comma, do
3904         not use debugging.
3905
3906 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3907
3908         * GNUmakefile.in (local-WWW-post): remove UTF8 .htaccess.
3909
3910         * config.hh.in: add HAVE_FONTCONFIG.
3911
3912         * Documentation/user/instrument-notation.itely (String number
3913         indications): new node.
3914
3915         * input/regression/new-markup-syntax.ly (texidoc): add circle.
3916
3917         * lily/new-fingering-engraver.cc (add_string): new function. 
3918         (acknowledge_grob): accept string-number-event as well.
3919
3920         * scm/define-markup-commands.scm (circle): new markup command.
3921
3922         * scm/output-lib.scm (print-circled-text-callback): new function.
3923
3924         * lily/GNUmakefile: move ifeq after include stepmake.make.
3925
3926 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3927
3928         * config.make.in (HAVE_LIBKPATHSEA_SO):
3929         * stepmake/aclocal.m4: Also subst HAVE_LIBKPATHSEA_SO.
3930
3931         * lily/GNUmakefile (MODULE_LDFLAGS): Only if not HAVE_KPATHSEA_SO,
3932         add KPATHSEA_LIBS.
3933
3934         * debian/watch: 
3935         * debian/control: Update.
3936
3937 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3938
3939         * input/test/title-markup.ly (spaceTest): remove.
3940
3941         * input/test/embedded-tex.ly (Module): remove.
3942
3943         * input/test/music-box.ly: use 'name property, not ly:music-name.
3944
3945         * lily/GNUmakefile (MODULE_LDFLAGS): add KPATHSEA_LIBS.
3946
3947         * stepmake/aclocal.m4: STEPMAKE_FONTCONFIG: add.
3948
3949 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3950
3951         * Documentation/topdocs/INSTALL.texi (Top): Remove information
3952         about xdeltas.  Add information about CVS.
3953
3954         * scm/lily.scm (lilypond-main): Fix invocation of handler,
3955         gracefully handle failed files.
3956
3957         * lily/GNUmakefile (MODULE_LDFLAGS): Remove KPATHSEA_LIBS.
3958
3959         * Documentation/topdocs/INSTALL.texi (Top): Whitespace and other
3960         small fixes.
3961
3962         * scm/framework-tex.scm (convert-to-ps): Proper option spacing.
3963         No unnecessarily specific i18n messages.  Remove stray `1'.
3964
3965 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3966
3967         * buildscripts/lys-to-tely.py (strip_extension): add utf-8
3968         documentencoding
3969
3970         * scm/documentation-lib.scm (texi-file-head): set utf-8
3971         documentencoding.
3972
3973         * ly/chord-modifiers-init.ly (whiteTriangleMarkup): use the greek
3974         Delta, not the Symbol one. 
3975
3976         * mf/GNUmakefile ($(outdir)/lilypond.map): add -Regular to Aybabtu
3977         for the .map file.
3978
3979         * Documentation/topdocs/INSTALL.texi (Top): add running
3980         requirement as compilation requirement.
3981
3982 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3983
3984         * buildscripts/mutopia-index.py (headertext): add h1 header and
3985         utf-8 charset meta field.
3986
3987         * input/GNUmakefile: prune example list.
3988
3989         * scm/framework-tex.scm (convert-to-ps): add -ofoo.ps to dvips
3990         options.
3991
3992         * lily/slur-scoring.cc (get_base_attachments): only look at stem
3993         extent for visible stems.
3994
3995         * lily/grob.cc (mark_smob): mark \layout block from Grob::mark_smob().
3996
3997 2005-03-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3998
3999         * Documentation/topdocs/INSTALL.texi (Top): Updates.
4000
4001         * scripts/convert-ly.py: Python 2.2 compatibility (thanks Mats).
4002
4003 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4004
4005         * lily/slur-scoring.cc (get_base_attachments): robustness. Don't
4006         pass inf/nan into slur scoring.
4007
4008         * ly/titling-init.ly (oddHeaderMarkup): don't show page no. on 1st
4009         page.
4010
4011         * scripts/abc2ly.py (dump_voices): use alphabet().
4012
4013 2005-03-27  Jeff Smith <whydoubt@yahoo.com>
4014         
4015         * mf/GNUmakefile (depth): use $(FONTFORGE). 
4016
4017 2005-03-27 Matthias Neeracher <neeracher@mac.com>
4018         
4019         * flower/include/virtual-methods.hh: simplify. Patch by
4020
4021 2005-03-25  John Williams <williams@tni.com>  
4022
4023         * scripts/lilypond-book.py (main): add png for HTML too, guess
4024         only if necessary. 
4025
4026 2005-03-25  Graham Percival  <gperlist@shaw.ca>
4027
4028         * Documentation/topdocs/INSTALL.texi: now recommends
4029         lexer-gcc-3.1.sh for gcc 3.1.1 or higher.
4030
4031         * Documentation/user/basic-notation.itely,
4032         Documentation/user/tutoria.itely: warn about
4033         only one (phrasing) slur at once.
4034
4035 2005-03-24  Pedro Kroger  <kroeger@pedrokroeger.net>
4036
4037         * ly/music-functions-init.ly (removeWithTag): fixed to return "music".
4038
4039 2005-03-23  Graham Percival  <gperlist@shaw.ca>
4040
4041         * Documentation/user/basic-notation.itely: fixed info about
4042         ending a (de)cresc.
4043
4044         * Documentation/user/lilypond-book.itely: fixed
4045         lilypond-book filter example and warned about not doing
4046         --filter and --process at the same time.
4047
4048 2005-03-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4049
4050         * lily/parser.yy (bass_number),
4051         Documentation/user/instrument-notation.itely (Figured bass): 
4052         Add the possibility to use text markup in figured bass. 
4053
4054 2005-03-19  Graham Percival  <gperlist@shaw.ca>
4055
4056         * Documentation/user/global.itely: added info about naming
4057         identifiers and breakbefore.
4058
4059         * Documentation/user/invoking.itely: added info about batch
4060         processing files with convert-ly, removed references to TeX
4061         in the jail section.
4062
4063         * Documentation/user/examples.itely: possibly fixed piano
4064         dynamics.
4065
4066         * Documentation/user/advanced-notation.itely: added info
4067         about removing other types of Staff.
4068
4069         * Documentation/user/instrument-notation.itely: possibly
4070         fixed piano staff line switch.
4071
4072         * Documentation/user/changing-defaults.itely: added info
4073         about using normal font in titles.
4074
4075 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4076
4077         * VERSION (PATCH_LEVEL): release 2.5.16
4078
4079         * make/ly-vars.make (DVIPS_FLAGS): include lilypond.map path
4080         explicitly.
4081
4082 2005-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
4083
4084         * scm/framework-tex.scm (convert-to-dvi): Barf if NAME contains
4085         whitespace.
4086
4087         * python/lilylib.py (make_ps_images):
4088         * scm/backend-library.scm (postscript->pdf, postscript->png):
4089         Quote file name.  Use format rather than string-append juggling.
4090
4091 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4092
4093         * python/lilylib.py (make_ps_images): add x to -g argument. 
4094
4095         * lily/key-performer.cc (create_audio_elements): don't use
4096         scm_eval_string. Check for minor 3rd directly.
4097   
4098         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
4099         (sarabandeCelloGlobal): key is D minor, not F major.
4100
4101 2005-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
4102
4103         Fix truncated --png output (Peter Danenberg).
4104         
4105         * python/lilylib.py (make_ps_images):
4106         * scripts/ps2png.py (copyright): Grok --papersize option.
4107
4108         * scm/backend-library.scm (postscript->png): Add parameter
4109         PAPERSIZE.  Update callers.
4110
4111         * scm/output-gnome.scm (music-font?): Bugfix: use "Emmentaler".
4112         Fixes symbol placement.
4113
4114         * lily/spanner.cc: 
4115         * lily/stencil.cc: Use "libc-extension.hh" (WAS:
4116         <libc-extension.hh>).
4117
4118 2005-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
4119
4120         * Nitpick run.
4121
4122         * buildscripts/fixcc.py: Update.
4123
4124         Builddir run fixes.
4125
4126         * HACKING (datadir): Add VERSION.
4127
4128         * GNUmakefile.in (linktree): Bugfix: outconfdirs are one dir
4129         higher up.
4130
4131 2005-03-15  Werner Lemberg  <wl@gnu.org>
4132
4133         * mf/feta-klef.mf (draw_gclef): Move z10' slightly so that the
4134         diagonal stem doesn't become thinner.
4135
4136 2005-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
4137
4138         * buildscripts/fixcc.py: Fixes (Werner).
4139
4140 2005-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4141
4142         * mf/GNUmakefile ($(outdir)/lilypond.map): capitalize
4143         Emmentaler/Aybabtu.
4144
4145         * GNUmakefile.in: fix lilypond-words path.
4146
4147         * po/tr.po: update to 2.3.21
4148
4149         * lily/new-fingering-engraver.cc (position_scripts): take priority
4150         from head position.
4151
4152         * input/regression/finger-chords-order.ly (texidoc): new file.
4153
4154 2005-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
4155
4156         * make/ly-rules.make: 
4157         * stepmake/aclocal.m4: 
4158         * Documentation/user/GNUmakefile: Remove old makeinfo compatibility.
4159
4160         * buildscripts/fixcc.py (rules): Leave space after operator.
4161
4162 2005-03-14  Werner Lemberg  <wl@gnu.org>
4163
4164         * mf/feta-klef.mf (draw_gclef): Replace `simple_serif' for
4165         top of the glyph with smooth curve.
4166
4167 2005-03-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4168
4169         * Documentation/user/global.itely (Page layout): remove
4170         printpagenumber.
4171
4172 2005-03-13  Jürgen Reuter  <reuter@ipd.uka.de>
4173
4174         * input/regression/mensural-ligatures.ly: new file (with examples
4175         compiled by Pal Benko).
4176
4177         * Documentation/user/instrument-notation.itely: Bugfix: yet some
4178         other "custodes.*-u0" -> "custodes.*.u0" renaming victims in
4179         musicglyph access.  Many small beautifications in ancient
4180         examples.
4181
4182         * input/test/divisiones.ly: fixed indentation; small
4183         beautifications
4184
4185         * ly/engraver-init.ly: added FIXME comment
4186
4187         * scripts/lilypond-book.py,
4188         Documentation/user/lilypond-book.itely: added music fragment
4189         option "packed" to lilypond-book
4190
4191         * Documentation/user/instrument-notation.itely: Bugfix: added
4192         missing LedgerLineSpanner color setting in several places.  Added
4193         music fragment option "packed" to VaticanaContext example.
4194
4195 2005-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4196
4197         * scm/define-grobs.scm (all-grob-descriptions): switch off
4198         Hyphen_spanner::set_spacing_rods 
4199
4200         * lily/lyric-hyphen.cc (print): add padding between syllable and
4201         hyphen.
4202         (print): shorten hyphen in tight situations (determine using
4203         minimum-length)
4204
4205         * scm/paper.scm (layout-set-staff-size): increase blotdiameter to
4206         0.4pt.
4207
4208 2005-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
4209
4210         * ly/titling-init.ly (bookTitleMarkup): Refinements.
4211
4212         * input/regression/page-breaks.ly (paper): Set not raggedlastbottom,
4213         header/footer markings for regression-test.
4214
4215         * scm/backend-library.scm (output-scopes, header-to-file): Move
4216         from framework-tex.scm.
4217
4218         * scm/framework-ps.scm (output-framework)
4219         (output-preview-framework):
4220         * scm/framework-eps.scm (output-classic-framework)
4221         (output-framework): Use it.  Fixes collated files.
4222
4223 2005-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
4224
4225         * input/sakura-sakura.ly: 
4226         * input/xiao-haizi-guai-guai.ly: Add from Debian package (Anthony).
4227
4228         * buildscripts/guile-gnome.sh: Update.
4229
4230         * mf/GNUmakefile (aybabtu.otf): Add dependency on .pe.
4231
4232         * mf/aybabtu.pe.in: Capitalize Aybabtu.
4233
4234 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4235
4236         * lily/separating-group-spanner.cc (find_rods): oops. Fix the real
4237         culprit: always exit the loop if we find a rod, even if it has
4238         distance < 0. 
4239
4240         * lily/ledger-line-spanner.cc (set_spacing_rods): rewrite to O(n)
4241         algorithm.
4242
4243         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
4244         $(outdir)/%.svg $(outdir)/%.pfa): add --simplify.
4245
4246         * scm/output-svg.scm (dashed-line): new  function body.
4247         
4248         * GNUmakefile.in: create .htaccess.
4249
4250 2005-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4251
4252         * Documentation/topdocs/NEWS.tely (Top): Fix text example.
4253
4254 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4255
4256         * VERSION (PACKAGE_NAME): release 2.5.15
4257
4258         * scm/output-{pdf,pdftex,sketch}.scm (Module): remove bitrotted files.
4259
4260         * scm/framework-svg.scm (output-framework): put scaling in
4261         document header. Apply scaling only once.
4262         (output-framework): dump page size in px, not mm. 
4263
4264         * scm/lily-library.scm (modified-font-metric-font-scaling): rename
4265         from font-size.
4266
4267         * lily/paper-outputter-scheme.cc (LY_DEFINE):
4268         ly:outputter-output-scheme, new function.
4269
4270         * scm/output-svg.scm (pango-description-to-svg-font): new function
4271
4272 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4273
4274         * Documentation/user/GNUmakefile (deep-symlinks): remove outimages
4275         target.
4276
4277         * input/typography-demo.ly: new file.
4278
4279 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4280
4281         * Documentation/user/global.itely (File structure): Add markup blocks
4282         to toplevel expressions.
4283         (Multiple movements, Creating titles): Add markup blocks.
4284
4285         * lily/stencil-scheme.cc: Use "libc-extension.hh" (WAS:
4286         <libc-extension.hh>).
4287
4288         * lily/accidental.cc (accurate_boxes): Compile fix: 1.51 was broken.
4289
4290         * flower
4291         * lily
4292         * kpath-guile: Nitpick run: buildscripts/fixcc.py.
4293
4294 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4295
4296         * lily/accidental.cc: special bboxes for natural. 
4297
4298         * mf/feta-toevallig.mf: make stems heavier.
4299
4300         * lily/dynamic-text-spanner.cc (print): add bound padding for edge
4301         texts as well.
4302
4303         * mf/feta-klef.mf: revise. 
4304
4305         * mf/feta-schrift.mf: make thinning of accent less pronounced.
4306
4307         * mf/feta-klef.mf: add rounded curve at top. 
4308         make thinnib a little heavier.
4309
4310 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4311
4312         * lily/parser.yy (book_body): Oops, allow \markup in \book too.
4313
4314         * buildscripts/fixcc.py: New file.
4315
4316         * input/regression/utf8.ly: Update Debian font description.
4317
4318 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
4319
4320         * stepmake/aclocal.m4: Fix test.
4321
4322 2005-03-09  Graham Percival  <gperlist@shaw.ca>
4323
4324         * Documentation/user/invoking.itely: added Sebastino Vigna's
4325         docs for the --jail option.
4326
4327 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4328
4329         * lily/stem.cc (print): only produce stemlets if there are no
4330         noteheads on this stem.
4331
4332         * lily/note-spacing.cc (stem_dir_correction): robustness fix:
4333         don't crash on stemlet (visible stem without heads).
4334
4335         * scm/define-grobs.scm (all-grob-descriptions): junk LeftEdge for
4336         unbroken situations. 
4337
4338         * scm/output-lib.scm (center-invisible): new function.
4339
4340         * lily/spacing-loose-columns.cc (set_loose_columns): use spacing
4341         wishes to determine loose column space.
4342
4343         * lily/font-config.cc (init_fontconfig): add
4344         fonts/{otf,type1,cff}  to path.
4345
4346         * lily/main.cc (setup_paths): add fonts/{otf,svg,tfm,cff} to path
4347
4348         * mf/GNUmakefile (Module): install all fonts under otf/
4349
4350         * scm/framework-ps.scm (Module): read fonts from fonts/extension,
4351         replace /fonts/otf/ by /ps/ 
4352
4353         
4354 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
4355
4356         * lily/paper-book.cc (classic_output): Reinstate header_0_ hack.
4357
4358         * lily/book.cc (process): Oops, add score_.header_.
4359
4360         * lily/paper-book.cc: Fold hearders, score and texts into scores_.
4361
4362         * lily/parser.yy: Handle toplevel and book texts as score.
4363
4364         * scm/page-layout.scm (default-page-make-stencil):
4365         Bugfix: (page-properties rename.
4366
4367         * scm/backend-library.scm (ly:system): Typo.
4368
4369 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4370
4371         * stepmake/stepmake/executable-targets.make (installexe): don't
4372         strip installed executables
4373
4374         * lily/font-select.cc (get_font_by_design_size): revert
4375         pango_description_string as well.
4376
4377         * lily/system.cc (set_loose_columns): put loose column just left
4378         of next column.
4379
4380         * lily/include/group-interface.hh (extract_grob_array): rename
4381         from Pointer_group_interface__extract_grobs
4382
4383         * input/regression/ledger-line-minimum.ly (texidoc): new file.
4384
4385         * lily/ledger-line-spanner.cc (set_spacing_rods): new
4386         function. Keep ledgered note heads at a minimum distance.
4387         Introduce minimum-length-fraction
4388         (print): introduce length-fraction property.
4389
4390 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4391
4392         * tex/GNUmakefile: remove latin1.enc rules.
4393
4394 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
4395
4396         * scm/titling.scm: Typo.
4397
4398         * input/regression/score-text.ly: Really add.
4399
4400         * lily/score.cc: Bugfixes for SCM header_ and texts_ members.
4401
4402 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4403
4404         * lily/open-type-font-scheme.cc:  new file.
4405
4406 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
4407
4408         * scm/titling.scm (layout-extract-page-properties): Rename from
4409         page-properties.  Update callers.
4410
4411         * lily/lexer.ll (Lily_lexer):
4412         * lily/parser.yy: Junk lyric_markup state.
4413
4414         * Documentation/topdocs/NEWS.tely (Top): Mention markup text feature.
4415
4416         * scripts/lilypond-book.py (PREAMBLE_LY): toplevel-music-handler:
4417         Add texts parameter.
4418
4419 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
4420
4421         * lily/lexer.ll (lyric_markup): New mode.
4422         (Lily_lexer::push_lyric_markup_state): New method.
4423         (MARKUPCOMMAND): Markup during lyric mode returns LYRIC_MARKUP.
4424
4425         * lily/parser.yy (book_body):
4426         (toplevel_expression): Grok \markup texts.
4427
4428         * lily/score-scheme.cc (ly:music-scorify): 
4429         * scm/lily-library.scm (collect-music-for-book): Take texts
4430         parameter.
4431
4432         * lily/score.cc (texts_): New member.
4433
4434         * lily/paper-book.cc (systems): Format score texts.
4435
4436         * score-text.ly: New file.
4437
4438         * ttftool/SConscript:
4439         * kpath-guile/SConscript: New file.
4440
4441         * lily/SConscript:
4442         * SConstruct: Update.
4443
4444 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4445
4446         * VERSION (PACKAGE_NAME): release 2.5.14
4447
4448 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
4449
4450         * lily/main.cc: Add dummy xgettext markers.
4451
4452 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4453
4454         * make/lilypond.fedora.spec.in (Requires): scrap kpathsea/tex
4455         requirements
4456
4457         * stepmake/aclocal.m4: check dynamic link, by checking if kpathsea
4458         executable is < 40k
4459
4460         * lily/main.cc (setup_paths): remove tfm1 tfm2 tfm3 include path
4461         hack.
4462
4463 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4464
4465         * flower/libc-extension.cc:
4466         * flower/include/libc-extension.hh: [Open]BSD simply cast
4467         cookie/funopen declarations.
4468
4469         * stepmake/aclocal.m4: Check for libkpathsea.so.
4470
4471         * kpath-guile/kpath.c (ly_kpathsea_expand_variable): Use
4472         dl_kpse_find_file.
4473
4474 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4475
4476         * kpath-guile/kpath.c (open_library): dlopen libkpathsea.so
4477         (open_library): alternative for static library.
4478
4479 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4480
4481         * configure.in: Set TTFTOOL_ENDIAN iso global CFLAGS.
4482
4483         * ttftool/GNUmakefile (MODULE_CFLAGS): Add $(TTFTOOL_ENDIAN).
4484
4485         Drop run-time dependency on teTeX.
4486
4487         * lily/kpath.cc (initialize_kpathsea): dlopen libkpathsea.
4488
4489         * stepmake/aclocal.m4 (STEPMAKE_KPATHSEA): Do not include
4490         KPATHSEA_LIBS in LIBS.
4491         (STEPMAKE_DLOPEN): New function.
4492
4493         * lily/font-config.cc (init_fontconfig): Use dir for directory,
4494         not path.
4495
4496         * flower/file-path.cc (directories): Rename from paths, as this
4497         return an array of directories (a single path).
4498
4499 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4500
4501         * lily/GNUmakefile (MODULE_LIBS): link with kpath-guile
4502
4503         * lily/all-font-metrics.cc (kpathsea_find_file): wrapper around
4504         new ly:kpathsea-find-file
4505
4506         * kpath-guile/kpath.c: new file. Put kpath bindings in lib.
4507
4508         * kpath-guile/GNUmakefile: new file
4509
4510         * buildscripts/gen-emmentaler-scripts.py (i): generate
4511         emmentaler-X.fontname as well.
4512
4513         * buildscripts/ps-embed-cff.py: new script
4514
4515         * scm/lily-library.scm: remove ps-embed-cff.
4516
4517         * scm/framework-ps.scm (write-preamble): don't use kpathsea for
4518         font loading. 
4519
4520         * scm/font.scm (add-music-fonts): load dynamics/numbers through
4521         fontconfig as well.
4522
4523         * lily/font-config.cc (init_fontconfig): add cff/ too.
4524
4525         * ly/generate-embedded-cff.ly: capitalize.
4526
4527         * lily/pango-select.cc (select_pango_font): use ::find_pango_font,
4528         so as to register the pango font.
4529
4530         * lily/font-config.cc (init_fontconfig): add
4531         prefix/{otf,type1,mf/out} to fontconfig path.
4532
4533         * lily/main.cc: only look at one prefix directory, LILYPONDPREFIX
4534         overrides all. 
4535
4536         * configure.in (gui_b): remove ec mftrace check
4537
4538         * config.hh.in: use lilypond-Major.Minor as data directory.
4539
4540         * scm/framework-ps.scm (dump-page): use output-units for landscape.
4541
4542         * buildscripts/gen-emmentaler-scripts.py (i): lower case file
4543         name.
4544
4545 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4546
4547         * lily/main.cc (do_chroot_jail): Small cleanups.  Avoid constant
4548         error messages.
4549
4550         * flower/libc-extension.cc:
4551         * flower/include/libc-extension.hh: [Open]BSD fixes for
4552         cookie/funopen declarations.
4553
4554 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4555
4556         * buildscripts/gen-emmentaler-scripts.py (outdir): capitalize
4557         emmentaler.
4558
4559         * lily/score-engraver.cc (initialize): remove check for ecrm10 /
4560         lcrm10.
4561
4562         * scm/define-markup-commands.scm (fontsize): new markup
4563         command. Also set baseline-skip
4564
4565 2005-03-06 Sebastiano Vigna <vigna@dsi.unimi.it>.
4566         
4567         * lily/main.cc (do_chroot_jail): paranoia security for webserver
4568         use.
4569
4570 2005-03-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4571
4572         * stepmake/bin/add-html-footer.py (do_file): make wiki link optional.
4573
4574         * lily/pdf.cc: remove PDF related files
4575
4576 2005-03-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4577
4578         * ly/deutsch.ly: add quarter tones, patch by Arno Waschk.
4579         <hamamatsu@gmx.de>
4580
4581 2005-03-05  Graham Percival  <gperlist@shaw.ca>
4582
4583         * Documentation/user/advanced-notation.itely: first draft
4584         of reorg done.
4585
4586         * Documentation/user/global.itely: fixed (sub)section
4587         bits of MIDI.
4588
4589 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4590
4591         * cygwin/mknetrel (extras): Bufix (Bertalan).
4592
4593         * Documentation/user/basic-notation.itely (Chords): @ref fix.
4594         * Documentation/user/instrument-notation.itely (Introducing chord
4595         names): Compile fix: must have unique name.
4596
4597 2005-03-02  Graham Percival  <gperlist@shaw.ca>
4598
4599         * Documentation/user/instrument-notation.itely: reorg.
4600
4601 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4602
4603         * scm/output-gnome.scm:
4604         * scm/output-svg.scm: Fix font scaling.
4605
4606 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4607
4608         * ly/titling-init.ly (tagline): Use Engraving.  Add comment about
4609         what link to use best.
4610
4611         * Documentation/user/instrument-notation.itely (Ancient accidentals): 
4612         * Documentation/user/tutorial.itely (Automatic and manual beams):
4613         Fix @ref.
4614
4615         * lily/tweak-registration.cc (replace_grob_tweak): New function.
4616         * lily/tweak-registration-scheme.cc (LY_DEFINE): Wrap it.
4617         * scm/framework-gnome.scm (tweak): Use it.
4618
4619 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4620
4621         * Documentation/topdocs/NEWS.tely (Top): elucidate GS problem.
4622
4623         * scm/output-ps.scm (white-text): reinstate white-text
4624
4625 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4626
4627         * scm/output-ps.scm (offset-add): Remove.
4628
4629         * scm/lily-library.scm (offset-flip-y): New function.
4630         * scm/framework-gnome.scm (tweak): Use it.
4631
4632         * scm/output-gnome.scm (grob-cause): Add parameter.
4633
4634         * scm/lily.scm (ly:all-stencil-expressions): Add url-link.
4635         * scm/output-ps.scm (url-link): Move.
4636         (white-text): Warn user about brokenness.
4637
4638         * Documentation/topdocs/NEWS.tely: Be more accurate and respectful
4639         wrt ghostscript.
4640
4641 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4642
4643         * lily/slash-repeat-engraver.cc (try_music): always make slashes
4644         if body length smaller than measure length.
4645
4646         * scm/define-markup-commands.scm (with-url): oops. use Y extent
4647         for Y.
4648
4649         * ly/titling-init.ly (tagline): put default tagline in \paper
4650
4651 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4652
4653         * lily/kpath.cc: 
4654         * lily/pdf.cc (Pdf_file): Use more generic error messages.
4655
4656         * scm/lily-library.scm (version-not-seen-message): New function.
4657         * ly/init.ly: Use it.
4658
4659         * scm/page-layout.scm (ly:optimal-page-breaks): Display page
4660         breaks as progess.
4661
4662         * scripts/lilypond-book.py (do_process_cmd): Do not lump
4663         whitespace with l10n message.
4664
4665         * scm/framework-tex.scm (convert-to-ps):
4666         (convert-to-dvi): Do not use overly specific l10n messages.
4667
4668         * ly/titling-init.ly (bookTitleMarkup): Add baseline skips from 2.4.
4669
4670         * tex/GNUmakefile $(outdir)/latin1.enc: Build fix:
4671         merge stderr with stdout.  
4672
4673 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4674
4675         * flower/libc-extension.cc: Tested BSD compile fix (Matthias
4676         Neeracher).
4677
4678 2005-02-29  Graham Percival  <gperlist@shaw.ca>
4679
4680         * Documentation/user/instrument-notation.teily: moved
4681         \arpeggio to Basic.
4682
4683         * Documentation/user/advanced-notation.itely: Articulation to
4684         Basic, a bunch of stuff from Basic moved to Advanced.
4685
4686         * Documentation/user/basic.itely: swapped various sections,
4687         reorganized Basic.
4688
4689 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4690
4691         * flower/memory-stream.cc: 
4692         * flower/libc-extension.cc: Remove obsolete #undefs.
4693
4694         * flower/include/libc-extension.hh: Bugfix for BSD, place #ifdef
4695         more carefully.
4696
4697 2005-02-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4698
4699         * make/lilypond.fedora.spec.in (Requires): add GS 8.15 as
4700         dependency.
4701
4702         * VERSION (PACKAGE_NAME): release 2.5.13
4703
4704         * GNUmakefile.in (web-ext): don't ship ps.gz
4705
4706         * tex/GNUmakefile ($(outdir)/latin1.enc): redirect stderr to
4707         stdout
4708
4709 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4710
4711         * lily/general-scheme.cc (LY_DEFINE): Compile fix for systems
4712         without libintl.  Now it compiles too.
4713
4714 2005-02-28  Graham Percival  <gperlist@shaw.ca>
4715
4716         * Documentation/user/basic-notation.itely,
4717         instument-notation.itely, advanced-notation.itely:
4718         split up contents of notation.itely.
4719
4720         * Documentation/user/notation.itely: file removed.
4721
4722         * Documentation/user/invoking.itely, converters.itely:
4723         moved convert-ly info to invoking.itely.
4724
4725         * Documentation/user/global.itely, changing-defaults.itely,
4726         sound-output.itexi: moved global settings, file layout, and
4727         sound into global.itely.
4728
4729         * Documentation/user/sound-output.itexi: file removed.
4730
4731         * Documentation/user/lilypond.tely: removed links to
4732         notation.itely and sound.itely.
4733
4734 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4735
4736         * scm/output-ps.scm (grob-cause): only do mark_URI if non-empty.
4737
4738         * scm/framework-ps.scm (write-preamble): remove pdf-viewer code.
4739  
4740         * THANKS: add sponsor.
4741
4742         * scm/define-markup-commands.scm (with-url): new markup command.
4743
4744         * scm/page-layout.scm (TAGLINE): add www.lilypond.org with URL to
4745         tagline.
4746         
4747         * scm/output-tex.scm (url-link): stub.
4748
4749         * scm/output-ps.scm (url-link): new function.
4750
4751         * lily/lily-parser-scheme.cc (LY_DEFINE): deprecate
4752         ly:set-point-and-click
4753
4754 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4755
4756         * ps/music-drawing-routines.ps (mark_file_line): Switch Action
4757         based on pdf-viewer setting.
4758
4759         * scm/framework-ps.scm (write-preamble): Find and set preferred
4760         pdf-viewer.
4761
4762 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4763
4764         * Documentation/user/point-and-click.itely: update for PDF point &
4765         click.
4766
4767         * scripts/lilypond-pdfpc-helper.py: new file. Invoke different
4768         editors based on EDITOR setting.
4769
4770 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4771
4772         * scm/*: Oops, more grand 2005 replace bits.
4773
4774 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4775
4776         * ps/music-drawing-routines.ps: new routine: insert PDF mark
4777
4778         * scm/output-ps.scm (grob-cause): point & click support for
4779         PostScript
4780
4781 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4782
4783         * lily/input-scheme.cc (LY_DEFINE): rename to
4784         ly:input-file-line-column
4785
4786 2005-02-26  Graham Percival  <gperlist@shaw.ca>
4787
4788         * Documentation/user/examples.itely: small fix from Steve Doonan.
4789
4790         * Documentation/user/scheme-tutorial.itely: small fix from Steve Doonan.
4791
4792         * THANKS: added Yuval Harel.
4793
4794         * Documentation/user/{various}: inserted two spaces after a period.
4795
4796         * Documentation/user/lilypond.tely: added framework for reorg.
4797
4798         * Documentation/user/basic-notation.itely, instrument-notation.itely,
4799         advanced-notation.itely, global.itely: new files, placeholder for
4800         future reorg.
4801
4802 2005-02-26 Yuval Harel  <yuvalh@hotpop.com>
4803
4804         * Documentation/user/notation.itely: revamped Polyphony section
4805         
4806 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4807
4808         * Documentation/user/lilypond-book.itely (Music fragment options):
4809         doc fontload.
4810
4811         * Documentation/user/changing-defaults.itely (Text encoding): add
4812         fontload option to utf8 include
4813
4814         * scripts/lilypond-book.py (compose_ly): add fontload option
4815
4816         * scm/framework-eps.scm (dump-stencils-as-EPSes): add
4817         force-eps-font-include option.
4818
4819         * ly/chord-modifiers-init.ly (blackTriangleMarkup): reinstate
4820         black triangle
4821
4822         * Documentation/user/invoking.itely (Editor support): remove
4823         lilypond-latex section.
4824
4825         * scripts/lilypond-latex.py (Module): remove script.
4826
4827         * cygwin/lily-wins.py (stat): write to .lylog, so as not to
4828         overwrite .log. 
4829
4830         * lily/main.cc: remove -m, --no-layout
4831
4832         * flower/include/libc-extension.hh: add ALIAS_FILE_TO_FILECOOKIE
4833         to define. We don't want to override fprintf everywhere.
4834
4835 2005-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4836
4837         * cygwin/lilypond.hint: 
4838         * cygwin/README.in: Update dependencies.
4839
4840         * stepmake/aclocal.m4 (STEPMAKE_PANGO, STEPMAKE_PANGO_FT2):
4841         Bugfix: do not pollute CPPFLAGS, LIBS.
4842
4843         * cygwin/mknetrel (extras): Cross compile fixes.
4844
4845         * ttftool/util.c: 
4846         * ttftool/ttfps.c: 
4847         * ttftool/ps.c: #include libc-extension.hh
4848
4849         * flower/include/libc-extension.hh:
4850         * flower/libc-extension.cc (fopencookie)[!HAVE_FOPENCOOKIE]: Add
4851         wrapper using funopen.
4852         (fopencookie, handle_cookie_io_fclose, handle_cookie_io_fprintf,
4853         handle_cookie_io_fprintf): Add wrappers catching Memory_out_stream.
4854
4855         * config.hh.in:
4856         * configure.in (AC_CHECK_FUNCS): Add fopencookie, funopen.
4857         (AC_CHECK_HEADERS): Add libio.h
4858
4859         * scripts/convert-ly.py: Uniformize, internationalize.
4860         (2.5.2): Remove fatal encoding rule.
4861         (2.5.13): Handle latin1 encoding gracefully.
4862
4863 2005-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4864
4865         * HACKING: Fix line breaks.
4866
4867 2005-02-23  Werner Lemberg  <wl@gnu.org>
4868
4869         * mf/graycx.mf, mf/graylj.mf: Removed.  Any decent TeX distribution
4870         contains those two files.
4871
4872 2005-02-21  Werner Lemberg  <wl@gnu.org>
4873
4874         * mf/feta-nummer-code.mf ("Numeral 5"): Include intersection point
4875         to improve overlap removal process.
4876
4877         * mf/feta-slag.mf (draw_trillelement): Add parameter to control
4878         left and right ending.  This ensures better overlapping.
4879         Update all callers.
4880         ("lineprall"): Don't use draw_gridline to get better overlapping.
4881
4882 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4883
4884         * scm/lily-library.scm (ps-embed-cff): add \n after EndResource
4885
4886         * Documentation/topdocs/NEWS.tely (Top): oops.
4887
4888 2005-02-21  Pedro Kroger  <kroeger@pedrokroeger.net>
4889
4890         * HACKING: new file.
4891
4892         * input/regression/utf8.ly (portuguese): added a portuguese example
4893         to show latin1 accents.
4894
4895 2005-02-21  Pal Benko  <benkop@freestart.hu>
4896
4897         * lily/mensural-ligature-engraver.cc:
4898         * lily/mensural-ligature.cc:
4899         * lily/include/mensural-ligature.hh: new algorithm implemented
4900
4901         * scm/define-grob-properties.scm: join-left killed (add-join may
4902         be used); join-left-amount changed to join-right-amount
4903
4904 2005-02-21  Graham Percival  <gperlist@shaw.ca>
4905
4906         * Documentation/user/notation.itely: small but urgent fix.
4907
4908 2005-02-21  Jürgen Reuter  <reuter@ipd.uka.de>
4909
4910         * lily/duration-scheme.cc: bugfix: correct parameters to
4911         SCM_ASSERT_TYPE.
4912
4913         * THANKS: added Pal.
4914
4915         * Documentation/user/notation.itely: bugfix: unTeXified
4916         $\\backslash$.  Bugfix: yet another glyph renaming victim:
4917         "timesig.*x/y" -> "timesig.*xy".
4918
4919 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4920         
4921         * VERSION (PACKAGE_NAME): release 2.5.12
4922
4923 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4924
4925         * ly/engraver-init.ly: set tieWaitForNote to #t by default
4926
4927         * configure.in (gui_b): bump GUILE requirement to 1.6.5 
4928
4929         * Documentation/topdocs/NEWS.tely: add inputfileref macro.
4930
4931         * scm/framework-ps.scm (supplies-or-needs): uniq font name list.
4932
4933 2005-02-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4934
4935         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: recode
4936         latin1..utf-8.
4937
4938         * input/regression/stanza-number.ly:
4939         * input/regression/utf8.ly (hebrew): Use addlyrics.  Update.
4940
4941         * lily/tie-engraver.cc (acknowledge_grob): Compile fix.
4942
4943 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4944
4945         * Documentation/topdocs/NEWS.tely (Top): only mention 2.5
4946         NEWS. Refer to website for older news.  
4947
4948         * stepmake/bin/add-html-footer.py (i18n): don't strip .PNG /
4949         .HTML. This should be done for specific servers only.
4950
4951         * Documentation/topdocs/NEWS.tely (Top): move to .tely. Add some
4952         .ly image examples.
4953
4954         * scm/define-grobs.scm (all-grob-descriptions): put ledger lines
4955         in layer 0 too.
4956
4957         * scm/define-context-properties.scm
4958         (all-user-translation-properties): add tieWaitForNote
4959
4960         * scm/define-grobs.scm (all-grob-descriptions): add
4961         Tie_column::before_line_breaking
4962
4963         * lily/tie.cc (get_column_rank): new function
4964
4965         * lily/tie-column.cc (before_line_breaking): new function.
4966         (werner_directions): take into account ties that start on
4967         different columns.  
4968
4969         * lily/score-engraver.cc (set_columns): move add_column() so we
4970         have column rank available.
4971
4972         * lily/tie.cc (get_column_rank): new function.
4973
4974         * input/regression/utf8.ly (japanese): add japanese lyrics.
4975
4976         * lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
4977
4978         * THANKS: add Steve D
4979
4980         * ttftool/*.c: add TTF -> Type42 conversion library. Based on
4981         Public Domain work by Juliusz Chroboczek <jch@pps.jussieu.fr>
4982
4983 2005-02-20  Tatsuya Ono  <tats_ono@infoseek.jp>
4984
4985         * mf/parmesan-heads.mf: "0harmonic" -> "s0harmonic"
4986         to show harmonic notes
4987         * scm/define-markup-commands.scm: in \markup-by-number
4988         "dots-dot" -> "dots.dot" to show dotted notes
4989
4990 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4991
4992         * flower/include/memory-stream.hh (class Memory_out_stream): new file.
4993
4994         * flower/memory-stream.cc (writer): new file.
4995
4996         * configure.in: add endian test.
4997
4998 2005-02-19  Jürgen Reuter  <reuter@ipd.uka.de>
4999
5000         * Documentation/user/examples.itely: small
5001         simplification/beautification
5002
5003         * Documentation/user/notation.ietly: bugfix: fixed many artefacts
5004         from the "x-y-z"->"x.y.z" renaming of glyphs throughout the whole
5005         notation manual.
5006
5007         * lily/mensural-ligature.cc: bugfix: another few victims of the
5008         "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
5009
5010         * ly/gregorian-init.ly: commit some experimental code for hi-level
5011         ligature input language lying around here for several months.
5012
5013         * lily/mensural-ligature-engraver.cc: bugfix: another victim of
5014         the "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
5015
5016         * lily/vaticana-ligature-engraver.cc: bugfix: another few
5017         "x-y-z"->"x.y.s-z" fixes.
5018
5019 2005-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5020
5021         * scm/framework-pdf.scm (scm): new file
5022
5023         * lily/include/pdf.hh (class Pdf_file): new file.
5024
5025         * lily/pdf.cc (write_trailer): new file.
5026
5027 2005-02-18  Erlend Aasland  <erlenda@gmail.com>
5028
5029         * input/regression/color.ly: new file
5030
5031         * lily/stencil.cc (interpret_stencil_expression):
5032         when a color expression is encountered: save current color,
5033         process the rest of the expression, and restore previous color.
5034
5035         * lily/system.cc (get_line): check all grobs for color property and
5036         prepare the stencil scheme expressions for further processing.
5037         Fix layer-loop.
5038
5039         * scm/define-grob-properties.scm: introduce the color property.
5040
5041         * scm/output-lib.scm: color helper functions.
5042
5043         * scm/output-ps.scm: introduce setcolor/resetcolor.
5044
5045 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
5046
5047         * ly/*.ly, input/regression/*.ly: Added missing \version
5048         statements in some files.
5049
5050 2005-02-15  Graham Percival  <gperlist@shaw.ca>
5051
5052         * Documentation/user/notation.itely: minor editing.
5053
5054         * Documentation/user/converters.itely: updated convert-ly bugs.
5055
5056         * Documentation/user/lilypond-book.itely: add info about using
5057         feta characters in latex.
5058
5059 2005-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5060
5061         * scripts/convert-ly.py: new slur dash patch by Bertalan Fodor.
5062
5063 2005-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5064
5065         * scm/define-grob-properties.scm (all-user-grob-properties):
5066         removed 'dashed property.
5067
5068 2005-02-13  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5069
5070         * scm/lily.scm (define-safe-public): new macro for defining
5071         variables that can be used in --safe mode. Use it in *.scm
5072         instead of manually setting safe-objects in safe-lily.scm.
5073
5074 2005-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5075         
5076         * lily/slur.cc: Slur-dash patch by Bertalan.
5077
5078         * ly/engraver-init.ly (EasyNotation): glyph name dash -> period.
5079
5080         * stepmake/bin/add-html-footer.py (do_file): do i18n only once. 
5081
5082 2005-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
5083
5084         * stepmake/aclocal.m4: teTeX-3.0 inimf fix.  Comment-out.
5085
5086 2005-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
5087
5088         * mf/GNUmakefile: teTeX-3.0 install fix.
5089
5090         * Cygwin patch from Bertalan.
5091
5092         * stepmake/stepmake/metafont-rules.make: Remove bashism.
5093
5094 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
5095
5096         * GNUmakefile.in: 
5097         * SConstruct (symlink): teTeX-3.0 build fix: add map symlink.
5098
5099         * tex/GNUmakefile: teTeX-3.0 fix: install .enc in fonts/enc.  Add
5100         2.0.x compatibility.
5101
5102 2005-02-08  Werner Lemberg  <wl@gnu.org>
5103
5104         * mf/feta-din-code.mf: Format; clean up code.
5105         Replace `---' with `--' plus explicit path directions.
5106         (linethickness#, stafflinethickness#): Remove.
5107         ("dynamic f"): Replace `draw' with `draw_rounded_block'.
5108         ("dynamic s"): Improve shape.
5109         ("dynamic p"): Improve shape.
5110         Replace `draw' with better outline approximation.
5111         ("dynamic r"): Improve shape.
5112         Don't call `fill' and `draw' at the same time.
5113
5114 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
5115
5116         * SConstruct (symlink):
5117         * GNUmakefile.in ($(builddir)/share/lilypond-force): teTeX-3.0
5118         build fix: add enc symlink.
5119
5120         * lily/general-scheme.cc: Compile fixes: include wchar.h, string.h.
5121
5122         Support for DESTDIR besides prefix=/foo
5123
5124         * vim/GNUmakefile (local-install): Use $(INSTALL) -d iso mkdir.
5125
5126         * stepmake/stepmake/*.make:
5127         * */GNUmakefile:
5128         * GNUmakefile.in: Prepend $(DESTDIR) to installation directory.
5129
5130         * config.make.in (prefix): Remove broken $(DESTDIR) hack.
5131
5132         * stepmake/aclocal.m4: Use %0.f iso %d to quiet gawk < 3.1.4 and
5133         mawk in fontforge (date) test.
5134
5135 2005-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5136
5137         * scm/font.scm (make-century-schoolbook-tree): add NCS as
5138         font-family=roman. Add Luxi Sans as sans
5139
5140 2005-02-07  Graham Percival  <gperlist@shaw.ca>
5141
5142         * Documentation/user/notation.itely: add warning about
5143         percent repeats and Voice contexts.
5144
5145         * Documentation/user/lilypond-book.itely: clarified the
5146         necessity of dvips -u arguments.
5147
5148 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
5149
5150         * THANKS: Added a bunch of bug hunters.
5151
5152 2005-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5153
5154         * scm/framework-ps.scm (output-preview-framework): bugfix.
5155
5156         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): use unicode
5157         o/ for chord modifier..
5158
5159         * lily/general-scheme.cc (LY_DEFINE): new function ly:wide-char->utf-8.
5160
5161         * lily/drum-note-performer.cc:  remove unused (thanks Michael
5162         Welsh Duggan). 
5163
5164 2005-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
5165
5166         * Documentation/user/changing-defaults.itely (Text encoding): Clarify.
5167
5168         * ly/titling-init.ly: Do not also print intstrument in header on
5169         first page.  Do not print page number on first and only page.
5170
5171 2005-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5172
5173         * input/regression/*.ly: remove old-relative everywhere
5174
5175         * lily/music-sequence.cc (simultaneous_relative_callback): do
5176         what-if analysis on copy, not on original. Fixes old-relative
5177         compatibility.
5178
5179         * scm/backend-library.scm (postscript->png): space before
5180         --verbose.
5181         
5182 2005-02-05  Werner Lemberg  <wl@gnu.org>
5183
5184         * mf/feta-autometric.mf (fet_beginchar): Check whether `feta_group'
5185         is defined.
5186
5187         * mf/feta-alphabet.mf: Define `staffsize#'.
5188         Include `feta-params.mf'.
5189         s/staffheight/design_size/.
5190
5191         * mf/feta-alphabet??.mf: s/staffheight/design_size/.
5192
5193         * mf/feta-alphabet26.mf: Fix a serious bug (design size off by 8pt).
5194
5195         * mf/feta-nummer-code.mf: Reformatted.
5196         (draw_six): Use outline intersection to avoid a self-intersecting
5197         path.
5198         ("Numeral comma"): Fix serious outline glitches.  This slightly
5199         changes the glyph shape.
5200         ("Numeral dash"): Use `draw_rounded_block'.
5201         ("Numeral dot"): Use `drawdot'.
5202         ("Numeral 1"): Assure identical tangent directions for the
5203         intersection points of paths.  The glyph shape improvement is only
5204         visible at very high magnifications.
5205         ("Numeral 2"): Use `solve' macro to make the lower right part of
5206         the glyph outline touch the x axis exactly.  This changes the
5207         glyph shape.
5208         Minor fixes for better overlap removal support.
5209         ("Numeral 4"): Make lefter corner `rounder'.
5210         ("Numeral 5"): Assure identical tangent directions for the
5211         intersection points of paths.  This improves the glyph shape at
5212         high magnifications.
5213         ("Numeral 7"): Use `solve' macro to make the upper right part of
5214         the glyph outline touch the metrics box exactly.  This changes the
5215         glyph shape.
5216         Avoid corner in the upper left part of the glyph (causing a minor
5217         shape change).
5218
5219         * mf/feta-ital-*.mf: Removed.  Unused.
5220
5221 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5222
5223         * VERSION (PATCH_LEVEL): release 2.5.11
5224
5225         * input/regression/fill-line-test.ly: new file.
5226
5227         * buildscripts/gen-emmentaler-scripts.py (i): insert dash in
5228         emmentaler name, eg. emmentaler-23. 
5229
5230 2005-02-04  Christian Hitz  <chhitz@gmx.net>
5231
5232         * scm/scm/define-markup-commands.scm (fill-line): rework for better
5233         alignment with centered texts
5234
5235         * scm/stencil.scm (stack-stencils-padding-list): new function, takes a
5236         list of paddings
5237
5238 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5239
5240         * mf/GNUmakefile ($(outdir)/lilypond.map): add aybabtu to .map file.
5241
5242         * lily/note-column.cc (translate_rests): call flush_extent_cache()
5243         of parents when translating rests. Fixes: c-chord-rest.ly 
5244
5245         * lily/include/dimension-cache.hh (struct Dimension_cache): add
5246         dimension_callback_ member.
5247
5248         * lily/grob.cc (flush_extent_cache): new function. Force recompute
5249         of extents.
5250
5251 2005-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
5252
5253         * all but lily/*: The grand 2004/2005 replace.
5254
5255 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5256
5257         * lily/*: add space after ,  
5258
5259         * scm/music-functions.scm (has-request-chord): don't use
5260         ly:music-name anywhere. Fixes <<\\>> notation. 
5261
5262         * scm/define-markup-commands.scm (box): use font-size for
5263         padding. Fixes boxed-rehearsal-marks.ly
5264
5265         * lily/parser.yy (assignment_id): allow LYRICS_STRING as
5266         identifier definition too, so foo = \lyrics { ...   } bar = #1
5267         doesn't complain about "bar" being LYRICS_STRING.
5268
5269         * lily/paper-def.cc (find_pango_font): new routine; Store
5270         pango_fonts in hash tab too. This is necessary for retrieving
5271         Pango_fonts::physical_font_tab() later on.
5272  
5273         * lily/pango-font.cc (pango_item_string_stencil): bugfix: don't
5274         crash if psname is null.
5275
5276         * lily/lily-guile.cc (ly_hash2alist): new function
5277
5278         * Documentation/user/changing-defaults.itely (Text encoding):
5279         rewrite. 
5280
5281         * lily/pango-font.cc (physical_font_tab): new member. Store PSname
5282         -> font_filename mapping.
5283
5284         * lily/pango-font-scheme.cc (LY_DEFINE): new file. New function
5285         ly_pango_font_physical_fonts
5286
5287         * scm/framework-ps.scm (supplies-or-needs): extract names from
5288         physical Pango_fonts.
5289
5290         * utf8.ly: new file.
5291
5292 2005-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5293
5294         * Documentation/user/changing-defaults.itely (Page layout): add
5295         doco about systemSeparatorMarkup.
5296
5297         * scm/page-layout.scm (default-page-make-stencil): add-to-page
5298         function.
5299         (default-page-make-stencil): insert system separators.
5300
5301         * scm/define-markup-commands.scm (hcenter): add
5302         (beam): add.
5303
5304 2005-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5305
5306         * scm/output-ps.scm (ez-ball): reinstate ez notation.
5307
5308 2005-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
5309
5310         * lily/main.cc: Spell backend consistently.  Sort options.
5311
5312 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5313
5314         * scripts/lilypond-book.py (Module): revert @include.
5315         
5316 2005-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
5317
5318         * scripts/lilypond-book.py: Resurrect HTML links to .ly source.
5319         Bugfix: @include .tex (not .texi).  Small cleanups.
5320
5321         * stepmake/bin/add-html-footer.py (i18n): New function.
5322
5323 2005-01-31  Werner Lemberg  <wl@gnu.org>
5324
5325         * mf/feta-nummer.mf: Removed.  Unused.
5326
5327 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5328
5329         * lily/ : 2004 -> 2005 s&r
5330
5331         * scm/file-cache.scm (cached-file-contents): add file. Read each
5332         file only once.
5333
5334         * scm/font.scm (add-pango-fonts): change order. Medium weight is
5335         now default.
5336
5337         * VERSION: release 2.5.10
5338         
5339         * mf/GNUmakefile (INSTALLATION_OUT_FILES4): install cff.ps files.
5340
5341         * make/ly-rules.make ($(outdir)/%.texi): detect new EOF marker.
5342
5343         * scm/framework-ps.scm (dump-stencil-as-EPS): robustness: ensure
5344         that both X and Y extents of bbox are non-nil.
5345
5346 2005-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5347
5348         * scm/chord-name.scm (alteration->text-accidental-markup): change
5349         - to . 
5350
5351         * scm/output-ps.scm (utf8-string): add utf8-string for completeness.
5352
5353         * scm/framework-ps.scm (dump-stencil-as-EPS): new function
5354
5355         * Documentation/user/invoking.itely (Invoking lilypond): add note
5356         about EPS backend.
5357
5358         * scm/framework-eps.scm: new file: create per-system/per-page EPS
5359         files for inclusion in lilypond-book document.
5360
5361         * input/tutorial/lbook-latex-test.tex: rename from lilbook.tex
5362
5363         * input/tutorial/lbook-texi-test.texi: new file.
5364
5365         * scm/safe-lily.scm (safe-objects): add
5366         {begin,end}-of-line-(in)?visible as safe.
5367  
5368 2005-01-30  Graham Percival  <gperlist@shaw.ca>
5369
5370         * Documentation/user/changing-defaults.itely: fixed example
5371         of (dynamics).
5372
5373 2005-01-29  Graham Percival  <gperlist@shaw.ca>
5374
5375         * lily/main.cc: fix info about -o=FILE.
5376
5377 2005-01-29  Werner Lemberg  <wl@gnu.org>
5378
5379         * mf/feta-toevallig.mf ("Natural"): Completely changed the
5380         construction to assure smooth transition from straight to curved
5381         lines.
5382
5383 2005-01-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5384
5385         * lily/stencil.cc (moved_to_edge): don't halt on adding empty
5386         stencils.
5387
5388         * ps/lilyponddefs.ps: add start-page, start-system doesn't
5389         translate to top of page. Fixes alignment problems of
5390         lilypond-generated EPS files.
5391
5392 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5393
5394         * scm/part-combiner.scm (analyse-spanner-states): trigger on
5395         crescendo-end as well, since Decrescendo maybe ended with Stop
5396         Crescendo.). Fixes: partcombine-diminuendo.ly
5397
5398         * scm/script.scm (default-script-alist): swap portato symbols.
5399
5400         * lily/instrument-name-engraver.cc (acknowledge_grob): typo.
5401
5402         * lily/paper-outputter-scheme.cc (LY_DEFINE):
5403         ly:outputter-port. New function.
5404
5405         * scm/framework-ps.scm (output-classic-framework): dump a
5406         -systems.texi too
5407         (output-classic-framework): dump multiple systems on an "infinite"
5408         page EPS including fonts. 
5409
5410         * scripts/lilypond-book.py (Lilypond_snippet.ly_is_outdated): use
5411         .eps files for both texi and tex formats. Use PNG coming from
5412         lilypond.
5413         
5414 2005-01-28  Graham Percival  <gperlist@shaw.ca>
5415
5416         * Docuemntation/user/invoking.itely: fix info about -o=FILE.
5417
5418         * scripts/lilypond-latex.py: fix info about -o=FILE.
5419
5420 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5421
5422         * ly/generate-embedded-cff.ly: write .cff.ps files.
5423
5424         * mf/GNUmakefile ($(outdir)/lilypond.map): add .cff.ps to .map file.
5425
5426         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
5427         $(outdir)/%.svg $(outdir)/%.pfa): remove --simplify
5428
5429 2005-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5430
5431         * lily/include/guile-compatibility.hh (SCM_VECTOR_P): Compile fix.
5432
5433 2005-01-28  Werner Lemberg  <wl@gnu.org>
5434
5435         * mf/feta-macros.mf (soft_start_penstroke, soft_end_penstroke): New
5436         macros.
5437         (draw_bulb): Improved.
5438
5439         * mf/feta-pendaal.mf ("Pedal asterisk"): Remove workaround for
5440         metapost bug.
5441         (draw_pedal_P): Use soft_end_penstroke.
5442         (draw_pedal_d): Use soft_start_penstroke.
5443
5444         * mf/feta-schrift.mf ("Trill (`tr')"): Remove redundant point in
5445         path.
5446         ("Varied Coda"): Move some points to avoid fontforge warnings.  This
5447         doesn't change the glyph shape.
5448
5449         * mf/feta-accordion.mf ("accOldEE"): Draw glyph differently (without
5450         changing the shape) to avoid fontforge warnings.
5451
5452         * mf/feta-klef.mf (draw_tab_T, draw_tab_A, draw_tab_B): Use
5453         soft_end_penstroke and fix glyph shape.
5454
5455 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5456
5457         * lily/*.cc: Scheme deprecation of SCM_VECTOR_* 
5458
5459 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5460
5461         * scm/define-markup-commands.scm (line): filter out empty stencils
5462         from line command.
5463
5464         * lily/stencil-scheme.cc (LY_DEFINE): only allow finite real
5465         amount.
5466
5467 2005-01-27  Graham Percival  <gperlist@shaw.ca>
5468
5469         * Documentation/user/notation.itely: added info about what
5470         \voiceFoo does.  Also rewrote warning about marks at
5471         a line break.
5472
5473         * Documentation/user/changing-defaults.itely: added info
5474         about putting dynamics in parenthesis and brackets.
5475
5476 2005-01-27  Werner Lemberg  <wl@gnu.org>
5477
5478         * mf/feta-schrift.mf ("Trill (`tr')"): Fix typo.
5479
5480 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5481
5482         * mf/feta-schrift.mf: reverse u and d portato. Fixes:
5483         portato-direction.ly
5484
5485         * lily/beam.cc (consider_auto_knees): add beam height to
5486         threshold. Fixes: knee-multiple-beam.ly
5487
5488         * lily/instrument-name-engraver.cc (acknowledge_grob): also ignore
5489         pedal line spanners. Fixes: instrument-center-pedal.ly
5490
5491         * lily/auto-beam-engraver.cc (acknowledge_grob): stop beam
5492         if encountering barline. Fixes: auto-beam-repeat.ly
5493
5494 2005-01-26  Werner Lemberg  <wl@gnu.org>
5495
5496         * mf/feta-slag.mf (draw_trillelement): Fix shape to get clean
5497         overlapping.
5498
5499         * mf/feta-toevallig.mf (draw_meta_sharp): Fix shape to avoid curves
5500         with inflections for the 1/2 sharp glyph.
5501
5502         * mf/feta-schrift.mf ("Trill (`tr')"): Fix start position of
5503         connection between `t' and `r'.
5504         Unify bulb with the rest of `r' to avoid grazing outlines which
5505         confuses the overlap removal algorithm of fontforge.
5506
5507         * mf/feta-bolletjes.mf (draw_slash): Fix shape to avoid curves with
5508         inflections.
5509         (draw_cross): Fix shape to have uniform thickness in corners.
5510
5511         * mf/feta-pendaal.mf (draw_pedal_P): Break shape into smaller pieces
5512         to avoid an uneven number of self-intersections; this confuses
5513         fontforge.
5514         Fix a slight bug in the shape at left bottom (which is visible only
5515         at high magnifications).
5516         `Center' the stem horizontally to avoid overlapping.
5517
5518 2005-01-24  Werner Lemberg  <wl@gnu.org>
5519
5520         * mf/feta-autometric.mf (fet_beginfont): Set font_coding_scheme
5521         to `asis'.
5522         (fet_begingroup): Save group name in string `feta_group'.
5523         (fet_endgroup): Updated.
5524         (fet_beginchar): Emit `glyph_name' special for mf2pt1.
5525
5526         * mf/feta-bolletjes.mf: s/p/pat/ for paths.
5527
5528         * mf/feta-pendaal.mf ("Pedal asterisk"): Add workaround for bug
5529         in metapost.
5530
5531 2005-01-24  Graham Percival  <gperlist@shaw.ca>
5532
5533         * Documentation/user/notation.itely: really minor editing.
5534
5535 2005-01-22  Graham Percival  <gperlist@shaw.ca>
5536
5537         * Documentation/user/examples.itely: minor editing.
5538
5539         * Documentation/user/changing-defaults.itely: minor editing.
5540
5541         * Documentation/user/notation.itely: clarified info on polyphony
5542         and \addlyrics.
5543
5544 2005-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5545
5546         * scm/output-gnome.scm: 
5547         * scm/output-svg.scm:
5548         * scm/lily-library.scm (font-name-style): Update font name
5549         kludging for fontconfig use.
5550
5551 2005-01-20  Erlend Aasland  <erlenda@gmail.com>
5552
5553         * scm/define-markup-commands.scm: Document right-align and
5554         larger markup commands. Remove "TODO" from the topmost comment
5555         "each markup function should have a doc string." More consistent
5556         use of new-lines.
5557
5558 2005-01-22  Graham Percival  <gperlist@shaw.ca>
5559
5560         * Documentation/user/changing-defaults: removed info about
5561         copyright symbol, since it's likely to change soon.
5562         Added info about betweensystemspace.
5563
5564         * Documentation/user/notation.itely: minor fixes.
5565
5566         * Documentation/user/lilypond.tely,
5567         Documentation/user/music-glossary.tely: changed copyright
5568         date to 2005 instead of 2004.
5569
5570         * input/test/volta-chord-names.ly: added old example back.
5571
5572 2005-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5573
5574         * mf/feta-beugel.mf: use design size 20 (not 15).
5575
5576         * mf/aybabtu.pe.in: scale brace fonts to design sizes.
5577         change name to aybabtu completely
5578
5579 2005-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5580
5581         * buildscripts/gen-emmentaler-scripts.py (outdir): add
5582         design_size to fontname
5583
5584 2005-01-19  Werner Lemberg  <wl@gnu.org>
5585
5586         * mf/feta-accordion.mf, mf/feta-klef.mf, mf/feta-pendaal.mf,
5587         mf/feta-schrift.mf: s/p/pat/ if a path variable.
5588
5589         * mf/feta-autometric.mf (set_char_box): Add code which emits
5590         specials for mf2pt1 if run with metapost.
5591         (to_bp): New macro for mf2pt1.
5592
5593 2005-01-18  Graham Percival  <gperlist@shaw.ca>
5594
5595         * Documentation/user/changing-defaults: added info on
5596         creating a copyright symbol.
5597
5598 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5599
5600         * VERSION: release 2.5.9
5601         
5602 2005-01-18  Erlend Aasland  <erlenda@gmail.com>
5603
5604         * scm/auto-beam.scm: Simplify score-override-auto-beam-setting
5605
5606         * Documentation/user/notation.itely: Document
5607         score-override-auto-beam-setting Fix documentation for
5608         revert-auto-beam-setting.
5609
5610 2005-01-18  Werner Lemberg  <wl@gnu.org>
5611
5612         * scm/framework-ps.scm (ps-embed-cff): Fix DSC comments.
5613         (procset): New function to define a procset resource.
5614         (ps-embed-pfa): New function to define a font resource.
5615         (setup): New function to define a `Setup' environment.
5616         (preamble): Use new functions.
5617
5618         * ps/lilypond.defs (init-lilypond-parameters): New function to
5619         get rid of directly executed PS code.  Used in scm/framework-ps.scm.
5620
5621 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5622
5623         * mf/GNUmakefile (MFTRACE_FLAGS): add --no-afm to MFTRACE_FLAGS
5624
5625 2005-01-17  Erlend Aasland  <erlenda@gmail.com>
5626
5627         * scm/define-markup-commands.scm: Change number->markletter-string
5628         to take two arguments (vector number). Add number->mark-alphabet-vector
5629         and markalphabet markup command.
5630
5631         * scm/translation-functions.scm: Add format-mark-box-alphabet,
5632         format-mark-alphabet, format-mark-box-barnumbers and
5633         format-mark-barnumbers. Fix bug in format-mark-box-numbers.
5634
5635 2005-01-17  Graham Percival  <gperlist@shaw.ca>
5636
5637         * Documentation/user/examples.itely: add SATB automatic piano
5638         reduction template.
5639
5640         * Documentation/user/notation.itely: added info about changing
5641         partcombine texts.  Also adds examples of alternate lyrics.
5642
5643         * Documentation/user/changing-defaults.itely: added warning
5644         about \RemoveEmptyStaffContext overriding previous changes.
5645
5646 2005-01-17  Werner Lemberg  <wl@gnu.org>
5647
5648         * buildscripts/mf-to-table.py: Use `FetaAlphabetEncoding' for
5649         feta-alphabet*.
5650
5651 2005-01-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5652
5653         * python/lilylib.py (make_ps_images): don't do final showpage for
5654         multi-page documents.
5655         
5656         * VERSION (MY_PATCH_LEVEL): release 2.5.8
5657
5658 2005-01-16  Graham Percival  <gperlist@shaw.ca>
5659
5660         * Documentation/user/lilypond.tely: changed order of appendices;
5661         unified index should be last.
5662
5663         * Documentation/user/notation.itely: add example of key signatures
5664         and info about Staff.printKeyCancellation.
5665
5666 2005-01-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5667
5668         * lily/include/repeated-music.hh (class Repeated_music): change
5669         into "namespace" class.
5670
5671         * lily/event.cc: remove Key_change_event.
5672
5673         * lily/include/transposed-music.hh (class Transposed_music): remove.
5674
5675         * lily/transposed-music.cc: remove
5676
5677         * lily/include/relative-music.hh: remove.
5678
5679         * lily/include/music-sequence.hh (struct Music_sequence): change
5680         into "namespace" class.
5681
5682         * lily/untransposable-music.cc (Module): remove
5683
5684         * lily/include/un-relativable-music.hh (Module): remove
5685
5686         * lily/include/untransposable-music.hh (Module): remove
5687
5688         * lily/include/music-list.hh (Module): remove file
5689
5690         * lily/un-relativable-music.cc: remove file.
5691
5692 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
5693
5694         * lily/parser.yy: Compile fix.
5695
5696 2005-01-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5697
5698         * lily/include/music.hh (class Music): unvirtualize transpose().
5699
5700         * lily/sequential-music.cc: remove file.
5701
5702         * lily/include/lyric-combine-music.hh ("music.hh"): remove file.
5703
5704         * lily/slur-scoring.cc (get_best_curve): only switch on
5705         DEBUG_SLUR_SCORING for non NDEBUG builds.
5706
5707         * lily/include/music.hh (class Music): replace Music::start_mom()
5708         by start-callback property
5709
5710         * lily/include/grace-music.hh: remove file. 
5711
5712         * lily/stem.cc (height): robustness fix.
5713
5714         * lily/time-scaled-music.cc: remove file.
5715
5716         * lily/include/music.hh (class Music): include SCM init argument.
5717         (class Music): replace Music::get_length() virtual by
5718         length-callback property everywhere.
5719
5720         * scripts/convert-ly.py (conv): add  # to \property scalar value.
5721
5722         * mf/GNUmakefile: don't install *list.ly
5723
5724 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
5725
5726         * mf/GNUmakefile (CFF_FILES): Bugfix: only big cheeses and braces.
5727
5728 2005-01-12  Werner Lemberg  <wl@gnu.org>
5729
5730         This patch addresses the following problems in the feta sources
5731         files which contribute to the fetaXX fonts.
5732
5733         . Many fixes for rasterization at low resolutions (consistent use of
5734           `vround' and `hround', integer shift values for paths, applying
5735           `eps' for mirrored paths, use of `define_whole_pixels' and
5736           friends, etc.) -- while this probably looks like a waste of time
5737           it has revealed deficiencies in some glyph shapes.  See comment at
5738           the end of feta-params.mf how vertical symmetry is achieved.
5739
5740         . The `---' operator has been replaced everywhere with `--'; this
5741           both improves and considerably reduces the font size after
5742           conversion with mf2pt1.
5743
5744         These change aren't explicitly mentioned below since virtually all
5745         glyphs are affected.
5746
5747         Other notable differences:
5748
5749         . Glyphs from feta-accordion.mf now have charboxes around the
5750           outline.
5751
5752         . Fixed incorrect charbox for `accDot'.
5753
5754         . The `rcomma' and `lcomma' glyphs were distorted due to a typo.
5755
5756         . Fixed position of the bow in the `upprall' glyph and its siblings.
5757
5758         . The bulb size in the `2/2 meter' and `4/4 meter' glyphs is now
5759           dependent on the staff line thickness to avoid touching the middle
5760           staff line at smaller sizes.
5761
5762         . Largely extended output for feta-testXX: Where useful, glyphs
5763         are shown both between and on staff lines.
5764
5765
5766         * mf/feta-params.mf (staff_space_rounded,
5767         stafflinethickness_rounded, linethickness_rounded,
5768         ledgerlinethickness_rounded, stemthickness_rounded): New variables.
5769         Update all code which uses them where appropriate.
5770         (feta_eps, feta_shift, feta_space_shift, feta_offset, feta_fillpen):
5771         New variables used to control rasterization at low resolutions.  Set
5772         to zert if feta code is processed with metapost.
5773
5774         * mf/feta-macros.mf (draw_staff, draw_staff_outline): Updated.
5775         (draw_rounded_block, draw_square_block): Updated to use `--' only.
5776         (flare_path): Updated.
5777         Make it work with `filldraw' (but only circular pens).
5778         (hfloor, vfloor, hceiling, vceiling): New macros.
5779
5780         * mf/feta-accordion.mf ("accDiscant", "accFreebase", "accStdbase"):
5781         Use `draw' again in mf mode to have good pixel dropout control.
5782         Fix intersection points of horizontal lines with circle.
5783         ("accDot"): Fix parameters for set_char_box.
5784         ("accOldEE"): Use `draw' again in mf mode to have good pixel dropout
5785         control.
5786
5787         * mf/feta-banier.mf: Updated.
5788
5789         * mf/feta-bolletjes.mf (remember_pic): New variable, used for
5790         testing.
5791         (undraw_inside_ellipse): Remove `center' argument.  Update all
5792         callers.
5793         (draw_brevis): New macro, called by "Brevis notehead".
5794         (draw_whole_triangle_head): New macro, called by "Whole
5795         trianglehead".
5796         (draw_small_triangle_head): Use `filldraw'.
5797
5798         * mf/feta-eindelijk.mf: Remove useless global group.
5799         Updated.
5800
5801         * mf/feta-klef.mf (draw_c_clef): Correct point positions for using
5802         `filldraw'.
5803
5804         * mf/feta-pendaal.mf: Updated.
5805
5806         * mf/feta-puntje.mf: Updated.
5807
5808         * mf/feta-schrift.mf (draw_very_long_fermata): Simplified to use
5809         less points.
5810         ("Flageolet"): Use `draw' again in mf mode to have good pixel
5811         dropout control.
5812         ("Varied Coda"): Use `draw_block'.
5813         (draw_comma): Fix typo.
5814         (draw_arpeggio_arrow): Use `draw' also in mf mode to have good
5815         pixel dropout control.
5816
5817         * mf/feta-slag.mf ("upprall", "downprall", "lineprall"): Fix start
5818         position of bow.
5819
5820         * mf/feta-timesig.mf (draw_C): Reduce bulb size for smaller design
5821         sizes.
5822
5823         * mf/feta-toevallig.mf (remember_pic): New variable, used for
5824         testing.
5825         (draw_meta_sharp): Much simplified.
5826         ("Sharp", "1/2 Sharp", "3/4 Sharp"): Don't rotate but shift.
5827
5828         * mf/feta-test-generic.mf: Include all files as in feta-generic.mf.
5829
5830 2005-01-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5831
5832         * Documentation/user/notation.itely (Ancient rests): Fix typo
5833         (thanks Anthony)
5834
5835 2005-01-13  Jan Nieuwenhuizen  <janneke@gnu.org>
5836
5837         * scm/auto-beam.scm (score-override-auto-beam-setting): New function.
5838
5839         * lily/main.cc (setup_paths): Add cff.
5840
5841         * mf/GNUmakefile (foe): Include actual target %.cff.
5842         (INSTALLATION_OUT_SUFFIXES): Install CFF and SVG fonts too.
5843
5844 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5845
5846         * lily/include/lily-lexer.hh (class Lily_lexer): lose hungarian _b
5847         suffix for main_input_b_.
5848
5849         * scm/music-functions.scm (toplevel-music-functions):
5850         precompute music lengths for music expressions.  
5851
5852 2005-01-11  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5853
5854         * lily/include/input.hh (class Input): new `end_' slot for end of
5855         input. Renamed defined_str0_ to start_.
5856
5857         * lily/input.cc (Input): Add Input::Input (Input const &) and
5858         remove Input::Input (Source_file*, char const *). Use the new
5859         slots.
5860         (set_location): method used by bison to propagate input
5861         locations (YYLLOC_DEFAULT).
5862         (end_line_number, end_column_number, step_forward): new methods
5863         
5864         * lily/input-scheme.cc (ly:input-both-locations): new function,
5865         similar to ly:input-location, but also return the end line and
5866         column.
5867
5868         * lily/include/includable-lexer.hh: 
5869         * lily/includable-lexer.cc: 
5870         * lily/include/lily-lexer.hh (class Lily_lexer): 
5871         * lily/lily-lexer.cc (add_lexed_char): Move add_lexed_char from
5872         Includable_lexer to Lily_lexer, in order to update lexloc (the
5873         yylloc), a new slot of Lily_lexer.
5874         (here_input, LexerError): simplify by using the lexloc slot (aka
5875         yylloc)
5876
5877         * lily/lexer.ll: #define yylloc to use input locations (it may
5878         be useless here?). Fixed the #embedded_scm rule (step the location
5879         forward in order to skip the sharp sign before parsing the scheme
5880         expression)
5881
5882         * lily/include/lily-parser.hh (class Lily_parser): 
5883         * lily/lily-parser.cc: Remove push_spot(), pop_spot() and
5884         here_input()
5885         (parser_error): overload for more precise locations of errors.
5886
5887         * lily/parser.yy (YYLTYPE): set location type to Input
5888         (YYLLOC_DEFAULT): use Input::set_location()
5889         (yylex): add the YYLTYPE* location parameter.
5890         Clean push_spot()/pop_spot()/here_input(), and use @$, @1, etc.
5891         Give an Input parameter to THIS->parser-error() for more accurate
5892         messages.
5893
5894 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5895
5896         * stepmake/aclocal.m4: do NDEBUG for optimizing builds.
5897
5898         * lily/include/beam.hh (DEBUG_QUANTING): performance: only switch
5899         on BEAMQUANTING for non-NDEBUG builds.
5900
5901         * lily/stem.cc (head_count): performance: avoid String::String()
5902         inside oft called function.
5903
5904 2005-01-09  Graham Percival  <gperlist@shaw.ca>
5905
5906         * Documentation/user/examles.itely: attempted fix for broken
5907         string quartet template.
5908
5909         * Documentation/user/notation.itely: remove unnecessary broken
5910         link.
5911
5912 2005-01-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5913
5914         * VERSION (PACKAGE_NAME): release 2.5.7
5915
5916 2005-01-09  Jan Nieuwenhuizen  <janneke@gnu.org>
5917
5918         * config.make.in (METAFONT): Append -progname=mf, fixes use with
5919         mf-nowin for teTeX-3.0.  Backportme.
5920
5921         * scm/output-svg.scm (utf8-string): New function.
5922
5923         * scm/output-gnome.scm (utf8-string): New function.
5924         (otf-name-mangling): Remove.
5925
5926         * lily/pango-font.cc (Pango_font): Use font string iso font
5927         filename for utf8-text.
5928
5929         * buildscripts/gen-emmentaler-scripts.py: Remove designsize from
5930         name.
5931
5932 2005-01-08  Graham Percival  <gperlist@shaw.ca>
5933
5934         * Documentation/user/notation.itely: add info about
5935         Staff.extraNatural = ##f in Pitches section.  Also
5936         fixed some minor issues in the Vocal music section.
5937
5938 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5939
5940         * scm/output-ps.scm (white-text): comment out Helvetica font,
5941         which is broken for my GS install.
5942
5943         * lily/pango-font.cc (pango_item_string_stencil): use ink_rect,
5944         which provides a tighter bbox.
5945
5946         * scm/define-grobs.scm (all-grob-descriptions): remove all
5947         extra-offsets from definitions.
5948
5949 2005-01-08  Erlend Aasland  <erlenda@gmail.com>
5950
5951         * scm/output-lib.scm: Rename guitar-tunings to guitar-tuning and
5952         add tuning for 4-string bass and some common 4/5-string banjo
5953         tunings.  New function (four-string-banjo) turns a 5-string tuning
5954         into a 4-string tuning.  New function
5955         (fret-number-tablature-format-banjo) computes correct fret numbers
5956         on 5-string banjos.
5957
5958         * ly/engraver-init.ly: Default stringTunings = #guitar-tuning
5959         Add beam correction to TabVoice.
5960
5961         * scm/define-grobs.scm: Adjust notehead offset. Print fret numbers
5962         using bold font; makes tabs more readable.
5963
5964 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5965
5966         * lily/font-select.cc (get_font_by_design_size): don't make
5967         Modified_font_metric; this causes trouble, since we don't know the
5968         font magnification from inside Pango_font::text_stencil()
5969
5970         * lily/all-font-metrics.cc (find_pango_font): take magnification argument.
5971
5972         * Documentation/user/notation.itely (The Lyrics context): comment out
5973         broken {Small ensembles} link.
5974
5975         * scm/framework-svg.scm (output-framework): change calling convention.
5976
5977         * lily/object-key-dumper-scheme.cc: new file.
5978
5979         * lily/object-key-undumper-scheme.cc: new file.
5980
5981         * lily/tweak-registration-scheme.cc: new file.
5982
5983         * lily/pango-select.cc (symbol_to_pango_variant): init local variable.
5984
5985         * Documentation/user/examples.itely (String quartet): uncomment
5986         broken example.
5987
5988         * lily/font-config.cc: new file.
5989
5990 2005-01-08  Jan Nieuwenhuizen  <janneke@gnu.org>
5991
5992         * scm/output-svg.scm: 
5993         * scm/output-gnome.scm: s/bigcheese/emmentaler.
5994
5995         * lily/score-engraver.cc (MUSIC_FONT): Use emmentaler20.
5996
5997 2005-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
5998
5999         * lily/general-scheme.cc (LY_DEFINE): Use snprintf (WAS: sprintf).
6000         Add headers.
6001
6002         * lily/GNUmakefile (general-scheme.o): Add version.hh dependency.
6003
6004 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6005
6006         * mf/GNUmakefile (debian-mirror): rename bigcheese to emmentaler.
6007
6008         * lily/include/main.hh: lose _b hungarian suffixes for global
6009         variables.
6010
6011         * lily/include/lily-guile-macros.hh: new file.
6012
6013         * lily/pango-select-scheme.cc (LY_DEFINE): new file.
6014
6015         * lily/general-scheme.cc: new file. 
6016
6017         * lily/font-select.cc (get_font_by_design_size): retrieve
6018         PangoFont for (designsize . "pango-descr") entries.
6019
6020         * lily/lily-parser-scheme.cc: new file.
6021
6022         * lily/output-def-scheme.cc: new file.
6023
6024         * lily/paper-book-scheme.cc: new file.
6025
6026         * lily/duration-scheme.cc (LY_DEFINE): new file.
6027
6028         * lily/pitch-scheme.cc:  new file.
6029
6030         * scm/font.scm (add-cmr-fonts): use real dimens in font selection.
6031
6032 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6033
6034         * lily/dimensions.cc (LY_DEFINE): add ly:{inch,cm,mm,bp,pt}.
6035
6036 2005-01-06  Graham Percival  <gperlist@shaw.ca>
6037
6038         * Documentation/user/notation.itely: minor editing.
6039
6040         * Documentation/user/changing-defaults: minor editing.
6041
6042         * Documentation/user/examples.itely: add template for
6043         string quartet part extraction; demonstrates tag.
6044
6045 2005-01-06  Erlend Aasland  <erlenda@gmail.com>
6046
6047         * Documentation/user/notation.itely: documents
6048         format-mark-box-letters and format-mark-box-numbers
6049
6050         * scm/define-context-properties.scm: change comment.
6051
6052 2005-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6053
6054         * scm/framework-ps.scm (output-classic-framework): new function:
6055         dump systems as separate .eps files (without fonts) and write a
6056         single collecting .tex file.
6057
6058 2005-01-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6059
6060         * Documentation/user/notation.itely (Setting simple songs):
6061         Correct several errors in the equivalent formulation of
6062         \addlyrics. 
6063         (The Lyrics context): Corrected link to the SATB example.
6064
6065 2005-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6066
6067         * scm/lily.scm (completize-formats): new function
6068         (postprocess-output): new function
6069
6070         * lily/paper-book.cc (classic_output): change calling
6071         convention. Give basename as first argument. 
6072         remove Paper_book::post_processing().
6073
6074         * lily/lily-guile.cc (LY_DEFINE): ly:output-backend, new function.
6075
6076 2005-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6077
6078         * lily/paper-outputter.cc (LY_DEFINE): new function
6079         ly:outputter-close.
6080
6081         * lily/main.cc: change --format,-f to --backend,-b
6082
6083         * lily/include/main.hh: rename format to backend.
6084
6085         * scm/translation-functions.scm (format-mark-box-numbers): add.
6086         patch by Erlend Aasland
6087
6088 2005-01-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6089
6090         * lily/pango-font.cc (text_stencil): dump string as
6091         (utf-8-string FONTDESC UTF8) for use in -f gnome, -f svg.
6092
6093 2005-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
6094
6095         * configure.in (gui_b): Remove handy developer-only
6096         PKG_CONFIG_PATH settings that cater for Jan-and-Han-Wen ~/usr/pkg/
6097         CVS source installations (but break other non-default but correct
6098         PKG_CONFIG_PATH setups), as this is no longer developer-only.
6099
6100         * SConstruct: 
6101         * ps/GNUmakefile (INSTALLATION_FILES): teTeX-3.0
6102         compatibility (backportme).
6103
6104         * GNUmakefile.in: teTeX-3.0 compatibility (backportme).
6105
6106 2005-01-03  Werner Lemberg  <wl@gnu.org>
6107
6108         Prepare glyph shapes for mf2pt1 conversion.
6109
6110         * mf/feta-accordion.mf (accreg_pen): Removed.  No longer used.
6111         (accDiscant, accFreebase, accStdbase): Replace `draw' with
6112         `penstroke'.
6113         (accDot): Use `drawdot'.
6114         (accBayanbase): Replace `draw' with `draw_gridline'.
6115         (print_penpos): Moved to feta-macros.mf.
6116         (accOldEE): Replace `filldraw' with `penstroke'.
6117         Replace `draw' with `penstroke' and `drawdot'.
6118
6119         * mf/feta-banier.mf: Code clean-up.
6120         ("grace dash (up)", "grace dash (down)"): Replace `draw' with
6121         `fill'.
6122
6123         * mf/feta-bolletjes (draw_cross): Remove call to `labels'.
6124
6125         * mf/feta-eindelijk.mf (draw_rest_bulb, draw_eigth_rest): Add
6126         paremeter to control drawing of labels.  Update all callers.
6127
6128         * mf/feta-klef.mf (draw_c_clef): Use `&' not `..' to connect paths.
6129         (new_bulb): Return a bulb as a single path.  To do that, it now
6130         takes some more parameters.  Updated all callers.
6131         (draw_gclef): Major clean-up.  `draw' has been replaced with
6132         `penstroke', unnecessary outlines have been removed.
6133         Remove (unused) gnome-canvas code.
6134
6135         * mf/feta-macros.mf (print_penpos): New macro (from
6136         feta-accordion.mf).
6137         Other minor fixes.
6138
6139         * mf/feta-pendaal.mf ("Pedal asterisk"): Use `undrawdot'.
6140         ("Pedal dot"): Use `drawdot'.
6141         (draw_pedal_P): Add parameter to control drawing of labels.  Update
6142         all callers.
6143         Fix shape at top.
6144         (draw_pedal_e): Add parameter to control drawing of labels.  Update
6145         all callers.
6146         (draw_pedal_d): Add parameter to control drawing of labels.  Update
6147         all callers.
6148         Revert drawing direction.
6149
6150         * mf/feta-schrift.mf (draw_fermata): Use single path.
6151         (draw_short_fermata): Replace `filldraw' with `fill'.
6152         (draw_long_fermata, draw_very_long_fermata): Replace calls to
6153         `draw_rounded_block' with a single path.
6154         ("Thumb"): Draw full circle instead of mirroring segments.
6155         (draw_accent): New macro.
6156         ("> accent", "espr"): Use it.
6157         (draw_marcato): Replace `filldraw' and `draw' with `fill'.
6158         ("open (unstopped)"): Draw full circle instead of mirroring
6159         segments.
6160         (draw_vee): Removed.
6161         ("Upbow"): Use `draw_accent' instead of `draw_vee'.
6162         ("Downbow"): Replace calls to `draw_rounded_block' with a single
6163         path.
6164         ("Trill (`tr')"): Replace overlapping loop drawn with `draw' with
6165         partial pieces drawn with `fill' -- these do still overlap with the
6166         stem of the `t' but just once, not multiple times so that fontforge
6167         can handle it gracefully.
6168         Change other parts of the glyph so that fontforge's overlapping
6169         algorithm reliably works.
6170         (draw_heel): Replace `draw' with `fill'.
6171         (draw_toe): Use `draw_accent' instead of `draw_vee'.
6172         ("Flageolet"): Replace `draw' with `penstroke'.
6173         ("Segno"): Replace `filldraw' with `penstroke'.
6174         Replace `draw' with `drawdot'.
6175         ("Coda"): Replace `fill' with `penstroke', using a single path.
6176         ("Varied Coda"): Use less overlapping paths.
6177         (draw_arpeggio_arrow): Replace `filldraw' with `fill', using a
6178         single path.
6179
6180         * mf/feta-slag.mf (draw_trillelement): Put `clearxy' outside of
6181         group to better control the `labels' command.
6182         Rename argument to `offset' and use it actually.  Update all
6183         callers.
6184         Replace `filldraw' with `fill'.
6185         ("mordent", "prallmordent", "upmordent", "downmordent",
6186         "lineprall"): Replace `draw' with `draw_gridline'.
6187         ("upprall", "downprall"): Replace `draw' with `fill'.
6188
6189         * mf/feta-timesig.mf: Formatting.
6190
6191         * mf feta-toevallig.mf (draw_meta_flag): Move code to draw labels
6192         to...
6193         ("Flat"): Here.
6194         (draw_paren): Move code to draw labels to...
6195         ("Right Parenthesis"): Here.
6196
6197 2005-01-02  Graham Percival <gperlist@shaw.ca>
6198
6199         * Documentation/user/notation.itely: add example of \setTextDecresc
6200         and \setTextDim.
6201
6202 2005-01-02  Tatsuya Ono <tats_ono@infoseek.jp>
6203
6204         * scm/define-markup-commands.scm :  fix glyph-strings of
6205         accidentals and \note-by-number
6206
6207 2005-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6208
6209         * VERSION: 2.5.6 released.
6210         
6211         * ps/lilyponddefs.ps: put mm -> pt scaling in here.
6212
6213         * input/regression/new-markup-scheme.ly: oops. font-family=music
6214         -> font-encoding fetaMusic.  
6215
6216         * lily/main.cc: put default to PS.
6217
6218         * lily/tfm.cc: idem.
6219
6220         * lily/afm.cc: idem.
6221
6222         * lily/include/modified-font-metric.hh (struct
6223         Modified_font_metric): remove coding_scheme() method.
6224
6225         * input/mutopia/F.Schubert/morgenlied.ly: convert to utf8
6226
6227         * scripts/convert-ly.py (conv): crash on encountering \encoding.
6228
6229         * input/les-nereides.ly: convert to utf8
6230
6231         * lily/modified-font-metric.cc (text_dimension): idem.
6232
6233         * lily/parser.yy (TODO): idem.
6234
6235         * lily/include/lily-lexer.hh (class Lily_lexer): idem.
6236
6237         * lily/lexer.ll: remove encoding
6238
6239         * scm/framework-ps.scm (output-variables): separately scale the
6240         page to mm 
6241
6242         * lily/pango-font.cc (Pango_font): fix scaling.
6243
6244         * lily/font-metric.cc (design_size): design_size returns a
6245         dimension now as well.
6246
6247 2004-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6248
6249         * mf/GNUmakefile ($(outdir)/%.otf-table): use findstring. Fixes
6250         brace generation. 
6251
6252         * lily/text-metrics.cc (LY_DEFINE): use scm_c_make_hash_table().
6253
6254 2004-12-30  Jan Nieuwenhuizen  <janneke@gnu.org>
6255
6256         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Do not try to
6257         install unbuildable Fontmap and Fontmap.lily (Simon Aridis-Lang).
6258
6259 2004-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6260
6261         * mf/GNUmakefile ($(outdir)/%.otf-table): include parmesan20.lisp
6262         in first run as well.
6263
6264         * scm/paper.scm (layout-set-staff-size): use text-font-size in
6265         dimension less points (ie. 12 = 12 point)
6266
6267         * lily/pango-select.cc (select_pango_font): use find_scaled_font().
6268
6269         * lily/all-font-metrics.cc (find_pango_font): set description_
6270
6271         * lily/pango-font.cc (text_stencil): export size as well.
6272         (text_stencil): fix scaling and extents box.
6273
6274 2004-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6275
6276         * Documentation/topdocs/NEWS.texi (Top): add -f texstr
6277
6278         * Documentation/user/invoking.itely (Invoking lilypond): document
6279         texstr
6280
6281         * scripts/convert-ly.py (conv): add ancient rules.
6282
6283         * scm/clef.scm (c0-pitch-alist): replace - with .
6284
6285         * scripts/lilypond-book.py (process_snippets): add texstr support.
6286
6287         * scm/framework-texstr.scm (header): change extension to .textmetrics
6288
6289         * lily/lily-parser.cc (parse_file): do try_load_text_metrics for
6290         -f tex.
6291
6292         * lily/text-metrics.cc: new file.
6293         (try_load_text_metrics): new function
6294
6295         * lily/include/text-metrics.hh: new file.
6296
6297 2004-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6298
6299         * lily/include/lily-guile.hh (ly_lily_module_constant): rename
6300         ly_scheme_function to ly_lily_module_constant.
6301
6302         * lily/modified-font-metric.cc (text_dimension): try
6303         lookup_tex_text_dimension() first.
6304
6305         * lily/tfm.cc: new function ly:load-text-dimensions
6306
6307 2004-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6308
6309         * scm/output-texstr.scm (text): use \lilygetmetrics
6310
6311         * scm/framework-texstr.scm (header): dump in new format.
6312
6313         * tex/lilypond-tex-metrics: new file.
6314         
6315 2004-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6316
6317         * lily/pango-font.cc (text_stencil): Quick try at glyph->charcode
6318         mapping.
6319         (index_to_charcode): New method.
6320
6321         * scm/output-ps.scm (glyph-string): 
6322         * scm/output-gnome.scm (glyph-string): Add FONT parameter.
6323
6324 2004-12-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6325
6326         * scm/output-gnome.scm (FIXME-glyph-string): New function.  Cannot
6327         implement fully, need FONT to get to charcode.
6328
6329         * scm/lily.scm (ly:all-stencil-expressions): Add glyph-string.
6330
6331         * scm: Cleanups.
6332
6333         * Documentation/user/changing-defaults.itely: Fix internalsrefs
6334         {Tunable context properties},
6335         {All layout objects},
6336         {Music definitions}.
6337
6338 2004-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6339
6340         * VERSION: release 2.5.5
6341         
6342         * lily/main.cc: use TeX as default output format.
6343
6344         * flower/file-path.cc (find): try to open directly as well, so we
6345         find absolute path files. 
6346
6347         * lily/pango-select.cc: new file.
6348
6349         * scm/framework-ps.scm: remove all encoding code. 
6350         load pfb/pfa for PangoFont too.
6351         
6352         * lily/lily-guile.cc (ly_chain_assoc_get): new function.
6353
6354 2004-12-22  Werner Lemberg  <wl@gnu.org>
6355
6356         Prepare glyph shapes for mf2pt1 conversion.
6357
6358         * mf/feta-toevallig.mf ("Double Sharp"): Minor path fix.
6359
6360         * mf/feta-bolletjes.mf (penposx): New auxiliary macro.
6361         (define_triangle_shape): Use it to replace `draw' with `fill' and
6362         `unfill'.  Update all callers.
6363         (draw_slash): Replace `filldraw' with `fill'.  Update all callers.
6364         (draw_cross): Ditto.
6365         ("X-Circled notehead"): Replace `draw' with `fill' and `unfill'.
6366         Use penrazor for better conversion with mf2pt1.
6367         (generic_draw_solfa_note_shape, draw_solfa_note_shape,
6368         draw_solfa_quarter_note_shape, triangle): Removed.  Unused.
6369         (draw_do_head, draw_re_head, draw_mi_head, draw_fa_head,
6370         draw_la_head, draw_ti_head): Replace `filldraw' with
6371         `fill'.  Update all callers.
6372
6373 2004-12-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6374
6375         * lily/paper-book.cc (output): revert: only allow a single output
6376         format.
6377
6378         * lily/include/pango-font.hh: new file.
6379
6380         * lily/pango-font.cc: new file.
6381
6382         * lily/font-metric.cc (text_stencil): new routine
6383
6384         * lily/all-font-metrics.cc (find_pango_font): new routine.
6385
6386         * lily/include/font-metric.hh (struct Font_metric): add
6387         text_stencil()
6388
6389         * configure.in (PKG_CONFIG_PATH): require PANGO_FT2
6390
6391 2004-12-22  Werner Lemberg  <wl@gnu.org>
6392
6393         Prepare glyph shapes for mf2pt1 conversion.
6394
6395         * mf/feta-macros.mf, mf_feta-eindelijk.mf: Some formatting.
6396
6397         * mf/feta-toevallig.mf: Formatting.
6398         (draw_meta_sharp): Modify path to replace `filldraw' with `fill'.
6399         ("Natural"): Fix paths to allow better postprocessing.
6400         (draw_meta_flat): Use `z3l' as additional point in path to get
6401         better conversion with mf2pt1.
6402         Other minor cleanups.
6403         ("3/4 Flat"): Add auxiliary points and modify path to replace
6404         `draw' with `fill'.
6405         ("Double Sharp"): Mirror path segments instead of picture elements
6406         to get a single outline.
6407         Modify path to replace `filldraw' with `fill'.
6408
6409 2004-12-22  Graham Percival  <gperlist@shaw.ca>
6410
6411         * input/test/unfold-all-repeats.ly: added file back.
6412
6413         * Documentation/user/notation.itely,
6414         Documentation/user/programming-interface.itely
6415         Documentation/user/changing-defaults.itely: fixed misc broken
6416         links to input/test/ files.
6417
6418 2004-12-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6419
6420         * tex/texinfo.tex: Update.  We should not be distributing this,
6421         but since we do, use latest version.
6422
6423         * Documentation/user/macros.itexi: Comment-out \fetaflat,
6424         \fetasharp.  Fixes make web.  FIXME: make usable (compatible?) TeX
6425         macros for feta glyphs.
6426
6427 2004-12-22  Graham Percival  <gperlist@shaw.ca>
6428
6429         * Documentation/user/changing-defaults.itely: fix index for set.
6430
6431         * Documentation/user/converters.itely: added convert-ly bugs list
6432         from CVS.
6433
6434 2004-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6435
6436         * python/lilylib.py (setup_environment): Set GS_FONTPATH, GS_LIB
6437         to empty.  Fixes make web, using gs-gpl-8.01.  In fact,
6438         gs-afpl-8.50 has more trouble with make web (ie, uses *a lot* more
6439         resourses; 3x MAXSIZE, 4x MAXRSS, 1.5x user).
6440
6441         * mf/GNUmakefile (pfa_warning): Use less broken check.
6442
6443         * python/lilylib.py (setup_environment): Remove cruft from
6444         GS_FONTPATH.
6445
6446         * configure.in: Bump mftrace requirement to 1.1.1.
6447
6448 2004-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
6449
6450         * scm/output-svg.scm (beam): Use polygon.
6451
6452         * scm/lily-library.scm: Bugfix.
6453
6454         * Documentation/user/invoking.itely (Invoking lilypond): Bugfix.
6455
6456         * mf/GNUmakefile (ALL_GEN_FILES): Remove unbuildable Fontmap.lily.
6457
6458 2004-12-19  Werner Lemberg  <wl@gnu.org>
6459
6460         Prepare glyph shapes for mf2pt1 conversion.
6461
6462         * mf/feta-eindelijk: Some formatting.
6463         (multi_rest_x, multi_beam_height): Removed.  Unused.
6464         ("Quarter rest"): Use `intersectiontimes' to create a single
6465         outline.
6466         (rest_crook): Removed.  Unused.
6467         (draw_rest_bulb): Return path (wihtout filling).  Update callers.
6468         Simplified.
6469         (draw_eighth_rest, "16th rest", "32th rest", "64th rest",
6470         "128th rest"): Simplify `pat'.
6471         Create single outline.
6472
6473 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6474
6475         * mf/GNUmakefile (ALL_GEN_FILES):
6476         (INSTALLATION_OUT_SUFFIXES): Remove unbuildable fonts.scale.
6477
6478         * scm/output-svg.scm (polygon, draw-line, dashed-line): New
6479         function.
6480
6481 2004-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6482
6483         * scm/output-texstr.scm (placebox): add routine
6484
6485         * VERSION (PACKAGE_NAME): release 2.5.4
6486
6487         * scm/framework-texstr.scm (output-framework): new file.  
6488
6489         * scm/output-texstr.scm: new file. Collect (TEXT . ) calls for TeX
6490         processing.
6491
6492         * Documentation/user/invoking.itely (Invoking lilypond): add SVG
6493
6494         * stepmake/stepmake/metafont-rules.make: make single SVG/PFA/PFB
6495         rule.
6496
6497         * configure.in (gui_b): bump mftrace requirement to 1.1.0
6498
6499         * mf/feta-bolletjes.mf (triangle): add s to 0triangle.
6500
6501         * mf/GNUmakefile (ALL_GEN_FILES): make SVG files too.
6502
6503 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6504
6505         * scm/framework-svg.scm (dump-page): Implement landscape.
6506
6507 2004-12-18  Jan Nieuwenhuizen  <janneke@gnu.org>
6508
6509         * lily/main.cc (setup_paths): Add svg to search path.
6510
6511         * scm/output-svg.scm:
6512         * scm/framework-svg.scm: Add pageSet.  Update.
6513         (dump-fonts): New function.
6514         (output-framework): Use it.
6515
6516         * mf/GNUmakefile: 
6517         * buildscripts/gen-bigcheese-scripts.py: Also generate SVG font.
6518
6519 2004-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6520
6521         * tex/lilyponddefs.tex: comment out new ifpdf code.
6522
6523 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6524
6525         * GNUmakefile.in: 
6526         * SConstruct (symlink): Replace afm by otf.
6527
6528         * scm/framework-gnome.scm (gnome-main): Remove invocation of
6529         ly:pango-add-afm-decoder.
6530
6531         * lily/lily-guile.cc ("ly:pango-add-afm-decoder"): Build fix: Remove.
6532
6533 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6534
6535         * scm/output-ps.scm (new-text): don't access t glyph for getting
6536         space dimension.
6537
6538         * ly/init.ly: warn about \version
6539
6540         * lily/lexer.ll: set version-seen?
6541
6542 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6543
6544         * scm/output-svg.scm (string->entities): Update.
6545
6546 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6547
6548         * lily/main.cc (setup_paths): replace afm by otf for path. 
6549
6550         * lily/pangofc-afm-decoder.cc: remove.
6551
6552         * lily/include/pangofc-afm-decoder.hh: remove.
6553
6554         * scm/framework-scm.scm (output-framework): new file.
6555
6556         * mf/GNUmakefile: remove SAUTER_FONTS.
6557         remove SVG/sodipodi hacks.
6558
6559         * scm/lily-library.scm (stderr): move stderr.
6560
6561         * mf/GNUmakefile: remove AFM support.
6562
6563         * buildscripts/mf-to-table.py (base): remove AFM support.
6564
6565         * lily/open-type-font.cc (design_size): use design_size
6566
6567 2004-12-17  Pedro Kroger  <kroeger@pedrokroeger.net>
6568
6569         * lily/font-metric.cc (LY_DEFINE): Fix the docstring.
6570
6571 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6572
6573         * mf/GNUmakefile: Generate combined aybabtu info.
6574         * mf/aybabtu.pe.in (i): Load it.
6575
6576         * scm/framework-tex.scm (otf-font-load-command): Bugfix: subfonts
6577         are not symbols.
6578
6579         * lily/include/open-type-font.hh (count): New method.
6580
6581         * mf/aybabtu.pe.in: Typo.
6582
6583         * Documentation/user/out/lilypond-internals.nexi (Scheme
6584         functions): Typo.
6585
6586         * lily/include/guile-compatibility.hh (SCM_HASHTABLE_P): Add compat.
6587
6588 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6589
6590         * buildscripts/gen-bigcheese-scripts.py (i): use symbols for
6591         subfonts.
6592
6593         * scm/output-tex.scm (named-glyph): new function. This fixes TeX output.
6594
6595         * scm/framework-tex.scm (otf-font-load-command): load subfonts.
6596         (tex-font-command-raw): new function.
6597
6598         * lily/include/virtual-font-metric.hh (Module): remove file
6599
6600         * lily/virtual-font-metric.cc (Module): remove file.
6601         
6602
6603         * lily/open-type-font.cc (LY_DEFINE): ly:otf-font-glyph-info
6604         (get_indexed_char): read bbox from lily table if present.
6605
6606 2004-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6607
6608         * mf/GNUmakefile ($(outdir)/aybabtu.subfonts): rule for
6609         aybabtu.subfonts
6610
6611         * mf/feta-beugel.mf (y): don't number consecutively, instead, use
6612         global glyphname. Enables more than 64 glyphs in the OTF.
6613
6614 2004-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6615
6616         * scm/font.scm (add-music-fonts): Load aybabtu iso all separate
6617         braces.
6618
6619         * lily/open-type-font.cc (design_size): Use 12 as default for
6620         design size.
6621
6622         * mf/aybabtu.pe.in: New file.  Merge all our braces.
6623
6624         * mf/GNUmakefile: Generate aybabtu.
6625
6626         * tex/lilyponddefs.tex: teTeX 3.0 pdfetex fix.
6627
6628 2004-12-14  Jan Nieuwenhuizen  <janneke@gnu.org>
6629
6630         * scm/lily-library.scm (char->unicode-index): Remove.
6631
6632         * scm/output-gnome.scm (text): Bugfix for plain string input.
6633         Updates.
6634
6635         * scm/output-svg.scm (svg-font): Add weight to font selection.
6636
6637 2004-12-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6638
6639         * Documentation/topdocs/INSTALL.texi (Top): Point to
6640         buildscripts/out/clean-fonts instead of
6641         buildscripts/clean-fonts.sh. 
6642
6643 2004-12-13  Graham Percival  <gperlist@shaw.ca>
6644
6645         * input/regression/figured-bass.ly: attempt to clarify text.
6646
6647         * Documentation/user/notation.tely: add cindex for tag, attempt to
6648         add figured bass example.
6649
6650         * Documentation/user/changing-defaults: basic editing.
6651
6652 2004-12-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6653
6654         * buildscripts/gen-bigcheese-scripts.py (i): load .subfonts table. 
6655
6656         * lily/open-type-font.cc (LY_DEFINE): new function
6657         ly:font-sub-fonts
6658
6659         * lily/include/font-metric.hh (struct Font_metric): new method
6660         sub_fonts()
6661
6662         * lily/vaticana-ligature-engraver.cc (transform_heads): replace
6663         . with - in add.stem.
6664         
6665 2004-12-13  Jan Nieuwenhuizen  <janneke@gnu.org>
6666
6667         * scm/encoding.scm (coding-alist): Fix encodings for fetaNumber
6668         and fetaDynamic.
6669
6670         * lily/rest.cc (glyph_name): Change - to . .
6671
6672         * scm/output-gnome.scm (text): Hello world, again.
6673
6674         * scm/output-svg.scm (named-glyph): New function.  Hello world!
6675
6676         * lily/modified-font-metric.cc (index_to_charcode): New method.
6677
6678         * lily/include/font-metric.hh (index_to_charcode): New function.
6679
6680         * lily/font-metric.cc (ly:font-glyph-name-to-charcode): Use it in
6681         new function.
6682         (ly:font-glyph-to-index): Remove.
6683
6684 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6685
6686         * lily/open-type-font.cc (make_index_to_charcode_map): new method.
6687
6688         * mf/feta-autometric.mf (code): remove tex name from fet_beginchar.
6689
6690         * lily/open-type-font.cc (load_scheme_table): new function
6691
6692         * lily/dots.cc (print): replace - 
6693
6694         * lily/open-type-font.cc (attachment_point): new function.
6695         (load_table): read LILC table
6696
6697         * buildscripts/gen-bigcheese-scripts.py (Module): new
6698         file. Generate FF scripts.
6699
6700         * mf/feta-din10.mf: idem.
6701
6702         * mf/feta-nummer10.mf: remove mf files.
6703
6704         * mf/feta-alphabet.mf (dynamic_design_size): merge din and number font.
6705
6706 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
6707
6708         * lily/lily-guile.cc: Use scm_from_locale_stringn.
6709
6710         * lily/include/guile-compatibility.hh (scm_from_locale_stringn): Add
6711         compatibility.
6712
6713 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6714
6715         * lily/open-type-font.cc (get_indexed_char): scale metrics by
6716         design-size and units_per_EM.
6717
6718         * mf/bigcheese.pe.in: set PUA codepoints before loading din & nummer.
6719
6720 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
6721
6722         * mf/bigcheese.pe.in (i): Map to 0xe000 (PUA) for testing, which
6723         does not crash fontforge.
6724
6725         * scm/lily-library.scm (char->unicode-index): Hack to map onto
6726         PUA.
6727
6728 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6729
6730         * scm/framework-ps.scm (ps-embed-cff): new function.
6731
6732         * lily/lily-guile.cc (LY_DEFINE): make ly:gulp-file binary proof.
6733
6734 2004-12-12  Werner Lemberg  <wl@gnu.org>
6735
6736         * mf/bigcheese.pe.in: Add PUA mapping.
6737         Don't create Type 42 but bare CFF font.
6738
6739 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
6740
6741         * scm/output-gnome.scm (placebox): Hackery to get bigcheese symbols
6742         within canvas boundaries.
6743
6744         * mf/merge.pe.in: Set font names, version, license GPL.
6745
6746         * make/substitute.make: Add FONTFORGE.
6747
6748         * config.make.in (FONTFORGE): Add.
6749
6750         * configure.in (gui_b): Use PATH_PROG for fontforge.
6751
6752 2004-12-11  Graham Percival  <gperlist@shaw.ca>
6753
6754         * scm/define-markup-commands.scm: add baseline-skip to info
6755         about \column.
6756
6757 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6758
6759         * lily/font-metric.cc (ly:font-get-glyph-index): New function.
6760
6761         * scm/output-gnome.scm (named-glyph): Use it.
6762
6763         * scm/lily.scm (ly:all-stencil-expressions): Add named-glyph.
6764
6765         * flower/string.cc (substitute_char): Rename, rewrite, modify this.
6766         (upper_string, lower_string, reverse_string): Remove.
6767
6768         * configure.in (fontforge): Reinstate version check.
6769
6770         * ly/engraver-init.ly: Fix clef glyph names.
6771
6772         * lily/time-signature.cc (special_time_signature): Fix fraction
6773         glyph names.
6774
6775 2004-12-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6776
6777         * mf/merge.pe: new file.
6778
6779         * lily/freetype.cc: new file.
6780
6781         * lily/include/open-type-font.hh (class Open_type_font): new file.
6782
6783         * lily/include/freetype.hh: new file.
6784
6785         * lily/open-type-font.cc: new file.
6786
6787         * lily/all-font-metrics.cc (find_otf): new function.
6788
6789 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6790
6791         * lily/time-signature.cc (special_time_signature): Fix.
6792
6793         * configure.in (PKG_CONFIG_PATH): Remove stray `i'.  Check for
6794         GTK2 before checking for pango.  Fixes -fgnome.
6795
6796         * lily/font-metric.cc (LY_DEFINE): Also rename C name to match
6797         Scheme name.
6798
6799         * scm/define-markup-commands.scm:
6800         * scm/safe-lily.scm: Bugfix: ly:font-by-name.
6801
6802         * configure.in: Require makeinfo 4.7 (needed for @ifdocbook).
6803
6804         * stepmake/aclocal.m4 (STEPMAKE_GET_VERSION): Grok fontforge-like
6805         date versions.  Fixes configure.
6806         (STEPMAKE_CHECK_VERSION): Support optional actual program version
6807         argument.
6808
6809 2004-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6810
6811         * buildscripts/mf-to-table.py (write_ps_encoding): write real
6812         names in .enc
6813
6814         * lily/*.cc: use '.' iso. '-' for separating glyph name elements.
6815
6816 2004-12-09  Graham Percival  <gperlist@shaw.ca>
6817
6818         * Documentation/user/changing-defaults.itely: add info about
6819         make-dynamic-script
6820
6821         * Documentation/user/notation.itely: add link in dynamics to
6822         section about make-dynamic-script.
6823
6824 2004-12-09  Christian hitz  <chhitz@gmx.net>
6825
6826         * lily/lily-guile.cc: change MACOS_X to __APPLE__
6827
6828 2004-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6829
6830         * buildscripts/mf-to-table.py (parse_logfile): use . for
6831         concatting name and group.
6832         (parse_logfile): use M for Minus (negative.)
6833
6834         * lily/include/type-swallow-translator.hh
6835         (DECLARE_EVENT_SWALLOWER): ENTER_DESCRIPTION -> ADD_TRANSLATOR
6836
6837         * lily/*.cc: cosmetics around = sign.
6838
6839         * lily/paper-column.cc (Paper_column): copy rank_. This fixes
6840         lyric spacing on the penultimate column.
6841
6842 2004-12-05  Christian Hitz  <chhitz@gmx.net>
6843
6844         * configure.in:
6845         * lily/accidental-placement.cc:
6846         * lily/bar-line.cc:
6847         * lily/beam-concave.cc:
6848         * lily/beam-quanting.cc:
6849         * lily/beam.cc:
6850         * lily/bezier-bow.cc:
6851         * lily/bezier.cc:
6852         * lily/break-align-interface.cc:
6853         * lily/custos.cc:
6854         * lily/dimension-cache.cc:
6855         * lily/dot-column.cc:
6856         * lily/font-metric.cc:
6857         * lily/font-select.cc:
6858         * lily/gourlay-breaking.cc:
6859         * lily/grob-property.cc:
6860         * lily/grob.cc:
6861         * lily/lily-guile.cc:
6862         * lily/line-spanner.cc:
6863         * lily/lookup.cc:
6864         * lily/lyric-extender.cc:
6865         * lily/lyric-hyphen.cc:
6866         * lily/mensural-ligature.cc:
6867         * lily/midi-def.cc:
6868         * lily/misc.cc:
6869         * lily/note-collision.cc:
6870         * lily/note-column.cc:
6871         * lily/note-head.cc:
6872         * lily/paper-outputter.cc:
6873         * lily/percent-repeat-item.cc:
6874         * lily/rest-collision.cc:
6875         * lily/side-position-interface.cc:
6876         * lily/simple-spacer.cc:
6877         * lily/slur-configuration.cc:
6878         * lily/slur-scoring.cc:
6879         * lily/slur.cc:
6880         * lily/spaceable-grob.cc:
6881         * lily/spacing-spanner.cc:
6882         * lily/spanner.cc:
6883         * lily/staff-symbol-referencer.cc:
6884         * lily/stem.cc:
6885         * lily/stencil.cc:
6886         * lily/system-start-delimiter.cc:
6887         * lily/system.cc:
6888         * lily/text-item.cc:
6889         * lily/tie.cc:
6890         * lily/tuplet-bracket.cc:
6891         * lily/vaticana-ligature.cc: Fix for MacOS X: use <math.h> instead of
6892         <cmath> beacause isinf/isnan is undefined in <cmath>
6893
6894 2004-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6895
6896         * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond.
6897
6898 2004-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6899
6900         * VERSION: release 2.5.3
6901         
6902 2004-11-29  Arno Waschk <arno@arnowaschk.de>
6903
6904         * mf/feta-schrift.mf: added <>-like articulation mark as "espressivo"
6905
6906 2004-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6907
6908         * scm/music-functions.scm (cue-substitute): voice counts start at 0.
6909
6910         * lily/note-head.cc (internal_print): always try the "s" head if
6911         u/d not found.
6912
6913         * scm/titling.scm (marked-up-headfoot): reinstate default tagline.
6914
6915 2004-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6916
6917         * mf/parmesan-heads.mf (overdone_heads): typos.
6918
6919 2004-11-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6920
6921         * lily/parser.yy (markup): in markups, { .. } without command
6922         before are also flattened, ie \line must be explicitely used.
6923
6924         * Documentation/user/changing-defaults.itely:
6925         * Documentation/user/notation.itely: 
6926         * input/wilhelmus.ly: 
6927         * input/regression/instrument-name-markup.ly: 
6928         * input/regression/markup-score.ly: 
6929         * input/regression/new-markup-scheme.ly: 
6930         * input/regression/new-markup-syntax.ly: 
6931         * input/test/coriolan-margin.ly: use \line in markups where
6932         appropriate
6933         
6934 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6935
6936         * scm/new-markup.scm (map-markup-command-list): helper function
6937         used in parser.yy to map markup commands on a markup list.
6938
6939         * lily/parser.yy: get rid off < > in markups by treating { } as
6940         real lists.
6941
6942         * lily/lexer.ll: remove < > from markup lexer mode.
6943
6944         * scripts/convert-ly.py (conv): add rule for converting 
6945         \markup < > to \markup { }
6946
6947         * ly/titling-init.ly: 
6948         * input/test/coriolan-margin.ly: 
6949         * input/regression/new-markup-syntax.ly: 
6950         * input/regression/new-markup-scheme.ly: 
6951         * input/regression/multi-measure-rest-text.ly: 
6952         * input/regression/markup-stack.ly: 
6953         * input/regression/markup-score.ly: 
6954         * input/regression/instrument-name-markup.ly: 
6955         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: 
6956         * input/mutopia/R.Schumann/romanze-op28-2.ly: 
6957         * input/mutopia/J.S.Bach/wtk1-fugue2.ly: 
6958         * input/wilhelmus.ly: 
6959         * Documentation/user/notation.itely: 
6960         * Documentation/user/music-glossary.tely: 
6961         * Documentation/user/changing-defaults.itely: change < > to { } in
6962         markups
6963
6964 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6965
6966         * lily/accidental-placement.cc (position_accidentals): shortcut if
6967         no accidentals to place.
6968
6969 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6970
6971         * scm/define-grob-properties.scm (all-user-grob-properties): fixed
6972         typo s/ly:dimension ?/ly:dimension?/
6973
6974         * input/regression/lily-in-scheme.ly: 
6975         * input/regression/music-function.ly: 
6976         * ly/spanners-init.ly (assertBeamSlope): 
6977         * scm/music-functions.scm (def-grace-function): add the paper
6978         argument to music function definitions.
6979
6980 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6981
6982         * lily/moment.cc (LY_DEFINE):
6983         ly:moment-main-{denominator,numberator}, new function.
6984
6985         * lily/score-engraver.cc (typeset_all): assign to column on basis
6986         of axis-group-parent-X setting.
6987
6988         * lily/axis-group-engraver.cc (process_acknowledged_grobs): do
6989         add_element() on basis of axis-group-parent-Y setting.
6990
6991         * lily/grob.cc: add axis-group-parent-{XY} properties.
6992
6993         * input/regression/spacing-stick-out.ly: new file.
6994
6995         * lily/simple-spacer.cc (add_columns): use binary search for
6996         setting column rods. Changes O(n^2) to O(n log(n)) for
6997         constructing spacing problem from columns.
6998         (add_columns): read allow-outside-line to make sure no texts stick
6999         out.
7000         (solve): Simple_spacer::is_active() only determines
7001         satisfies_constraints_ for non-ragged typesetting.
7002
7003         * lily/simultaneous-music.cc (to_relative_octave): only set
7004         old_relative_used if return pitch actually changed.
7005
7006         * scm/define-context-properties.scm
7007         (all-user-translation-properties): change to match implementation.
7008
7009         * python/lilylib.py: Replace re.match by re.search and adds "-c
7010         showpage" to the gs command line (Johannes Schindelin)
7011
7012         * scm/framework-ps.scm (output-preview-framework): sanitize bbox
7013         before processing. Prevents crash when inf is in the extent.
7014
7015         * scm/define-markup-commands.scm (note-by-number): add "s" to
7016         "noteheads-" glyphname.
7017  
7018         * lily/parser.yy (Generic_prefix_music): supply parser argument to
7019         music function as well.
7020         
7021 2004-11-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7022
7023         * VERSION: release 2.5.2
7024
7025         * Documentation/user/changing-defaults.itely (Creating titles):
7026         add breakbefore variable.
7027
7028         * lily/paper-book.cc (set_system_penalty): new function. Set
7029         penalty_ based on breakBefore setting
7030
7031         * lily/context-specced-music-iterator.cc (construct_children):
7032         interpret special context id $uniqueContextId 
7033
7034         * lily/context.cc (create_unique_context): new method. Move
7035         creation of unique (\new) contexts into interpreting phase. This
7036         makes
7037
7038           foo= \new Staff ..
7039           << \foo \foo >>
7040
7041         produce 2 staves.
7042         
7043
7044         * scm/define-music-properties.scm (all-music-properties): add
7045         quoted-voice-direction
7046
7047         * ly/music-functions-init.ly: killCues function.
7048
7049         * scm/music-functions.scm (cue-substitute): move creation of voice
7050         contexts further to the back. 
7051
7052 2004-11-25  Werner Lemberg  <wl@gnu.org>
7053
7054         * tex/GNUmakefile ($(outdir)/latin1.enc): Replace `/minus' with
7055         `/hyphen' in encoding vector to get correct glyph name for EC fonts.
7056
7057 2004-11-24  Erik Sandberg  <ersa9195@student.uu.se>
7058
7059         * buildscripts/guile-gnome.sh: Fixed typo.
7060
7061 2004-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7062
7063         * lily/lexer.ll: add < >  to markup lexer mode (backportme)
7064
7065         * scripts/abc2ly.py (dump_slyrics): add ord(). 
7066
7067         * lily/note-heads-engraver.cc (process_music): add shapeNoteStyles
7068         to regular engraver. 
7069
7070 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7071
7072         * mf/feta-bolletjes.mf (triangle): rewrite solfa heads.
7073
7074 2004-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7075
7076         * scm/define-markup-commands.scm (fill-line): Typo.
7077
7078         * buildscripts/guile-gnome.sh (GGVERSION): Build update for 2.7.96
7079         and newer.
7080
7081 2004-11-22  Erik Sandberg  <ersa9195@student.uu.se>
7082
7083         * ly/dynamic-scripts-init.ly: Fixed typo.
7084
7085 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7086
7087         * mf/feta-bolletjes.mf (overdone_heads): cleanup triangle
7088         note-head, to have different attachment points for up and down.
7089
7090         * mf/feta-bolletjes.mf: merge solfa heads into main note heads.
7091
7092         * mf/feta-generic.mf (else): remove solfa.
7093
7094         * mf/feta-bolletjes.mf (tishape): remove unicode test.
7095
7096         * scm/define-context-properties.scm
7097         (all-user-translation-properties): add shapeNoteStyles property.
7098
7099         * lily/shape-note-heads-engraver.cc (process_music): new file.
7100
7101         * lily/event.cc (transpose): call Event::transpose() for
7102         transposing the tonic.
7103
7104 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7105
7106         * scm/output-gnome.scm: Save some pointers about pango/fontconfig
7107         Unicode/OpenType and AFM.
7108
7109         * lily/include/guile-compatibility.hh (scm_from_bool): Add.
7110
7111 2004-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7112
7113         * lily/grob.cc (Grob): idem. Plugs mem leaks. 
7114
7115         * lily/context.cc (Context): unprotect key from ctor.
7116
7117         * scm/stencil.scm (stack-lines): return empty-stencil if argument
7118         is '()
7119         (stack-stencils): idem.
7120
7121         * Documentation/user/changing-defaults.itely (Creating titles):
7122         document new title layout options.
7123
7124         * lily/parser.yy (lilypond_header_body): copy previous
7125         $globalheader if present.
7126
7127         * lily/ly-module.cc (LY_DEFINE): rename ly:import-module to
7128         ly:module-copy
7129         
7130         * scm/page-layout.scm (marked-up-headfoot): remove old functions.
7131
7132         * scm/titling.scm: remove old titling functions
7133
7134         * lily/stencil.cc (translate): remove absolute dimension.
7135
7136         * ly/titling-init.ly (oddFooterMarkup): new file. Generate titles
7137         via markup.
7138
7139         * scm/page-layout.scm (marked-up-headfoot): create header/footer
7140         field from user-supplied markup
7141
7142         * scm/define-markup-commands.scm (on-the-fly): new markup
7143         command. Enter SCM markup procedure directly in Scheme.
7144         (fromproperty): new markup command. Read markup from props argument.
7145
7146         * scm/titling.scm (marked-up-title): create title via
7147         user-specified markup. 
7148
7149         * scm/define-markup-commands.scm (column): remove empty stencils
7150         from column.
7151
7152         * lily/ly-module.cc (LY_DEFINE): use ly_module_lookup(). This does
7153         not have side-effect of creating variable stub.
7154
7155         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-empty?
7156
7157 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7158
7159         * scm/encoding.scm (coding-alist): 
7160         * scm/font.scm (add-ec-fonts):
7161         * ly/paper-defaults.ly: Use actual name for EC fontencoding:
7162         Extended-TeX-Font-Encoding---Latin.
7163
7164         * lily/side-position-interface.cc (general_side_position): Add
7165         actual offset to error message (avoid constant error messages).
7166
7167         * lily/all-font-metrics.cc (find_font): Add "lm" to try-AFM-first
7168         block.
7169
7170         * lily/font-select.cc (select_encoded_font)
7171         (get_font_by_mag_step, get_font_by_design_size): 
7172         * lily/modified-font-metric.cc (Modified_font_metric): 
7173         * lily/paper-def.cc (find_scaled_font): Add font_encoding parameter.
7174
7175         * scm/encoding.scm (coding-alist): Add fetaDynamic.
7176         (read-encoding-file): Bugfix: do not require space after bracket.
7177
7178         * scm/font.scm (add-cork-lm-fonts): Remove lmbxi8 and lmbxi14,
7179         these do not exist.
7180
7181 2004-11-20  Graham Percival  <gperlist@shaw.ca>
7182
7183         * Documentation/user/notation.itely: added info about typesetting
7184         boxed bar numbers.
7185
7186 2004-11-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7187
7188         * flower/interval.cc (T_to_string): gcc4 fixes.
7189
7190         * scm/define-markup-commands.scm (fill-line): use
7191         stack-stencils. This fixes problems with putting already centered
7192         stencils in a line.
7193
7194         * VERSION: release 2.5.1
7195
7196         * lily/bar-line.cc (get_staff_bar_size): add line thickness.
7197
7198 2004-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7199
7200         * input/example-[1-3].ly: simplify.
7201
7202         * lily/cluster-engraver.cc (try_music): react to busy-playing-event
7203
7204         * scm/output-ps.scm (new-text): new function. Use glyphshow to
7205         show glyphs.
7206
7207         * scm/encoding.scm (decode-byte-string): new function.
7208
7209         * scripts/convert-ly.py (conv): add warning about
7210         set-global-staff-size.
7211
7212         * Doxyfile: add. 
7213
7214         * scripts/convert-ly.py (conv): add raggedlastbottom rule
7215         (conv): warn for TextSpanner split.
7216         (conv): warn for textheight.
7217
7218 2004-11-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7219
7220         * GNUmakefile.in (install-WWW): Invoke install-info, so that when
7221         building the documentation, info with images are installed.
7222         (final-install): Fix description.  Mention sourcing of login
7223         scripts (instead of running).
7224
7225 2004-11-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7226
7227         * Debian lmodern support.  Note that LilyPond will issue warnings
7228         
7229             no such encoding: "FontSpecific"
7230
7231           The font selection mechanism wants to get the encoding from the
7232           font itself, but the idea of lmodern is that it is usable with
7233           different encodings, ie, Lily should get the encoding from the
7234           font tree, rather than the font itself.  This would require some
7235           more work.
7236         
7237         * configure.in: Test for and accept lmodern if EC fonts not found.
7238
7239         * scm/framework-tex.scm (font-load-command): TeX font name
7240         mangling for latin1 encoded cork-lm fonts.
7241         (convert-to-ps): Load lm.map if available.
7242
7243         * ly/paper-defaults.ly: Use cork-lm encoding if ec is not
7244         available.
7245
7246         * scm/encoding.scm (coding-alist): Add cork-lm encoding.
7247
7248         * scm/font.scm: Add header.  Autoload cork-lm and ec fonts if
7249         available.
7250
7251         * lily/kpath.cc (ly_kpathsea_find_file): Rename.  Do not use
7252         path for absolute file name, that is silly.
7253
7254         * lily/score-engraver.cc (initialize): 
7255
7256         * Documentation/user/GNUmakefile (local-install-info): Invoke
7257         install-info --remove first.
7258
7259         * #include cleanup (Andreas Scherer).
7260
7261 2004-11-18  Heikki Junes  <hjunes@cc.hut.fi>
7262
7263         * input/test/script-abbreviations.ly: fix typos.
7264
7265 2004-11-17  Werner Lemberg  <wl@gnu.org>
7266
7267         * python/lilylib.py (options_help_str): Support pretty-printing of
7268         newlines in fourth element of option description.
7269
7270         * scripts/lilypond-book.py (option_definitions): Use new lilylib
7271         feature.
7272         Sort options.
7273
7274         * Documentation/user/lilypond-book.itely: Finish update.
7275
7276 2004-11-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7277
7278         * Documentation/user/macros.itexi: Add comment about \command.
7279
7280         * Documentation/user/lilypond.tely:
7281         * Documentation/user/lilypond-book.itely: Fix names of lilypond
7282         and lilypond-book nodes, so that `info lilypond' visits the manual
7283         at top level, and `info lilypond-book' visits the lilypond-book
7284         section.
7285
7286         * Documentation/user/GNUmakefile (local-install-info): Fix rules
7287         and packager messages.
7288
7289         * lily/pangofc-afm-decoder.cc: Update test.
7290
7291 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
7292
7293         * scm/lily-library.scm (char->unicode-index): New function.
7294
7295         * scm/output-gnome.scm: 
7296         * scm/output-svg.scm: Cleanup.  Map custom fonts to PUA.
7297
7298         * Proper naming of file name throughout; s/filename/file[-_]name/.
7299
7300         * lily/modified-font-metric.cc ("ly:font-encoding"): New function.
7301
7302         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Map onto PUA.
7303
7304 2004-11-16  Werner Lemberg  <wl@gnu.org>
7305
7306         * scripts/lilypond-book.py: The Lord has commanded me to use only
7307         tabs for indentation.  Your humble servant obeys.
7308
7309 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
7310
7311         * scm/output-svg.scm: Font fixes.  Sodipodi now groks svg
7312         including font, if LilyPond-feta font is only feta font in path.
7313
7314         * scm/output-gnome.scm (text): Revert to file name of font if font
7315         has no name.  Fixes ec font selection.
7316         (char): Bugfix: do not utf8 twice.  Fixes clefs.
7317
7318         * scm/framework-svg.scm:
7319         * scm/output-svg.scm: New file.  TODO: figure out how to
7320         do character by index in font.
7321
7322         * scm/output-sodipodi.scm: Remove.
7323
7324         * scm/output-ps.scm (stem): Remove.
7325
7326 2004-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
7327
7328         * scm/output-gnome.scm (beam): New function.
7329         (slur): Round corners.
7330         (round-filled-box): Round corners.
7331
7332 2004-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7333
7334         * scm/output-gnome.scm (beam): add function.
7335         (draw-line): new routine.
7336         (dashed-line): stub; call draw-line
7337         (polygon): new routine.
7338
7339 2004-11-15  Werner Lemberg  <wl@gnu.org>
7340
7341         * Documentation/user/lilypond-book.itely: Revise section on
7342         lilypond-book options.
7343         Other minor fixes.
7344
7345         * scripts/lilypond-book.py: Change indentation to 4.
7346         Minor formatting.
7347
7348 2004-11-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7349
7350         * lily/system.cc (apply_tweaks): new function. Run tweaks on all
7351         grobs that have tweaks specced.
7352         
7353 2004-11-14  Heikki Junes  <hjunes@cc.hut.fi>
7354
7355         * Documentation/user/sound-output.itexi: add code snippets for MIDI.
7356
7357 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
7358
7359         * lily/font-metric.cc (get_indexed_char_stencil): Bugfix: get
7360         actual char #, not 0 based index.
7361
7362         * lily/system-start-delimiter.cc (staff_brace): Start at 65.
7363
7364         * mf/feta-beugel.mf: Actually start at char #65.  Add header.
7365         Warning: do make -C mf clean.
7366
7367         * lily/context-property.cc: Compile fix.
7368
7369         * scm/output-gnome.scm: Add ec-fonts-mftraced to ~/.fonts.conf.
7370         Grok ec-fonts, braces and dynamics.
7371
7372         * scm/framework-gnome.scm (gnome-main): Register braces with pango.
7373
7374 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7375
7376         * lily/include/tweak-registration.hh: new file.
7377
7378         * lily/tweak-registration.cc: new file.
7379
7380         * scm/framework-gnome.scm (save-tweaks): use new key mechanism for
7381         saving tweaks.
7382
7383         * scm/output-gnome.scm (text): comment dribble.
7384
7385 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
7386
7387         * lily/pangofc-afm-decoder.cc (main): Test more feta fonts.
7388
7389         * scm/output-gnome.scm (bezier-sandwich): New function.  Reset
7390         path-def before using.  Fixes muchtomany slurs in wrong places
7391         bug.
7392
7393 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7394
7395         * lily/grob-scheme.cc (LY_DEFINE): add new function ly:grob-key.
7396
7397         * lily/include/object-key-undumper.hh (Module): new file.
7398
7399         * lily/object-key-undumper.cc (Module): New file. Deserialize
7400         keys. SCM bindings
7401
7402         * lily/object-key-dumper.cc (Object_key_dumper): idem.
7403         Provide SCM bindings.
7404
7405         * lily/include/object-key-dumper.hh (class Object_key_dumper): 
7406         new file. Serialize object keys.
7407         
7408         * lily/object-key.cc (dump): new function.
7409         (as_scheme): new virtual function
7410         (undump): new function
7411         (undumpers): new table.
7412
7413         * lily/include/global-context.hh (Context): take \score key upon init.
7414
7415         * lily/object-key-dumper.cc (serialize_key): new file.
7416
7417         * lily/include/object-key-dumper.hh (class Object_key_dumper): new file.
7418
7419         * lily/lily-lexer.cc: remove \quote.
7420
7421         * lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
7422
7423         * lily/context.cc (Context): take key argument in ctor.
7424         (create_context): new function
7425
7426         * lily/grob.cc (Grob): take key argument in ctor.  
7427
7428         * lily/lilypond-key.cc (do_compare): new file.
7429
7430         * lily/object-key.cc (Object_key): new file.
7431
7432         * lily/include/object-key.hh (class Object_key): new file.
7433
7434         * lily/include/lilypond-key.hh (class Lilypond_context_key): new file.
7435
7436 2004-11-13  Graham Percival  <gperlist@shaw.ca>
7437
7438         * Documentation/user/lilypond-book.itely: add small warning about
7439         noindent default in lilypond-book.
7440
7441         * Documentation/user/converters.itely: add examples for convert-ly.
7442
7443         * Documentation/user/examples.itely: change version string in templates
7444         to 2.4.0.
7445
7446 2004-11-12  Karl Hammar  <karl@aspodata.se>
7447
7448         * GNUmakefile.in (local-WWW-post): `find ...` overflows the
7449         cmdline, use xargs instead (backportme)
7450
7451 2004-11-10  Andreas Scherer  <andreas_mutopia@freenet.de>
7452         
7453         * Documentation/user/: Numerous fixes in the user manual.
7454
7455 2004-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7456
7457         * lily/parser.yy (re_rhythmed_music): search music expression for
7458         context-id, surround by \new Voice if not found. Fixes:
7459         addlyrics-second-staff.ly
7460
7461         * VERSION: 2.5.0 released.
7462         
7463 2004-11-12  Jan Nieuwenhuizen  <janneke@gnu.org>
7464
7465         * Documentation/index.html.in: Fix url to one big page.  (backportme)
7466
7467         * Documentation/user/GNUmakefile: Separate rules for split and
7468         unsplit html documents.  Remove perl massaging.  (backportme)
7469
7470 2004-11-11  Graham Percival  <gperlist@shaw.ca>
7471
7472         * Documentation/user/lilypond-book.itely: add short warning about
7473         \lilypond{} in LaTeX docs.
7474
7475 2004-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7476
7477         * stepmake/aclocal.m4: Barf if kpathsea/kpathsea.h is not
7478         found.  (backportme)
7479
7480         * Documentation/topdocs/INSTALL.texi (ec-fonts-mtraced): Add
7481         version requirement.  (backportme)
7482
7483         * configure.in: Be explicit about old versions of
7484         ec-fonts-mtraced.  (backportme)
7485
7486         * lily/context-selector.cc (set_tweaks): New function.
7487         * lily/grob-selector.cc (set_tweaks): (Re)set hash table.  Fixes
7488         web with -DTWEAK.
7489
7490         * Documentation/user/introduction.itely (Automated engraving):
7491         Remove fragment option.  Fixes web.
7492
7493         * lily/context-property.cc (make_item_from_properties):
7494         * lily/context.cc (add_context)[TWEAK]: Tweak registration behind
7495         #ifdef.
7496
7497         * scm/define-context-properties.scm
7498         (all-internal-translation-properties): Add tweakRank and tweakCount.
7499
7500         * lily/grob.cc: 
7501         * scm/define-grob-properties.scm (all-internal-grob-properties):
7502         Add tweak-rank and tweak-count.
7503
7504 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
7505
7506         * scm/output-gnome.scm (string->utf8-string, char->utf8-string):
7507         New function.
7508         (text): Use them.
7509
7510         * scm/framework-gnome.scm (item-event): Add support from TLA.  Support
7511         animated/opaque grob dragging tweaks.
7512
7513         * buildscripts/guile-gnome.sh: Update.
7514
7515 2004-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7516
7517         * scm/define-grobs.scm (all-grob-descriptions): Added
7518         line-interface to the LigatureBracket object.
7519
7520 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
7521
7522         * scm/framework-gnome.scm (item-event): Support non-animated mouse
7523         dragging tweaks.
7524
7525         * lily/lily-guile.cc (ly_to_string, ly_to_symbol): New function.
7526
7527         * lily/context-selector.cc (store_context): New function.
7528
7529         * lily/grob-selector.cc (register_grob)[TWEAK]: Apply tweak.
7530         (store_grob): New function.
7531         (identify_grob): Add Moment parameter.
7532
7533         * lily/lily-parser.cc (parse_file)[TWEAK]: Read .ly.t file if it
7534         exists.
7535
7536         * scm/framework-gnome.scm (save-tweaks): Write as alist.
7537
7538 2004-11-09  Jan Nieuwenhuizen  <janneke@gnu.org>
7539
7540         * scm/framework-gnome.scm (item-event): Print grob id.
7541         (save-tweaks): New function.
7542         (tweak): New funtion.
7543         (item-event): Use it, bound to arrow keys.
7544
7545         * lily/context-property.cc (make_item_from_properties): Register grob.
7546         * lily/context.cc (add_context): Register context.
7547
7548         * lily/include/context-selector.hh:
7549         * lily/include/grob-selector.hh:
7550         * lily/context-selector.cc:
7551         * lily/grob-selector.cc: New file.
7552
7553 2004-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7554
7555         * lily/slur.cc: add 'positions to interface
7556
7557         * lily/main.cc: reinstate PS as standard output format. 
7558
7559         * scm/framework-tex.scm (output-preview-framework): print systems
7560         up to first non title system.
7561
7562         * lily/grace-engraver.cc (start_translation_timestep): split
7563         scm_cadddr
7564         
7565 2004-11-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7566
7567         * lily/quote-iterator.cc (Module): remove old quote-iterator
7568
7569         * scm/define-music-types.scm (music-descriptions): move
7570         NewQuoteMusic over QuoteMusic
7571
7572         * Documentation/user/notation.itely (Formatting cue notes): use
7573         \cueDuring.
7574
7575         * lily/new-quote-iterator.cc (quote_ok): new function.
7576
7577         * input/regression/quote-cue-during.ly: new file.
7578
7579         * input/regression/quote-grace.ly: new file.
7580
7581         * scm/define-context-properties.scm (Module): change definition of
7582         graceSettings
7583
7584         * lily/context-property.cc (Module): rename from
7585         translator-property.cc
7586
7587         * lily/context.cc (context_name_symbol): new function
7588
7589         * lily/grace-engraver.cc: new file. Set properties for grobs based
7590         on the grace-ness of now_moment().
7591
7592         * scm/music-functions.scm (add-grace-property): use list
7593         iso. vector for graceSettings
7594         remove set-{start,stop}-grace-properties. 
7595
7596         * lily/new-quote-iterator.cc (construct_children): set
7597         quote_outlet_ if no quoted-context-{id,type} specified.
7598
7599         * scripts/convert-ly.py (conv): \quote -> \quoteDuring.
7600
7601         * lily/parser.yy (command_element): remove \quote.
7602
7603         * ly/music-functions-init.ly (location): add quoteDuring music
7604         function. 
7605
7606         * lily/lexer.ll: allow \encoding in lyrics as well.  Remove
7607         optional semicolon. (backportme)
7608
7609 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
7610
7611         * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no
7612         need to link to GUILE et al.
7613
7614 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7615
7616         * scm/define-music-properties.scm (all-music-properties): add
7617         quoted-context-type, quoted-context-id.
7618
7619         * scm/lily.scm (type-check-list): new function.
7620         
7621         * scm/lily-library.scm: new file. Generic library routines.
7622
7623         * lily/parser.yy (Generic_prefix_music): move typechecking out of
7624         parser.
7625
7626         * ly/music-functions-init.ly: add quoteDuring function.
7627
7628         * lily/include/music-iterator.hh (class Music_iterator): rename
7629         set_translator -> set_context
7630
7631         * lily/parser.yy (Generic_prefix_music_scm): add
7632         MUSIC_FUNCTION_SCM_SCM_MUSIC
7633
7634         * scm/lily.scm (sanitize-command-option): new function. (backportme)
7635
7636         * scm/framework-tex.scm (header): sanitize TeX paper size.
7637         (backportme)
7638
7639 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
7640
7641         * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard.
7642
7643         * tex/lilyponddefs.tex: If no inputencoding use latin1.  (backportme)
7644
7645         * scm/framework-tex.scm (font-load-command): Use T1 if no
7646         font-encoding set.  (backportme)
7647
7648         * scm/lily.scm (postscript->pdf): Remove .pdf file if it
7649         exists before converting.  (backportme)
7650
7651         * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it
7652         exists before converting.  (backportme)
7653         (convert-to-ps): Remove .ps file if it exists before
7654         converting.  (backportme)
7655
7656         * lily/lexer.ll: Remove extra progress newline, use present tense.
7657
7658         * scm/paper.scm (paper-alist): public.
7659         * scm/framework-tex.scm (convert-to-ps):
7660         * scm/lily.scm (postscript->pdf): Do not leak papersizename into
7661         command line.
7662
7663 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7664
7665         * scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme)
7666
7667         * lily/recording-group-engraver.cc (derived_mark): mark
7668         now_events_. (backportme)
7669
7670 2004-11-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7671
7672         * mf/GNUmakefile: use Fedora-3 in download link. (backportme.)
7673
7674         * scm/framework-tex.scm (convert-to-dvi): use ly:system for
7675         invoking latex. (backportme.)
7676
7677         * lily/stem.cc (off_callback): center stems for all rest stems.
7678
7679 2004-11-05  Werner Lemberg  <wl@gnu.org>
7680
7681         * Documentation/user/lilypond.tely: Add more guidelines for writing
7682         lilypond texinfo documents.
7683
7684 2004-11-05  Heikki Junes  <hjunes@cc.hut.fi>
7685
7686         * Documentation/index.html.in: remove <hr>.
7687
7688         * THANKS: change 2.3 to 2.4.
7689
7690 2004-11-05  Jan Nieuwenhuizen  <jannneke@gnu.org>
7691
7692         * scm/output-gnome.scm: More fontconfig comment.
7693
7694 2004-11-05  Pedro Kroger  <kroeger@pedrokroeger.net>
7695
7696         * GNUmakefile.in ($(builddir)/share/lilypond-force): create the
7697         <package> directory in $(builddir)/share according with
7698         PACKAGE_NAME defined in the VERSION file.
7699
7700 2004-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7701
7702         * lily/beam.cc (rest_collision_callback): use local beam
7703         multiplicity.
7704
7705         * input/regression/stem-stemlet.ly: new file.
7706
7707         * lily/stem.cc (add_head): store rests as well.
7708
7709         * scm/define-grob-properties.scm (all-user-grob-properties): add
7710         stemlet-length
7711
7712         * lily/stem.cc: store rests as well.
7713         
7714         * input/regression/new-slur.ly: mention forcing.
7715
7716 2004-11-04  Werner Lemberg  <wl@gnu.org>
7717
7718         * Documentation/user/*: A new round of layout fixes and document
7719         structure cleanup.
7720
7721 2004-11-04  Heikki Junes <hjunes@cc.hut.fi>
7722
7723         * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x.
7724
7725 2004-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7726
7727         * Documentation/topdocs/INSTALL.texi (Top): Remove geometry.
7728
7729 2004-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
7730
7731         * Documentation/topdocs/INSTALL.texi (Top): Fix geometry url (dax).
7732
7733         * lily/lily-parser.cc (LY_DEFINE): Remove "Now " from message.
7734
7735         * lily/main.cc (main): Invoke identify.
7736
7737         * scm/lily.scm (postscript->pdf): Remove progress newline.
7738         Write progress to stderr.
7739
7740         * lily/paper-book.cc (output): Remove progress newline.
7741
7742         * scm/framework-tex.scm (convert-to-dvi, convert-to-ps): Call
7743         gettext on user messages, and remove whitespace.
7744
7745         * lily/paper-outputter.cc (get_paper_outputter): Add progress newline.
7746
7747         * scripts/lilypond-latex.py (program_name): Bugfix: use only basename of
7748         argv[0] (Thomas Scharkowski).
7749
7750         * configure.in: Bugfix: add REQUIRED parameter to STEPMAKE_TEXMF
7751         call (carlyannehorse).  Also check for mf and mf-nowin.  Add check
7752         for ec-fonts-mtraced.
7753
7754         * GNUmakefile.in (builddir-exec): Add symlink tex/out.  Fixes
7755         --srcdir build (Bertalan).
7756
7757         * stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile
7758         headers and library too (Laura Conrad).
7759
7760         * Documentation/topdocs/INSTALL.texi (Top): Mention development
7761         package for guile too (Laura Conrad).
7762
7763         * lily/main.cc (usage): Typo.
7764
7765 2004-11-02  Werner Lemberg  <wl@gnu.org>
7766
7767         * Documentation/user/notation.ly: More fixes to improve appearance.
7768
7769         * tex/texinfo.tex: Updated from texinfo CVS -- this version provides
7770         better output for multicolumn tables.
7771
7772 2004-11-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7773
7774         * lily/main.cc (dir_info): Fixed typo in the printouts.
7775
7776 2004-11-01  Werner Lemberg  <wl@gnu.org>
7777
7778         * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
7779         of output.
7780         Set `per_line' to 2; replace hard-coded value with it.
7781
7782         * Documentation/user/*: Many fixes to improve appearance of
7783         printed manual.
7784
7785 2004-11-01  Werner Lemberg  <wl@gnu.org>
7786
7787         * Documentation/user/changing-defaults.itely,
7788         Documentation/user/notation.ly,
7789         Documentation/user/programming-interface.itely: Use @/.
7790         Fix formatting of some lilypond snippets and tables.
7791
7792         * scripts/lilypond-book.py (compose_ly): Provide useful default
7793         for LINEWIDTH in `override'.
7794
7795 2004-10-31  Graham Percival  <gperlist@shaw.ca>
7796
7797         * Documentation/user/invoking.itely: change "3.0" -> "2.4"
7798
7799 2004-10-31  Werner Lemberg  <wl@gnu.org>
7800
7801         Resetting @exampleindent to `5' gives ugly results with texinfo's
7802         DVI output.  Use `@format @exampleindent 0 ... @end format' instead
7803         (if not quoting) to change @exampleindent only locally.
7804
7805         * scripts/lilypond-book.py (NOQUOTE): New variable.
7806         (output) [LATEX]: Remove AFTER and BEFORE.
7807         [TEXINFO]: Remove AFTER and BEFORE.
7808         Fix QUOTE and VERBATIM pattern.
7809         Add NOQUOTE pattern.
7810         (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
7811         and BEFORE.
7812         [output_texinfo]: Use NOQUOTE.
7813
7814 2004-10-31  Graham Percival  <gperlist@shaw.ca>
7815
7816         * Documentation/user/changing-defaults.itely: clarify paper
7817         size commands with correct info.
7818
7819         * Documentation/user/lilypond-book.itely: add more docs for
7820         filename extensions.
7821
7822 2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7823
7824         * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
7825         (PATCH_LEVEL): start 2.5.0.
7826
7827 2004-10-30  Graham Percival  <gperlist@shaw.ca>
7828
7829         * Documentation/user/notation.itely: add warning about bar numbers
7830         in multistaff music, add warning about quoting grace notes.
7831
7832         * Documentation/user/changing-defaults.itely: clarify paper size commands,
7833         add missing subsubtitle entry to Creating titles.
7834
7835         * Documentation/user/tutorial.itely: change 3.0 references to 2.4.
7836
7837 2004-10-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7838
7839         * scripts/convert-ly.py (conv): fixed \context Foo = mixedCaps
7840         case.
7841         (conv): add dummy 2.4.0 conversion rule.
7842
7843         * Documentation/user/lilypond.tely: add @finalout.
7844
7845         * lily/slur-scoring.cc (enumerate_attachments): use stem_extent_
7846         for attaching, fixes slur/stem left attachment of
7847         downslur/downstem.
7848
7849         * lily/quote-iterator.cc (process): use <= for comparisons. Fixes
7850         quote problem if for last note of quoted sequence. 
7851
7852         * input/regression/part-combine-text.ly (comm): add expect strings.
7853
7854 2004-10-30  Werner Lemberg  <wl@gnu.org>
7855
7856         * Documentation/user/examples.itely: Improved layout.
7857
7858         * Documentation/invoking.itely: Use `@/' to insert breakpoints.
7859
7860         * Documentation/macros.itexi (@inputfileref) [@tex]: Use `@/'.
7861
7862         * Documentation/notation.itely: Use `@/'.
7863         Other layout fixes.
7864
7865 2004-10-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7866
7867         * lily/part-combine-iterator.cc (unisono): examine last_playing_
7868         (not state_), this fixes a2 printing after chord.
7869
7870         * input/regression/no-staff.ly: fix octave, revise syntax.
7871
7872         * input/regression/lyrics-bar.ly (texidoc): fixes.
7873
7874         * input/regression/beam-dir-functions.ly (Module): remove from regtest
7875
7876         * input/regression/accidentals.ly (Module): remove from regtest.
7877
7878         * lily/parser.yy (Prefix_composite_music): 
7879         oops. Chords should be unrelativable, not bass figures untransposable.
7880
7881         * VERSION: 2.3.26 released.
7882         
7883         * lily/completion-note-heads-engraver.cc (try_music): only return
7884         something when is_first_ is true. Fixes lyrics with completion_heads. 
7885
7886         * make/lilypond-vars.make: add scripts/out/ to PATH, to find ps2png. 
7887
7888         * scm/lily.scm (ly:system): new function. Catches uninstalled
7889         ps2png.
7890
7891 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7892
7893         * Documentation/user/notation.itely: remove
7894         @hyphenatedinternalsref.
7895
7896 2004-10-29  Werner Lemberg  <wl@gnu.org>
7897
7898         * scm/framework-tex.scm (dump-line): Fix dimensions for \lybox.
7899
7900         * scripts/lilypond-book.py (no_options): New dictionary.
7901         (simple_options): New list.
7902         (ly_options): Remove NOINDENT and EXAMPLEINDENT patterns.
7903         (compose_ly): Use `no_options' and `simple_options'.
7904         Fix logic of option handling.
7905         Handle `linewidth' option without parameter.
7906
7907 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7908
7909         * lily/lookup.cc (triangle): use (0, interval.length()) for X
7910         extent, since the stencil is translated later on.
7911
7912         * lily/ledger-line-spanner.cc (print): swap linear_combination
7913         arguments, effectively shortens ledger line. 
7914
7915         * Documentation/user/GNUmakefile
7916         ($(outdir)/lilypond/lilypond.html): use find to remove files.
7917
7918         * lily/main.cc: --no-pages option.
7919
7920 2004-10-28  Carl Sorensen  <carldsorensen@comcast.net>
7921
7922         * Documentation/user/notation.itely (Fret diagrams): add extra
7923         notes to example to avoid collisions between fret diagrams.
7924
7925 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7926
7927         * Documentation/user/notation.itely (Automatic note splitting):
7928         note about lyrics. 
7929
7930         * Documentation/user/converters.itely (Invoking convert-ly): note
7931         about version numbers. 
7932
7933         * scripts/abc2ly.py (dump_score): revise lyric dumping
7934
7935         * scripts/mup2ly.py (pre_processor_commands): always open file.
7936
7937         * scripts/etf2ly.py (Frame.calculate): always close \grace.
7938         (Etf_file.dump): add \version
7939
7940         * VERSION: 2.3.25 released.
7941
7942         * lily/scm-option.cc: add 'resolution to ly:get-option argument
7943         list.
7944
7945 2004-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7946
7947         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-origin
7948
7949 2004-10-28  Werner Lemberg  <wl@gnu.org>
7950
7951         * Documentation/user/music-glossary.tely: More fixes to improve
7952         appearance with DVI output.
7953
7954         * scripts/lilypond-book.py (compose_ly): Use 0.4in for
7955         EXAMPLEINDENT.  This is the maximum value for quotation environments
7956         used in `texinfo.tex' -- many warnings in lilypond.dvi are now gone.
7957
7958 2004-10-27  Werner Lemberg  <wl@gnu.org>
7959
7960         * Documentation/user/music-glossary.tely: Revised.
7961
7962 2004-10-26  Carl Sorensen  <carldsorensen@comcast.net>
7963
7964         * input/test/fret-diagram.ly: insert breaks, remove raggedright to
7965         improve fret diagram spacing in printed output.
7966
7967         * Documentation/user/notation.itely (Fret diagrams): Remove raggedright
7968         from options for the example so fret-diagrams won't overlap
7969         one another.
7970
7971 2004-10-26  Werner Lemberg  <wl@gnu.org>
7972
7973         * scripts/lilypond-book.py: Some additional formatting for
7974         orthogonality.
7975         (ly_options) [*]: Format strings.
7976         [RAGGEDRIGHT]: Don't set `indent'.  This is now properly handled
7977         by `compose_ly'.
7978         (output) [LATEX][OUTPUT]: Format string and simplify.
7979         (PREAMBLE_LY, FRAGMENT_LY): Format string.
7980         (classic_lilypond_book_compatibility): Take key/value pair as
7981         parameter.
7982         Return key/value pair.
7983         (compose_ly): Rewritten, taking the snippet type as third parameter. 
7984         The default values are now set more sensible, and a `linewidth'
7985         option is no longer overwritten under some circumstances.
7986
7987         * Documentation/user/music-glossary.tely: Replace all accented
7988         character macros with latin-1 codes.
7989
7990 2004-10-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7991
7992         * lily/music-function.cc (ly_make_music_function): when an
7993         argument predicate is markup?, the signature keyword becomes
7994         "markup" iso "scm".
7995
7996         * lily/lexer.ll (music_function_type): new MUSIC_FUNCTION_*MARKUP*
7997         tokens, for functions which signatures contain "markup".
7998
7999         * lily/parser.yy (Generic_prefix_music_scm): add treatment for new
8000         MUSIC_FUNCTION_*MARKUP* tokens.
8001
8002 2004-10-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8003
8004         * input/regression/lyrics-bar.ly: Make StaffGroup accept the new
8005         Lyrics context.
8006
8007 2004-10-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8008
8009         * python/lilylib.py (make_ps_images): return list of output files.
8010
8011         * lily/simple-spacer.cc (LY_DEFINE): for ragged, we can end with
8012         all springs tight, and still satisfy the constraints.
8013
8014 2004-10-25  Werner Lemberg  <wl@gnu.org>
8015
8016         * scripts/lilypond-book.py: s/option-sep/option_sep/.
8017         (format_res) [LATEX, TEXINFO]: Skip whitespace before comma also.
8018         (snippet_res): Fix regexps and make them ignore whitespace properly.
8019         (compose_ly): Use `re.split' instead of `string.split' to remove
8020         surrounding whitespace.
8021         Some formatting to get more consistency.
8022
8023 2004-10-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8024
8025         * VERSION: 2.3.24
8026         
8027         * scm/define-context-properties.scm
8028         (all-user-translation-properties): add verticallySpacedContexts.
8029
8030         * scm/define-grob-interfaces.scm (vertically-spaceable-interface):
8031         add interface
8032
8033         * scm/define-grob-properties.scm (all-internal-grob-properties):
8034         add spaceable-staves
8035
8036         * scm/define-grobs.scm (all-grob-descriptions): set
8037         vertically-spaceable-interface for VerticalAxisGroup and
8038         RemoveEmptyVerticalGroup
8039
8040         * lily/system.cc (get_line): determine staff_refpoints_
8041         using spaceable-staves.
8042
8043         * lily/score-engraver.cc (acknowledge_grob): ack
8044         vertically-spaceable-interface and verticallySpacedContexts to
8045         set spaceable-staves.
8046
8047         * input/regression/new-slur.ly: add slur under 16th subbeam case.
8048
8049         * lily/slur-scoring.cc (fill): init has_same_beam_ before use.
8050
8051 2004-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8052
8053         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): tune
8054         minimumVerticalExtent tweaks. 
8055  
8056         * mf/feta-schrift.mf: include size of thumb appendix in
8057         bbox. Fixes: c-thumb-notehead.ly  
8058
8059         * THANKS: add Meisters to the Development team.
8060
8061         * scm/framework-tex.scm (convert-to-dvi): redirect output to
8062         /dev/null for non-verbose.
8063
8064         * Documentation/user/invoking.itely (Invoking lilypond): add note
8065         about resource usage.
8066
8067         * tex/GNUmakefile (TEX_FILES): add texinfo.cnf
8068
8069         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): add
8070         --enable-encoding
8071
8072         * Documentation/user/lilypond.tely: add -*- coding: latin-1 -*- everywhere. 
8073
8074         * Documentation/user/changing-defaults.itely (Text encoding):
8075         change to latin1.
8076
8077         * Documentation/user/lilypond.tely: add language and encoding.
8078
8079         * scm/define-grobs.scm (all-grob-descriptions): add
8080         line-interface.
8081
8082         * configure.in (PKG_CONFIG_PATH): bump makeinfo version to 4.7
8083
8084         * input/test/ossia.ly: font sizes for ossia.
8085
8086         * scripts/convert-ly.py (conv): \context Foo = NOTENAME
8087         -> \context Foo = "NOTENAME".
8088
8089         * lily/main.cc (determine_output_options): fix ordering.
8090
8091 2004-10-24  Erik Sandberg  <ersa9195@student.uu.se>
8092
8093         * THANKS: Added bughunters for 2.3.
8094
8095 2004-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8096
8097         * Documentation/user/macros.itexi: use findex functions/internals
8098         objects.
8099
8100         * scm/documentation-generate.scm (string-append): add syncodeindex
8101
8102         * Documentation/user/tutorial.itely (A lead sheet): use \chords
8103         for tutoring chord names.
8104  
8105         * Documentation/user/lilypond.tely: remove @authors.
8106
8107 2004-10-23  Werner Lemberg  <wl@gnu.org>
8108
8109         * scm/framework-tex.scm (dump-page): Add width to \lybox call.
8110         Remove first two parameters of \lybox.
8111         Don't emit \vbox around \lybox.
8112         (dump-line): Add width to \lybox call.
8113         Remove first two parameters of \lybox.
8114
8115         * tex/lilyponddefs.tex (\topalign, \leftalign): Removed.
8116         (\lyitem): Updated.
8117         (\lybox): Only take three parameters.
8118         Create box which has zero depth, only height.
8119         Center box vertically along the x-height of current font.
8120
8121 2004-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8122
8123         * VERSION (PACKAGE_NAME): release 2.3.23
8124
8125         * scm/framework-tex.scm (convert-to-ps): add -E if filename
8126         contains .preview.
8127
8128 2004-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8129
8130         * lily/lyric-extender.cc (print): only run to right-bound if
8131         broken. This fixes input/regression/lyric-extender.ly
8132
8133         * input/regression/beamed-chord.ly: removed.
8134
8135         * Documentation/user/macros.itexi: add \global to definitions for
8136         feta macros.
8137
8138         * po/fr.po: updated po file.
8139
8140         * po/de.po: updated po file.
8141
8142 2004-10-22  Werner Lemberg  <wl@gnu.org>
8143
8144         * tex/lilyponddefs.tex (\lilypondend): Undo change from 2004-10-20.
8145
8146 2004-10-21  Werner Lemberg  <wl@gnu.org>
8147
8148         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex
8149         (\lilypondexperimentalfeatures): Removed.
8150
8151 2004-10-20  Jürgen Reuter  <reuter@ipd.uka.de>
8152
8153         * Documentation/user/notation.itely: fixed 2 typos
8154
8155 2004-10-20  Werner Lemberg  <wl@gnu.org>
8156
8157         * scm/framework-tex.scm (header-end): Don't set \outputscale.
8158         (dump-line): Produce prettier output.
8159
8160         * tex/lilyponddefs.tex: Comment all macros extensively.
8161         (\lilypondstart): Set \outputscale.
8162         Define \lilypondpagebreak and \lilypondnopagebreak here.
8163         Don't test for positive \lilypondpaperlinewidth -- this is always
8164         positive in the normal case (LilyPond produces bad output otherwise
8165         so we can safely ignore negative or zero values).
8166         (\lilypondend): Remove useless test for \lilypondbook.
8167         (\fetasixteen, \fetafont, \fetachar): Removed, unused.  We also
8168         don't input `feta20.tex'.
8169
8170 2004-10-19  Graham Percival  <gperlist@shaw.ca>
8171
8172         * Documentation/user/examples.itely: added texidoc lilypond-book
8173         template.
8174
8175 2004-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
8176
8177         * cygwin/lilypond.hint: Update.
8178
8179 2004-10-18  Carl Sorensen  <carldsorensen@comcast.net>
8180
8181         * Documentation/user/notation.itely (Fret diagrams): Add documentation
8182         for fret diagram markups to user manual
8183
8184         * scm/fret-diagrams.scm (fret-diagram-terse): Fix mistake in internal
8185         documentation for fret-diagram-terse
8186
8187         * Documentation/user/notation.itely: Added section on fret diagrams.
8188
8189 2004-10-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8190
8191         * scripts/convert-ly.py (usage): Fix --help description.  Apply
8192         range also for --show-rules.
8193
8194 2004-10-18  Werner Lemberg  <wl@gnu.org>
8195
8196         * scripts/lilypond-book.py (Snippet, Include_snippet)
8197         [replacement_text]: Use group `match'.
8198
8199 2004-10-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8200
8201         * Documentation/user/macros.itexi: Use @ref instead of @inforef
8202         for html.  Apparently, ``you should'' in texinfo documentation is
8203         merely a guideline that can safely be ignored.
8204
8205         * elisp/lilypond-init.el (auto-mode-alist): Add .ily to
8206         auto-mode-alist.
8207
8208         * input/test/engraver-example.ily: 
8209         * input/regression/allfontstyle.ily: Rename, update users.
8210
8211 2004-10-16  Graham Percival  <gperlist@shaw.ca>
8212
8213         * Documentation/user/lilypond-book.itely: add more details about
8214         building .lytex files.
8215
8216         * Documentation/user/examples.itely: added piano-lyrics template
8217
8218         * input/template/piano-4-voices.ly, piano-lyrics.ly: remove.
8219
8220         * input/GNUmakefile: remove "templates" from build subdirs.
8221
8222         * input/template: removed.
8223
8224 2004-10-16  Werner Lemberg  <wl@gnu.org>
8225
8226         * scripts/lilypond-book.py (snippet_res): Define group `match'
8227         everywhere.
8228         Accept more spaces between commands and its arguments and options.
8229         Fix some regexps.
8230         (output): Remove some newlines in string values and suppress spaces
8231         in output.
8232         (output_texinfo): Output `output_print_filename' only if not empty.
8233         (Lilypond_snippet)[find_toplevel_snippets]: Use group `match'.
8234
8235 2004-10-16  Werner Lemberg  <wl@gnu.org>
8236
8237         * scm/framework-tex.scm (font-load-command, define-fonts): Protect
8238         some TeX line ends with `%' to avoid additional horizontal space in
8239         output.
8240
8241         * scripts/lilypond-book.py: Unexpand spaces to tabs.
8242         (snippet_res): Use `x' modifier to represent regular expressions
8243         in a friendlier way.
8244         Fix `lilypond_block' for LaTeX to accept `%\end{lilypond}'.
8245         (find_toplevel_snippets): Don't use indices from match group 0,
8246         which is the whole pattern space, but group 1.
8247
8248 2004-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8249
8250         * flower/include/direction.hh (enum Direction): add
8251         DIRECTION_LIMIT
8252
8253 2004-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8254
8255         * po/fr.po: new po file.
8256
8257 2004-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
8258
8259         * Documentation/user/macros.itexi: Do not construct external
8260         references using @uref.  That results in broken links.
8261
8262         * lily/slur.cc (outside_slur_callback): Use int in for loop;
8263         avoids g++-3.4.1 enum beature.
8264
8265 2004-10-13  Graham Percival  <gperlist@shaw.ca>
8266
8267         * Documentation/user/examples.itely: added lilypond-book template.
8268
8269         * Documentation/user/lilypond-book.itely: added filename extension
8270         page.
8271
8272 2004-10-13  Jan Nieuwenhuizen  <janneke@gnu.org>
8273
8274         * debian/rules (binary-indep): Link images for info.
8275
8276         * elisp/lilypond-mode.el (LilyPond-command): Set XEDITOR.  Cool
8277         feature nicked from jEdit.
8278
8279 2004-10-12  Pedro Kroger  <kroeger@pedrokroeger.net>
8280
8281         * Documentation/user/introduction.itely: Minor corrections.
8282
8283         * Documentation/user/notation.itely: Minor corrections.
8284
8285         * Documentation/user/tutorial.itely: Minor corrections.
8286
8287 2004-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8288
8289         * scm/framework-ps.scm (page-header): Fix Layout renaming bug.
8290
8291         * scm/*.scm:
8292         * ly/paper-defaults.ly: Use papersizename only.
8293
8294 2004-10-11  Werner Lemberg  <wl@gnu.org>
8295
8296         * tex/lilyponddefs.tex (\lyitem): Don't use \topalign to make
8297         \raise work with positive values.
8298
8299 2004-10-11  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8300
8301         * Documentation/user/notation.itely (Multi measure rests): Update
8302         the docs corresponding to the implementation change from 2004-10-08.
8303
8304 2004-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8305
8306         * VERSION (MY_PATCH_LEVEL): release 2.3.22
8307
8308         * scm/part-combiner.scm (determine-split-list): reinstate
8309         playing+resting case. 
8310
8311         * Documentation/user/invoking.itely (Reporting bugs): rename.
8312
8313         * lily/lexer.ll (Lily_lexer): bump version req to 2.3.22.
8314
8315         * lily/parser.yy (Prefix_composite_music): change no-transposition
8316         for mode_changing_head to figures too.
8317
8318         * lily/phrasing-slur-engraver.cc (acknowledge_grob): do something
8319         with normal slurs too.
8320         
8321         * lily/slur-scoring.cc (move_away_from_staffline): new function.
8322         (get_base_attachments): move away attachment point for breaks
8323         similar to attachment points on slurs (staffline collision, and
8324         half a space of padding)
8325
8326         * scm/page-layout.scm (ly:optimal-page-breaks): don't compute
8327         force twice.
8328
8329         * lily/simple-spacer.cc (LY_DEFINE): if line too long in ragged
8330         mode, return #f.        
8331
8332         * scm/page-layout.scm (ly:optimal-page-breaks): set force = 0.0
8333         for last page if raggedlast. 
8334
8335         * lily/parser.yy (Prefix_composite_music): untransposable is for
8336         FiguredBass, not ChordNames
8337
8338 2004-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8339
8340         * scm/framework-tex.scm: Merge fix.
8341
8342 2004-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
8343
8344         The grand \paper -> \layout, \bookpaper -> \paper renaming.
8345
8346 2004-10-10  Graham Percival  <gperlist@shaw.ca>
8347
8348         * Documentation/user/notation.itely: add raggedright to a whole
8349         bunch of places.
8350
8351 2004-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8352
8353         * scm/paper.scm (set-paper-dimension-variables): new
8354         function. Define dimension-variables explicitly in \paper too.
8355         This allows overriding linewidth inside \score { \paper { } }
8356         blocks
8357  
8358         * scm/framework-tex.scm (convert-to-ps): invoke dvips with -t
8359         landscape.
8360         (header): add landscape and papersize options.
8361
8362 2004-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8363
8364         * lily/*.cc: use robust_scm2moment() where appropriate.
8365
8366         * lily/moment.cc (robust_scm2moment): new function.
8367
8368         * scm/titling.scm (default-score-title): remove caps for piece.
8369
8370         * VERSION: 2.3.21 released.
8371         
8372         * lily/include/slur-scoring.hh (struct Slur_score_state): new file
8373
8374         * lily/include/slur-configuration.hh (class Slur_configuration):
8375         new file.
8376
8377         * lily/slur-configuration.cc: new file. move scoring functions
8378         into Slur_configuration.
8379
8380         * lily/slur-scoring.cc (Slur_score_state): change static functions
8381         to methods of Slur_score_state.
8382
8383         * lily/bezier-bow.cc (Message): 
8384
8385         * flower/include/interval-set.hh (Message): new file.
8386
8387         * flower/interval-set.cc (Message): new file.
8388
8389 2004-10-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8390
8391         * lily/multi-measure-rest-engraver.cc (process_music): always
8392         generate MultiMeasureRestNumbers.
8393
8394         * SConstruct (txt_files): switch of make dist
8395
8396         * lily/bezier-bow.cc (get_slur_indent_height): change recipe to
8397         make sure that (indent < len / 3). This fixes progerror-max_h.ly
8398
8399         * lily/multi-measure-rest-engraver.cc (process_music): make
8400         MultiMeasureRestNumber too.
8401
8402 2004-10-08  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8403
8404         * Documentation/user/notation.itely (Bar lines): Added a note that
8405         defaultBarType is to be changed in the Timing context.
8406
8407 2004-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8408
8409         * lily/include/guile-compatibility.hh: add file.
8410
8411         * scm/framework-tex.scm (convert-to-dvi): use max of current
8412         extra_mem_top and 1M.
8413
8414         * lily/kpath.cc (LY_DEFINE): ly_kpathsea_expand_variable. New
8415         function.
8416
8417 2004-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8418
8419         * scm/framework-tex.scm (convert-to-dvi): set extra_mem_top to 1M.
8420  
8421 2004-10-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8422
8423         * lily/slur-scoring.cc (struct Slur_score_state): add
8424         has_same_beam_, edge_has_beams_, is_broken_ bools.
8425         (get_base_attachments): simpler Y attachment determination for
8426         broken slurs.
8427
8428 2004-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8429
8430         * buildscripts/texi2omf.py: Add hashbang.  Starting the script in
8431         bash without that is quite interesting.  Add xml and some omf
8432         keys.
8433
8434 2004-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8435
8436         * Documentation/user/macros.itexi: Add xml macros.
8437
8438         * Documentation/user/GNUmakefile (extra-local-help): Add xml rules.
8439
8440         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): Fix location.
8441
8442 2004-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8443
8444         * lily/break-substitution.cc (substitute_mutable_property_alist):
8445         only put property back into value if != SCM_UNDEFINED
8446
8447         * lily/lyric-extender.cc (print): don't take common refpoint of
8448         null object if right_text isn't there.
8449  
8450         * lily/slur-scoring.cc (struct Slur_score_state): new
8451         struct. Collect scoring function arguments.
8452         (struct Slur_score_state): add musical_dy_
8453         (get_extra_encompass_infos): new function. Split off state
8454         computations.
8455
8456         * scm/part-combiner.scm (determine-split-list): remove playing1
8457         and playing2.
8458
8459 2004-10-02  Graham Percival  <gperlist@shaw.ca>
8460
8461         * Documentation/index.html.in: remove link to templates.
8462
8463         * Documentation/user/notation.itely: more small fixes.
8464
8465 2004-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8466
8467         * lily/timing-engraver.cc (process_music): move setting
8468         measure-length. This fixes spacing-whole-rest.ly
8469
8470         * VERSION (PACKAGE_NAME): release 2.3.20
8471         
8472         * input/regression/quote-transposition.ly: update example
8473
8474         * scm/define-music-properties.scm (all-music-properties): change
8475         meaning of instrumentTransposition.  It is now the pitch played
8476         that sounds as middle C. This means that instrumentTransposition
8477         can be \transposed. 
8478         Fixes: transpose-quote.ly
8479
8480         * lily/parser.yy (command_element): reverse setting of
8481         instrumentTransposition
8482
8483         * lily/pitch.cc (pitch_interval): rename.
8484
8485         * lily/recording-group-engraver.cc (stop_translation_timestep):
8486         remove macrameing of accumulator and set_car/cdr.
8487         Fixes: transposition-quote.ly
8488
8489         * lily/music.cc (transpose): fold Event::transpose() in.
8490
8491         * lily/event.cc: remove Transpose. 
8492
8493         * lily/recording-group-engraver.cc: cleanup.
8494
8495         * ly/music-functions-init.ly (displayMusic): add function.
8496
8497         * make/lilypond.fedora.spec.in: rename file.
8498
8499         * lily/lily-lexer.cc (mark_smob): don't use ly_cdr() for getting
8500         to-be-marked objects. Use SCM_CELL_WORD_1 instead. 
8501
8502         * Documentation/user/changing-defaults.itely (Changing context
8503         properties on the fly): typo.
8504
8505         * lily/slur.cc (outside_slur_callback): try three sample points
8506         for determining collisions. This fixes: slur-script.ly.
8507
8508 2004-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
8509
8510         * scripts/lilypond-book.py (ext2format): Add latex as Latex.
8511
8512 2004-10-01  Graham Percival  <gperlist@shaw.ca>
8513
8514         * Documentation/user/notation.itely: more small fixes.
8515
8516         * Documentation/user/examples.itely: make new sections.
8517
8518         * input/test/bar-lines.ly: improve output, fix bug.
8519
8520         * Documentation/user/changing-defaults.itely: small fixes.
8521
8522 2004-10-01  Werner Lemberg  <wl@gnu.org>
8523
8524         * tex/lilyponddefs.tex (\lilypondECencoding): New command to handle
8525         T1 encoding in texinfo mode.
8526         (\lilypondstart): Use it.
8527         (\lilypondloop, \lilyponditerate): Removed.  Unused.
8528
8529 2004-09-30  Werner Lemberg  <wl@gnu.org>
8530
8531         * tex/lilyponddefs.tex (\lilypondstart): Define
8532         \lilypondfontencoding for both texinfo and latex mode.
8533
8534         * scm/framework-tex.scm (font-load-command): Use
8535         \lilypondfontencoding.
8536
8537 2004-09-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8538
8539         * scm/framework-tex.scm (dump-page): take with-extents?
8540         argument. If true, output Y extents. Used for lilypond-book
8541         documents.
8542
8543         * scripts/lilypond-book.py (PREAMBLE_LY): set dump-extents for
8544         \bookpaper.
8545
8546         * lily/slur.cc (outside_slur_callback): epsilon-delta management
8547         for slur edges. Fixes: progerror-no-bezier-intersection.ly
8548  
8549         * scm/framework-tex.scm (dump-page): put stencil height in dumped
8550         page.
8551
8552 2004-09-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8553
8554         * Documentation/user/notation.itely (Multi measure rests):
8555         Improved example.
8556
8557 2004-09-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8558
8559         * lily/auto-beam-engraver.cc (test_moment): robustify.
8560
8561 2004-09-28  Werner Lemberg  <wl@gnu.org>
8562
8563         * scm/framework-tex.scm (font-load-command): Define proper font
8564         macro which sets font encoding if available.
8565         (define-fonts): Define \lilypondpaperinputencoding, to be taken
8566         from the \bookpaper block.
8567
8568         * tex/lilyponddefs.tex (\lilypondstart): Use
8569         \lilypondpaperinputencoding for global input encoding.
8570
8571 2004-09-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8572
8573         * lily/score.cc (Score): oops. Copy error_found_ too.
8574
8575 2004-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8576
8577         * stepmake/stepmake/texinfo-rules.make: 
8578         * Documentation/GNUmakefile: --srcdir build fixes.
8579
8580         * input/test/coriolan-margin.ly: Put papersize settings in \bookpaper.
8581
8582         * Documentation/user/latex-lilypond-example.latex:
8583         * Documentation/user/latex-example.latex: Fix compile errors.
8584         Still buggy, need more love.
8585
8586 2004-09-27  Werner Lemberg  <wl@gnu.org>
8587
8588         * tex/lilyponddefs.tex (\lilypondstart): Use \frenchspacing.
8589
8590 2004-09-26  Juergen Reuter  <reuter@ipd.uka.de>
8591
8592         * Documentation/user/examples.itely: removed \midi block to
8593         simplify the example
8594
8595         * Documentation/user/notation.itely: Removed superfluous
8596         TextSpanner tweakings (is already done by engraver-init.ly).
8597         Documented bug: vertical alignment of articulations.
8598
8599         * Documentation/user/notation.itely, ly/engraver-init.ly
8600         (VaticanaVoice, GregorianTranscriptionVoice): Bugfix: TextSpanner
8601         padding.
8602
8603         * Documentation/user/notation.itely, ly/engraver-init.ly: moved
8604         docu about TextSpanner padding bug from manual to engraver.ly
8605         (since it's workarounded and hence not user-visible any more)
8606
8607 2004-09-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8608
8609         * VERSION: release 2.3.19
8610
8611 2004-09-26  Graham Percival  <gperlist@shaw.ca>
8612
8613         * ly/property-init.ly: fix bug in displaying ledger lines while
8614         \hideNotes is on.
8615
8616         * Documentation/user/notation.itely: more editing.
8617
8618         * Documentation/user/examples.itely: add piano-dynamics template.
8619
8620         * input/template/piano-dynamics.ly: remove.
8621
8622         * Documentation/user/sound-output.itexi: more editing
8623
8624 2004-09-25  Graham Percival  <gperlist@shaw.ca>
8625
8626         * Documentation/user/notation.itely: more editing.
8627
8628 2004-09-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8629
8630         * scm/ly-from-scheme.scm (read-lily-expression): use ~s in format
8631         instead of ~a, to get #{ #"foo" #} actually printed to #"foo".
8632
8633 2004-09-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8634
8635         * lily/hairpin.cc (print): check columns of bounds, not bounds
8636         themselves.
8637         (print): robustify bound-padding lookup.
8638
8639         * lily/*: ly_c[ad]+r -> scm_XXX , ly_c_pair_p -> scm_is_pair.
8640
8641         * scripts/lilypond-book.py (Compile_error.process_include): catch
8642         Compile_error exception, and remove output .texi.
8643
8644         * scm/define-music-properties.scm (all-music-properties): add
8645         error-found
8646
8647         * lily/parser.yy (Music_list): add error-found to music with errors.
8648
8649         * lily/lily-parser.cc (LY_DEFINE): ignore scores with errors.
8650
8651         * lily/book.cc (process): ignore books with errors
8652
8653         * lily/include/score.hh (class Score): add error_found_ member.
8654
8655         * lily/drum-note-engraver.cc (try_music): idem.
8656
8657         * lily/note-heads-engraver.cc: remove start-playing-event.
8658
8659         * lily/part-combine-iterator.cc (Part_combine_iterator): use
8660         BusyPlayingEvent to determine which voice was active last.
8661         (unisono): use last active to where to get unisono information
8662         from. This fixes: partcombine-rest.ly (again).
8663
8664         * scm/part-combiner.scm (determine-split-list): cleanups
8665
8666 2004-09-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8667
8668         * input/regression/lyric-extender.ly: simplify.
8669         complexify.
8670
8671         * lily/lyric-extender.cc (print): use it to determine size of
8672         extender. Remove Lyric_extender::is_visible().
8673
8674         * lily/extender-engraver.cc (acknowledge_grob): store lyric in
8675         next property.
8676
8677         * lily/lyric-engraver.cc: remove get_current_rest().
8678         
8679 2004-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8680
8681         * input/regression/lyric-extender.ly: Fix and add test.
8682
8683         * lily/extender-engraver.cc (stop_translation_timestep): Oops, typo.
8684
8685 2004-09-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8686
8687         * lily/note-head.cc: remove Note_head::extent.
8688
8689 2004-09-23  Graham Percival  <gperlist@shaw.ca>
8690
8691         * Documentation/user/tutorial.itely: do manual style 2-space
8692         indents in examples
8693
8694         * Documentation/user/notation.itely: more editing.
8695
8696 2004-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8697
8698         * lily/lyric-engraver.cc (get_current_rest): New function.
8699
8700         * lily/extender-engraver.cc (stop_translation_timestep): Use it:
8701         stop at rest.
8702
8703         * lily/lyric-extender.cc (print): Fix crash (Russ Ross).
8704
8705         * lily/slur-scoring.cc (get_bezier): Fix for broken beziers.
8706
8707 2004-09-23  Juergen Reuter  <reuter@ipd.uka.de>
8708
8709         * Documentation/user/examples.itely (Small ensembles): added
8710         example for transcription of mensural music
8711
8712         * Documentation/user/notation.itely (The Lyrics context): fixed broken
8713         link to SATB vocal score
8714
8715         * Documentation/user/notation.itely (System start delimiters):
8716         fixed typo: GrandStaff->StaffGroup
8717
8718         * Documentation/user/notation.itely (Ancient articulations):
8719         removed obsolete comment on \episem bug
8720
8721 2004-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8722
8723         * scm/framework-tex.scm (output-preview-framework): Fix invocation
8724         of header.
8725
8726 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8727
8728         * lily/dynamic-engraver.cc (acknowledge_grob): attach hairpin
8729         start to note-column.
8730
8731         * lily/hairpin.cc (print): check text-interface, to attach to
8732         dynamic texts.  
8733
8734         * lily/include/text-item.hh (class Text_interface): rename
8735         Text_item -> Text_interface
8736
8737         * lily/piano-pedal-bracket.cc (print): robustify.
8738
8739 2004-09-22  Pedro Kroger  <kroeger@pedrokroeger.net>
8740
8741         * scm/paper.scm (set-paper-dimensions): add printfirstpagenumber.
8742
8743         * scm/page-layout.scm (plain-header): if printfirstpagenumber is
8744         true will print the page number in the first page.
8745
8746         * Documentation/user/changing-defaults.itely: Document
8747         printfirstpagenumber.
8748
8749 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8750
8751         * lily/phrasing-slur-engraver.cc (acknowledge_grob): avoid more
8752         objects.
8753
8754         * lily/beam-concave.cc (calc_concaveness): take absolute value of
8755         dy for scaling. This fixes various downbeams.
8756         
8757
8758         * lily/beam-quanting.cc (best_quant_score_idx): 
8759
8760 2004-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8761
8762         * scm/framework-tex.scm (header-to-file): Fix.
8763
8764 2004-09-22  Werner Lemberg  <wl@gnu.org>
8765
8766         * lily/parser.yy <score_body>: Fix typo.
8767
8768 2004-09-22  Graham Percival  <gperlist@shaw.ca>
8769
8770         * Documentation/user/tutorial.itely: modified a "future planning"
8771         comment.
8772
8773         * Documentation/user/notation.itely: more editing.
8774
8775 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8776
8777         * scm/define-markup-commands.scm (note-by-number): read font-size
8778         to determine stem length. Fixes: markup-note.ly
8779
8780 2004-09-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8781
8782         * lily/slur.cc (outside_slur_callback): read #'padding for
8783         slur-padding. Fixes: slur-script.ly
8784
8785         * lily/parser.yy (score_body): disallow \bookpaper in \score.
8786
8787 2004-09-21  Juergen Reuter  <reuter@ipd.uka.de>
8788
8789         * Documentation/user/notation.itely (ancient flags): documented
8790         flags-related known bugs
8791
8792         * lily/include/ligature-engraver.hh: added comment about why and
8793         how of (non-)use of abstract virtual methods
8794
8795         * ly/engraver-init.ly (VaticanaVoice,
8796         GregorianTranscriptionVoice): bugfix (workaround): TextSpanner:
8797         unset dash-fraction property in order to get solid lines
8798
8799         * ly/engraver-init.ly (MensuralStaff): fixed bad comment
8800
8801 2004-09-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8802
8803         * scripts/convert-ly.py (ly): Corrected replacement of \scriptBoth
8804
8805 2004-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
8806
8807         * lily/parse-scm.cc (internal_ly_parse_scm): Eval in module, not
8808         in function.
8809
8810         * scm/framework-tex.scm (convert-to-dvi): Use nonstopmode.  Set
8811         openout_any=p.  Throughout: progress to stderr, translate user
8812         messages.
8813
8814         * scm/output-gnome.scm: Fix font dir description.
8815
8816 2004-09-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8817
8818         * input/test/mensural-ligatures.ly (voice): move linethickness
8819         settings to bookpaper.
8820
8821         * lily/simple-spacer.cc (Module): use force to stretch to 
8822         line length as force measure for ragged spacing.
8823         
8824         * lily/lily-parser.cc (get_paper): don't set parent for \paper
8825         blocks in the parser. This eliminates ordering dependency for
8826         \bookpaper and \paper
8827
8828         * ly/part-paper-init.ly: remove file.
8829
8830         * lily/includable-lexer.cc (new_input): elucidate message.
8831
8832         * VERSION: 2.3.18 released.
8833         
8834 2004-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
8835
8836         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
8837         * input/mutopia/R.Schumann/romanze-op28-2.ly:
8838         * input/mutopia/F.Schubert/standchen.ly: Remove obsolete
8839         #'Slur.attachment setting.
8840
8841         * elisp/lilypond-mode.el (LilyPond-command-alist): Use -ftex,
8842         friendlier for point and click.
8843
8844 2004-09-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8845
8846         * ly/init.ly: reverse collected scores.
8847
8848         * scm/page-layout.scm (ly:optimal-page-breaks): use non-ragged
8849         layout to determine force.
8850         
8851 2004-09-18  Werner Lemberg  <wl@gnu.org>
8852
8853         * ly/engraver-init.ly <Score> [quotedEventTypes]: Add tuplets and
8854         ties.
8855
8856         * ly/declarations-init.ly (escapedBiggerSymbol,
8857         escapedSmallerSymbol): Fix typos.
8858
8859         * scripts/convert-ly.py: s/removeTag/removeWithTag/.
8860
8861 2004-09-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8862
8863         * input/{input,regression}/*.ly: run convert-ly
8864
8865         * VERSION: release 2.3.17
8866
8867         * lily/slur-scoring.cc (enumerate_attachments): make stem_extent a
8868         little wider for attachment calculation. This prevents stem and
8869         slur touching.
8870
8871         * lily/parser.yy (direction_less_char): soft code \< \> \! \( \) (
8872         ) 
8873
8874         * input/regression/tie.ly (texidoc): cleanup.
8875
8876         * ly/declarations-init.ly (tildeSymbol): soft-code meaning of [ ]
8877         and ~
8878
8879         * lily/slur-scoring.cc (score_extra_encompass): check if extra
8880         objects are on boundary column. 
8881
8882         * lily/main.cc (parse_argv): process --tex too.
8883
8884         * ly/music-functions-init.ly (keepWithTag): add music functions
8885         keepWithTag and removeWithTag.
8886
8887         * lily/quote-iterator.cc (Quote_iterator): init transposed_musics_.
8888
8889         * lily/accidental-engraver.cc (recent_enough): interpret laziness
8890         = #t. This fixes no-reset accidental-style.
8891
8892         * input/regression/accidental-piano.ly (Module): new file.
8893
8894         * lily/lily-guile.cc (LY_DEFINE): ly_assoc_get: new function.
8895
8896 2004-09-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8897
8898         * lily/slur-scoring.cc (score_extra_encompass): widen X extent of
8899         extra encompass.
8900         (score_extra_encompass): use Y coordinate of attachment if X
8901         attachment falls in extra encompass X extent.
8902
8903         * buildscripts/guile-gnome.sh (SLIB_PATH): add SLIB_PATH to
8904         GUILE_LOAD_PATH
8905
8906 2004-09-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8907
8908         * scm/output-gnome.scm: Small fixes.
8909
8910         * buildscripts/guile-gnome.sh: Getting close to 2.6.0 release.
8911
8912 2004-09-16  Juergen Reuter  <reuter@ipd.uka.de>
8913
8914         * Documentation/user/notation.itely (Ancient flags): Removed
8915         documentation on adjust-if-on-staffline (this property was removed
8916         by Han-Wen).
8917
8918         * Documentation/user/notation.itely (Ancient notation): Minor
8919         cleanups and fixes.  Renamed "Vaticana style contexts" ->
8920         "Gregorian Chant contexts".  Added section "Mensural contexts".
8921         Added section "Ancient articulations".
8922
8923         * ly/engraver-init.ly: Added "MensuralVoice" and "MensuralStaff".
8924
8925 2004-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
8926
8927         * buildscripts/guile-gnome.sh: Add missing bit.
8928
8929 2004-09-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8930
8931         * buildscripts/guile-gnome.sh (LD_LIBRARY_PATH): new script.
8932
8933         * lily/slur-scoring.cc (get_y_attachment_range): set end point
8934         using base_attachment.
8935
8936         * scm/page-layout.scm (default-page-make-stencil): whoops. Add
8937         page header back.
8938
8939         * scm/documentation-generate.scm (top-node): move version to top
8940         node.
8941
8942         * lily/ledger-line-spanner.cc: add ledgered-interface, with
8943         property no-ledgers.
8944
8945 2004-09-16  Heikki Junes  <hjunes@cc.hut.fi>
8946
8947         * Documentation/user/{changing-defaults,examples,invoking,
8948         tutorial}.itely: Expand 's to is.
8949
8950         * Documentation/user/notation.itely: Capitalize only first letter.
8951
8952         * Documentation/user/programming-interface.itely: Capitalize Scheme.
8953
8954         * Documentation/user/lilypond-book.itely: use @refbugs.
8955
8956         * THANKS: sort.
8957
8958         * input/mutopia/F.Schubert/morgenlied.ly,
8959         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly,
8960         input/mutopia/R.Schumann/romanze-op28-2.ly: Add lifetime and full
8961         name.
8962
8963 2004-09-15  Juergen Reuter  <reuter@ipd.uka.de>
8964
8965         * mf/parmesan-heads.mf: bugfixes: (i) removed duplicate
8966         lneomensural char entry; (ii) fixed mensural/neomensural naming
8967         clash typo; (iii) lneomensural char: fixed stem attachment point.
8968         WARNING: FONT CHANGED!
8969
8970 2004-09-15  Graham Percival  <gperlist@shaw.ca>
8971
8972         * Documentation/user/introduction.itely: update \stemBoth to
8973         \stemNeutral.
8974
8975         * Documentation/user/notation.itely: more editing of the manual.
8976
8977 2004-09-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8978
8979         * lily/slur-scoring.cc (score_edges): add exp(slope*dir*leftright)
8980         factor in edge attraction. This reflects that the left edge may
8981         have a larger gap for an ascending up-slur.
8982         (get_base_attachments): copy bound Y from right bound, if there is
8983         only one note-column after the line break.
8984
8985 2004-09-14  Jan Nieuwenhuizen  <janneke@gnu.org>
8986
8987         * buildscripts/guile-gnome.sh: Update with tarball [pre]releases.
8988
8989 2004-09-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8990
8991         * lily/phrasing-slur-engraver.cc (process_music): Create
8992         PhrasingSlur instead of Slur.
8993
8994         * Documentation/user/changing-defaults.itely (Defining new
8995         contexts): Fixed misprinted context name.
8996
8997 2004-09-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8998
8999         * ly/property-init.ly (hideStaffSwitch): remove turnOff.
9000
9001         * scripts/convert-ly.py (conv): change Both to Neutral in property
9002         settings.
9003
9004         * ly/engraver-init.ly: increase extent of Staff. 
9005
9006 2004-09-13  Graham Percival  <gperlist@shaw.ca>
9007
9008         * scm/script.scm: change behaviour of slur and accent.
9009
9010         * Documentation/user/music-glossary.tely: de-gender a few entires.
9011
9012         * Documentation/user/introduction.itely: de-gender a few sentences.
9013
9014 2004-09-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9015
9016         * input/regression/rehearsal-mark-number.ly: Reuse the existing
9017         formatting routine when adding boxed numbers. Makes it easier to
9018         extrapolate how to do for boxed letters.
9019
9020 2004-09-12  Graham Percival  <gperlist@shaw.ca>
9021
9022         * Documentation/user/notation.itely: fixed Time Signature numbers bug.
9023
9024         * Documentation/user/invoking.itexi: updated the "reporting bugs"
9025         section.
9026
9027 2004-09-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9028
9029         * scm/define-grobs.scm (all-grob-descriptions): longer
9030         ideallengths for stems in higher order beams.
9031
9032         * Documentation/user/changing-defaults.itely (Page layout):
9033         document them.
9034
9035         * scm/page-layout.scm (ly:optimal-page-breaks): use new parameters
9036         to get sane spaces for titles.
9037
9038         * ly/book-paper-defaults.ly: new parameters aftertitlespace,
9039         beforetitlespace, betweentitlespace.
9040
9041         * input/regression/beam-quant-standard.ly (primeSixteenths): add
9042         16th notes.
9043
9044         * lily/beam.cc (set_minimum_dy): new function. Round non-zero
9045         small slope up to smallest quant. This prevents small slopes from
9046         getting rounded to zero.
9047
9048         * lily/beam-quanting.cc (quanting): don't allow dy_mus slopes that
9049         are smaller than the smallest quant.
9050
9051         * input/tutorial/brahms*.ly: remove.
9052
9053         * input/*: update all .ly files.
9054          
9055         * ly/a4-init.ly (vsize): remove papersize init files.
9056
9057         * scripts/convert-ly.py (conv): add conversion.
9058
9059         * lily/parser.yy: change mode changing commands to XXXmode,
9060         eg. drummode.
9061         (mode_changing_head): group mode changes.
9062         (mode_changing_head_with_context): new commands: create context as
9063         well as change mode.
9064
9065         * input/regression/system-overstrike.ly: new file.
9066
9067         * scm/page-layout.scm (ly:optimal-page-breaks): add
9068         betweensystempadding also to fixed distance for the spring.
9069  
9070         * scm/define-grobs.scm (all-grob-descriptions): fix order of
9071         key-cancellation.
9072
9073         * input/regression/beam-concave-damped.ly: new file.
9074
9075         * lily/beam-concave.cc: new file, with new routines for concave
9076         decisions. There are now two types of concaveness: 1. a sharp
9077         logic decision forcing a beam horizontal, and 2. a number that
9078         measures how concave beams are that are not caught by 1.
9079
9080         This fixes: morgenlied.ly and input/regression/beam-concave.ly
9081         
9082         * lily/new-fingering-engraver.cc (stop_translation_timestep): new
9083         property: add-stem-support
9084
9085 2004-09-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9086
9087         * lily/slur-scoring.cc (get_bound_info): only do
9088         broken trend at the end of the line.
9089
9090         * VERSION (PACKAGE_NAME): release 2.3.16.
9091
9092         * input/regression/phrasing-slur.ly (Module): remove (duplicate
9093         with phrasing-slur-slur-avoid.ly)
9094
9095         * lily/slur-scoring.cc (struct Extra_collision_info): collect
9096         parameters for extra offset.
9097         (get_bezier): add slurs mid-points for curve determination
9098         (score_extra_encompass): add slur end points for scoring.
9099
9100 2004-09-11  Matthias Neeracher  <neeracher@mac.com>
9101
9102         * scm/framework-ps.scm (reencode-font): Handling font scaling
9103         and reencoding differently to work around a bug in gs 8.30 and
9104         earlier.
9105         Update callers.
9106
9107 2004-09-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9108
9109         * lily/slur-scoring.cc (broken_trend_y): always take use vdir
9110         extent index of other system. Fixes slurs across line breaks.
9111
9112         * lily/tuplet-engraver.cc (start_translation_timestep): use
9113         Tuplet_description::stop_ for determining when to stop producing
9114         tuplet brackets. This fixes: tuplet-overwrite.ly
9115
9116         * lily/*-engraver.cc: remove all Protected_scm objects to fix GC
9117         errors with GUILE 1.7 CVS.
9118
9119         * lily/translator.cc (derived_mark): new function.
9120
9121         * lily/slur-scoring.cc (score_encompass): new penalty type:
9122         variance penalty demerits slurs where one head/stem is much
9123         closer to the slur than average.
9124
9125         * lily/tuplet-bracket.cc (print): use robust_relative_extent
9126         iso. extent()
9127         (calc_position_and_height): use robust_relative_extent(). This
9128         fixes a couple of programming_errors
9129
9130         * input/regression/part-combine-mmrest-after-solo.ly (Module): new
9131         file.
9132
9133         * lily/part-combine-iterator.cc (unisono): bugfix for the case
9134         that voice-2 plays solo, and voice-1 has an mmrest that starts
9135         earlier. In that case, we switch to voice-2, so we catch the
9136         mmrest of voice-2. This fixes: partcombine-rest.ly.
9137  
9138 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9139
9140         * scm/define-grob-properties.scm (all-internal-grob-properties):
9141         add adjacent-hairpins property.
9142
9143         * lily/hairpin.cc: lengthen hairpin if space is available.
9144
9145         * input/regression/dynamics-hairpin-length.ly (Module): new file.
9146
9147 2004-09-10  Graham Percival  <gperlist@shaw.ca>
9148
9149         * Documentation/user/notation.itely: small fixes to docs.
9150
9151 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9152         
9153         * VERSION (PACKAGE_NAME): release 2.3.15
9154
9155         * make/lilypond.redhat.spec.in (Requires): bump requirement for
9156         ec-fonts-mftraced
9157
9158         * mf/GNUmakefile (SAUTER_FONTS): remove ecb10. This is provided by
9159         the latest ec-fonts-mftraced package.
9160
9161         * scm/define-context-properties.scm
9162         (all-internal-translation-properties): add property. Remove
9163         definition of quotes property.
9164
9165         * Documentation/user/notation.itely (Quoting other voices):
9166         document it
9167
9168         * lily/quote-iterator.cc (moment_less): add quotedEventTypes
9169         property, to determine what events are processed in \quote.
9170
9171 2004-09-10  Juergen Reuter  <reuter@ipd.uka.de>
9172
9173         * (many files): removed most occurrences of underscore ("_")
9174         from font characters; made font character naming more
9175         consistent
9176
9177         * input/test/gregorian-scripts.ly: fixed another victim of grand
9178         replacement operations
9179
9180         * lily/vaticana-ligature-engraver.cc: caught some more "_"
9181         inconsistencies
9182
9183         * input/puer-fragment.ly: bugfix: lyrics hyphen: syntax update
9184
9185 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9186
9187         * Documentation/user/changing-defaults.itely (Paper size): doc
9188         landscape
9189         
9190
9191         * scm/framework-ps.scm (eps-header): bugfixes. 
9192
9193         * scm/titling.scm (default-score-title): remove opus from the
9194         \score title.
9195
9196 2004-09-08  Pedro Kroger  <kroeger@pedrokroeger.net>
9197
9198         * scripts/convert-ly.py (program_name): changed to sys.argv[0]
9199
9200         * scripts/abc2ly.py (program_name): changed to sys.argv[0]
9201
9202         * scripts/etf2ly.py (program_name): changed to sys.argv[0]
9203
9204         * scripts/lilypond-book.py (program_name): changed to sys.argv[0]
9205
9206         * scripts/lilypond-latex.py (program_name): changed to sys.argv[0]
9207
9208         * scripts/midi2ly.py (program_name): changed to sys.argv[0]
9209
9210         * scripts/mup2ly.py (program_name): changed to sys.argv[0]
9211
9212         * scripts/ps2png.py (program_name): changed to sys.argv[0]
9213
9214 2004-09-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9215
9216         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Increment
9217         character position.  Huh?
9218
9219         * scm/output-gnome.scm (placebox): Shield affine-relative.
9220
9221         * buildscripts/guile-gnome.sh: Update.  Do not use GUILE CVS,
9222         cater for system's pango 1.5.1.
9223
9224         * input/regression/new-slur.ly: Add ugly slur from scsii-sarabande.
9225
9226         * scm/slur.scm: Tweak.
9227
9228 2004-09-08  Graham Percival  <gperlist@shaw.ca>
9229
9230         * Documentation/user/{first couple of chapters}: more editing.
9231
9232 2004-09-07  Graham Percival  <gperlist@shaw.ca>
9233
9234         * Documentation/topdocs/AUTHORS.texi, THANKS: add/modify my name
9235         and summary.
9236
9237         * Documentation/user/{first couple of chapters}: the big "Graham's
9238         moved to a new city, his friends haven't arrived, and he has no
9239         internet access" patch.  Numerous editorial and stylistic changes
9240         to the manual.
9241
9242 2004-09-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9243
9244         * scm/framework-ps.scm (output-framework): handle landscape settings.
9245
9246         * ps/lilyponddefs.ps: cleanup.
9247
9248 2004-09-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9249
9250         * scm/define-grobs.scm (all-grob-descriptions): unset
9251         threshold. This fixes morgenlied. 
9252
9253         * scm/page-layout.scm (ly:optimal-page-breaks): whoops. Thinko in
9254         rod calculation.
9255
9256         * lily/system.cc (get_line): don't take piano-pedal & dynamic line
9257         spanners into account for staff-extents.
9258
9259         * lily/ottava-bracket.cc (print): take common refpoint of dots
9260         into account as well.
9261
9262 2004-09-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9263
9264         * lily/lookup.cc (triangle): translate by interval.
9265
9266         * VERSION (PACKAGE_NAME): release 2.3.14
9267
9268         * Documentation/user/changing-defaults.itely (Page layout): add
9269         betweensystempadding
9270
9271         * scm/page-layout.scm (ly:optimal-page-breaks): typo.
9272
9273         * input/regression/quote-cyclic.ly (Module): new file.
9274
9275         * scm/lily.scm (print): add function.
9276
9277         * scm/music-functions.scm (quote-substitute): new
9278         function. Substitute \quote when putting music into \score.
9279
9280         * input/regression/key-signature-cancellation.ly (Module): new file.
9281
9282         * lily/*.cc: more ly_scm2 -> scm_to converions.
9283
9284         * lily/key-signature-interface.cc (print): take position
9285         difference into account when spacing naturals.
9286
9287         * lily/key-engraver.cc (create_key): create KeyCancellation grob
9288         separately, so the cancellation can be put before the staff-bar
9289
9290         * scm/define-grobs.scm (all-grob-descriptions): add a
9291         KeyCancellation grob.
9292
9293         * lily/tuplet-engraver.cc (struct Tuplet_description): new
9294         struct. Use to clean-up Tuplet_engraver
9295
9296 2004-09-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9297
9298         * lily/*: ly_scm2int -> scm_to_int
9299         ly_scm2double -> scm_to_double
9300
9301         * lily/include/lily-guile.hh (scm_from_double): more compat glue.
9302
9303 2004-09-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9304
9305         * lily/simple-spacer.cc (LY_DEFINE): return something sensible for
9306         0 springs
9307
9308         * lily/system.cc (post_processing): 
9309
9310         * scm/page-layout.scm (ly:optimal-page-breaks): implement uniform
9311         density for vertical spacing by means of force penalty.
9312         
9313         * scm/paper.scm (paper-set-staff-size): add betweensystemspace as
9314         dimension-variables
9315
9316         * Documentation/user/changing-defaults.itely (Page layout): add
9317         betweensystemspace variable.
9318
9319         * ly/book-paper-defaults.ly: set betweensystemspace: 20 mm
9320
9321         * scm/page-layout.scm (space-systems): new function. Use spring
9322         and rod approach for vertically spacing systems.
9323
9324         * ly/engraver-init.ly: tune down minimumVerticalExtent.
9325
9326         * scm/define-grobs.scm (all-grob-descriptions): set threshold for
9327         vertical alignment.
9328
9329         * lily/slur-engraver.cc (process_music): add warning for slur.
9330
9331 2004-09-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9332
9333         * lily/include/lily-guile.hh (scm_is_number): add scm_is_number
9334
9335         * lily/simple-spacer.cc (LY_DEFINE): ly_solve_spring_rod_problem:
9336         export spacing routine to SCM.
9337
9338         * lily/include/simple-spacer.hh (struct Simple_spacer_wrapper):
9339         new class, separate Grobs from interface.
9340
9341 2004-09-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9342
9343         * lily/include/lily-guile.hh: compatibility glue for 1.6
9344
9345         * lily/*.cc (acknowledge_grob): ly_string_p -> scm_is_string.
9346
9347         * lily/lily-guile.cc: remove ly_scm2str0.
9348
9349 2004-09-01  Jan Nieuwenhuizen  <janneke@gnu.org>
9350
9351         * Documentation/user/macros.itexi: Use @inforef iso @uref for
9352         external references.  Fixes HTML cross references with makeinfo 4.7.
9353
9354 2004-09-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9355
9356         * lily/include/simple-spacer.hh (struct Simple_spacer): remove
9357         expand_only option.
9358
9359 2004-08-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9360
9361         * lily/system.cc (get_line): add System stencil to exprs. Fixes
9362         system-extents.ly.
9363
9364         * ly/engraver-init.ly: decrease minimumVerticalExtent to (-5,5).
9365
9366         * scm/define-grobs.scm (all-grob-descriptions): decrease padding
9367         for MultiMeasureRestNumber
9368
9369         * VERSION (PACKAGE_NAME): release 2.3.13
9370
9371 2004-08-29  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9372
9373         * lily/context-scheme.cc (LY_DEFINE): ly:context-grob-definition
9374         takes two arguments.
9375
9376 2004-08-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9377
9378         * input/regression/slur-stem-broken.ly: remove.
9379
9380         * lily/slur.cc: add quant-score.
9381
9382         * input/regression/slur-staccato.ly (texidoc): remove
9383
9384         * make/lilypond.redhat.spec.in (Group): remove musedata2ly
9385
9386 2004-08-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9387
9388         * lily/include/bezier-bow.hh: remove.
9389
9390         * lily/slur-bezier-bow.cc (Module): remove.
9391
9392         * lily/include/slur.hh (Module): remove.
9393
9394         * lily/slur.cc: remove
9395
9396         * input/test/slur-beautiful.ly (Module): remove
9397
9398         * input/test/slur-attachment-override.ly (Module): remove
9399
9400         * lily/slur-quanting.cc (after_line_breaking): only do scoring
9401         when less than 4 control-points.
9402
9403         * lily/key-signature-interface.cc: add style.
9404
9405         * Documentation/user/notation.itely (Automatic staff changes):
9406         document new behavior.
9407
9408         * input/regression/slur-extreme.ly: new file.
9409
9410         * ly/engraver-init.ly (Score): set bassStaffProperties to \clef
9411         bass. Obviates \clef bass in the bass staff, when using \autochange 
9412
9413         * lily/auto-change-iterator.cc (construct_children): instantiate
9414         up/down Staff, create Voice on up staff initially. Obviates
9415         explicit instantiation of up/down contexts for \autochange. 
9416
9417         * lily/slur-quanting.cc (get_bezier): new functionality, blow up
9418         slur depending on extents of note heads.
9419         
9420 2004-08-28  Graham Percival  <gperlist@shaw.ca>
9421
9422         * Documentation/user/tutorial.itely: minor editing.
9423
9424         * Documentation/user/examples.itely: tiny editing.
9425
9426 2004-08-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9427
9428         * lily/slur-quanting.cc (init_score_param): read scoring
9429         parameters from slur-details property
9430
9431         * scm/define-grobs.scm (all-grob-descriptions): add inside-slur to
9432         Accidental
9433
9434         * Documentation/user/advanced.itely: removed.
9435
9436         * Documentation/user/programming-interface.itely (How markups work
9437         internally): new subsection.
9438
9439         * Documentation/user/converters.itely (Invoking abc2ly): remove
9440         musedata2ly.
9441
9442 2004-08-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9443
9444         * Documentation/user/point-and-click.texi (Point and click): new file.
9445         put point & click in appendix.
9446         
9447         * Documentation/user/changing-defaults.itely (Vertical spacing):
9448         corrections
9449
9450 2004-08-27  Graham Percival  <gperlist@shaw.ca>
9451
9452         * Documentation/user/introduction.itely: add note about the
9453         "example templates" section of the manual, and remove link to
9454         input/template/
9455
9456 2004-08-27  Juergen Reuter   <reuter@ipd.uka.de>
9457
9458         * Documentation/user/lilypond-book.itely: fix parse error: @LaTeX
9459         -> La@TeX
9460
9461         * mf/parmesan-heads.mf: draw_diamond_head: fixed pen width; added
9462         missing lneo_mensural head; editorial cleanups
9463
9464         * lily/mensural-ligature.cc: added more comments
9465
9466 2004-08-26  Graham Percival  <gperlist@shaw.ca>
9467
9468         * Documentation/user/examples.itely: second, third, fourth, and fifth
9469         sections added.
9470
9471         * input/template/{various}: removed files included in examples.itely.
9472
9473 2004-08-26  Juergen Reuter   <reuter@ipd.uka.de>
9474
9475         * lily/stem.cc: bugfix: adjust-if-on-staffline: use
9476         Stem::stem_end_position instead of broken
9477         Staff_symbol_referencer::get_position
9478
9479 2004-08-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9480
9481         * debian/changelog: debian patch by Anthony Fok.
9482
9483         * lily/stem.cc (flag): bugfix for mensural flags (thanks Juergen!)
9484
9485         * lily/slur-engraver.cc (try_music): ignore slurs_. Otherwise we
9486         get spurious messages with skipTypesetting on.
9487
9488 2004-08-25  Graham Percival   <gperlist@shaw.ca>
9489
9490         * Documentation/user/lilypond-book.itely: slight clean-up.
9491
9492         * Documentation/user/examples.itely: began section.
9493
9494 2004-08-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9495
9496         * lily/script-interface.cc: add slur property.
9497
9498         * lily/slur-quanting.cc (score_extra_encompass): avoid other slurs
9499         too.
9500
9501         * input/regression/phrasing-slur-slur-avoid.ly: new file.
9502
9503         * lily/ottava-bracket.cc (print): always start from right edge of
9504         a broken bound. This fixes ottava-clef.ps 
9505
9506 2004-08-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9507
9508         * input/regression/slur-script-inside.ly: new file.
9509
9510         * lily/new-slur.cc (outside_slur_callback): new function, to make
9511         scripts avoid slurs 
9512
9513         * lily/slur-engraver.cc (finalize): 
9514
9515         * lily/script-interface.cc: add inside-slur property.
9516
9517         * lily/slur-engraver.cc (finalize): read inside-slur property.
9518
9519         * scm/lily.scm (postscript->png): use ~a iso. ~s in progress
9520         message.
9521
9522         * ly/property-init.ly (unHideNotes): hide accidentals at staff
9523         level. Fixes: hideNotes-accidental.ly
9524
9525 2004-08-23  Pedro Kroger  <kroeger@pedrokroeger.net>
9526
9527         * scm/page-layout.scm (plain-header): fix bug that print page
9528         number in the first page if firstpagenumber was different than 1.
9529
9530 2004-08-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9531
9532         * scm/framework-ps.scm (define-fonts): use UPCASE for Bluesky
9533         fonts. Fixes triangle markup for chords.
9534
9535         * lily/slur-quanting.cc (score_extra_encompass): make score depend
9536         on distance. This fixes slur-tenuto.ly and slur-tie.ly
9537  
9538         * flower/include/interval.hh (T>): add distance() function
9539
9540         * lily/ottava-bracket.cc (print): add dots to extent. Fixes
9541         octaviation-dot.ly 
9542
9543         * lily/context-scheme.cc: ly_context_grob_definition: new function.
9544
9545         * VERSION (MY_PATCH_LEVEL): release 2.3.12
9546
9547         * lily/new-slur.cc (add_column): remove set_interface()
9548
9549 2004-08-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9550
9551         * input/regression/slur-double.ly: new file. 
9552
9553         * lily/slur-engraver.cc: add doubleSlurs property
9554
9555         * scm/fret-diagrams.scm (label-fret): use cond instead of case for
9556         symbols.
9557
9558         * Documentation/user/notation.itely (Easy Notation note heads):
9559         revise notation Chapter.
9560
9561         * ly/music-functions-init.ly (makecluster): add makeClusters music
9562         function.
9563
9564         * lily/part-combine-engraver.cc: rename soloADue ->
9565         printPartCombineTexts
9566
9567         * scripts/convert-ly.py (conv): junk script{Up|Down|Both}.
9568
9569         * lily/horizontal-bracket.cc (print): use
9570         Tuplet_bracket::make_bracket, so it supports bracket-flare,
9571         edge-eight and shorten-pair.
9572
9573 2004-08-22  Pedro Kroger  <kroeger@pedrokroeger.net>
9574
9575         * Documentation/user/changing-defaults.itely (Page layout):
9576         description of firstpagenumber. Moved @refbugs about rightmargin
9577         to the end of the section (it was looking like the documentation
9578         after the refbugs was part of the bug comment).
9579
9580         * scm/framework-ps.scm (output-framework): set the first
9581         postscript page number to firstpagenumber
9582
9583         * scm/page-layout.scm (ly:optimal-page-breaks): print the first
9584         page number according to firstpagenumber
9585
9586         * scm/paper.scm (set-paper-dimensions): added firstpagenumber
9587         parameter
9588
9589 2004-08-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9590
9591         * lily/slur-engraver.cc (class Slur_engraver): simplify: remove
9592         nested slurs. 
9593
9594         * scripts/convert-ly.py (lilypond_version_re_str): handle
9595         \version "bar" % "foo"
9596
9597         * lily/completion-note-heads-engraver.cc (process_music): set
9598         duration-log before announcing object.
9599         
9600         * lily/staff-symbol.cc (print): subtract thickness from staff line
9601         length
9602
9603         * lily/parser.yy (book_body): disallow { ..music.. } inside \book
9604         
9605 2004-08-21  Carl Sorensen  <carldsorensen@comcast.net>
9606
9607         * scm/stencil.scm: remove fontify-text and fontify-text-white
9608
9609 2004-08-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9610
9611         * scm/part-combiner.scm: skip name string. Fixes segfault problem.
9612
9613         * Documentation/user/sound-output.texi (Sound): new file. Move all
9614         MIDI related information.
9615
9616 2004-08-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9617
9618         * lily/script-engraver.cc (acknowledge_grob): only take into
9619         account note heads with a music cause. Fixes ambitus-accent.ly
9620
9621         * scm/define-markup-commands.scm (finger): set encoding to
9622         fetaNumber.
9623
9624 2004-08-20  Erik Sandberg <ersa9195@student.uu.se>
9625
9626         * scripts/convert-ly.py: typo
9627
9628 2004-08-19  Carl Sorensen  <carldsorensen@comcast.net>
9629
9630         * scm/fret-diagrams.scm: Eliminate use of fontify-text; make 
9631         font calls for diagrams based on paper and props
9632
9633 2004-08-19  Graham Percival <gperlist@shaw.ca>
9634
9635         * scripts/convert-ly.py: add \newpage -> \pageBreak rule.
9636
9637 2004-08-19  Erik Sandberg <ersa9195@student.uu.se>
9638
9639         * ly/spanners-init.ly: Correct meanings of setTextDecresc/Dim,
9640         added setHairpinDecresc/Dim
9641
9642 2004-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9643
9644         * lily/include/lily-guile.hh: Cosmetics.
9645
9646 2004-08-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9647
9648         * input/regression/fermata-rest-position.ly: new file
9649
9650         * ly/property-init.ly (hideNotes): remove \setMmRestFermata
9651
9652         * scripts/convert-ly.py (conv): add rule for \setMmRestFermata
9653
9654 2004-08-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9655
9656         * scm/framework-tex.scm (output-preview-framework) 
9657         (output-classic-framework): 
9658         * scm/framework-ps.scm (output-preview-framework):
9659         s/ly:paper-book-lines/ly:paper-book-systems/g
9660
9661         * scm/fret-diagrams.scm (ss-font-encoding):
9662         s/my-font-encoding/ss-font-encoding
9663
9664 2004-08-18  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9665
9666         * scm/music-functions.scm (direction-polyphonic-grobs): Set
9667         direction also on fingerings.
9668
9669         * lily/clef-engraver.cc: Add forceClef to list of read properties.
9670
9671 2004-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9672
9673         * po/nl.po: Some updates.
9674
9675         * scm/lily.scm (_): New function.
9676         (postscript->pdf, postscript->png, lilypond-main)
9677         (postscript->pdf): Use it.  Write messages to stderr.
9678
9679         * stepmake/stepmake/po-targets.make (ALL_PO_SOURCES): Add SCM_FILES.
9680
9681         * scm/GNUmakefile (XGETTEXT_FLAGS): Set language to Lisp.
9682         xgettext does not recognise scheme yet.  Patch submitted.
9683
9684         * lily/scm-option.cc (LY_DEFINE):
9685         * lily/main.cc: The program is now called lilypond (WAS:
9686         lilypond-bin).
9687
9688         * lily/rest-collision.cc (do_shift): Uniformise two too many rests
9689         messages.
9690
9691         * lily/include/paper-book.hh
9692         * lily/include/paper-system.hh: Finish renaming of paper-line to
9693         system.  Fix users.
9694
9695 2004-08-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9696
9697         * scm/documentation-generate.scm (string-append): add version.
9698
9699         * scm/define-markup-commands.scm (box): add box-padding and
9700         thickness props for the box command.
9701  
9702         * Documentation/user/changing-defaults.itely (Text encoding):
9703         elucidate use of \encoding for \header strings.
9704
9705         * lily/parser.yy (lyric_element): use \encoding for lyrics strings.
9706
9707         * lily/score.cc (LY_DEFINE): check if length of music > 0. Fixes:
9708         staff-change.ly
9709
9710         * lily/output-def.cc (assign_context_def): use set_variable().
9711
9712         * lily/text-item.cc (interpret_string): accept string input
9713         encoding too.
9714
9715         * scm/encoding.scm (read-encoding-file): print warning when file
9716         can't be found.
9717
9718         * tex/latin1.enc: remove.
9719
9720         * tex/GNUmakefile ($(outdir)/latin1.enc): create latin1 from GS.
9721
9722         * lily/rod.cc (columnize): robustness fix. Don't crash for
9723         nil span points. Fixes: appoggiatura-segfault.ly
9724         (add_to_cols): extra robustness fix.
9725
9726 2004-08-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9727
9728         * lily/text-item.cc (interpret_string): use lookup_variable() to
9729         fidn inputencoding. Now, \paper inherits inputencoding from
9730         \bookpaper.
9731
9732         * lily/script-engraver.cc (stop_translation_timestep): remove slur
9733         collision kludge.
9734
9735         * lily/dynamic-engraver.cc (typeset_all): remove slur collision
9736         kludge.
9737
9738 2004-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9739
9740         * lily/main.cc (parse_argv): Bugfix: handle 'p'.  Add warning.
9741
9742 2004-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9743
9744         * lily/spanner.cc (spanned_rank_iv): Bugfix.
9745
9746         * lily.scm: Mark un-internationlised user messages (with FIXME).
9747
9748         * lily/include/modified-font-metric.hh (struct
9749         Modified_font_metric): New file.  (WAS: incorrectly named
9750         scaled-font-metric.hh ?)
9751
9752         * lily/include/scaled-font-metric.hh: Remove.
9753
9754         * lily/text-item.cc (interpret_string): Identify and document
9755         input-encoding problem.
9756
9757         * lily/paper-book.cc (pages): Do not use `paper' as variable name
9758         for a Bookpaper.
9759
9760         * tex/latin1.enc: Replace /minus with /hyphen.
9761
9762         * scm/encoding.scm: For latin1 (input-)encoding, use
9763         latin1.  (Cork.enc is NOT latin1 -- see man latin1).
9764
9765         * ly/book-paper-defaults.ly: Add a comment about suspicious TeX
9766         inputencoding.
9767
9768 2004-08-12  Heikki Junes  <hjunes@cc.hut.fi>
9769
9770         * Documentation/topdocs/INSTALL.html: fixes.
9771
9772 2004-08-12  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
9773
9774         * buildscripts/builder.py: Fix for scons CVS.
9775
9776 2004-08-11  Heikki Junes  <hjunes@cc.hut.fi>
9777
9778         * Documentation/user/notation.itely,
9779         Documentation/topdocs/NEWS.texi, input/test/ambitus-mixed.ly,
9780         input/test/ambitus-mixed.ly: fix plurals:
9781         english: ambit, pl. ambits; latin: ambitus, pl. ambitus.
9782
9783 2004-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9784
9785         * lily/dynamic-engraver.cc (typeset_all):
9786         * lily/script-engraver.cc (stop_translation_timestep): Handle
9787         collisions with new-slur.
9788
9789 2004-08-10  Jan Nieuwenhuizen  <janneke@gnu.org>
9790
9791         * scm/define-grobs.scm (all-grob-descriptions): Add
9792         new-slur-interface.
9793
9794 2004-08-03  Jan Nieuwenhuizen  <janneke@gnu.org>
9795
9796         * elisp/lilypond-mode.el (LilyPond-command-alist): LilyPond now
9797         produces .PS
9798
9799 2004-08-09  Carl Sorensen  <carldsorensen@comcast.net>
9800
9801         * scm/define-grob-properties.scm (all-user-grob-properties): fix
9802         definition of number-type
9803
9804 2004-08-08  Carl Sorensen  <carldsorensen@comcast.net>
9805
9806         * scm/fret-diagrams.scm : change sans-serif font encoding from 
9807         TeX-text to ec (uses ecss fonts instead of cmss fonts)
9808
9809         * scm/define-grob-interfaces.scm (fret-diagram-interface): add
9810         number-type and label-dir
9811
9812         * scm/define-grob-properties.scm: add number-type and label-dir
9813
9814         * scm/fret-diagrams.scm (label-fret): allow fret label to be on either
9815         left or right.  Allow choice of upper-case roman, lower-case roman, or
9816         arabic numerals in fret label
9817
9818 2004-08-04  Werner Lemberg  <wl@gnu.org>
9819
9820         * lily/slur-quanting.cc: Include libc-extension.hh.
9821         s/round/my_round/.
9822         * ly/engraver-init.ly (VaticanaVoice, GregorianTranscriptionVoice):
9823         s/autobeaming/autoBeaming/.
9824
9825 2004-08-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9826
9827         * VERSION: 2.3.11 released.
9828
9829         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): reinstate
9830         renameinput.
9831
9832 2004-08-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9833
9834         * lily/lookup.cc (round_filled_box): remove warnings about blot
9835         diameter.
9836
9837         * scm/paper.scm (paper-set-staff-size): make linethickness more
9838         easily tunable.
9839
9840         * lily/parser.yy (new_lyrics): \addlyrics -> \oldaddlyrics,
9841         \newlyrics -> \addlyrics
9842
9843         * lily/text-spanner.cc (print): use it.
9844
9845         * lily/dynamic-text-spanner.cc (print): use it.
9846
9847         * lily/grob.cc (robust_relative_extent): new function.
9848
9849         * scripts/lilypond-book.py (main): add -f tex as default process.
9850
9851         * lily/text-spanner.cc (print): only take linear_combination of
9852         nonempty interval.
9853         
9854
9855 2004-08-02  Pedro Kroger  <kroeger@pedrokroeger.net>
9856
9857         * scm/page-layout.scm (default-page-make-stencil): If leftmargin
9858         isn't specified by the user in \bookpaper center the music in the
9859         page.
9860
9861 2004-08-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9862
9863         * Fix some problems after the renaming of my-lily -> lily
9864
9865 2004-08-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9866
9867         * lily/lily-parser.cc (parse_string): don't overwrite keytable_.
9868
9869         * lily/slur-quanting.cc (enumerate_attachments): apply center on
9870         stem-X in more cases. 
9871
9872         * lily/stem.cc (dim_callback): solve todo.
9873
9874 2004-08-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9875
9876         * input/test/README: new file.
9877
9878         * lily/lily-parser.cc: rename my-lily* files.
9879
9880         * lily/my-lily-parser.cc (LY_DEFINE): plug memory leak: unprotect
9881         parser.
9882
9883         * lily/include/my-lily-lexer.hh (class Lily_lexer): smobify lexer.
9884
9885         * lily/include/my-lily-parser.hh: rename My_lily -> Lily
9886
9887         * make/mutopia-targets.make (local-WWW): don't make ps.gz
9888         examples. They take a huge amount of space.
9889
9890         * Documentation/user/GNUmakefile: fix symlinks.
9891
9892         * VERSION: 2.3.10 released.
9893         
9894         * input/test/lyrics-skip-notes.ly: remove
9895
9896         * input/test/stem-cross-staff.ly (noFlag): fold into manual
9897
9898         * input/test/{spacing-2,staff-space,tablature,textscript}.ly:
9899         remove.
9900
9901 2004-08-01  Heikki Junes  <hanwen@xs4all.nl>
9902
9903         * Documentation/user/{changing-defaults,notation,tutorial}.itely:
9904         fixes.
9905
9906 2004-08-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9907
9908         * input/regression/beam-dir-functions.ly: move from test/
9909
9910         * Documentation/user/notation.itely (Feathered beams): new node.
9911
9912         * Documentation/user/changing-defaults.itely (Difficult tweaks):
9913         new node
9914
9915         * input/regression/lyric-hyphen-retain.ly: move to regression.
9916
9917         * input/regression/harmonic.ly: fold into manual
9918         
9919         * input/test/{hshift,move-accidentals,crescendi,feathered-beam,
9920         stem-length,chord-names-no-inversions}.ly: remove
9921         
9922         * input/test/tie-cross-voice.ly: move to regression.
9923
9924         * Documentation/user/notation.itely (Running trills): new node.
9925
9926         * scm/define-grobs.scm (all-grob-descriptions): new grob TrillSpanner
9927
9928         * scm/define-music-types.scm (music-descriptions): add TrillSpanEvent
9929
9930         * lily/trill-spanner-engraver.cc: new file.
9931
9932         * input/regression/trill-spanner.ly: new file.
9933
9934         * input/test/timing.ly: fold into manual.
9935
9936         * input/test/time.ly: remove
9937
9938         * input/test/trill.ly: remove
9939         
9940         * input/test/time-signature-double.ly: fold into manual
9941
9942         * input/test/separate-staccato.ly: remove
9943
9944         * input/test/spanner-after-break-tweak.ly: fold into manual.
9945
9946         * input/test/script-priority.ly: fold into manual.
9947
9948         * input/test/scheme-interactions.ly: remove.
9949         
9950         * input/test/unfold-all-repeats.ly (mel),
9951         input/test/repeat.ly,input/test/repeat-shorter-bracket.ly,
9952         input/test/polymetric-differing-notes.ly input/test/polymetric.ly:
9953         fold into manual.
9954
9955         * input/regression/no-staff.ly: move from input/test/
9956
9957         * input/regression/markup-score.ly: move from input/test/
9958
9959         * input/test/lyrics-melisma-faster.ly: fold into manual
9960         
9961         * input/test/lyrics-melisma-variants.ly: fold into manual
9962
9963         * Documentation/user/notation.itely (Popular music): new node. 
9964
9965         * input/test/gourlay.ly: remove
9966         
9967         * input/test/improv.ly: fold into manual.
9968
9969         * input/test/figured-bass-alternate.ly (fl): remove
9970
9971         * lily/dynamic-text-spanner.cc (print): new file.
9972
9973         * scm/define-grobs.scm (all-grob-descriptions): add DynamicTextSpanner
9974
9975         * lily/engraver-group-engraver.cc (do_announces): reorder logic:
9976         keep recursing into children in case a parent context inserts a
9977         grob into a child context.
9978
9979         * lily/dynamic-engraver.cc (acknowledge_grob): add accidentals to
9980         
9981 2004-07-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9982
9983         * scm/define-markup-commands.scm (postscript): new markup command
9984         \postscript
9985
9986         * Documentation/user/notation.itely (Formatting cue notes): new
9987         section.
9988
9989         * input/test/clef-end-of-line.ly: fold into manual.
9990
9991         * input/test/scales-greek.ly: remove.
9992
9993         * input/test/chords-without-melody.ly: fold into manual.
9994
9995         * input/test/cadenza-skip.ly: remove.
9996
9997         * input/test/clef-8-syntax.ly: remove.
9998
9999         * input/test/clef-manual-control.ly: move into manual.
10000
10001         * Documentation/user/notation.itely (Aligning to cadenzas): fold
10002         in cadenza-skip.ly
10003
10004         * mf/parmesan*.mf: change neo_mensural to neomensural.
10005
10006         * input/test/trills.ly: remove.
10007
10008         * input/test/transposition.ly: remove.
10009
10010         * input/test/to-xml.ly: move to no-notation.
10011
10012         * buildscripts/lilypond-profile.sh: change zsh bomb to warning.
10013
10014         * lily/ledger-line-spanner.cc (print): use staff variable, not
10015         me. Fixes ledger lines on differently sized staves.
10016
10017         * input/test/rhythm-excercise.ly: remove file.
10018
10019         * lily/stem.cc (dim_callback): only do something if visible. Fixes
10020         spurious flag not found warning for 128th rest.
10021
10022         * input/regression/rest-dot-position.ly: new file.
10023         
10024         * input/test/rest-dot-positions.ly: remove
10025
10026         * lily/staff-symbol-referencer.cc (get_position): emergency
10027         fallback: use coordinate * 2.
10028
10029         * input/no-notation/midi-scales.ly: move from test/
10030
10031         * scm/define-markup-commands.scm (score): remove debugging code.
10032
10033         * input/test/incipit.ly (violin): remove. 
10034
10035         * lily/system-start-delimiter.cc (print): only draw system
10036         delimiter to staves that reach up to left bound of the delimiter.
10037
10038         * input/no-notation/embedded-scm.ly: move from test/
10039
10040         * input/test/follow-voice.ly: remove
10041
10042         * input/no-notation/dynamic-absolute-volume.ly: move from test/.
10043
10044         * input/test/drarn*: remove
10045         
10046         * input/test/count-systems.ly: remove.
10047
10048         * lily/bar-line.cc (compound_barline): fix : for staff without
10049         lines.
10050
10051         * lily/accidental.cc (print): use music_font_alist_chain(). This
10052         fixes smaller cautionaries.
10053
10054         * scm/define-grobs.scm (all-grob-descriptions): use fetaMusic
10055         encoding for accidental.
10056
10057         * Documentation/user/notation.itely (Educational use): new section
10058
10059         * input/test/*.ly: clean up directory: move examples into manual
10060         or regtest.
10061         
10062
10063         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.log): add
10064         mode as well. This fixes resolution errors.
10065
10066 2004-07-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10067
10068         * scm/lily.scm (postscript->png): show commands for --verbose.
10069
10070         * flower/include/getopt-long.hh: opps. short option should be
10071         char, not int.
10072
10073         * Documentation/user/GNUmakefile: use symlinks to save space.
10074
10075         * VERSION: 2.3.9 released.
10076
10077         * scripts/convert-ly.py (conv): remove \lyrics from \lyricsto.
10078
10079         * ly/gregorian-init.ly (neumeDemoPaper): remove duplication from
10080         manual.
10081
10082         * Documentation/user/tutorial.itely (Integrating text and music):
10083         remove \score and \notes from manual.
10084
10085         * lily/my-lily-lexer.cc (My_lily_lexer): really switch on note
10086         mode in the beginning.
10087
10088 2004-07-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10089
10090         * Documentation/user/changing-defaults.itely (Horizontal spacing):
10091         Correct the documentation of the spacing parameters. 
10092
10093         * Documentation/user/tutorial.itely (Integrating text and music), 
10094         Documentation/user/lilypond-book.itely (Integrating LaTeX and
10095         music): Document that you need to add the map file ec-mftrace.map
10096         in the dvips command.   
10097
10098 2004-07-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10099
10100         * lily/score-engraver.cc (initialize): abort if ecrm10.pfa not
10101         found.
10102
10103         * lily/text-item.cc (interpret_string): insert encoding setting
10104         here
10105
10106         * scm/framework-ps.scm (ps-font-command): remove feta/parmesan
10107         encoding kludge.
10108
10109         * Documentation/user/changing-defaults.itely (Text encoding): node
10110         on encoding.
10111
10112         * lily/lyric-engraver.cc (try_music): remove superfluous check.
10113
10114         * lily/book-paper-def.cc (find_scaled_font): remove default
10115         encoding, because it messes up font loading for feta and
10116         parmesan. Encoding should only be specified for running texts.
10117
10118         * lily/modified-font-metric.cc (text_dimension): support coding
10119         scheme ""
10120         
10121 2004-07-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10122
10123         * lily/tie-engraver.cc (stop_translation_timestep): remember tie
10124         definition, so \override works as expected.
10125
10126         * lily/measure-grouping-engraver.cc: clarify
10127
10128 2004-07-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10129
10130         * lily/parser.yy (context_def_mod): remove \consistsend
10131
10132         * lily/context-def.cc (instantiate): use Translator::must_be_last
10133         to determine engraver order.
10134
10135         * lily/translator.cc (must_be_last): new function
10136
10137         * scripts/convert-ly.py (conv): rule.
10138
10139         * lily/bar-line.cc (print): return '() for height == 0.0 too.
10140
10141 2004-07-27  Heikki Junes  <hjunes@cc.hut.fi>
10142
10143         * input/regression/{stanza-number,volta-multi-staff}.ly: fix docs.
10144  
10145 2004-07-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10146
10147         * lily/include/lily-guile.hh (scm_is_int): compat glue.
10148
10149 2004-07-25  Pedro Kroger  <kroeger@pedrokroeger.net>
10150
10151         * input/regression/page-layout.ly: new file.
10152
10153         * scm/paper.scm (set-paper-dimensions): Preliminary support for
10154         left and right margins.
10155
10156         * Documentation/user/changing-defaults.itely (Page layout):
10157         Explain the leftmargin option.
10158
10159 2004-07-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10160
10161         * input/test/lyrics-melisma-variants.ly (texidoc): new file.
10162
10163         * input/test/lyrics-melisma-faster.ly: new file.
10164
10165         * lily/new-lyric-combine-music-iterator.cc (find_voice): allow
10166         change of melody by setting associatedVoice.
10167
10168         * lily/parser.yy (re_rhythmed_music): \lyricsto implies lyrics mode.
10169
10170         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): don't copy
10171         file contents, rather \include them, so default linewidth is set.
10172         (ly_options): make BOOKPAPER set of options. Move linewidth
10173         settings there.
10174
10175         * Documentation/user/examples.itely: new file. Templates are to be
10176         moved here.
10177
10178         * Documentation/user/programming-interface.itely: move chapter.
10179
10180         * scm/document-markup.scm (doc-markup-function): add @code
10181
10182         * stepmake/stepmake/texinfo-rules.make: remove chmod.
10183
10184 2004-07-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10185
10186         * scm/page-layout.scm (plain-header): add printpagenumber boolean
10187         to bookpaper.
10188
10189         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
10190         $(outdir)/%.ly $(outdir)/%.ps): do all targets from lilypond binary.
10191
10192         * scripts/lilypond-latex.py (run_dvips): remove -bin everywhere.
10193
10194         * lily/GNUmakefile (NAME): create lilypond, not lilypond-bin 
10195
10196         * scripts/lilypond-latex.py: move from lilypond.py
10197
10198         * make/lilypond-vars.make: centralize LILYPOND_BOOK_FLAGS setting.
10199         (LILYPOND_BOOK_FLAGS): use -f tex for lilypond-book.
10200
10201         * scm/lily.scm (postscript->png): new function
10202         (postscript->pdf): new function
10203
10204         * lily/paper-book.cc (post_processing): call
10205         convert-to-{dvi,ps,png,pdf}
10206
10207         * scripts/ps2png.py (option_definitions): new file.
10208
10209         * lily/paper-book.cc (output): call output-preview-framework
10210         (post_processing): new function. Do PDF/PNG conversion.
10211
10212         * lily/paper-outputter.cc (close): new function.
10213
10214         * scm/framework-ps.scm (convert-to-pdf): new function. Call
10215         ps2pdf.
10216         (output-preview-framework): new function. Generate a preview .ps
10217         
10218
10219 2004-07-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10220
10221         * VERSION: release 2.3.8
10222         
10223         * lily/note-head.cc: remove ledger line handling.
10224
10225         * lily/ambitus.cc (print): strip away accidental / note head code,
10226         and associated properties.
10227
10228         * lily/ambitus-engraver.cc (create_ambitus): change name to
10229         AmbitusLine. Create AmbitusAccidental and AmbitusNoteHead for
10230         other ambitus parts.
10231         (create_ambitus): group grobs in Ambitus grouping object. 
10232
10233         * lily/include/pitch-interval.hh (Pitch>): new file.
10234
10235         * lily/pitch-interval.cc (add_point): new file.
10236
10237         * lily/ledger-line-engraver.cc: new file.
10238
10239         * lily/ledger-line-spanner.cc (print): new file. Set limits to
10240         ledger line length to avoid clashes.
10241
10242 2004-07-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10243
10244         * Documentation/user/invoking.itexi (Invoking lilypond): remove
10245         deprecated options
10246
10247 2004-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10248
10249         * SConstruct: Use only code files for TAGS.  Change GO_FAST_BUTTON
10250         to command line option: fast=1 (default on).
10251
10252         * SConstruct[GO_FAST_BUTTON]: implement tips from Andreas Roach.
10253         This brings SCons run-time on up-to-date tree down from 48s with
10254         only checksums, to 34s without 2day checksums, to 14s (make needs
10255         4 seconds).
10256         (subdirs)[GO_FAST_BUTTON]: Try to read all subdirs only when
10257         necessary.
10258
10259 2004-07-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10260
10261         * lily/slur-quanting.cc (score_extra_encompass): add  break ;
10262         (score_extra_encompass): process scripts at edges too, by checking
10263         control points directly. 
10264
10265 2004-07-20  Jan Nieuwenhuizen  <janneke@gnu.org>
10266
10267         * po/nl.po: Update.
10268
10269         * lily/main.cc: Fix ly:option-usage help.
10270
10271         * input/regression/slur-script.ly: More collision tests.
10272
10273         * GNUmakefile.in (EXTRA_DIST_FILES): Add SConstruct.
10274
10275 2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10276
10277         * VERSION: release 2.3.7
10278
10279         * stepmake/generic-vars.make (EXTRA_DIST_FILES): dist SConscript
10280         files.
10281
10282         * Documentation/user/notation.itely (Slurs): document ^ and _ for
10283         slurs.
10284
10285         * input/regression/slur-script.ly: new file.
10286
10287         * lily/accidental-engraver.cc (process_acknowledged_grobs):
10288         make accidental appear to come from note head engraver.
10289
10290         * lily/slur-quanting.cc: new file.
10291         (score_extra_encompass): new function. Avoid scripts and
10292         accidentals
10293
10294 2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10295
10296         * lily/include/lily-guile.hh: Remove guile-1.4 compatibility.
10297         This greatly reduces the number of files that get recompiled
10298         after touching config.hh.
10299
10300         * config.hh.in: Remove GUILE_*_VERSION.
10301
10302         * lily/new-slur.cc: Resolve conflicts.
10303
10304         * lily/stem-engraver.cc (make_stem): New method.
10305
10306         * lily/include/script-interface.hh:
10307         * lily/script-interface.cc: New file.
10308
10309         * lily/include/script.hh:
10310         * lily/script.cc: Remove.
10311
10312         * lily/music.cc (duration_log): New method.
10313
10314         * lily/script.cc (struct Skript): Remove.
10315
10316         * lily/new-slur.cc (get_base_attachments): Try at articulations.
10317         Lots of coding cleanups (Stom).
10318
10319 2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10320
10321         * lily/new-slur.cc (avoid_staff_line): new function: avoid
10322         collisions with staff lines.
10323
10324         * lily/my-lily-parser.cc (LY_DEFINE): add directory of argument to
10325         global_path
10326
10327         * scm/define-grobs.scm (all-grob-descriptions): set ratio
10328         .25. This flattens short slurs.
10329
10330         * lily/new-slur.cc (enumerate_attachments): move X of attachment
10331         points for tilted slurs.
10332
10333         * input/regression/slur-tilt.ly: new file.
10334
10335         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): shorten
10336         stems of 16th graces too.
10337
10338         * lily/beam-quanting.cc (score_forbidden_quants): make forbidden
10339         quant penalty dependent on how much the line is in the gap.
10340
10341         * input/regression/grace-stem-length.ly: new file.
10342
10343         * lily/beam-quanting.cc (score_forbidden_quants): remove
10344         interquant check. The penalty of 1000 is much too harsh, and the
10345         inter case should be caught by check-staff-line-in-gap check.
10346
10347         * lily/scm-option.cc: move debug-beam to \paper.
10348
10349         * scripts/lilypond-book.py (Lilypond_snippet.write_ly): create
10350         .txt files to appease makeinfo.
10351
10352         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly:
10353         remove texttagline.
10354         
10355         * lily/new-slur.cc: cleanup, split in functions.
10356
10357         * lily/parser.yy (chord_body_element): allow octave-check = inside
10358         chord body. 
10359
10360         * lily/new-slur.cc (score_encompass): variable head-distance penalty.
10361
10362         * lily/stem.cc (height): call Beam::after_line_breaking().
10363
10364         * lily/rest-collision.cc (force_shift_callback): only call shift
10365         for columns containing rests.
10366
10367         * lily/new-slur.cc (print): use debug-slur-quanting paper var.
10368
10369         * input/regression/font-postscript.ly: invoke afm2tfm. 
10370
10371 2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10372
10373         * mf/SConscript: Build map files.
10374
10375         * SConstruct: Rename $out to out-www in web.
10376
10377 2004-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10378
10379         * SConstruct (web_kluts): Have make web build in out-www.  Not.
10380
10381 2004-07-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10382
10383         * Documentation/user/music-glossary.tely (Top): add fragment to
10384         pertinent @lilypond entries.
10385
10386         * scm/define-grobs.scm: switch on new-slur by default.
10387
10388         * lily/scm-option.cc: symbol != string.
10389
10390         * lily/new-slur.cc (set_end_points): handle broken slurs. Doesn't
10391         really work yet.
10392         (set_end_points): make X coord of attachment dependent on  Y.
10393         (score_encompass): add edges too.
10394
10395 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10396
10397         * lily/stem.cc (get_beaming): new function.
10398
10399         * scripts/lilypond-book.py (compose_ly): make fragment mandatory
10400         for fragment snippets. This fixes inclusion of toplevel-music
10401         examples (such as new-slur.ly)
10402  
10403 2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10404
10405         * scripts/lilypond-book.py: Remove second import of stat.
10406
10407         * More SCons cleanups.
10408
10409         * Documentation/bibliography/computer-notation.bib (note): Remove
10410         extraneous closing brace.
10411
10412 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10413
10414         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): fix
10415         stat calls.
10416
10417         * Documentation/bibliography/SConscript (bibs): failed try to get
10418         bib2html find html-long.bst.
10419
10420         * buildscripts/bib2html.py (stat): fail if bibtex fails.
10421
10422         * make/stepmake.make: use usescons for using scons. 
10423
10424 2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10425
10426         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): Check
10427         for lilypondend.  Import stat (huh?).
10428
10429 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10430
10431         * make/mutopia-vars.make ($(addprefix $(outdir)/,$(LYM4_FILES):
10432         bypass dvi. 
10433
10434         * input/regression/font-postscript.ly: new file. 
10435
10436         * scm/framework-ps.scm (load-fonts): load pfb files too.
10437
10438         * lily/pfb.cc (pfb2pfa): new file.
10439
10440 2004-07-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10441
10442         * scripts/lilypond-book.py (PREAMBLE_LY): set
10443         toplevel-music-handler too.
10444
10445 2004-07-15  Jan Nieuwenhuizen  <janneke@gnu.org>
10446
10447         * SConstruct (symlink): Add dvips and music-drawing-routines.ps.
10448         (web_path): Fixes for webball.  Install fixes, add DESTDIR option.
10449
10450         * lily/slur.cc: Add quant-score to interface.  Fixes web build.
10451
10452         * python/SConscript:
10453         * python/vim:
10454         * input/mutopia/*SConscript: New file.
10455
10456         * input/mutopia/W.A.Mozart/: Use .ily suffix for includes.
10457
10458         * scm/define-grobs.scm (all-grob-descriptions): Use ,Slur::height,
10459         fixes web build.
10460
10461         * make/stepmake.make (scons): re-route to SCONS if user has been
10462         running scons in this tree.
10463
10464         * SConstruct (config_vars): Add CPPDEFINES.
10465         (env): Set checksums type to "content".
10466         (save_config_cache): Do not exit after configuring when using
10467         checksums (the default) instead of timestamps.
10468
10469 2004-07-15  Jan Nieuwenhuizen  <janneke@gnu.org>
10470
10471         * SConstruct: Further development.
10472
10473         * input/test/SConscript: 
10474         * input/template/SConscript: 
10475         * input/regression/SConscript: 
10476         * Documentation/bibliography/SConscript:
10477         * Documentation/bibliography/index.html.in: New file.
10478
10479         * Documentation/bibliography/GNUmakefile (local-WWW): Remove index
10480         generation.
10481
10482         * buildscripts/builder.py: Add new builders.
10483
10484         * make/stepmake.make: 
10485         * stepmake/stepmake/*.make: 
10486         * configure.in:
10487         * lily/*:
10488         * flower*: Use config.hh (Was config.h).
10489
10490         * scm/encoding.scm (get-coding): Print friendly error message when
10491         no encoding is found, rather than crashing.
10492
10493 2004-07-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10494
10495         * lily/new-slur.cc (score_slopes): strong sloping score only when
10496         stems point in same dir. 
10497
10498 2004-07-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10499
10500         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo): bugfix
10501         for beam start.
10502
10503         * lily/parser.yy (context_prop_spec): check grob name for
10504         alphanumericness..
10505
10506         * lily/lyric-engraver.cc: creates LyricText objects
10507
10508 2004-07-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10509
10510         * lily/include/lily-guile.hh (scm_from_int): add scm_from_int glue.
10511
10512 2004-07-13  Jan Nieuwenhuizen  <janneke@gnu.org>
10513
10514         * SConstruct: Configure only pristine build tree or on user
10515         request.  Cleanups.  Add Documentation/topdocs to subdirs.
10516         Use checksums instead of timestamps.
10517         (CheckYYCurrentBuffer): Return result.
10518
10519         * Documentation/topdocs/SConscript: New file.
10520
10521 2004-07-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10522
10523         * lily/staff-symbol-referencer.cc (on_staffline): bugfix 
10524
10525         * lily/scm-hash.cc (get): SCM_MAKINUM is deprecated. Use
10526         scm_from_int instead.
10527
10528 2004-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
10529
10530         * SConstruct: Updates.  Add targets: tar, dist, release.
10531
10532 2004-07-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10533
10534         * input/mutopia-header.ly: Generate output.
10535
10536         * SConstruct:
10537         * buildscripts/builder.py:
10538         * Documentation/user/SConscript: SCons fixes.
10539
10540 2004-07-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10541
10542         * lily/new-slur.cc (class New_slur): new file. Score based slur
10543         computations.
10544
10545 2004-07-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10546
10547         * mf/SConscript: Remove Builders.
10548
10549         * buildscripts/builder.py: Add LilyPond, Abc2ly and MF builders.
10550
10551         * input/SConscript: 
10552         * Documentation/user/SConscript: New file.
10553
10554 2004-07-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10555
10556         * Documentation/topdocs/NEWS.texi (Top): add note about new
10557         emacs electric-|
10558
10559         * scm/*.scm: adapt ly:warn calls.
10560
10561         * lily/lily-guile.cc (LY_DEFINE): use format on ly:warn arguments.
10562
10563         * lily/repeat-acknowledge-engraver.cc (process_music): look at
10564         main timing, not grace timing. Fixes volta-repeat-grace.
10565
10566         * lily/kpath.cc (LY_DEFINE): ly:kpathsea-expand-path, new function
10567         remove ly:kpathsea-gulp-file.
10568
10569         * scm/translation-functions.scm (format-metronome-markup): make
10570         note smaller, align to bottom.
10571
10572         * scm/define-grobs.scm (all-grob-descriptions): metronome fixes.
10573
10574         * lily/metronome-engraver.cc (stop_translation_timestep): attach
10575         metronome to musical column. Don't ack time sigs or bar lines.
10576
10577 2004-07-10  Heikki Junes  <hjunes@cc.hut.fi>
10578
10579         * THANKS: sort, add David. Kristof contributed code, he is a
10580         contributor.
10581
10582 2004-07-09  David Svoboda      <svoboda@cmu.edu>
10583
10584         * elisp/lilypond-mode.el,
10585         * elisp/lilypond-what-beat.el: Added LilyPond-what-beat function to
10586         count beats between last measure stop | and point in emacs.
10587         
10588 2004-07-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10589
10590         * tex/GNUmakefile (TEX_FILES): don't dist
10591         music-drawing-routines.ps, latin1.enc 
10592
10593         * scripts/lilypond.py (include_path): remove --no-lily, --no-ps ,
10594         --no-pdf, --pdftex
10595         (copyright): add --latex option
10596         (ic_p.make_include_option): use direct PS as default.
10597
10598         * scm/beam.scm (check-slope-callbacks): check sign of slope. 
10599
10600         * input/regression/beam-concave.ly (rossFourBeams): add cases from
10601         Ross
10602
10603         * scm/script.scm (default-script-alist): marcato should follow
10604         into staff
10605         
10606 2004-07-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10607
10608         * buildscripts/builder.py:
10609         
10610         * Documentation/SConscript (outdir): New file.  Add *list.ly
10611         dependencies.  Fixes PDF doc build.
10612
10613 2004-07-08  Jan Nieuwenhuizen  <janneke@gnu.org>
10614
10615         * SConstruct: Add Tar target (incomplete), fix install issues, fix
10616         run from build-dir.
10617
10618         * ly/SConscript:
10619         * scm/SConscript: New file.
10620
10621         * lily/main.cc (dir_info): Print variables in sh format.
10622
10623         * lily/includable-lexer.cc: Use #if iso #ifdef for HAVE_ tests.
10624
10625         * mf/SConscript: Update multiple target rules.
10626
10627         * SConstruct (assert_version): Add.
10628
10629 2004-07-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10630
10631         * SConstruct (key): add HAVE_FLEXLEXER_YY_CURRENT_BUFFER check.
10632
10633 2004-07-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10634
10635         * buildscripts/mf-to-table.py: Do not try to open ''.
10636
10637         * mf/SConscript: New file.
10638
10639 2004-07-06  Carl Sorensen  <carldsorensen@comcast.net>
10640
10641         * scm/fret-diagrams.scm : Convert many properties to constants,
10642         reducing the pollution of the property namespace.
10643
10644         * scm/define-grob-properties.scm (all-user-grob-properties): Reduce
10645         unnecessary properties for fret-diagram
10646
10647         * scm/define-grob-interfaces.scm (fret-diagram-interface): Add symbols
10648         for interface
10649
10650 2004-07-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10651
10652         * SConstruct: Update.
10653
10654 2004-07-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10655
10656         * input/regression/beam-quant-standard.ly (seconds): print desired
10657         quants when failing.
10658
10659 2004-07-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10660
10661         * SConstruct:
10662         * flower/SConscript:
10663         * lily/SConscript: New file.
10664
10665 2004-07-05  Carl Sorensen  <carldsorensen@comcast.net>
10666
10667         * scm/define-grob-properties.scm (all-user-grob-properties): Add
10668         descriptions for all fret-diagram properties.
10669
10670         * scm/define-grob-interfaces.scm (fret-diagram-interface): Add
10671         fret-diagram interface code
10672
10673 2004-07-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10674
10675         * ly/book-paper-defaults.ly: set default encoding to ec.
10676
10677         * buildscripts/guile-gnome.sh (OPT): only compile pango if not
10678         installed.
10679
10680         * tex/latin1.enc: new file, from a2ps. 
10681
10682 2004-07-06  Heikki Junes  <hjunes@cc.hut.fi>
10683
10684         * stepmake/bin/add-html-footer.py: use <div> instead of <table>,
10685         add a faint, green border line.
10686
10687         * Documentation/index.html.in: drop <table>, add a faint border line.
10688
10689 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10690
10691         * scm/font.scm (add-cmr-fonts): upright caps is eccc.
10692
10693         * Documentation/GNUmakefile (README_TOP_FILES): add THANKS.txt.
10694
10695 2004-07-02  Carl Sorensen  <carldsorensen@comcast.net>
10696
10697         * scm/output-ps.scm (white-text): Add scale paramter to allow scaling
10698
10699         * scm/output-tex.scm (white-text): Add scale parameter to allow font
10700         scaling
10701
10702         * scm/stencil.scm (fontify-text-white) : Adjust to better center,
10703         properly scale white text
10704
10705         * scm/fret-diagrams.scm (make-fret-diagram): change default dot
10706         position for numbered dots so dot will touch fret.
10707         (various routines): move to font-metric interface, rather than
10708         name, size interface.  Clean up comments.
10709
10710         * ps/music-drawing-routines.ps: (/draw_white_text)  Adjust font
10711         size and offset to better center white text.
10712
10713 2004-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10714
10715         * ChangeLog: Remove pre-2.1 changes.
10716
10717         * Documentation/misc/ChangeLog-2.1: New file.
10718
10719         * stepmake/bin/release.py: Cleanup.  Add release marker if missing
10720         from ChangeLog.
10721
10722 2004-07-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10723
10724         * input/test/chords-below-volta-bracket.ly,
10725         input/test/no-key-at-end-of-line.ly: New example files (FAQs)
10726
10727 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10728
10729         * VERSION: release 2.3.6
10730
10731         * input/regression/beam-quant-standard.ly: new file: test standard
10732         beam quants.
10733
10734         * scm/beam.scm (check-quant-callbacks): new function
10735         (check-beam-quant): new function: check whether current beam
10736         quants match argument.
10737
10738         * lily/beam-quanting.cc (score_forbidden_quants): fix problem with
10739         forbidden quant for sitting (upstem)/hanging (downstem) on outer
10740         staffline line.
10741
10742 2004-07-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10743
10744         * lily/parser.yy (Generic_prefix_music_scm): add (scm,scm) music
10745         functions.
10746
10747         * lily/note-collision.cc (do_shifts): align colliding notes to
10748         their leftmost note.
10749
10750         * input/regression/collision-alignment.ly: new file.
10751
10752         * ly/init.ly: don't print gc stats.
10753
10754         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo): add
10755         extra newline
10756
10757         * scm/define-grobs.scm (all-grob-descriptions): use (0 . 0) not #f
10758         for dimensions. This fixes ottava-remove-empty-staff.ly
10759
10760         * input/regression/lyrics-tenor-clef.ly: new file.
10761
10762         * lily/axis-group-engraver.cc (process_acknowledged_grobs): catch
10763         cyclic parents when two axis-group-engravers are
10764         present. Fixes: crash-axis-group-engraver.ly. 
10765         
10766         * input/test/volta-chord-names.ly: new file.
10767
10768         * scm/define-context-properties.scm
10769         (all-user-translation-properties): change voltaOnThisStaff
10770         definition. 
10771
10772         * lily/volta-engraver.cc (stop_translation_timestep): set bounds
10773         if necessary.
10774
10775         * lily/volta-bracket.cc (print): handle volta brackets without
10776         bars. 
10777
10778 2004-07-01  Jan Nieuwenhuizen  <janneke@gnu.org>
10779
10780         * scripts/abc2ly.py (try_parse_chord_delims): Bugfix: update to
10781         2.0 chord syntax.  Ouch.  (thanks Dave Phillips).
10782
10783 2004-07-01  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10784
10785         * scm/output-gnome.scm: updated instructions for running gnome
10786         backend
10787
10788 2004-06-29  Carl Sorensen  <carldsorensen@attbi.net>
10789
10790         * scm/fret-diagrams.scm (draw-dots): default values for dot size
10791         and dot-position now depend on finger-code value; in-dot makes
10792         dots larger and centered.
10793         (draw-barre): added straight-barre indicator option
10794         (draw-dots): made fontify-text-white work.
10795
10796         * music-drawing-routines.ps: added /draw_white_text
10797
10798         * scm/output-tex.scm:  added white-text
10799
10800         * scm/output-ps.scm:  added white-text
10801
10802         * scm/lily.scm (ly:all-stencil-expressions): Added white-text to 
10803         list of stencil expressions
10804
10805         * scm/stencil.scm: Added fontify-text-white
10806
10807 2004-06-29  Heikki Junes  <hjunes@cc.hut.fi>
10808
10809         * input/regression/+.ly: use @unnumbered section.
10810
10811 2004-06-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10812
10813         * elisp/lilypond-mode.el (LilyPond-guile): set current module to
10814         (*anonymous-ly-0*) iso. (*anonymous-ly-1*)
10815
10816 2004-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10817
10818         * buildscripts/guile-gnome.sh (PATH): GUILE CVS is still fubarred.
10819
10820 2004-06-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10821
10822         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
10823         was causing an error. (was not actually commited in 2004-06-20)
10824
10825         * input/regression/lily-in-scheme.ly (withPaddingC): does not
10826         breaks anymore
10827
10828 2004-06-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10829
10830         * VERSION: 2.3.5 released.
10831         
10832         * lily/my-lily-parser.cc (parse_string): switch module too.
10833
10834 2004-06-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10835
10836         * Documentation/topdocs/INSTALL.texi (Top): Add guile, python and
10837         ec-fonts-mftraced to running requirements.
10838
10839 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10840
10841         * lily/my-lily-lexer.cc (My_lily_lexer): copy scopes so temporary
10842         assignments don't reach the original file.
10843
10844         * lily/my-lily-parser.cc (My_lily_parser): only copy lexer if it
10845         exists
10846
10847 2004-06-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10848
10849         * scm/output-gnome.scm: 
10850         * buildscripts/guile-gnome.sh: Update wrt fixed GUILE CVS.
10851
10852         * debian/: Apply Debian patch (Anthony Fok).
10853
10854 2004-06-22  Heikki Junes   <hjunes@cc.hut.fi>
10855
10856         * Documentation/user/music-glossary.tely: fix titling; @top is already
10857         an @unnumbered @chapter.
10858
10859 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10860
10861         * debian/GNUmakefile (EXTRA_DIST_FILES):
10862         (CONF_FILES): update file list.
10863
10864         * lily/stencil.cc (interpret_stencil_expression): bugfix.
10865
10866 2004-06-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10867
10868         * debian/: Remove cruft (requested Anthony Fok.)
10869
10870         * buildscripts/guile-gnome.sh: Build without gcc libtool version
10871         juggling.
10872
10873         * scm/framework-gnome.scm: Cleanups.  Resurrect +/- canvas scaling.
10874         Add popup menu with grob properties.
10875
10876         * lily/grob-scheme.cc (ly:grob-properties):
10877         (ly:grob-basic-properties): New function.
10878
10879         * lily/stencil.cc (interpret_stencil_expression): Comment-out
10880         "no-origin" call.  Fixes -fps output.
10881
10882         * scm/output-ps.scm (no-origin): Add dummy implementation.
10883
10884         * scm/output-gnome.scm (define-origin): Remove
10885         (grob-cause): Add.
10886
10887         * scm/output-ps.scm (scm):
10888         * scm/output-tex.scm (scm): Remove define-origin from exports list.
10889         (define-origin): Remove.
10890
10891         * scm/output-gnome.scm (define-origin): 
10892
10893         * scm/lily.scm (ly:all-output-backend-commands): Remove
10894         define-origin.  Add grob-cause.
10895
10896 2004-06-21  Heikki Junes   <hjunes@cc.hut.fi>
10897
10898         * buildscripts/lilypond-words.py: add ly/portugues.ly.
10899
10900 2004-06-20  Heikki Junes   <hjunes@cc.hut.fi>
10901
10902         * Documentation/user/GNUmakefile:
10903         * stepmake/stepmake/texinfo-rules: add Cascading Style Sheet using
10904         --include-css=.../texinfo.css; command includes css into the html.
10905
10906         * Documentation/texinfo.css: add file.
10907         define <hr> as black and thin.
10908
10909 2004-06-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10910
10911         * lily/stencil.cc (interpret_stencil_expression): add grob-cause
10912         stencil expression. Junk define-origin.
10913
10914         * lily/my-lily-parser.cc (parse_string): init parser variable when
10915         lexer_ is set, ie. in parse_string and parse_file.
10916
10917         * lily/book.cc (LY_DEFINE): new function. ly:make-book. Supercedes
10918         ly:score-bookify.
10919
10920         * scm/lily.scm (collect-scores-for-book): new function.
10921
10922         * ly/init.ly: print collected scores/musics.
10923
10924         * lily/my-lily-parser.cc (LY_DEFINE): define parser in parser
10925         scope, not in lily module.
10926
10927         * lily/book.cc (LY_DEFINE): ly:make-book. New function.
10928
10929         * configure.in (PKG_CONFIG_PATH): add --enable-gui flag, and
10930         encapsulate gtk/pango tests.
10931
10932         * po/tr.po: Turkish translation.
10933
10934 2004-06-20  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10935
10936         * input/regression/lily-in-scheme.ly: regression test for #{
10937         ... #} syntax
10938
10939         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
10940         was causing an error.
10941
10942         * Documentation/user/programming-interface.itely (Using LilyPond
10943         syntax inside Scheme): documentation for #{ ... #} syntax.
10944
10945 2004-06-19  Heikki Junes  <hjunes@cc.hut.fi> 
10946
10947         * Documentation/index.html.in: use black thin <hr>.
10948
10949         * buildscripts/mutopia-index.py: use thin black <hr>.
10950
10951 2004-06-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10952
10953         * scm/fret-diagrams.scm: Use UNIX style line endings.
10954         (fret-diagram-verbose): A couple of @{VAR} and an closing itemize
10955         typo.  Fixes compile.
10956
10957         * scm/output-ps.scm (white-dot): Remove second incarnation.
10958
10959         * scm/lily.scm (ly:all-stencil-expressions): Add white-dot.
10960
10961 2004-06-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10962
10963         * scripts/lilypond.py (ic_p.make_include_option): set error_p for
10964         single file error.
10965
10966         * lily/bar-line.cc (compound_barline): add support for unbroken ||:
10967
10968 2004-06-17  Carl Sorensen (carl_sorensen@byu.edu)
10969
10970         * scm/fret-diagrams.scm: added fret-diagram-terse interface;
10971         remove size as argument to fret-diagram interface;
10972         improved white-circle dots for fret;
10973         improved top-fret thick line/
10974
10975         * scm/output-ps.scm: added white-dot function
10976
10977         * scm/output-tex.scm: added white-dot function
10978
10979         * tex/music-drawing-routines.ps: added draw_white_dot function
10980
10981         * ps/music-drawing-routines.ps: added draw_white_dot function
10982
10983         * input/test/fret-diagram.ly: examples to show multiple
10984         functions and multiple interfaces
10985
10986 2004-06-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10987
10988         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph) 
10989         (pango_fc_afm_get_charset): Update iaw Pango CVS update.
10990
10991         * buildscripts/guile-gnome.sh: Add pango to recipe.  Resolve
10992         conflict.  Have I told you lately how much I love autotools?
10993
10994 2004-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10995
10996         * lily/lily-guile.cc: 
10997         * lily/pangofc-afm-decoder.cc:
10998         * lily/include/pangofc-afm-decoder.hh: Use #if HAVE_* iso #ifdef.
10999         Fixes build without Pango CVS.  Use "pangofc-afm-decoder.hh".
11000
11001         * Documentation/topdocs/NEWS.texi (Top): Mention GNOME backend for
11002         developers.
11003
11004         * lily/paper-outputter.cc (file): New method.
11005         (dump_string): Use it.
11006
11007         * scm/output-gnome.scm: Update with pango CVS info, lilylib
11008         musing.
11009
11010         * lily/accidental-engraver.cc: Bugfix: (do not sort lines if one
11011         of them has a comma :-).
11012
11013         * scm/framework-gnome.scm: Add pango decoders.
11014
11015         * lily/include/pangofc-afm-decoder.hh: 
11016         * lily/pangofc-afm-decoder.cc: New file.
11017
11018         * lily/lily-guile.cc (ly:pango-add-afm-decoder): New function.
11019
11020         * configure.in: Check for pango.
11021
11022         * stepmake/aclocal.m4 (PKG_CHECK_MODULES): New function (from
11023         autoconf).
11024         (STEPMAKE_GTK2, STEPMAKE_PANGO): New function.
11025
11026         * config.make.in (USER_CFLAGS, USER_LDLAGS): Update.
11027
11028 2004-06-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11029
11030         * Documentation/user/tutorial.itely (Integrating text and music):
11031         fix grammar & punctuation.
11032
11033 2004-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11034
11035         * lily/: Stray janitorial cleanups.
11036
11037         * scm/lily.scm (ly:all-stencil-expressions):
11038         * scm/lily.scm (ly:all-output-backend-commands): New function.
11039
11040         * scm/safe-lily.scm (safe-objects): Add them.
11041
11042         * scm/framework-gnome.scm (<gnome-outputter>): New class.
11043
11044         * scm/output-gnome.scm: Move non-stencil evaluators to framework.
11045
11046 2004-06-15  Jan Nieuwenhuizen  <janneke@gnu.org>
11047
11048         * buildscripts/guile-gnome.sh: Pick-up user-installed pango.
11049
11050 2004-06-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11051
11052         * scm/page-layout.scm (default-page-make-stencil): add
11053         raggedbottom, raggedlastbottom.
11054
11055         * Documentation/user/changing-defaults.itely (Page layout): add doc.
11056
11057         * scm/framework-tex.scm (define-fonts): fix export of
11058         papersize.
11059
11060         * lily/paper-book.cc (classic_output): strip suffixes from
11061         framework functions.
11062
11063         * lily/tuplet-bracket.cc (before_line_breaking): do not return
11064         SCM_UNDEFINED to Scheme.
11065
11066 2004-06-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11067
11068         * lily/book.cc: remove Book::to_stencil().
11069         (process): whoops. Score::book_rendering returns vector, not list.
11070
11071         * scripts/convert-ly.py (conv): remove \notes.
11072         apply to input examples.
11073
11074         * lily/paper-outputter.cc (output_stencil): don't use
11075         smobify_self() but self_scm()
11076
11077         * lily/include/ly-smobs.icc (IMPLEMENT_SMOBS): don't return SCM
11078         from smobify_self().
11079
11080         * lily/paper-book.cc (output): load framework module
11081         scm_c_resolve_module().
11082
11083         * python/lilylib.py (exit): exit with argument i.
11084
11085 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11086
11087         * scm/framework-gnome.scm (output-framework-gnome): Try loading
11088         gnome modules from non-toplevel.
11089
11090         * lily/ly-module.cc (ly:import-module): Export to ly:.
11091
11092         * lily/paper-score.cc (process): Do not show progress newline.
11093
11094         * lily/paper-book.cc (output, classic_output): Show progess
11095         newline after score.
11096
11097 2004-06-14  Heikki Junes <hjunes@cc.hut.fi>
11098
11099         * buildscripts/lilypond-words.py: add ly/vlaams.ly
11100
11101 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11102
11103         * lily/score.cc (ly:run-translator): Do not crash on empty music
11104         list.
11105
11106         * lily/book.cc (process): Do not render score when systems is empty.
11107
11108         * input/simple-song.ly: Down one octave.
11109
11110         * scm/output-gnome.scm: Remove script again; re-add modules fix
11111         (CVS conflict resolve?)
11112
11113         * lily/stencil.cc (ly:interpret-stencil): Was:
11114         interpret_stencil_expression.
11115
11116 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
11117
11118         * buildscripts/guile-gnome.sh: New file.
11119
11120         * scm/output-gnome.scm: White background, better window size, sane
11121         canvas size.  Cleanups.
11122
11123 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11124
11125         * VERSION: release 2.3.4
11126
11127         * Documentation/user/invoking.itexi (Invoking the lilypond
11128         binary): document --safe.
11129
11130         * scm/output-gnome.scm: set PATH in script.
11131
11132         * scm/page-layout.scm (default-page-make-stencil): don't stretch
11133         if there is too few systems on a page.
11134
11135         * lily/parser.yy (relative_music): start at middle C without pitch
11136         argument.
11137
11138         * Documentation/user/changing-defaults.itely (Page layout): new node.
11139         (Paper size): rename node
11140         (Page breaking): new node.
11141         (Titling): move from invoking.
11142         (File structure): new node.
11143
11144         * lily/parser.yy (score_body): allow \header and music anywhere in
11145         \score body.
11146
11147 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
11148
11149         * scm/lily.scm (ly:load): Remove page-breaking.scm.
11150
11151 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11152
11153         * lily/include/paper-system.hh: move cc/hh file from paper-line.*
11154
11155         * lily/include/paper-line.hh: rename to Paper_system.
11156
11157         * lily/include/paper-book.hh: doc class.
11158
11159         * lily/paper-book.cc (c_ragged_page_breaks): remove functions. 
11160
11161         * scm/page-layout.scm (plain-footer): add tagline/copyright. 
11162         (plain-header): add instrument-name.
11163         (default-page-make-stencil): bugfixes.
11164
11165         * lily/parser.yy (book_body): allow \header anywhere in \book{}
11166
11167         * lily/paper-book.cc: remove copyright & tagline. Remove
11168         interactions with Page
11169
11170         * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
11171         here, 
11172         (default-page-make-stencil): new function
11173         (default-page-music-height): new function
11174         (page-headfoot): new function
11175         (ly:optimal-page-breaks): generate stencils directly from here
11176
11177         * scm/titling.scm: new file, group titling functions
11178
11179 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
11180
11181         * scm/output-gnome.scm: Handle multiple pages.
11182
11183         * scm/framework-gnome.scm: Do not load output-gnome.
11184         (framework-gnome): Invoke output-gnome::header and
11185         output-gnome::end-output as faked stencils.  Fixes experimental
11186         gnome output.
11187
11188 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11189
11190         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
11191         octavation compatibility fixes. Backportme. 
11192
11193         * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
11194         pages.
11195         (ly:optimal-page-breaks): combine-penalties: no shortcut for
11196         negative. Now we handle negative penalties (ie. \pageBreak)
11197         correctly.
11198
11199         * lily/system.cc (get_line): extract page-penalty from the left
11200         bound.
11201
11202         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
11203
11204 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11205
11206         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
11207
11208 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
11209
11210         * scm/output-gnome.scm: Update script.  Move development to
11211         lilypond_2_3_2 branch for now.
11212
11213 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11214
11215         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
11216         negative penalties.
11217         cleanups.
11218
11219         * Documentation/user/changing-defaults.itely (Creating contexts):
11220         index entries
11221
11222         * scm/page-breaking.scm (ly:optimal-page-breaks): new
11223         file. Rewrite function. 
11224
11225         * lily/paper-book.cc (pages): new interface: page-breaking returns
11226         list of line-list.
11227
11228         * lily/page.cc (Page): take lines argument.
11229
11230         * scm/document-translation.scm (all-engravers-doc): link to user man
11231
11232         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty
11233         iso. score.
11234
11235         * Documentation/user/notation.itely (Relative octaves): typo.
11236
11237         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
11238
11239 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11240
11241         * scm/output-gnome.scm: Update build script.
11242
11243 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11244
11245         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
11246         gnome backend.
11247
11248         * scm/framework-gnome.scm: New file.
11249
11250         * scm/lily.scm: Use it.
11251
11252         * lily/paper-outputter.cc: Janitorial cleanups.
11253         (ly:outputter-dump-string): Remove unreachable statement.
11254
11255         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
11256         (ice-9): Bugfix: Add srfi-1.
11257
11258         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
11259
11260 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11261
11262         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
11263         in do_quit()
11264
11265 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11266
11267         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
11268
11269 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11270
11271         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
11272         override of Beam::position-callbacks. Why would grace beams not be
11273         quantized? Fixes: weird-stem-size-grace. 
11274
11275         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
11276         warning only once. Backportme.
11277
11278         * lily/accidental-engraver.cc (number_accidentals_from_sig):
11279         bugfix, 2nd try. Backportme.
11280
11281         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
11282
11283 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
11284
11285         * Documentation/user/notation.itely (Instrument transpositions):
11286         Correct the name of the instrumentTransposition property.
11287
11288 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11289
11290         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
11291
11292 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
11293
11294         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
11295         and postLilyPondExample are called when defined.
11296
11297 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11298
11299         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
11300         This fixes setting notenames with `\include "nederlands.ly" '
11301
11302         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
11303         new function.
11304
11305 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11306
11307         * scm/page-layout.scm: don't do piece, it should be in score-title
11308         only.
11309
11310         * lily/lexer.ll: lex \score separately.
11311
11312         * lily/paper-book.cc: junk stencil2line.
11313
11314         * lily/paper-line.cc (Paper_line): construct from Stencil
11315         directly. No futzing with the dimensions.
11316
11317         * lily/include/paper-line.hh (class Paper_line): 
11318
11319         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
11320         takes arbitrary number of arguments.
11321
11322         * input/test/markup-score.ly (tuning): simplify example. 
11323
11324 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11325
11326         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
11327
11328         * scm/define-markup-commands.scm (score): define score-markup
11329
11330         * lily/parser.yy (markup): use score-markup.
11331
11332         * lily/score.cc: add ly:score? 
11333
11334 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
11335
11336         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
11337         fret-parse-string so it prepares for calls to fret-diagram-verbose
11338         Changed display constants to props so they are available for
11339         \override.
11340
11341 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11342
11343         * VERSION: release 2.3.3
11344
11345         * stepmake/stepmake/generic-vars.make: unset LANG.
11346
11347         * input/regression/tuplet-nest.ly: bugfix.
11348
11349         * lily/tie-performer.cc (stop_translation_timestep): reset
11350         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
11351
11352         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
11353         clear repeat_ directly after setting stem_tremolo_. Fixes:
11354         tremolo-repeat.ly
11355
11356         * input/regression/span-bar-break.ly: new file.
11357
11358         * scm/define-grobs.scm (all-grob-descriptions): remove
11359         break-visibility from SpanBar. Fixes: piano-repeat.ly
11360
11361 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11362
11363         * python/lilylib.py (make_ps_images): only compute bbox when needed.
11364
11365         * scripts/lilypond-book.py (process_snippets): use lily -f ps
11366         files for generating pngs. (failed experiment)
11367
11368         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
11369         file with PFA fonts included.
11370
11371         * lily/score.cc (default_rendering): put header in too.
11372
11373         * lily/paper-line.cc (LY_DEFINE): change function to
11374         ly:paper-line-extent
11375
11376         * scm/page-layout.scm (default-book-title): only add lines for
11377         non-nil fields.
11378         (default-score-title): idem.
11379
11380         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
11381
11382         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
11383
11384         * lily/include/paper-book.hh (class Paper_book): remove height_
11385         member.
11386
11387         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
11388
11389         * lily/ly-module.cc (LY_DEFINE): bugfix.
11390
11391         * lily/paper-book.cc (book_title): separate function for the book
11392         title.
11393
11394         * scm/page-layout.scm (default-book-title): only account for
11395         markup fields.
11396
11397         * scm/framework-ps.scm: new file. Move high level interface from
11398         output-ps.scm
11399
11400         * scm/music-functions.scm (def-grace-function): move macros from
11401         ly/music-functions-init.ly
11402
11403         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
11404         framework-tex.scm
11405
11406         * scm/framework-tex.scm (dump-line): new file. High level
11407         interface for output (pages, systems, header). 
11408
11409         * lily/include/page.hh (class Page): add is_last_ field.
11410
11411         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
11412
11413         * lily/paper-book.cc (split_string): new function
11414         (output): output multiple formats, i.e. --format=ps,tex
11415
11416         * scm/output-ps.scm (output-scopes): dump variables directly.
11417         (define-fonts): rewrite for new interface
11418
11419         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
11420
11421         * lily/paper-outputter.cc (Paper_outputter): take format argument.
11422
11423         * lily/main.cc (parse_argv): don't set extension for output.
11424
11425         * lily/clef-engraver.cc (create_clef): remove
11426         Staff_symbol_referencer::set_position() call. 
11427
11428 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11429
11430         * ly/music-functions-init.ly (addlyrics): set the 'origin property
11431         with the location argument in music function definitions.
11432
11433 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11434
11435         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
11436         staffsymbol dependency.
11437
11438         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
11439         cleanups.
11440
11441         * lily/book.cc (process): return Paper_book
11442         (to_stencil): use Book::process().
11443
11444         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
11445         header_ field. Store in $globalheader
11446
11447         * lily/parser.yy (book_body): book header is initted to
11448         $globalheader.
11449
11450
11451 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11452
11453         * input/test/fill-a4.ly: removed.
11454
11455         * lily/parser.yy (output_def): push scope of parent_ Output_def
11456         too.
11457
11458 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11459
11460         * scm/output-gnome.scm: Update info.
11461
11462 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11463
11464         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
11465
11466         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
11467         than 1 module.
11468
11469         * lily/include/ly-module.hh (ly_use_module): rename is_module to
11470         ly_c_module_p.
11471
11472         * scm/page-layout.scm (default-book-title): move Scheme titling
11473         functions to here.
11474
11475         * lily/parser.yy (book_paper_block): remove scope too.
11476
11477         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
11478
11479         * lily/rest.cc: add direction to rest properties.
11480
11481         * lily/include/output-def.hh: new file, move from
11482         music-output-def.hh
11483
11484 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11485
11486         * scm/output-gnome.scm: Describe feta-cork hack.
11487
11488 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11489
11490         * lily/include/book-paper-def.hh: derive from Output_def 
11491
11492         * lily/include/paper-def.hh: move all functionality out of class.
11493         Junk header.
11494
11495         * lily/include/music-output-def.hh: rename Music_output_def to
11496         Output_def.
11497
11498         * input/wilhelmus.ly: only set space for Paper formatting. 
11499
11500         * lily/include/midi-def.hh: remove file, remove class.
11501         Move functions to Music-output-def.
11502
11503         * lily/music-output-def.cc (Music_output_def): remove separate
11504         translator table. Lookup translators in scope directly. This
11505         obviates Context suffix for context identifiers, i.e.
11506
11507         \context {
11508           \Staff
11509           .. 
11510           }
11511
11512
11513         will work.
11514
11515
11516         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
11517
11518         * Documentation/user/changing-defaults.itely (Horizontal spacing):
11519         document spacing override hack.
11520
11521 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11522
11523         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
11524         installation info.  Support point-and-click.  Add +/- zoom
11525         keybindings.
11526
11527 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11528
11529         * VERSION: 2.3.2 released
11530
11531         * lily/parser.yy (book_body): set default bookpaper.
11532
11533         * scm/output-tex.scm (header): kludge: hard code linewidth. 
11534
11535         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
11536
11537 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11538
11539         * lily/score.cc (default_rendering): scale outputdef before
11540         starting.
11541
11542 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11543
11544         * scm/fret-diagrams.scm: Add header.
11545
11546         * scm/output-gnome.scm: Hello world :-)
11547
11548 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11549
11550         * scripts/lilypond.py (run_dvips): only add papersize if present.
11551
11552         * lily/accidental-engraver.cc (update_local_key_signature): new
11553         function, fold code from initialize() and process_music().
11554         (update_local_key_signature): use deep copy. This fixes one
11555         problem from custom-key-signatures.ly.
11556         (number_accidentals_from_sig): tighter check for
11557         accidental-too-old.
11558
11559         * ly/engraver-init.ly: remove localKeySignature
11560         definition from ChoirStaff, StaffGroup, Score.
11561
11562         * lily/percent-repeat-engraver.cc (try_music): add moments for
11563         barlines too. Fixes: skipbars-percent-repeat.ly.
11564
11565 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11566
11567         * lily/context-def.cc (filter_performers): don't go to cdrloc if
11568         skipping last pair. Fixes: crash-bar-number.
11569
11570         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
11571         D. Sorensen)
11572
11573         * input/test/fret-diagram.ly: new file.
11574
11575         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
11576         (scale-paper): divide by scale.
11577
11578 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11579
11580         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
11581         case.
11582
11583 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11584
11585         * scm/stencil.scm (fontify-text): reinstate function
11586
11587         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
11588
11589         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
11590
11591         * lily/parser.yy (book_paper_head): \bookpaper {} 
11592
11593         * python/midi.c: remove config.h
11594
11595 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
11596
11597         * scm/output-gnome.scm: Update.
11598
11599 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
11600
11601         * scm/output-gnome.scm: New file.
11602
11603         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
11604
11605 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11606
11607         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
11608         (find_scaled_font): move from Paper_def
11609
11610 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11611
11612         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
11613         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
11614
11615         * po/fr.po: update po.
11616
11617         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
11618
11619         * lily/book-paper-def.cc (print_smob): new file.
11620
11621 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
11622
11623         * buildscripts/lilypond-words.py: search words also from
11624         music-functions-init.ly.
11625
11626 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11627
11628         * ly/music-functions-init.ly (def-music-function): new helper
11629         macro for defining music functions. \addlyrics \appoggiatura
11630         \acciaccatura \grace \partcombine \autochange \applycontext
11631         \applyoutput and \breathe are now defined here thanks to it.
11632
11633         * lily/parser.yy: 
11634         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
11635         \grace \partcombine \autochange \applycontext \applyoutput and
11636         \breathe keywords removed from the parser.
11637
11638         * lily/parser.yy: 
11639         * lily/music-function.cc (ly_make_music_function): 
11640         * lily/lexer.ll (music_function_type): added a case for 0-arg
11641         music functions.
11642
11643 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11644
11645         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
11646         refering to a music expression can be used in lily-inside-scheme:
11647         #{ $music #}
11648
11649         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
11650         and ly:parser-define, and change ly:parser-parse-string in order
11651         to make #{ $music #} work.
11652
11653         * scm/new-markup.scm (compile-markup-expression): when an argument
11654         is a string, use `make-simple-markup'.
11655
11656 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11657
11658         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
11659
11660 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11661
11662         * scripts/convert-ly.py (FatalConversionError.func): handle + in
11663         font-size. (backportme)
11664
11665 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11666
11667         * lily/paper-outputter.cc (output_stencil): dump font definitions
11668         before each stencil.
11669
11670         * lily/include/paper-book.hh (struct Score_lines): new
11671         struct. Collect info per Paper-score.
11672
11673         * lily/include/page.hh (class Page): to_stencil() returns Stencil
11674         everywhere.
11675
11676         * lily/stencil.cc (find_expression_fonts): new function
11677
11678         * lily/paper-outputter.cc (output_stencil): use
11679         interpret_stencil_expr
11680
11681         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
11682         (interpret_stencil_expr): new function. Generic stencil
11683         interpretation.
11684
11685         * lily/paper-def.cc (find_scaled_font): divide lookup
11686         magnification by outpuscale for non-virtual fontmetrics. This
11687         fixes ludicrously long font definitions for text
11688         fonts. (backportme)
11689
11690         * lily/score-engraver.cc: remove
11691         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
11692
11693 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11694
11695         * input/test/markup-score.ly: Remove \notes.
11696
11697         * lily/parser.yy (book_body): Grok Composite_music and \header.
11698         (markup): Push NOTES mode before score_block.
11699
11700         * VERSION: release 2.3.1
11701
11702         * mf/feta-klef.mf: 
11703         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
11704
11705         * Documentation/user/programming-interface.itely: Use @emph (was:
11706         @em).
11707
11708         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
11709
11710 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11711
11712         * scm/output-tex.scm (output-tex-string): tighten safe security.
11713
11714         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
11715
11716         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
11717         allowed ly functions.
11718
11719         * lily/ly-module.cc (ly_module_define): only define variable if
11720         bound.
11721         (ly_make_anonymous_module): take safe option.
11722
11723 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11724
11725         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
11726
11727 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
11728
11729         * input/regression/newaddlyrics.ly: Fix.
11730
11731         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
11732         \score \notes.
11733
11734 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
11735
11736         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
11737
11738 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11739
11740         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
11741
11742         * lily/paper-line.cc (Paper_line): don't store list of stencils,
11743         but convert to single Stencil immediately.
11744
11745         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
11746
11747 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11748
11749         * scm/output-sodipodi.scm: Resurrect sodipodi output.
11750
11751 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
11752
11753         * elisp/lilypond-mode.el: Changed the way defaults are created for
11754         LilyPond-command-master.  LilyPond-mode will now check the
11755         timestamps of the files to see which command has to run next.
11756
11757 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11758
11759         * scm/bass-figure.scm (format-bass-figure): don't set
11760         number-markup for strings. This fixes string in bass
11761         figure. (backportme)
11762
11763         * lily/parser.yy (bass_number): insert number-markup into figure
11764         definition.
11765
11766         * scm/define-music-properties.scm (all-music-properties): make
11767         'figure a markup.
11768
11769         * scripts/convert-ly.py (conv): \apply -> \applymusic
11770
11771 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
11772
11773         * elisp/lilypond-mode.el: changed the order of some commands
11774         ("Midi" after "2Midi"), use the user-defined
11775         LilyPond-command-default as default instead of "LilyPond"
11776
11777         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
11778         to set the master file for the next command.
11779
11780         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
11781         with font-lock-reference-face.
11782
11783 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
11784
11785         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
11786
11787         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
11788
11789 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11790
11791         * ly/music-functions-init.ly (TODO): new file.
11792
11793         * lily/parser.yy (Generic_prefix_music_scm): add more
11794         music_function symbols.
11795         (Prefix_composite_music): change \apply to music-function   
11796
11797         * lily/include/music-function.hh: rename to music-function
11798
11799 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11800
11801         * lily/music-head.cc (LY_DEFINE): change order of args.
11802
11803         * input/regression/music-head.ly (texidoc): new file.
11804
11805         * lily/parser.yy (Generic_prefix_music): allow generic
11806         music-transformation functions. 
11807
11808         * lily/include/music-head.hh (is_music_head): new file.
11809
11810         * lily/music-head.cc (get_music_head_transform): new file.
11811
11812 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11813
11814         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
11815         empty extent. This fixes ottava brackets on rests. (backportme)
11816
11817         * make/lilypond.redhat.spec.in (Group): ln png files for info.
11818
11819         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
11820
11821         * cygwin/lily-wins.py: update for the lily-wins.py script.
11822
11823 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11824
11825         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
11826         code. This will obviate typeset_grob () in the future.  The effect
11827         of this is that improperly written spanner handling will result in
11828         invalid spanner bounds.
11829         (announce_grob): add to elems_ from here
11830         (typeset_grob): comment out.  
11831
11832         * lily/include/engraver.hh (make_spanner): new calling interface
11833         for make_{item,spanner}. This obviates most calls to
11834         announce_grob().
11835
11836         * scm/music-functions.scm (set-accidental-style): use GrandStaff
11837         iso. PianoStaff for piano styles.
11838
11839 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
11840
11841         * Documentation/user/music-glossary.tely: add segno after d.s.
11842
11843 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11844
11845         * lily/include/audio-column.hh: remove unused variables.
11846         (patch by Michael Welsh Duggan)
11847
11848         * flower/include/axes.hh (other_axis): inline Axes function
11849         (thanks to David Brandon).
11850
11851 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
11852
11853         * cygwin/mknetrel: Install image links (backportme).
11854
11855         * Documentation/user/GNUmakefile (local-install-info): Activate
11856         actual installing of image links (backportme).
11857
11858 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
11859
11860         * Documentation/user/notation.itely (Measure repeats): Removed
11861         unnecessary (and confusing) \context Voice{.
11862
11863 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11864
11865         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
11866
11867         * lily/page.cc (Page): Do not use ly_scheme_function for
11868         volatile/configurable variables (FIXME: better name).
11869
11870         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
11871         get_scmvar).
11872
11873 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11874
11875         * scripts/convert-ly.py (FatalConversionError.subst): use
11876         \transposition.
11877
11878 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11879
11880         * lily/include/page.hh (class Page): Declare left_margin ().
11881
11882         * lily/page.cc: Remove paper var caching.
11883
11884 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11885
11886         * Documentation/user/music-glossary.tely: Add name to @top node.
11887         Remove comment from @table definitions (workaround for makinfo
11888         bug).
11889
11890         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
11891         ly:stencil-get-expr).  Update callers.
11892         (ly:stencil-align-to!):  Return stencil too.
11893
11894         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
11895         stencil.  Remove looped line-based page output.
11896         (output_line): Use line stencil.  Remove looped stencil-based line
11897         output.
11898
11899         * lily/page.cc (ly:page-paper-lines): New function.
11900
11901         * input/test/markup-score.ly: New file.
11902
11903         * scm/define-markup-commands.scm (stencil): New markup.
11904
11905         * lily/book.cc (to_stencil): New method.
11906
11907         * lily/parser.yy (markup): Use it to grok \score.
11908
11909 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11910
11911         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
11912
11913         * lily/paper-book.cc (pages): Change signature.  Update callers.
11914
11915         * lily/include/page.hh:
11916         * lily/page.cc: New file.
11917
11918         * lily/paper-line.cc (to_stencil): New method.
11919
11920         * lily/paper-outputter.cc (output_stencil): New method.
11921
11922         * lily/paper-outputter.cc (output_line): Use them.
11923
11924         * lily/warn.cc: Remove.
11925
11926         * lily/my-lily-parser.cc (distill_inname): Remove.
11927
11928         * flower/include/file-name.hh: 
11929         * flower/file-name.cc: New file.  Update users.
11930
11931         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
11932         (find): New method of same name.
11933
11934         * lily/my-lily-parser.cc (ly:parse-file): Use it.
11935
11936         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
11937         constant error message.
11938
11939 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
11940
11941         * input/test/{blank-notes.ly,staff-container.ly}: typos.
11942
11943 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11944
11945         * Documentation/user/music-glossary.tely: @table @strong' replaced
11946         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
11947         (backportme).
11948
11949 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11950
11951         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
11952
11953         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
11954         #{ lily music expression #} that returns an equivalent scheme
11955         music expression by parsing the string.
11956
11957 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11958
11959         * lily/my-lily-parser.cc:
11960         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
11961         SCM string (foo.ly/toto.scm support).
11962
11963 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11964
11965         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
11966
11967 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11968
11969         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
11970
11971         * scripts/lilypond-book.py: LY code that includes \header is
11972         not assumed to be a fragment.
11973
11974 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
11975
11976         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
11977         tremolo beams up.
11978
11979         * lily/stem.cc (chord_start_y): Return 0 if no heads.
11980         (get_default_stem_end_position): No tremolo head juggling if no
11981         heads.  Fixes tremolo crash on rests (backportme).
11982
11983         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
11984
11985 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
11986
11987         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
11988         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
11989
11990         * lily/lexer.ll: Allow \encoding in NOTES mode.
11991
11992         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
11993         for lyrics, not for commands.
11994
11995         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
11996         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
11997
11998         * input/regression/newaddlyrics.ly: New file.
11999
12000         * Documentation/topdocs/NEWS.texi: Update.
12001
12002         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
12003         (Music_list): Allow embedded scm.
12004
12005         * lily/score.cc (ly:score-bookify): New function.
12006
12007         * lily/music.cc (ly:music-scorify): Idem.
12008
12009         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
12010         (ly:parser-print-score): Idem.
12011
12012         * scm/lily.scm (default-toplevel-book-handler): Idem.
12013         (default-toplevel-music-handler): Idem.
12014         (default-toplevel-score-handler): Idem.
12015
12016         * ly/declarations-init.ly: Set default toplevel handlers.
12017
12018         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
12019
12020         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
12021         printer for score at toplevel.
12022
12023 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
12024
12025         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
12026         Fix for simple case: input/simple-song.ly, more complex stuff
12027         does not work yet.
12028
12029 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12030
12031         * lily/parser.yy (Prefix_composite_music): split Composite_music
12032         in Prefix_composite_music and Grouped_music_list.
12033         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
12034
12035 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
12036
12037         * scm/lily.scm (toplevel-expression): New define.
12038
12039         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
12040
12041         * lily/parser.yy (toplevel_expression): Use it.
12042
12043         * lily/include/my-lily-parser.hh: Smobbify.
12044
12045         * lily/my-lily-parser.cc (parse_string): New method.
12046
12047         * lily/my-lily-parser.cc (ly:parse-string): New function.
12048
12049         * Documentation/user/lilypond.tely: Add comment and workaround for
12050         gs-8.01 crash.  Fixes make web.
12051
12052         Simplification of toplevel music.
12053
12054         * lily/lexer.ll, lily/parser.yy:
12055
12056         * In LYRICS mode, return LYRICS_STRING.  This fixes one
12057         shift/reduce problem.
12058
12059         * Use NOTES mode at start of maininput.
12060
12061         * Grok toplevel composite music expression, put in score and book.
12062
12063         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
12064
12065         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
12066
12067         * input/simple.ly: New file.
12068
12069         * input/simple-song.ly: Idem.
12070
12071 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12072
12073         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
12074         Sandberg.
12075
12076 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
12077
12078         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
12079
12080 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
12081
12082         * input/regression/accidental-octave.ly: doc automatic showing
12083         of note names.
12084
12085 2004-04-16  Heikki Junes <janneke@gnu.org>
12086
12087         * po/fi.po: do "make po && make -C po po-update" at top-level,
12088         then "cp po/out/fi.po po/fi.po" and update fields.
12089
12090         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
12091
12092 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
12093
12094         * Documentation/user/introduction.itely (About this manual): Fix
12095         templates and regression urls (backportme).
12096
12097 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
12098
12099         * ly/engraver-init.ly (Score:graceSettings): Increase
12100         beamed-lengths, especially for 32nd notes.
12101
12102         * Documentation/user/notation.itely (Grace notes): Correct the
12103         syntax for add-grace-property example.
12104
12105 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
12106
12107         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
12108         `Generated' tag.
12109
12110         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
12111         Severely broken (the Debian package, at least).
12112
12113 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12114
12115         * lily/context.cc (find_create_context): assign to lvalue.
12116
12117 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12118
12119         * lily/include/translator.hh (class Translator): rename
12120         get_parent_context() to context () to avoid confusion.
12121
12122         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
12123
12124         * lily/lexer.ll: change is_string -> ly_c_string_p 
12125
12126         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
12127
12128         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
12129
12130 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12131
12132         * VERSION: release 2.3.0
12133
12134         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
12135
12136         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
12137         if nonempty.
12138
12139         * lily/include/context.hh (class Context): make members protected.
12140         (children_contexts): new accessor function.
12141
12142         * lily/include/translator.hh (class Translator): make
12143         daddy_context_ protected.
12144         (class Translator): clean up. 
12145
12146         * lily/include/context.hh (class Context): make daddy_context_
12147         private.
12148
12149         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
12150         higher for finding Voice. (backportme)  
12151
12152         * lily/include/context.hh (class Context): remove
12153         find_context_below() as a method.
12154
12155         * Documentation/user/notation.itely (The Lyrics context): add note
12156         about manual durations
12157
12158         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
12159         encoding.
12160
12161         * scm/output-tex.scm (text): dump \inputencoding{} for text.
12162
12163 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12164
12165         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
12166         \usepackage{inputenc}
12167
12168         * lily/paper-book.cc (classic_output): don't advance Offset for
12169         TeX output.
12170
12171         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
12172         ec-sauter.map in rules
12173
12174         * mf/ecb.mf (font_identifier): new file, based on ecbx
12175
12176         * mf/ecb10.mf (gensize): new file.
12177
12178         * Documentation/topdocs/NEWS.texi (Top): document some more new
12179         features.
12180
12181         * ly/declarations-init.ly: run convert-ly
12182
12183         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
12184         from input-file-results. Remove input-file-results.* 
12185
12186 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12187
12188         * scm/output-ps.scm (font-command): Fix, again.
12189
12190         * input/test/title-markup.ly: Add \noPagebreak test.
12191
12192         * lily/score-engraver.cc (try_music): Bugfix.
12193
12194 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12195
12196         * lily/main.cc (main_with_guile): excise dependency options -M and
12197         --dep-prefix
12198
12199         * lily/input-file-results.cc: excise Makefile dependency code
12200
12201         * Documentation/user/invoking.itexi (Invoking the lilypond
12202         binary): remove dep doco
12203
12204         * lily/main.cc (main_with_guile): call lilypond-main
12205
12206         * scm/lily.scm (lilypond-main): new function: handle multiple files.
12207
12208         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
12209         exception.
12210
12211         * lily/my-lily-parser.cc: remove paper_description function
12212
12213         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
12214         new function.
12215
12216         * lily/main.cc: remove global_score_count.
12217
12218         * lily/book.cc (process): don't take header from global_input_file.
12219
12220         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
12221
12222         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
12223
12224         * lily/music-output-def.cc (LY_DEFINE): new function
12225         ly_output_description. This function does the bulk for  setting,
12226         parsing and breaking down of an input file.
12227
12228         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
12229         anonymous modules globally. Let's hope they get GCd
12230
12231         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
12232
12233 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12234
12235         * scm/output-ps.scm (header): Papersize from paper.
12236
12237         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
12238         for classic output.
12239
12240         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
12241         lilypondclassic is defined.
12242         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
12243
12244         * input/regression/between-systems.ly: Remove.
12245
12246         * python/lilylib.py (get_bbox): Fix regular expression
12247         for bounding box.
12248
12249         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
12250
12251         * scm/output-tex.scm (stop-page): Use it.
12252
12253         * scm/output-ps.scm (define-fonts): Bugfix.
12254
12255         * lily/grob.cc: Add penalty to interface.
12256
12257         * lily/include/paper-line.hh (class Paper_line): New member
12258         var penalty_.
12259
12260         * lily/system.cc (get_line): Initialise Paper_line with
12261         page-penalty's from original grobs.
12262
12263         * scm/define-music-properties.scm (all-music-properties): Add
12264         page-penalty.
12265
12266         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
12267
12268         * lily/score-engraver.cc (try_music): Handle page-penalty.
12269
12270         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
12271
12272 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12273
12274         * ly/declarations-init.ly (melismaEnd): typo
12275
12276         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
12277
12278         * scm/output-ps.scm (text): split string into spaces, use moveto
12279         for setting space. 
12280
12281 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
12282
12283         * po/nl.po: Update.
12284
12285         * scm/font.scm (add-cmr-fonts): Typo.
12286
12287 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12288
12289         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
12290         font-encoding.
12291
12292         * scm/define-grobs.scm (all-grob-descriptions): idem.
12293
12294         * lily/time-signature.cc (numbered_time_signature): idem.
12295
12296         * scm/font.scm (add-cmr-fonts): use real encoding names for
12297         font-encoding.
12298
12299 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
12300
12301         * lily/paper-book.cc (classic_output): 
12302         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
12303         Fixes classic output.
12304         (lilypondstart):
12305         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
12306         kludge.
12307
12308         * scripts/old-lilypond-book.py: Remove.
12309
12310         Page layout for SCOREs enclosed in a BOOK:
12311
12312         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
12313         layout tweaking.
12314
12315         * input/les-nereides.ly (theScore): Add \book.
12316
12317         * input/test/title-markup.ly: Add \book.
12318
12319         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
12320         only if 'verbose.
12321
12322         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
12323
12324         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
12325
12326         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
12327         * scm/output-tex.scm (start-system): Update for page layout by
12328         LilyPond.
12329
12330         * scm/output-ps.scm (start-system): Previously (new-start-system).
12331
12332         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
12333         passed to define-fonts.
12334
12335         * lily/paper-column.cc: 
12336         * lily/system.cc (get_line):
12337         * ly/property-init.ly (newpage): 
12338         * scm/define-grob-properties.scm:
12339         * scm/output-ps.scm: 
12340         * scm/output-tex.scm: Remove between-system-string kludge.
12341
12342         * scm/output-ps.scm (define-fonts, font-command,
12343         font-load-encoding): Handle ENCODING = #f.
12344
12345         * scm/output-tex.scm (output-scopes): Check if variable is bound.
12346
12347         * scm/define-markup-commands.scm (fill-line): Use
12348         make-simple-markup (WAS: unexisting make-word-markup).
12349
12350         * lily/text-item.cc (interpret_markup): Bugfix, transpose
12351         ENCODING, MARKUP parameters for interpret_string.
12352
12353         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
12354
12355         * lily/score.cc (book_rendering): New method.
12356         (default_rendering): Create Paper_book helper locally, dump
12357         output.
12358
12359         * lily/my-lily-lexer.cc (the_key_tab): Add book.
12360
12361         * lily/parser.yy: Handle \book.
12362
12363         * lily/include/book.hh: 
12364         * lily/book.cc: New file.
12365
12366 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12367
12368         * lily/text-item.cc (interpret_string): new file, select font with
12369         encoding.
12370
12371         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
12372
12373         * scm/define-markup-commands.scm (encoded-simple): new markup command.
12374
12375         * lily/parser.yy (markup): take encoding from lexer.
12376
12377 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
12378
12379         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
12380
12381         * scm/output-ps.scm: Remove some cruft.
12382
12383 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12384
12385         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
12386
12387         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
12388
12389 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
12390
12391         * scm/font.scm (add-century-schoolbook-fonts):
12392         (make-century-schoolbook-tree): New function.
12393
12394         * input/test/title-markup.ly: Use Century Schoolbook font.
12395
12396 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12397
12398         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
12399         to Erik Sandberg) 
12400
12401         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
12402
12403         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
12404
12405         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
12406
12407         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
12408
12409 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12410
12411         * scm/part-combiner.scm (determine-split-list): bugfix: if no
12412         solo-state (at end of solo), we can set the solo status
12413         too. (backportme.)
12414
12415         * input/regression/part-combine-solo-end.ly: new file.
12416
12417 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
12418
12419         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
12420         flavour abc files.  Really ignore unknown keys (backportme).
12421
12422 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12423
12424         * lily/scaled-font-metric.cc (text_dimension): only multiply with
12425         magnification_ when looking up in orig_.
12426
12427         * scm/output-tex.scm (text): switch off char-mapping.
12428
12429         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
12430         because AFM's encoding field cannot have spaces.
12431
12432 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
12433
12434         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
12435
12436 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12437
12438         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
12439
12440         * mf/cmr.enc: new file, without hi-bit ascii info. 
12441
12442         * lily/bezier-bow.cc (slur_shape): make indent dependent on
12443         width. This removes the 'hook' at the end of a long slur.
12444
12445         * buildscripts/mf-to-table.py (parse_logfile): don't append
12446         encoding to fontname.
12447
12448 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
12449
12450         * scm/output-ps.scm (define-fonts): Load .enc only once.
12451
12452         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
12453         too.
12454
12455 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12456
12457         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
12458         encoding field.
12459
12460         * lily/stencil-scheme.cc: remove ly:fontify-atom 
12461
12462         * ly/portuges.ly (pitchnames): new file.
12463
12464         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
12465         Michael Welsh Duggan
12466
12467         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
12468
12469         * ly/nederlands.ly: add comment about digits.
12470
12471         * lily/scaled-font-metric.cc (derived_mark): idem.
12472
12473         * scm/encoding.scm (make-encoding-mapping): change permutation to
12474         mapping.
12475
12476         * lily/scaled-font-metric.cc (derived_mark): is a const method.
12477         (Modified_font_metric): make alist for coding_description_
12478         (LY_DEFINE): remove coding-name.
12479
12480         * scm/output-tex.scm (text): remove debugging code.
12481
12482         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
12483
12484         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
12485         from infile.
12486
12487         * mf/feta-generic.mf: move fet_beginfont into generic code.
12488         use fetaMusic (without space) as encoding
12489
12490         * mf/feta-autometric.mf: take encoding argument
12491
12492         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
12493
12494         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
12495         use.
12496
12497         * scm/encoding.scm (read-encoding-file): use symbol for glyph
12498         name.
12499
12500 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
12501
12502         * input/test/title-markup.ly: Set inputencoding.
12503
12504         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
12505
12506         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
12507
12508         * scm/encoding.scm (get-coding-filename, get-coding-command): New
12509         function.
12510         (coding-alist): Also hold filename, command.
12511         (read-encoding-file): Return symbols.
12512
12513 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12514
12515         * scm/output-tex.scm: remove fontify; text and char take a font
12516         argument.
12517
12518         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
12519
12520         * lily/scaled-font-metric.cc (text_dimension): init
12521         coding_{permutation,table}_ too 
12522         (LY_DEFINE): ly:font-encoding, new function return
12523
12524         * lily/paper-def.cc (find_scaled_font): take input coding from
12525         inputcoding paper var.
12526
12527         * lily/performance.cc (output): remap modulo 16.
12528
12529         * lily/text-item.cc (interpret_markup): whoops, variable
12530         shadowing fixed.
12531
12532 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
12533
12534         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
12535         symbols, not symbols to strings.
12536
12537         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
12538         symbols, not symbols to strings.
12539
12540 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
12541
12542         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
12543         (ly:kpathsea-gulp-file): New function.
12544
12545         * scm/encoding.scm (read-encoding-file): Use it.
12546
12547 2004-04-06  Werner Lemberg  <wl@gnu.org>
12548
12549         * scm/encoding.scm (coding-alist): Fix typo.
12550
12551 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12552
12553         * lily/scaled-font-metric.cc (text_dimension): move function from
12554         Font_metric
12555         (make_scaled_font_metric): init coding_scheme_ to TeX
12556         (text_dimension): use get-coding-vector for non TeX coding_scheme_
12557
12558         * lily/include/scaled-font-metric.hh (struct
12559         Modified_font_metric): rename from Scaled_font_metric
12560
12561         * scm/encoding.scm (read-encoding-file): split up large function,
12562         leave caching to (delay)
12563
12564         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
12565
12566 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
12567
12568         * lily/my-lily-lexer.cc (set_encoding): New method.
12569
12570         * lily/lexer.ll: Grok \encoding.
12571
12572         * lily/font-metric.cc (get_encoded_index): New function.
12573
12574         * lily/include/font-metric.hh (coding_scheme): New method.
12575
12576         * scm/encoding.scm: New file.
12577
12578         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
12579
12580 2004-04-05  Werner Lemberg  <wl@gnu.org>
12581
12582         * Documentation/user/tutorial.itely: Revised (finished).
12583
12584         * Documentation/user/macros.itexi (@separate): Removed.
12585
12586 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12587
12588         * scm/output-ps.scm (define-fonts): fix scaling.
12589
12590         * lily/scaled-font-metric.cc (design_size): add function.
12591
12592         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
12593         partial cut&paste of ly:font-magnification.
12594
12595 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
12596
12597         * scm/output-ps.scm (define-fonts):
12598         (fontify): Update.
12599
12600 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12601
12602         * po/fr.po: update. (backportme).
12603
12604         * po/nl.po: update. (backportme). 
12605
12606         * mf/feta-beugel.mf: document why design size is not fixed.
12607
12608         * mf/feta-braces-a.mf: rename to stress that it's not design size.
12609
12610 2004-04-04  Werner Lemberg  <wl@gnu.org>
12611
12612         * Documentation/user/tutorial.itely: Revised (continued).
12613
12614 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
12615
12616         * po/nl.po: Update (backportme).
12617
12618 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12619
12620         * po/de.po: update. (backportme).
12621
12622         * scm/output-tex.scm (font-command): use ly: functions to
12623         construct name.
12624         (define-fonts): don't use alist, just dump \font definitions.
12625         (font-load-command): calculate proper scaling by taking
12626         outputscale from paper argument.
12627
12628         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
12629         expression.
12630
12631         * lily/paper-outputter.cc (output_header): pass paper arg to
12632         define-fonts
12633
12634         * lily/paper-def.cc (font_descriptions): dump list of
12635         Scaled_font_metrics
12636         (find_scaled_font): take Font_metric argument, store
12637         Scaled_font_metrics in hash-table containing (size ->
12638         Scaled_font_metrics) alist.
12639         (get_dimension): rename from get_realvar
12640
12641         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
12642         ly:font-magnification, ly:font-name: new functions
12643
12644 2004-04-03  Werner Lemberg  <wl@gnu.org>
12645
12646         * Documentation/user/dedication.itely,
12647         Documentation/user/preface.itely,
12648         Documentation/user/introduction.itely,
12649         Documentation/user/tutorial.itely: Revised.
12650         Removing leading spaces which distorts output if info files are read
12651         with stand-alone info.
12652         Removing superfluous inter-word spaces which also distorts output
12653         for stand-alone info.
12654         Using ` and ' instead of `` and '' everywhere to improve
12655         legilibility with stand-alone info
12656         Using @samp for single-letter input items and data which contains
12657         spaces, @code for other things.
12658
12659         * lily/grob-interface.cc: Adding copyright.
12660         (check_interfaces_for_property): Improve format of warning message.
12661
12662 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12663
12664         * lily/include/font-metric.hh (struct Font_metric): add
12665         design_size () method.
12666
12667         * buildscripts/mf-to-table.py (base): add DesignSize comment.
12668
12669         * lily/afm.cc (read_afm_file): read design size.
12670
12671         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
12672
12673         * scm/music-functions.scm (unfold-repeats): handle dots too.
12674
12675 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12676
12677         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
12678         (backportme)
12679
12680 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
12681
12682         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
12683         lyric indent.  Revert melismaBusyProperties using \unset.
12684
12685 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12686
12687         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
12688
12689         * lily/parser.yy (command_element): allow redefinition of |
12690         meaning.
12691
12692         * lily/break-align-engraver.cc (acknowledge_grob): construct
12693         LeftEdge where the first cause for alignment is coming from.
12694         This makes \override Staff.LeftEdge work as expected.
12695
12696         * lily/slur-performer.cc (Slur_performer): add inits
12697
12698         * lily/beam-performer.cc (Beam_performer): add inits
12699
12700 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12701
12702         * VERSION (PACKAGE_NAME): release 2.2.0
12703
12704 #Local variables:
12705 #coding: utf-8
12706 #End:
12707