]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
* lily/spacing-determine-loose-columns.cc: new file.
[lilypond.git] / ChangeLog
1 2005-08-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2
3         * lily/spacing-determine-loose-columns.cc: new file.
4
5         * input/regression/spacing-strict-notespacing.ly: new file.
6
7         * lily/spacing-spanner.cc (generate_springs): rename from
8         do_measure. 
9         (generate_pair_spacing): new function.
10         (init, generate_pair_spacing): set between-cols for floating
11         nonmusical columns.
12
13         * lily/spaceable-grob.cc (get_spring): new function. 
14
15         * lily/tuplet-bracket.cc (print): on the left, the overshoot is
16         relative to the right edge of the prefatory matter.
17
18         * lily/beam.cc (print): read break-overshoot to determine where to
19         stop/start broken beams.
20
21         * input/regression/spanner-break-overshoot.ly: new file.
22
23 2005-08-04  Graham Percival  <gperlist@shaw.ca>
24
25         * ly/bagpipe.ly: updated.
26
27         * Documentat/user/instrument.itely: un-comment out bagpipe example.
28
29 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
30
31         * lily/dynamic-engraver.cc (acknowledge_slur): add slur to
32         support: now (de)crescs avoid slurs as well.
33
34         * Documentation/user/instrument-notation.itely (Bagpipe example):
35         comment out non-functioning bagpipe example.
36         (Bagpipe definitions): idem.
37
38         * Documentation/topdocs/NEWS.tely (Top): add uniform-stretching example.
39         (Top): add proportionalNotationDuration example.
40
41         * input/regression/spacing-proportional.ly: new file.
42
43         * lily/tuplet-bracket.cc (parallel_beam): broken bracket never is
44         synched to a beam.
45
46         * lily/beam.cc (shift_region_to_valid): divide by zero fix. This
47         fixes beams with a single stem (eg. beams across linebreaks.)
48
49         * lily/parser.yy (simple_string): allow \new STRING_IDENTIFIER.
50
51         * flower/rational.cc (operator +): prevent overflow. This fixes
52         heavily nested tuplets.
53
54         * lily/auto-beam-engraver.cc (derived_mark): new method. Yes. We
55         have to protect even those unlikely to be corrupted data members.  
56
57 2005-08-04  Graham Percival  <gperlist@shaw.ca>
58
59         * ly/bagpipe.ly: new file.
60
61         * THANKS: added Sven Axelsson.
62
63 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
64
65         * lily/spacing-engraver.cc (stop_translation_timestep): directly
66         copy proportionalNotationDuration into currentMusicalColumn if
67         set.
68
69         * lily/spacing-spanner.cc (musical_column_spacing): if
70         uniform-stretching set, fixed space is 0.0
71
72         * input/regression/spacing-multi-tuplet.ly: show
73         uniform-stretching property.
74
75         * lily/spacing-spanner.cc (effective_shortest_duration): new function.
76
77         * lily/include/spacing-spanner.hh (class Spacing_spanner): new file.
78         (struct Spacing_options): new struct.
79
80         * lily/spacing-basic.cc: new file.
81
82         * lily/spacing-spanner.cc (note_spacing): remove outdated code:
83         delta_t doesn't have to be smaller than shortest_playing_len
84
85 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
86
87         * input/regression/markup-arrows.ly:  new file.
88
89         * lily/tuplet-bracket.cc: document new behavior.
90
91         * input/regression/tuplet-broken.ly: new file. Demonstrate tuplets
92         with line breaks.
93
94         * scm/define-markup-commands.scm (arrow-head): arrow-head markup command.
95
96         * scm/define-grobs.scm (all-grob-descriptions): set arrows as
97         default 
98
99         * lily/tuplet-bracket.cc: add edge-text property.
100         add break-overshoot.
101         (print): read break-overshoot.
102         (print): read edge-text, add stencils.
103
104         * mf/feta-arrow.mf: new file.
105
106         * mf/feta-generic.mf: add feta-arrow.
107
108 2005-08-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
109
110         * Documentation/user/lilypond-book.itely (An example of a
111         musicological document): Added flag -o to dvips for people who use
112         the default setting in teTeX where output is sent to the printer. 
113
114         * Documentation/user/global.itely (Vertical spacing): Added
115         reference to the Axis_group_engraver which documents the *Extent
116         properties.
117
118 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
119
120         * Documentation/user/basic-notation.itely (Tuplets): add note
121         about nested tuplets. Remove BUG. 
122
123         * input/regression/tuplet-nest.ly: update: remove manual hack. 
124
125         * lily/tuplet-bracket.cc (print): use robust_scm2drul
126         (print): manually call print() for subtuplets.
127         (calc_position_and_height): add subtuplets to the
128         support. Vertically shift outer tuplet 
129
130         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): set
131         remove-first for Lyrics, ChordNames and FiguredBass
132
133         * scm/define-grob-properties.scm (all-internal-grob-properties):
134         use ly:grob-array? iso. grob-list?
135         (all-internal-grob-properties): add tuplets grob-array.
136
137         * lily/tuplet-bracket.cc (add_tuplet_bracket):
138         new function
139
140 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
141
142         * input/test/time-signature-staff.ly: new file.
143
144         * ly/declarations-init.ly (center): escape to Scheme. Fixes
145         spurious #<Music FingerEvent> errors. Backportme.
146
147 2005-08-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
148
149         * Documentation/user/programming-interface.itely (Markup
150         construction in Scheme): Corrected markup syntax in the
151         translation table.
152
153 2005-08-03  Graham Percival  <gperlist@shaw.ca>
154
155         * Documentation/user/instrument-notation.itely: small update
156         to bagpipe notation docs; thanks Sven!
157
158         * Documentation/user/basic-notation.itely: add link about trills.
159
160 2005-08-02  Graham Percival  <gperlist@shaw.ca>
161
162         * Documentation/user/music-glossary: remove accidentally committed
163         fink patch.
164
165 2005-08-02  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
166
167         * lily/lily-parser.cc (get_header): new function. Enable multiple
168         \header definitions.
169
170         * lily/parser.yy (lilypond_header_body): use get_header.
171
172         * ly/init.ly:
173         * scm/lily-library.scm (print-score-with-defaults): renamed
174         $globalheader to $defaultheader
175         
176         * Documentation/user/global.itely (Creating titles): added short
177         explanation that multiple headers are useable.
178
179
180 2005-08-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
181
182         * lily/module-scheme.cc (LY_DEFINE): new file. 
183
184         * Documentation/user/advanced-notation.itely (Font selection): add
185         doco for make-pango-font-tree.
186
187 2005-07-31  Graham Percival  <gperlist@shaw.ca>
188
189         * Documentation/user/music-glossary: more languages
190         for tenuto.
191
192         * Docuemntation/user/instrument-notation.itely: minor
193         update for bagpipe example.
194
195 2005-07-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
196
197         * input/regression/+.ly (TODO): add some text.
198
199 2005-07-28  Graham Percival  <gperlist@shaw.ca>
200
201         * Documentation/user/invoking.itely: \score begins with music.
202
203         * Documentation/user/ basic-notation.itely,
204         instrument-notation.itely: minor changes.
205
206         * Documentation/user/music-glossary.itely: began tenuto entry.
207
208 2005-07-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
209
210         * scm/output-socket.scm (bezier-sandwich): add bezier-sandwich
211
212         * mf/feta-bolletjes.mf: swap up and down for aiken heads.
213
214 2005-07-27  Graham Percival  <gperlist@shaw.ca>
215
216         * Documentation/user/examples.itely: remove bagpipe template.
217
218         * Documentation/user/instrument-notation.itely: add bagpipe
219         section, maybe fix quotes in lyrics.  I hate text encoding.
220         Clarify chord durations, more bagpipe stuff.
221
222 2005-07-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
223  
224         * lily/accidental-engraver.cc: formatting fixes.
225
226         * lily/spacing-spanner.cc (prune_loose_columns): right-items is a
227         grob-array.
228
229         * lily/arpeggio.cc (print): suicide arpeggio for single notehead.
230
231         * lily/note-column.cc (arpeggio): new function.
232
233         * lily/note-spacing.cc (get_spacing): also take arpeggio into
234         account for spacing.
235
236 2005-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
237
238         * lily/main.cc (sane_setenv)[!ARGV0_RELOCATION]: Also define.
239         (setup_guile_env): Use it instead of nonstandard setenv.  Fixes
240         mingw build.
241         
242 2005-07-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
243
244         * scm/lily.scm (lilypond-all): clear anonymous modules after
245         processing files.
246
247 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
248
249         * flower/include/guile-compatibility.hh (SCM_I_CONSP): add
250         SCM_I_CONSP
251
252         * VERSION: 2.7.3 released
253
254         * Documentation/user/invoking.itely (Invoking lilypond): add
255         LILYPOND_GC_YIELD documentation.
256
257         * lily/*: cleanups: use scm_from_int iso. scm_int2num. Idem for
258         scm_from_real / scm_make_real.
259
260         * lily/main.cc (setup_guile_env): new function. Set GC min_yields
261         higher. This increases memory footprint, but provides overall
262         speedup of 15 to 20%. 
263
264         * lily/include/translator.hh (class Translator): remove
265         PRECOMPUTED_VIRTUAL everywhere.
266
267         * lily/include/lily-guile.hh: inline scm_c[ad]r, scm_is_pair.
268
269         * lily/context.cc (now_mom): non-recursive now_mom() 
270
271         * lily/include/profile.hh: new file.
272
273         * lily/profile.cc: new file.
274
275         * lily/grob.cc (Grob::Grob): look properties up directly.
276
277         * lily/open-type-font.cc (get_indexed_char): cache index -> bbox
278         lookups.
279
280         * lily/include/box.hh (class Box): smob Box type.
281
282         * lily/smobs.cc (protect_smob): O(1) GC (un)protection.
283
284         * lily/include/smobs.hh (DECLARE_BASE_SMOBS): add methods
285         protect() and unprotect(). Use throughout.
286
287 2005-07-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
288
289         * Documentation/topdocs/NEWS.tely: new item for \displayLilyMusic
290
291         * scm/define-music-display-methods.scm (markup->lily-string):
292         markup elements can also be strings (without simple-markup
293         appended)
294
295 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
296
297         * lily/context.cc (where_defined): also assign value in
298         where_defined().
299
300         * lily/bezier.cc (get_other_coordinate): use curve_coordinate
301         (curve_coordinate): new function
302
303         * lily/simple-spacer.cc (add_columns): only add rods between
304         column i and begin/end if keep-inside-line is set (this repleces
305         allow-outside-line as default)
306
307 2005-07-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
308
309         * lily/tuplet-engraver.cc (start_translation_timestep): only read
310         tupletSpannerDuration if applicable.
311
312         * lily/font-size-engraver.cc (process_music): read fontSize only
313         once per timestep.
314
315         * lily/engraver*cc: use throughout.
316         
317         * lily/include/translator.icc (ADD_ACKNOWLEDGER): new macro.
318
319         * lily/translator.cc (add_acknowledger): new file. Directly jump
320         into an Engraver::acknowledge_xxx () method based on a grobs
321         interface-list.
322
323         * lily/include/translator-dispatch-list.hh (class
324         Engraver_dispatch_list): new struct, new file.
325
326         * scm/define-context-properties.scm
327         (all-internal-translation-properties): remove acceptHashTable,
328         acknowledgeHashTable
329
330         * lily/translator-group.cc (mark_smob): idem for acceptHashTable.
331
332         * lily/engraver-group-engraver.cc (Engraver_group_engraver):
333         change acknowledgeHashTable to C++ member. 
334
335         * lily/rest-collision.cc (do_shift): use extract_grob_set().
336
337 2005-07-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
338
339         * scm/display-lily.scm: new file. Define a `display-lily-music'
340         function, that displays the music expression given as an argument,
341         using LilyPond notation.
342
343         * scm/define-music-display-methods.scm: new file. Implementation
344         of display methods for each music type.
345
346         * ly/music-functions-init.ly (displayLilyMusic): new function for
347         displaying music with LilyPond notation.
348
349         * input/regression/display-lily-tests.ly: new regression test file
350         for `display-lily-music'.
351
352         * scm/markup.scm: remove obsolete debugging code (for printing
353         markups with LilyPond notation).
354
355         * scm/define-music-types.scm (music-name-to-property-table):
356         * scm/clef.scm (supported-clefs): export, in order to be accessible
357         from the (scm display-lily) module.
358
359 2005-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
360
361         * Documentation/topdocs/NEWS.tely (Top): Typo.
362
363 2005-07-22  Heikki Junes  <hjunes@cc.hut.fi>
364
365         * Documentation/index.html.in, Documentation/texinfo.css,
366           stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
367           Documentation/bibliography/index.html.in,
368           Documentation/bibliography/html-long.bst: revert css-width patch,
369           it does not work with IE6.
370
371 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
372
373         * Documentation/texinfo.css: revert 760px hack. 
374
375         * VERSION: release 2.7.2
376
377         * Documentation/topdocs/NEWS.tely (Top): mention barNumberCheck
378
379         * Documentation/user/basic-notation.itely (Barnumber check): add
380         section.
381
382         * scm/music-functions.scm (skip-to-last): new function. Show only
383         last showLastLength part of the \score.
384
385         * lily/moment-scheme.cc (LY_DEFINE): new function ly:moment-sub
386
387         * python/convertrules.py (conv): add ly:x-moment rule
388
389         * lily/moment-scheme.cc (LY_DEFINE): rename ly:X-moment  -> ly:moment-X
390
391         * Documentation/topdocs/NEWS.tely (Top): add new feature.
392
393         * Documentation/user/instrument-notation.itely (Flexibility in
394         alignment): options in subsections.
395
396         * lily/lyric-engraver.cc (process_music): don't typeset text for _
397         syllable text. Instead, assume that the previous lyric text is a
398         melismated text.
399
400         * Documentation/index.html.in: revert 800x600 change.
401
402 2005-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
403
404         * lily/main.cc (main): Remove invalid handle kludge.
405
406         * scm/lily.scm (running-from-gui?): WINDOWS: check -dgui.
407         (lambda): add gui define.
408
409 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
410
411         * Documentation/topdocs/NEWS.tely (Top): add note about Musica ficta.
412
413         * Documentation/user/instrument-notation.itely (Musica ficta
414         accidentals): add section Musica ficta accidentals
415
416         * lily/accidental-engraver.cc (make_suggested_accidental): new
417         function.
418         (make_standard_accidental): move into new function.
419         (create_accidental): new function.
420
421         * scm/define-grobs.scm (all-grob-descriptions): new Grob
422         AccidentalSuggestion
423
424         * lily/output-def-scheme.cc (LY_DEFINE): take default  argument.
425
426         * lily/output-def.cc (lookup_variable): return SCM_UNDEFINED if
427         undefined.
428
429         * Documentation/user/global.itely (Page formatting): document
430         horizontalshift.
431
432         * scm/page-layout.scm (default-page-music-height):
433         horizontalshift: new variable, shift all systems by
434         horizontalshift to the right, to make space for instrument names.
435
436         * scm/paper.scm (set-paper-dimension-variables): add horizontalshift
437
438         * lily/input-scheme.cc (LY_DEFINE): take format commands.
439
440 2005-07-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
441
442         * lily/note-column.cc (dir): idem.
443
444         * lily/spacing-spanner.cc (Module): idem.
445
446         * lily/script-column.cc (before_line_breaking): use extract_grob_set()
447
448         * lily/include/paper-column.hh (class Paper_column): add
449         non-static get_rank() member.
450
451         * VERSION: release 2.7.1
452         
453         * scm/framework-null.scm: new file, used for benchmarking.
454
455 2005-07-20  Heikki Junes  <hjunes@cc.hut.fi>
456
457         * Documentation/topdocs/INSTALL.texi, configure.in: fix
458         version dependencies for fontforge and gs.
459
460         * Documentation/index.html.in, Documentation/texinfo.css,
461         stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
462         Documentation/bibliography/index.html.in, 
463         Documentation/bibliography/html-long.bst: optimize width of
464         html for a 800x600 screen (width:760), increases printability
465         when 'fit to page' is not set and readability in wide screens.
466
467         * stepmake/bin/add-html-footer.py: add missing </p>.
468
469 2005-07-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
470
471         * scm/define-markup-commands.scm (beam): use polygon in beam
472         command.
473
474         * lily/grob-pq-engraver.cc (stop_translation_timestep): save up
475         all acknowledged grobs, and do potentially expensive merge and
476         write in one go.
477
478         * buildscripts/mf-to-table.py (write_fontlist): enforce noBreak.
479
480         * configure.in (reloc_b): add --enable-static-gxx to statically
481         link to libstdc++
482
483         * lily/GNUmakefile (static-gxx-libs): new target
484         static-gxx-libs. Create symlink to libstdc++.a
485
486         * lily/new-lyric-combine-music-iterator.cc: rename to
487         Lyric_combine_music_iterator
488
489         * lily/lyric-combine-music-iterator.cc
490         (Old_lyric_combine_music_iterator): rename to
491         Old_lyric_combine_music_iterator
492
493         * lily/*-engraver.cc (various): remove double use of
494         PRECOMPUTED_VIRTUAL function: only use
495         start_translation_timestep() and stop_translation_timestep(), not
496         both.
497
498         * lily/break-substitution.cc (fast_substitute_grob_array): do
499         fast_substitute_grob_array for all unordered grob_arrays.
500         (substitute_grob): return Grob *. Saves packing/unpacking SCMs.
501         (substitute_grob_array): optimize.
502
503         * lily/align-interface.cc (set_axis): set ordered_ for 'elements
504
505         * lily/include/grob-array.hh (class Grob_array): ordered_ member.
506
507         * lily/parser.yy: revert $globalheader patch.
508         
509         * lily/include/translator.icc
510         (IMPLEMENT_FETCH_PRECOMPUTABLE_METHODS): directly jump into
511         Translator methods, without _static helper.
512  
513         * lily/grob-smob.cc (derived_mark): rename from
514         do_derived_mark(). Return void.
515
516         * scm/define-context-properties.scm
517         (all-internal-translation-properties): remove tweakCount/tweakRank.
518
519         * scm/output-lib.scm (begin-of-line-invisible): use vectors for
520         predefined break-visibilities.
521
522         * lily/item.cc (handle_prebroken_dependencies): use a vector of 3
523         booleans for break-visibility.
524
525         * Documentation/topdocs/NEWS.tely (Top): add note about engravers.
526
527         * python/convertrules.py (conv): rule for Timing_translator. 
528
529         * lily/include/translator.icc: new file. 
530
531         * lily/paper-column-engraver.cc (process_music): new
532         file. Separate Paper_column factory from Score_engraver.
533
534         * lily/vertically-spaced-context-engraver.cc: administer
535         spaceable-staves property of System.
536
537         * lily/translator-group-ctors.cc: new file.
538
539         * lily/context-property.cc (make_grob_from_properties): construct
540         the right Grob class programmatically, looking at the class entry
541         for the meta property.
542
543         * lily/break-align-engraver.cc (stop_translation_timestep): call
544         Break_align_interface::add_element() directly.
545
546         * lily/context.cc (measure_position): measure_position() is now a
547         normal function.
548
549         * lily/include/translator.hh (class Translator): rename
550         process_acknowledged_grobs() to process_acknowledged() and move to
551         Translator.
552
553         * scm/define-grobs.scm (all-grob-descriptions): add a 'class meta
554         field for each grob description.
555
556         * lily/include/translator-group.hh (class Translator_group):
557         change to base class. Separate class from Translator. This gets
558         rid of virtual inheritance for Engravers/Performers.
559
560         * lily/staff-performer.cc (class Staff_performer): derive
561         Staff_performer from Performer, not Performer_group_performer 
562
563         * Lily/translator-group.cc (precomputed_recurse_over_translators):
564         new function.
565         (precompute_method_bindings): new function. Precompute lists of
566         Translators, so we only call methods (process_music,
567         start_translation_timestep, etc.) for Translators needing
568         it. Also: dispose of pointer-to-member-function calls.
569
570         * lily/engraver-group-engraver.cc: remove engraver_each,
571         recurse_down_engravers ()
572
573         * lily/note-head.cc (internal_print): only call
574         glyph-name-procedure if style != default. 
575
576 2005-07-16  Graham Percival  <gperlist@shaw.ca>
577
578         * ly/titling-init.ly: add printallheaders option.
579
580         * Documentation/user/global.itely: document printallheaders.
581
582 2005-07-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
583
584         * lily/system.cc (do_derived_mark): don't mark from object_alist_
585         anymore, but do it centrally.  
586
587         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
588         hammer hack.
589
590         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-object
591
592         * scm/output-lib.scm: remove hammer-print-function.
593
594         * lily/include/pointer-group-interface.hh (extract_grob_set): new
595         macro. Declare a Link_array<Grob> and fill it from a grob.
596         (extract_item_set): idem for item.
597
598         * lily/break-substitution.cc: add header.
599         (fast_substitute_grob_array): rewrite for Grob_arrays.
600         (substitute_grob_array): idem.
601
602         * lily/group-interface.cc (add_thing): remove file.
603
604         * flower/include/parray.hh (class Link_array): slice() is const.
605
606         * lily/include/grob-array.hh: new file.
607
608         * lily/grob-array.cc (spanner): new file.
609
610         * lily/beam-quanting.cc (fill): read details property from beam.
611
612         * lily/beam.cc: support details property.
613
614         * total speedups below: approx 10%.
615
616         * lily/include/beam.hh: new struct, softcode beam quanting parameters
617
618         * lily/include/grob.hh (class Grob): add interfaces_ member.
619
620         * lily/bezier.cc (init_polynomial_cache): new function: cache
621         binom(3,j) t^j (1-t)^{3-j}
622         (curve_point): opps, actually use the cache for t^j , (1-t)^j! 
623
624         * lily/*.cc: substitution throughout.
625
626         * lily/grob-property.cc (internal_get_object): new routine.
627         (internal_set_object): idem. Store grob refrences in separate
628         alist. This saves processing time, since properties aren't
629         break-substituted, and the per grob namespace is smaller, both for
630         grobs and non-grob properties.
631
632         * scm/define-grob-properties.scm (all-internal-grob-properties):
633         remove center-element.
634
635         * lily/grob.cc: remove tweak-count, tweak-rank.
636
637 2005-07-15  Graham Percival  <gperlist@shaw.ca>
638
639         * Documentation/user/lilypond-book.itely: fixes example.
640
641 2005-07-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
642
643         * Documentation/user/global.itely (Creating titles):    
644         * Documentation/user/examples.itely (All headers): change the
645         place of \header in \score blocks (after music block) to make
646         examples compile (cf. changes on parser.yy on 2005-07-10)
647
648 2005-07-13  Graham Percival  <gperlist@shaw.ca>
649
650         * python/convertrules.py: add exc -> ecc rule.
651
652         * scripts/convert-ly.py: add location of convertrules.py
653         in a comment.
654
655         * Documentation/user/changing-defaults.itely: fix language.
656
657 2005-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
658
659         * lily/lily-parser-scheme.cc (LY_DEFINE): Guile 1.6 fix.
660
661 2005-07-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
662
663         * scm/output-socket.scm (grob-bbox): don't use inf? 
664
665         * flower/include/rational.hh: add operator bool() 
666
667         * scm/define-music-types.scm (music-descriptions): remove
668         internal-class-name properties.
669
670         * lily/include/event.hh: remove file.
671
672         * lily/include/music-constructor.hh: remove file.
673
674         * lily/parser.yy (Lily_lexer): check EVENT_IDENTIFIER using 'event
675         in 'types property.
676
677         * lily/music.cc (duration_length_callback): new function.
678
679         * lily/event.cc: remove file.
680
681         * lily/music-constructor.cc: remove file.
682
683         * lily/music-scheme.cc (LY_DEFINE): rename to ly:make-music
684
685         * lily/context.cc (get_grob_key): nop if use_object_keys not set.
686         (get_context_key): idem.
687
688         * scm/lily.scm (lambda): new option object-keys (default to #f)
689
690         * scm/output-svg.scm (utf-8-string): rename  from utf8-string.
691
692         * scm/output-gnome.scm: remove beam routine.
693
694         * scm/output-ps.scm (scm): idem.
695
696         * scm/output-svg.scm: remove beam.
697
698         * ps/music-drawing-routines.ps: remove draw_beam.
699
700         * lily/lookup.cc (beam): use round_filled_polygon() for beam.
701
702         * flower/include/guile-compatibility.hh (scm_from_locale_string):
703         add scm_from_locale_string compatibility glue. 
704
705 2005-07-13  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
706
707         * scripts/lilypond-book.py: Prevent occuring error when
708         'lilypond-book --output=foo/ somefile.ly' is executed multiple
709         times and target file shoud be overwritten.  (Error message said
710         'input file and output file is same'.)
711
712 2005-07-13  Graham Percival  <gperlist@shaw.ca>
713
714         * input/regression/slur-extreme.ly,
715         input/regression/slur-scoring.ly, lily/slur-configuration.cc,
716         lily/slur.cc, mf/feta-din-code.mf, mf/feta-timesig.mf,
717         mf/parmesan-heads.mf, scm/define-grob-properties.scm: Change
718         "excentricity" to "eccentricity".
719
720         * Documentation/user/converters.itely: fix URL for Noteedit and
721         Rosegarden.
722
723         * THANKS: added Yoshinobu Ishizaki.
724
725 2005-07-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
726
727         * scm/define-markup-commands.scm (justify-field): add. 
728
729         * scm/define-grobs.scm (all-grob-descriptions): decrease font size.
730
731 2005-07-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
732
733         * lily/lookup.cc (filled_box): express filled_box with
734         round_filled_box
735
736         * scm/midi.scm (paper-book-write-midis): new function. Write all
737         performances in numbered MIDI files.
738
739         * lily/performance-scheme.cc (LY_DEFINE): new file.
740         (LY_DEFINE): new function ly:performance-write.
741
742         * lily/lily-parser-scheme.cc (LY_DEFINE): ly:parser-output-name:
743         new function.
744         (LY_DEFINE): change name ly:parser-define -> ly:parser-define!
745
746         * scm/framework-*.scm: use port arguments throughout.
747
748         * lily/include/lily-guile.hh: rename ly_c_X_p -> ly_is_X
749
750         * lily/paper-outputter.cc (Paper_outputter): take port argument.
751
752         * lily/paper-outputter-scheme.cc (LY_DEFINE): take port argument.
753
754         * scm/framework-texstr.scm (output-framework): 
755
756         * input/regression/repeat-fold.ly (texidoc): remove TeX strings.
757
758         * scm/output-lib.scm (tablature-stem-attachment-function):
759         tablature stem attachment fix. 
760
761 2005-07-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
762
763         * lily/bezier.cc: hardcode binomial coefficients of order 3.
764
765         * lily/include/music-wrapper.hh: remove Music_wrapper as Music subtype.
766
767         * scm/define-music-types.scm (music-descriptions): don't use
768         Music_wrapper type.
769
770         * lily/paper-column.cc (print): print moment too.
771
772         * scripts/mup2ly.py (cp_to_dir): remove 1.5.2 compat glue.  
773         remove compatibility cruft.
774
775         * lily/parser.yy (score_body): \score can only begin with Music. 
776
777         * lily/score-scheme.cc (LY_DEFINE): rename scorify to
778         make-score. Take music argument only. Move parser interaction to
779         Scheme.
780
781         * scm/lily-library.scm (scorify-music): new function.
782
783         * python/lilylib.py (datadir): remove 2.1 compat kludge.
784         (datadir): remove resource import.
785         (print_environment): remove get_bbox()
786         (cp_to_dir): remove pre 1.5.2 compat glue.
787
788 2005-07-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
789
790         * lily/include/simple-spacer.hh (Module): idem.
791
792         * lily/include/spring.hh (struct Spring): store inverse
793         strength. This prevents division by zero.
794
795         * VERSION: release 2.7.0
796         
797         * lily/include/music.hh (class Music): remove Music::duration_log()
798
799         * lily/stem-engraver.cc (make_stem): take duration log from event.
800
801         * lily/chord-tremolo-engraver.cc: don't ack note-head-interface.
802
803 2005-07-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
804
805         * scm/lily.scm (ly:load): load autochange.scm
806
807         * Documentation/user/tutorial.itely (Running LilyPond for the
808         first time): remove reference to DVI/TeX
809
810         * scm/define-markup-commands.scm (text): add \text markup command.
811
812         * configure.in (reloc_b): bump requirement to Python 2.2.
813
814         * lily/include/dots.hh (class Dots): make has_interface() static.
815
816         * python/convertrules.py (conv): add rule for ly:grob-default-font
817
818         * scm/define-grobs.scm (all-grob-descriptions): reorganize in
819         alphabetical order.
820
821         * input/regression/trill-spanner-pitched.ly: new file.
822
823         * lily/font-interface-scheme.cc (LY_DEFINE): function
824         ly:grob-default-font (changed from get-default-font).
825
826         * lily/axis-group-interface-scheme.cc (LY_DEFINE): new file.
827
828         * lily/note-head.cc (internal_print): if style is not a symbol,
829         set style to 'default. 
830         (internal_print): no style suffix if glyph-name-procedure not
831         set. Default to quarter head.
832
833         * scm/define-grobs.scm (Module): new grob TrillPitchHead.
834
835         * scm/define-music-properties.scm (all-music-properties): add trill-pitch.
836
837         * ly/music-functions-init.ly: \pitchedTrill
838
839         * lily/pitched-trill-engraver.cc (acknowledge_grob): new file.
840
841         * ly/Welcome_to_LilyPond.ly: update to 2.6.0
842
843         * lily/trill-spanner-engraver.cc (finalize): rename req -> event
844
845         * scm/define-markup-commands.scm (pad-markup): pad-markup command.
846
847         * po/fr.po: update
848
849         * po/de.po: update.
850
851 2005-07-06  Graham Percival  <gperlist@shaw.ca>
852
853         * Documentation/user/changing-defaults.itely: add link
854         to grob-iterface.
855
856         * Documentation/user/advanced-notation.itely: add material
857         to Setting automatic beam behaviour.  Thanks, Joe!
858
859         * Documentation/user/lilypond.itely: change encoding to utf-8.
860
861 2005-07-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
862
863         * Documentation/user/advanced-notation.itely (Setting automatic
864         beam behavior): Correct the documentation of
865         revert-auto-beam-setting (backportme)
866
867 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
868
869         * lily/ly-module.cc (ly_make_anonymous_module): define
870         %module-public-interface of module. 
871
872         * lily/lily-parser.cc (print_smob): allow printing of parser smob
873         without lexer.
874
875 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
876
877         * input/regression/fret-diagrams.ly: stretch example.
878
879 2005-06-30  Jan Nieuwenhuizen  <janneke@gnu.org>
880
881         * cygwin/GNUmakefile ($(outdir)/%.sh): Bugfix: use TAB (Bertalan
882         Fodor).
883
884 2005-06-30  Graham Percival  <gperlist@shaw.ca>
885
886         * Documentation/topdocs/AUTHORS.texi: update personal web address.
887
888         * Documentation/user/examples.itely, lilypond-book.itely:
889         change \RequirePackage to \usepackage.
890
891         * Documentation/user/global.itely: document copyright and tagline.
892
893 2005-06-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
894
895         * Documentation/user/basic-notation.itely (Transpose): remove link
896         to nonexistent UntransposableMusic.
897
898         * scm/output-svg.scm: remove old definitions.
899
900         * scripts/lilypond-book.py (do_file): search for kpsewhich before
901         invoking.
902
903         * python/lilylib.py (search_exe_path): new function.
904
905 2005-06-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
906
907         * python/lilylib.py (mkdir_p): remove setup_environment()
908         (backportme)
909
910         * buildscripts/mutopia-index.py (headertext): trim text.
911
912         * Documentation/topdocs/NEWS.tely (Top): refresh.
913
914         * scm/define-markup-commands.scm (wordwrap-string): new function:
915         split string in paras and words.
916         (wordwrap-markups): new function.
917         (wordwrap-stencils): new function. 
918         (justify): use it.
919         (wordwrap): use it.
920         (wordwrap-string): use it
921         (justify-string): use it.
922
923         * scm/lily-library.scm (regexp-split): new function.
924
925         * scm/define-markup-commands.scm: remove encoded-simple. 
926         remove font-markup.
927         (fontsize): remove old version  of fontsize.
928         (wordwrap): new markup function. Wrap into paragraphs.
929
930         * VERSION: Branch lilypond_2_6
931         (MINOR_VERSION): go to 2.7.0
932
933 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
934
935         * po/zh_TW.po: update from translation project.
936
937 2005-06-28  Graham Percival  <gperlist@shaw.ca>
938
939         * scm/midi.scm: compile fix.
940
941 2005-06-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
942
943         * scripts/lilypond-book.py : Fix embarrassing bug in my previous
944         patch. Now, the tempfile module is loaded too, not only used.
945
946 2005-06-28  Stephen Charles McCarthy  <stecmccarthy@hotpop.com>
947
948         * scm/midi.scm: changed midi volumes in absolute-volume-alist from
949         0.05 - 1.00 to 0.25 - 1.00
950
951         * scm/midi.scm: moved the default-instrument-equalizer procedure
952         to just under the insturment-equalizer-alist it takes as an
953         argument.
954
955 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
956
957         * Documentation/user/advanced-notation.itely (Font selection):
958         remove CMR note.
959
960         * scm/framework-ps.scm (write-preamble): ly:warning iso. ly:warn 
961
962 2005-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
963
964         * THANKS: Add UTF-8 marker.
965
966         * Documentation/user/point-and-click.itely (http): Update: use
967         lilypond-invoke-editor.  Fix: instruct to use user.js.
968
969 2005-06-27  Graham Percival  <gperlist@shaw.ca>
970
971         * ly/titling-init.ly: implements printpagenumber, increases
972         space between dedication and title (to avoid collisions with
973         "g" and "q" in dedication), and nicer logic about copyright
974         and instrument fields being printed on the first page.
975         Thanks Vincent!
976
977         * Documentation/user/global.itely: document printpagenumber.
978
979 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
980
981         * Documentation/topdocs/NEWS.tely: Update to 2.6.
982
983 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
984
985         * THANKS: update to 2.6
986
987         * VERSION: 2.6.0 released.
988
989 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
990
991         * cygwin/GNUmakefile (OUT_POSTREMOVES): Reinclude install script
992         rule, errorneously removed probably because of misleading comment.
993
994 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
995
996         * python/lilylib.py (datadir): py2exe comments.
997
998         * Documentation/topdocs/INSTALL.texi (Top): remove EC fonts requirement.
999
1000         * configure.in (reloc_b): make fontconfig REQUIRED.
1001
1002 2005-06-27  Heikki Junes <hjunes@cc.hut.fi>
1003
1004         * po/fi.po: add latest translations.
1005
1006 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1007
1008         * ChangeLog: recode utf-8
1009
1010         * Documentation/pictures/lilypond.xpm (Module): edited photo as
1011         logo.
1012
1013         * Documentation/user/examples.itely (Module): 2.4.0 -> 2.6.0
1014
1015         * input/*.ly (Module): 2.4 -> 2.6 grand convert-ly s/r. 
1016
1017         * python/convertrules.py (do_conversion): don't print program_name
1018         from within a module
1019
1020         * configure.in (reloc_b): bump fontforge requirement to 20050624.
1021
1022         * python/convertrules.py (conv): add 2.6.0 dummy rule.
1023
1024 2005-06-23  Graham Percival  <gperlist@shaw.ca>
1025
1026         * Documentation/user/lilypond-book.itely,
1027         Documentation/user/examples.itely: add \RequirePackage{graphics}.
1028
1029         * ly/titling.ly: checks printfirstpagenumber, adds meter, and
1030         fixes baseline-skip.  Thanks Vincent!
1031
1032         * Documentation/user/advanced-notation.itely, global.itely:
1033         moved "Selecting font sizes" to global, since it deals with
1034         notation font size, not text fonts.
1035
1036 2005-06-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1037
1038         * buildscripts/gen-emmentaler-scripts.py (notice): add GPL notice
1039         to fonts.
1040
1041 2005-06-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1042
1043         * scripts/lilypond-book.py (LATEX_DOCUMENT): More or less ugly
1044         workaround since /dev/stdin doesn't work on Cygwin. Using a
1045         temporary file in the current directory since latex doesn't
1046         understand the path name to the default TMP in Cygwin (at least on
1047         win XP).
1048         
1049         * Documentation/user/global.itely (Creating titles): Correct
1050         misprint in example. Thanks to Rob Vlasaty.
1051
1052 2005-06-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1053
1054         * VERSION (PATCH_LEVEL): release 2.5.32
1055
1056         * lily/lily-parser-scheme.cc (LY_DEFINE): don't set 'parser
1057         variable in lily module
1058
1059         * scm/framework-ps.scm (output-classic-framework): error message
1060         regarding the classic framework.
1061
1062         * Documentation/user/henle-flat-gray.png (Module): new file.
1063
1064         * Documentation/user/baer-flat-gray.png (Module): new file.
1065
1066         * scm/output-lib.scm (fret-number-tablature-format): vcenter and
1067         whiteout for markups.
1068
1069         * buildscripts/substitute-encoding.py (note_glyph): include _ in
1070         regex too. This fixes change clef appearance in PDF. 
1071
1072         * ttftool/include/*: remove.
1073
1074         * configure.in (reloc_b): remove TTFTOOL_ENDIAN
1075
1076         * config.make.in (WINDRES): remove TTFTOOL_ENDIAN.
1077
1078         * lily/GNUmakefile (MODULE_INCLUDES): remove ttftool
1079
1080         * ttftool/*: remove ttftool subdirectory.
1081
1082         * GNUmakefile.in (SUBDIRS): remove ttftool subdirectory.
1083
1084         * lily/ttf.cc (print_header): new file. Convert to type42, using
1085         FreeType to parse the TTF. 
1086
1087         * ttftool/parse.c (readPostTable): ugh. Kludge: nglyphs in maxp
1088         and post table may differ. Pass around post_nglyphs as well.
1089
1090 2005-06-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1091
1092         * ly/music-functions-init.ly (musicMap): new music function
1093         musicMap. 
1094         
1095 2005-06-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1096
1097         * make/mutopia-rules.make: anti-alias-factor = 2
1098
1099         * scm/ps-to-png.scm (make-ps-images): cleanup multipage vs. single
1100         page switch.
1101
1102         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): set
1103         anti-alias-factor for lilypond-book runs.
1104
1105         * scm/ps-to-png.scm (scale-down-image): new function.
1106         (my-system): new function.
1107         (make-ps-images): blow up GS resolution by anti-alias-factor,
1108         scale down image by anti-alias-factor.  This improves appearance
1109         of bitmaps
1110         (make-ps-images): remove showpage. Fixes spurious empty png at
1111         end.
1112
1113         * scm/framework-ps.scm (write-preamble): downcase filename before
1114         string-matching. Should fix .TTF files (as opposed to ttf files)  
1115
1116         * Documentation/user/tutorial.itely (Running LilyPond for the
1117         first time): separate subsections for windows, macos and unix.  
1118
1119         * Documentation/user/invoking.itely (Updating files with
1120         convert-ly): add MacOS X note.
1121
1122 2005-06-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1123
1124         * Documentation/user/introduction.itely (Engraving): don't include
1125         file optical-spacing, add directly.
1126
1127         * lily/paper-outputter.cc (file): open file in binary mode. This
1128         fixes OTF embedding on windows.
1129
1130 2005-06-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1131
1132         * scm/framework-ps.scm (write-preamble): remove debugging output.
1133
1134         * mf/aybabtu.pe.in (i): don't generate aybabtu.cff
1135
1136         * mf/GNUmakefile ($(outdir)/fonts.cache-1): create font cache for
1137         outdir.
1138         (install-fc-cache): install font cache in installation directories.
1139
1140 2005-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1141
1142         * scm/editor.scm (editor-command-template-alist): Use char iso
1143         column, except for Emacs.
1144         (get-editor-command): Substitute char too (Bertalan Fodor).
1145
1146 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1147
1148         * scm/ps-to-png.scm (make-ps-images): Use ~S instead of single
1149         quoted ~s.  This should fix PNG output on Windows; single quotes
1150         are regular characters on Windows.
1151
1152 2005-06-16  Graham Percival  <gperlist@shaw.ca>
1153
1154         * Documentation/user/basic-notation.itely: include ChoirStaff
1155         in System start delimiters.
1156
1157         * Documentation/user/putting.itely: new doc section on
1158         fixing overlapping notation.
1159
1160 2005-06-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1161
1162         * Documentation/user/global.itely (Paper size): \paper is in
1163         \book, not \score.
1164
1165         * make/mutopia-rules.make: -ddelete-intermediate-files
1166
1167         * ly/engraver-init.ly: make Staff default child of ChoirStaff.
1168
1169 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1170
1171         * ChangeLog: Recode utf-8.
1172
1173         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install .so module in
1174         datadir with .py modules.
1175
1176 2005-06-15  Heikki Junes  <hjunes@cc.hut.fi>
1177
1178         * Documentation/user/basic-notation.itely (Ties): add tieDashed.
1179
1180 2005-06-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1181
1182         * make/mutopia-rules.make: switch off ps, p&c for lilypond runs.
1183         
1184         * scm/framework-ps.scm (write-preamble): remove status check.
1185
1186         * Documentation/user/invoking.itely (Updating files with
1187         convert-ly): remove -o option.
1188
1189         * VERSION (PACKAGE_NAME): release 2.5.31
1190
1191         * scm/framework-ps.scm (write-preamble): use ly:system.
1192         (write-preamble): verbosity.
1193
1194         * scripts/convert-ly.py: cleanup. Use lilylib. Use convertrules.
1195
1196         * python/convertrules.py: new file. Store conversion rules
1197         separately.
1198
1199 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1200
1201         * scm/backend-library.scm (postprocess-output): remove debugging gobs.
1202
1203 2005-06-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1204
1205         * Documentation/topdocs/NEWS.tely (Top): Corrected name of
1206         \musicDisplay 
1207
1208         * Documentation/user/instrument-notation.itely (More stanzas): Add
1209         reference to StanzaNumber.
1210
1211 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1212
1213         * THANKS: separate section for website translators.
1214
1215 2005-06-14  Graham Percival  <gperlist@shaw.ca>
1216
1217         * Documentation/topdocs/INSTALL.texi: update vim info;
1218         thanks Simon Bailey!
1219
1220         * Documentation/user/advanced-notation.itely: included
1221         color names.
1222
1223         * Documentation/user/advanced-notation.itely,
1224         Documentation/usr/notation-appendices.itely: moved
1225         color names into an appendix.
1226
1227 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1228         
1229         * lily/program-option.cc (LY_DEFINE): new function ly_add_option.
1230
1231         * scm/lily.scm (lambda): initialize program options from here.
1232
1233         * scm/framework-*.scm: add header info.
1234
1235         * lily/main.cc (parse_argv): only set output format to pdf if no
1236         other format specified.
1237
1238         * scm/backend-library.scm (postprocess-output): process
1239         'delete-intermediate-files after running convert-to-*. This fixes
1240         PNG generation when 'delete-intermediate-files is set.
1241         
1242 2005-06-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1243
1244         * buildscripts/mutopia-index.py (list_item): thinko. Fixes png
1245         links on website. 
1246
1247 2005-06-13  Graham Percival  <gperlist@shaw.ca>
1248
1249         * Documentation/topdocs/INSTALL.texi,
1250         Documentation/user/lilypond-book.itely: typos.
1251
1252 2005-06-12  Pal Benko  <benkop@freestart.hu>
1253
1254         * elisp/lilypond-mode.el (LilyPond-command-alist: 2PS): space
1255         added between program name and switch; -b changed to -f not
1256         to generate pdf
1257
1258 2005-06-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1259
1260         * elisp/lilypond-mode.el (LilyPond-command-alist): remove 2midi
1261         (LilyPond-command-alist): use -f ps (thanks to Pal Benko)
1262
1263         * input/sakura-sakura.ly: add \midi.
1264
1265         * buildscripts/mutopia-index.py (find): use /usr/bin/find
1266         iso. python find. 
1267
1268         * ttftool/test.c (main): cosmetics.
1269
1270         * ttftool/util.c (surely_lseek): use stdio FILE's for I/O 
1271
1272         * ttftool/test.c: new file. If compiled with -DTEST_TTFTOOL,
1273         create a ttf2ps binary.
1274
1275         * scm/ps-to-png.scm (make-ps-images): fix rename-page-1 functionality.
1276
1277         * scm/backend-library.scm (postscript->png): set rename-page-1 to
1278         true.
1279
1280 2005-06-11  Graham Percival <gperlist@shaw.ca>
1281
1282         * Documentation/user/lilypond-book.itely: add warning about
1283         the font warnings in dvips.
1284
1285 2005-06-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1286
1287         * THANKS: typo
1288
1289         * mf/GNUmakefile ($(outdir)/$(redhat-package)): Fedora-4 url.
1290
1291         * GNUmakefile.in: remove links for .map, .enc
1292         don't fail if out/ doesn't exist yet.
1293
1294 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1295
1296         * ttftool/util.c (surely_read): return nbytes
1297
1298         * stepmake/bin/text2html.py (txt2html): add utf-8 marker. 
1299
1300         * VERSION (PACKAGE_NAME): release 2.5.30
1301
1302         * flower/string-convert.cc (precision_string): >? fix.
1303
1304         * scm/ps-to-png.scm (make-ps-images): search-gs for multipage too.
1305         (make-ps-images): add verbose -q too.
1306
1307         * lily/default-actions.cc (Module): new file. default
1308         {book,score}-print functions.
1309
1310         * scm/ly-from-scheme.scm (ly:parse-string-result): use new setup:
1311         pass results via parseStringResult, lookup via ly:parser-lookup.  
1312
1313         * lily/lily-parser.cc (Lily_parser): only clone lexer in
1314         constructors.
1315         (parse_file): encapsulate do_yyparse() in scm_set_current_module()
1316         (parse_string): idem.
1317
1318         * ly/spanners-init.ly (assertBeamQuant): don't use #{ #} in init.
1319
1320         * lily/main.cc (main_with_guile): copy be_verbose_global into
1321         ly_set_option()
1322
1323 2005-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1324
1325         * scm/backend-library.scm (postscript->pdf):
1326         * scm/ps-to-png.scm (make-ps-images): Do not use gs -q switch in
1327         verbose mode.  Search for several names of gs executable.
1328
1329 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1330
1331         * lily/ly-module.cc (ly_make_anonymous_module): call make-module
1332         directly. This fixes a massive memory leak, provided you use CVS
1333         GUILE.
1334
1335 2005-06-10  Erik Sandberg  <ersa9195@student.uu.se>
1336
1337         * ly/property-init.ly: Added tieDashed.
1338
1339         * THANKS: Added some bughunters for 2.5.
1340
1341 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1342
1343         * lily/program-option.cc: add debug-gc option.
1344
1345         * lily/include/lily-guile-macros.hh: don't protect exported module
1346         objects.
1347
1348         * lily/include/lily-parser.hh (class Lily_parser): remove beam_check().
1349
1350         * scm/backend-library.scm (postscript->pdf): use
1351         delete-intermediate-files iso. running-from-gui? 
1352
1353         * ttftool/util.c (surely_read): robustness. Allow read() to return
1354         less bytes than requested, as per posix standards.
1355
1356         * lily/pfb.cc (LY_DEFINE): set ttf_verbosity from ttf-verbosity
1357         program option.
1358
1359         * ttftool/include/ttftool.h ("C"): rename verbosity to
1360         ttf_verbosity. Add to public interface.
1361
1362         * scm/music-functions.scm (unfold-repeats): remove debugging display.
1363
1364         * lily/program-option.cc: rename from scm-option.cc
1365
1366         * lily/scm-option.cc (LY_DEFINE): handle no-foobar option setting.
1367         (get_help_string): Print pretty help string.
1368
1369         * scripts/lilypond-book.py (PREAMBLE_LY): add no-point-and-click
1370         to snippet preamble.
1371
1372         * lily/scm-option.cc: remove command-line-settings option. Fold
1373         all command-line options plus default settings in a generic
1374         interface. 
1375
1376         * flower/getopt-long.cc (table_string): indent 2nd lines of help
1377         texts too.
1378
1379 2005-06-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1380
1381         * flower/file-name.cc: Bugfix: only append DIRSEP if BASE_
1382         or EXT_ components non-empty.
1383
1384 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1385
1386         * scm/lily.scm (running-from-gui?): Export.
1387
1388         * lily/lily-parser-scheme.cc (ly:parse-file): Use it to generate
1389         output in .ly source directory.
1390
1391 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1392
1393         * ttftool/util.c (surely_lseek): more verbosity.
1394
1395         * lily/include/lily-proto.hh: add Context_def. This fixes FC4
1396         compile.
1397
1398         * lily/parser.yy (Repeated_music): remove >? 
1399
1400         * scm/backend-library.scm (postscript->pdf): Support for
1401         -dgs-font-load=1
1402
1403         * scm/framework-ps.scm (write-preamble): make font loading
1404         switchable to GS via --define-default gs-font-load=1
1405
1406 2005-06-09  Graham Percival  <gperlist@shaw.ca>
1407
1408         * Documentation/user/global.itely: added \layout docs.
1409
1410 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1411
1412         * lily/lily-parser-scheme.cc: add unistd.h
1413
1414 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1415
1416         * scm/editor.scm: add char argument.
1417
1418         * scripts/lilypond-invoke-editor.scm (dissect-uri): add char. 
1419
1420         * ttftool/util.c (syserror): use errno for better error reporting.
1421
1422         * lily/source-file.cc (get_counts): new function. Calc column,
1423         line and char count in one go.
1424
1425         * lily/binary-source-file.cc (quote_input): rename to quote_input
1426
1427         * lily/input.cc (set): new function.
1428
1429 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1430
1431         * flower/file-path.cc (find): Bugfix.  Append rather than prepend
1432         directory part of file name to search directory.
1433
1434         * lily/lily-parser-scheme.cc (ly:parse-file): Prepend cwd to
1435         search path and chdir to DIR if --outname=DIR used.
1436
1437         * lily/main.cc (prepend_env_path): Bugfix: Check directory
1438         existence before appending original path.
1439
1440 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1441
1442         * ttftool/parse.c (readNamingTable): verbosity for "bad TTF
1443         file" massage.
1444
1445         * Documentation/user/GNUmakefile (TEXINPUTS): set TEXINPUTS so our
1446         texinfo.tex is always used.
1447         
1448 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1449
1450         * flower/include/axis.hh: rename from axes.hh
1451
1452         * lily/include/text-interface.hh (Module): rename from text-item.hh
1453
1454         * VERSION (PATCH_LEVEL): release 2.5.29
1455
1456         * ttftool/parse.c (readNamingTable): handle Apple/8bit encoding too.
1457
1458         * scm/framework-ps.scm (font-file-as-ps-string): new function.
1459         (handle-macfont): new function. Call fondu for Native mac fonts.
1460
1461         * scm/define-markup-commands.scm (fill-line): handle text-widths =
1462         '() case.
1463
1464 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1465
1466         * scm/ps-to-png.scm (make-ps-images): Bugfix: `Pages: 1\n' is not
1467         multi-page.  Fix .eps regular expression.
1468
1469 2005-06-07  Graham Percival  <gperlist@shaw.ca>
1470
1471         * Documentation/user/putting.itely: add info on modifying templates.
1472
1473         * Documentation/user/lilypond.itely, converters.itely, invoking.itely:
1474         misc small changes.
1475
1476 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1477
1478         * scm/ps-to-png.scm (make-ps-images): no paper size for multi-page.
1479
1480         * scripts/lilypond-ps2png.scm
1481
1482         * VERSION (PACKAGE_NAME): release 2.5.28
1483
1484 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1485
1486         * lily/main.cc (prepend_env_path): Do not append /, that does not
1487         work.  Localedir lives in datadir, not in prefix.
1488
1489         * scm/framework-ps.scm (write-preamble): Remove load-font-via-GS
1490         hack for windows.
1491
1492         * flower/include/file-cookie.hh: Compile fix.
1493
1494 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1495
1496         * ly/engraver-init.ly: add \defaultchild to InnerStaffGroup. 
1497
1498         * scm/ps-to-png.scm (gulp-port): rename from read. Don't redefine
1499         system primitives.
1500         (gulp-port): using read-string!/partial. We don't want to read an
1501         entire PS file  (GUILE 1.6 limits strings to 16M) 
1502
1503         * scm/define-grobs.scm (all-grob-descriptions): remove arch-*
1504         properties. Add font-interface. 
1505
1506         * scm/define-grob-properties.scm (all-user-grob-properties):
1507         remove old bracket properties.
1508
1509         * scm/x11-color.scm: reformat. 
1510
1511         * lily/ledger-line-engraver.cc (acknowledge_grob): create new
1512         LedgerLineSpanner if new StaffSymbol is found. 
1513
1514         * lily/staff-symbol-engraver.cc (acknowledge_grob): also set
1515         staff-symbol for finishing staff. 
1516
1517         * lily/GNUmakefile (OUT_DIST_FILES): don't dist Flex output
1518
1519         * scm/output-svg.scm (setcolor): implement (re)setcolor with <g>
1520         change black to currentColor everywhere. This fixes color support
1521         in SVG.
1522
1523 2005-06-06  Carl Sorensen  <carldsorensen@comcast.net>
1524
1525         * input/regression/fret-diagrams.ly: new file to test fret diagram
1526         capability
1527
1528         * scm/output-tex.scm: remove white-dot and white-text
1529
1530         * scm/output-ps.scm: remove white-dot and white-text
1531
1532         * scm/fret-diagrams.scm (sans-serif-stencil-white): removed -- 
1533         using ly:stencil-in-color instead
1534         (draw-dots) : remove call to white-dot
1535
1536 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1537
1538         * flower/memory-stream.cc (Memory_out_stream): remove fopencookie
1539         support.
1540
1541         * ttftool/ttfps.c: use lily_cookie functions everywhere. 
1542
1543         * flower/include/file-cookie.hh: new file. lily_cookie extension 
1544
1545         * flower/file-cookie.cc: new file. lily_cookie extension.
1546         
1547 2005-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1548
1549         * scm/editor.scm (editor-command-template-alist): Add syn
1550         editor (Jaap [de Vos]).
1551
1552 2005-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1553
1554         * scripts/lilypond-ps2png.scm:
1555         * scm/ps-to-png.scm: New file.
1556
1557         * scm/backend-library.scm (postscript->png): Use it.
1558
1559         * scripts/lilypond-ps-to-png.py: Remove file.
1560
1561         * python/lilylib.py (get_bbox, make_ps_images): Remove.
1562
1563 2005-06-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1564
1565         * lily/auto-beam-engraver.cc (acknowledge_grob): remove dead code.
1566
1567         * scm/auto-beam.scm (default-auto-beam-check): only forbid beam
1568         start on grace moment. Fixes autobeam-grace.ly.
1569
1570         * lily/auto-beam-engraver.cc (process_acknowledged_grobs): don't
1571         process anything unless we're at the end of a pending beam. Fixes
1572         syncopated 8ths beamed across a beat.
1573
1574 2005-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1575
1576         * scm/editor.scm (editor-command-template-alist): Start emacs if
1577         emacslient fails.
1578
1579         * lily/main.cc (setup_localisation): Listen to LILYPOND_LOCALEDIR.
1580
1581         * flower/file-path.cc (is_file, is_dir): Export.
1582
1583         * lily/main.cc (prepend_env_path, set_env_file): Use them.
1584
1585 2005-06-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1586
1587         * lily/easy-notation.cc: Added include cctype to correct
1588         compilation error.
1589
1590 2005-06-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1591
1592         * scm/backend-library.scm (postscript->pdf): set resolution to
1593         1200, so bitmap fonts aren't that ugly. 
1594
1595         * Documentation/topdocs/NEWS.tely (Top): add entry about font family.
1596
1597         * lily/dynamic-engraver.cc (acknowledge_grob): only center on
1598         parent if we have a notehead. Fixes incorrect offsets when
1599         Paper_column is very wide in the X direction.
1600
1601         * input/regression/font-family-override.ly (Module): new file.
1602
1603         * scm/font.scm (make-pango-font-tree): new function.
1604
1605         * lily/beam.cc (before_line_breaking): remove warning about less
1606         than 2 visible stems. We still get a warning when there is only
1607         one stem.
1608
1609 2005-06-01  Werner Lemberg  <wl@gnu.org>
1610
1611         * buildscripts/substitute-encoding.py: Handle PFAemmentaler-xx.pfa
1612         correctly.
1613
1614 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1615
1616         * lily/slur-scoring.cc (generate_avoid_offsets): new
1617         function. Generate avoid offsets once per slur.
1618
1619         * lily/slur.cc (add_extra_encompass): add dependency to
1620         extra-encompass object. This fixes bugs/c-phrasing-slur.ly
1621
1622         * lily/stencil.cc (is_empty): check dim_ field for is_empty()
1623         too. Fixes inf error with added bass notes.
1624
1625         * scripts/lilypond-book.py (do_options): --psfonts doesn't take
1626         argument anymore.
1627
1628         * make/ly-vars.make (DVIPS_FLAGS): use .psfonts as extension.
1629
1630         * input/tutorial/lbook-latex-test.tex: add line length test.
1631
1632         * scripts/lilypond-book.py (set_default_options): new
1633         function. Call this before dissecting snippets, so linewidth
1634         settings reach the snippets.
1635
1636 2005-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1637
1638         * scm/lily.scm (PLATFORM, slashify): Remove double slashes.
1639
1640 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1641
1642         * input/mutopia/R.Schumann/romanze-op28-2.ly (leftb): bugfix.
1643
1644 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1645
1646         * stepmake/aclocal.m4: More autopackage friendliness.
1647
1648 2005-05-31  Graham Percival  <gperlist@shaw.ca>
1649
1650         * Documentation/index.html.in: remove link to LSR.
1651
1652         * Documentation/user/global.itely: remove duplicate
1653         "dedication" \header{} section.
1654
1655 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1656
1657         * VERSION (PACKAGE_NAME): release 2.5.27.
1658
1659         * lily/lily-parser-scheme.cc (LY_DEFINE): unprotect paper
1660         too. Plugs memory leak.
1661
1662         * make/lilypond.fedora.spec.in (Group): remove
1663         lilypond-pdfpc-helper.
1664
1665         * scripts/GNUmakefile (SEXECUTABLES): remove
1666         lilypond-pdfpc-helper. Use lilypond-invoke-editor instead.
1667
1668         * scm/font.scm (make-century-schoolbook-tree): add Mono as
1669         'typewriter family.
1670
1671         * lily/score.cc (Score): unprotect copy of Output_def. Plugs
1672         memory leak.
1673
1674         * lily/parser.yy (score_body): don't clone Score, that's done in
1675         Lily_lexer::try_special_identifiers(). This fixes a memory leak.
1676
1677         * lily/score-engraver.cc (derived_mark): new function.
1678         (initialize): unprotect Paper_score. This fixes a memory leak.
1679
1680         * lily/score-performer.cc (derived_mark): new function.
1681
1682         * lily/score-translator.cc (get_output): use SCM for get_output() call.
1683
1684         * stepmake/aclocal.m4: put FlexLexer.h test in conftest.cc. Fixes
1685         spurious warning.
1686
1687         * scm/font.scm (make-century-schoolbook-tree): use Sans for sans
1688         serif.
1689
1690 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1691
1692         * configure.in (reloc_b): Add --enable-relocation.
1693
1694 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1695
1696         * lily/pfb.cc (LY_DEFINE): show file name when loading PFB. 
1697
1698         * input/regression/alignment-order.ly: add Staff example.
1699
1700 2005-05-31  John Mandereau   <john.mandereau@free.fr>
1701
1702         * po/fr.po: update.
1703
1704 2005-05-31  Graham Percival  <gperlist@shaw.ca>
1705
1706         * Documentation/index.html.in: add link to LSR.
1707
1708 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1709
1710         * scm/define-stencil-commands.scm (Module): new file. Register all
1711         allowed stencil expression heads in a central place.
1712
1713         * lily/stencil-scheme.cc (LY_DEFINE): check is_stencil_head in
1714         ly:make-stencil
1715
1716         * lily/stencil-expression.cc (all_stencil_heads): registering
1717         stencil expressions.
1718
1719         * lily/stencil-interpret.cc: new file. Stencil expression
1720         interpreting.
1721
1722         * input/xiao-haizi-guai-guai.ly: move file back.
1723
1724 2005-05-30  Graham Percival  <gperlist@shaw.ca>
1725
1726         * Documentation/user/advanced.itely, converters.itely,
1727         instrument-notation.itely, lilypond-book.itely: misc small
1728         changes.
1729
1730 2005-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1731
1732         * lily/lexer.ll: Skip UTF-8 BOM at BOF.
1733
1734         * make/lilypond.fedora.spec.in: Fix source url.
1735
1736         * cygwin: Update from mingw patches.
1737
1738         * scm/editor.scm (editor-command-template-alist): Use jedit
1739         -reuseview (Bertalan), add uedit (Patrick Huberts).
1740
1741         * input/xiao-hai-zi-guai-guai.ly: Rename from
1742         xiao-haizi-guai-guai.ly.
1743
1744         * input/*: Reindent, do not use TAB.
1745
1746         * Documentation/pictures/ly.xpm: Bugfix: do not anti-alias against
1747         white background.
1748
1749 2005-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1750
1751         * scm/framework-ps.scm (dump-stencil-as-EPS): Add silly fix for
1752         numerical overflow error.
1753
1754 2005-05-29 Laura Conrad <lconrad@laymusic.org>
1755         
1756         * abc2ly.py: fix to syntax error in multi-part output.
1757
1758 2005-05-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1759
1760         * lily/span-bar.cc (print): sort bar line extents. Fixes problem
1761         with disappearing span bars when alignAboveContext is active
1762
1763         * lily/property-iterator.cc (check_grob): use is-grob?
1764         object-property. Fixes crash-key-sig-font-size.ly. 
1765
1766 2005-05-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1767
1768         * lily/bar-line.cc (print): don't round barlines; this produces
1769         odd aliasing effects in Acroread.
1770
1771         * lily/timing-engraver.cc (process_music): robustness fix.
1772
1773         * lily/context-def.cc (filter_engravers): bugfix.
1774
1775 2005-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1776
1777         * lily/lilypond.rc.in: Add ly-icon.
1778
1779         * lily/GNUmakefile: 
1780         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Add ly-icon
1781         rules.
1782
1783 2005-05-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1784
1785         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-in-color
1786
1787         * ps/music-drawing-routines.ps: 
1788
1789         * scm/output-ps.scm: remove draw ez_ball.
1790
1791         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
1792         EasyNotation context definition.
1793
1794         * lily/easy-notation.cc (brew_ez_stencil): new file. Use
1795         Text_interface and color for making easy note heads.
1796
1797         * lily/stencil.cc (with_color): new function.
1798
1799         * ps/music-drawing-routines.ps: remove draw_zigzag_line
1800
1801         * lily/line-spanner.cc (zigzag_stencil): rewrite to use draw-line
1802         output routine. Zigzag now works in SVG too.
1803
1804         * scm/output-tex.scm (filledbox): idem.
1805
1806         * scm/output-svg.scm (filledbox): idem.
1807
1808         * scm/output-ps.scm (lily-def): remove horizontal-line. 
1809
1810         * lily/lookup.cc (horizontal_line): use draw-line. 
1811
1812         * lily/system-start-delimiter.cc: remove old staff bracket code.
1813
1814         * mf/feta-haak.mf: further tweaks.
1815
1816         * lily/system-start-delimiter.cc (staff_bracket): use glyphs.
1817
1818         * mf/feta-generic.mf: include feta-haak.
1819
1820         * mf/feta-haak.mf: rewrite. Make separate glyphs for the tips 
1821
1822         * scm/framework-ps.scm (write-preamble): only load fonts if their
1823         filename is a string. 
1824
1825 2005-05-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1826
1827         * scm/output-svg.scm (circle): support circle.
1828         (bracket): stub for bracket.
1829
1830         * scripts/lilypond-book.py (main): make sure --psfonts warning is
1831         correct.
1832
1833 2005-05-26  Graham Percival  <gperlist@shaw.ca>
1834
1835         * Documentation/user/lilypond.tely, advanced-notation.itely,
1836         basic-notation.itely, instrument-notation.itely, global.itely,
1837         introduction.itely, tutorial.itely: rearranging, editing,
1838         clean-up.
1839
1840         * mf/GNUmakefile: change a "make -C" to "${MAKE} -C", required
1841         for compiling on FreeBSD.
1842
1843 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1844
1845         * lily/pfb.cc (LY_DEFINE): progress indication for opening ttf and
1846         otf files.
1847
1848         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (lower):
1849         bugfixes.
1850
1851         * VERSION: 2.5.26 released.
1852
1853         * scm/titling.scm (marked-up-headfoot): revert Pedro's patch. 
1854
1855 2005-05-25  Pedro Kroger  <kroeger@pedrokroeger.net>
1856
1857         * scm/titling.scm (marked-up-headfoot): doesn't print pagenumbers
1858         if printpagenumber is false.
1859
1860 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1861
1862         * lily/font-config.cc (init_fontconfig): comment out FontConfig
1863         cache warning.
1864
1865         * lily/tie.cc (print): support dotted ties.
1866         
1867 2005-05-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1868
1869         * scm/define-grobs.scm (all-grob-descriptions): switch off
1870         debugging
1871         (all-grob-descriptions): Arpeggio has Y-extent.
1872
1873         * scm/define-music-properties.scm (all-music-properties): document
1874         length-callback and start-callback as "read-only".
1875
1876         * scm/music-functions.scm (unfold-repeats): rewrite. Cannot set
1877         length-callback after creation. 
1878
1879         * scripts/convert-ly.py (conv): unfoldrepeats -> unfoldRepeats,
1880         compressmusic -> compressMusic.
1881
1882         * ly/music-functions-init.ly (oldaddlyrics): idem.
1883
1884         * lily/parser.yy: NewLyricCombineMusic ->
1885         LyricCombineMusic. LyricCombineMusic -> OldLyricCombineMusic.
1886
1887 2005-05-24  Pedro Kroger  <kroeger@pedrokroeger.net>
1888
1889         * ly/Welcome_to_LilyPond.ly: typo.
1890
1891 2005-05-24  Graham Percival  <gperlist@shaw.ca>
1892
1893         * Documentation/user/lilypond.tely: move changing-defaults to be
1894         before global issues.
1895
1896         * Documentation/user/basic-notation.itely: move Transpose section
1897         here from advanced/Other.
1898
1899         * Documentation/user/changing-defaults.itely,
1900         advanced-notation.itely: move Fonts to advanced, edit.
1901
1902 2005-05-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1903
1904         * lily/parser.yy (bare_int): remove rule.  From now on, we require
1905         # before negative integers.
1906
1907 2005-05-23  Graham Percival  <gperlist@shaw.ca>
1908
1909         * ly/property.ly: Update tieDotted to have the same form as slurDotted.
1910
1911         * Documentation/user/lilypond.tely: change Unified index to
1912         LilyPond index.
1913
1914         * Documentation/user/advanced-notation.itely,
1915         instrument-notation.itely: editing.
1916
1917 2005-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
1918
1919         * scm/lily.scm (lilypond-all): Bugfix: return failed.
1920
1921         * lily/main.cc (setup_paths)[__MINGW32__]: Normalize LILYPONDPREFIX.
1922
1923 2005-05-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1924
1925         * lily/general-scheme.cc (ly:stderr-redirect): Rename from
1926         ly:port-move.  Needs to be stderr-specific on mingw.
1927         Run fixcc.
1928
1929 2005-05-20  Jan Nieuwenhuizen  <janneke@gnu.org>
1930
1931         * lily/general-scheme.cc (ly:port-move): Remove.
1932
1933         * scm/backend-library.scm (postscript->pdf): Remove -dSAFER in
1934         windows.
1935
1936         * lily/main.cc (setup_paths) [ARGV0_RELOCATION]: Reinstate GS_*
1937         variables.  This eliminates the need for a gs.bat wrapper, which
1938         opens a console.
1939
1940         * scripts/lilypond-invoke-editor.scm (running-from-gui?): 
1941         * scm/lily.scm (running-from-gui?): 
1942         * lily/main.cc[MINGW]: Remove isatty inversion, this is an
1943         artifact of not compiling with -mwindows.
1944
1945         * scm/editor.scm: Define PLATFORM.
1946
1947 2005-05-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1948
1949         * scripts/lilypond-book.py (PREAMBLE_LY): add marker, where people
1950         can start to cut & paste lilypond-book fragments.  
1951
1952         * scm/define-music-types.scm (music-descriptions): remove
1953         UntransposableMusic
1954
1955 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1956
1957         * scm/output-ps.scm (glyph-string): remove / before CIDs.
1958
1959 2005-05-20  Graham Percival  <gperlist@shaw.ca>
1960
1961         * Documentation/user/instrument-notation.itely: remove *Engraver.
1962
1963         * Documentation/user/advanced-notation.itely: edit, rearrange.
1964
1965 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1966
1967         * scm/output-ps.scm (glyph-string): take cid? argument. Use
1968         findresource iso. findfont for CID CFF fonts.
1969
1970         * VERSION (PACKAGE_NAME): release 2.5.25
1971
1972         * ly/Welcome_to_LilyPond.ly: add  \version
1973
1974 2005-05-20  Graham Percival  <gperlist@shaw.ca>
1975
1976         * Documentation/user/programming-interface.itely: move
1977         \displayMusic into its own section.
1978
1979         * Documentation/user/basic-notation.itely: finish editing.
1980
1981 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1982
1983         * flower/file-path.cc (find): don't throw away file_name.dir, but
1984         append to it. Fixes \include with directories.
1985
1986         * flower/include/file-path.hh (class File_path): don't derive from
1987         Array<String>.
1988
1989         * flower/include/file-name.hh (class File_name): remove to_str0()
1990
1991         * lily/hara-kiri-engraver.cc (acknowledge_grob): split
1992         Hara_kiri_engraver in separate file.
1993
1994         * lily/slur-configuration.cc (score_encompass): oops, <? to min()
1995         translation went wrong. Fixes vertically translated slurs.
1996
1997 2005-05-19  Graham Percival  <gperlist@shaw.ca>
1998
1999         * Documentation/user/basic-notaton.itely: editing.
2000
2001 2005-05-18  Graham Percival  <gperlist@shaw.ca>
2002
2003         * Documentation/user/macros.itexi, basic-notation.itely:
2004         add @commonprop (commonly used properties) macro.
2005
2006 2005-05-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2007
2008         * ly/Welcome_to_LilyPond.ly: talk about icon, not program.
2009
2010         * scripts/lilypond-book.py (invokes_lilypond): new function
2011         (main): only run fontextract if invokes_lilypond() is true.
2012
2013         * lily/function-documentation.cc (ly_add_function_documentation):
2014         duh, use !=
2015
2016         * Documentation/topdocs/INSTALL.texi (Top): add MacOS command.
2017
2018         * stepmake/aclocal.m4: remove kpathsea warning, change to OPTIONAL.
2019
2020         * scm/lily.scm (running-from-gui?): lowercase Darwin.
2021
2022         * lily/function-documentation.cc (ly_add_function_documentation):
2023         use scm_hash_table_p() for checking.
2024
2025 2005-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2026
2027         * Documentation/user/advanced-notation.itely (Text scripts):
2028         Change nonexisting @internalsref{Text markup} to @ref{Text
2029         markup}.  Change @internalsref{Text script} to
2030         @internalsref{TextScript}.
2031
2032         * lily/main.cc (setup_paths): Bugfix: pangorc is not pango.modules.
2033
2034 2005-05-17  Graham Percival  <gperlist@shaw.ca>
2035
2036         * Documentation/user/tutorial.itely, basic-notation.itely,
2037         changing-defaults.itely: remove duplicate cindex entries
2038         that appear on the same page.
2039
2040         * scm/define-grobs.scm: change default padding for TextSpanner.
2041
2042         * Documentation/topdocs/AUTHORS.texi: update email address.
2043
2044         * Documentation/user/global.itely: add info about \include.
2045
2046 2005-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2047
2048         * scm/backend-library.scm (postscript->pdf): Remove (useless) .ps
2049         when running-from-gui.
2050
2051         * scm/editor.scm (get-editor): Add platform defaults.
2052
2053         * scm/backend-library.scm (postscript->pdf): Typo.
2054
2055 2005-05-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2056
2057         * scm/lily.scm (running-from-gui?): Darwin never runs from GUI.
2058
2059         * lily/font-config.cc (init_fontconfig): add warning about cache.
2060
2061 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2062
2063         * lily/main.cc (setup_paths)[ARGV0_RELOCATION]: Remove GS_*.
2064
2065 2005-05-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2066
2067         * lily/horizontal-bracket.cc (print): Take care of the direction
2068         property so brackets above the stave point downwards. 
2069
2070         * scm/define-grobs.scm (all-grob-descriptions): Set staff-padding
2071         for HorizontalBracket so it doesn't end up within the stave.
2072
2073 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2074
2075         * lily/GNUmakefile (default): Typo.
2076
2077         * scm/lily.scm (PLATFORM): Export.
2078
2079         * scm/framework-ps.scm (write-preamble)[MINGW]: Use
2080         load-font-via-GS, ttftool or fopencookie is broken on windows.
2081         
2082         * scm/backend-library.scm (postscript->pdf)[MINGW]: Do not use
2083         -dSAFER, that is broken on windows.
2084
2085 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2086
2087         * lily/GNUmakefile ($(outdir)/FlexLexer.h): conditional dependency
2088         for FlexLexer.h
2089
2090         * scripts/lilypond-invoke-editor.scm: remove stray -
2091
2092 2005-05-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2093
2094         * lily/lily-guile.cc (ly_scm2newstr): Use scm_i_string_length.
2095         Fixes deprecation warning.
2096
2097         * flower/include/string.icc (to_string): Only inline if
2098         -DSTRING_UTILS_INLINED.
2099
2100         * lily/pango-font.cc (pango_item_string_stencil): Normalize file
2101         name.  Remove windows comment.
2102
2103         * scm/editor.scm (slashify): New function.
2104         (get-editor-command): Use it.
2105         (get-command-template): Do not alter editor command if
2106         environment value includes `%(file)s' magic.
2107
2108         * scripts/lilypond-invoke-editor.scm (unquote-uri): New function.
2109         (dissect-uri): Use it.
2110         (unquote-uri): Bugfix.
2111
2112 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2113
2114         * scm/framework-ps.scm (write-preamble): add TTF rule.
2115
2116         * Documentation/topdocs/README.texi (Top): remove note about
2117         xdelta.
2118
2119         * Documentation/topdocs/INSTALL.texi (Top): remove Flex
2120         requirement.
2121
2122         * stepmake/aclocal.m4: STEPMAKE_FLEXLEXER_LOCATION: new
2123         function. Figure out where FlexLexer.h lives
2124
2125         * lily/GNUmakefile (OUT_DIST_FILES): dist lexer.cc and FlexLexer.h
2126         
2127 2005-05-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2128
2129         * scripts/lilypond-invoke-editor.scm (dissect-uri): Handle URIs
2130         with Windows root in file name.
2131
2132         * scm/backend-library.scm (ly:system): Only redirect output (using
2133         system and shell, ugh) if /dev/null is writable.
2134
2135         * Documentation/pictures/GNUmakefile [PLATFORM_WINDOWS]: Build
2136         windows icon.
2137
2138         * scm/lily.scm (is-absolute?): New function.  Fixes absolute files
2139         on Mingw.
2140
2141         * scm/output-ps.scm (grob-cause): Use it.  Fixes PDF point and
2142         click.
2143
2144         * flower/file-path.cc (is_dir, is_file): New function.  Actually
2145         use result of stat when available.
2146
2147         * flower/file-path.cc (find): Use it.  Refactor.  Fixes Mingw,
2148         absolute file name and root.
2149
2150         * scm/lily.scm (PLATFORM): On mingw, slashify getcwd.
2151
2152         * scm/editor.scm (get-editor-command): Typo: do not apply editor.
2153
2154         * flower/file-name.cc (slashify): Bugfix, do substitute if no
2155         slashes in file name.
2156
2157 2005-05-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2158
2159         * Documentation/user/preface.itely (Preface): Run
2160         texinfo-all-menus-update.
2161
2162         * scm/editor.scm (get-editor-command): Bugfix: allow full
2163         LYEDITOR setting, partial XEDITOR setting.  With typo fix.
2164
2165         * Documentation/pictures/lilypond-48.xpm: New file.
2166
2167         * flower/file-path.cc (to_string): Bugfix: use PATHSEP.
2168
2169         * ly/Welcome_to_LilyPond.ly: New file.
2170
2171         * lily/main.cc (main): Only identify if we have a terminal.
2172
2173         * scm/backend-library.scm (postscript->png)
2174         (postscript->pdf): Fix file name quoting for GS/MINGW (ie,
2175         non-/bin/sh).
2176
2177 2005-05-13  Heikki Junes  <hjunes@cc.hut.fi>
2178
2179         * Documentation/topdocs/AUTHORS.texi: polish, update.
2180
2181 2005-05-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2182
2183         * Documentation/user/preface.itely (Notes for version 2.6): new
2184         notes for 2.6
2185
2186         * lily/dynamic-engraver.cc (stop_translation_timestep): first set
2187         finished_span_, then call typeset_all(). Fixes spurious "Hairpin
2188         is not fully contained" warnings.
2189
2190         * lily/slur-scoring.cc (get_bound_info): remove warning.
2191
2192         * lily/staff-symbol-engraver.cc (process_music): start initial
2193         spanner in process_music(). This fixes overrides of StaffSymbol
2194         properties.
2195
2196         * scm/framework-pdf.scm (Module): remove.
2197
2198         * Documentation/topdocs/AUTHORS.texi (AUTHORS): clean up, update.
2199
2200         * lily/ambitus-engraver.cc: formatting cleanups.
2201
2202         * mf/feta-solfa.mf (Module): remove.
2203
2204         * ChangeLog: more details about contributions.
2205
2206 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2207
2208         * lily/align-interface.cc (align_elements_to_extents): warn if
2209         called too early. Fixes: disappearing-staff-lines.ly
2210
2211         * VERSION (PACKAGE_NAME): release 2.5.24
2212
2213 2005-05-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2214
2215         * stepmake/aclocal.m4: Typo.
2216
2217         * flower/string.cc (substitute): Take two strings or two
2218         characters.  Update callers.
2219
2220 2005-05-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2221
2222         * flower/file-name.cc (File_name): Slashify.
2223
2224         * scm/lily.scm: Use gui-main iso lilypond-main on MINGW.
2225
2226         * scripts/GNUmakefile (SEXECUTABLES): Add lilypond-invoke-editor.
2227
2228         * stepmake/aclocal.m4 (STEPMAKE_WINDOWS): New function.
2229
2230         * configure.in (gui_b): Use it.
2231
2232         * lily/lilypond.rc.in: New file.
2233
2234         * lily/GNUmakefile[PLATFROM_WINDOWS]: Compile it into executable.
2235
2236 2005-05-12  Graham Percival  <gperlist@shaw.ca>
2237
2238         * Documentation/user/advanced-notation.itely: edit of Text
2239         section; clarify text scripts vs. text markup.
2240
2241 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2242
2243         * lily/multi-measure-rest-engraver.cc
2244         (Multi_measure_rest_engraver): init bar_seen_ to true. Notice
2245         separation items on start. Fixes mm rests in start of score.
2246
2247         * lily/slur-scoring.cc (move_away_from_staffline): robustness,
2248         don't access StaffSymbol if not there.
2249         Fixes: crash-staff-symbol-engraver.ly.
2250
2251         * lily/instrument-name-engraver.cc (class
2252         Instrument_name_engraver): data member first_. Create
2253         InstrumentName on start. 
2254
2255 2005-05-12  Graham Percival  <gperlist@shaw.ca>
2256
2257         * Documentation/user/instrument-notation.itely: add guitar
2258         position.
2259
2260         * Documentation/user/introduction.itely,
2261         Documentation/user/lilypond.tely,
2262         Documentation/user/tutorial.itely: begin pruning
2263         unused (duplicated) cindex entries and misc cleanup.
2264
2265 2005-05-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2266
2267         * input/test/volta-chord-names.ly: Bring the explanation up to
2268         date.
2269
2270 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
2271
2272         * Documentation/topdocs/{AUTHORS.texi,INSTALL.texi,README.texi}:
2273         Specify `@documentencoding utf-8' for html, ignore warnings.
2274
2275 2005-05-11  Erik Sandberg  <ersa9195@student.uu.se>
2276
2277         * THANKS: Added bughunters.
2278
2279 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
2280
2281         * lily/main.cc: update help string for `lilypond -H'.
2282
2283         * po/fi.po: update.
2284         
2285 2005-05-10  Graham Percival  <gperlist@shaw.ca>
2286
2287         * Documentation/user/advanced-notation.itely: minor fixes.
2288
2289 2005-05-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2290
2291         * scm/editor.scm: New module.
2292
2293         * scm/lily.scm (gui-main): Use it.
2294
2295         * scm/framework-gnome.scm (spawn-editor): Use it.
2296
2297         * scripts/lilypond-invoke-editor.scm: Use it in new script.
2298
2299 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2300
2301         * scm/framework-ps.scm (load-font-via-GS):  new function.
2302
2303         * lily/pango-font.cc (pango_item_string_stencil): add support for
2304         CID keyed font.
2305
2306         * scm/output-ps.scm (glyph-string): add support for CID keyed font.
2307
2308 2005-05-10  Graham Percival  <gperlist@shaw.ca>
2309
2310         * Documentation/user/basic-notation.itely: add @ref.
2311
2312         * Documentation/user/advanced-notation.itely: add example
2313         of 5/8 beaming.
2314
2315 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2316
2317         * scripts/lilypond-pdfpc-helper.py (ly_pc_editor): robustness fixes.
2318
2319         * scm/backend-library.scm (postscript->pdf): Invoke gs instead of
2320         going through ps2pdf wrappers.
2321
2322 2005-05-09  Jürgen Reuter  <reuter@ipd.uka.de>
2323
2324         * Documentation/user/instrument-notation.itely: petrucci note
2325         heads: updated docu
2326
2327         * input/regression/note-head-style.ly: updated regression test;
2328         indentation fixes
2329
2330         * ly/engraver-init.ly: MensuralVoiceContext: use petrucci note
2331         heads as default
2332
2333         * mf/parmesan-heads.mf: minor editing; use musicological names
2334         (rather than optical description) as note head names
2335
2336         * scm/output-lib.scm: complete petrucci heads
2337
2338 2005-05-09  Pal Benko  <benkop@freestart.hu>
2339
2340         * mf/parmesan-heads.mf: add petrucci heads (like neo-mensural
2341         heads, but bigger)
2342
2343 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2344
2345         * lily/main.cc (main_with_guile): Remove no files check.
2346
2347         * lily/main.cc (ly:usage): Export to Scheme.
2348
2349         * scm/lily.scm (no-files-handler): New function.
2350
2351         * scm/lily.scm (lilypond-main): Use it.
2352
2353         * configure.in (gui_b): Add mbrtowc checking.
2354         Resurrect [utf8/]wchar.h checking.
2355
2356 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2357
2358         * Documentation/user/advanced-notation.itely (Metronome marks):
2359         Add link to the program reference for MetronomeMark
2360
2361         * Documentation/user/lilypond-book.itely (An example of a
2362         musicological document): Correct the example using psfonts 
2363
2364 2005-05-09  Heikki Junes  <hjunes@cc.hut.fi>
2365
2366         * po/fi.po: update after a lesson how to update entries against
2367         source.
2368         
2369         * po/TODO: document the lesson.
2370
2371 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2372
2373         * configure.in (gui_b): remove wcrtomb checking.
2374
2375         * lily/general-scheme.cc (LY_DEFINE): hand-convert utf8 to 32
2376         bits. Patch by Matthias Neeracher. <neeracher@mac.com>
2377
2378 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2379
2380         * scripts/convert-ly.py: In the conversion to version 1.9.0, 
2381         keep Scheme expressions and strings unmodified when doing the
2382         conversion to postfix notation for slurs and beams. Should
2383         hopefully solve most related conversion problems. 
2384
2385         * Documentation/user/lilypond-book.itely : Clarify and correct how
2386         to call dvips with -h psfonts.
2387
2388 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2389
2390         * Documentation/user/instrument-notation.itely (Entering lyrics):
2391         Typo.  Fixes build.
2392
2393 2005-05-09  Graham Percival  <gperlist@shaw.ca>
2394
2395         * Documentation/user/lilypond-book.itely: document PSFONTS file.
2396
2397         * Documentation/user/lilypond.tely, lilypond-book.itely,
2398         tutorial.itely: change references to 2.5.x to 2.6.x.
2399
2400         * Documentation/user/instrument-notation.itely: clarified \addlyrics
2401         vs \lyricmode.
2402
2403         * Documentation/user/invoking.itely: remove old info about
2404         lilypond-profile.
2405
2406         * Documentation/topdocs/INSTALL.texi: remove old info about
2407         lilypond-profile, add warning about needing international fonts
2408         to build docs.
2409
2410 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2411
2412         * lily/include/grob-info.hh (class Grob_info): make data member
2413         private. Changes throughout.
2414
2415         * input/regression/alignment-order.ly: new file. 
2416
2417         * lily/vertical-align-engraver.cc (acknowledge_grob): read
2418         alignAboveContext and alignBelowContext
2419
2420 2005-05-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2421
2422         * lily/pfb.cc (LY_DEFINE): add cast.
2423
2424         * scm/framework-ps.scm (write-preamble): embed CFFs if file name
2425         matches .otf
2426         (write-preamble): warn about unknown fonts.
2427
2428         * lily/pfb.cc (Module): new function ly:otf->cff
2429
2430         * lily/open-type-font.cc (get_otf_table): use ::get_otf_table
2431         (get_otf_table): new function.
2432
2433 2005-05-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2434
2435         * scm/backend-library.scm (postscript->png): call lilypond-ps2png
2436         iso. ps2png.
2437
2438 2005-05-06  Heikki Junes  <hjunes@cc.hut.fi>
2439
2440         * po/fi.po: apply second round of update.
2441
2442 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2443
2444         * scm/x11-color.scm (make-x11-color-handler): don't use
2445         #\sp. Apparently doesn't work on all platforms. 
2446
2447 2005-05-06  Graham Percival  <gperlist@shaw.ca>
2448
2449         * Documentation/user/advanced-notation.itely, putting.itely,
2450         tutorial.itely, global.itely, introduction.itely: really minor fixes.
2451
2452 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2453
2454         * VERSION (PACKAGE_NAME): release 2.5.23
2455
2456 2005-05-06  Jan Nieuwenhuizen  <janneke@gnu.org>
2457
2458         * Documentation/topdocs/AUTHORS.texi: Remove texinfo @accents,
2459         convert to utf-8.
2460
2461         * THANKS: Add translators for this release, convert to utf-8.
2462
2463         * mf/GNUmakefile (MFTRACE_FLAGS):
2464         * buildscripts/substitute-encoding.py (outdir): Build fix: pass
2465         outdir as option (WAS: hardcoded).
2466
2467 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2468
2469         * lily/staff-symbol-engraver.cc (Staff_symbol_engraver): init
2470         finished_span_
2471
2472         * THANKS: add Hans Forbrich.
2473
2474         * Documentation/topdocs/NEWS.tely (Top): document new feature.
2475
2476         * Documentation/user/basic-notation.itely (Staff symbol): document
2477         start/stop staff. Reference to ossia.ly
2478
2479         * input/test/ossia.ly: new example using stop and startStaff.
2480
2481         * lily/timing-engraver.cc: remove Timing_engraver::initialize(),
2482         in other words, don't create "|" barline at start of the score.
2483         (start_translation_timestep): don't set whichBar for start of score.
2484
2485         * input/regression/staff-halfway.ly: use new functionality.
2486
2487         * lily/staff-symbol-engraver.cc (try_music): take StaffSpanEvents,
2488         start and stop staff based on events.
2489
2490         * scm/define-music-types.scm (music-descriptions): add StaffSpanEvent
2491
2492         * ly/declarations-init.ly (startStaff, stopStaff): new identifiers.
2493
2494 2005-05-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2495
2496         * Documentation/user/programming-interface.itely (How markups work
2497         internally ): remove \encoding reference.
2498
2499 2005-05-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2500
2501         * scripts/convert-ly.py: Attempt to do a smarter update of 
2502         text markups from versions < 1.9.0 with arbitrary nesting.
2503
2504 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
2505
2506         * po/fi.po: convert to utf-8, and update.
2507
2508 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2509
2510         * make/lilypond.suse.spec.in: update from suse 2.4 package.
2511
2512         * lily/*.cc: more <? >? to min/max changes
2513
2514         * lily/include/interpretation-context-handle.hh: rename
2515         Interpretation_context_handle to Context_handle.
2516
2517 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
2518
2519         * input/regression/GNUmakefile (local_delete): use `find` together 
2520         with `xargs` to avoid too long argument-lists in cmd line.
2521
2522 2005-05-04  Graham Percival  <gperlist@shaw.ca>
2523
2524         * Documentation/user/introduction.itely: updates "About this manual".
2525
2526         * Documentation/user/advanced-notation.itely,
2527         invoking.itely: minor fixes.
2528
2529 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2530
2531         * COPYING: add font exception. Update FSF address. 
2532
2533         * lily/context-def.cc (path_to_acceptable_context): bugfix, depth
2534         should be taken without child context.
2535
2536         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use it.
2537
2538         * scm/define-markup-commands.scm (triangle): new command, as
2539         robust replacement for unicode Delta/Triangle.
2540
2541 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2542
2543         * ps/music-drawing-routines.ps: add fillp argument.
2544
2545         * lily/lookup.cc (round_filled_polygon): polygon takes filled? argument
2546
2547         * lily/font-config.cc (init_fontconfig): don't add cff/
2548
2549         * VERSION (PACKAGE_NAME): release 2.5.22
2550
2551         * mf/GNUmakefile: remove cff/cff.ps/.map install rules.
2552
2553         * lily/grace-engraver.cc (consider_change_grace_settings): use
2554         is_alias(). Fixes problem with CueVoice grace notes. 
2555
2556         * lily/simultaneous-music-iterator.cc (construct_children): call
2557         Music_iterator::quit() for iterators that start out invalid. This
2558         fixes indefinitely continuing contexts.
2559
2560         * buildscripts/substitute-encoding.py: new file
2561
2562         * Documentation/user/basic-notation.itely (Basic polyphony): fix
2563         missing @end 
2564
2565         * scripts/lilypond-book.py (write_if_updated): print file name.
2566
2567         * Documentation/user/basic-notation.itely (Explicitly
2568         instantiating voices): idem.
2569
2570         * Documentation/user/advanced-notation.itely (Text spanners):
2571         remove stray { } 
2572
2573         * lily/context.cc (default_child_context_name): the default child
2574         is now first in accepts_list_.
2575
2576         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
2577         \defaultchild to all relevant contexts.  This fixes:
2578         drums-pitch.ly.
2579
2580         (Probably also fixes similar problems with ancient
2581         transcriptions getting CueVoices instead of the desired voices.)
2582  
2583         * lily/context-def.cc (get_default_child): new function.
2584         (get_accepted): place default child in front of list.
2585
2586         * lily/parser.yy (FIXME): add DEFAULTCHILD token.
2587
2588         * lily/include/context-def.hh (struct Context_def): add
2589         default_accept_
2590
2591 2005-05-03  Graham Percival  <gperlist@shaw.ca>
2592
2593         * scm/define-grobs.scm: remove "remove-first" line, since
2594         the absent property is set to #f anyway.
2595
2596         * Documentation/user/basic-notation.itely,
2597         advanced-notation.itely, instrument-notation.itely: minor
2598         fixes.
2599
2600         * ly/property-init.ly: add textSpanner{Up,Down,Neutral}.
2601
2602         * Documentation/user/advanced-notation.itely,
2603         changing-defaults.itely: consolidate Text stuff in
2604         advanced notation.
2605
2606         * Documentation/user/global.itely: better docs for \header.
2607
2608         * Documentation/user/putting.itely: new chapter; placeholder
2609         for future expansion.
2610
2611         * Documentation/user/examples.itely: moved "suggestions for
2612         writing LP files" section into putting.itely.
2613
2614         * Documentation/user/lilypond.itely: added new chapter,
2615         fixed the short table of contents.
2616
2617 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2618
2619         * lily/beam-quanting.cc (quanting): robustness fix, don't produce
2620         infinity for unfeasible beams.
2621
2622         * make/lilypond.fedora.spec.in (Group): idem.
2623
2624         * scripts/GNUmakefile (SEXECUTABLES): rename ps2png to lilypond-ps2png
2625
2626         * mf/GNUmakefile (ALL_GEN_FILES): remove .map
2627
2628         * scm/framework-ps.scm (write-preamble): extract CFF from OTF
2629         fonts directly.
2630
2631         * buildscripts/gen-emmentaler-scripts.py (i): idem.
2632
2633         * mf/GNUmakefile: remove all CFF rules.
2634
2635         * scm/framework-ps.scm (ps-embed-cff): reinstate.
2636
2637         * lily/open-type-font-scheme.cc (LY_DEFINE):
2638         new function ly:otf-font-table-data.
2639         (LY_DEFINE): new function otf-font?
2640
2641 2005-05-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2642
2643         * mf/GNUmakefile ($(outdir)/lilypond.map): remove rule.
2644         ($(outdir)/Fontmap.lily): idem.
2645
2646         * buildscripts/gen-emmentaler-scripts.py (i): load fetaXX encoding
2647         for PFAEmmentaler-XXX.pfa. 
2648
2649         * Documentation/user/music-glossary.tely (accidental): NL
2650         translation of accidental.
2651
2652 2005-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2653
2654         * flower/include/international.hh: Bugfix: include "string.hh".
2655
2656         * lily/include/mingw-compatibility.hh: New file.
2657
2658         * flower/include/libc-extension.hh (memrev): Rename from strrev.
2659
2660         * configure.in: Search for mingw wcrtomb library.
2661
2662 2005-05-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2663
2664         * scripts/convert-ly.py: Bug fix
2665
2666         * Documentation/user/changing-defaults.itely (Common tweaks):
2667         Added example where the context has to be specified explicitly
2668         (MetronomeMark). 
2669
2670 2005-05-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2671
2672         * scripts/lilypond-book.py (ly_options): set timing to #f for
2673         notime option.
2674
2675         * scripts/convert-ly.py (conv): typo.
2676
2677         * flower/*.cc: remove <? and >?
2678         
2679         * lily/*.cc: remove <? and >?
2680
2681         * lily/tweak-registration.cc (insert_tweak_from_file): Make sure
2682         that 0x0 isn't passed into scm_cons(). Fixes crash with tweak
2683         editor.
2684
2685 2005-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2686
2687         * lily/part-combine-engraver.cc: add space to variable list.
2688
2689 2005-04-30  Graham Percival  <gperlist@shaw.ca>
2690
2691         * scm/define-grobs.scm: changed RemoveEmptyVerticalGroup's
2692         remove-first to false (matches docs)
2693
2694         * Documentation/user/advanced-notation.itely: corrected docs
2695         concerning remove-first.
2696
2697 2005-04-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2698
2699         * lily/part-combine-engraver.cc: make sure that the relevant
2700         properties are included in the documentation.
2701
2702 2005-04-28  Graham Percival  <gperlist@shaw.ca>
2703
2704         * Documentation/user/lilypond-book.itely: Bernard's docs
2705         for \betweenLilyPondSystem.
2706
2707 2005-04-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2708
2709         * Documentation/topdocs/INSTALL.texi (Top): remove TeX outdated
2710         remarks.
2711
2712 2005-04-28  Pal Benko  <benkop@freestart.hu>
2713
2714         * lily/mensural-ligature.cc (brew_flexa): apply thickness property
2715         only on vertical lines of flexa shape, and use a constant
2716         thickness value for horizontal lines (patch slightly modified by
2717         Jürgen Reuter)
2718
2719         * lily/include/mensural-ligature.hh: make 2 comments clearer
2720
2721 2005-04-28  Jürgen Reuter  <reuter@ipd.uka.de>
2722
2723         * lily/vaticana-ligature-engraver.cc (need_extra_space): renamed
2724         to need_extra_horizontal_space; bugfix: use class scope to avoid
2725         global namespace pollution
2726
2727         * Documentation/user/instrument-notation.itely (ligatures): added
2728         comment on possible future syntax change and how to work around
2729
2730         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf
2731         (epiphonus, cephalicus): fine-tune shape of plica head for narrow
2732         intervals (fixes agnus dei example)
2733
2734         * Documentation/user/instrument-notation.itely (white mensural
2735         ligatures): selected a more illustrative example
2736
2737 2005-04-28  Heikki Junes <hjunes@cc.hut.fi>
2738
2739         * Documentation/index.html.in: specify utf-8 charset in meta content.
2740
2741 2005-04-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2742
2743         * python/lilylib.py (make_ps_images): bugfixes; GS can produce
2744         empty 2nd page for single page.
2745
2746         * scm/lily.scm: remove p&c definitions.
2747
2748         * po/zh_TW.po (Module): new translation.
2749
2750         * lily/lily-guile.cc (ly_chain_assoc): remove.
2751
2752         * lily/general-scheme.cc (LY_DEFINE): export ly:chain_assoc_get
2753         (LY_DEFINE): recurse, iso. calling ly_chain_assoc.
2754
2755 2005-04-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2756
2757         * lily/beaming-info.cc: remove infinity_i
2758
2759         * scripts/abc2ly.py (out_filename): fix thinko with \version.
2760
2761 2005-04-26  Graham Percival  <gperlist@shaw.ca>
2762
2763         * Documentation/user/basic-notation.itely,
2764         instrument-notation.itely, advanced-notation.itely,
2765         changing-defaults.itely: minor fixes.  Added docs
2766         for colors to advanced-notation.itely.
2767
2768         * Documentation/user/advanced-notation.itely: fixed compile
2769         problem and added Bernard's x11-color doc patch.
2770
2771 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2772
2773         * scm/output-ps.scm (grob-cause): Yet another fix, hope it's
2774         alright this time round.
2775
2776 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2777
2778         * Documentation/topdocs/INSTALL.texi (Top): idem.
2779
2780         * Documentation/topdocs/README.texi (Top): remove clean-fonts refs.
2781
2782         * VERSION (MAJOR_VERSION): release 2.5.21
2783
2784         * scm/output-ps.scm (grob-cause): bugfix.
2785
2786 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2787
2788         * cygwin/*: Update.
2789
2790         * cygwin/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Remove profile
2791         stuff.
2792
2793         * scm/output-ps.scm (grob-cause): Bugfix.
2794
2795         * scm/lily.scm (ly:load): Remove x11-color.
2796
2797         * stepmake/aclocal.m4 (STEPMAKE_GET_EXECUTABLE): Bugfix: do not
2798         quote executable, fixes getting version from program --with
2799         --options.
2800         (STEPMAKE_KPATHSEA): Bugfix for Cygwin cross building: use
2801         $ac_exeect.
2802
2803         * Documentation/user/GNUmakefile: Only build music-glossary with
2804         rendered lilypond snippets during web.
2805
2806 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2807
2808         * po/de.po: update.
2809
2810         * lily/GNUmakefile (OUT_DIST_FILES): don't dist lexer.cc
2811
2812 2005-04-22  Laura Conrad <lconrad@laymusic.org>
2813  
2814         * scripts/abc2ly:
2815         second title line append with punctuation dash character;
2816         encode abc2ly python strings in utf-8
2817        
2818 2005-04-21  Laura Conrad <lconrad@laymusic.org>
2819
2820         * scripts/abc2ly fix chords (again)
2821  
2822 2005-04-22  Bernard Hurley  <bernard@fong-hurley.org.uk>
2823
2824         * scm/x11-color.scm: new file
2825         All x11 color names can be accessed with:
2826         #(x11-color 'ColorName),
2827         #(x11-color "ColorName") or:
2828         #(x11-color "color name")
2829         If the x11 color name is not recognised then it defaults
2830         to black
2831
2832         * scm/lily.scm: amended to call scm/x11-color.scm
2833
2834 2005-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2835
2836         * Documentation/user/invoking.itely (Reporting bugs): comment out
2837         reference to online PNG bug repository.
2838
2839 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
2840
2841         * lily/translator-scheme.cc (ly:translator-property): Remove.
2842         Update callers.
2843
2844         * lily/context-scheme.cc (ly:context-now): Move from translator.
2845         Update callers.
2846
2847 2005-04-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2848
2849         * input/regression/grid-lines.ly (skips): refine example.
2850
2851         * scm/define-context-properties.scm
2852         (all-user-translation-properties): doc autoBeamCheck
2853
2854         * input/regression/grid-lines.ly (Module): new file.
2855
2856         * lily/grid-point-engraver.cc (Module): new file.
2857
2858         * lily/grid-line.cc (Module): new file.
2859
2860         * lily/grid-line-span-engraver.cc (Module): new file.
2861
2862         * lily/grid-line-interface.cc (Module): new file.
2863
2864 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
2865
2866         * scm/auto-beam.scm (revert-property-setting): Bugfixes: add
2867         missing parameter, actualy cdr through list.  Actually return a
2868         list with ENTRY removed (was '()).
2869
2870         * scripts/convert-ly.py: Update.  Print warning if file cannot be
2871         opened.
2872         (do_conversion): Fix printing of continuation comma.
2873
2874         * Documentation/user/advanced-notation.itely (Beam formatting):
2875         Remove refbugs about compound time and mixed duration.
2876
2877         * scm/auto-beam.scm (default-auto-beam-settings): Write out all
2878         modulo moments explicitely.
2879
2880         * lily/moment.cc (operator %): New function.
2881
2882         * lily/moment-scheme.cc (ly:mod-moment): Wrap it.
2883
2884         * lily/translator-scheme.cc (ly:translator-now,
2885         ly:translator-property): New function.
2886
2887         * scm/auto-beam.scm (default-auto-beam-check): New function.
2888
2889         * lily/auto-beam-engraver.cc (test_moment): Use it.
2890
2891         * flower/rational.cc (operator %): Bugfix.
2892
2893 2005-04-21  Erik Sandberg  <ersa9195@student.uu.se>
2894
2895         * scripts/abc2ly: Bugfix
2896
2897 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2898
2899         * python/fontextract.py (write_extracted_fonts): bugfix, too many
2900         %'s on EndFont comment.
2901
2902         * lily/ledger-line-spanner.cc: some more words of explanation.
2903
2904 2005-04-20  John Williams <williams@tni.com>  
2905         
2906         * scripts/lilypond-book.py: htmlquote bugfix.
2907         Allow snippets to be given distinct filenames.
2908         Allow the default alt text to be overridden.
2909
2910 2005-04-20  Erik Sandberg  <ersa9195@student.uu.se>
2911
2912         * ly/performer-init.ly: Bugfix
2913
2914         * THANKS: Added bughunters.
2915
2916 2005-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
2917
2918         * SConstruct (test_lib): Bump mftrace requirement to 1.1.9.
2919
2920         * lily/auto-beam-engraver.cc (test_moment): Test exact measure
2921         position (was: use modulo measure length).
2922
2923         * configure.in (no gui_b): Remove optional gtk+ requirement.
2924
2925 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2926
2927         * Documentation/user/basic-notation.itely (Pitches): add
2928         LedgerLineSpanner.
2929
2930         * lily/dynamic-engraver.cc (process_music): set right bound to
2931         script if present. Else, do not set.
2932         (acknowledge_grob): only set right bound of finished spanner to
2933         note column if no other bound is set.
2934
2935         * python/lilylib.py (make_ps_images): switch back to png16m.
2936         
2937 2005-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2938
2939         * scripts/lilypond-book.py (write_if_updated): Bugfix for not
2940         writing up to date file.  Add dvips usage suggestion.
2941
2942         * scripts/convert-ly.py: Fix error message.
2943         Print usage if no files on command line.
2944         (usage): Add example usage.
2945
2946         * input/test/compound-time.ly: New file.
2947
2948         * input/test/circle.ly: New file.
2949
2950         * Documentation/topdocs/NEWS.tely: Use them.
2951
2952         * input/test/boxed-stencil.ly: Remove \score.
2953
2954         * buildscripts/mf-to-table.py (base): Add .log dependency.
2955
2956         * mf/GNUmakefile: Add PFAemmentaler and PFAaybabtu dependencies on
2957         pfa's.  Add .log dependency
2958
2959         * scm/define-markup-commands.scm (lower): New command.
2960
2961         * elisp/lilypond-mode.el (LilyPond-pdf-command): New command,
2962         make it default.
2963
2964 2005-04-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2965
2966         * lily/dynamic-engraver.cc (acknowledge_grob): add note-column
2967         also to finished cresc as right bound. This fixes:
2968         skip-string-decresc.ly
2969
2970         * lily/slur-scoring.cc (get_bound_info): robustness: substitute
2971         relative_coordinate if extent is empty.
2972
2973         * lily/stem.cc (width_callback): determine correct extent if flag
2974         is not there. This fixes slur-no-flag.ly
2975
2976         * lily/grace-engraver.cc (consider_change_grace_settings): new
2977         function.
2978         (initialize): also consider_change_grace_settings() on
2979         initialization. Fixes large grace notes at start of score.
2980
2981         * lily/break-align-interface.cc (do_alignment): don't translate if
2982         total_extent is empty.
2983
2984         * buildscripts/lilypond-{login,profile}.sh (Module): remove file.
2985
2986 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2987
2988         * scm/output-ps.scm (grob-cause): don't add cwd if path starts
2989         with slash.
2990
2991 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2992
2993         * stepmake/aclocal.m4: Remove tfm_path.
2994
2995 2005-04-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2996
2997         * scm/music-functions.scm (markup-expression->make-markup): fix
2998         bug with cons arguments of markup commands.
2999         (music->make-music): fix music expression property list building
3000
3001 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
3002
3003         * aclocal.m4: Massage package names.
3004
3005         * SCons updates.
3006
3007 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3008
3009         * VERSION (PACKAGE_NAME): release 2.5.20
3010
3011         * lily/stem.cc (calc_stem_info): add minimum Y extent of
3012         stem-tremolo.  Fixes: bugs/tremolo-stem-length-beamed
3013
3014         * lily/percent-repeat-engraver.cc (try_music): add measure before
3015         next_moment to future processing moment. Fixes:
3016         percent-repeat-mm-rest.ly
3017         (process_music): don't add moment for 2nd time.
3018
3019         * input/regression/repeat-percent.ly: add mmrests as extra test.
3020
3021         * lily/axis-group-engraver.cc (acknowledge_grob): read
3022         keepAliveInterfaces to decide what to kill.
3023
3024         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add
3025         percent-repeat-interface to keepAliveInterfaces. This fixes
3026         percent-repeat-harakiri.
3027
3028 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
3029
3030         * SCons updates.
3031
3032 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3033
3034         * config.make.in (TTFTOOL_ENDIAN): rm TFM_PATH
3035
3036         * aclocal.m4: remove --enable-tfm-path configure option
3037
3038         * input/test/ancient-font.ly (lowerStaff): clef name errors.
3039
3040         * scm/backend-library.scm (postscript->png): newline after
3041         finishing command.
3042
3043         * lily/paper-score-scheme.cc (LY_DEFINE): new file.
3044         (LY_DEFINE): ly:paper-score-paper-systems: new function 
3045
3046         * lily/score-scheme.cc (LY_DEFINE): require music argument. 
3047
3048         * lily/score.cc (default_rendering): use Music_output too.
3049
3050         * input/test/chord-names-languages.ly (Module): rename file.
3051
3052         * lily/text-spanner.cc: add bound-padding.
3053
3054         * lily/paper-book.cc (systems): accept Paper_score
3055         iso. Paper_system vector. 
3056
3057         * input/regression/line-arrows.ly: new file.
3058
3059         * lily/paper-score.cc (process): run get_paper_systems() only once.
3060
3061         * lily/line-spanner.cc (line_stencil): add arrows.
3062
3063 2005-04-18  Jonatan Liljedahl  <lijon@kymatica.com>
3064
3065         * lily/line-interface.cc (make_arrow): new function. 
3066         (arrows): idem.
3067
3068 2005-04-18  Mathieu Giraud  <magiraud@free.fr>
3069
3070         * input/test/chord-names-german.ly: update for italian/french
3071         chords.
3072         
3073         * Documentation/user/instrument-notation.itely (Printing chord
3074         names): update.
3075
3076 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3077
3078         * lily/include/paper-score.hh (class Paper_score): remove unused
3079         prototypes.
3080
3081         * lily/book.cc (process): add -COUNT to midi output.
3082
3083         * lily/score.cc (book_rendering): remove outname argument
3084         (book_rendering): return list of Music_outputs. 
3085
3086         * lily/global-context-scheme.cc (LY_DEFINE): remove outname argument.
3087
3088         * lily/book.cc (process): loop over Music_outputs returned from
3089         Score::book_rendering().
3090
3091         * lily/*.cc (width_callback): remove spurious "unused" warnings
3092         for assert (axis==[XY]_AXIS); 
3093
3094         * lily/include/music-output.hh (class Music_output): smobify class.
3095
3096         * lily/include/paper-score.hh (class Paper_score): make members
3097         private.
3098
3099         * lily/performance.cc (process): return #f iso. #<undefined>. This
3100         prevents #<undefined> leaking into GUILE-userspace.
3101
3102 2005-04-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3103
3104         * config.hh.in: remove HAVE_PANGO_FC_FONT_MAP_ADD_DECODER_FIND_FUNC.
3105
3106 2005-04-17  Mathieu Giraud  <magiraud@free.fr>
3107
3108         * scm/chord-name.scm : support for italian and french
3109         chords names.
3110
3111         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): add
3112         a space defined by chordPrefixSpacer when the root name is
3113         direclty followed by a prefix.
3114
3115         * ly/engraver-init.ly : chordPrefixSpacer       
3116         * scm/define-context-properties.scm : chordPrefixSpacer
3117         * ly/property-init.ly : italianChords, frenchChords 
3118
3119 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
3120
3121         * mf/feta-din.mf: Remove.
3122
3123         * mf/GNUmakefile (fontdir): Bugfix.
3124
3125         * mf/SConstruct: Some updates.
3126
3127         * SConstruct: Require pkg-config.
3128         (test_program): Bugfix for double digit version compares, use
3129         integer (not string-) compare.
3130         Optionally require gs 8.14.
3131
3132         * stepmake/aclocal.m4 (STEPMAKE_PANGO_FT2): Define HAVE_PANGO16 too.
3133
3134         * lily/*: s/ifdef HAVE_*/if have/.
3135
3136         * SConstruct (test_lib): New function.  Update pkg-config and some
3137         other requirements.
3138
3139         * configure.in: Require pkg-config.  Enforce REQUIRE and version for
3140         freetype, pangof2t.
3141
3142 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3143
3144         * po/lilypond.pot, ...: Update using bison-CVS.
3145
3146         * python/lilylib.py (make_ps_images): Fixo.
3147
3148 2005-04-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3149
3150         * python/lilylib.py (make_ps_images): typo.
3151
3152         * configure.in (gui_b): make bison optional.
3153
3154         * lily/GNUmakefile (OUT_DIST_FILES): dist parser and lexer.
3155
3156 2005-04-16  Bernard Hurley  <bernard@fong-hurley.org.uk>
3157
3158         * framework-eps.scm: code added so that a macro \betweenLilyPondSystem
3159         with one parameter can be defined in a LaTeX file when processed
3160         by lilypond-book this will be evaluated between the systems of
3161         a multi-system score. The parameter is the number of systems processed.
3162
3163 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3164
3165         * python/lilylib.py (make_ps_images): Escape newline.
3166
3167         * Documentation/user/music-glossary.tely: Run
3168         texinfo-all-menus-update.
3169
3170 2005-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3171
3172         * scm/lily-library.scm (old-relative-not-used-message)
3173         (version-not-seen-message): Add input-file-name-location to message.
3174
3175         * lily/parser.yy (lilypond): Add token aliases.
3176
3177         * Documentation/user/music-glossary.tely (accidental): Fixes.  Do
3178         not confuse with alteration.
3179         (alteration): Add.
3180
3181 2005-04-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3182
3183         * python/lilylib.py (make_ps_images): use -dEPSCrop
3184
3185         * VERSION (PACKAGE_NAME): release 2.5.19 
3186
3187         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
3188         only put xrefs in info documentation.
3189
3190         * make/ly-rules.make ($(outdir)/%.html.omf): transplant .dvi ->
3191         .pdf rule to tex-rules.make.
3192
3193         * scm/framework-eps.scm (dump-stencils-as-EPSes): remove comments
3194         from -systems.* output.
3195
3196         * stepmake/stepmake/tex-rules.make ($(outdir)/%.pdf): make PDF
3197         directly, remove -$(PAGESIZE) target.
3198
3199         * input/test/embedded-postscript.ly: update.
3200
3201 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3202
3203         * make/lysdoc-targets.make (local-WWW): remove ps.gz target.
3204
3205         * Documentation/user/changing-defaults.itely (Font selection):
3206         document font-name.
3207
3208         * input/regression/font-name.ly: show Pango fonts for
3209         font-name. Update example. 
3210
3211         * lily/pango-select.cc (properties_to_pango_description): don't
3212         convert symbol font-size to number, but use to lookup.
3213
3214         * python/fontextract.py (write_extracted_fonts): add VMusage 0.
3215
3216         * scm/framework-ps.scm (write-preamble): use (NAME . CONTENTS) and
3217         (NAME . FILE-NAME) tuples for font descriptions. 
3218         (write-preamble): display BeginFont DSC comments.
3219
3220         * python/fontextract.py (write_extracted_fonts): new file. Extract
3221         font resources from a PS file.
3222
3223         * scripts/lilypond-book.py (option_definitions): --psfonts option.
3224         (Compile_error.process_include): do_file returns chunks.
3225
3226         * make/ly-vars.make (DVIPS_FLAGS): don't load .map file.
3227
3228         * make/lysdoc-targets.make: .texi is .PRECIOUS
3229
3230         * scripts/lilypond-book.py (write_if_updated): new function.
3231
3232 2005-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3233
3234         * scm/framework-eps.scm (dump-stencils-as-EPSes): Massage messages.
3235
3236 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3237
3238         * scm/framework-eps.scm (dump-stencils-as-EPSes): no massages.
3239
3240         * input/regression/markup-syntax.ly: remove \score.
3241
3242         * scm/define-markup-commands.scm (draw-circle): add fill argument
3243
3244         * scm/stencil.scm (make-circle-stencil): add fill argument
3245
3246         * ps/music-drawing-routines.ps: add fill argument.
3247
3248         * ly/performer-init.ly: add CueVoice to MIDI too.
3249
3250         * ps/music-drawing-routines.ps: new routine BeginEPSF /
3251         EndEPSF.
3252
3253         * input/regression/markup-eps.ly: new file.
3254
3255         * scm/framework-ps.scm (write-preamble): change order: vars should
3256         be inited before procedures.
3257
3258         * scm/output-ps.scm (glyph-string): break lines. 255 chars is max
3259         for EPS files.
3260
3261         * scm/define-markup-commands.scm (epsfile): add epsfile command.
3262
3263 2005-04-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3264
3265         * configure.in (gui_b): add check for ghostscript 8.15
3266
3267 2005-04-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3268
3269         * lily/hairpin.cc (after_line_breaking): suicide the hairpinlet at
3270         start of line. Fixes cresc-after-newline.ly
3271
3272         * lily/source-file.cc (file_line_column_string): use get_column().
3273
3274 2005-04-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3275
3276         * lily/source-file.cc (get_column): utf-8 support for column numbers.
3277
3278 2005-04-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3279
3280         * lily/*: use message () iso progress_indication () for messages.
3281         Revise/uniformise user messages.
3282
3283         * flower/warn.cc (progress_indication): New function.
3284         (message): Use it.  Fixes newline problems.
3285
3286         * config.make.in (webdir): Sort out install dirs.
3287
3288         * stepmake/stepmake/generic-targets.make (final-install): Bugfix.
3289
3290         * python/lilylib.py (command_name): Bugfix.
3291         (make_ps_images):
3292
3293 2005-04-11  Pedro Kroger  <kroeger@pedrokroeger.net>
3294
3295         * lily/main.cc: --help says what types of backends are availabe
3296
3297 2005-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3298
3299         Fix ./VERSION dependency, and without need to reconfigure.
3300
3301         * lily/main.cc (setup_paths): Update.
3302
3303         * stepmake/bin/make-version.py (defs): Add TOPLEVEL_VERSION define..
3304
3305         * config.hh.in (LILYPOND_DATADIR): Remove TOPLEVEL_VERSION.
3306
3307         * scripts/convert-ly.py (\markup): Fix too simplistic regexps.
3308         Add \line for some simplistic cases.
3309
3310         * lily/GNUmakefile (main.o): Add missing dependency on version.hh.
3311
3312 2005-04-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3313
3314         * elisp/lilypond-mode.el (LilyPond-lilypond-command): command used
3315         to compile LY files (useful for adding eg. "-I" args)
3316         (LilyPond-command-alist): use `LilyPond-lilypond-command'. Add a
3317         2Gnome command for gnome backend.
3318         (LilyPond-command-formatgnome): call the 2Gnome command. key
3319         binding: C-c C-g
3320
3321 2005-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3322
3323         * Documentation/user/GNUmakefile (lilypond/index.html): Bugfix:
3324         depend on all PNG images.
3325
3326 2005-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3327
3328         * GNUmakefile.in: Bugfix: also link .map files.
3329
3330 2005-04-09  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3331
3332         * scm/music-functions.scm (music->make-music): generate 
3333         a (make-music ...) sexpr from a music expression.
3334         (display-scheme-music): use guile pretty printer to display the
3335         make-music sexpr.
3336
3337 2005-04-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3338
3339         * ly/engraver-init.ly: reindent.
3340         Add CueVoice.
3341
3342         * scm/music-functions.scm (music-pretty-string): handle moments
3343         too.
3344         (music-pretty-string): only print non-empty lists.
3345         (cue-substitute): create CueVoice context, which has smaller type.
3346
3347         * lily/moment-scheme.cc (LY_DEFINE): new methods
3348         ly:moment-grace-{numerator,denominator}
3349
3350         * lily/context-handle.cc: remove quit() method. 
3351
3352         * lily/font-config.cc (init_fontconfig): be verbose about font path.
3353         (init_fontconfig): success is 0, not !0
3354
3355 2005-04-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3356
3357         * mf/feta-nummer-code.mf (code): add plus glyph.
3358
3359         * lily/tie.cc (print): idem.
3360
3361         * lily/slur.cc (print): don't use thickness property for
3362         slur shape-thickness.
3363
3364         * lily/stencil-scheme.cc (LY_DEFINE): don't reverse the order
3365         while adding stencils.
3366
3367         * scm/define-markup-commands.scm (with-color): with-color markup
3368         command.
3369         (whiteout): new markup command 
3370         (filled-box): new markup command
3371
3372 2005-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3373
3374         * Documentation/topdocs/NEWS.tely (Top): Make tex-able.  Handy
3375         test for PDF docs.
3376
3377         * mf/GNUmakefile (lilypond.map): Add PFAEmmentaler,
3378         PFAAybabtu-Regular.  Fixes feta font in PDFs.
3379         
3380         Notes for tetex-3.0 make web:
3381            psclean.map: s/uhv8a/uhvr8a/
3382            config.ps add:
3383                 p +psfonts_t1.map
3384                 p +psclean.map
3385                 p +typeface.map
3386
3387 2005-04-06  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3388
3389         * scm/music-functions.scm (music-pretty-string): fix bug with
3390         string argument.
3391
3392 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
3393
3394         * stepmake/bin/add-html-footer.py (i18n): Bugfix.
3395
3396 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3397
3398         * scripts/lilypond-book.py (Lilypond_snippet.__init__): 
3399         only process options if they're there.
3400         (write_file_map): add version-seen? to snippet-map.ly
3401
3402 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
3403
3404         * scripts/lilypond-book.py (split_options): Bugfix.  Small code
3405         formatting cleanups.
3406
3407         * mf/GNUmakefile: Rewrite $addprefix, $addsuffix using % short-forms.
3408         Add PFAaybabtu.pfa dependency on aybabtu.subfonts.
3409
3410 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3411
3412         * scm/framework-ps.scm (ps-font-command): don't hash, just use
3413         name directly.
3414
3415         * lily/main.cc (setup_paths): either add mf/out to search path or 
3416         fonts/{otf,type1,etc}
3417         
3418         * lily/font-config.cc (init_fontconfig): either add mf/out to
3419         FontConfig or fonts/{otf,type1,etc}
3420
3421         * GNUmakefile.in: don't put mf/ link in share/ dir.
3422
3423         * lily/staff-spacing.cc: move same-direction-correction to
3424         note-spacing-interface
3425
3426         * scm/lily.scm (lilypond-main): use variable argument count for
3427         exception handler.
3428
3429         * lily/font-config.cc (init_fontconfig): add operator pacification
3430         message.
3431
3432         * mf/aybabtu.pe.in (i): generate PFAAybabtu.pfa
3433
3434         * buildscripts/gen-emmentaler-scripts.py (i): generate
3435         PFAEmmentaler as well.
3436
3437         * scm/framework-ps.scm (munge-lily-font-name): new function
3438         (write-preamble): hack: insert PFA equivalent of CFF into
3439         .PS. This makes LilyPond output printable on normal PS printers
3440         again.
3441
3442         * buildscripts/gen-emmentaler-scripts.py (i): generate
3443         PFAEmmentaler.pfa aswell.
3444
3445 2005-04-06  John Williams <williams@tni.com>  
3446         
3447         * scripts/lilypond-book.py: refactor the compose_ly procedure.
3448         
3449 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3450
3451         * scm/page-layout.scm (default-page-make-stencil): always combine
3452         the header stencil, even if empty. This prevents the body text to
3453         reach up to the margins.
3454
3455         * po/rw.po (Module): new file, for Kinyarwanda.
3456
3457         * input/test/spacing-optical.ly (Module): new file.
3458
3459         * lily/staff-spacing.cc: add same-direction-correction
3460
3461 2005-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3462
3463         * Documentation/user/introduction.itely (Engraving): Comment-out
3464         non-existent file.
3465
3466 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3467
3468         * scm/define-grob-properties.scm (all-user-grob-properties): add
3469         same-direction-correction
3470
3471         * VERSION: release 2.5.18
3472
3473 2005-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3474
3475         * lily/grob.cc (mark_smob): Check pscore->layout_ before
3476         dereferencing.  Fixes make web.
3477
3478         * lily/midi-stream.cc: Handle unwritable midi file.  Include
3479         errno.h.
3480
3481         * Documentation/user/: Fix links.
3482
3483 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3484
3485         * lily/text-interface.cc (Module): rename from text-item.cc
3486
3487         * input/regression/apply-output.ly (texidoc): function naming fix.
3488
3489         * lily/time-signature-performer.cc (derived_mark): new function.
3490
3491         * lily/lily-parser-scheme.cc:  print mapped file name for progress
3492
3493         * scripts/lilypond-book.py (find_linestarts): new function.
3494         (find_toplevel_snippets): keep track of line numbers.
3495
3496         * lily/key-performer.cc (try_music): remove FIXME warning, gobble
3497         all key changes.
3498
3499         * ly/declarations-init.ly (partCombineListener): use
3500         ignoreBarChecks. Fixes: warn-partcombine-barcheck.ly
3501
3502         * lily/bar-check-iterator.cc (process): ignoreBarChecks property.
3503
3504 2005-04-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3505
3506         * lily/text-item.cc: Fix link.
3507
3508         * Documentation/user/changing-defaults.itely (Changing defaults):
3509         Fix programs reference links.
3510
3511         * Documentation/user/music-glossary.tely: Convert to utf-8.
3512
3513 2005-04-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3514
3515         * make/lilypond-vars.make: remove TEXMF from variables.
3516         remove DEB_BUILD pk font variables.
3517         remove GUILE_LOAD_PATH
3518         remove TeX memory vars.
3519
3520 2005-04-04  Werner Lemberg  <wl@gnu.org>
3521
3522         * lilypond/scm-option.cc (ly_option_usage): Add final newline.
3523
3524 2005-04-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3525
3526         * ps/lilyponddefs.ps: remove reencode-font
3527
3528         * lily/simple-spacer.cc (add_columns): also compare
3529         directly. Column rank doesn't distinguish between broken and
3530         unbroken columns. This fixes large spaces before time sig changes.
3531
3532         * Documentation/user/point-and-click.itely: document ly:set-option.
3533
3534         * lily/grob.cc (get_uncached_stencil): only set grob-cause if
3535         point_and_click_global is set.
3536
3537         * lily/scm-option.cc (LY_DEFINE): add point-and-click
3538         ly:set-option argument.
3539
3540 2005-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3541
3542         * GNUmakefile.in: Include symlinks in webball.
3543
3544         * Documentation/user/GNUmakefile (source-links): Add symlinks to
3545         source dir for split and non-split manuals.
3546
3547         * Documentation/user/*y: Fix @uref/@inputfile links for
3548         split/non-split HTML documents.
3549
3550         * Documentation/user/GNUmakefile (local-WWW): Do not generate
3551         .ps.gz.
3552         
3553 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3554
3555         * GNUmakefile.in: Add newline.
3556
3557 2005-04-01  Erlend Aasland  <erlenda@gmail.com>
3558
3559         * tex/lilyponddefs.tex: use color instead of xcolor
3560         * scm/output-tex.scm: minor editing
3561
3562 2005-04-02  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3563
3564         * scm/music-functions.scm (display-scheme-music): pretty printer
3565         for music expressions.
3566
3567 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3568
3569         * buildscripts/install-info-html.sh (index_file): Fix link.
3570
3571 2005-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3572
3573         * input/test/dynamic-extra.ly (piuf): Use utf-8 iso TeX accent.
3574
3575         * Documentation/index.html.in: Add size estimates with some big pages.
3576
3577         * Documentation/user/tutorial.itely (Running LilyPond for the
3578         first time): Add/replace some @rglos links.  TODO: add more
3579         @rglos links in tutorial, test non-intrusiveness (.css).
3580
3581         * stepmake/bin/add-html-footer.py (do_file): Remove info's
3582         annoying's indication of referencing external document.
3583
3584         * Documentation/user/GNUmakefile: Split version of glossary too.
3585         * Documentation/user/macros.itexi (@rglos): Have makeinfo produce
3586         links, not only for html.
3587
3588         * Documentation/user/introduction.itely: Fix some links for other
3589         than html, do not use `here' as link name.
3590
3591 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
3592
3593         * scm/documentation-generate.scm (string-append): Fix @usermanref,
3594         @glossaryref.
3595
3596 2005-03-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3597
3598         * scm/page-layout.scm (default-page-make-stencil): only add header
3599         if existing and not empty. Fixes spurious programming error.
3600
3601         * lily/span-bar.cc (print): don't make rounded edges for spanbars.
3602
3603 2005-03-31  Erlend Aasland  <erlenda@gmail.com>
3604
3605         * scm/output-tex.scm: implement {re,}setcolor
3606         * tex/lilyponddefs.tex: use color package
3607
3608 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
3609
3610         * GNUmakefile.in (local-WWW-post): Restore .htaccess and .html
3611         additions to website.
3612
3613         * Documentation/user/lilypond.tely: Remove reference to ps.gz.
3614
3615         * Documentation/user/macros.itexi: Fix @usermanref html links in
3616         split documents: use @inforef.
3617
3618 2005-03-30  Graham Percival  <gperlist@shaw.ca>
3619
3620         * Documentation/user/programming-interface.itely: minor fix.
3621
3622         * Documentation/user/advanced-notation.itely: added info to
3623         Metronome markings.
3624
3625 2005-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3626
3627         * scm/output-lib.scm (make-stencil-boxer): Junk code duplication,
3628         use box-stencil.  Remove y-padding argument.
3629         (make-stencil-circler): New function.
3630
3631         * buildscripts/lilypond-words.py (F): 
3632         * elisp/SConscript (a): 
3633         * elisp/GNUmakefile (LILYPOND_WORDS_DEPENDS):
3634         * vim/SConscript (a): 
3635         * vim/GNUmakefile (LILYPOND_WORDS_DEPENDS): Update.
3636
3637         * lily/general-scheme.cc: Build fix.
3638
3639         * scm/markup.scm:
3640         * input/regression/markup-scheme.ly: 
3641         * input/regression/markup-syntax.ly: Drop 'new-' from name.
3642
3643         * scm/stencil.scm (make-circle-stencil): New function.
3644
3645         * scm/define-markup-commands.scm (draw-circle): Use it.  New
3646         name (was cicle).  Update callers.
3647         (circle): New markup command, similar to box.
3648
3649         * scm/stencil.scm (circle-stencil): New function.
3650
3651 2005-03-29  David Jedlinsky  <lilypond@ipnh.com>
3652
3653         * configure.in: Detect libutf8/wchar.h variant.
3654
3655         * stepmake/aclocal.m4: Modify shared size test.
3656
3657 2005-03-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3658
3659         * make/lilypond.fedora.spec.in (Group): remove texmf profile stuff.
3660
3661 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3662
3663         * scripts/convert-ly.py (conv): add stencil-aligned-to! rule.
3664         
3665         * VERSION (PACKAGE_NAME):  release 2.5.17
3666
3667 2005-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3668
3669         * scm/backend-library.scm (postscript->png): Fix comment and png
3670         message.
3671
3672         * GNUmakefile.in (link-tree): Fix locales.
3673
3674 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3675
3676         * lily/stencil-scheme.cc (LY_DEFINE): change to
3677         ly:stencil-aligned-to, non mutating.
3678
3679         * scm/safe-lily.scm (lambda): remove ly:stencil-set-extent!
3680
3681         * lily/stencil-scheme.cc: remove ly:stencil-set-extent!
3682
3683         * lily/quote-iterator.cc (derived_mark): call
3684         Music_wrapper_iterator::derived_mark() too.
3685
3686         * lily/grace-engraver.cc (derived_mark): change signature, add
3687         const.
3688
3689 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3690
3691         * SConstruct (symlink): 
3692         * GNUmakefile.in (link-tree): Add scripts to prefix.
3693
3694         * lily/general-scheme.cc (ly:effective-prefix): New function.
3695
3696         * scm/backend-library.scm (postscript->png): Use it.
3697
3698 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3699
3700         * lily/paper-score.cc (process): don't delete grobs after
3701         producing stencils. 
3702
3703         * scm/part-combiner.scm (determine-split-list): switch off
3704         debugging info.
3705
3706         * scm/backend-library.scm (postscript->png): explicitly use ps2png.py
3707         if available.
3708
3709         * scm/define-context-properties.scm
3710         (all-user-translation-properties): add stringNumberOrientations.
3711
3712         * lily/new-fingering-engraver.cc (position_scripts): make generic,
3713         so fingering and string-numbers are separately controlled.
3714
3715 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3716
3717         * stepmake/aclocal.m4: Fix shared size test: add missing comma, do
3718         not use debugging.
3719
3720 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3721
3722         * GNUmakefile.in (local-WWW-post): remove UTF8 .htaccess.
3723
3724         * config.hh.in: add HAVE_FONTCONFIG.
3725
3726         * Documentation/user/instrument-notation.itely (String number
3727         indications): new node.
3728
3729         * input/regression/new-markup-syntax.ly (texidoc): add circle.
3730
3731         * lily/new-fingering-engraver.cc (add_string): new function. 
3732         (acknowledge_grob): accept string-number-event as well.
3733
3734         * scm/define-markup-commands.scm (circle): new markup command.
3735
3736         * scm/output-lib.scm (print-circled-text-callback): new function.
3737
3738         * lily/GNUmakefile: move ifeq after include stepmake.make.
3739
3740 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3741
3742         * config.make.in (HAVE_LIBKPATHSEA_SO):
3743         * stepmake/aclocal.m4: Also subst HAVE_LIBKPATHSEA_SO.
3744
3745         * lily/GNUmakefile (MODULE_LDFLAGS): Only if not HAVE_KPATHSEA_SO,
3746         add KPATHSEA_LIBS.
3747
3748         * debian/watch: 
3749         * debian/control: Update.
3750
3751 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3752
3753         * input/test/title-markup.ly (spaceTest): remove.
3754
3755         * input/test/embedded-tex.ly (Module): remove.
3756
3757         * input/test/music-box.ly: use 'name property, not ly:music-name.
3758
3759         * lily/GNUmakefile (MODULE_LDFLAGS): add KPATHSEA_LIBS.
3760
3761         * stepmake/aclocal.m4: STEPMAKE_FONTCONFIG: add.
3762
3763 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3764
3765         * Documentation/topdocs/INSTALL.texi (Top): Remove information
3766         about xdeltas.  Add information about CVS.
3767
3768         * scm/lily.scm (lilypond-main): Fix invocation of handler,
3769         gracefully handle failed files.
3770
3771         * lily/GNUmakefile (MODULE_LDFLAGS): Remove KPATHSEA_LIBS.
3772
3773         * Documentation/topdocs/INSTALL.texi (Top): Whitespace and other
3774         small fixes.
3775
3776         * scm/framework-tex.scm (convert-to-ps): Proper option spacing.
3777         No unnecessarily specific i18n messages.  Remove stray `1'.
3778
3779 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3780
3781         * buildscripts/lys-to-tely.py (strip_extension): add utf-8
3782         documentencoding
3783
3784         * scm/documentation-lib.scm (texi-file-head): set utf-8
3785         documentencoding.
3786
3787         * ly/chord-modifiers-init.ly (whiteTriangleMarkup): use the greek
3788         Delta, not the Symbol one. 
3789
3790         * mf/GNUmakefile ($(outdir)/lilypond.map): add -Regular to Aybabtu
3791         for the .map file.
3792
3793         * Documentation/topdocs/INSTALL.texi (Top): add running
3794         requirement as compilation requirement.
3795
3796 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3797
3798         * buildscripts/mutopia-index.py (headertext): add h1 header and
3799         utf-8 charset meta field.
3800
3801         * input/GNUmakefile: prune example list.
3802
3803         * scm/framework-tex.scm (convert-to-ps): add -ofoo.ps to dvips
3804         options.
3805
3806         * lily/slur-scoring.cc (get_base_attachments): only look at stem
3807         extent for visible stems.
3808
3809         * lily/grob.cc (mark_smob): mark \layout block from Grob::mark_smob().
3810
3811 2005-03-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3812
3813         * Documentation/topdocs/INSTALL.texi (Top): Updates.
3814
3815         * scripts/convert-ly.py: Python 2.2 compatibility (thanks Mats).
3816
3817 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3818
3819         * lily/slur-scoring.cc (get_base_attachments): robustness. Don't
3820         pass inf/nan into slur scoring.
3821
3822         * ly/titling-init.ly (oddHeaderMarkup): don't show page no. on 1st
3823         page.
3824
3825         * scripts/abc2ly.py (dump_voices): use alphabet().
3826
3827 2005-03-27  Jeff Smith <whydoubt@yahoo.com>
3828         
3829         * mf/GNUmakefile (depth): use $(FONTFORGE). 
3830
3831 2005-03-27 Matthias Neeracher <neeracher@mac.com>
3832         
3833         * flower/include/virtual-methods.hh: simplify. Patch by
3834
3835 2005-03-25  John Williams <williams@tni.com>  
3836
3837         * scripts/lilypond-book.py (main): add png for HTML too, guess
3838         only if necessary. 
3839
3840 2005-03-25  Graham Percival  <gperlist@shaw.ca>
3841
3842         * Documentation/topdocs/INSTALL.texi: now recommends
3843         lexer-gcc-3.1.sh for gcc 3.1.1 or higher.
3844
3845         * Documentation/user/basic-notation.itely,
3846         Documentation/user/tutoria.itely: warn about
3847         only one (phrasing) slur at once.
3848
3849 2005-03-24  Pedro Kroger  <kroeger@pedrokroeger.net>
3850
3851         * ly/music-functions-init.ly (removeWithTag): fixed to return "music".
3852
3853 2005-03-23  Graham Percival  <gperlist@shaw.ca>
3854
3855         * Documentation/user/basic-notation.itely: fixed info about
3856         ending a (de)cresc.
3857
3858         * Documentation/user/lilypond-book.itely: fixed
3859         lilypond-book filter example and warned about not doing
3860         --filter and --process at the same time.
3861
3862 2005-03-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3863
3864         * lily/parser.yy (bass_number),
3865         Documentation/user/instrument-notation.itely (Figured bass): 
3866         Add the possibility to use text markup in figured bass. 
3867
3868 2005-03-19  Graham Percival  <gperlist@shaw.ca>
3869
3870         * Documentation/user/global.itely: added info about naming
3871         identifiers and breakbefore.
3872
3873         * Documentation/user/invoking.itely: added info about batch
3874         processing files with convert-ly, removed references to TeX
3875         in the jail section.
3876
3877         * Documentation/user/examples.itely: possibly fixed piano
3878         dynamics.
3879
3880         * Documentation/user/advanced-notation.itely: added info
3881         about removing other types of Staff.
3882
3883         * Documentation/user/instrument-notation.itely: possibly
3884         fixed piano staff line switch.
3885
3886         * Documentation/user/changing-defaults.itely: added info
3887         about using normal font in titles.
3888
3889 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3890
3891         * VERSION (PATCH_LEVEL): release 2.5.16
3892
3893         * make/ly-vars.make (DVIPS_FLAGS): include lilypond.map path
3894         explicitly.
3895
3896 2005-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
3897
3898         * scm/framework-tex.scm (convert-to-dvi): Barf if NAME contains
3899         whitespace.
3900
3901         * python/lilylib.py (make_ps_images):
3902         * scm/backend-library.scm (postscript->pdf, postscript->png):
3903         Quote file name.  Use format rather than string-append juggling.
3904
3905 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3906
3907         * python/lilylib.py (make_ps_images): add x to -g argument. 
3908
3909         * lily/key-performer.cc (create_audio_elements): don't use
3910         scm_eval_string. Check for minor 3rd directly.
3911   
3912         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
3913         (sarabandeCelloGlobal): key is D minor, not F major.
3914
3915 2005-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
3916
3917         Fix truncated --png output (Peter Danenberg).
3918         
3919         * python/lilylib.py (make_ps_images):
3920         * scripts/ps2png.py (copyright): Grok --papersize option.
3921
3922         * scm/backend-library.scm (postscript->png): Add parameter
3923         PAPERSIZE.  Update callers.
3924
3925         * scm/output-gnome.scm (music-font?): Bugfix: use "Emmentaler".
3926         Fixes symbol placement.
3927
3928         * lily/spanner.cc: 
3929         * lily/stencil.cc: Use "libc-extension.hh" (WAS:
3930         <libc-extension.hh>).
3931
3932 2005-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3933
3934         * Nitpick run.
3935
3936         * buildscripts/fixcc.py: Update.
3937
3938         Builddir run fixes.
3939
3940         * HACKING (datadir): Add VERSION.
3941
3942         * GNUmakefile.in (linktree): Bugfix: outconfdirs are one dir
3943         higher up.
3944
3945 2005-03-15  Werner Lemberg  <wl@gnu.org>
3946
3947         * mf/feta-klef.mf (draw_gclef): Move z10' slightly so that the
3948         diagonal stem doesn't become thinner.
3949
3950 2005-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
3951
3952         * buildscripts/fixcc.py: Fixes (Werner).
3953
3954 2005-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3955
3956         * mf/GNUmakefile ($(outdir)/lilypond.map): capitalize
3957         Emmentaler/Aybabtu.
3958
3959         * GNUmakefile.in: fix lilypond-words path.
3960
3961         * po/tr.po: update to 2.3.21
3962
3963         * lily/new-fingering-engraver.cc (position_scripts): take priority
3964         from head position.
3965
3966         * input/regression/finger-chords-order.ly (texidoc): new file.
3967
3968 2005-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3969
3970         * make/ly-rules.make: 
3971         * stepmake/aclocal.m4: 
3972         * Documentation/user/GNUmakefile: Remove old makeinfo compatibility.
3973
3974         * buildscripts/fixcc.py (rules): Leave space after operator.
3975
3976 2005-03-14  Werner Lemberg  <wl@gnu.org>
3977
3978         * mf/feta-klef.mf (draw_gclef): Replace `simple_serif' for
3979         top of the glyph with smooth curve.
3980
3981 2005-03-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3982
3983         * Documentation/user/global.itely (Page layout): remove
3984         printpagenumber.
3985
3986 2005-03-13  Jürgen Reuter  <reuter@ipd.uka.de>
3987
3988         * input/regression/mensural-ligatures.ly: new file (with examples
3989         compiled by Pal Benko).
3990
3991         * Documentation/user/instrument-notation.itely: Bugfix: yet some
3992         other "custodes.*-u0" -> "custodes.*.u0" renaming victims in
3993         musicglyph access.  Many small beautifications in ancient
3994         examples.
3995
3996         * input/test/divisiones.ly: fixed indentation; small
3997         beautifications
3998
3999         * ly/engraver-init.ly: added FIXME comment
4000
4001         * scripts/lilypond-book.py,
4002         Documentation/user/lilypond-book.itely: added music fragment
4003         option "packed" to lilypond-book
4004
4005         * Documentation/user/instrument-notation.itely: Bugfix: added
4006         missing LedgerLineSpanner color setting in several places.  Added
4007         music fragment option "packed" to VaticanaContext example.
4008
4009 2005-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4010
4011         * scm/define-grobs.scm (all-grob-descriptions): switch off
4012         Hyphen_spanner::set_spacing_rods 
4013
4014         * lily/lyric-hyphen.cc (print): add padding between syllable and
4015         hyphen.
4016         (print): shorten hyphen in tight situations (determine using
4017         minimum-length)
4018
4019         * scm/paper.scm (layout-set-staff-size): increase blotdiameter to
4020         0.4pt.
4021
4022 2005-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
4023
4024         * ly/titling-init.ly (bookTitleMarkup): Refinements.
4025
4026         * input/regression/page-breaks.ly (paper): Set not raggedlastbottom,
4027         header/footer markings for regression-test.
4028
4029         * scm/backend-library.scm (output-scopes, header-to-file): Move
4030         from framework-tex.scm.
4031
4032         * scm/framework-ps.scm (output-framework)
4033         (output-preview-framework):
4034         * scm/framework-eps.scm (output-classic-framework)
4035         (output-framework): Use it.  Fixes collated files.
4036
4037 2005-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
4038
4039         * input/sakura-sakura.ly: 
4040         * input/xiao-haizi-guai-guai.ly: Add from Debian package (Anthony).
4041
4042         * buildscripts/guile-gnome.sh: Update.
4043
4044         * mf/GNUmakefile (aybabtu.otf): Add dependency on .pe.
4045
4046         * mf/aybabtu.pe.in: Capitalize Aybabtu.
4047
4048 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4049
4050         * lily/separating-group-spanner.cc (find_rods): oops. Fix the real
4051         culprit: always exit the loop if we find a rod, even if it has
4052         distance < 0. 
4053
4054         * lily/ledger-line-spanner.cc (set_spacing_rods): rewrite to O(n)
4055         algorithm.
4056
4057         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
4058         $(outdir)/%.svg $(outdir)/%.pfa): add --simplify.
4059
4060         * scm/output-svg.scm (dashed-line): new  function body.
4061         
4062         * GNUmakefile.in: create .htaccess.
4063
4064 2005-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4065
4066         * Documentation/topdocs/NEWS.tely (Top): Fix text example.
4067
4068 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4069
4070         * VERSION (PACKAGE_NAME): release 2.5.15
4071
4072         * scm/output-{pdf,pdftex,sketch}.scm (Module): remove bitrotted files.
4073
4074         * scm/framework-svg.scm (output-framework): put scaling in
4075         document header. Apply scaling only once.
4076         (output-framework): dump page size in px, not mm. 
4077
4078         * scm/lily-library.scm (modified-font-metric-font-scaling): rename
4079         from font-size.
4080
4081         * lily/paper-outputter-scheme.cc (LY_DEFINE):
4082         ly:outputter-output-scheme, new function.
4083
4084         * scm/output-svg.scm (pango-description-to-svg-font): new function
4085
4086 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4087
4088         * Documentation/user/GNUmakefile (deep-symlinks): remove outimages
4089         target.
4090
4091         * input/typography-demo.ly: new file.
4092
4093 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4094
4095         * Documentation/user/global.itely (File structure): Add markup blocks
4096         to toplevel expressions.
4097         (Multiple movements, Creating titles): Add markup blocks.
4098
4099         * lily/stencil-scheme.cc: Use "libc-extension.hh" (WAS:
4100         <libc-extension.hh>).
4101
4102         * lily/accidental.cc (accurate_boxes): Compile fix: 1.51 was broken.
4103
4104         * flower
4105         * lily
4106         * kpath-guile: Nitpick run: buildscripts/fixcc.py.
4107
4108 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4109
4110         * lily/accidental.cc: special bboxes for natural. 
4111
4112         * mf/feta-toevallig.mf: make stems heavier.
4113
4114         * lily/dynamic-text-spanner.cc (print): add bound padding for edge
4115         texts as well.
4116
4117         * mf/feta-klef.mf: revise. 
4118
4119         * mf/feta-schrift.mf: make thinning of accent less pronounced.
4120
4121         * mf/feta-klef.mf: add rounded curve at top. 
4122         make thinnib a little heavier.
4123
4124 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4125
4126         * lily/parser.yy (book_body): Oops, allow \markup in \book too.
4127
4128         * buildscripts/fixcc.py: New file.
4129
4130         * input/regression/utf8.ly: Update Debian font description.
4131
4132 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
4133
4134         * stepmake/aclocal.m4: Fix test.
4135
4136 2005-03-09  Graham Percival  <gperlist@shaw.ca>
4137
4138         * Documentation/user/invoking.itely: added Sebastino Vigna's
4139         docs for the --jail option.
4140
4141 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4142
4143         * lily/stem.cc (print): only produce stemlets if there are no
4144         noteheads on this stem.
4145
4146         * lily/note-spacing.cc (stem_dir_correction): robustness fix:
4147         don't crash on stemlet (visible stem without heads).
4148
4149         * scm/define-grobs.scm (all-grob-descriptions): junk LeftEdge for
4150         unbroken situations. 
4151
4152         * scm/output-lib.scm (center-invisible): new function.
4153
4154         * lily/spacing-loose-columns.cc (set_loose_columns): use spacing
4155         wishes to determine loose column space.
4156
4157         * lily/font-config.cc (init_fontconfig): add
4158         fonts/{otf,type1,cff}  to path.
4159
4160         * lily/main.cc (setup_paths): add fonts/{otf,svg,tfm,cff} to path
4161
4162         * mf/GNUmakefile (Module): install all fonts under otf/
4163
4164         * scm/framework-ps.scm (Module): read fonts from fonts/extension,
4165         replace /fonts/otf/ by /ps/ 
4166
4167         
4168 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
4169
4170         * lily/paper-book.cc (classic_output): Reinstate header_0_ hack.
4171
4172         * lily/book.cc (process): Oops, add score_.header_.
4173
4174         * lily/paper-book.cc: Fold hearders, score and texts into scores_.
4175
4176         * lily/parser.yy: Handle toplevel and book texts as score.
4177
4178         * scm/page-layout.scm (default-page-make-stencil):
4179         Bugfix: (page-properties rename.
4180
4181         * scm/backend-library.scm (ly:system): Typo.
4182
4183 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4184
4185         * stepmake/stepmake/executable-targets.make (installexe): don't
4186         strip installed executables
4187
4188         * lily/font-select.cc (get_font_by_design_size): revert
4189         pango_description_string as well.
4190
4191         * lily/system.cc (set_loose_columns): put loose column just left
4192         of next column.
4193
4194         * lily/include/group-interface.hh (extract_grob_array): rename
4195         from Pointer_group_interface__extract_grobs
4196
4197         * input/regression/ledger-line-minimum.ly (texidoc): new file.
4198
4199         * lily/ledger-line-spanner.cc (set_spacing_rods): new
4200         function. Keep ledgered note heads at a minimum distance.
4201         Introduce minimum-length-fraction
4202         (print): introduce length-fraction property.
4203
4204 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4205
4206         * tex/GNUmakefile: remove latin1.enc rules.
4207
4208 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
4209
4210         * scm/titling.scm: Typo.
4211
4212         * input/regression/score-text.ly: Really add.
4213
4214         * lily/score.cc: Bugfixes for SCM header_ and texts_ members.
4215
4216 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4217
4218         * lily/open-type-font-scheme.cc:  new file.
4219
4220 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
4221
4222         * scm/titling.scm (layout-extract-page-properties): Rename from
4223         page-properties.  Update callers.
4224
4225         * lily/lexer.ll (Lily_lexer):
4226         * lily/parser.yy: Junk lyric_markup state.
4227
4228         * Documentation/topdocs/NEWS.tely (Top): Mention markup text feature.
4229
4230         * scripts/lilypond-book.py (PREAMBLE_LY): toplevel-music-handler:
4231         Add texts parameter.
4232
4233 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
4234
4235         * lily/lexer.ll (lyric_markup): New mode.
4236         (Lily_lexer::push_lyric_markup_state): New method.
4237         (MARKUPCOMMAND): Markup during lyric mode returns LYRIC_MARKUP.
4238
4239         * lily/parser.yy (book_body):
4240         (toplevel_expression): Grok \markup texts.
4241
4242         * lily/score-scheme.cc (ly:music-scorify): 
4243         * scm/lily-library.scm (collect-music-for-book): Take texts
4244         parameter.
4245
4246         * lily/score.cc (texts_): New member.
4247
4248         * lily/paper-book.cc (systems): Format score texts.
4249
4250         * score-text.ly: New file.
4251
4252         * ttftool/SConscript:
4253         * kpath-guile/SConscript: New file.
4254
4255         * lily/SConscript:
4256         * SConstruct: Update.
4257
4258 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4259
4260         * VERSION (PACKAGE_NAME): release 2.5.14
4261
4262 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
4263
4264         * lily/main.cc: Add dummy xgettext markers.
4265
4266 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4267
4268         * make/lilypond.fedora.spec.in (Requires): scrap kpathsea/tex
4269         requirements
4270
4271         * stepmake/aclocal.m4: check dynamic link, by checking if kpathsea
4272         executable is < 40k
4273
4274         * lily/main.cc (setup_paths): remove tfm1 tfm2 tfm3 include path
4275         hack.
4276
4277 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4278
4279         * flower/libc-extension.cc:
4280         * flower/include/libc-extension.hh: [Open]BSD simply cast
4281         cookie/funopen declarations.
4282
4283         * stepmake/aclocal.m4: Check for libkpathsea.so.
4284
4285         * kpath-guile/kpath.c (ly_kpathsea_expand_variable): Use
4286         dl_kpse_find_file.
4287
4288 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4289
4290         * kpath-guile/kpath.c (open_library): dlopen libkpathsea.so
4291         (open_library): alternative for static library.
4292
4293 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4294
4295         * configure.in: Set TTFTOOL_ENDIAN iso global CFLAGS.
4296
4297         * ttftool/GNUmakefile (MODULE_CFLAGS): Add $(TTFTOOL_ENDIAN).
4298
4299         Drop run-time dependency on teTeX.
4300
4301         * lily/kpath.cc (initialize_kpathsea): dlopen libkpathsea.
4302
4303         * stepmake/aclocal.m4 (STEPMAKE_KPATHSEA): Do not include
4304         KPATHSEA_LIBS in LIBS.
4305         (STEPMAKE_DLOPEN): New function.
4306
4307         * lily/font-config.cc (init_fontconfig): Use dir for directory,
4308         not path.
4309
4310         * flower/file-path.cc (directories): Rename from paths, as this
4311         return an array of directories (a single path).
4312
4313 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4314
4315         * lily/GNUmakefile (MODULE_LIBS): link with kpath-guile
4316
4317         * lily/all-font-metrics.cc (kpathsea_find_file): wrapper around
4318         new ly:kpathsea-find-file
4319
4320         * kpath-guile/kpath.c: new file. Put kpath bindings in lib.
4321
4322         * kpath-guile/GNUmakefile: new file
4323
4324         * buildscripts/gen-emmentaler-scripts.py (i): generate
4325         emmentaler-X.fontname as well.
4326
4327         * buildscripts/ps-embed-cff.py: new script
4328
4329         * scm/lily-library.scm: remove ps-embed-cff.
4330
4331         * scm/framework-ps.scm (write-preamble): don't use kpathsea for
4332         font loading. 
4333
4334         * scm/font.scm (add-music-fonts): load dynamics/numbers through
4335         fontconfig as well.
4336
4337         * lily/font-config.cc (init_fontconfig): add cff/ too.
4338
4339         * ly/generate-embedded-cff.ly: capitalize.
4340
4341         * lily/pango-select.cc (select_pango_font): use ::find_pango_font,
4342         so as to register the pango font.
4343
4344         * lily/font-config.cc (init_fontconfig): add
4345         prefix/{otf,type1,mf/out} to fontconfig path.
4346
4347         * lily/main.cc: only look at one prefix directory, LILYPONDPREFIX
4348         overrides all. 
4349
4350         * configure.in (gui_b): remove ec mftrace check
4351
4352         * config.hh.in: use lilypond-Major.Minor as data directory.
4353
4354         * scm/framework-ps.scm (dump-page): use output-units for landscape.
4355
4356         * buildscripts/gen-emmentaler-scripts.py (i): lower case file
4357         name.
4358
4359 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4360
4361         * lily/main.cc (do_chroot_jail): Small cleanups.  Avoid constant
4362         error messages.
4363
4364         * flower/libc-extension.cc:
4365         * flower/include/libc-extension.hh: [Open]BSD fixes for
4366         cookie/funopen declarations.
4367
4368 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4369
4370         * buildscripts/gen-emmentaler-scripts.py (outdir): capitalize
4371         emmentaler.
4372
4373         * lily/score-engraver.cc (initialize): remove check for ecrm10 /
4374         lcrm10.
4375
4376         * scm/define-markup-commands.scm (fontsize): new markup
4377         command. Also set baseline-skip
4378
4379 2005-03-06 Sebastiano Vigna <vigna@dsi.unimi.it>.
4380         
4381         * lily/main.cc (do_chroot_jail): paranoia security for webserver
4382         use.
4383
4384 2005-03-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4385
4386         * stepmake/bin/add-html-footer.py (do_file): make wiki link optional.
4387
4388         * lily/pdf.cc: remove PDF related files
4389
4390 2005-03-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4391
4392         * ly/deutsch.ly: add quarter tones, patch by Arno Waschk.
4393         <hamamatsu@gmx.de>
4394
4395 2005-03-05  Graham Percival  <gperlist@shaw.ca>
4396
4397         * Documentation/user/advanced-notation.itely: first draft
4398         of reorg done.
4399
4400         * Documentation/user/global.itely: fixed (sub)section
4401         bits of MIDI.
4402
4403 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4404
4405         * cygwin/mknetrel (extras): Bufix (Bertalan).
4406
4407         * Documentation/user/basic-notation.itely (Chords): @ref fix.
4408         * Documentation/user/instrument-notation.itely (Introducing chord
4409         names): Compile fix: must have unique name.
4410
4411 2005-03-02  Graham Percival  <gperlist@shaw.ca>
4412
4413         * Documentation/user/instrument-notation.itely: reorg.
4414
4415 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4416
4417         * scm/output-gnome.scm:
4418         * scm/output-svg.scm: Fix font scaling.
4419
4420 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4421
4422         * ly/titling-init.ly (tagline): Use Engraving.  Add comment about
4423         what link to use best.
4424
4425         * Documentation/user/instrument-notation.itely (Ancient accidentals): 
4426         * Documentation/user/tutorial.itely (Automatic and manual beams):
4427         Fix @ref.
4428
4429         * lily/tweak-registration.cc (replace_grob_tweak): New function.
4430         * lily/tweak-registration-scheme.cc (LY_DEFINE): Wrap it.
4431         * scm/framework-gnome.scm (tweak): Use it.
4432
4433 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4434
4435         * Documentation/topdocs/NEWS.tely (Top): elucidate GS problem.
4436
4437         * scm/output-ps.scm (white-text): reinstate white-text
4438
4439 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4440
4441         * scm/output-ps.scm (offset-add): Remove.
4442
4443         * scm/lily-library.scm (offset-flip-y): New function.
4444         * scm/framework-gnome.scm (tweak): Use it.
4445
4446         * scm/output-gnome.scm (grob-cause): Add parameter.
4447
4448         * scm/lily.scm (ly:all-stencil-expressions): Add url-link.
4449         * scm/output-ps.scm (url-link): Move.
4450         (white-text): Warn user about brokenness.
4451
4452         * Documentation/topdocs/NEWS.tely: Be more accurate and respectful
4453         wrt ghostscript.
4454
4455 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4456
4457         * lily/slash-repeat-engraver.cc (try_music): always make slashes
4458         if body length smaller than measure length.
4459
4460         * scm/define-markup-commands.scm (with-url): oops. use Y extent
4461         for Y.
4462
4463         * ly/titling-init.ly (tagline): put default tagline in \paper
4464
4465 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4466
4467         * lily/kpath.cc: 
4468         * lily/pdf.cc (Pdf_file): Use more generic error messages.
4469
4470         * scm/lily-library.scm (version-not-seen-message): New function.
4471         * ly/init.ly: Use it.
4472
4473         * scm/page-layout.scm (ly:optimal-page-breaks): Display page
4474         breaks as progess.
4475
4476         * scripts/lilypond-book.py (do_process_cmd): Do not lump
4477         whitespace with l10n message.
4478
4479         * scm/framework-tex.scm (convert-to-ps):
4480         (convert-to-dvi): Do not use overly specific l10n messages.
4481
4482         * ly/titling-init.ly (bookTitleMarkup): Add baseline skips from 2.4.
4483
4484         * tex/GNUmakefile $(outdir)/latin1.enc: Build fix:
4485         merge stderr with stdout.  
4486
4487 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4488
4489         * flower/libc-extension.cc: Tested BSD compile fix (Matthias
4490         Neeracher).
4491
4492 2005-02-29  Graham Percival  <gperlist@shaw.ca>
4493
4494         * Documentation/user/instrument-notation.teily: moved
4495         \arpeggio to Basic.
4496
4497         * Documentation/user/advanced-notation.itely: Articulation to
4498         Basic, a bunch of stuff from Basic moved to Advanced.
4499
4500         * Documentation/user/basic.itely: swapped various sections,
4501         reorganized Basic.
4502
4503 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4504
4505         * flower/memory-stream.cc: 
4506         * flower/libc-extension.cc: Remove obsolete #undefs.
4507
4508         * flower/include/libc-extension.hh: Bugfix for BSD, place #ifdef
4509         more carefully.
4510
4511 2005-02-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4512
4513         * make/lilypond.fedora.spec.in (Requires): add GS 8.15 as
4514         dependency.
4515
4516         * VERSION (PACKAGE_NAME): release 2.5.13
4517
4518         * GNUmakefile.in (web-ext): don't ship ps.gz
4519
4520         * tex/GNUmakefile ($(outdir)/latin1.enc): redirect stderr to
4521         stdout
4522
4523 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4524
4525         * lily/general-scheme.cc (LY_DEFINE): Compile fix for systems
4526         without libintl.  Now it compiles too.
4527
4528 2005-02-28  Graham Percival  <gperlist@shaw.ca>
4529
4530         * Documentation/user/basic-notation.itely,
4531         instument-notation.itely, advanced-notation.itely:
4532         split up contents of notation.itely.
4533
4534         * Documentation/user/notation.itely: file removed.
4535
4536         * Documentation/user/invoking.itely, converters.itely:
4537         moved convert-ly info to invoking.itely.
4538
4539         * Documentation/user/global.itely, changing-defaults.itely,
4540         sound-output.itexi: moved global settings, file layout, and
4541         sound into global.itely.
4542
4543         * Documentation/user/sound-output.itexi: file removed.
4544
4545         * Documentation/user/lilypond.tely: removed links to
4546         notation.itely and sound.itely.
4547
4548 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4549
4550         * scm/output-ps.scm (grob-cause): only do mark_URI if non-empty.
4551
4552         * scm/framework-ps.scm (write-preamble): remove pdf-viewer code.
4553  
4554         * THANKS: add sponsor.
4555
4556         * scm/define-markup-commands.scm (with-url): new markup command.
4557
4558         * scm/page-layout.scm (TAGLINE): add www.lilypond.org with URL to
4559         tagline.
4560         
4561         * scm/output-tex.scm (url-link): stub.
4562
4563         * scm/output-ps.scm (url-link): new function.
4564
4565         * lily/lily-parser-scheme.cc (LY_DEFINE): deprecate
4566         ly:set-point-and-click
4567
4568 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4569
4570         * ps/music-drawing-routines.ps (mark_file_line): Switch Action
4571         based on pdf-viewer setting.
4572
4573         * scm/framework-ps.scm (write-preamble): Find and set preferred
4574         pdf-viewer.
4575
4576 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4577
4578         * Documentation/user/point-and-click.itely: update for PDF point &
4579         click.
4580
4581         * scripts/lilypond-pdfpc-helper.py: new file. Invoke different
4582         editors based on EDITOR setting.
4583
4584 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4585
4586         * scm/*: Oops, more grand 2005 replace bits.
4587
4588 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4589
4590         * ps/music-drawing-routines.ps: new routine: insert PDF mark
4591
4592         * scm/output-ps.scm (grob-cause): point & click support for
4593         PostScript
4594
4595 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4596
4597         * lily/input-scheme.cc (LY_DEFINE): rename to
4598         ly:input-file-line-column
4599
4600 2005-02-26  Graham Percival  <gperlist@shaw.ca>
4601
4602         * Documentation/user/examples.itely: small fix from Steve Doonan.
4603
4604         * Documentation/user/scheme-tutorial.itely: small fix from Steve Doonan.
4605
4606         * THANKS: added Yuval Harel.
4607
4608         * Documentation/user/{various}: inserted two spaces after a period.
4609
4610         * Documentation/user/lilypond.tely: added framework for reorg.
4611
4612         * Documentation/user/basic-notation.itely, instrument-notation.itely,
4613         advanced-notation.itely, global.itely: new files, placeholder for
4614         future reorg.
4615
4616 2005-02-26 Yuval Harel  <yuvalh@hotpop.com>
4617
4618         * Documentation/user/notation.itely: revamped Polyphony section
4619         
4620 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4621
4622         * Documentation/user/lilypond-book.itely (Music fragment options):
4623         doc fontload.
4624
4625         * Documentation/user/changing-defaults.itely (Text encoding): add
4626         fontload option to utf8 include
4627
4628         * scripts/lilypond-book.py (compose_ly): add fontload option
4629
4630         * scm/framework-eps.scm (dump-stencils-as-EPSes): add
4631         force-eps-font-include option.
4632
4633         * ly/chord-modifiers-init.ly (blackTriangleMarkup): reinstate
4634         black triangle
4635
4636         * Documentation/user/invoking.itely (Editor support): remove
4637         lilypond-latex section.
4638
4639         * scripts/lilypond-latex.py (Module): remove script.
4640
4641         * cygwin/lily-wins.py (stat): write to .lylog, so as not to
4642         overwrite .log. 
4643
4644         * lily/main.cc: remove -m, --no-layout
4645
4646         * flower/include/libc-extension.hh: add ALIAS_FILE_TO_FILECOOKIE
4647         to define. We don't want to override fprintf everywhere.
4648
4649 2005-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4650
4651         * cygwin/lilypond.hint: 
4652         * cygwin/README.in: Update dependencies.
4653
4654         * stepmake/aclocal.m4 (STEPMAKE_PANGO, STEPMAKE_PANGO_FT2):
4655         Bugfix: do not pollute CPPFLAGS, LIBS.
4656
4657         * cygwin/mknetrel (extras): Cross compile fixes.
4658
4659         * ttftool/util.c: 
4660         * ttftool/ttfps.c: 
4661         * ttftool/ps.c: #include libc-extension.hh
4662
4663         * flower/include/libc-extension.hh:
4664         * flower/libc-extension.cc (fopencookie)[!HAVE_FOPENCOOKIE]: Add
4665         wrapper using funopen.
4666         (fopencookie, handle_cookie_io_fclose, handle_cookie_io_fprintf,
4667         handle_cookie_io_fprintf): Add wrappers catching Memory_out_stream.
4668
4669         * config.hh.in:
4670         * configure.in (AC_CHECK_FUNCS): Add fopencookie, funopen.
4671         (AC_CHECK_HEADERS): Add libio.h
4672
4673         * scripts/convert-ly.py: Uniformize, internationalize.
4674         (2.5.2): Remove fatal encoding rule.
4675         (2.5.13): Handle latin1 encoding gracefully.
4676
4677 2005-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4678
4679         * HACKING: Fix line breaks.
4680
4681 2005-02-23  Werner Lemberg  <wl@gnu.org>
4682
4683         * mf/graycx.mf, mf/graylj.mf: Removed.  Any decent TeX distribution
4684         contains those two files.
4685
4686 2005-02-21  Werner Lemberg  <wl@gnu.org>
4687
4688         * mf/feta-nummer-code.mf ("Numeral 5"): Include intersection point
4689         to improve overlap removal process.
4690
4691         * mf/feta-slag.mf (draw_trillelement): Add parameter to control
4692         left and right ending.  This ensures better overlapping.
4693         Update all callers.
4694         ("lineprall"): Don't use draw_gridline to get better overlapping.
4695
4696 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4697
4698         * scm/lily-library.scm (ps-embed-cff): add \n after EndResource
4699
4700         * Documentation/topdocs/NEWS.tely (Top): oops.
4701
4702 2005-02-21  Pedro Kroger  <kroeger@pedrokroeger.net>
4703
4704         * HACKING: new file.
4705
4706         * input/regression/utf8.ly (portuguese): added a portuguese example
4707         to show latin1 accents.
4708
4709 2005-02-21  Pal Benko  <benkop@freestart.hu>
4710
4711         * lily/mensural-ligature-engraver.cc:
4712         * lily/mensural-ligature.cc:
4713         * lily/include/mensural-ligature.hh: new algorithm implemented
4714
4715         * scm/define-grob-properties.scm: join-left killed (add-join may
4716         be used); join-left-amount changed to join-right-amount
4717
4718 2005-02-21  Graham Percival  <gperlist@shaw.ca>
4719
4720         * Documentation/user/notation.itely: small but urgent fix.
4721
4722 2005-02-21  Jürgen Reuter  <reuter@ipd.uka.de>
4723
4724         * lily/duration-scheme.cc: bugfix: correct parameters to
4725         SCM_ASSERT_TYPE.
4726
4727         * THANKS: added Pal.
4728
4729         * Documentation/user/notation.itely: bugfix: unTeXified
4730         $\\backslash$.  Bugfix: yet another glyph renaming victim:
4731         "timesig.*x/y" -> "timesig.*xy".
4732
4733 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4734         
4735         * VERSION (PACKAGE_NAME): release 2.5.12
4736
4737 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4738
4739         * ly/engraver-init.ly: set tieWaitForNote to #t by default
4740
4741         * configure.in (gui_b): bump GUILE requirement to 1.6.5 
4742
4743         * Documentation/topdocs/NEWS.tely: add inputfileref macro.
4744
4745         * scm/framework-ps.scm (supplies-or-needs): uniq font name list.
4746
4747 2005-02-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4748
4749         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: recode
4750         latin1..utf-8.
4751
4752         * input/regression/stanza-number.ly:
4753         * input/regression/utf8.ly (hebrew): Use addlyrics.  Update.
4754
4755         * lily/tie-engraver.cc (acknowledge_grob): Compile fix.
4756
4757 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4758
4759         * Documentation/topdocs/NEWS.tely (Top): only mention 2.5
4760         NEWS. Refer to website for older news.  
4761
4762         * stepmake/bin/add-html-footer.py (i18n): don't strip .PNG /
4763         .HTML. This should be done for specific servers only.
4764
4765         * Documentation/topdocs/NEWS.tely (Top): move to .tely. Add some
4766         .ly image examples.
4767
4768         * scm/define-grobs.scm (all-grob-descriptions): put ledger lines
4769         in layer 0 too.
4770
4771         * scm/define-context-properties.scm
4772         (all-user-translation-properties): add tieWaitForNote
4773
4774         * scm/define-grobs.scm (all-grob-descriptions): add
4775         Tie_column::before_line_breaking
4776
4777         * lily/tie.cc (get_column_rank): new function
4778
4779         * lily/tie-column.cc (before_line_breaking): new function.
4780         (werner_directions): take into account ties that start on
4781         different columns.  
4782
4783         * lily/score-engraver.cc (set_columns): move add_column() so we
4784         have column rank available.
4785
4786         * lily/tie.cc (get_column_rank): new function.
4787
4788         * input/regression/utf8.ly (japanese): add japanese lyrics.
4789
4790         * lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
4791
4792         * THANKS: add Steve D
4793
4794         * ttftool/*.c: add TTF -> Type42 conversion library. Based on
4795         Public Domain work by Juliusz Chroboczek <jch@pps.jussieu.fr>
4796
4797 2005-02-20  Tatsuya Ono  <tats_ono@infoseek.jp>
4798
4799         * mf/parmesan-heads.mf: "0harmonic" -> "s0harmonic"
4800         to show harmonic notes
4801         * scm/define-markup-commands.scm: in \markup-by-number
4802         "dots-dot" -> "dots.dot" to show dotted notes
4803
4804 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4805
4806         * flower/include/memory-stream.hh (class Memory_out_stream): new file.
4807
4808         * flower/memory-stream.cc (writer): new file.
4809
4810         * configure.in: add endian test.
4811
4812 2005-02-19  Jürgen Reuter  <reuter@ipd.uka.de>
4813
4814         * Documentation/user/examples.itely: small
4815         simplification/beautification
4816
4817         * Documentation/user/notation.ietly: bugfix: fixed many artefacts
4818         from the "x-y-z"->"x.y.z" renaming of glyphs throughout the whole
4819         notation manual.
4820
4821         * lily/mensural-ligature.cc: bugfix: another few victims of the
4822         "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
4823
4824         * ly/gregorian-init.ly: commit some experimental code for hi-level
4825         ligature input language lying around here for several months.
4826
4827         * lily/mensural-ligature-engraver.cc: bugfix: another victim of
4828         the "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
4829
4830         * lily/vaticana-ligature-engraver.cc: bugfix: another few
4831         "x-y-z"->"x.y.s-z" fixes.
4832
4833 2005-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4834
4835         * scm/framework-pdf.scm (scm): new file
4836
4837         * lily/include/pdf.hh (class Pdf_file): new file.
4838
4839         * lily/pdf.cc (write_trailer): new file.
4840
4841 2005-02-18  Erlend Aasland  <erlenda@gmail.com>
4842
4843         * input/regression/color.ly: new file
4844
4845         * lily/stencil.cc (interpret_stencil_expression):
4846         when a color expression is encountered: save current color,
4847         process the rest of the expression, and restore previous color.
4848
4849         * lily/system.cc (get_line): check all grobs for color property and
4850         prepare the stencil scheme expressions for further processing.
4851         Fix layer-loop.
4852
4853         * scm/define-grob-properties.scm: introduce the color property.
4854
4855         * scm/output-lib.scm: color helper functions.
4856
4857         * scm/output-ps.scm: introduce setcolor/resetcolor.
4858
4859 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
4860
4861         * ly/*.ly, input/regression/*.ly: Added missing \version
4862         statements in some files.
4863
4864 2005-02-15  Graham Percival  <gperlist@shaw.ca>
4865
4866         * Documentation/user/notation.itely: minor editing.
4867
4868         * Documentation/user/converters.itely: updated convert-ly bugs.
4869
4870         * Documentation/user/lilypond-book.itely: add info about using
4871         feta characters in latex.
4872
4873 2005-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4874
4875         * scripts/convert-ly.py: new slur dash patch by Bertalan Fodor.
4876
4877 2005-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4878
4879         * scm/define-grob-properties.scm (all-user-grob-properties):
4880         removed 'dashed property.
4881
4882 2005-02-13  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4883
4884         * scm/lily.scm (define-safe-public): new macro for defining
4885         variables that can be used in --safe mode. Use it in *.scm
4886         instead of manually setting safe-objects in safe-lily.scm.
4887
4888 2005-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4889         
4890         * lily/slur.cc: Slur-dash patch by Bertalan.
4891
4892         * ly/engraver-init.ly (EasyNotation): glyph name dash -> period.
4893
4894         * stepmake/bin/add-html-footer.py (do_file): do i18n only once. 
4895
4896 2005-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4897
4898         * stepmake/aclocal.m4: teTeX-3.0 inimf fix.  Comment-out.
4899
4900 2005-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
4901
4902         * mf/GNUmakefile: teTeX-3.0 install fix.
4903
4904         * Cygwin patch from Bertalan.
4905
4906         * stepmake/stepmake/metafont-rules.make: Remove bashism.
4907
4908 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
4909
4910         * GNUmakefile.in: 
4911         * SConstruct (symlink): teTeX-3.0 build fix: add map symlink.
4912
4913         * tex/GNUmakefile: teTeX-3.0 fix: install .enc in fonts/enc.  Add
4914         2.0.x compatibility.
4915
4916 2005-02-08  Werner Lemberg  <wl@gnu.org>
4917
4918         * mf/feta-din-code.mf: Format; clean up code.
4919         Replace `---' with `--' plus explicit path directions.
4920         (linethickness#, stafflinethickness#): Remove.
4921         ("dynamic f"): Replace `draw' with `draw_rounded_block'.
4922         ("dynamic s"): Improve shape.
4923         ("dynamic p"): Improve shape.
4924         Replace `draw' with better outline approximation.
4925         ("dynamic r"): Improve shape.
4926         Don't call `fill' and `draw' at the same time.
4927
4928 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
4929
4930         * SConstruct (symlink):
4931         * GNUmakefile.in ($(builddir)/share/lilypond-force): teTeX-3.0
4932         build fix: add enc symlink.
4933
4934         * lily/general-scheme.cc: Compile fixes: include wchar.h, string.h.
4935
4936         Support for DESTDIR besides prefix=/foo
4937
4938         * vim/GNUmakefile (local-install): Use $(INSTALL) -d iso mkdir.
4939
4940         * stepmake/stepmake/*.make:
4941         * */GNUmakefile:
4942         * GNUmakefile.in: Prepend $(DESTDIR) to installation directory.
4943
4944         * config.make.in (prefix): Remove broken $(DESTDIR) hack.
4945
4946         * stepmake/aclocal.m4: Use %0.f iso %d to quiet gawk < 3.1.4 and
4947         mawk in fontforge (date) test.
4948
4949 2005-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4950
4951         * scm/font.scm (make-century-schoolbook-tree): add NCS as
4952         font-family=roman. Add Luxi Sans as sans
4953
4954 2005-02-07  Graham Percival  <gperlist@shaw.ca>
4955
4956         * Documentation/user/notation.itely: add warning about
4957         percent repeats and Voice contexts.
4958
4959         * Documentation/user/lilypond-book.itely: clarified the
4960         necessity of dvips -u arguments.
4961
4962 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
4963
4964         * THANKS: Added a bunch of bug hunters.
4965
4966 2005-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4967
4968         * scm/framework-ps.scm (output-preview-framework): bugfix.
4969
4970         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): use unicode
4971         o/ for chord modifier..
4972
4973         * lily/general-scheme.cc (LY_DEFINE): new function ly:wide-char->utf-8.
4974
4975         * lily/drum-note-performer.cc:  remove unused (thanks Michael
4976         Welsh Duggan). 
4977
4978 2005-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4979
4980         * Documentation/user/changing-defaults.itely (Text encoding): Clarify.
4981
4982         * ly/titling-init.ly: Do not also print intstrument in header on
4983         first page.  Do not print page number on first and only page.
4984
4985 2005-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4986
4987         * input/regression/*.ly: remove old-relative everywhere
4988
4989         * lily/music-sequence.cc (simultaneous_relative_callback): do
4990         what-if analysis on copy, not on original. Fixes old-relative
4991         compatibility.
4992
4993         * scm/backend-library.scm (postscript->png): space before
4994         --verbose.
4995         
4996 2005-02-05  Werner Lemberg  <wl@gnu.org>
4997
4998         * mf/feta-autometric.mf (fet_beginchar): Check whether `feta_group'
4999         is defined.
5000
5001         * mf/feta-alphabet.mf: Define `staffsize#'.
5002         Include `feta-params.mf'.
5003         s/staffheight/design_size/.
5004
5005         * mf/feta-alphabet??.mf: s/staffheight/design_size/.
5006
5007         * mf/feta-alphabet26.mf: Fix a serious bug (design size off by 8pt).
5008
5009         * mf/feta-nummer-code.mf: Reformatted.
5010         (draw_six): Use outline intersection to avoid a self-intersecting
5011         path.
5012         ("Numeral comma"): Fix serious outline glitches.  This slightly
5013         changes the glyph shape.
5014         ("Numeral dash"): Use `draw_rounded_block'.
5015         ("Numeral dot"): Use `drawdot'.
5016         ("Numeral 1"): Assure identical tangent directions for the
5017         intersection points of paths.  The glyph shape improvement is only
5018         visible at very high magnifications.
5019         ("Numeral 2"): Use `solve' macro to make the lower right part of
5020         the glyph outline touch the x axis exactly.  This changes the
5021         glyph shape.
5022         Minor fixes for better overlap removal support.
5023         ("Numeral 4"): Make lefter corner `rounder'.
5024         ("Numeral 5"): Assure identical tangent directions for the
5025         intersection points of paths.  This improves the glyph shape at
5026         high magnifications.
5027         ("Numeral 7"): Use `solve' macro to make the upper right part of
5028         the glyph outline touch the metrics box exactly.  This changes the
5029         glyph shape.
5030         Avoid corner in the upper left part of the glyph (causing a minor
5031         shape change).
5032
5033         * mf/feta-ital-*.mf: Removed.  Unused.
5034
5035 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5036
5037         * VERSION (PATCH_LEVEL): release 2.5.11
5038
5039         * input/regression/fill-line-test.ly: new file.
5040
5041         * buildscripts/gen-emmentaler-scripts.py (i): insert dash in
5042         emmentaler name, eg. emmentaler-23. 
5043
5044 2005-02-04  Christian Hitz  <chhitz@gmx.net>
5045
5046         * scm/scm/define-markup-commands.scm (fill-line): rework for better
5047         alignment with centered texts
5048
5049         * scm/stencil.scm (stack-stencils-padding-list): new function, takes a
5050         list of paddings
5051
5052 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5053
5054         * mf/GNUmakefile ($(outdir)/lilypond.map): add aybabtu to .map file.
5055
5056         * lily/note-column.cc (translate_rests): call flush_extent_cache()
5057         of parents when translating rests. Fixes: c-chord-rest.ly 
5058
5059         * lily/include/dimension-cache.hh (struct Dimension_cache): add
5060         dimension_callback_ member.
5061
5062         * lily/grob.cc (flush_extent_cache): new function. Force recompute
5063         of extents.
5064
5065 2005-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
5066
5067         * all but lily/*: The grand 2004/2005 replace.
5068
5069 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5070
5071         * lily/*: add space after ,  
5072
5073         * scm/music-functions.scm (has-request-chord): don't use
5074         ly:music-name anywhere. Fixes <<\\>> notation. 
5075
5076         * scm/define-markup-commands.scm (box): use font-size for
5077         padding. Fixes boxed-rehearsal-marks.ly
5078
5079         * lily/parser.yy (assignment_id): allow LYRICS_STRING as
5080         identifier definition too, so foo = \lyrics { ...   } bar = #1
5081         doesn't complain about "bar" being LYRICS_STRING.
5082
5083         * lily/paper-def.cc (find_pango_font): new routine; Store
5084         pango_fonts in hash tab too. This is necessary for retrieving
5085         Pango_fonts::physical_font_tab() later on.
5086  
5087         * lily/pango-font.cc (pango_item_string_stencil): bugfix: don't
5088         crash if psname is null.
5089
5090         * lily/lily-guile.cc (ly_hash2alist): new function
5091
5092         * Documentation/user/changing-defaults.itely (Text encoding):
5093         rewrite. 
5094
5095         * lily/pango-font.cc (physical_font_tab): new member. Store PSname
5096         -> font_filename mapping.
5097
5098         * lily/pango-font-scheme.cc (LY_DEFINE): new file. New function
5099         ly_pango_font_physical_fonts
5100
5101         * scm/framework-ps.scm (supplies-or-needs): extract names from
5102         physical Pango_fonts.
5103
5104         * utf8.ly: new file.
5105
5106 2005-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5107
5108         * Documentation/user/changing-defaults.itely (Page layout): add
5109         doco about systemSeparatorMarkup.
5110
5111         * scm/page-layout.scm (default-page-make-stencil): add-to-page
5112         function.
5113         (default-page-make-stencil): insert system separators.
5114
5115         * scm/define-markup-commands.scm (hcenter): add
5116         (beam): add.
5117
5118 2005-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5119
5120         * scm/output-ps.scm (ez-ball): reinstate ez notation.
5121
5122 2005-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
5123
5124         * lily/main.cc: Spell backend consistently.  Sort options.
5125
5126 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5127
5128         * scripts/lilypond-book.py (Module): revert @include.
5129         
5130 2005-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
5131
5132         * scripts/lilypond-book.py: Resurrect HTML links to .ly source.
5133         Bugfix: @include .tex (not .texi).  Small cleanups.
5134
5135         * stepmake/bin/add-html-footer.py (i18n): New function.
5136
5137 2005-01-31  Werner Lemberg  <wl@gnu.org>
5138
5139         * mf/feta-nummer.mf: Removed.  Unused.
5140
5141 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5142
5143         * lily/ : 2004 -> 2005 s&r
5144
5145         * scm/file-cache.scm (cached-file-contents): add file. Read each
5146         file only once.
5147
5148         * scm/font.scm (add-pango-fonts): change order. Medium weight is
5149         now default.
5150
5151         * VERSION: release 2.5.10
5152         
5153         * mf/GNUmakefile (INSTALLATION_OUT_FILES4): install cff.ps files.
5154
5155         * make/ly-rules.make ($(outdir)/%.texi): detect new EOF marker.
5156
5157         * scm/framework-ps.scm (dump-stencil-as-EPS): robustness: ensure
5158         that both X and Y extents of bbox are non-nil.
5159
5160 2005-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5161
5162         * scm/chord-name.scm (alteration->text-accidental-markup): change
5163         - to . 
5164
5165         * scm/output-ps.scm (utf8-string): add utf8-string for completeness.
5166
5167         * scm/framework-ps.scm (dump-stencil-as-EPS): new function
5168
5169         * Documentation/user/invoking.itely (Invoking lilypond): add note
5170         about EPS backend.
5171
5172         * scm/framework-eps.scm: new file: create per-system/per-page EPS
5173         files for inclusion in lilypond-book document.
5174
5175         * input/tutorial/lbook-latex-test.tex: rename from lilbook.tex
5176
5177         * input/tutorial/lbook-texi-test.texi: new file.
5178
5179         * scm/safe-lily.scm (safe-objects): add
5180         {begin,end}-of-line-(in)?visible as safe.
5181  
5182 2005-01-30  Graham Percival  <gperlist@shaw.ca>
5183
5184         * Documentation/user/changing-defaults.itely: fixed example
5185         of (dynamics).
5186
5187 2005-01-29  Graham Percival  <gperlist@shaw.ca>
5188
5189         * lily/main.cc: fix info about -o=FILE.
5190
5191 2005-01-29  Werner Lemberg  <wl@gnu.org>
5192
5193         * mf/feta-toevallig.mf ("Natural"): Completely changed the
5194         construction to assure smooth transition from straight to curved
5195         lines.
5196
5197 2005-01-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5198
5199         * lily/stencil.cc (moved_to_edge): don't halt on adding empty
5200         stencils.
5201
5202         * ps/lilyponddefs.ps: add start-page, start-system doesn't
5203         translate to top of page. Fixes alignment problems of
5204         lilypond-generated EPS files.
5205
5206 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5207
5208         * scm/part-combiner.scm (analyse-spanner-states): trigger on
5209         crescendo-end as well, since Decrescendo maybe ended with Stop
5210         Crescendo.). Fixes: partcombine-diminuendo.ly
5211
5212         * scm/script.scm (default-script-alist): swap portato symbols.
5213
5214         * lily/instrument-name-engraver.cc (acknowledge_grob): typo.
5215
5216         * lily/paper-outputter-scheme.cc (LY_DEFINE):
5217         ly:outputter-port. New function.
5218
5219         * scm/framework-ps.scm (output-classic-framework): dump a
5220         -systems.texi too
5221         (output-classic-framework): dump multiple systems on an "infinite"
5222         page EPS including fonts. 
5223
5224         * scripts/lilypond-book.py (Lilypond_snippet.ly_is_outdated): use
5225         .eps files for both texi and tex formats. Use PNG coming from
5226         lilypond.
5227         
5228 2005-01-28  Graham Percival  <gperlist@shaw.ca>
5229
5230         * Docuemntation/user/invoking.itely: fix info about -o=FILE.
5231
5232         * scripts/lilypond-latex.py: fix info about -o=FILE.
5233
5234 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5235
5236         * ly/generate-embedded-cff.ly: write .cff.ps files.
5237
5238         * mf/GNUmakefile ($(outdir)/lilypond.map): add .cff.ps to .map file.
5239
5240         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
5241         $(outdir)/%.svg $(outdir)/%.pfa): remove --simplify
5242
5243 2005-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5244
5245         * lily/include/guile-compatibility.hh (SCM_VECTOR_P): Compile fix.
5246
5247 2005-01-28  Werner Lemberg  <wl@gnu.org>
5248
5249         * mf/feta-macros.mf (soft_start_penstroke, soft_end_penstroke): New
5250         macros.
5251         (draw_bulb): Improved.
5252
5253         * mf/feta-pendaal.mf ("Pedal asterisk"): Remove workaround for
5254         metapost bug.
5255         (draw_pedal_P): Use soft_end_penstroke.
5256         (draw_pedal_d): Use soft_start_penstroke.
5257
5258         * mf/feta-schrift.mf ("Trill (`tr')"): Remove redundant point in
5259         path.
5260         ("Varied Coda"): Move some points to avoid fontforge warnings.  This
5261         doesn't change the glyph shape.
5262
5263         * mf/feta-accordion.mf ("accOldEE"): Draw glyph differently (without
5264         changing the shape) to avoid fontforge warnings.
5265
5266         * mf/feta-klef.mf (draw_tab_T, draw_tab_A, draw_tab_B): Use
5267         soft_end_penstroke and fix glyph shape.
5268
5269 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5270
5271         * lily/*.cc: Scheme deprecation of SCM_VECTOR_* 
5272
5273 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5274
5275         * scm/define-markup-commands.scm (line): filter out empty stencils
5276         from line command.
5277
5278         * lily/stencil-scheme.cc (LY_DEFINE): only allow finite real
5279         amount.
5280
5281 2005-01-27  Graham Percival  <gperlist@shaw.ca>
5282
5283         * Documentation/user/notation.itely: added info about what
5284         \voiceFoo does.  Also rewrote warning about marks at
5285         a line break.
5286
5287         * Documentation/user/changing-defaults.itely: added info
5288         about putting dynamics in parenthesis and brackets.
5289
5290 2005-01-27  Werner Lemberg  <wl@gnu.org>
5291
5292         * mf/feta-schrift.mf ("Trill (`tr')"): Fix typo.
5293
5294 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5295
5296         * mf/feta-schrift.mf: reverse u and d portato. Fixes:
5297         portato-direction.ly
5298
5299         * lily/beam.cc (consider_auto_knees): add beam height to
5300         threshold. Fixes: knee-multiple-beam.ly
5301
5302         * lily/instrument-name-engraver.cc (acknowledge_grob): also ignore
5303         pedal line spanners. Fixes: instrument-center-pedal.ly
5304
5305         * lily/auto-beam-engraver.cc (acknowledge_grob): stop beam
5306         if encountering barline. Fixes: auto-beam-repeat.ly
5307
5308 2005-01-26  Werner Lemberg  <wl@gnu.org>
5309
5310         * mf/feta-slag.mf (draw_trillelement): Fix shape to get clean
5311         overlapping.
5312
5313         * mf/feta-toevallig.mf (draw_meta_sharp): Fix shape to avoid curves
5314         with inflections for the 1/2 sharp glyph.
5315
5316         * mf/feta-schrift.mf ("Trill (`tr')"): Fix start position of
5317         connection between `t' and `r'.
5318         Unify bulb with the rest of `r' to avoid grazing outlines which
5319         confuses the overlap removal algorithm of fontforge.
5320
5321         * mf/feta-bolletjes.mf (draw_slash): Fix shape to avoid curves with
5322         inflections.
5323         (draw_cross): Fix shape to have uniform thickness in corners.
5324
5325         * mf/feta-pendaal.mf (draw_pedal_P): Break shape into smaller pieces
5326         to avoid an uneven number of self-intersections; this confuses
5327         fontforge.
5328         Fix a slight bug in the shape at left bottom (which is visible only
5329         at high magnifications).
5330         `Center' the stem horizontally to avoid overlapping.
5331
5332 2005-01-24  Werner Lemberg  <wl@gnu.org>
5333
5334         * mf/feta-autometric.mf (fet_beginfont): Set font_coding_scheme
5335         to `asis'.
5336         (fet_begingroup): Save group name in string `feta_group'.
5337         (fet_endgroup): Updated.
5338         (fet_beginchar): Emit `glyph_name' special for mf2pt1.
5339
5340         * mf/feta-bolletjes.mf: s/p/pat/ for paths.
5341
5342         * mf/feta-pendaal.mf ("Pedal asterisk"): Add workaround for bug
5343         in metapost.
5344
5345 2005-01-24  Graham Percival  <gperlist@shaw.ca>
5346
5347         * Documentation/user/notation.itely: really minor editing.
5348
5349 2005-01-22  Graham Percival  <gperlist@shaw.ca>
5350
5351         * Documentation/user/examples.itely: minor editing.
5352
5353         * Documentation/user/changing-defaults.itely: minor editing.
5354
5355         * Documentation/user/notation.itely: clarified info on polyphony
5356         and \addlyrics.
5357
5358 2005-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5359
5360         * scm/output-gnome.scm: 
5361         * scm/output-svg.scm:
5362         * scm/lily-library.scm (font-name-style): Update font name
5363         kludging for fontconfig use.
5364
5365 2005-01-20  Erlend Aasland  <erlenda@gmail.com>
5366
5367         * scm/define-markup-commands.scm: Document right-align and
5368         larger markup commands. Remove "TODO" from the topmost comment
5369         "each markup function should have a doc string." More consistent
5370         use of new-lines.
5371
5372 2005-01-22  Graham Percival  <gperlist@shaw.ca>
5373
5374         * Documentation/user/changing-defaults: removed info about
5375         copyright symbol, since it's likely to change soon.
5376         Added info about betweensystemspace.
5377
5378         * Documentation/user/notation.itely: minor fixes.
5379
5380         * Documentation/user/lilypond.tely,
5381         Documentation/user/music-glossary.tely: changed copyright
5382         date to 2005 instead of 2004.
5383
5384         * input/test/volta-chord-names.ly: added old example back.
5385
5386 2005-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5387
5388         * mf/feta-beugel.mf: use design size 20 (not 15).
5389
5390         * mf/aybabtu.pe.in: scale brace fonts to design sizes.
5391         change name to aybabtu completely
5392
5393 2005-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5394
5395         * buildscripts/gen-emmentaler-scripts.py (outdir): add
5396         design_size to fontname
5397
5398 2005-01-19  Werner Lemberg  <wl@gnu.org>
5399
5400         * mf/feta-accordion.mf, mf/feta-klef.mf, mf/feta-pendaal.mf,
5401         mf/feta-schrift.mf: s/p/pat/ if a path variable.
5402
5403         * mf/feta-autometric.mf (set_char_box): Add code which emits
5404         specials for mf2pt1 if run with metapost.
5405         (to_bp): New macro for mf2pt1.
5406
5407 2005-01-18  Graham Percival  <gperlist@shaw.ca>
5408
5409         * Documentation/user/changing-defaults: added info on
5410         creating a copyright symbol.
5411
5412 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5413
5414         * VERSION: release 2.5.9
5415         
5416 2005-01-18  Erlend Aasland  <erlenda@gmail.com>
5417
5418         * scm/auto-beam.scm: Simplify score-override-auto-beam-setting
5419
5420         * Documentation/user/notation.itely: Document
5421         score-override-auto-beam-setting Fix documentation for
5422         revert-auto-beam-setting.
5423
5424 2005-01-18  Werner Lemberg  <wl@gnu.org>
5425
5426         * scm/framework-ps.scm (ps-embed-cff): Fix DSC comments.
5427         (procset): New function to define a procset resource.
5428         (ps-embed-pfa): New function to define a font resource.
5429         (setup): New function to define a `Setup' environment.
5430         (preamble): Use new functions.
5431
5432         * ps/lilypond.defs (init-lilypond-parameters): New function to
5433         get rid of directly executed PS code.  Used in scm/framework-ps.scm.
5434
5435 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5436
5437         * mf/GNUmakefile (MFTRACE_FLAGS): add --no-afm to MFTRACE_FLAGS
5438
5439 2005-01-17  Erlend Aasland  <erlenda@gmail.com>
5440
5441         * scm/define-markup-commands.scm: Change number->markletter-string
5442         to take two arguments (vector number). Add number->mark-alphabet-vector
5443         and markalphabet markup command.
5444
5445         * scm/translation-functions.scm: Add format-mark-box-alphabet,
5446         format-mark-alphabet, format-mark-box-barnumbers and
5447         format-mark-barnumbers. Fix bug in format-mark-box-numbers.
5448
5449 2005-01-17  Graham Percival  <gperlist@shaw.ca>
5450
5451         * Documentation/user/examples.itely: add SATB automatic piano
5452         reduction template.
5453
5454         * Documentation/user/notation.itely: added info about changing
5455         partcombine texts.  Also adds examples of alternate lyrics.
5456
5457         * Documentation/user/changing-defaults.itely: added warning
5458         about \RemoveEmptyStaffContext overriding previous changes.
5459
5460 2005-01-17  Werner Lemberg  <wl@gnu.org>
5461
5462         * buildscripts/mf-to-table.py: Use `FetaAlphabetEncoding' for
5463         feta-alphabet*.
5464
5465 2005-01-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5466
5467         * python/lilylib.py (make_ps_images): don't do final showpage for
5468         multi-page documents.
5469         
5470         * VERSION (MY_PATCH_LEVEL): release 2.5.8
5471
5472 2005-01-16  Graham Percival  <gperlist@shaw.ca>
5473
5474         * Documentation/user/lilypond.tely: changed order of appendices;
5475         unified index should be last.
5476
5477         * Documentation/user/notation.itely: add example of key signatures
5478         and info about Staff.printKeyCancellation.
5479
5480 2005-01-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5481
5482         * lily/include/repeated-music.hh (class Repeated_music): change
5483         into "namespace" class.
5484
5485         * lily/event.cc: remove Key_change_event.
5486
5487         * lily/include/transposed-music.hh (class Transposed_music): remove.
5488
5489         * lily/transposed-music.cc: remove
5490
5491         * lily/include/relative-music.hh: remove.
5492
5493         * lily/include/music-sequence.hh (struct Music_sequence): change
5494         into "namespace" class.
5495
5496         * lily/untransposable-music.cc (Module): remove
5497
5498         * lily/include/un-relativable-music.hh (Module): remove
5499
5500         * lily/include/untransposable-music.hh (Module): remove
5501
5502         * lily/include/music-list.hh (Module): remove file
5503
5504         * lily/un-relativable-music.cc: remove file.
5505
5506 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
5507
5508         * lily/parser.yy: Compile fix.
5509
5510 2005-01-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5511
5512         * lily/include/music.hh (class Music): unvirtualize transpose().
5513
5514         * lily/sequential-music.cc: remove file.
5515
5516         * lily/include/lyric-combine-music.hh ("music.hh"): remove file.
5517
5518         * lily/slur-scoring.cc (get_best_curve): only switch on
5519         DEBUG_SLUR_SCORING for non NDEBUG builds.
5520
5521         * lily/include/music.hh (class Music): replace Music::start_mom()
5522         by start-callback property
5523
5524         * lily/include/grace-music.hh: remove file. 
5525
5526         * lily/stem.cc (height): robustness fix.
5527
5528         * lily/time-scaled-music.cc: remove file.
5529
5530         * lily/include/music.hh (class Music): include SCM init argument.
5531         (class Music): replace Music::get_length() virtual by
5532         length-callback property everywhere.
5533
5534         * scripts/convert-ly.py (conv): add  # to \property scalar value.
5535
5536         * mf/GNUmakefile: don't install *list.ly
5537
5538 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
5539
5540         * mf/GNUmakefile (CFF_FILES): Bugfix: only big cheeses and braces.
5541
5542 2005-01-12  Werner Lemberg  <wl@gnu.org>
5543
5544         This patch addresses the following problems in the feta sources
5545         files which contribute to the fetaXX fonts.
5546
5547         . Many fixes for rasterization at low resolutions (consistent use of
5548           `vround' and `hround', integer shift values for paths, applying
5549           `eps' for mirrored paths, use of `define_whole_pixels' and
5550           friends, etc.) -- while this probably looks like a waste of time
5551           it has revealed deficiencies in some glyph shapes.  See comment at
5552           the end of feta-params.mf how vertical symmetry is achieved.
5553
5554         . The `---' operator has been replaced everywhere with `--'; this
5555           both improves and considerably reduces the font size after
5556           conversion with mf2pt1.
5557
5558         These change aren't explicitly mentioned below since virtually all
5559         glyphs are affected.
5560
5561         Other notable differences:
5562
5563         . Glyphs from feta-accordion.mf now have charboxes around the
5564           outline.
5565
5566         . Fixed incorrect charbox for `accDot'.
5567
5568         . The `rcomma' and `lcomma' glyphs were distorted due to a typo.
5569
5570         . Fixed position of the bow in the `upprall' glyph and its siblings.
5571
5572         . The bulb size in the `2/2 meter' and `4/4 meter' glyphs is now
5573           dependent on the staff line thickness to avoid touching the middle
5574           staff line at smaller sizes.
5575
5576         . Largely extended output for feta-testXX: Where useful, glyphs
5577         are shown both between and on staff lines.
5578
5579
5580         * mf/feta-params.mf (staff_space_rounded,
5581         stafflinethickness_rounded, linethickness_rounded,
5582         ledgerlinethickness_rounded, stemthickness_rounded): New variables.
5583         Update all code which uses them where appropriate.
5584         (feta_eps, feta_shift, feta_space_shift, feta_offset, feta_fillpen):
5585         New variables used to control rasterization at low resolutions.  Set
5586         to zert if feta code is processed with metapost.
5587
5588         * mf/feta-macros.mf (draw_staff, draw_staff_outline): Updated.
5589         (draw_rounded_block, draw_square_block): Updated to use `--' only.
5590         (flare_path): Updated.
5591         Make it work with `filldraw' (but only circular pens).
5592         (hfloor, vfloor, hceiling, vceiling): New macros.
5593
5594         * mf/feta-accordion.mf ("accDiscant", "accFreebase", "accStdbase"):
5595         Use `draw' again in mf mode to have good pixel dropout control.
5596         Fix intersection points of horizontal lines with circle.
5597         ("accDot"): Fix parameters for set_char_box.
5598         ("accOldEE"): Use `draw' again in mf mode to have good pixel dropout
5599         control.
5600
5601         * mf/feta-banier.mf: Updated.
5602
5603         * mf/feta-bolletjes.mf (remember_pic): New variable, used for
5604         testing.
5605         (undraw_inside_ellipse): Remove `center' argument.  Update all
5606         callers.
5607         (draw_brevis): New macro, called by "Brevis notehead".
5608         (draw_whole_triangle_head): New macro, called by "Whole
5609         trianglehead".
5610         (draw_small_triangle_head): Use `filldraw'.
5611
5612         * mf/feta-eindelijk.mf: Remove useless global group.
5613         Updated.
5614
5615         * mf/feta-klef.mf (draw_c_clef): Correct point positions for using
5616         `filldraw'.
5617
5618         * mf/feta-pendaal.mf: Updated.
5619
5620         * mf/feta-puntje.mf: Updated.
5621
5622         * mf/feta-schrift.mf (draw_very_long_fermata): Simplified to use
5623         less points.
5624         ("Flageolet"): Use `draw' again in mf mode to have good pixel
5625         dropout control.
5626         ("Varied Coda"): Use `draw_block'.
5627         (draw_comma): Fix typo.
5628         (draw_arpeggio_arrow): Use `draw' also in mf mode to have good
5629         pixel dropout control.
5630
5631         * mf/feta-slag.mf ("upprall", "downprall", "lineprall"): Fix start
5632         position of bow.
5633
5634         * mf/feta-timesig.mf (draw_C): Reduce bulb size for smaller design
5635         sizes.
5636
5637         * mf/feta-toevallig.mf (remember_pic): New variable, used for
5638         testing.
5639         (draw_meta_sharp): Much simplified.
5640         ("Sharp", "1/2 Sharp", "3/4 Sharp"): Don't rotate but shift.
5641
5642         * mf/feta-test-generic.mf: Include all files as in feta-generic.mf.
5643
5644 2005-01-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5645
5646         * Documentation/user/notation.itely (Ancient rests): Fix typo
5647         (thanks Anthony)
5648
5649 2005-01-13  Jan Nieuwenhuizen  <janneke@gnu.org>
5650
5651         * scm/auto-beam.scm (score-override-auto-beam-setting): New function.
5652
5653         * lily/main.cc (setup_paths): Add cff.
5654
5655         * mf/GNUmakefile (foe): Include actual target %.cff.
5656         (INSTALLATION_OUT_SUFFIXES): Install CFF and SVG fonts too.
5657
5658 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5659
5660         * lily/include/lily-lexer.hh (class Lily_lexer): lose hungarian _b
5661         suffix for main_input_b_.
5662
5663         * scm/music-functions.scm (toplevel-music-functions):
5664         precompute music lengths for music expressions.  
5665
5666 2005-01-11  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5667
5668         * lily/include/input.hh (class Input): new `end_' slot for end of
5669         input. Renamed defined_str0_ to start_.
5670
5671         * lily/input.cc (Input): Add Input::Input (Input const &) and
5672         remove Input::Input (Source_file*, char const *). Use the new
5673         slots.
5674         (set_location): method used by bison to propagate input
5675         locations (YYLLOC_DEFAULT).
5676         (end_line_number, end_column_number, step_forward): new methods
5677         
5678         * lily/input-scheme.cc (ly:input-both-locations): new function,
5679         similar to ly:input-location, but also return the end line and
5680         column.
5681
5682         * lily/include/includable-lexer.hh: 
5683         * lily/includable-lexer.cc: 
5684         * lily/include/lily-lexer.hh (class Lily_lexer): 
5685         * lily/lily-lexer.cc (add_lexed_char): Move add_lexed_char from
5686         Includable_lexer to Lily_lexer, in order to update lexloc (the
5687         yylloc), a new slot of Lily_lexer.
5688         (here_input, LexerError): simplify by using the lexloc slot (aka
5689         yylloc)
5690
5691         * lily/lexer.ll: #define yylloc to use input locations (it may
5692         be useless here?). Fixed the #embedded_scm rule (step the location
5693         forward in order to skip the sharp sign before parsing the scheme
5694         expression)
5695
5696         * lily/include/lily-parser.hh (class Lily_parser): 
5697         * lily/lily-parser.cc: Remove push_spot(), pop_spot() and
5698         here_input()
5699         (parser_error): overload for more precise locations of errors.
5700
5701         * lily/parser.yy (YYLTYPE): set location type to Input
5702         (YYLLOC_DEFAULT): use Input::set_location()
5703         (yylex): add the YYLTYPE* location parameter.
5704         Clean push_spot()/pop_spot()/here_input(), and use @$, @1, etc.
5705         Give an Input parameter to THIS->parser-error() for more accurate
5706         messages.
5707
5708 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5709
5710         * stepmake/aclocal.m4: do NDEBUG for optimizing builds.
5711
5712         * lily/include/beam.hh (DEBUG_QUANTING): performance: only switch
5713         on BEAMQUANTING for non-NDEBUG builds.
5714
5715         * lily/stem.cc (head_count): performance: avoid String::String()
5716         inside oft called function.
5717
5718 2005-01-09  Graham Percival  <gperlist@shaw.ca>
5719
5720         * Documentation/user/examles.itely: attempted fix for broken
5721         string quartet template.
5722
5723         * Documentation/user/notation.itely: remove unnecessary broken
5724         link.
5725
5726 2005-01-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5727
5728         * VERSION (PACKAGE_NAME): release 2.5.7
5729
5730 2005-01-09  Jan Nieuwenhuizen  <janneke@gnu.org>
5731
5732         * config.make.in (METAFONT): Append -progname=mf, fixes use with
5733         mf-nowin for teTeX-3.0.  Backportme.
5734
5735         * scm/output-svg.scm (utf8-string): New function.
5736
5737         * scm/output-gnome.scm (utf8-string): New function.
5738         (otf-name-mangling): Remove.
5739
5740         * lily/pango-font.cc (Pango_font): Use font string iso font
5741         filename for utf8-text.
5742
5743         * buildscripts/gen-emmentaler-scripts.py: Remove designsize from
5744         name.
5745
5746 2005-01-08  Graham Percival  <gperlist@shaw.ca>
5747
5748         * Documentation/user/notation.itely: add info about
5749         Staff.extraNatural = ##f in Pitches section.  Also
5750         fixed some minor issues in the Vocal music section.
5751
5752 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5753
5754         * scm/output-ps.scm (white-text): comment out Helvetica font,
5755         which is broken for my GS install.
5756
5757         * lily/pango-font.cc (pango_item_string_stencil): use ink_rect,
5758         which provides a tighter bbox.
5759
5760         * scm/define-grobs.scm (all-grob-descriptions): remove all
5761         extra-offsets from definitions.
5762
5763 2005-01-08  Erlend Aasland  <erlenda@gmail.com>
5764
5765         * scm/output-lib.scm: Rename guitar-tunings to guitar-tuning and
5766         add tuning for 4-string bass and some common 4/5-string banjo
5767         tunings.  New function (four-string-banjo) turns a 5-string tuning
5768         into a 4-string tuning.  New function
5769         (fret-number-tablature-format-banjo) computes correct fret numbers
5770         on 5-string banjos.
5771
5772         * ly/engraver-init.ly: Default stringTunings = #guitar-tuning
5773         Add beam correction to TabVoice.
5774
5775         * scm/define-grobs.scm: Adjust notehead offset. Print fret numbers
5776         using bold font; makes tabs more readable.
5777
5778 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5779
5780         * lily/font-select.cc (get_font_by_design_size): don't make
5781         Modified_font_metric; this causes trouble, since we don't know the
5782         font magnification from inside Pango_font::text_stencil()
5783
5784         * lily/all-font-metrics.cc (find_pango_font): take magnification argument.
5785
5786         * Documentation/user/notation.itely (The Lyrics context): comment out
5787         broken {Small ensembles} link.
5788
5789         * scm/framework-svg.scm (output-framework): change calling convention.
5790
5791         * lily/object-key-dumper-scheme.cc: new file.
5792
5793         * lily/object-key-undumper-scheme.cc: new file.
5794
5795         * lily/tweak-registration-scheme.cc: new file.
5796
5797         * lily/pango-select.cc (symbol_to_pango_variant): init local variable.
5798
5799         * Documentation/user/examples.itely (String quartet): uncomment
5800         broken example.
5801
5802         * lily/font-config.cc: new file.
5803
5804 2005-01-08  Jan Nieuwenhuizen  <janneke@gnu.org>
5805
5806         * scm/output-svg.scm: 
5807         * scm/output-gnome.scm: s/bigcheese/emmentaler.
5808
5809         * lily/score-engraver.cc (MUSIC_FONT): Use emmentaler20.
5810
5811 2005-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
5812
5813         * lily/general-scheme.cc (LY_DEFINE): Use snprintf (WAS: sprintf).
5814         Add headers.
5815
5816         * lily/GNUmakefile (general-scheme.o): Add version.hh dependency.
5817
5818 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5819
5820         * mf/GNUmakefile (debian-mirror): rename bigcheese to emmentaler.
5821
5822         * lily/include/main.hh: lose _b hungarian suffixes for global
5823         variables.
5824
5825         * lily/include/lily-guile-macros.hh: new file.
5826
5827         * lily/pango-select-scheme.cc (LY_DEFINE): new file.
5828
5829         * lily/general-scheme.cc: new file. 
5830
5831         * lily/font-select.cc (get_font_by_design_size): retrieve
5832         PangoFont for (designsize . "pango-descr") entries.
5833
5834         * lily/lily-parser-scheme.cc: new file.
5835
5836         * lily/output-def-scheme.cc: new file.
5837
5838         * lily/paper-book-scheme.cc: new file.
5839
5840         * lily/duration-scheme.cc (LY_DEFINE): new file.
5841
5842         * lily/pitch-scheme.cc:  new file.
5843
5844         * scm/font.scm (add-cmr-fonts): use real dimens in font selection.
5845
5846 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5847
5848         * lily/dimensions.cc (LY_DEFINE): add ly:{inch,cm,mm,bp,pt}.
5849
5850 2005-01-06  Graham Percival  <gperlist@shaw.ca>
5851
5852         * Documentation/user/notation.itely: minor editing.
5853
5854         * Documentation/user/changing-defaults: minor editing.
5855
5856         * Documentation/user/examples.itely: add template for
5857         string quartet part extraction; demonstrates tag.
5858
5859 2005-01-06  Erlend Aasland  <erlenda@gmail.com>
5860
5861         * Documentation/user/notation.itely: documents
5862         format-mark-box-letters and format-mark-box-numbers
5863
5864         * scm/define-context-properties.scm: change comment.
5865
5866 2005-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5867
5868         * scm/framework-ps.scm (output-classic-framework): new function:
5869         dump systems as separate .eps files (without fonts) and write a
5870         single collecting .tex file.
5871
5872 2005-01-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5873
5874         * Documentation/user/notation.itely (Setting simple songs):
5875         Correct several errors in the equivalent formulation of
5876         \addlyrics. 
5877         (The Lyrics context): Corrected link to the SATB example.
5878
5879 2005-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5880
5881         * scm/lily.scm (completize-formats): new function
5882         (postprocess-output): new function
5883
5884         * lily/paper-book.cc (classic_output): change calling
5885         convention. Give basename as first argument. 
5886         remove Paper_book::post_processing().
5887
5888         * lily/lily-guile.cc (LY_DEFINE): ly:output-backend, new function.
5889
5890 2005-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5891
5892         * lily/paper-outputter.cc (LY_DEFINE): new function
5893         ly:outputter-close.
5894
5895         * lily/main.cc: change --format,-f to --backend,-b
5896
5897         * lily/include/main.hh: rename format to backend.
5898
5899         * scm/translation-functions.scm (format-mark-box-numbers): add.
5900         patch by Erlend Aasland
5901
5902 2005-01-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5903
5904         * lily/pango-font.cc (text_stencil): dump string as
5905         (utf-8-string FONTDESC UTF8) for use in -f gnome, -f svg.
5906
5907 2005-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5908
5909         * configure.in (gui_b): Remove handy developer-only
5910         PKG_CONFIG_PATH settings that cater for Jan-and-Han-Wen ~/usr/pkg/
5911         CVS source installations (but break other non-default but correct
5912         PKG_CONFIG_PATH setups), as this is no longer developer-only.
5913
5914         * SConstruct: 
5915         * ps/GNUmakefile (INSTALLATION_FILES): teTeX-3.0
5916         compatibility (backportme).
5917
5918         * GNUmakefile.in: teTeX-3.0 compatibility (backportme).
5919
5920 2005-01-03  Werner Lemberg  <wl@gnu.org>
5921
5922         Prepare glyph shapes for mf2pt1 conversion.
5923
5924         * mf/feta-accordion.mf (accreg_pen): Removed.  No longer used.
5925         (accDiscant, accFreebase, accStdbase): Replace `draw' with
5926         `penstroke'.
5927         (accDot): Use `drawdot'.
5928         (accBayanbase): Replace `draw' with `draw_gridline'.
5929         (print_penpos): Moved to feta-macros.mf.
5930         (accOldEE): Replace `filldraw' with `penstroke'.
5931         Replace `draw' with `penstroke' and `drawdot'.
5932
5933         * mf/feta-banier.mf: Code clean-up.
5934         ("grace dash (up)", "grace dash (down)"): Replace `draw' with
5935         `fill'.
5936
5937         * mf/feta-bolletjes (draw_cross): Remove call to `labels'.
5938
5939         * mf/feta-eindelijk.mf (draw_rest_bulb, draw_eigth_rest): Add
5940         paremeter to control drawing of labels.  Update all callers.
5941
5942         * mf/feta-klef.mf (draw_c_clef): Use `&' not `..' to connect paths.
5943         (new_bulb): Return a bulb as a single path.  To do that, it now
5944         takes some more parameters.  Updated all callers.
5945         (draw_gclef): Major clean-up.  `draw' has been replaced with
5946         `penstroke', unnecessary outlines have been removed.
5947         Remove (unused) gnome-canvas code.
5948
5949         * mf/feta-macros.mf (print_penpos): New macro (from
5950         feta-accordion.mf).
5951         Other minor fixes.
5952
5953         * mf/feta-pendaal.mf ("Pedal asterisk"): Use `undrawdot'.
5954         ("Pedal dot"): Use `drawdot'.
5955         (draw_pedal_P): Add parameter to control drawing of labels.  Update
5956         all callers.
5957         Fix shape at top.
5958         (draw_pedal_e): Add parameter to control drawing of labels.  Update
5959         all callers.
5960         (draw_pedal_d): Add parameter to control drawing of labels.  Update
5961         all callers.
5962         Revert drawing direction.
5963
5964         * mf/feta-schrift.mf (draw_fermata): Use single path.
5965         (draw_short_fermata): Replace `filldraw' with `fill'.
5966         (draw_long_fermata, draw_very_long_fermata): Replace calls to
5967         `draw_rounded_block' with a single path.
5968         ("Thumb"): Draw full circle instead of mirroring segments.
5969         (draw_accent): New macro.
5970         ("> accent", "espr"): Use it.
5971         (draw_marcato): Replace `filldraw' and `draw' with `fill'.
5972         ("open (unstopped)"): Draw full circle instead of mirroring
5973         segments.
5974         (draw_vee): Removed.
5975         ("Upbow"): Use `draw_accent' instead of `draw_vee'.
5976         ("Downbow"): Replace calls to `draw_rounded_block' with a single
5977         path.
5978         ("Trill (`tr')"): Replace overlapping loop drawn with `draw' with
5979         partial pieces drawn with `fill' -- these do still overlap with the
5980         stem of the `t' but just once, not multiple times so that fontforge
5981         can handle it gracefully.
5982         Change other parts of the glyph so that fontforge's overlapping
5983         algorithm reliably works.
5984         (draw_heel): Replace `draw' with `fill'.
5985         (draw_toe): Use `draw_accent' instead of `draw_vee'.
5986         ("Flageolet"): Replace `draw' with `penstroke'.
5987         ("Segno"): Replace `filldraw' with `penstroke'.
5988         Replace `draw' with `drawdot'.
5989         ("Coda"): Replace `fill' with `penstroke', using a single path.
5990         ("Varied Coda"): Use less overlapping paths.
5991         (draw_arpeggio_arrow): Replace `filldraw' with `fill', using a
5992         single path.
5993
5994         * mf/feta-slag.mf (draw_trillelement): Put `clearxy' outside of
5995         group to better control the `labels' command.
5996         Rename argument to `offset' and use it actually.  Update all
5997         callers.
5998         Replace `filldraw' with `fill'.
5999         ("mordent", "prallmordent", "upmordent", "downmordent",
6000         "lineprall"): Replace `draw' with `draw_gridline'.
6001         ("upprall", "downprall"): Replace `draw' with `fill'.
6002
6003         * mf/feta-timesig.mf: Formatting.
6004
6005         * mf feta-toevallig.mf (draw_meta_flag): Move code to draw labels
6006         to...
6007         ("Flat"): Here.
6008         (draw_paren): Move code to draw labels to...
6009         ("Right Parenthesis"): Here.
6010
6011 2005-01-02  Graham Percival <gperlist@shaw.ca>
6012
6013         * Documentation/user/notation.itely: add example of \setTextDecresc
6014         and \setTextDim.
6015
6016 2005-01-02  Tatsuya Ono <tats_ono@infoseek.jp>
6017
6018         * scm/define-markup-commands.scm :  fix glyph-strings of
6019         accidentals and \note-by-number
6020
6021 2005-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6022
6023         * VERSION: 2.5.6 released.
6024         
6025         * ps/lilyponddefs.ps: put mm -> pt scaling in here.
6026
6027         * input/regression/new-markup-scheme.ly: oops. font-family=music
6028         -> font-encoding fetaMusic.  
6029
6030         * lily/main.cc: put default to PS.
6031
6032         * lily/tfm.cc: idem.
6033
6034         * lily/afm.cc: idem.
6035
6036         * lily/include/modified-font-metric.hh (struct
6037         Modified_font_metric): remove coding_scheme() method.
6038
6039         * input/mutopia/F.Schubert/morgenlied.ly: convert to utf8
6040
6041         * scripts/convert-ly.py (conv): crash on encountering \encoding.
6042
6043         * input/les-nereides.ly: convert to utf8
6044
6045         * lily/modified-font-metric.cc (text_dimension): idem.
6046
6047         * lily/parser.yy (TODO): idem.
6048
6049         * lily/include/lily-lexer.hh (class Lily_lexer): idem.
6050
6051         * lily/lexer.ll: remove encoding
6052
6053         * scm/framework-ps.scm (output-variables): separately scale the
6054         page to mm 
6055
6056         * lily/pango-font.cc (Pango_font): fix scaling.
6057
6058         * lily/font-metric.cc (design_size): design_size returns a
6059         dimension now as well.
6060
6061 2004-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6062
6063         * mf/GNUmakefile ($(outdir)/%.otf-table): use findstring. Fixes
6064         brace generation. 
6065
6066         * lily/text-metrics.cc (LY_DEFINE): use scm_c_make_hash_table().
6067
6068 2004-12-30  Jan Nieuwenhuizen  <janneke@gnu.org>
6069
6070         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Do not try to
6071         install unbuildable Fontmap and Fontmap.lily (Simon Aridis-Lang).
6072
6073 2004-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6074
6075         * mf/GNUmakefile ($(outdir)/%.otf-table): include parmesan20.lisp
6076         in first run as well.
6077
6078         * scm/paper.scm (layout-set-staff-size): use text-font-size in
6079         dimension less points (ie. 12 = 12 point)
6080
6081         * lily/pango-select.cc (select_pango_font): use find_scaled_font().
6082
6083         * lily/all-font-metrics.cc (find_pango_font): set description_
6084
6085         * lily/pango-font.cc (text_stencil): export size as well.
6086         (text_stencil): fix scaling and extents box.
6087
6088 2004-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6089
6090         * Documentation/topdocs/NEWS.texi (Top): add -f texstr
6091
6092         * Documentation/user/invoking.itely (Invoking lilypond): document
6093         texstr
6094
6095         * scripts/convert-ly.py (conv): add ancient rules.
6096
6097         * scm/clef.scm (c0-pitch-alist): replace - with .
6098
6099         * scripts/lilypond-book.py (process_snippets): add texstr support.
6100
6101         * scm/framework-texstr.scm (header): change extension to .textmetrics
6102
6103         * lily/lily-parser.cc (parse_file): do try_load_text_metrics for
6104         -f tex.
6105
6106         * lily/text-metrics.cc: new file.
6107         (try_load_text_metrics): new function
6108
6109         * lily/include/text-metrics.hh: new file.
6110
6111 2004-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6112
6113         * lily/include/lily-guile.hh (ly_lily_module_constant): rename
6114         ly_scheme_function to ly_lily_module_constant.
6115
6116         * lily/modified-font-metric.cc (text_dimension): try
6117         lookup_tex_text_dimension() first.
6118
6119         * lily/tfm.cc: new function ly:load-text-dimensions
6120
6121 2004-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6122
6123         * scm/output-texstr.scm (text): use \lilygetmetrics
6124
6125         * scm/framework-texstr.scm (header): dump in new format.
6126
6127         * tex/lilypond-tex-metrics: new file.
6128         
6129 2004-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6130
6131         * lily/pango-font.cc (text_stencil): Quick try at glyph->charcode
6132         mapping.
6133         (index_to_charcode): New method.
6134
6135         * scm/output-ps.scm (glyph-string): 
6136         * scm/output-gnome.scm (glyph-string): Add FONT parameter.
6137
6138 2004-12-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6139
6140         * scm/output-gnome.scm (FIXME-glyph-string): New function.  Cannot
6141         implement fully, need FONT to get to charcode.
6142
6143         * scm/lily.scm (ly:all-stencil-expressions): Add glyph-string.
6144
6145         * scm: Cleanups.
6146
6147         * Documentation/user/changing-defaults.itely: Fix internalsrefs
6148         {Tunable context properties},
6149         {All layout objects},
6150         {Music definitions}.
6151
6152 2004-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6153
6154         * VERSION: release 2.5.5
6155         
6156         * lily/main.cc: use TeX as default output format.
6157
6158         * flower/file-path.cc (find): try to open directly as well, so we
6159         find absolute path files. 
6160
6161         * lily/pango-select.cc: new file.
6162
6163         * scm/framework-ps.scm: remove all encoding code. 
6164         load pfb/pfa for PangoFont too.
6165         
6166         * lily/lily-guile.cc (ly_chain_assoc_get): new function.
6167
6168 2004-12-22  Werner Lemberg  <wl@gnu.org>
6169
6170         Prepare glyph shapes for mf2pt1 conversion.
6171
6172         * mf/feta-toevallig.mf ("Double Sharp"): Minor path fix.
6173
6174         * mf/feta-bolletjes.mf (penposx): New auxiliary macro.
6175         (define_triangle_shape): Use it to replace `draw' with `fill' and
6176         `unfill'.  Update all callers.
6177         (draw_slash): Replace `filldraw' with `fill'.  Update all callers.
6178         (draw_cross): Ditto.
6179         ("X-Circled notehead"): Replace `draw' with `fill' and `unfill'.
6180         Use penrazor for better conversion with mf2pt1.
6181         (generic_draw_solfa_note_shape, draw_solfa_note_shape,
6182         draw_solfa_quarter_note_shape, triangle): Removed.  Unused.
6183         (draw_do_head, draw_re_head, draw_mi_head, draw_fa_head,
6184         draw_la_head, draw_ti_head): Replace `filldraw' with
6185         `fill'.  Update all callers.
6186
6187 2004-12-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6188
6189         * lily/paper-book.cc (output): revert: only allow a single output
6190         format.
6191
6192         * lily/include/pango-font.hh: new file.
6193
6194         * lily/pango-font.cc: new file.
6195
6196         * lily/font-metric.cc (text_stencil): new routine
6197
6198         * lily/all-font-metrics.cc (find_pango_font): new routine.
6199
6200         * lily/include/font-metric.hh (struct Font_metric): add
6201         text_stencil()
6202
6203         * configure.in (PKG_CONFIG_PATH): require PANGO_FT2
6204
6205 2004-12-22  Werner Lemberg  <wl@gnu.org>
6206
6207         Prepare glyph shapes for mf2pt1 conversion.
6208
6209         * mf/feta-macros.mf, mf_feta-eindelijk.mf: Some formatting.
6210
6211         * mf/feta-toevallig.mf: Formatting.
6212         (draw_meta_sharp): Modify path to replace `filldraw' with `fill'.
6213         ("Natural"): Fix paths to allow better postprocessing.
6214         (draw_meta_flat): Use `z3l' as additional point in path to get
6215         better conversion with mf2pt1.
6216         Other minor cleanups.
6217         ("3/4 Flat"): Add auxiliary points and modify path to replace
6218         `draw' with `fill'.
6219         ("Double Sharp"): Mirror path segments instead of picture elements
6220         to get a single outline.
6221         Modify path to replace `filldraw' with `fill'.
6222
6223 2004-12-22  Graham Percival  <gperlist@shaw.ca>
6224
6225         * input/test/unfold-all-repeats.ly: added file back.
6226
6227         * Documentation/user/notation.itely,
6228         Documentation/user/programming-interface.itely
6229         Documentation/user/changing-defaults.itely: fixed misc broken
6230         links to input/test/ files.
6231
6232 2004-12-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6233
6234         * tex/texinfo.tex: Update.  We should not be distributing this,
6235         but since we do, use latest version.
6236
6237         * Documentation/user/macros.itexi: Comment-out \fetaflat,
6238         \fetasharp.  Fixes make web.  FIXME: make usable (compatible?) TeX
6239         macros for feta glyphs.
6240
6241 2004-12-22  Graham Percival  <gperlist@shaw.ca>
6242
6243         * Documentation/user/changing-defaults.itely: fix index for set.
6244
6245         * Documentation/user/converters.itely: added convert-ly bugs list
6246         from CVS.
6247
6248 2004-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6249
6250         * python/lilylib.py (setup_environment): Set GS_FONTPATH, GS_LIB
6251         to empty.  Fixes make web, using gs-gpl-8.01.  In fact,
6252         gs-afpl-8.50 has more trouble with make web (ie, uses *a lot* more
6253         resourses; 3x MAXSIZE, 4x MAXRSS, 1.5x user).
6254
6255         * mf/GNUmakefile (pfa_warning): Use less broken check.
6256
6257         * python/lilylib.py (setup_environment): Remove cruft from
6258         GS_FONTPATH.
6259
6260         * configure.in: Bump mftrace requirement to 1.1.1.
6261
6262 2004-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
6263
6264         * scm/output-svg.scm (beam): Use polygon.
6265
6266         * scm/lily-library.scm: Bugfix.
6267
6268         * Documentation/user/invoking.itely (Invoking lilypond): Bugfix.
6269
6270         * mf/GNUmakefile (ALL_GEN_FILES): Remove unbuildable Fontmap.lily.
6271
6272 2004-12-19  Werner Lemberg  <wl@gnu.org>
6273
6274         Prepare glyph shapes for mf2pt1 conversion.
6275
6276         * mf/feta-eindelijk: Some formatting.
6277         (multi_rest_x, multi_beam_height): Removed.  Unused.
6278         ("Quarter rest"): Use `intersectiontimes' to create a single
6279         outline.
6280         (rest_crook): Removed.  Unused.
6281         (draw_rest_bulb): Return path (wihtout filling).  Update callers.
6282         Simplified.
6283         (draw_eighth_rest, "16th rest", "32th rest", "64th rest",
6284         "128th rest"): Simplify `pat'.
6285         Create single outline.
6286
6287 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6288
6289         * mf/GNUmakefile (ALL_GEN_FILES):
6290         (INSTALLATION_OUT_SUFFIXES): Remove unbuildable fonts.scale.
6291
6292         * scm/output-svg.scm (polygon, draw-line, dashed-line): New
6293         function.
6294
6295 2004-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6296
6297         * scm/output-texstr.scm (placebox): add routine
6298
6299         * VERSION (PACKAGE_NAME): release 2.5.4
6300
6301         * scm/framework-texstr.scm (output-framework): new file.  
6302
6303         * scm/output-texstr.scm: new file. Collect (TEXT . ) calls for TeX
6304         processing.
6305
6306         * Documentation/user/invoking.itely (Invoking lilypond): add SVG
6307
6308         * stepmake/stepmake/metafont-rules.make: make single SVG/PFA/PFB
6309         rule.
6310
6311         * configure.in (gui_b): bump mftrace requirement to 1.1.0
6312
6313         * mf/feta-bolletjes.mf (triangle): add s to 0triangle.
6314
6315         * mf/GNUmakefile (ALL_GEN_FILES): make SVG files too.
6316
6317 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6318
6319         * scm/framework-svg.scm (dump-page): Implement landscape.
6320
6321 2004-12-18  Jan Nieuwenhuizen  <janneke@gnu.org>
6322
6323         * lily/main.cc (setup_paths): Add svg to search path.
6324
6325         * scm/output-svg.scm:
6326         * scm/framework-svg.scm: Add pageSet.  Update.
6327         (dump-fonts): New function.
6328         (output-framework): Use it.
6329
6330         * mf/GNUmakefile: 
6331         * buildscripts/gen-bigcheese-scripts.py: Also generate SVG font.
6332
6333 2004-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6334
6335         * tex/lilyponddefs.tex: comment out new ifpdf code.
6336
6337 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6338
6339         * GNUmakefile.in: 
6340         * SConstruct (symlink): Replace afm by otf.
6341
6342         * scm/framework-gnome.scm (gnome-main): Remove invocation of
6343         ly:pango-add-afm-decoder.
6344
6345         * lily/lily-guile.cc ("ly:pango-add-afm-decoder"): Build fix: Remove.
6346
6347 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6348
6349         * scm/output-ps.scm (new-text): don't access t glyph for getting
6350         space dimension.
6351
6352         * ly/init.ly: warn about \version
6353
6354         * lily/lexer.ll: set version-seen?
6355
6356 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6357
6358         * scm/output-svg.scm (string->entities): Update.
6359
6360 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6361
6362         * lily/main.cc (setup_paths): replace afm by otf for path. 
6363
6364         * lily/pangofc-afm-decoder.cc: remove.
6365
6366         * lily/include/pangofc-afm-decoder.hh: remove.
6367
6368         * scm/framework-scm.scm (output-framework): new file.
6369
6370         * mf/GNUmakefile: remove SAUTER_FONTS.
6371         remove SVG/sodipodi hacks.
6372
6373         * scm/lily-library.scm (stderr): move stderr.
6374
6375         * mf/GNUmakefile: remove AFM support.
6376
6377         * buildscripts/mf-to-table.py (base): remove AFM support.
6378
6379         * lily/open-type-font.cc (design_size): use design_size
6380
6381 2004-12-17  Pedro Kroger  <kroeger@pedrokroeger.net>
6382
6383         * lily/font-metric.cc (LY_DEFINE): Fix the docstring.
6384
6385 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6386
6387         * mf/GNUmakefile: Generate combined aybabtu info.
6388         * mf/aybabtu.pe.in (i): Load it.
6389
6390         * scm/framework-tex.scm (otf-font-load-command): Bugfix: subfonts
6391         are not symbols.
6392
6393         * lily/include/open-type-font.hh (count): New method.
6394
6395         * mf/aybabtu.pe.in: Typo.
6396
6397         * Documentation/user/out/lilypond-internals.nexi (Scheme
6398         functions): Typo.
6399
6400         * lily/include/guile-compatibility.hh (SCM_HASHTABLE_P): Add compat.
6401
6402 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6403
6404         * buildscripts/gen-bigcheese-scripts.py (i): use symbols for
6405         subfonts.
6406
6407         * scm/output-tex.scm (named-glyph): new function. This fixes TeX output.
6408
6409         * scm/framework-tex.scm (otf-font-load-command): load subfonts.
6410         (tex-font-command-raw): new function.
6411
6412         * lily/include/virtual-font-metric.hh (Module): remove file
6413
6414         * lily/virtual-font-metric.cc (Module): remove file.
6415         
6416
6417         * lily/open-type-font.cc (LY_DEFINE): ly:otf-font-glyph-info
6418         (get_indexed_char): read bbox from lily table if present.
6419
6420 2004-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6421
6422         * mf/GNUmakefile ($(outdir)/aybabtu.subfonts): rule for
6423         aybabtu.subfonts
6424
6425         * mf/feta-beugel.mf (y): don't number consecutively, instead, use
6426         global glyphname. Enables more than 64 glyphs in the OTF.
6427
6428 2004-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6429
6430         * scm/font.scm (add-music-fonts): Load aybabtu iso all separate
6431         braces.
6432
6433         * lily/open-type-font.cc (design_size): Use 12 as default for
6434         design size.
6435
6436         * mf/aybabtu.pe.in: New file.  Merge all our braces.
6437
6438         * mf/GNUmakefile: Generate aybabtu.
6439
6440         * tex/lilyponddefs.tex: teTeX 3.0 pdfetex fix.
6441
6442 2004-12-14  Jan Nieuwenhuizen  <janneke@gnu.org>
6443
6444         * scm/lily-library.scm (char->unicode-index): Remove.
6445
6446         * scm/output-gnome.scm (text): Bugfix for plain string input.
6447         Updates.
6448
6449         * scm/output-svg.scm (svg-font): Add weight to font selection.
6450
6451 2004-12-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6452
6453         * Documentation/topdocs/INSTALL.texi (Top): Point to
6454         buildscripts/out/clean-fonts instead of
6455         buildscripts/clean-fonts.sh. 
6456
6457 2004-12-13  Graham Percival  <gperlist@shaw.ca>
6458
6459         * input/regression/figured-bass.ly: attempt to clarify text.
6460
6461         * Documentation/user/notation.tely: add cindex for tag, attempt to
6462         add figured bass example.
6463
6464         * Documentation/user/changing-defaults: basic editing.
6465
6466 2004-12-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6467
6468         * buildscripts/gen-bigcheese-scripts.py (i): load .subfonts table. 
6469
6470         * lily/open-type-font.cc (LY_DEFINE): new function
6471         ly:font-sub-fonts
6472
6473         * lily/include/font-metric.hh (struct Font_metric): new method
6474         sub_fonts()
6475
6476         * lily/vaticana-ligature-engraver.cc (transform_heads): replace
6477         . with - in add.stem.
6478         
6479 2004-12-13  Jan Nieuwenhuizen  <janneke@gnu.org>
6480
6481         * scm/encoding.scm (coding-alist): Fix encodings for fetaNumber
6482         and fetaDynamic.
6483
6484         * lily/rest.cc (glyph_name): Change - to . .
6485
6486         * scm/output-gnome.scm (text): Hello world, again.
6487
6488         * scm/output-svg.scm (named-glyph): New function.  Hello world!
6489
6490         * lily/modified-font-metric.cc (index_to_charcode): New method.
6491
6492         * lily/include/font-metric.hh (index_to_charcode): New function.
6493
6494         * lily/font-metric.cc (ly:font-glyph-name-to-charcode): Use it in
6495         new function.
6496         (ly:font-glyph-to-index): Remove.
6497
6498 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6499
6500         * lily/open-type-font.cc (make_index_to_charcode_map): new method.
6501
6502         * mf/feta-autometric.mf (code): remove tex name from fet_beginchar.
6503
6504         * lily/open-type-font.cc (load_scheme_table): new function
6505
6506         * lily/dots.cc (print): replace - 
6507
6508         * lily/open-type-font.cc (attachment_point): new function.
6509         (load_table): read LILC table
6510
6511         * buildscripts/gen-bigcheese-scripts.py (Module): new
6512         file. Generate FF scripts.
6513
6514         * mf/feta-din10.mf: idem.
6515
6516         * mf/feta-nummer10.mf: remove mf files.
6517
6518         * mf/feta-alphabet.mf (dynamic_design_size): merge din and number font.
6519
6520 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
6521
6522         * lily/lily-guile.cc: Use scm_from_locale_stringn.
6523
6524         * lily/include/guile-compatibility.hh (scm_from_locale_stringn): Add
6525         compatibility.
6526
6527 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6528
6529         * lily/open-type-font.cc (get_indexed_char): scale metrics by
6530         design-size and units_per_EM.
6531
6532         * mf/bigcheese.pe.in: set PUA codepoints before loading din & nummer.
6533
6534 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
6535
6536         * mf/bigcheese.pe.in (i): Map to 0xe000 (PUA) for testing, which
6537         does not crash fontforge.
6538
6539         * scm/lily-library.scm (char->unicode-index): Hack to map onto
6540         PUA.
6541
6542 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6543
6544         * scm/framework-ps.scm (ps-embed-cff): new function.
6545
6546         * lily/lily-guile.cc (LY_DEFINE): make ly:gulp-file binary proof.
6547
6548 2004-12-12  Werner Lemberg  <wl@gnu.org>
6549
6550         * mf/bigcheese.pe.in: Add PUA mapping.
6551         Don't create Type 42 but bare CFF font.
6552
6553 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
6554
6555         * scm/output-gnome.scm (placebox): Hackery to get bigcheese symbols
6556         within canvas boundaries.
6557
6558         * mf/merge.pe.in: Set font names, version, license GPL.
6559
6560         * make/substitute.make: Add FONTFORGE.
6561
6562         * config.make.in (FONTFORGE): Add.
6563
6564         * configure.in (gui_b): Use PATH_PROG for fontforge.
6565
6566 2004-12-11  Graham Percival  <gperlist@shaw.ca>
6567
6568         * scm/define-markup-commands.scm: add baseline-skip to info
6569         about \column.
6570
6571 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6572
6573         * lily/font-metric.cc (ly:font-get-glyph-index): New function.
6574
6575         * scm/output-gnome.scm (named-glyph): Use it.
6576
6577         * scm/lily.scm (ly:all-stencil-expressions): Add named-glyph.
6578
6579         * flower/string.cc (substitute_char): Rename, rewrite, modify this.
6580         (upper_string, lower_string, reverse_string): Remove.
6581
6582         * configure.in (fontforge): Reinstate version check.
6583
6584         * ly/engraver-init.ly: Fix clef glyph names.
6585
6586         * lily/time-signature.cc (special_time_signature): Fix fraction
6587         glyph names.
6588
6589 2004-12-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6590
6591         * mf/merge.pe: new file.
6592
6593         * lily/freetype.cc: new file.
6594
6595         * lily/include/open-type-font.hh (class Open_type_font): new file.
6596
6597         * lily/include/freetype.hh: new file.
6598
6599         * lily/open-type-font.cc: new file.
6600
6601         * lily/all-font-metrics.cc (find_otf): new function.
6602
6603 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6604
6605         * lily/time-signature.cc (special_time_signature): Fix.
6606
6607         * configure.in (PKG_CONFIG_PATH): Remove stray `i'.  Check for
6608         GTK2 before checking for pango.  Fixes -fgnome.
6609
6610         * lily/font-metric.cc (LY_DEFINE): Also rename C name to match
6611         Scheme name.
6612
6613         * scm/define-markup-commands.scm:
6614         * scm/safe-lily.scm: Bugfix: ly:font-by-name.
6615
6616         * configure.in: Require makeinfo 4.7 (needed for @ifdocbook).
6617
6618         * stepmake/aclocal.m4 (STEPMAKE_GET_VERSION): Grok fontforge-like
6619         date versions.  Fixes configure.
6620         (STEPMAKE_CHECK_VERSION): Support optional actual program version
6621         argument.
6622
6623 2004-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6624
6625         * buildscripts/mf-to-table.py (write_ps_encoding): write real
6626         names in .enc
6627
6628         * lily/*.cc: use '.' iso. '-' for separating glyph name elements.
6629
6630 2004-12-09  Graham Percival  <gperlist@shaw.ca>
6631
6632         * Documentation/user/changing-defaults.itely: add info about
6633         make-dynamic-script
6634
6635         * Documentation/user/notation.itely: add link in dynamics to
6636         section about make-dynamic-script.
6637
6638 2004-12-09  Christian hitz  <chhitz@gmx.net>
6639
6640         * lily/lily-guile.cc: change MACOS_X to __APPLE__
6641
6642 2004-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6643
6644         * buildscripts/mf-to-table.py (parse_logfile): use . for
6645         concatting name and group.
6646         (parse_logfile): use M for Minus (negative.)
6647
6648         * lily/include/type-swallow-translator.hh
6649         (DECLARE_EVENT_SWALLOWER): ENTER_DESCRIPTION -> ADD_TRANSLATOR
6650
6651         * lily/*.cc: cosmetics around = sign.
6652
6653         * lily/paper-column.cc (Paper_column): copy rank_. This fixes
6654         lyric spacing on the penultimate column.
6655
6656 2004-12-05  Christian Hitz  <chhitz@gmx.net>
6657
6658         * configure.in:
6659         * lily/accidental-placement.cc:
6660         * lily/bar-line.cc:
6661         * lily/beam-concave.cc:
6662         * lily/beam-quanting.cc:
6663         * lily/beam.cc:
6664         * lily/bezier-bow.cc:
6665         * lily/bezier.cc:
6666         * lily/break-align-interface.cc:
6667         * lily/custos.cc:
6668         * lily/dimension-cache.cc:
6669         * lily/dot-column.cc:
6670         * lily/font-metric.cc:
6671         * lily/font-select.cc:
6672         * lily/gourlay-breaking.cc:
6673         * lily/grob-property.cc:
6674         * lily/grob.cc:
6675         * lily/lily-guile.cc:
6676         * lily/line-spanner.cc:
6677         * lily/lookup.cc:
6678         * lily/lyric-extender.cc:
6679         * lily/lyric-hyphen.cc:
6680         * lily/mensural-ligature.cc:
6681         * lily/midi-def.cc:
6682         * lily/misc.cc:
6683         * lily/note-collision.cc:
6684         * lily/note-column.cc:
6685         * lily/note-head.cc:
6686         * lily/paper-outputter.cc:
6687         * lily/percent-repeat-item.cc:
6688         * lily/rest-collision.cc:
6689         * lily/side-position-interface.cc:
6690         * lily/simple-spacer.cc:
6691         * lily/slur-configuration.cc:
6692         * lily/slur-scoring.cc:
6693         * lily/slur.cc:
6694         * lily/spaceable-grob.cc:
6695         * lily/spacing-spanner.cc:
6696         * lily/spanner.cc:
6697         * lily/staff-symbol-referencer.cc:
6698         * lily/stem.cc:
6699         * lily/stencil.cc:
6700         * lily/system-start-delimiter.cc:
6701         * lily/system.cc:
6702         * lily/text-item.cc:
6703         * lily/tie.cc:
6704         * lily/tuplet-bracket.cc:
6705         * lily/vaticana-ligature.cc: Fix for MacOS X: use <math.h> instead of
6706         <cmath> beacause isinf/isnan is undefined in <cmath>
6707
6708 2004-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6709
6710         * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond.
6711
6712 2004-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6713
6714         * VERSION: release 2.5.3
6715         
6716 2004-11-29  Arno Waschk <arno@arnowaschk.de>
6717
6718         * mf/feta-schrift.mf: added <>-like articulation mark as "espressivo"
6719
6720 2004-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6721
6722         * scm/music-functions.scm (cue-substitute): voice counts start at 0.
6723
6724         * lily/note-head.cc (internal_print): always try the "s" head if
6725         u/d not found.
6726
6727         * scm/titling.scm (marked-up-headfoot): reinstate default tagline.
6728
6729 2004-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6730
6731         * mf/parmesan-heads.mf (overdone_heads): typos.
6732
6733 2004-11-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6734
6735         * lily/parser.yy (markup): in markups, { .. } without command
6736         before are also flattened, ie \line must be explicitely used.
6737
6738         * Documentation/user/changing-defaults.itely:
6739         * Documentation/user/notation.itely: 
6740         * input/wilhelmus.ly: 
6741         * input/regression/instrument-name-markup.ly: 
6742         * input/regression/markup-score.ly: 
6743         * input/regression/new-markup-scheme.ly: 
6744         * input/regression/new-markup-syntax.ly: 
6745         * input/test/coriolan-margin.ly: use \line in markups where
6746         appropriate
6747         
6748 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6749
6750         * scm/new-markup.scm (map-markup-command-list): helper function
6751         used in parser.yy to map markup commands on a markup list.
6752
6753         * lily/parser.yy: get rid off < > in markups by treating { } as
6754         real lists.
6755
6756         * lily/lexer.ll: remove < > from markup lexer mode.
6757
6758         * scripts/convert-ly.py (conv): add rule for converting 
6759         \markup < > to \markup { }
6760
6761         * ly/titling-init.ly: 
6762         * input/test/coriolan-margin.ly: 
6763         * input/regression/new-markup-syntax.ly: 
6764         * input/regression/new-markup-scheme.ly: 
6765         * input/regression/multi-measure-rest-text.ly: 
6766         * input/regression/markup-stack.ly: 
6767         * input/regression/markup-score.ly: 
6768         * input/regression/instrument-name-markup.ly: 
6769         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: 
6770         * input/mutopia/R.Schumann/romanze-op28-2.ly: 
6771         * input/mutopia/J.S.Bach/wtk1-fugue2.ly: 
6772         * input/wilhelmus.ly: 
6773         * Documentation/user/notation.itely: 
6774         * Documentation/user/music-glossary.tely: 
6775         * Documentation/user/changing-defaults.itely: change < > to { } in
6776         markups
6777
6778 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6779
6780         * lily/accidental-placement.cc (position_accidentals): shortcut if
6781         no accidentals to place.
6782
6783 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6784
6785         * scm/define-grob-properties.scm (all-user-grob-properties): fixed
6786         typo s/ly:dimension ?/ly:dimension?/
6787
6788         * input/regression/lily-in-scheme.ly: 
6789         * input/regression/music-function.ly: 
6790         * ly/spanners-init.ly (assertBeamSlope): 
6791         * scm/music-functions.scm (def-grace-function): add the paper
6792         argument to music function definitions.
6793
6794 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6795
6796         * lily/moment.cc (LY_DEFINE):
6797         ly:moment-main-{denominator,numberator}, new function.
6798
6799         * lily/score-engraver.cc (typeset_all): assign to column on basis
6800         of axis-group-parent-X setting.
6801
6802         * lily/axis-group-engraver.cc (process_acknowledged_grobs): do
6803         add_element() on basis of axis-group-parent-Y setting.
6804
6805         * lily/grob.cc: add axis-group-parent-{XY} properties.
6806
6807         * input/regression/spacing-stick-out.ly: new file.
6808
6809         * lily/simple-spacer.cc (add_columns): use binary search for
6810         setting column rods. Changes O(n^2) to O(n log(n)) for
6811         constructing spacing problem from columns.
6812         (add_columns): read allow-outside-line to make sure no texts stick
6813         out.
6814         (solve): Simple_spacer::is_active() only determines
6815         satisfies_constraints_ for non-ragged typesetting.
6816
6817         * lily/simultaneous-music.cc (to_relative_octave): only set
6818         old_relative_used if return pitch actually changed.
6819
6820         * scm/define-context-properties.scm
6821         (all-user-translation-properties): change to match implementation.
6822
6823         * python/lilylib.py: Replace re.match by re.search and adds "-c
6824         showpage" to the gs command line (Johannes Schindelin)
6825
6826         * scm/framework-ps.scm (output-preview-framework): sanitize bbox
6827         before processing. Prevents crash when inf is in the extent.
6828
6829         * scm/define-markup-commands.scm (note-by-number): add "s" to
6830         "noteheads-" glyphname.
6831  
6832         * lily/parser.yy (Generic_prefix_music): supply parser argument to
6833         music function as well.
6834         
6835 2004-11-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6836
6837         * VERSION: release 2.5.2
6838
6839         * Documentation/user/changing-defaults.itely (Creating titles):
6840         add breakbefore variable.
6841
6842         * lily/paper-book.cc (set_system_penalty): new function. Set
6843         penalty_ based on breakBefore setting
6844
6845         * lily/context-specced-music-iterator.cc (construct_children):
6846         interpret special context id $uniqueContextId 
6847
6848         * lily/context.cc (create_unique_context): new method. Move
6849         creation of unique (\new) contexts into interpreting phase. This
6850         makes
6851
6852           foo= \new Staff ..
6853           << \foo \foo >>
6854
6855         produce 2 staves.
6856         
6857
6858         * scm/define-music-properties.scm (all-music-properties): add
6859         quoted-voice-direction
6860
6861         * ly/music-functions-init.ly: killCues function.
6862
6863         * scm/music-functions.scm (cue-substitute): move creation of voice
6864         contexts further to the back. 
6865
6866 2004-11-25  Werner Lemberg  <wl@gnu.org>
6867
6868         * tex/GNUmakefile ($(outdir)/latin1.enc): Replace `/minus' with
6869         `/hyphen' in encoding vector to get correct glyph name for EC fonts.
6870
6871 2004-11-24  Erik Sandberg  <ersa9195@student.uu.se>
6872
6873         * buildscripts/guile-gnome.sh: Fixed typo.
6874
6875 2004-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6876
6877         * lily/lexer.ll: add < >  to markup lexer mode (backportme)
6878
6879         * scripts/abc2ly.py (dump_slyrics): add ord(). 
6880
6881         * lily/note-heads-engraver.cc (process_music): add shapeNoteStyles
6882         to regular engraver. 
6883
6884 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6885
6886         * mf/feta-bolletjes.mf (triangle): rewrite solfa heads.
6887
6888 2004-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6889
6890         * scm/define-markup-commands.scm (fill-line): Typo.
6891
6892         * buildscripts/guile-gnome.sh (GGVERSION): Build update for 2.7.96
6893         and newer.
6894
6895 2004-11-22  Erik Sandberg  <ersa9195@student.uu.se>
6896
6897         * ly/dynamic-scripts-init.ly: Fixed typo.
6898
6899 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6900
6901         * mf/feta-bolletjes.mf (overdone_heads): cleanup triangle
6902         note-head, to have different attachment points for up and down.
6903
6904         * mf/feta-bolletjes.mf: merge solfa heads into main note heads.
6905
6906         * mf/feta-generic.mf (else): remove solfa.
6907
6908         * mf/feta-bolletjes.mf (tishape): remove unicode test.
6909
6910         * scm/define-context-properties.scm
6911         (all-user-translation-properties): add shapeNoteStyles property.
6912
6913         * lily/shape-note-heads-engraver.cc (process_music): new file.
6914
6915         * lily/event.cc (transpose): call Event::transpose() for
6916         transposing the tonic.
6917
6918 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6919
6920         * scm/output-gnome.scm: Save some pointers about pango/fontconfig
6921         Unicode/OpenType and AFM.
6922
6923         * lily/include/guile-compatibility.hh (scm_from_bool): Add.
6924
6925 2004-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6926
6927         * lily/grob.cc (Grob): idem. Plugs mem leaks. 
6928
6929         * lily/context.cc (Context): unprotect key from ctor.
6930
6931         * scm/stencil.scm (stack-lines): return empty-stencil if argument
6932         is '()
6933         (stack-stencils): idem.
6934
6935         * Documentation/user/changing-defaults.itely (Creating titles):
6936         document new title layout options.
6937
6938         * lily/parser.yy (lilypond_header_body): copy previous
6939         $globalheader if present.
6940
6941         * lily/ly-module.cc (LY_DEFINE): rename ly:import-module to
6942         ly:module-copy
6943         
6944         * scm/page-layout.scm (marked-up-headfoot): remove old functions.
6945
6946         * scm/titling.scm: remove old titling functions
6947
6948         * lily/stencil.cc (translate): remove absolute dimension.
6949
6950         * ly/titling-init.ly (oddFooterMarkup): new file. Generate titles
6951         via markup.
6952
6953         * scm/page-layout.scm (marked-up-headfoot): create header/footer
6954         field from user-supplied markup
6955
6956         * scm/define-markup-commands.scm (on-the-fly): new markup
6957         command. Enter SCM markup procedure directly in Scheme.
6958         (fromproperty): new markup command. Read markup from props argument.
6959
6960         * scm/titling.scm (marked-up-title): create title via
6961         user-specified markup. 
6962
6963         * scm/define-markup-commands.scm (column): remove empty stencils
6964         from column.
6965
6966         * lily/ly-module.cc (LY_DEFINE): use ly_module_lookup(). This does
6967         not have side-effect of creating variable stub.
6968
6969         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-empty?
6970
6971 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6972
6973         * scm/encoding.scm (coding-alist): 
6974         * scm/font.scm (add-ec-fonts):
6975         * ly/paper-defaults.ly: Use actual name for EC fontencoding:
6976         Extended-TeX-Font-Encoding---Latin.
6977
6978         * lily/side-position-interface.cc (general_side_position): Add
6979         actual offset to error message (avoid constant error messages).
6980
6981         * lily/all-font-metrics.cc (find_font): Add "lm" to try-AFM-first
6982         block.
6983
6984         * lily/font-select.cc (select_encoded_font)
6985         (get_font_by_mag_step, get_font_by_design_size): 
6986         * lily/modified-font-metric.cc (Modified_font_metric): 
6987         * lily/paper-def.cc (find_scaled_font): Add font_encoding parameter.
6988
6989         * scm/encoding.scm (coding-alist): Add fetaDynamic.
6990         (read-encoding-file): Bugfix: do not require space after bracket.
6991
6992         * scm/font.scm (add-cork-lm-fonts): Remove lmbxi8 and lmbxi14,
6993         these do not exist.
6994
6995 2004-11-20  Graham Percival  <gperlist@shaw.ca>
6996
6997         * Documentation/user/notation.itely: added info about typesetting
6998         boxed bar numbers.
6999
7000 2004-11-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7001
7002         * flower/interval.cc (T_to_string): gcc4 fixes.
7003
7004         * scm/define-markup-commands.scm (fill-line): use
7005         stack-stencils. This fixes problems with putting already centered
7006         stencils in a line.
7007
7008         * VERSION: release 2.5.1
7009
7010         * lily/bar-line.cc (get_staff_bar_size): add line thickness.
7011
7012 2004-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7013
7014         * input/example-[1-3].ly: simplify.
7015
7016         * lily/cluster-engraver.cc (try_music): react to busy-playing-event
7017
7018         * scm/output-ps.scm (new-text): new function. Use glyphshow to
7019         show glyphs.
7020
7021         * scm/encoding.scm (decode-byte-string): new function.
7022
7023         * scripts/convert-ly.py (conv): add warning about
7024         set-global-staff-size.
7025
7026         * Doxyfile: add. 
7027
7028         * scripts/convert-ly.py (conv): add raggedlastbottom rule
7029         (conv): warn for TextSpanner split.
7030         (conv): warn for textheight.
7031
7032 2004-11-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7033
7034         * GNUmakefile.in (install-WWW): Invoke install-info, so that when
7035         building the documentation, info with images are installed.
7036         (final-install): Fix description.  Mention sourcing of login
7037         scripts (instead of running).
7038
7039 2004-11-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7040
7041         * Debian lmodern support.  Note that LilyPond will issue warnings
7042         
7043             no such encoding: "FontSpecific"
7044
7045           The font selection mechanism wants to get the encoding from the
7046           font itself, but the idea of lmodern is that it is usable with
7047           different encodings, ie, Lily should get the encoding from the
7048           font tree, rather than the font itself.  This would require some
7049           more work.
7050         
7051         * configure.in: Test for and accept lmodern if EC fonts not found.
7052
7053         * scm/framework-tex.scm (font-load-command): TeX font name
7054         mangling for latin1 encoded cork-lm fonts.
7055         (convert-to-ps): Load lm.map if available.
7056
7057         * ly/paper-defaults.ly: Use cork-lm encoding if ec is not
7058         available.
7059
7060         * scm/encoding.scm (coding-alist): Add cork-lm encoding.
7061
7062         * scm/font.scm: Add header.  Autoload cork-lm and ec fonts if
7063         available.
7064
7065         * lily/kpath.cc (ly_kpathsea_find_file): Rename.  Do not use
7066         path for absolute file name, that is silly.
7067
7068         * lily/score-engraver.cc (initialize): 
7069
7070         * Documentation/user/GNUmakefile (local-install-info): Invoke
7071         install-info --remove first.
7072
7073         * #include cleanup (Andreas Scherer).
7074
7075 2004-11-18  Heikki Junes  <hjunes@cc.hut.fi>
7076
7077         * input/test/script-abbreviations.ly: fix typos.
7078
7079 2004-11-17  Werner Lemberg  <wl@gnu.org>
7080
7081         * python/lilylib.py (options_help_str): Support pretty-printing of
7082         newlines in fourth element of option description.
7083
7084         * scripts/lilypond-book.py (option_definitions): Use new lilylib
7085         feature.
7086         Sort options.
7087
7088         * Documentation/user/lilypond-book.itely: Finish update.
7089
7090 2004-11-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7091
7092         * Documentation/user/macros.itexi: Add comment about \command.
7093
7094         * Documentation/user/lilypond.tely:
7095         * Documentation/user/lilypond-book.itely: Fix names of lilypond
7096         and lilypond-book nodes, so that `info lilypond' visits the manual
7097         at top level, and `info lilypond-book' visits the lilypond-book
7098         section.
7099
7100         * Documentation/user/GNUmakefile (local-install-info): Fix rules
7101         and packager messages.
7102
7103         * lily/pangofc-afm-decoder.cc: Update test.
7104
7105 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
7106
7107         * scm/lily-library.scm (char->unicode-index): New function.
7108
7109         * scm/output-gnome.scm: 
7110         * scm/output-svg.scm: Cleanup.  Map custom fonts to PUA.
7111
7112         * Proper naming of file name throughout; s/filename/file[-_]name/.
7113
7114         * lily/modified-font-metric.cc ("ly:font-encoding"): New function.
7115
7116         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Map onto PUA.
7117
7118 2004-11-16  Werner Lemberg  <wl@gnu.org>
7119
7120         * scripts/lilypond-book.py: The Lord has commanded me to use only
7121         tabs for indentation.  Your humble servant obeys.
7122
7123 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
7124
7125         * scm/output-svg.scm: Font fixes.  Sodipodi now groks svg
7126         including font, if LilyPond-feta font is only feta font in path.
7127
7128         * scm/output-gnome.scm (text): Revert to file name of font if font
7129         has no name.  Fixes ec font selection.
7130         (char): Bugfix: do not utf8 twice.  Fixes clefs.
7131
7132         * scm/framework-svg.scm:
7133         * scm/output-svg.scm: New file.  TODO: figure out how to
7134         do character by index in font.
7135
7136         * scm/output-sodipodi.scm: Remove.
7137
7138         * scm/output-ps.scm (stem): Remove.
7139
7140 2004-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
7141
7142         * scm/output-gnome.scm (beam): New function.
7143         (slur): Round corners.
7144         (round-filled-box): Round corners.
7145
7146 2004-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7147
7148         * scm/output-gnome.scm (beam): add function.
7149         (draw-line): new routine.
7150         (dashed-line): stub; call draw-line
7151         (polygon): new routine.
7152
7153 2004-11-15  Werner Lemberg  <wl@gnu.org>
7154
7155         * Documentation/user/lilypond-book.itely: Revise section on
7156         lilypond-book options.
7157         Other minor fixes.
7158
7159         * scripts/lilypond-book.py: Change indentation to 4.
7160         Minor formatting.
7161
7162 2004-11-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7163
7164         * lily/system.cc (apply_tweaks): new function. Run tweaks on all
7165         grobs that have tweaks specced.
7166         
7167 2004-11-14  Heikki Junes  <hjunes@cc.hut.fi>
7168
7169         * Documentation/user/sound-output.itexi: add code snippets for MIDI.
7170
7171 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
7172
7173         * lily/font-metric.cc (get_indexed_char_stencil): Bugfix: get
7174         actual char #, not 0 based index.
7175
7176         * lily/system-start-delimiter.cc (staff_brace): Start at 65.
7177
7178         * mf/feta-beugel.mf: Actually start at char #65.  Add header.
7179         Warning: do make -C mf clean.
7180
7181         * lily/context-property.cc: Compile fix.
7182
7183         * scm/output-gnome.scm: Add ec-fonts-mftraced to ~/.fonts.conf.
7184         Grok ec-fonts, braces and dynamics.
7185
7186         * scm/framework-gnome.scm (gnome-main): Register braces with pango.
7187
7188 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7189
7190         * lily/include/tweak-registration.hh: new file.
7191
7192         * lily/tweak-registration.cc: new file.
7193
7194         * scm/framework-gnome.scm (save-tweaks): use new key mechanism for
7195         saving tweaks.
7196
7197         * scm/output-gnome.scm (text): comment dribble.
7198
7199 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
7200
7201         * lily/pangofc-afm-decoder.cc (main): Test more feta fonts.
7202
7203         * scm/output-gnome.scm (bezier-sandwich): New function.  Reset
7204         path-def before using.  Fixes muchtomany slurs in wrong places
7205         bug.
7206
7207 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7208
7209         * lily/grob-scheme.cc (LY_DEFINE): add new function ly:grob-key.
7210
7211         * lily/include/object-key-undumper.hh (Module): new file.
7212
7213         * lily/object-key-undumper.cc (Module): New file. Deserialize
7214         keys. SCM bindings
7215
7216         * lily/object-key-dumper.cc (Object_key_dumper): idem.
7217         Provide SCM bindings.
7218
7219         * lily/include/object-key-dumper.hh (class Object_key_dumper): 
7220         new file. Serialize object keys.
7221         
7222         * lily/object-key.cc (dump): new function.
7223         (as_scheme): new virtual function
7224         (undump): new function
7225         (undumpers): new table.
7226
7227         * lily/include/global-context.hh (Context): take \score key upon init.
7228
7229         * lily/object-key-dumper.cc (serialize_key): new file.
7230
7231         * lily/include/object-key-dumper.hh (class Object_key_dumper): new file.
7232
7233         * lily/lily-lexer.cc: remove \quote.
7234
7235         * lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
7236
7237         * lily/context.cc (Context): take key argument in ctor.
7238         (create_context): new function
7239
7240         * lily/grob.cc (Grob): take key argument in ctor.  
7241
7242         * lily/lilypond-key.cc (do_compare): new file.
7243
7244         * lily/object-key.cc (Object_key): new file.
7245
7246         * lily/include/object-key.hh (class Object_key): new file.
7247
7248         * lily/include/lilypond-key.hh (class Lilypond_context_key): new file.
7249
7250 2004-11-13  Graham Percival  <gperlist@shaw.ca>
7251
7252         * Documentation/user/lilypond-book.itely: add small warning about
7253         noindent default in lilypond-book.
7254
7255         * Documentation/user/converters.itely: add examples for convert-ly.
7256
7257         * Documentation/user/examples.itely: change version string in templates
7258         to 2.4.0.
7259
7260 2004-11-12  Karl Hammar  <karl@aspodata.se>
7261
7262         * GNUmakefile.in (local-WWW-post): `find ...` overflows the
7263         cmdline, use xargs instead (backportme)
7264
7265 2004-11-10  Andreas Scherer  <andreas_mutopia@freenet.de>
7266         
7267         * Documentation/user/: Numerous fixes in the user manual.
7268
7269 2004-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7270
7271         * lily/parser.yy (re_rhythmed_music): search music expression for
7272         context-id, surround by \new Voice if not found. Fixes:
7273         addlyrics-second-staff.ly
7274
7275         * VERSION: 2.5.0 released.
7276         
7277 2004-11-12  Jan Nieuwenhuizen  <janneke@gnu.org>
7278
7279         * Documentation/index.html.in: Fix url to one big page.  (backportme)
7280
7281         * Documentation/user/GNUmakefile: Separate rules for split and
7282         unsplit html documents.  Remove perl massaging.  (backportme)
7283
7284 2004-11-11  Graham Percival  <gperlist@shaw.ca>
7285
7286         * Documentation/user/lilypond-book.itely: add short warning about
7287         \lilypond{} in LaTeX docs.
7288
7289 2004-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7290
7291         * stepmake/aclocal.m4: Barf if kpathsea/kpathsea.h is not
7292         found.  (backportme)
7293
7294         * Documentation/topdocs/INSTALL.texi (ec-fonts-mtraced): Add
7295         version requirement.  (backportme)
7296
7297         * configure.in: Be explicit about old versions of
7298         ec-fonts-mtraced.  (backportme)
7299
7300         * lily/context-selector.cc (set_tweaks): New function.
7301         * lily/grob-selector.cc (set_tweaks): (Re)set hash table.  Fixes
7302         web with -DTWEAK.
7303
7304         * Documentation/user/introduction.itely (Automated engraving):
7305         Remove fragment option.  Fixes web.
7306
7307         * lily/context-property.cc (make_item_from_properties):
7308         * lily/context.cc (add_context)[TWEAK]: Tweak registration behind
7309         #ifdef.
7310
7311         * scm/define-context-properties.scm
7312         (all-internal-translation-properties): Add tweakRank and tweakCount.
7313
7314         * lily/grob.cc: 
7315         * scm/define-grob-properties.scm (all-internal-grob-properties):
7316         Add tweak-rank and tweak-count.
7317
7318 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
7319
7320         * scm/output-gnome.scm (string->utf8-string, char->utf8-string):
7321         New function.
7322         (text): Use them.
7323
7324         * scm/framework-gnome.scm (item-event): Add support from TLA.  Support
7325         animated/opaque grob dragging tweaks.
7326
7327         * buildscripts/guile-gnome.sh: Update.
7328
7329 2004-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7330
7331         * scm/define-grobs.scm (all-grob-descriptions): Added
7332         line-interface to the LigatureBracket object.
7333
7334 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
7335
7336         * scm/framework-gnome.scm (item-event): Support non-animated mouse
7337         dragging tweaks.
7338
7339         * lily/lily-guile.cc (ly_to_string, ly_to_symbol): New function.
7340
7341         * lily/context-selector.cc (store_context): New function.
7342
7343         * lily/grob-selector.cc (register_grob)[TWEAK]: Apply tweak.
7344         (store_grob): New function.
7345         (identify_grob): Add Moment parameter.
7346
7347         * lily/lily-parser.cc (parse_file)[TWEAK]: Read .ly.t file if it
7348         exists.
7349
7350         * scm/framework-gnome.scm (save-tweaks): Write as alist.
7351
7352 2004-11-09  Jan Nieuwenhuizen  <janneke@gnu.org>
7353
7354         * scm/framework-gnome.scm (item-event): Print grob id.
7355         (save-tweaks): New function.
7356         (tweak): New funtion.
7357         (item-event): Use it, bound to arrow keys.
7358
7359         * lily/context-property.cc (make_item_from_properties): Register grob.
7360         * lily/context.cc (add_context): Register context.
7361
7362         * lily/include/context-selector.hh:
7363         * lily/include/grob-selector.hh:
7364         * lily/context-selector.cc:
7365         * lily/grob-selector.cc: New file.
7366
7367 2004-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7368
7369         * lily/slur.cc: add 'positions to interface
7370
7371         * lily/main.cc: reinstate PS as standard output format. 
7372
7373         * scm/framework-tex.scm (output-preview-framework): print systems
7374         up to first non title system.
7375
7376         * lily/grace-engraver.cc (start_translation_timestep): split
7377         scm_cadddr
7378         
7379 2004-11-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7380
7381         * lily/quote-iterator.cc (Module): remove old quote-iterator
7382
7383         * scm/define-music-types.scm (music-descriptions): move
7384         NewQuoteMusic over QuoteMusic
7385
7386         * Documentation/user/notation.itely (Formatting cue notes): use
7387         \cueDuring.
7388
7389         * lily/new-quote-iterator.cc (quote_ok): new function.
7390
7391         * input/regression/quote-cue-during.ly: new file.
7392
7393         * input/regression/quote-grace.ly: new file.
7394
7395         * scm/define-context-properties.scm (Module): change definition of
7396         graceSettings
7397
7398         * lily/context-property.cc (Module): rename from
7399         translator-property.cc
7400
7401         * lily/context.cc (context_name_symbol): new function
7402
7403         * lily/grace-engraver.cc: new file. Set properties for grobs based
7404         on the grace-ness of now_moment().
7405
7406         * scm/music-functions.scm (add-grace-property): use list
7407         iso. vector for graceSettings
7408         remove set-{start,stop}-grace-properties. 
7409
7410         * lily/new-quote-iterator.cc (construct_children): set
7411         quote_outlet_ if no quoted-context-{id,type} specified.
7412
7413         * scripts/convert-ly.py (conv): \quote -> \quoteDuring.
7414
7415         * lily/parser.yy (command_element): remove \quote.
7416
7417         * ly/music-functions-init.ly (location): add quoteDuring music
7418         function. 
7419
7420         * lily/lexer.ll: allow \encoding in lyrics as well.  Remove
7421         optional semicolon. (backportme)
7422
7423 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
7424
7425         * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no
7426         need to link to GUILE et al.
7427
7428 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7429
7430         * scm/define-music-properties.scm (all-music-properties): add
7431         quoted-context-type, quoted-context-id.
7432
7433         * scm/lily.scm (type-check-list): new function.
7434         
7435         * scm/lily-library.scm: new file. Generic library routines.
7436
7437         * lily/parser.yy (Generic_prefix_music): move typechecking out of
7438         parser.
7439
7440         * ly/music-functions-init.ly: add quoteDuring function.
7441
7442         * lily/include/music-iterator.hh (class Music_iterator): rename
7443         set_translator -> set_context
7444
7445         * lily/parser.yy (Generic_prefix_music_scm): add
7446         MUSIC_FUNCTION_SCM_SCM_MUSIC
7447
7448         * scm/lily.scm (sanitize-command-option): new function. (backportme)
7449
7450         * scm/framework-tex.scm (header): sanitize TeX paper size.
7451         (backportme)
7452
7453 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
7454
7455         * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard.
7456
7457         * tex/lilyponddefs.tex: If no inputencoding use latin1.  (backportme)
7458
7459         * scm/framework-tex.scm (font-load-command): Use T1 if no
7460         font-encoding set.  (backportme)
7461
7462         * scm/lily.scm (postscript->pdf): Remove .pdf file if it
7463         exists before converting.  (backportme)
7464
7465         * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it
7466         exists before converting.  (backportme)
7467         (convert-to-ps): Remove .ps file if it exists before
7468         converting.  (backportme)
7469
7470         * lily/lexer.ll: Remove extra progress newline, use present tense.
7471
7472         * scm/paper.scm (paper-alist): public.
7473         * scm/framework-tex.scm (convert-to-ps):
7474         * scm/lily.scm (postscript->pdf): Do not leak papersizename into
7475         command line.
7476
7477 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7478
7479         * scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme)
7480
7481         * lily/recording-group-engraver.cc (derived_mark): mark
7482         now_events_. (backportme)
7483
7484 2004-11-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7485
7486         * mf/GNUmakefile: use Fedora-3 in download link. (backportme.)
7487
7488         * scm/framework-tex.scm (convert-to-dvi): use ly:system for
7489         invoking latex. (backportme.)
7490
7491         * lily/stem.cc (off_callback): center stems for all rest stems.
7492
7493 2004-11-05  Werner Lemberg  <wl@gnu.org>
7494
7495         * Documentation/user/lilypond.tely: Add more guidelines for writing
7496         lilypond texinfo documents.
7497
7498 2004-11-05  Heikki Junes  <hjunes@cc.hut.fi>
7499
7500         * Documentation/index.html.in: remove <hr>.
7501
7502         * THANKS: change 2.3 to 2.4.
7503
7504 2004-11-05  Jan Nieuwenhuizen  <jannneke@gnu.org>
7505
7506         * scm/output-gnome.scm: More fontconfig comment.
7507
7508 2004-11-05  Pedro Kroger  <kroeger@pedrokroeger.net>
7509
7510         * GNUmakefile.in ($(builddir)/share/lilypond-force): create the
7511         <package> directory in $(builddir)/share according with
7512         PACKAGE_NAME defined in the VERSION file.
7513
7514 2004-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7515
7516         * lily/beam.cc (rest_collision_callback): use local beam
7517         multiplicity.
7518
7519         * input/regression/stem-stemlet.ly: new file.
7520
7521         * lily/stem.cc (add_head): store rests as well.
7522
7523         * scm/define-grob-properties.scm (all-user-grob-properties): add
7524         stemlet-length
7525
7526         * lily/stem.cc: store rests as well.
7527         
7528         * input/regression/new-slur.ly: mention forcing.
7529
7530 2004-11-04  Werner Lemberg  <wl@gnu.org>
7531
7532         * Documentation/user/*: A new round of layout fixes and document
7533         structure cleanup.
7534
7535 2004-11-04  Heikki Junes <hjunes@cc.hut.fi>
7536
7537         * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x.
7538
7539 2004-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7540
7541         * Documentation/topdocs/INSTALL.texi (Top): Remove geometry.
7542
7543 2004-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
7544
7545         * Documentation/topdocs/INSTALL.texi (Top): Fix geometry url (dax).
7546
7547         * lily/lily-parser.cc (LY_DEFINE): Remove "Now " from message.
7548
7549         * lily/main.cc (main): Invoke identify.
7550
7551         * scm/lily.scm (postscript->pdf): Remove progress newline.
7552         Write progress to stderr.
7553
7554         * lily/paper-book.cc (output): Remove progress newline.
7555
7556         * scm/framework-tex.scm (convert-to-dvi, convert-to-ps): Call
7557         gettext on user messages, and remove whitespace.
7558
7559         * lily/paper-outputter.cc (get_paper_outputter): Add progress newline.
7560
7561         * scripts/lilypond-latex.py (program_name): Bugfix: use only basename of
7562         argv[0] (Thomas Scharkowski).
7563
7564         * configure.in: Bugfix: add REQUIRED parameter to STEPMAKE_TEXMF
7565         call (carlyannehorse).  Also check for mf and mf-nowin.  Add check
7566         for ec-fonts-mtraced.
7567
7568         * GNUmakefile.in (builddir-exec): Add symlink tex/out.  Fixes
7569         --srcdir build (Bertalan).
7570
7571         * stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile
7572         headers and library too (Laura Conrad).
7573
7574         * Documentation/topdocs/INSTALL.texi (Top): Mention development
7575         package for guile too (Laura Conrad).
7576
7577         * lily/main.cc (usage): Typo.
7578
7579 2004-11-02  Werner Lemberg  <wl@gnu.org>
7580
7581         * Documentation/user/notation.ly: More fixes to improve appearance.
7582
7583         * tex/texinfo.tex: Updated from texinfo CVS -- this version provides
7584         better output for multicolumn tables.
7585
7586 2004-11-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7587
7588         * lily/main.cc (dir_info): Fixed typo in the printouts.
7589
7590 2004-11-01  Werner Lemberg  <wl@gnu.org>
7591
7592         * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
7593         of output.
7594         Set `per_line' to 2; replace hard-coded value with it.
7595
7596         * Documentation/user/*: Many fixes to improve appearance of
7597         printed manual.
7598
7599 2004-11-01  Werner Lemberg  <wl@gnu.org>
7600
7601         * Documentation/user/changing-defaults.itely,
7602         Documentation/user/notation.ly,
7603         Documentation/user/programming-interface.itely: Use @/.
7604         Fix formatting of some lilypond snippets and tables.
7605
7606         * scripts/lilypond-book.py (compose_ly): Provide useful default
7607         for LINEWIDTH in `override'.
7608
7609 2004-10-31  Graham Percival  <gperlist@shaw.ca>
7610
7611         * Documentation/user/invoking.itely: change "3.0" -> "2.4"
7612
7613 2004-10-31  Werner Lemberg  <wl@gnu.org>
7614
7615         Resetting @exampleindent to `5' gives ugly results with texinfo's
7616         DVI output.  Use `@format @exampleindent 0 ... @end format' instead
7617         (if not quoting) to change @exampleindent only locally.
7618
7619         * scripts/lilypond-book.py (NOQUOTE): New variable.
7620         (output) [LATEX]: Remove AFTER and BEFORE.
7621         [TEXINFO]: Remove AFTER and BEFORE.
7622         Fix QUOTE and VERBATIM pattern.
7623         Add NOQUOTE pattern.
7624         (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
7625         and BEFORE.
7626         [output_texinfo]: Use NOQUOTE.
7627
7628 2004-10-31  Graham Percival  <gperlist@shaw.ca>
7629
7630         * Documentation/user/changing-defaults.itely: clarify paper
7631         size commands with correct info.
7632
7633         * Documentation/user/lilypond-book.itely: add more docs for
7634         filename extensions.
7635
7636 2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7637
7638         * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
7639         (PATCH_LEVEL): start 2.5.0.
7640
7641 2004-10-30  Graham Percival  <gperlist@shaw.ca>
7642
7643         * Documentation/user/notation.itely: add warning about bar numbers
7644         in multistaff music, add warning about quoting grace notes.
7645
7646         * Documentation/user/changing-defaults.itely: clarify paper size commands,
7647         add missing subsubtitle entry to Creating titles.
7648
7649         * Documentation/user/tutorial.itely: change 3.0 references to 2.4.
7650
7651 2004-10-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7652
7653         * scripts/convert-ly.py (conv): fixed \context Foo = mixedCaps
7654         case.
7655         (conv): add dummy 2.4.0 conversion rule.
7656
7657         * Documentation/user/lilypond.tely: add @finalout.
7658
7659         * lily/slur-scoring.cc (enumerate_attachments): use stem_extent_
7660         for attaching, fixes slur/stem left attachment of
7661         downslur/downstem.
7662
7663         * lily/quote-iterator.cc (process): use <= for comparisons. Fixes
7664         quote problem if for last note of quoted sequence. 
7665
7666         * input/regression/part-combine-text.ly (comm): add expect strings.
7667
7668 2004-10-30  Werner Lemberg  <wl@gnu.org>
7669
7670         * Documentation/user/examples.itely: Improved layout.
7671
7672         * Documentation/invoking.itely: Use `@/' to insert breakpoints.
7673
7674         * Documentation/macros.itexi (@inputfileref) [@tex]: Use `@/'.
7675
7676         * Documentation/notation.itely: Use `@/'.
7677         Other layout fixes.
7678
7679 2004-10-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7680
7681         * lily/part-combine-iterator.cc (unisono): examine last_playing_
7682         (not state_), this fixes a2 printing after chord.
7683
7684         * input/regression/no-staff.ly: fix octave, revise syntax.
7685
7686         * input/regression/lyrics-bar.ly (texidoc): fixes.
7687
7688         * input/regression/beam-dir-functions.ly (Module): remove from regtest
7689
7690         * input/regression/accidentals.ly (Module): remove from regtest.
7691
7692         * lily/parser.yy (Prefix_composite_music): 
7693         oops. Chords should be unrelativable, not bass figures untransposable.
7694
7695         * VERSION: 2.3.26 released.
7696         
7697         * lily/completion-note-heads-engraver.cc (try_music): only return
7698         something when is_first_ is true. Fixes lyrics with completion_heads. 
7699
7700         * make/lilypond-vars.make: add scripts/out/ to PATH, to find ps2png. 
7701
7702         * scm/lily.scm (ly:system): new function. Catches uninstalled
7703         ps2png.
7704
7705 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7706
7707         * Documentation/user/notation.itely: remove
7708         @hyphenatedinternalsref.
7709
7710 2004-10-29  Werner Lemberg  <wl@gnu.org>
7711
7712         * scm/framework-tex.scm (dump-line): Fix dimensions for \lybox.
7713
7714         * scripts/lilypond-book.py (no_options): New dictionary.
7715         (simple_options): New list.
7716         (ly_options): Remove NOINDENT and EXAMPLEINDENT patterns.
7717         (compose_ly): Use `no_options' and `simple_options'.
7718         Fix logic of option handling.
7719         Handle `linewidth' option without parameter.
7720
7721 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7722
7723         * lily/lookup.cc (triangle): use (0, interval.length()) for X
7724         extent, since the stencil is translated later on.
7725
7726         * lily/ledger-line-spanner.cc (print): swap linear_combination
7727         arguments, effectively shortens ledger line. 
7728
7729         * Documentation/user/GNUmakefile
7730         ($(outdir)/lilypond/lilypond.html): use find to remove files.
7731
7732         * lily/main.cc: --no-pages option.
7733
7734 2004-10-28  Carl Sorensen  <carldsorensen@comcast.net>
7735
7736         * Documentation/user/notation.itely (Fret diagrams): add extra
7737         notes to example to avoid collisions between fret diagrams.
7738
7739 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7740
7741         * Documentation/user/notation.itely (Automatic note splitting):
7742         note about lyrics. 
7743
7744         * Documentation/user/converters.itely (Invoking convert-ly): note
7745         about version numbers. 
7746
7747         * scripts/abc2ly.py (dump_score): revise lyric dumping
7748
7749         * scripts/mup2ly.py (pre_processor_commands): always open file.
7750
7751         * scripts/etf2ly.py (Frame.calculate): always close \grace.
7752         (Etf_file.dump): add \version
7753
7754         * VERSION: 2.3.25 released.
7755
7756         * lily/scm-option.cc: add 'resolution to ly:get-option argument
7757         list.
7758
7759 2004-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7760
7761         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-origin
7762
7763 2004-10-28  Werner Lemberg  <wl@gnu.org>
7764
7765         * Documentation/user/music-glossary.tely: More fixes to improve
7766         appearance with DVI output.
7767
7768         * scripts/lilypond-book.py (compose_ly): Use 0.4in for
7769         EXAMPLEINDENT.  This is the maximum value for quotation environments
7770         used in `texinfo.tex' -- many warnings in lilypond.dvi are now gone.
7771
7772 2004-10-27  Werner Lemberg  <wl@gnu.org>
7773
7774         * Documentation/user/music-glossary.tely: Revised.
7775
7776 2004-10-26  Carl Sorensen  <carldsorensen@comcast.net>
7777
7778         * input/test/fret-diagram.ly: insert breaks, remove raggedright to
7779         improve fret diagram spacing in printed output.
7780
7781         * Documentation/user/notation.itely (Fret diagrams): Remove raggedright
7782         from options for the example so fret-diagrams won't overlap
7783         one another.
7784
7785 2004-10-26  Werner Lemberg  <wl@gnu.org>
7786
7787         * scripts/lilypond-book.py: Some additional formatting for
7788         orthogonality.
7789         (ly_options) [*]: Format strings.
7790         [RAGGEDRIGHT]: Don't set `indent'.  This is now properly handled
7791         by `compose_ly'.
7792         (output) [LATEX][OUTPUT]: Format string and simplify.
7793         (PREAMBLE_LY, FRAGMENT_LY): Format string.
7794         (classic_lilypond_book_compatibility): Take key/value pair as
7795         parameter.
7796         Return key/value pair.
7797         (compose_ly): Rewritten, taking the snippet type as third parameter. 
7798         The default values are now set more sensible, and a `linewidth'
7799         option is no longer overwritten under some circumstances.
7800
7801         * Documentation/user/music-glossary.tely: Replace all accented
7802         character macros with latin-1 codes.
7803
7804 2004-10-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7805
7806         * lily/music-function.cc (ly_make_music_function): when an
7807         argument predicate is markup?, the signature keyword becomes
7808         "markup" iso "scm".
7809
7810         * lily/lexer.ll (music_function_type): new MUSIC_FUNCTION_*MARKUP*
7811         tokens, for functions which signatures contain "markup".
7812
7813         * lily/parser.yy (Generic_prefix_music_scm): add treatment for new
7814         MUSIC_FUNCTION_*MARKUP* tokens.
7815
7816 2004-10-26  Jan Nieuwenhuizen  <janneke@gnu.org>
7817
7818         * input/regression/lyrics-bar.ly: Make StaffGroup accept the new
7819         Lyrics context.
7820
7821 2004-10-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7822
7823         * python/lilylib.py (make_ps_images): return list of output files.
7824
7825         * lily/simple-spacer.cc (LY_DEFINE): for ragged, we can end with
7826         all springs tight, and still satisfy the constraints.
7827
7828 2004-10-25  Werner Lemberg  <wl@gnu.org>
7829
7830         * scripts/lilypond-book.py: s/option-sep/option_sep/.
7831         (format_res) [LATEX, TEXINFO]: Skip whitespace before comma also.
7832         (snippet_res): Fix regexps and make them ignore whitespace properly.
7833         (compose_ly): Use `re.split' instead of `string.split' to remove
7834         surrounding whitespace.
7835         Some formatting to get more consistency.
7836
7837 2004-10-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7838
7839         * VERSION: 2.3.24
7840         
7841         * scm/define-context-properties.scm
7842         (all-user-translation-properties): add verticallySpacedContexts.
7843
7844         * scm/define-grob-interfaces.scm (vertically-spaceable-interface):
7845         add interface
7846
7847         * scm/define-grob-properties.scm (all-internal-grob-properties):
7848         add spaceable-staves
7849
7850         * scm/define-grobs.scm (all-grob-descriptions): set
7851         vertically-spaceable-interface for VerticalAxisGroup and
7852         RemoveEmptyVerticalGroup
7853
7854         * lily/system.cc (get_line): determine staff_refpoints_
7855         using spaceable-staves.
7856
7857         * lily/score-engraver.cc (acknowledge_grob): ack
7858         vertically-spaceable-interface and verticallySpacedContexts to
7859         set spaceable-staves.
7860
7861         * input/regression/new-slur.ly: add slur under 16th subbeam case.
7862
7863         * lily/slur-scoring.cc (fill): init has_same_beam_ before use.
7864
7865 2004-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7866
7867         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): tune
7868         minimumVerticalExtent tweaks. 
7869  
7870         * mf/feta-schrift.mf: include size of thumb appendix in
7871         bbox. Fixes: c-thumb-notehead.ly  
7872
7873         * THANKS: add Meisters to the Development team.
7874
7875         * scm/framework-tex.scm (convert-to-dvi): redirect output to
7876         /dev/null for non-verbose.
7877
7878         * Documentation/user/invoking.itely (Invoking lilypond): add note
7879         about resource usage.
7880
7881         * tex/GNUmakefile (TEX_FILES): add texinfo.cnf
7882
7883         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): add
7884         --enable-encoding
7885
7886         * Documentation/user/lilypond.tely: add -*- coding: latin-1 -*- everywhere. 
7887
7888         * Documentation/user/changing-defaults.itely (Text encoding):
7889         change to latin1.
7890
7891         * Documentation/user/lilypond.tely: add language and encoding.
7892
7893         * scm/define-grobs.scm (all-grob-descriptions): add
7894         line-interface.
7895
7896         * configure.in (PKG_CONFIG_PATH): bump makeinfo version to 4.7
7897
7898         * input/test/ossia.ly: font sizes for ossia.
7899
7900         * scripts/convert-ly.py (conv): \context Foo = NOTENAME
7901         -> \context Foo = "NOTENAME".
7902
7903         * lily/main.cc (determine_output_options): fix ordering.
7904
7905 2004-10-24  Erik Sandberg  <ersa9195@student.uu.se>
7906
7907         * THANKS: Added bughunters for 2.3.
7908
7909 2004-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7910
7911         * Documentation/user/macros.itexi: use findex functions/internals
7912         objects.
7913
7914         * scm/documentation-generate.scm (string-append): add syncodeindex
7915
7916         * Documentation/user/tutorial.itely (A lead sheet): use \chords
7917         for tutoring chord names.
7918  
7919         * Documentation/user/lilypond.tely: remove @authors.
7920
7921 2004-10-23  Werner Lemberg  <wl@gnu.org>
7922
7923         * scm/framework-tex.scm (dump-page): Add width to \lybox call.
7924         Remove first two parameters of \lybox.
7925         Don't emit \vbox around \lybox.
7926         (dump-line): Add width to \lybox call.
7927         Remove first two parameters of \lybox.
7928
7929         * tex/lilyponddefs.tex (\topalign, \leftalign): Removed.
7930         (\lyitem): Updated.
7931         (\lybox): Only take three parameters.
7932         Create box which has zero depth, only height.
7933         Center box vertically along the x-height of current font.
7934
7935 2004-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7936
7937         * VERSION (PACKAGE_NAME): release 2.3.23
7938
7939         * scm/framework-tex.scm (convert-to-ps): add -E if filename
7940         contains .preview.
7941
7942 2004-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7943
7944         * lily/lyric-extender.cc (print): only run to right-bound if
7945         broken. This fixes input/regression/lyric-extender.ly
7946
7947         * input/regression/beamed-chord.ly: removed.
7948
7949         * Documentation/user/macros.itexi: add \global to definitions for
7950         feta macros.
7951
7952         * po/fr.po: updated po file.
7953
7954         * po/de.po: updated po file.
7955
7956 2004-10-22  Werner Lemberg  <wl@gnu.org>
7957
7958         * tex/lilyponddefs.tex (\lilypondend): Undo change from 2004-10-20.
7959
7960 2004-10-21  Werner Lemberg  <wl@gnu.org>
7961
7962         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex
7963         (\lilypondexperimentalfeatures): Removed.
7964
7965 2004-10-20  Jürgen Reuter  <reuter@ipd.uka.de>
7966
7967         * Documentation/user/notation.itely: fixed 2 typos
7968
7969 2004-10-20  Werner Lemberg  <wl@gnu.org>
7970
7971         * scm/framework-tex.scm (header-end): Don't set \outputscale.
7972         (dump-line): Produce prettier output.
7973
7974         * tex/lilyponddefs.tex: Comment all macros extensively.
7975         (\lilypondstart): Set \outputscale.
7976         Define \lilypondpagebreak and \lilypondnopagebreak here.
7977         Don't test for positive \lilypondpaperlinewidth -- this is always
7978         positive in the normal case (LilyPond produces bad output otherwise
7979         so we can safely ignore negative or zero values).
7980         (\lilypondend): Remove useless test for \lilypondbook.
7981         (\fetasixteen, \fetafont, \fetachar): Removed, unused.  We also
7982         don't input `feta20.tex'.
7983
7984 2004-10-19  Graham Percival  <gperlist@shaw.ca>
7985
7986         * Documentation/user/examples.itely: added texidoc lilypond-book
7987         template.
7988
7989 2004-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7990
7991         * cygwin/lilypond.hint: Update.
7992
7993 2004-10-18  Carl Sorensen  <carldsorensen@comcast.net>
7994
7995         * Documentation/user/notation.itely (Fret diagrams): Add documentation
7996         for fret diagram markups to user manual
7997
7998         * scm/fret-diagrams.scm (fret-diagram-terse): Fix mistake in internal
7999         documentation for fret-diagram-terse
8000
8001         * Documentation/user/notation.itely: Added section on fret diagrams.
8002
8003 2004-10-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8004
8005         * scripts/convert-ly.py (usage): Fix --help description.  Apply
8006         range also for --show-rules.
8007
8008 2004-10-18  Werner Lemberg  <wl@gnu.org>
8009
8010         * scripts/lilypond-book.py (Snippet, Include_snippet)
8011         [replacement_text]: Use group `match'.
8012
8013 2004-10-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8014
8015         * Documentation/user/macros.itexi: Use @ref instead of @inforef
8016         for html.  Apparently, ``you should'' in texinfo documentation is
8017         merely a guideline that can safely be ignored.
8018
8019         * elisp/lilypond-init.el (auto-mode-alist): Add .ily to
8020         auto-mode-alist.
8021
8022         * input/test/engraver-example.ily: 
8023         * input/regression/allfontstyle.ily: Rename, update users.
8024
8025 2004-10-16  Graham Percival  <gperlist@shaw.ca>
8026
8027         * Documentation/user/lilypond-book.itely: add more details about
8028         building .lytex files.
8029
8030         * Documentation/user/examples.itely: added piano-lyrics template
8031
8032         * input/template/piano-4-voices.ly, piano-lyrics.ly: remove.
8033
8034         * input/GNUmakefile: remove "templates" from build subdirs.
8035
8036         * input/template: removed.
8037
8038 2004-10-16  Werner Lemberg  <wl@gnu.org>
8039
8040         * scripts/lilypond-book.py (snippet_res): Define group `match'
8041         everywhere.
8042         Accept more spaces between commands and its arguments and options.
8043         Fix some regexps.
8044         (output): Remove some newlines in string values and suppress spaces
8045         in output.
8046         (output_texinfo): Output `output_print_filename' only if not empty.
8047         (Lilypond_snippet)[find_toplevel_snippets]: Use group `match'.
8048
8049 2004-10-16  Werner Lemberg  <wl@gnu.org>
8050
8051         * scm/framework-tex.scm (font-load-command, define-fonts): Protect
8052         some TeX line ends with `%' to avoid additional horizontal space in
8053         output.
8054
8055         * scripts/lilypond-book.py: Unexpand spaces to tabs.
8056         (snippet_res): Use `x' modifier to represent regular expressions
8057         in a friendlier way.
8058         Fix `lilypond_block' for LaTeX to accept `%\end{lilypond}'.
8059         (find_toplevel_snippets): Don't use indices from match group 0,
8060         which is the whole pattern space, but group 1.
8061
8062 2004-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8063
8064         * flower/include/direction.hh (enum Direction): add
8065         DIRECTION_LIMIT
8066
8067 2004-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8068
8069         * po/fr.po: new po file.
8070
8071 2004-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
8072
8073         * Documentation/user/macros.itexi: Do not construct external
8074         references using @uref.  That results in broken links.
8075
8076         * lily/slur.cc (outside_slur_callback): Use int in for loop;
8077         avoids g++-3.4.1 enum beature.
8078
8079 2004-10-13  Graham Percival  <gperlist@shaw.ca>
8080
8081         * Documentation/user/examples.itely: added lilypond-book template.
8082
8083         * Documentation/user/lilypond-book.itely: added filename extension
8084         page.
8085
8086 2004-10-13  Jan Nieuwenhuizen  <janneke@gnu.org>
8087
8088         * debian/rules (binary-indep): Link images for info.
8089
8090         * elisp/lilypond-mode.el (LilyPond-command): Set XEDITOR.  Cool
8091         feature nicked from jEdit.
8092
8093 2004-10-12  Pedro Kroger  <kroeger@pedrokroeger.net>
8094
8095         * Documentation/user/introduction.itely: Minor corrections.
8096
8097         * Documentation/user/notation.itely: Minor corrections.
8098
8099         * Documentation/user/tutorial.itely: Minor corrections.
8100
8101 2004-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8102
8103         * scm/framework-ps.scm (page-header): Fix Layout renaming bug.
8104
8105         * scm/*.scm:
8106         * ly/paper-defaults.ly: Use papersizename only.
8107
8108 2004-10-11  Werner Lemberg  <wl@gnu.org>
8109
8110         * tex/lilyponddefs.tex (\lyitem): Don't use \topalign to make
8111         \raise work with positive values.
8112
8113 2004-10-11  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8114
8115         * Documentation/user/notation.itely (Multi measure rests): Update
8116         the docs corresponding to the implementation change from 2004-10-08.
8117
8118 2004-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8119
8120         * VERSION (MY_PATCH_LEVEL): release 2.3.22
8121
8122         * scm/part-combiner.scm (determine-split-list): reinstate
8123         playing+resting case. 
8124
8125         * Documentation/user/invoking.itely (Reporting bugs): rename.
8126
8127         * lily/lexer.ll (Lily_lexer): bump version req to 2.3.22.
8128
8129         * lily/parser.yy (Prefix_composite_music): change no-transposition
8130         for mode_changing_head to figures too.
8131
8132         * lily/phrasing-slur-engraver.cc (acknowledge_grob): do something
8133         with normal slurs too.
8134         
8135         * lily/slur-scoring.cc (move_away_from_staffline): new function.
8136         (get_base_attachments): move away attachment point for breaks
8137         similar to attachment points on slurs (staffline collision, and
8138         half a space of padding)
8139
8140         * scm/page-layout.scm (ly:optimal-page-breaks): don't compute
8141         force twice.
8142
8143         * lily/simple-spacer.cc (LY_DEFINE): if line too long in ragged
8144         mode, return #f.        
8145
8146         * scm/page-layout.scm (ly:optimal-page-breaks): set force = 0.0
8147         for last page if raggedlast. 
8148
8149         * lily/parser.yy (Prefix_composite_music): untransposable is for
8150         FiguredBass, not ChordNames
8151
8152 2004-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8153
8154         * scm/framework-tex.scm: Merge fix.
8155
8156 2004-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
8157
8158         The grand \paper -> \layout, \bookpaper -> \paper renaming.
8159
8160 2004-10-10  Graham Percival  <gperlist@shaw.ca>
8161
8162         * Documentation/user/notation.itely: add raggedright to a whole
8163         bunch of places.
8164
8165 2004-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8166
8167         * scm/paper.scm (set-paper-dimension-variables): new
8168         function. Define dimension-variables explicitly in \paper too.
8169         This allows overriding linewidth inside \score { \paper { } }
8170         blocks
8171  
8172         * scm/framework-tex.scm (convert-to-ps): invoke dvips with -t
8173         landscape.
8174         (header): add landscape and papersize options.
8175
8176 2004-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8177
8178         * lily/*.cc: use robust_scm2moment() where appropriate.
8179
8180         * lily/moment.cc (robust_scm2moment): new function.
8181
8182         * scm/titling.scm (default-score-title): remove caps for piece.
8183
8184         * VERSION: 2.3.21 released.
8185         
8186         * lily/include/slur-scoring.hh (struct Slur_score_state): new file
8187
8188         * lily/include/slur-configuration.hh (class Slur_configuration):
8189         new file.
8190
8191         * lily/slur-configuration.cc: new file. move scoring functions
8192         into Slur_configuration.
8193
8194         * lily/slur-scoring.cc (Slur_score_state): change static functions
8195         to methods of Slur_score_state.
8196
8197         * lily/bezier-bow.cc (Message): 
8198
8199         * flower/include/interval-set.hh (Message): new file.
8200
8201         * flower/interval-set.cc (Message): new file.
8202
8203 2004-10-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8204
8205         * lily/multi-measure-rest-engraver.cc (process_music): always
8206         generate MultiMeasureRestNumbers.
8207
8208         * SConstruct (txt_files): switch of make dist
8209
8210         * lily/bezier-bow.cc (get_slur_indent_height): change recipe to
8211         make sure that (indent < len / 3). This fixes progerror-max_h.ly
8212
8213         * lily/multi-measure-rest-engraver.cc (process_music): make
8214         MultiMeasureRestNumber too.
8215
8216 2004-10-08  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8217
8218         * Documentation/user/notation.itely (Bar lines): Added a note that
8219         defaultBarType is to be changed in the Timing context.
8220
8221 2004-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8222
8223         * lily/include/guile-compatibility.hh: add file.
8224
8225         * scm/framework-tex.scm (convert-to-dvi): use max of current
8226         extra_mem_top and 1M.
8227
8228         * lily/kpath.cc (LY_DEFINE): ly_kpathsea_expand_variable. New
8229         function.
8230
8231 2004-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8232
8233         * scm/framework-tex.scm (convert-to-dvi): set extra_mem_top to 1M.
8234  
8235 2004-10-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8236
8237         * lily/slur-scoring.cc (struct Slur_score_state): add
8238         has_same_beam_, edge_has_beams_, is_broken_ bools.
8239         (get_base_attachments): simpler Y attachment determination for
8240         broken slurs.
8241
8242 2004-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8243
8244         * buildscripts/texi2omf.py: Add hashbang.  Starting the script in
8245         bash without that is quite interesting.  Add xml and some omf
8246         keys.
8247
8248 2004-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8249
8250         * Documentation/user/macros.itexi: Add xml macros.
8251
8252         * Documentation/user/GNUmakefile (extra-local-help): Add xml rules.
8253
8254         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): Fix location.
8255
8256 2004-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8257
8258         * lily/break-substitution.cc (substitute_mutable_property_alist):
8259         only put property back into value if != SCM_UNDEFINED
8260
8261         * lily/lyric-extender.cc (print): don't take common refpoint of
8262         null object if right_text isn't there.
8263  
8264         * lily/slur-scoring.cc (struct Slur_score_state): new
8265         struct. Collect scoring function arguments.
8266         (struct Slur_score_state): add musical_dy_
8267         (get_extra_encompass_infos): new function. Split off state
8268         computations.
8269
8270         * scm/part-combiner.scm (determine-split-list): remove playing1
8271         and playing2.
8272
8273 2004-10-02  Graham Percival  <gperlist@shaw.ca>
8274
8275         * Documentation/index.html.in: remove link to templates.
8276
8277         * Documentation/user/notation.itely: more small fixes.
8278
8279 2004-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8280
8281         * lily/timing-engraver.cc (process_music): move setting
8282         measure-length. This fixes spacing-whole-rest.ly
8283
8284         * VERSION (PACKAGE_NAME): release 2.3.20
8285         
8286         * input/regression/quote-transposition.ly: update example
8287
8288         * scm/define-music-properties.scm (all-music-properties): change
8289         meaning of instrumentTransposition.  It is now the pitch played
8290         that sounds as middle C. This means that instrumentTransposition
8291         can be \transposed. 
8292         Fixes: transpose-quote.ly
8293
8294         * lily/parser.yy (command_element): reverse setting of
8295         instrumentTransposition
8296
8297         * lily/pitch.cc (pitch_interval): rename.
8298
8299         * lily/recording-group-engraver.cc (stop_translation_timestep):
8300         remove macrameing of accumulator and set_car/cdr.
8301         Fixes: transposition-quote.ly
8302
8303         * lily/music.cc (transpose): fold Event::transpose() in.
8304
8305         * lily/event.cc: remove Transpose. 
8306
8307         * lily/recording-group-engraver.cc: cleanup.
8308
8309         * ly/music-functions-init.ly (displayMusic): add function.
8310
8311         * make/lilypond.fedora.spec.in: rename file.
8312
8313         * lily/lily-lexer.cc (mark_smob): don't use ly_cdr() for getting
8314         to-be-marked objects. Use SCM_CELL_WORD_1 instead. 
8315
8316         * Documentation/user/changing-defaults.itely (Changing context
8317         properties on the fly): typo.
8318
8319         * lily/slur.cc (outside_slur_callback): try three sample points
8320         for determining collisions. This fixes: slur-script.ly.
8321
8322 2004-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
8323
8324         * scripts/lilypond-book.py (ext2format): Add latex as Latex.
8325
8326 2004-10-01  Graham Percival  <gperlist@shaw.ca>
8327
8328         * Documentation/user/notation.itely: more small fixes.
8329
8330         * Documentation/user/examples.itely: make new sections.
8331
8332         * input/test/bar-lines.ly: improve output, fix bug.
8333
8334         * Documentation/user/changing-defaults.itely: small fixes.
8335
8336 2004-10-01  Werner Lemberg  <wl@gnu.org>
8337
8338         * tex/lilyponddefs.tex (\lilypondECencoding): New command to handle
8339         T1 encoding in texinfo mode.
8340         (\lilypondstart): Use it.
8341         (\lilypondloop, \lilyponditerate): Removed.  Unused.
8342
8343 2004-09-30  Werner Lemberg  <wl@gnu.org>
8344
8345         * tex/lilyponddefs.tex (\lilypondstart): Define
8346         \lilypondfontencoding for both texinfo and latex mode.
8347
8348         * scm/framework-tex.scm (font-load-command): Use
8349         \lilypondfontencoding.
8350
8351 2004-09-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8352
8353         * scm/framework-tex.scm (dump-page): take with-extents?
8354         argument. If true, output Y extents. Used for lilypond-book
8355         documents.
8356
8357         * scripts/lilypond-book.py (PREAMBLE_LY): set dump-extents for
8358         \bookpaper.
8359
8360         * lily/slur.cc (outside_slur_callback): epsilon-delta management
8361         for slur edges. Fixes: progerror-no-bezier-intersection.ly
8362  
8363         * scm/framework-tex.scm (dump-page): put stencil height in dumped
8364         page.
8365
8366 2004-09-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8367
8368         * Documentation/user/notation.itely (Multi measure rests):
8369         Improved example.
8370
8371 2004-09-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8372
8373         * lily/auto-beam-engraver.cc (test_moment): robustify.
8374
8375 2004-09-28  Werner Lemberg  <wl@gnu.org>
8376
8377         * scm/framework-tex.scm (font-load-command): Define proper font
8378         macro which sets font encoding if available.
8379         (define-fonts): Define \lilypondpaperinputencoding, to be taken
8380         from the \bookpaper block.
8381
8382         * tex/lilyponddefs.tex (\lilypondstart): Use
8383         \lilypondpaperinputencoding for global input encoding.
8384
8385 2004-09-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8386
8387         * lily/score.cc (Score): oops. Copy error_found_ too.
8388
8389 2004-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8390
8391         * stepmake/stepmake/texinfo-rules.make: 
8392         * Documentation/GNUmakefile: --srcdir build fixes.
8393
8394         * input/test/coriolan-margin.ly: Put papersize settings in \bookpaper.
8395
8396         * Documentation/user/latex-lilypond-example.latex:
8397         * Documentation/user/latex-example.latex: Fix compile errors.
8398         Still buggy, need more love.
8399
8400 2004-09-27  Werner Lemberg  <wl@gnu.org>
8401
8402         * tex/lilyponddefs.tex (\lilypondstart): Use \frenchspacing.
8403
8404 2004-09-26  Juergen Reuter  <reuter@ipd.uka.de>
8405
8406         * Documentation/user/examples.itely: removed \midi block to
8407         simplify the example
8408
8409         * Documentation/user/notation.itely: Removed superfluous
8410         TextSpanner tweakings (is already done by engraver-init.ly).
8411         Documented bug: vertical alignment of articulations.
8412
8413         * Documentation/user/notation.itely, ly/engraver-init.ly
8414         (VaticanaVoice, GregorianTranscriptionVoice): Bugfix: TextSpanner
8415         padding.
8416
8417         * Documentation/user/notation.itely, ly/engraver-init.ly: moved
8418         docu about TextSpanner padding bug from manual to engraver.ly
8419         (since it's workarounded and hence not user-visible any more)
8420
8421 2004-09-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8422
8423         * VERSION: release 2.3.19
8424
8425 2004-09-26  Graham Percival  <gperlist@shaw.ca>
8426
8427         * ly/property-init.ly: fix bug in displaying ledger lines while
8428         \hideNotes is on.
8429
8430         * Documentation/user/notation.itely: more editing.
8431
8432         * Documentation/user/examples.itely: add piano-dynamics template.
8433
8434         * input/template/piano-dynamics.ly: remove.
8435
8436         * Documentation/user/sound-output.itexi: more editing
8437
8438 2004-09-25  Graham Percival  <gperlist@shaw.ca>
8439
8440         * Documentation/user/notation.itely: more editing.
8441
8442 2004-09-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8443
8444         * scm/ly-from-scheme.scm (read-lily-expression): use ~s in format
8445         instead of ~a, to get #{ #"foo" #} actually printed to #"foo".
8446
8447 2004-09-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8448
8449         * lily/hairpin.cc (print): check columns of bounds, not bounds
8450         themselves.
8451         (print): robustify bound-padding lookup.
8452
8453         * lily/*: ly_c[ad]+r -> scm_XXX , ly_c_pair_p -> scm_is_pair.
8454
8455         * scripts/lilypond-book.py (Compile_error.process_include): catch
8456         Compile_error exception, and remove output .texi.
8457
8458         * scm/define-music-properties.scm (all-music-properties): add
8459         error-found
8460
8461         * lily/parser.yy (Music_list): add error-found to music with errors.
8462
8463         * lily/lily-parser.cc (LY_DEFINE): ignore scores with errors.
8464
8465         * lily/book.cc (process): ignore books with errors
8466
8467         * lily/include/score.hh (class Score): add error_found_ member.
8468
8469         * lily/drum-note-engraver.cc (try_music): idem.
8470
8471         * lily/note-heads-engraver.cc: remove start-playing-event.
8472
8473         * lily/part-combine-iterator.cc (Part_combine_iterator): use
8474         BusyPlayingEvent to determine which voice was active last.
8475         (unisono): use last active to where to get unisono information
8476         from. This fixes: partcombine-rest.ly (again).
8477
8478         * scm/part-combiner.scm (determine-split-list): cleanups
8479
8480 2004-09-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8481
8482         * input/regression/lyric-extender.ly: simplify.
8483         complexify.
8484
8485         * lily/lyric-extender.cc (print): use it to determine size of
8486         extender. Remove Lyric_extender::is_visible().
8487
8488         * lily/extender-engraver.cc (acknowledge_grob): store lyric in
8489         next property.
8490
8491         * lily/lyric-engraver.cc: remove get_current_rest().
8492         
8493 2004-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8494
8495         * input/regression/lyric-extender.ly: Fix and add test.
8496
8497         * lily/extender-engraver.cc (stop_translation_timestep): Oops, typo.
8498
8499 2004-09-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8500
8501         * lily/note-head.cc: remove Note_head::extent.
8502
8503 2004-09-23  Graham Percival  <gperlist@shaw.ca>
8504
8505         * Documentation/user/tutorial.itely: do manual style 2-space
8506         indents in examples
8507
8508         * Documentation/user/notation.itely: more editing.
8509
8510 2004-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8511
8512         * lily/lyric-engraver.cc (get_current_rest): New function.
8513
8514         * lily/extender-engraver.cc (stop_translation_timestep): Use it:
8515         stop at rest.
8516
8517         * lily/lyric-extender.cc (print): Fix crash (Russ Ross).
8518
8519         * lily/slur-scoring.cc (get_bezier): Fix for broken beziers.
8520
8521 2004-09-23  Juergen Reuter  <reuter@ipd.uka.de>
8522
8523         * Documentation/user/examples.itely (Small ensembles): added
8524         example for transcription of mensural music
8525
8526         * Documentation/user/notation.itely (The Lyrics context): fixed broken
8527         link to SATB vocal score
8528
8529         * Documentation/user/notation.itely (System start delimiters):
8530         fixed typo: GrandStaff->StaffGroup
8531
8532         * Documentation/user/notation.itely (Ancient articulations):
8533         removed obsolete comment on \episem bug
8534
8535 2004-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8536
8537         * scm/framework-tex.scm (output-preview-framework): Fix invocation
8538         of header.
8539
8540 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8541
8542         * lily/dynamic-engraver.cc (acknowledge_grob): attach hairpin
8543         start to note-column.
8544
8545         * lily/hairpin.cc (print): check text-interface, to attach to
8546         dynamic texts.  
8547
8548         * lily/include/text-item.hh (class Text_interface): rename
8549         Text_item -> Text_interface
8550
8551         * lily/piano-pedal-bracket.cc (print): robustify.
8552
8553 2004-09-22  Pedro Kroger  <kroeger@pedrokroeger.net>
8554
8555         * scm/paper.scm (set-paper-dimensions): add printfirstpagenumber.
8556
8557         * scm/page-layout.scm (plain-header): if printfirstpagenumber is
8558         true will print the page number in the first page.
8559
8560         * Documentation/user/changing-defaults.itely: Document
8561         printfirstpagenumber.
8562
8563 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8564
8565         * lily/phrasing-slur-engraver.cc (acknowledge_grob): avoid more
8566         objects.
8567
8568         * lily/beam-concave.cc (calc_concaveness): take absolute value of
8569         dy for scaling. This fixes various downbeams.
8570         
8571
8572         * lily/beam-quanting.cc (best_quant_score_idx): 
8573
8574 2004-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8575
8576         * scm/framework-tex.scm (header-to-file): Fix.
8577
8578 2004-09-22  Werner Lemberg  <wl@gnu.org>
8579
8580         * lily/parser.yy <score_body>: Fix typo.
8581
8582 2004-09-22  Graham Percival  <gperlist@shaw.ca>
8583
8584         * Documentation/user/tutorial.itely: modified a "future planning"
8585         comment.
8586
8587         * Documentation/user/notation.itely: more editing.
8588
8589 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8590
8591         * scm/define-markup-commands.scm (note-by-number): read font-size
8592         to determine stem length. Fixes: markup-note.ly
8593
8594 2004-09-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8595
8596         * lily/slur.cc (outside_slur_callback): read #'padding for
8597         slur-padding. Fixes: slur-script.ly
8598
8599         * lily/parser.yy (score_body): disallow \bookpaper in \score.
8600
8601 2004-09-21  Juergen Reuter  <reuter@ipd.uka.de>
8602
8603         * Documentation/user/notation.itely (ancient flags): documented
8604         flags-related known bugs
8605
8606         * lily/include/ligature-engraver.hh: added comment about why and
8607         how of (non-)use of abstract virtual methods
8608
8609         * ly/engraver-init.ly (VaticanaVoice,
8610         GregorianTranscriptionVoice): bugfix (workaround): TextSpanner:
8611         unset dash-fraction property in order to get solid lines
8612
8613         * ly/engraver-init.ly (MensuralStaff): fixed bad comment
8614
8615 2004-09-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8616
8617         * scripts/convert-ly.py (ly): Corrected replacement of \scriptBoth
8618
8619 2004-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
8620
8621         * lily/parse-scm.cc (internal_ly_parse_scm): Eval in module, not
8622         in function.
8623
8624         * scm/framework-tex.scm (convert-to-dvi): Use nonstopmode.  Set
8625         openout_any=p.  Throughout: progress to stderr, translate user
8626         messages.
8627
8628         * scm/output-gnome.scm: Fix font dir description.
8629
8630 2004-09-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8631
8632         * input/test/mensural-ligatures.ly (voice): move linethickness
8633         settings to bookpaper.
8634
8635         * lily/simple-spacer.cc (Module): use force to stretch to 
8636         line length as force measure for ragged spacing.
8637         
8638         * lily/lily-parser.cc (get_paper): don't set parent for \paper
8639         blocks in the parser. This eliminates ordering dependency for
8640         \bookpaper and \paper
8641
8642         * ly/part-paper-init.ly: remove file.
8643
8644         * lily/includable-lexer.cc (new_input): elucidate message.
8645
8646         * VERSION: 2.3.18 released.
8647         
8648 2004-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
8649
8650         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
8651         * input/mutopia/R.Schumann/romanze-op28-2.ly:
8652         * input/mutopia/F.Schubert/standchen.ly: Remove obsolete
8653         #'Slur.attachment setting.
8654
8655         * elisp/lilypond-mode.el (LilyPond-command-alist): Use -ftex,
8656         friendlier for point and click.
8657
8658 2004-09-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8659
8660         * ly/init.ly: reverse collected scores.
8661
8662         * scm/page-layout.scm (ly:optimal-page-breaks): use non-ragged
8663         layout to determine force.
8664         
8665 2004-09-18  Werner Lemberg  <wl@gnu.org>
8666
8667         * ly/engraver-init.ly <Score> [quotedEventTypes]: Add tuplets and
8668         ties.
8669
8670         * ly/declarations-init.ly (escapedBiggerSymbol,
8671         escapedSmallerSymbol): Fix typos.
8672
8673         * scripts/convert-ly.py: s/removeTag/removeWithTag/.
8674
8675 2004-09-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8676
8677         * input/{input,regression}/*.ly: run convert-ly
8678
8679         * VERSION: release 2.3.17
8680
8681         * lily/slur-scoring.cc (enumerate_attachments): make stem_extent a
8682         little wider for attachment calculation. This prevents stem and
8683         slur touching.
8684
8685         * lily/parser.yy (direction_less_char): soft code \< \> \! \( \) (
8686         ) 
8687
8688         * input/regression/tie.ly (texidoc): cleanup.
8689
8690         * ly/declarations-init.ly (tildeSymbol): soft-code meaning of [ ]
8691         and ~
8692
8693         * lily/slur-scoring.cc (score_extra_encompass): check if extra
8694         objects are on boundary column. 
8695
8696         * lily/main.cc (parse_argv): process --tex too.
8697
8698         * ly/music-functions-init.ly (keepWithTag): add music functions
8699         keepWithTag and removeWithTag.
8700
8701         * lily/quote-iterator.cc (Quote_iterator): init transposed_musics_.
8702
8703         * lily/accidental-engraver.cc (recent_enough): interpret laziness
8704         = #t. This fixes no-reset accidental-style.
8705
8706         * input/regression/accidental-piano.ly (Module): new file.
8707
8708         * lily/lily-guile.cc (LY_DEFINE): ly_assoc_get: new function.
8709
8710 2004-09-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8711
8712         * lily/slur-scoring.cc (score_extra_encompass): widen X extent of
8713         extra encompass.
8714         (score_extra_encompass): use Y coordinate of attachment if X
8715         attachment falls in extra encompass X extent.
8716
8717         * buildscripts/guile-gnome.sh (SLIB_PATH): add SLIB_PATH to
8718         GUILE_LOAD_PATH
8719
8720 2004-09-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8721
8722         * scm/output-gnome.scm: Small fixes.
8723
8724         * buildscripts/guile-gnome.sh: Getting close to 2.6.0 release.
8725
8726 2004-09-16  Juergen Reuter  <reuter@ipd.uka.de>
8727
8728         * Documentation/user/notation.itely (Ancient flags): Removed
8729         documentation on adjust-if-on-staffline (this property was removed
8730         by Han-Wen).
8731
8732         * Documentation/user/notation.itely (Ancient notation): Minor
8733         cleanups and fixes.  Renamed "Vaticana style contexts" ->
8734         "Gregorian Chant contexts".  Added section "Mensural contexts".
8735         Added section "Ancient articulations".
8736
8737         * ly/engraver-init.ly: Added "MensuralVoice" and "MensuralStaff".
8738
8739 2004-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
8740
8741         * buildscripts/guile-gnome.sh: Add missing bit.
8742
8743 2004-09-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8744
8745         * buildscripts/guile-gnome.sh (LD_LIBRARY_PATH): new script.
8746
8747         * lily/slur-scoring.cc (get_y_attachment_range): set end point
8748         using base_attachment.
8749
8750         * scm/page-layout.scm (default-page-make-stencil): whoops. Add
8751         page header back.
8752
8753         * scm/documentation-generate.scm (top-node): move version to top
8754         node.
8755
8756         * lily/ledger-line-spanner.cc: add ledgered-interface, with
8757         property no-ledgers.
8758
8759 2004-09-16  Heikki Junes  <hjunes@cc.hut.fi>
8760
8761         * Documentation/user/{changing-defaults,examples,invoking,
8762         tutorial}.itely: Expand 's to is.
8763
8764         * Documentation/user/notation.itely: Capitalize only first letter.
8765
8766         * Documentation/user/programming-interface.itely: Capitalize Scheme.
8767
8768         * Documentation/user/lilypond-book.itely: use @refbugs.
8769
8770         * THANKS: sort.
8771
8772         * input/mutopia/F.Schubert/morgenlied.ly,
8773         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly,
8774         input/mutopia/R.Schumann/romanze-op28-2.ly: Add lifetime and full
8775         name.
8776
8777 2004-09-15  Juergen Reuter  <reuter@ipd.uka.de>
8778
8779         * mf/parmesan-heads.mf: bugfixes: (i) removed duplicate
8780         lneomensural char entry; (ii) fixed mensural/neomensural naming
8781         clash typo; (iii) lneomensural char: fixed stem attachment point.
8782         WARNING: FONT CHANGED!
8783
8784 2004-09-15  Graham Percival  <gperlist@shaw.ca>
8785
8786         * Documentation/user/introduction.itely: update \stemBoth to
8787         \stemNeutral.
8788
8789         * Documentation/user/notation.itely: more editing of the manual.
8790
8791 2004-09-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8792
8793         * lily/slur-scoring.cc (score_edges): add exp(slope*dir*leftright)
8794         factor in edge attraction. This reflects that the left edge may
8795         have a larger gap for an ascending up-slur.
8796         (get_base_attachments): copy bound Y from right bound, if there is
8797         only one note-column after the line break.
8798
8799 2004-09-14  Jan Nieuwenhuizen  <janneke@gnu.org>
8800
8801         * buildscripts/guile-gnome.sh: Update with tarball [pre]releases.
8802
8803 2004-09-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8804
8805         * lily/phrasing-slur-engraver.cc (process_music): Create
8806         PhrasingSlur instead of Slur.
8807
8808         * Documentation/user/changing-defaults.itely (Defining new
8809         contexts): Fixed misprinted context name.
8810
8811 2004-09-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8812
8813         * ly/property-init.ly (hideStaffSwitch): remove turnOff.
8814
8815         * scripts/convert-ly.py (conv): change Both to Neutral in property
8816         settings.
8817
8818         * ly/engraver-init.ly: increase extent of Staff. 
8819
8820 2004-09-13  Graham Percival  <gperlist@shaw.ca>
8821
8822         * scm/script.scm: change behaviour of slur and accent.
8823
8824         * Documentation/user/music-glossary.tely: de-gender a few entires.
8825
8826         * Documentation/user/introduction.itely: de-gender a few sentences.
8827
8828 2004-09-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8829
8830         * input/regression/rehearsal-mark-number.ly: Reuse the existing
8831         formatting routine when adding boxed numbers. Makes it easier to
8832         extrapolate how to do for boxed letters.
8833
8834 2004-09-12  Graham Percival  <gperlist@shaw.ca>
8835
8836         * Documentation/user/notation.itely: fixed Time Signature numbers bug.
8837
8838         * Documentation/user/invoking.itexi: updated the "reporting bugs"
8839         section.
8840
8841 2004-09-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8842
8843         * scm/define-grobs.scm (all-grob-descriptions): longer
8844         ideallengths for stems in higher order beams.
8845
8846         * Documentation/user/changing-defaults.itely (Page layout):
8847         document them.
8848
8849         * scm/page-layout.scm (ly:optimal-page-breaks): use new parameters
8850         to get sane spaces for titles.
8851
8852         * ly/book-paper-defaults.ly: new parameters aftertitlespace,
8853         beforetitlespace, betweentitlespace.
8854
8855         * input/regression/beam-quant-standard.ly (primeSixteenths): add
8856         16th notes.
8857
8858         * lily/beam.cc (set_minimum_dy): new function. Round non-zero
8859         small slope up to smallest quant. This prevents small slopes from
8860         getting rounded to zero.
8861
8862         * lily/beam-quanting.cc (quanting): don't allow dy_mus slopes that
8863         are smaller than the smallest quant.
8864
8865         * input/tutorial/brahms*.ly: remove.
8866
8867         * input/*: update all .ly files.
8868          
8869         * ly/a4-init.ly (vsize): remove papersize init files.
8870
8871         * scripts/convert-ly.py (conv): add conversion.
8872
8873         * lily/parser.yy: change mode changing commands to XXXmode,
8874         eg. drummode.
8875         (mode_changing_head): group mode changes.
8876         (mode_changing_head_with_context): new commands: create context as
8877         well as change mode.
8878
8879         * input/regression/system-overstrike.ly: new file.
8880
8881         * scm/page-layout.scm (ly:optimal-page-breaks): add
8882         betweensystempadding also to fixed distance for the spring.
8883  
8884         * scm/define-grobs.scm (all-grob-descriptions): fix order of
8885         key-cancellation.
8886
8887         * input/regression/beam-concave-damped.ly: new file.
8888
8889         * lily/beam-concave.cc: new file, with new routines for concave
8890         decisions. There are now two types of concaveness: 1. a sharp
8891         logic decision forcing a beam horizontal, and 2. a number that
8892         measures how concave beams are that are not caught by 1.
8893
8894         This fixes: morgenlied.ly and input/regression/beam-concave.ly
8895         
8896         * lily/new-fingering-engraver.cc (stop_translation_timestep): new
8897         property: add-stem-support
8898
8899 2004-09-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8900
8901         * lily/slur-scoring.cc (get_bound_info): only do
8902         broken trend at the end of the line.
8903
8904         * VERSION (PACKAGE_NAME): release 2.3.16.
8905
8906         * input/regression/phrasing-slur.ly (Module): remove (duplicate
8907         with phrasing-slur-slur-avoid.ly)
8908
8909         * lily/slur-scoring.cc (struct Extra_collision_info): collect
8910         parameters for extra offset.
8911         (get_bezier): add slurs mid-points for curve determination
8912         (score_extra_encompass): add slur end points for scoring.
8913
8914 2004-09-11  Matthias Neeracher  <neeracher@mac.com>
8915
8916         * scm/framework-ps.scm (reencode-font): Handling font scaling
8917         and reencoding differently to work around a bug in gs 8.30 and
8918         earlier.
8919         Update callers.
8920
8921 2004-09-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8922
8923         * lily/slur-scoring.cc (broken_trend_y): always take use vdir
8924         extent index of other system. Fixes slurs across line breaks.
8925
8926         * lily/tuplet-engraver.cc (start_translation_timestep): use
8927         Tuplet_description::stop_ for determining when to stop producing
8928         tuplet brackets. This fixes: tuplet-overwrite.ly
8929
8930         * lily/*-engraver.cc: remove all Protected_scm objects to fix GC
8931         errors with GUILE 1.7 CVS.
8932
8933         * lily/translator.cc (derived_mark): new function.
8934
8935         * lily/slur-scoring.cc (score_encompass): new penalty type:
8936         variance penalty demerits slurs where one head/stem is much
8937         closer to the slur than average.
8938
8939         * lily/tuplet-bracket.cc (print): use robust_relative_extent
8940         iso. extent()
8941         (calc_position_and_height): use robust_relative_extent(). This
8942         fixes a couple of programming_errors
8943
8944         * input/regression/part-combine-mmrest-after-solo.ly (Module): new
8945         file.
8946
8947         * lily/part-combine-iterator.cc (unisono): bugfix for the case
8948         that voice-2 plays solo, and voice-1 has an mmrest that starts
8949         earlier. In that case, we switch to voice-2, so we catch the
8950         mmrest of voice-2. This fixes: partcombine-rest.ly.
8951  
8952 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8953
8954         * scm/define-grob-properties.scm (all-internal-grob-properties):
8955         add adjacent-hairpins property.
8956
8957         * lily/hairpin.cc: lengthen hairpin if space is available.
8958
8959         * input/regression/dynamics-hairpin-length.ly (Module): new file.
8960
8961 2004-09-10  Graham Percival  <gperlist@shaw.ca>
8962
8963         * Documentation/user/notation.itely: small fixes to docs.
8964
8965 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8966         
8967         * VERSION (PACKAGE_NAME): release 2.3.15
8968
8969         * make/lilypond.redhat.spec.in (Requires): bump requirement for
8970         ec-fonts-mftraced
8971
8972         * mf/GNUmakefile (SAUTER_FONTS): remove ecb10. This is provided by
8973         the latest ec-fonts-mftraced package.
8974
8975         * scm/define-context-properties.scm
8976         (all-internal-translation-properties): add property. Remove
8977         definition of quotes property.
8978
8979         * Documentation/user/notation.itely (Quoting other voices):
8980         document it
8981
8982         * lily/quote-iterator.cc (moment_less): add quotedEventTypes
8983         property, to determine what events are processed in \quote.
8984
8985 2004-09-10  Juergen Reuter  <reuter@ipd.uka.de>
8986
8987         * (many files): removed most occurrences of underscore ("_")
8988         from font characters; made font character naming more
8989         consistent
8990
8991         * input/test/gregorian-scripts.ly: fixed another victim of grand
8992         replacement operations
8993
8994         * lily/vaticana-ligature-engraver.cc: caught some more "_"
8995         inconsistencies
8996
8997         * input/puer-fragment.ly: bugfix: lyrics hyphen: syntax update
8998
8999 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9000
9001         * Documentation/user/changing-defaults.itely (Paper size): doc
9002         landscape
9003         
9004
9005         * scm/framework-ps.scm (eps-header): bugfixes. 
9006
9007         * scm/titling.scm (default-score-title): remove opus from the
9008         \score title.
9009
9010 2004-09-08  Pedro Kroger  <kroeger@pedrokroeger.net>
9011
9012         * scripts/convert-ly.py (program_name): changed to sys.argv[0]
9013
9014         * scripts/abc2ly.py (program_name): changed to sys.argv[0]
9015
9016         * scripts/etf2ly.py (program_name): changed to sys.argv[0]
9017
9018         * scripts/lilypond-book.py (program_name): changed to sys.argv[0]
9019
9020         * scripts/lilypond-latex.py (program_name): changed to sys.argv[0]
9021
9022         * scripts/midi2ly.py (program_name): changed to sys.argv[0]
9023
9024         * scripts/mup2ly.py (program_name): changed to sys.argv[0]
9025
9026         * scripts/ps2png.py (program_name): changed to sys.argv[0]
9027
9028 2004-09-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9029
9030         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Increment
9031         character position.  Huh?
9032
9033         * scm/output-gnome.scm (placebox): Shield affine-relative.
9034
9035         * buildscripts/guile-gnome.sh: Update.  Do not use GUILE CVS,
9036         cater for system's pango 1.5.1.
9037
9038         * input/regression/new-slur.ly: Add ugly slur from scsii-sarabande.
9039
9040         * scm/slur.scm: Tweak.
9041
9042 2004-09-08  Graham Percival  <gperlist@shaw.ca>
9043
9044         * Documentation/user/{first couple of chapters}: more editing.
9045
9046 2004-09-07  Graham Percival  <gperlist@shaw.ca>
9047
9048         * Documentation/topdocs/AUTHORS.texi, THANKS: add/modify my name
9049         and summary.
9050
9051         * Documentation/user/{first couple of chapters}: the big "Graham's
9052         moved to a new city, his friends haven't arrived, and he has no
9053         internet access" patch.  Numerous editorial and stylistic changes
9054         to the manual.
9055
9056 2004-09-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9057
9058         * scm/framework-ps.scm (output-framework): handle landscape settings.
9059
9060         * ps/lilyponddefs.ps: cleanup.
9061
9062 2004-09-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9063
9064         * scm/define-grobs.scm (all-grob-descriptions): unset
9065         threshold. This fixes morgenlied. 
9066
9067         * scm/page-layout.scm (ly:optimal-page-breaks): whoops. Thinko in
9068         rod calculation.
9069
9070         * lily/system.cc (get_line): don't take piano-pedal & dynamic line
9071         spanners into account for staff-extents.
9072
9073         * lily/ottava-bracket.cc (print): take common refpoint of dots
9074         into account as well.
9075
9076 2004-09-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9077
9078         * lily/lookup.cc (triangle): translate by interval.
9079
9080         * VERSION (PACKAGE_NAME): release 2.3.14
9081
9082         * Documentation/user/changing-defaults.itely (Page layout): add
9083         betweensystempadding
9084
9085         * scm/page-layout.scm (ly:optimal-page-breaks): typo.
9086
9087         * input/regression/quote-cyclic.ly (Module): new file.
9088
9089         * scm/lily.scm (print): add function.
9090
9091         * scm/music-functions.scm (quote-substitute): new
9092         function. Substitute \quote when putting music into \score.
9093
9094         * input/regression/key-signature-cancellation.ly (Module): new file.
9095
9096         * lily/*.cc: more ly_scm2 -> scm_to converions.
9097
9098         * lily/key-signature-interface.cc (print): take position
9099         difference into account when spacing naturals.
9100
9101         * lily/key-engraver.cc (create_key): create KeyCancellation grob
9102         separately, so the cancellation can be put before the staff-bar
9103
9104         * scm/define-grobs.scm (all-grob-descriptions): add a
9105         KeyCancellation grob.
9106
9107         * lily/tuplet-engraver.cc (struct Tuplet_description): new
9108         struct. Use to clean-up Tuplet_engraver
9109
9110 2004-09-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9111
9112         * lily/*: ly_scm2int -> scm_to_int
9113         ly_scm2double -> scm_to_double
9114
9115         * lily/include/lily-guile.hh (scm_from_double): more compat glue.
9116
9117 2004-09-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9118
9119         * lily/simple-spacer.cc (LY_DEFINE): return something sensible for
9120         0 springs
9121
9122         * lily/system.cc (post_processing): 
9123
9124         * scm/page-layout.scm (ly:optimal-page-breaks): implement uniform
9125         density for vertical spacing by means of force penalty.
9126         
9127         * scm/paper.scm (paper-set-staff-size): add betweensystemspace as
9128         dimension-variables
9129
9130         * Documentation/user/changing-defaults.itely (Page layout): add
9131         betweensystemspace variable.
9132
9133         * ly/book-paper-defaults.ly: set betweensystemspace: 20 mm
9134
9135         * scm/page-layout.scm (space-systems): new function. Use spring
9136         and rod approach for vertically spacing systems.
9137
9138         * ly/engraver-init.ly: tune down minimumVerticalExtent.
9139
9140         * scm/define-grobs.scm (all-grob-descriptions): set threshold for
9141         vertical alignment.
9142
9143         * lily/slur-engraver.cc (process_music): add warning for slur.
9144
9145 2004-09-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9146
9147         * lily/include/lily-guile.hh (scm_is_number): add scm_is_number
9148
9149         * lily/simple-spacer.cc (LY_DEFINE): ly_solve_spring_rod_problem:
9150         export spacing routine to SCM.
9151
9152         * lily/include/simple-spacer.hh (struct Simple_spacer_wrapper):
9153         new class, separate Grobs from interface.
9154
9155 2004-09-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9156
9157         * lily/include/lily-guile.hh: compatibility glue for 1.6
9158
9159         * lily/*.cc (acknowledge_grob): ly_string_p -> scm_is_string.
9160
9161         * lily/lily-guile.cc: remove ly_scm2str0.
9162
9163 2004-09-01  Jan Nieuwenhuizen  <janneke@gnu.org>
9164
9165         * Documentation/user/macros.itexi: Use @inforef iso @uref for
9166         external references.  Fixes HTML cross references with makeinfo 4.7.
9167
9168 2004-09-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9169
9170         * lily/include/simple-spacer.hh (struct Simple_spacer): remove
9171         expand_only option.
9172
9173 2004-08-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9174
9175         * lily/system.cc (get_line): add System stencil to exprs. Fixes
9176         system-extents.ly.
9177
9178         * ly/engraver-init.ly: decrease minimumVerticalExtent to (-5,5).
9179
9180         * scm/define-grobs.scm (all-grob-descriptions): decrease padding
9181         for MultiMeasureRestNumber
9182
9183         * VERSION (PACKAGE_NAME): release 2.3.13
9184
9185 2004-08-29  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9186
9187         * lily/context-scheme.cc (LY_DEFINE): ly:context-grob-definition
9188         takes two arguments.
9189
9190 2004-08-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9191
9192         * input/regression/slur-stem-broken.ly: remove.
9193
9194         * lily/slur.cc: add quant-score.
9195
9196         * input/regression/slur-staccato.ly (texidoc): remove
9197
9198         * make/lilypond.redhat.spec.in (Group): remove musedata2ly
9199
9200 2004-08-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9201
9202         * lily/include/bezier-bow.hh: remove.
9203
9204         * lily/slur-bezier-bow.cc (Module): remove.
9205
9206         * lily/include/slur.hh (Module): remove.
9207
9208         * lily/slur.cc: remove
9209
9210         * input/test/slur-beautiful.ly (Module): remove
9211
9212         * input/test/slur-attachment-override.ly (Module): remove
9213
9214         * lily/slur-quanting.cc (after_line_breaking): only do scoring
9215         when less than 4 control-points.
9216
9217         * lily/key-signature-interface.cc: add style.
9218
9219         * Documentation/user/notation.itely (Automatic staff changes):
9220         document new behavior.
9221
9222         * input/regression/slur-extreme.ly: new file.
9223
9224         * ly/engraver-init.ly (Score): set bassStaffProperties to \clef
9225         bass. Obviates \clef bass in the bass staff, when using \autochange 
9226
9227         * lily/auto-change-iterator.cc (construct_children): instantiate
9228         up/down Staff, create Voice on up staff initially. Obviates
9229         explicit instantiation of up/down contexts for \autochange. 
9230
9231         * lily/slur-quanting.cc (get_bezier): new functionality, blow up
9232         slur depending on extents of note heads.
9233         
9234 2004-08-28  Graham Percival  <gperlist@shaw.ca>
9235
9236         * Documentation/user/tutorial.itely: minor editing.
9237
9238         * Documentation/user/examples.itely: tiny editing.
9239
9240 2004-08-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9241
9242         * lily/slur-quanting.cc (init_score_param): read scoring
9243         parameters from slur-details property
9244
9245         * scm/define-grobs.scm (all-grob-descriptions): add inside-slur to
9246         Accidental
9247
9248         * Documentation/user/advanced.itely: removed.
9249
9250         * Documentation/user/programming-interface.itely (How markups work
9251         internally): new subsection.
9252
9253         * Documentation/user/converters.itely (Invoking abc2ly): remove
9254         musedata2ly.
9255
9256 2004-08-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9257
9258         * Documentation/user/point-and-click.texi (Point and click): new file.
9259         put point & click in appendix.
9260         
9261         * Documentation/user/changing-defaults.itely (Vertical spacing):
9262         corrections
9263
9264 2004-08-27  Graham Percival  <gperlist@shaw.ca>
9265
9266         * Documentation/user/introduction.itely: add note about the
9267         "example templates" section of the manual, and remove link to
9268         input/template/
9269
9270 2004-08-27  Juergen Reuter   <reuter@ipd.uka.de>
9271
9272         * Documentation/user/lilypond-book.itely: fix parse error: @LaTeX
9273         -> La@TeX
9274
9275         * mf/parmesan-heads.mf: draw_diamond_head: fixed pen width; added
9276         missing lneo_mensural head; editorial cleanups
9277
9278         * lily/mensural-ligature.cc: added more comments
9279
9280 2004-08-26  Graham Percival  <gperlist@shaw.ca>
9281
9282         * Documentation/user/examples.itely: second, third, fourth, and fifth
9283         sections added.
9284
9285         * input/template/{various}: removed files included in examples.itely.
9286
9287 2004-08-26  Juergen Reuter   <reuter@ipd.uka.de>
9288
9289         * lily/stem.cc: bugfix: adjust-if-on-staffline: use
9290         Stem::stem_end_position instead of broken
9291         Staff_symbol_referencer::get_position
9292
9293 2004-08-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9294
9295         * debian/changelog: debian patch by Anthony Fok.
9296
9297         * lily/stem.cc (flag): bugfix for mensural flags (thanks Juergen!)
9298
9299         * lily/slur-engraver.cc (try_music): ignore slurs_. Otherwise we
9300         get spurious messages with skipTypesetting on.
9301
9302 2004-08-25  Graham Percival   <gperlist@shaw.ca>
9303
9304         * Documentation/user/lilypond-book.itely: slight clean-up.
9305
9306         * Documentation/user/examples.itely: began section.
9307
9308 2004-08-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9309
9310         * lily/script-interface.cc: add slur property.
9311
9312         * lily/slur-quanting.cc (score_extra_encompass): avoid other slurs
9313         too.
9314
9315         * input/regression/phrasing-slur-slur-avoid.ly: new file.
9316
9317         * lily/ottava-bracket.cc (print): always start from right edge of
9318         a broken bound. This fixes ottava-clef.ps 
9319
9320 2004-08-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9321
9322         * input/regression/slur-script-inside.ly: new file.
9323
9324         * lily/new-slur.cc (outside_slur_callback): new function, to make
9325         scripts avoid slurs 
9326
9327         * lily/slur-engraver.cc (finalize): 
9328
9329         * lily/script-interface.cc: add inside-slur property.
9330
9331         * lily/slur-engraver.cc (finalize): read inside-slur property.
9332
9333         * scm/lily.scm (postscript->png): use ~a iso. ~s in progress
9334         message.
9335
9336         * ly/property-init.ly (unHideNotes): hide accidentals at staff
9337         level. Fixes: hideNotes-accidental.ly
9338
9339 2004-08-23  Pedro Kroger  <kroeger@pedrokroeger.net>
9340
9341         * scm/page-layout.scm (plain-header): fix bug that print page
9342         number in the first page if firstpagenumber was different than 1.
9343
9344 2004-08-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9345
9346         * scm/framework-ps.scm (define-fonts): use UPCASE for Bluesky
9347         fonts. Fixes triangle markup for chords.
9348
9349         * lily/slur-quanting.cc (score_extra_encompass): make score depend
9350         on distance. This fixes slur-tenuto.ly and slur-tie.ly
9351  
9352         * flower/include/interval.hh (T>): add distance() function
9353
9354         * lily/ottava-bracket.cc (print): add dots to extent. Fixes
9355         octaviation-dot.ly 
9356
9357         * lily/context-scheme.cc: ly_context_grob_definition: new function.
9358
9359         * VERSION (MY_PATCH_LEVEL): release 2.3.12
9360
9361         * lily/new-slur.cc (add_column): remove set_interface()
9362
9363 2004-08-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9364
9365         * input/regression/slur-double.ly: new file. 
9366
9367         * lily/slur-engraver.cc: add doubleSlurs property
9368
9369         * scm/fret-diagrams.scm (label-fret): use cond instead of case for
9370         symbols.
9371
9372         * Documentation/user/notation.itely (Easy Notation note heads):
9373         revise notation Chapter.
9374
9375         * ly/music-functions-init.ly (makecluster): add makeClusters music
9376         function.
9377
9378         * lily/part-combine-engraver.cc: rename soloADue ->
9379         printPartCombineTexts
9380
9381         * scripts/convert-ly.py (conv): junk script{Up|Down|Both}.
9382
9383         * lily/horizontal-bracket.cc (print): use
9384         Tuplet_bracket::make_bracket, so it supports bracket-flare,
9385         edge-eight and shorten-pair.
9386
9387 2004-08-22  Pedro Kroger  <kroeger@pedrokroeger.net>
9388
9389         * Documentation/user/changing-defaults.itely (Page layout):
9390         description of firstpagenumber. Moved @refbugs about rightmargin
9391         to the end of the section (it was looking like the documentation
9392         after the refbugs was part of the bug comment).
9393
9394         * scm/framework-ps.scm (output-framework): set the first
9395         postscript page number to firstpagenumber
9396
9397         * scm/page-layout.scm (ly:optimal-page-breaks): print the first
9398         page number according to firstpagenumber
9399
9400         * scm/paper.scm (set-paper-dimensions): added firstpagenumber
9401         parameter
9402
9403 2004-08-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9404
9405         * lily/slur-engraver.cc (class Slur_engraver): simplify: remove
9406         nested slurs. 
9407
9408         * scripts/convert-ly.py (lilypond_version_re_str): handle
9409         \version "bar" % "foo"
9410
9411         * lily/completion-note-heads-engraver.cc (process_music): set
9412         duration-log before announcing object.
9413         
9414         * lily/staff-symbol.cc (print): subtract thickness from staff line
9415         length
9416
9417         * lily/parser.yy (book_body): disallow { ..music.. } inside \book
9418         
9419 2004-08-21  Carl Sorensen  <carldsorensen@comcast.net>
9420
9421         * scm/stencil.scm: remove fontify-text and fontify-text-white
9422
9423 2004-08-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9424
9425         * scm/part-combiner.scm: skip name string. Fixes segfault problem.
9426
9427         * Documentation/user/sound-output.texi (Sound): new file. Move all
9428         MIDI related information.
9429
9430 2004-08-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9431
9432         * lily/script-engraver.cc (acknowledge_grob): only take into
9433         account note heads with a music cause. Fixes ambitus-accent.ly
9434
9435         * scm/define-markup-commands.scm (finger): set encoding to
9436         fetaNumber.
9437
9438 2004-08-20  Erik Sandberg <ersa9195@student.uu.se>
9439
9440         * scripts/convert-ly.py: typo
9441
9442 2004-08-19  Carl Sorensen  <carldsorensen@comcast.net>
9443
9444         * scm/fret-diagrams.scm: Eliminate use of fontify-text; make 
9445         font calls for diagrams based on paper and props
9446
9447 2004-08-19  Graham Percival <gperlist@shaw.ca>
9448
9449         * scripts/convert-ly.py: add \newpage -> \pageBreak rule.
9450
9451 2004-08-19  Erik Sandberg <ersa9195@student.uu.se>
9452
9453         * ly/spanners-init.ly: Correct meanings of setTextDecresc/Dim,
9454         added setHairpinDecresc/Dim
9455
9456 2004-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9457
9458         * lily/include/lily-guile.hh: Cosmetics.
9459
9460 2004-08-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9461
9462         * input/regression/fermata-rest-position.ly: new file
9463
9464         * ly/property-init.ly (hideNotes): remove \setMmRestFermata
9465
9466         * scripts/convert-ly.py (conv): add rule for \setMmRestFermata
9467
9468 2004-08-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9469
9470         * scm/framework-tex.scm (output-preview-framework) 
9471         (output-classic-framework): 
9472         * scm/framework-ps.scm (output-preview-framework):
9473         s/ly:paper-book-lines/ly:paper-book-systems/g
9474
9475         * scm/fret-diagrams.scm (ss-font-encoding):
9476         s/my-font-encoding/ss-font-encoding
9477
9478 2004-08-18  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9479
9480         * scm/music-functions.scm (direction-polyphonic-grobs): Set
9481         direction also on fingerings.
9482
9483         * lily/clef-engraver.cc: Add forceClef to list of read properties.
9484
9485 2004-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9486
9487         * po/nl.po: Some updates.
9488
9489         * scm/lily.scm (_): New function.
9490         (postscript->pdf, postscript->png, lilypond-main)
9491         (postscript->pdf): Use it.  Write messages to stderr.
9492
9493         * stepmake/stepmake/po-targets.make (ALL_PO_SOURCES): Add SCM_FILES.
9494
9495         * scm/GNUmakefile (XGETTEXT_FLAGS): Set language to Lisp.
9496         xgettext does not recognise scheme yet.  Patch submitted.
9497
9498         * lily/scm-option.cc (LY_DEFINE):
9499         * lily/main.cc: The program is now called lilypond (WAS:
9500         lilypond-bin).
9501
9502         * lily/rest-collision.cc (do_shift): Uniformise two too many rests
9503         messages.
9504
9505         * lily/include/paper-book.hh
9506         * lily/include/paper-system.hh: Finish renaming of paper-line to
9507         system.  Fix users.
9508
9509 2004-08-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9510
9511         * scm/documentation-generate.scm (string-append): add version.
9512
9513         * scm/define-markup-commands.scm (box): add box-padding and
9514         thickness props for the box command.
9515  
9516         * Documentation/user/changing-defaults.itely (Text encoding):
9517         elucidate use of \encoding for \header strings.
9518
9519         * lily/parser.yy (lyric_element): use \encoding for lyrics strings.
9520
9521         * lily/score.cc (LY_DEFINE): check if length of music > 0. Fixes:
9522         staff-change.ly
9523
9524         * lily/output-def.cc (assign_context_def): use set_variable().
9525
9526         * lily/text-item.cc (interpret_string): accept string input
9527         encoding too.
9528
9529         * scm/encoding.scm (read-encoding-file): print warning when file
9530         can't be found.
9531
9532         * tex/latin1.enc: remove.
9533
9534         * tex/GNUmakefile ($(outdir)/latin1.enc): create latin1 from GS.
9535
9536         * lily/rod.cc (columnize): robustness fix. Don't crash for
9537         nil span points. Fixes: appoggiatura-segfault.ly
9538         (add_to_cols): extra robustness fix.
9539
9540 2004-08-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9541
9542         * lily/text-item.cc (interpret_string): use lookup_variable() to
9543         fidn inputencoding. Now, \paper inherits inputencoding from
9544         \bookpaper.
9545
9546         * lily/script-engraver.cc (stop_translation_timestep): remove slur
9547         collision kludge.
9548
9549         * lily/dynamic-engraver.cc (typeset_all): remove slur collision
9550         kludge.
9551
9552 2004-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9553
9554         * lily/main.cc (parse_argv): Bugfix: handle 'p'.  Add warning.
9555
9556 2004-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9557
9558         * lily/spanner.cc (spanned_rank_iv): Bugfix.
9559
9560         * lily.scm: Mark un-internationlised user messages (with FIXME).
9561
9562         * lily/include/modified-font-metric.hh (struct
9563         Modified_font_metric): New file.  (WAS: incorrectly named
9564         scaled-font-metric.hh ?)
9565
9566         * lily/include/scaled-font-metric.hh: Remove.
9567
9568         * lily/text-item.cc (interpret_string): Identify and document
9569         input-encoding problem.
9570
9571         * lily/paper-book.cc (pages): Do not use `paper' as variable name
9572         for a Bookpaper.
9573
9574         * tex/latin1.enc: Replace /minus with /hyphen.
9575
9576         * scm/encoding.scm: For latin1 (input-)encoding, use
9577         latin1.  (Cork.enc is NOT latin1 -- see man latin1).
9578
9579         * ly/book-paper-defaults.ly: Add a comment about suspicious TeX
9580         inputencoding.
9581
9582 2004-08-12  Heikki Junes  <hjunes@cc.hut.fi>
9583
9584         * Documentation/topdocs/INSTALL.html: fixes.
9585
9586 2004-08-12  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
9587
9588         * buildscripts/builder.py: Fix for scons CVS.
9589
9590 2004-08-11  Heikki Junes  <hjunes@cc.hut.fi>
9591
9592         * Documentation/user/notation.itely,
9593         Documentation/topdocs/NEWS.texi, input/test/ambitus-mixed.ly,
9594         input/test/ambitus-mixed.ly: fix plurals:
9595         english: ambit, pl. ambits; latin: ambitus, pl. ambitus.
9596
9597 2004-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9598
9599         * lily/dynamic-engraver.cc (typeset_all):
9600         * lily/script-engraver.cc (stop_translation_timestep): Handle
9601         collisions with new-slur.
9602
9603 2004-08-10  Jan Nieuwenhuizen  <janneke@gnu.org>
9604
9605         * scm/define-grobs.scm (all-grob-descriptions): Add
9606         new-slur-interface.
9607
9608 2004-08-03  Jan Nieuwenhuizen  <janneke@gnu.org>
9609
9610         * elisp/lilypond-mode.el (LilyPond-command-alist): LilyPond now
9611         produces .PS
9612
9613 2004-08-09  Carl Sorensen  <carldsorensen@comcast.net>
9614
9615         * scm/define-grob-properties.scm (all-user-grob-properties): fix
9616         definition of number-type
9617
9618 2004-08-08  Carl Sorensen  <carldsorensen@comcast.net>
9619
9620         * scm/fret-diagrams.scm : change sans-serif font encoding from 
9621         TeX-text to ec (uses ecss fonts instead of cmss fonts)
9622
9623         * scm/define-grob-interfaces.scm (fret-diagram-interface): add
9624         number-type and label-dir
9625
9626         * scm/define-grob-properties.scm: add number-type and label-dir
9627
9628         * scm/fret-diagrams.scm (label-fret): allow fret label to be on either
9629         left or right.  Allow choice of upper-case roman, lower-case roman, or
9630         arabic numerals in fret label
9631
9632 2004-08-04  Werner Lemberg  <wl@gnu.org>
9633
9634         * lily/slur-quanting.cc: Include libc-extension.hh.
9635         s/round/my_round/.
9636         * ly/engraver-init.ly (VaticanaVoice, GregorianTranscriptionVoice):
9637         s/autobeaming/autoBeaming/.
9638
9639 2004-08-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9640
9641         * VERSION: 2.3.11 released.
9642
9643         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): reinstate
9644         renameinput.
9645
9646 2004-08-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9647
9648         * lily/lookup.cc (round_filled_box): remove warnings about blot
9649         diameter.
9650
9651         * scm/paper.scm (paper-set-staff-size): make linethickness more
9652         easily tunable.
9653
9654         * lily/parser.yy (new_lyrics): \addlyrics -> \oldaddlyrics,
9655         \newlyrics -> \addlyrics
9656
9657         * lily/text-spanner.cc (print): use it.
9658
9659         * lily/dynamic-text-spanner.cc (print): use it.
9660
9661         * lily/grob.cc (robust_relative_extent): new function.
9662
9663         * scripts/lilypond-book.py (main): add -f tex as default process.
9664
9665         * lily/text-spanner.cc (print): only take linear_combination of
9666         nonempty interval.
9667         
9668
9669 2004-08-02  Pedro Kroger  <kroeger@pedrokroeger.net>
9670
9671         * scm/page-layout.scm (default-page-make-stencil): If leftmargin
9672         isn't specified by the user in \bookpaper center the music in the
9673         page.
9674
9675 2004-08-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9676
9677         * Fix some problems after the renaming of my-lily -> lily
9678
9679 2004-08-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9680
9681         * lily/lily-parser.cc (parse_string): don't overwrite keytable_.
9682
9683         * lily/slur-quanting.cc (enumerate_attachments): apply center on
9684         stem-X in more cases. 
9685
9686         * lily/stem.cc (dim_callback): solve todo.
9687
9688 2004-08-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9689
9690         * input/test/README: new file.
9691
9692         * lily/lily-parser.cc: rename my-lily* files.
9693
9694         * lily/my-lily-parser.cc (LY_DEFINE): plug memory leak: unprotect
9695         parser.
9696
9697         * lily/include/my-lily-lexer.hh (class Lily_lexer): smobify lexer.
9698
9699         * lily/include/my-lily-parser.hh: rename My_lily -> Lily
9700
9701         * make/mutopia-targets.make (local-WWW): don't make ps.gz
9702         examples. They take a huge amount of space.
9703
9704         * Documentation/user/GNUmakefile: fix symlinks.
9705
9706         * VERSION: 2.3.10 released.
9707         
9708         * input/test/lyrics-skip-notes.ly: remove
9709
9710         * input/test/stem-cross-staff.ly (noFlag): fold into manual
9711
9712         * input/test/{spacing-2,staff-space,tablature,textscript}.ly:
9713         remove.
9714
9715 2004-08-01  Heikki Junes  <hanwen@xs4all.nl>
9716
9717         * Documentation/user/{changing-defaults,notation,tutorial}.itely:
9718         fixes.
9719
9720 2004-08-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9721
9722         * input/regression/beam-dir-functions.ly: move from test/
9723
9724         * Documentation/user/notation.itely (Feathered beams): new node.
9725
9726         * Documentation/user/changing-defaults.itely (Difficult tweaks):
9727         new node
9728
9729         * input/regression/lyric-hyphen-retain.ly: move to regression.
9730
9731         * input/regression/harmonic.ly: fold into manual
9732         
9733         * input/test/{hshift,move-accidentals,crescendi,feathered-beam,
9734         stem-length,chord-names-no-inversions}.ly: remove
9735         
9736         * input/test/tie-cross-voice.ly: move to regression.
9737
9738         * Documentation/user/notation.itely (Running trills): new node.
9739
9740         * scm/define-grobs.scm (all-grob-descriptions): new grob TrillSpanner
9741
9742         * scm/define-music-types.scm (music-descriptions): add TrillSpanEvent
9743
9744         * lily/trill-spanner-engraver.cc: new file.
9745
9746         * input/regression/trill-spanner.ly: new file.
9747
9748         * input/test/timing.ly: fold into manual.
9749
9750         * input/test/time.ly: remove
9751
9752         * input/test/trill.ly: remove
9753         
9754         * input/test/time-signature-double.ly: fold into manual
9755
9756         * input/test/separate-staccato.ly: remove
9757
9758         * input/test/spanner-after-break-tweak.ly: fold into manual.
9759
9760         * input/test/script-priority.ly: fold into manual.
9761
9762         * input/test/scheme-interactions.ly: remove.
9763         
9764         * input/test/unfold-all-repeats.ly (mel),
9765         input/test/repeat.ly,input/test/repeat-shorter-bracket.ly,
9766         input/test/polymetric-differing-notes.ly input/test/polymetric.ly:
9767         fold into manual.
9768
9769         * input/regression/no-staff.ly: move from input/test/
9770
9771         * input/regression/markup-score.ly: move from input/test/
9772
9773         * input/test/lyrics-melisma-faster.ly: fold into manual
9774         
9775         * input/test/lyrics-melisma-variants.ly: fold into manual
9776
9777         * Documentation/user/notation.itely (Popular music): new node. 
9778
9779         * input/test/gourlay.ly: remove
9780         
9781         * input/test/improv.ly: fold into manual.
9782
9783         * input/test/figured-bass-alternate.ly (fl): remove
9784
9785         * lily/dynamic-text-spanner.cc (print): new file.
9786
9787         * scm/define-grobs.scm (all-grob-descriptions): add DynamicTextSpanner
9788
9789         * lily/engraver-group-engraver.cc (do_announces): reorder logic:
9790         keep recursing into children in case a parent context inserts a
9791         grob into a child context.
9792
9793         * lily/dynamic-engraver.cc (acknowledge_grob): add accidentals to
9794         
9795 2004-07-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9796
9797         * scm/define-markup-commands.scm (postscript): new markup command
9798         \postscript
9799
9800         * Documentation/user/notation.itely (Formatting cue notes): new
9801         section.
9802
9803         * input/test/clef-end-of-line.ly: fold into manual.
9804
9805         * input/test/scales-greek.ly: remove.
9806
9807         * input/test/chords-without-melody.ly: fold into manual.
9808
9809         * input/test/cadenza-skip.ly: remove.
9810
9811         * input/test/clef-8-syntax.ly: remove.
9812
9813         * input/test/clef-manual-control.ly: move into manual.
9814
9815         * Documentation/user/notation.itely (Aligning to cadenzas): fold
9816         in cadenza-skip.ly
9817
9818         * mf/parmesan*.mf: change neo_mensural to neomensural.
9819
9820         * input/test/trills.ly: remove.
9821
9822         * input/test/transposition.ly: remove.
9823
9824         * input/test/to-xml.ly: move to no-notation.
9825
9826         * buildscripts/lilypond-profile.sh: change zsh bomb to warning.
9827
9828         * lily/ledger-line-spanner.cc (print): use staff variable, not
9829         me. Fixes ledger lines on differently sized staves.
9830
9831         * input/test/rhythm-excercise.ly: remove file.
9832
9833         * lily/stem.cc (dim_callback): only do something if visible. Fixes
9834         spurious flag not found warning for 128th rest.
9835
9836         * input/regression/rest-dot-position.ly: new file.
9837         
9838         * input/test/rest-dot-positions.ly: remove
9839
9840         * lily/staff-symbol-referencer.cc (get_position): emergency
9841         fallback: use coordinate * 2.
9842
9843         * input/no-notation/midi-scales.ly: move from test/
9844
9845         * scm/define-markup-commands.scm (score): remove debugging code.
9846
9847         * input/test/incipit.ly (violin): remove. 
9848
9849         * lily/system-start-delimiter.cc (print): only draw system
9850         delimiter to staves that reach up to left bound of the delimiter.
9851
9852         * input/no-notation/embedded-scm.ly: move from test/
9853
9854         * input/test/follow-voice.ly: remove
9855
9856         * input/no-notation/dynamic-absolute-volume.ly: move from test/.
9857
9858         * input/test/drarn*: remove
9859         
9860         * input/test/count-systems.ly: remove.
9861
9862         * lily/bar-line.cc (compound_barline): fix : for staff without
9863         lines.
9864
9865         * lily/accidental.cc (print): use music_font_alist_chain(). This
9866         fixes smaller cautionaries.
9867
9868         * scm/define-grobs.scm (all-grob-descriptions): use fetaMusic
9869         encoding for accidental.
9870
9871         * Documentation/user/notation.itely (Educational use): new section
9872
9873         * input/test/*.ly: clean up directory: move examples into manual
9874         or regtest.
9875         
9876
9877         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.log): add
9878         mode as well. This fixes resolution errors.
9879
9880 2004-07-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9881
9882         * scm/lily.scm (postscript->png): show commands for --verbose.
9883
9884         * flower/include/getopt-long.hh: opps. short option should be
9885         char, not int.
9886
9887         * Documentation/user/GNUmakefile: use symlinks to save space.
9888
9889         * VERSION: 2.3.9 released.
9890
9891         * scripts/convert-ly.py (conv): remove \lyrics from \lyricsto.
9892
9893         * ly/gregorian-init.ly (neumeDemoPaper): remove duplication from
9894         manual.
9895
9896         * Documentation/user/tutorial.itely (Integrating text and music):
9897         remove \score and \notes from manual.
9898
9899         * lily/my-lily-lexer.cc (My_lily_lexer): really switch on note
9900         mode in the beginning.
9901
9902 2004-07-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9903
9904         * Documentation/user/changing-defaults.itely (Horizontal spacing):
9905         Correct the documentation of the spacing parameters. 
9906
9907         * Documentation/user/tutorial.itely (Integrating text and music), 
9908         Documentation/user/lilypond-book.itely (Integrating LaTeX and
9909         music): Document that you need to add the map file ec-mftrace.map
9910         in the dvips command.   
9911
9912 2004-07-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9913
9914         * lily/score-engraver.cc (initialize): abort if ecrm10.pfa not
9915         found.
9916
9917         * lily/text-item.cc (interpret_string): insert encoding setting
9918         here
9919
9920         * scm/framework-ps.scm (ps-font-command): remove feta/parmesan
9921         encoding kludge.
9922
9923         * Documentation/user/changing-defaults.itely (Text encoding): node
9924         on encoding.
9925
9926         * lily/lyric-engraver.cc (try_music): remove superfluous check.
9927
9928         * lily/book-paper-def.cc (find_scaled_font): remove default
9929         encoding, because it messes up font loading for feta and
9930         parmesan. Encoding should only be specified for running texts.
9931
9932         * lily/modified-font-metric.cc (text_dimension): support coding
9933         scheme ""
9934         
9935 2004-07-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9936
9937         * lily/tie-engraver.cc (stop_translation_timestep): remember tie
9938         definition, so \override works as expected.
9939
9940         * lily/measure-grouping-engraver.cc: clarify
9941
9942 2004-07-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9943
9944         * lily/parser.yy (context_def_mod): remove \consistsend
9945
9946         * lily/context-def.cc (instantiate): use Translator::must_be_last
9947         to determine engraver order.
9948
9949         * lily/translator.cc (must_be_last): new function
9950
9951         * scripts/convert-ly.py (conv): rule.
9952
9953         * lily/bar-line.cc (print): return '() for height == 0.0 too.
9954
9955 2004-07-27  Heikki Junes  <hjunes@cc.hut.fi>
9956
9957         * input/regression/{stanza-number,volta-multi-staff}.ly: fix docs.
9958  
9959 2004-07-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9960
9961         * lily/include/lily-guile.hh (scm_is_int): compat glue.
9962
9963 2004-07-25  Pedro Kroger  <kroeger@pedrokroeger.net>
9964
9965         * input/regression/page-layout.ly: new file.
9966
9967         * scm/paper.scm (set-paper-dimensions): Preliminary support for
9968         left and right margins.
9969
9970         * Documentation/user/changing-defaults.itely (Page layout):
9971         Explain the leftmargin option.
9972
9973 2004-07-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9974
9975         * input/test/lyrics-melisma-variants.ly (texidoc): new file.
9976
9977         * input/test/lyrics-melisma-faster.ly: new file.
9978
9979         * lily/new-lyric-combine-music-iterator.cc (find_voice): allow
9980         change of melody by setting associatedVoice.
9981
9982         * lily/parser.yy (re_rhythmed_music): \lyricsto implies lyrics mode.
9983
9984         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): don't copy
9985         file contents, rather \include them, so default linewidth is set.
9986         (ly_options): make BOOKPAPER set of options. Move linewidth
9987         settings there.
9988
9989         * Documentation/user/examples.itely: new file. Templates are to be
9990         moved here.
9991
9992         * Documentation/user/programming-interface.itely: move chapter.
9993
9994         * scm/document-markup.scm (doc-markup-function): add @code
9995
9996         * stepmake/stepmake/texinfo-rules.make: remove chmod.
9997
9998 2004-07-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9999
10000         * scm/page-layout.scm (plain-header): add printpagenumber boolean
10001         to bookpaper.
10002
10003         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
10004         $(outdir)/%.ly $(outdir)/%.ps): do all targets from lilypond binary.
10005
10006         * scripts/lilypond-latex.py (run_dvips): remove -bin everywhere.
10007
10008         * lily/GNUmakefile (NAME): create lilypond, not lilypond-bin 
10009
10010         * scripts/lilypond-latex.py: move from lilypond.py
10011
10012         * make/lilypond-vars.make: centralize LILYPOND_BOOK_FLAGS setting.
10013         (LILYPOND_BOOK_FLAGS): use -f tex for lilypond-book.
10014
10015         * scm/lily.scm (postscript->png): new function
10016         (postscript->pdf): new function
10017
10018         * lily/paper-book.cc (post_processing): call
10019         convert-to-{dvi,ps,png,pdf}
10020
10021         * scripts/ps2png.py (option_definitions): new file.
10022
10023         * lily/paper-book.cc (output): call output-preview-framework
10024         (post_processing): new function. Do PDF/PNG conversion.
10025
10026         * lily/paper-outputter.cc (close): new function.
10027
10028         * scm/framework-ps.scm (convert-to-pdf): new function. Call
10029         ps2pdf.
10030         (output-preview-framework): new function. Generate a preview .ps
10031         
10032
10033 2004-07-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10034
10035         * VERSION: release 2.3.8
10036         
10037         * lily/note-head.cc: remove ledger line handling.
10038
10039         * lily/ambitus.cc (print): strip away accidental / note head code,
10040         and associated properties.
10041
10042         * lily/ambitus-engraver.cc (create_ambitus): change name to
10043         AmbitusLine. Create AmbitusAccidental and AmbitusNoteHead for
10044         other ambitus parts.
10045         (create_ambitus): group grobs in Ambitus grouping object. 
10046
10047         * lily/include/pitch-interval.hh (Pitch>): new file.
10048
10049         * lily/pitch-interval.cc (add_point): new file.
10050
10051         * lily/ledger-line-engraver.cc: new file.
10052
10053         * lily/ledger-line-spanner.cc (print): new file. Set limits to
10054         ledger line length to avoid clashes.
10055
10056 2004-07-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10057
10058         * Documentation/user/invoking.itexi (Invoking lilypond): remove
10059         deprecated options
10060
10061 2004-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10062
10063         * SConstruct: Use only code files for TAGS.  Change GO_FAST_BUTTON
10064         to command line option: fast=1 (default on).
10065
10066         * SConstruct[GO_FAST_BUTTON]: implement tips from Andreas Roach.
10067         This brings SCons run-time on up-to-date tree down from 48s with
10068         only checksums, to 34s without 2day checksums, to 14s (make needs
10069         4 seconds).
10070         (subdirs)[GO_FAST_BUTTON]: Try to read all subdirs only when
10071         necessary.
10072
10073 2004-07-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10074
10075         * lily/slur-quanting.cc (score_extra_encompass): add  break ;
10076         (score_extra_encompass): process scripts at edges too, by checking
10077         control points directly. 
10078
10079 2004-07-20  Jan Nieuwenhuizen  <janneke@gnu.org>
10080
10081         * po/nl.po: Update.
10082
10083         * lily/main.cc: Fix ly:option-usage help.
10084
10085         * input/regression/slur-script.ly: More collision tests.
10086
10087         * GNUmakefile.in (EXTRA_DIST_FILES): Add SConstruct.
10088
10089 2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10090
10091         * VERSION: release 2.3.7
10092
10093         * stepmake/generic-vars.make (EXTRA_DIST_FILES): dist SConscript
10094         files.
10095
10096         * Documentation/user/notation.itely (Slurs): document ^ and _ for
10097         slurs.
10098
10099         * input/regression/slur-script.ly: new file.
10100
10101         * lily/accidental-engraver.cc (process_acknowledged_grobs):
10102         make accidental appear to come from note head engraver.
10103
10104         * lily/slur-quanting.cc: new file.
10105         (score_extra_encompass): new function. Avoid scripts and
10106         accidentals
10107
10108 2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10109
10110         * lily/include/lily-guile.hh: Remove guile-1.4 compatibility.
10111         This greatly reduces the number of files that get recompiled
10112         after touching config.hh.
10113
10114         * config.hh.in: Remove GUILE_*_VERSION.
10115
10116         * lily/new-slur.cc: Resolve conflicts.
10117
10118         * lily/stem-engraver.cc (make_stem): New method.
10119
10120         * lily/include/script-interface.hh:
10121         * lily/script-interface.cc: New file.
10122
10123         * lily/include/script.hh:
10124         * lily/script.cc: Remove.
10125
10126         * lily/music.cc (duration_log): New method.
10127
10128         * lily/script.cc (struct Skript): Remove.
10129
10130         * lily/new-slur.cc (get_base_attachments): Try at articulations.
10131         Lots of coding cleanups (Stom).
10132
10133 2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10134
10135         * lily/new-slur.cc (avoid_staff_line): new function: avoid
10136         collisions with staff lines.
10137
10138         * lily/my-lily-parser.cc (LY_DEFINE): add directory of argument to
10139         global_path
10140
10141         * scm/define-grobs.scm (all-grob-descriptions): set ratio
10142         .25. This flattens short slurs.
10143
10144         * lily/new-slur.cc (enumerate_attachments): move X of attachment
10145         points for tilted slurs.
10146
10147         * input/regression/slur-tilt.ly: new file.
10148
10149         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): shorten
10150         stems of 16th graces too.
10151
10152         * lily/beam-quanting.cc (score_forbidden_quants): make forbidden
10153         quant penalty dependent on how much the line is in the gap.
10154
10155         * input/regression/grace-stem-length.ly: new file.
10156
10157         * lily/beam-quanting.cc (score_forbidden_quants): remove
10158         interquant check. The penalty of 1000 is much too harsh, and the
10159         inter case should be caught by check-staff-line-in-gap check.
10160
10161         * lily/scm-option.cc: move debug-beam to \paper.
10162
10163         * scripts/lilypond-book.py (Lilypond_snippet.write_ly): create
10164         .txt files to appease makeinfo.
10165
10166         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly:
10167         remove texttagline.
10168         
10169         * lily/new-slur.cc: cleanup, split in functions.
10170
10171         * lily/parser.yy (chord_body_element): allow octave-check = inside
10172         chord body. 
10173
10174         * lily/new-slur.cc (score_encompass): variable head-distance penalty.
10175
10176         * lily/stem.cc (height): call Beam::after_line_breaking().
10177
10178         * lily/rest-collision.cc (force_shift_callback): only call shift
10179         for columns containing rests.
10180
10181         * lily/new-slur.cc (print): use debug-slur-quanting paper var.
10182
10183         * input/regression/font-postscript.ly: invoke afm2tfm. 
10184
10185 2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10186
10187         * mf/SConscript: Build map files.
10188
10189         * SConstruct: Rename $out to out-www in web.
10190
10191 2004-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10192
10193         * SConstruct (web_kluts): Have make web build in out-www.  Not.
10194
10195 2004-07-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10196
10197         * Documentation/user/music-glossary.tely (Top): add fragment to
10198         pertinent @lilypond entries.
10199
10200         * scm/define-grobs.scm: switch on new-slur by default.
10201
10202         * lily/scm-option.cc: symbol != string.
10203
10204         * lily/new-slur.cc (set_end_points): handle broken slurs. Doesn't
10205         really work yet.
10206         (set_end_points): make X coord of attachment dependent on  Y.
10207         (score_encompass): add edges too.
10208
10209 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10210
10211         * lily/stem.cc (get_beaming): new function.
10212
10213         * scripts/lilypond-book.py (compose_ly): make fragment mandatory
10214         for fragment snippets. This fixes inclusion of toplevel-music
10215         examples (such as new-slur.ly)
10216  
10217 2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10218
10219         * scripts/lilypond-book.py: Remove second import of stat.
10220
10221         * More SCons cleanups.
10222
10223         * Documentation/bibliography/computer-notation.bib (note): Remove
10224         extraneous closing brace.
10225
10226 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10227
10228         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): fix
10229         stat calls.
10230
10231         * Documentation/bibliography/SConscript (bibs): failed try to get
10232         bib2html find html-long.bst.
10233
10234         * buildscripts/bib2html.py (stat): fail if bibtex fails.
10235
10236         * make/stepmake.make: use usescons for using scons. 
10237
10238 2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10239
10240         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): Check
10241         for lilypondend.  Import stat (huh?).
10242
10243 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10244
10245         * make/mutopia-vars.make ($(addprefix $(outdir)/,$(LYM4_FILES):
10246         bypass dvi. 
10247
10248         * input/regression/font-postscript.ly: new file. 
10249
10250         * scm/framework-ps.scm (load-fonts): load pfb files too.
10251
10252         * lily/pfb.cc (pfb2pfa): new file.
10253
10254 2004-07-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10255
10256         * scripts/lilypond-book.py (PREAMBLE_LY): set
10257         toplevel-music-handler too.
10258
10259 2004-07-15  Jan Nieuwenhuizen  <janneke@gnu.org>
10260
10261         * SConstruct (symlink): Add dvips and music-drawing-routines.ps.
10262         (web_path): Fixes for webball.  Install fixes, add DESTDIR option.
10263
10264         * lily/slur.cc: Add quant-score to interface.  Fixes web build.
10265
10266         * python/SConscript:
10267         * python/vim:
10268         * input/mutopia/*SConscript: New file.
10269
10270         * input/mutopia/W.A.Mozart/: Use .ily suffix for includes.
10271
10272         * scm/define-grobs.scm (all-grob-descriptions): Use ,Slur::height,
10273         fixes web build.
10274
10275         * make/stepmake.make (scons): re-route to SCONS if user has been
10276         running scons in this tree.
10277
10278         * SConstruct (config_vars): Add CPPDEFINES.
10279         (env): Set checksums type to "content".
10280         (save_config_cache): Do not exit after configuring when using
10281         checksums (the default) instead of timestamps.
10282
10283 2004-07-15  Jan Nieuwenhuizen  <janneke@gnu.org>
10284
10285         * SConstruct: Further development.
10286
10287         * input/test/SConscript: 
10288         * input/template/SConscript: 
10289         * input/regression/SConscript: 
10290         * Documentation/bibliography/SConscript:
10291         * Documentation/bibliography/index.html.in: New file.
10292
10293         * Documentation/bibliography/GNUmakefile (local-WWW): Remove index
10294         generation.
10295
10296         * buildscripts/builder.py: Add new builders.
10297
10298         * make/stepmake.make: 
10299         * stepmake/stepmake/*.make: 
10300         * configure.in:
10301         * lily/*:
10302         * flower*: Use config.hh (Was config.h).
10303
10304         * scm/encoding.scm (get-coding): Print friendly error message when
10305         no encoding is found, rather than crashing.
10306
10307 2004-07-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10308
10309         * lily/new-slur.cc (score_slopes): strong sloping score only when
10310         stems point in same dir. 
10311
10312 2004-07-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10313
10314         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo): bugfix
10315         for beam start.
10316
10317         * lily/parser.yy (context_prop_spec): check grob name for
10318         alphanumericness..
10319
10320         * lily/lyric-engraver.cc: creates LyricText objects
10321
10322 2004-07-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10323
10324         * lily/include/lily-guile.hh (scm_from_int): add scm_from_int glue.
10325
10326 2004-07-13  Jan Nieuwenhuizen  <janneke@gnu.org>
10327
10328         * SConstruct: Configure only pristine build tree or on user
10329         request.  Cleanups.  Add Documentation/topdocs to subdirs.
10330         Use checksums instead of timestamps.
10331         (CheckYYCurrentBuffer): Return result.
10332
10333         * Documentation/topdocs/SConscript: New file.
10334
10335 2004-07-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10336
10337         * lily/staff-symbol-referencer.cc (on_staffline): bugfix 
10338
10339         * lily/scm-hash.cc (get): SCM_MAKINUM is deprecated. Use
10340         scm_from_int instead.
10341
10342 2004-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
10343
10344         * SConstruct: Updates.  Add targets: tar, dist, release.
10345
10346 2004-07-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10347
10348         * input/mutopia-header.ly: Generate output.
10349
10350         * SConstruct:
10351         * buildscripts/builder.py:
10352         * Documentation/user/SConscript: SCons fixes.
10353
10354 2004-07-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10355
10356         * lily/new-slur.cc (class New_slur): new file. Score based slur
10357         computations.
10358
10359 2004-07-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10360
10361         * mf/SConscript: Remove Builders.
10362
10363         * buildscripts/builder.py: Add LilyPond, Abc2ly and MF builders.
10364
10365         * input/SConscript: 
10366         * Documentation/user/SConscript: New file.
10367
10368 2004-07-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10369
10370         * Documentation/topdocs/NEWS.texi (Top): add note about new
10371         emacs electric-|
10372
10373         * scm/*.scm: adapt ly:warn calls.
10374
10375         * lily/lily-guile.cc (LY_DEFINE): use format on ly:warn arguments.
10376
10377         * lily/repeat-acknowledge-engraver.cc (process_music): look at
10378         main timing, not grace timing. Fixes volta-repeat-grace.
10379
10380         * lily/kpath.cc (LY_DEFINE): ly:kpathsea-expand-path, new function
10381         remove ly:kpathsea-gulp-file.
10382
10383         * scm/translation-functions.scm (format-metronome-markup): make
10384         note smaller, align to bottom.
10385
10386         * scm/define-grobs.scm (all-grob-descriptions): metronome fixes.
10387
10388         * lily/metronome-engraver.cc (stop_translation_timestep): attach
10389         metronome to musical column. Don't ack time sigs or bar lines.
10390
10391 2004-07-10  Heikki Junes  <hjunes@cc.hut.fi>
10392
10393         * THANKS: sort, add David. Kristof contributed code, he is a
10394         contributor.
10395
10396 2004-07-09  David Svoboda      <svoboda@cmu.edu>
10397
10398         * elisp/lilypond-mode.el,
10399         * elisp/lilypond-what-beat.el: Added LilyPond-what-beat function to
10400         count beats between last measure stop | and point in emacs.
10401         
10402 2004-07-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10403
10404         * tex/GNUmakefile (TEX_FILES): don't dist
10405         music-drawing-routines.ps, latin1.enc 
10406
10407         * scripts/lilypond.py (include_path): remove --no-lily, --no-ps ,
10408         --no-pdf, --pdftex
10409         (copyright): add --latex option
10410         (ic_p.make_include_option): use direct PS as default.
10411
10412         * scm/beam.scm (check-slope-callbacks): check sign of slope. 
10413
10414         * input/regression/beam-concave.ly (rossFourBeams): add cases from
10415         Ross
10416
10417         * scm/script.scm (default-script-alist): marcato should follow
10418         into staff
10419         
10420 2004-07-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10421
10422         * buildscripts/builder.py:
10423         
10424         * Documentation/SConscript (outdir): New file.  Add *list.ly
10425         dependencies.  Fixes PDF doc build.
10426
10427 2004-07-08  Jan Nieuwenhuizen  <janneke@gnu.org>
10428
10429         * SConstruct: Add Tar target (incomplete), fix install issues, fix
10430         run from build-dir.
10431
10432         * ly/SConscript:
10433         * scm/SConscript: New file.
10434
10435         * lily/main.cc (dir_info): Print variables in sh format.
10436
10437         * lily/includable-lexer.cc: Use #if iso #ifdef for HAVE_ tests.
10438
10439         * mf/SConscript: Update multiple target rules.
10440
10441         * SConstruct (assert_version): Add.
10442
10443 2004-07-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10444
10445         * SConstruct (key): add HAVE_FLEXLEXER_YY_CURRENT_BUFFER check.
10446
10447 2004-07-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10448
10449         * buildscripts/mf-to-table.py: Do not try to open ''.
10450
10451         * mf/SConscript: New file.
10452
10453 2004-07-06  Carl Sorensen  <carldsorensen@comcast.net>
10454
10455         * scm/fret-diagrams.scm : Convert many properties to constants,
10456         reducing the pollution of the property namespace.
10457
10458         * scm/define-grob-properties.scm (all-user-grob-properties): Reduce
10459         unnecessary properties for fret-diagram
10460
10461         * scm/define-grob-interfaces.scm (fret-diagram-interface): Add symbols
10462         for interface
10463
10464 2004-07-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10465
10466         * SConstruct: Update.
10467
10468 2004-07-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10469
10470         * input/regression/beam-quant-standard.ly (seconds): print desired
10471         quants when failing.
10472
10473 2004-07-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10474
10475         * SConstruct:
10476         * flower/SConscript:
10477         * lily/SConscript: New file.
10478
10479 2004-07-05  Carl Sorensen  <carldsorensen@comcast.net>
10480
10481         * scm/define-grob-properties.scm (all-user-grob-properties): Add
10482         descriptions for all fret-diagram properties.
10483
10484         * scm/define-grob-interfaces.scm (fret-diagram-interface): Add
10485         fret-diagram interface code
10486
10487 2004-07-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10488
10489         * ly/book-paper-defaults.ly: set default encoding to ec.
10490
10491         * buildscripts/guile-gnome.sh (OPT): only compile pango if not
10492         installed.
10493
10494         * tex/latin1.enc: new file, from a2ps. 
10495
10496 2004-07-06  Heikki Junes  <hjunes@cc.hut.fi>
10497
10498         * stepmake/bin/add-html-footer.py: use <div> instead of <table>,
10499         add a faint, green border line.
10500
10501         * Documentation/index.html.in: drop <table>, add a faint border line.
10502
10503 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10504
10505         * scm/font.scm (add-cmr-fonts): upright caps is eccc.
10506
10507         * Documentation/GNUmakefile (README_TOP_FILES): add THANKS.txt.
10508
10509 2004-07-02  Carl Sorensen  <carldsorensen@comcast.net>
10510
10511         * scm/output-ps.scm (white-text): Add scale paramter to allow scaling
10512
10513         * scm/output-tex.scm (white-text): Add scale parameter to allow font
10514         scaling
10515
10516         * scm/stencil.scm (fontify-text-white) : Adjust to better center,
10517         properly scale white text
10518
10519         * scm/fret-diagrams.scm (make-fret-diagram): change default dot
10520         position for numbered dots so dot will touch fret.
10521         (various routines): move to font-metric interface, rather than
10522         name, size interface.  Clean up comments.
10523
10524         * ps/music-drawing-routines.ps: (/draw_white_text)  Adjust font
10525         size and offset to better center white text.
10526
10527 2004-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10528
10529         * ChangeLog: Remove pre-2.1 changes.
10530
10531         * Documentation/misc/ChangeLog-2.1: New file.
10532
10533         * stepmake/bin/release.py: Cleanup.  Add release marker if missing
10534         from ChangeLog.
10535
10536 2004-07-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10537
10538         * input/test/chords-below-volta-bracket.ly,
10539         input/test/no-key-at-end-of-line.ly: New example files (FAQs)
10540
10541 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10542
10543         * VERSION: release 2.3.6
10544
10545         * input/regression/beam-quant-standard.ly: new file: test standard
10546         beam quants.
10547
10548         * scm/beam.scm (check-quant-callbacks): new function
10549         (check-beam-quant): new function: check whether current beam
10550         quants match argument.
10551
10552         * lily/beam-quanting.cc (score_forbidden_quants): fix problem with
10553         forbidden quant for sitting (upstem)/hanging (downstem) on outer
10554         staffline line.
10555
10556 2004-07-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10557
10558         * lily/parser.yy (Generic_prefix_music_scm): add (scm,scm) music
10559         functions.
10560
10561         * lily/note-collision.cc (do_shifts): align colliding notes to
10562         their leftmost note.
10563
10564         * input/regression/collision-alignment.ly: new file.
10565
10566         * ly/init.ly: don't print gc stats.
10567
10568         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo): add
10569         extra newline
10570
10571         * scm/define-grobs.scm (all-grob-descriptions): use (0 . 0) not #f
10572         for dimensions. This fixes ottava-remove-empty-staff.ly
10573
10574         * input/regression/lyrics-tenor-clef.ly: new file.
10575
10576         * lily/axis-group-engraver.cc (process_acknowledged_grobs): catch
10577         cyclic parents when two axis-group-engravers are
10578         present. Fixes: crash-axis-group-engraver.ly. 
10579         
10580         * input/test/volta-chord-names.ly: new file.
10581
10582         * scm/define-context-properties.scm
10583         (all-user-translation-properties): change voltaOnThisStaff
10584         definition. 
10585
10586         * lily/volta-engraver.cc (stop_translation_timestep): set bounds
10587         if necessary.
10588
10589         * lily/volta-bracket.cc (print): handle volta brackets without
10590         bars. 
10591
10592 2004-07-01  Jan Nieuwenhuizen  <janneke@gnu.org>
10593
10594         * scripts/abc2ly.py (try_parse_chord_delims): Bugfix: update to
10595         2.0 chord syntax.  Ouch.  (thanks Dave Phillips).
10596
10597 2004-07-01  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10598
10599         * scm/output-gnome.scm: updated instructions for running gnome
10600         backend
10601
10602 2004-06-29  Carl Sorensen  <carldsorensen@attbi.net>
10603
10604         * scm/fret-diagrams.scm (draw-dots): default values for dot size
10605         and dot-position now depend on finger-code value; in-dot makes
10606         dots larger and centered.
10607         (draw-barre): added straight-barre indicator option
10608         (draw-dots): made fontify-text-white work.
10609
10610         * music-drawing-routines.ps: added /draw_white_text
10611
10612         * scm/output-tex.scm:  added white-text
10613
10614         * scm/output-ps.scm:  added white-text
10615
10616         * scm/lily.scm (ly:all-stencil-expressions): Added white-text to 
10617         list of stencil expressions
10618
10619         * scm/stencil.scm: Added fontify-text-white
10620
10621 2004-06-29  Heikki Junes  <hjunes@cc.hut.fi>
10622
10623         * input/regression/+.ly: use @unnumbered section.
10624
10625 2004-06-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10626
10627         * elisp/lilypond-mode.el (LilyPond-guile): set current module to
10628         (*anonymous-ly-0*) iso. (*anonymous-ly-1*)
10629
10630 2004-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10631
10632         * buildscripts/guile-gnome.sh (PATH): GUILE CVS is still fubarred.
10633
10634 2004-06-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10635
10636         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
10637         was causing an error. (was not actually commited in 2004-06-20)
10638
10639         * input/regression/lily-in-scheme.ly (withPaddingC): does not
10640         breaks anymore
10641
10642 2004-06-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10643
10644         * VERSION: 2.3.5 released.
10645         
10646         * lily/my-lily-parser.cc (parse_string): switch module too.
10647
10648 2004-06-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10649
10650         * Documentation/topdocs/INSTALL.texi (Top): Add guile, python and
10651         ec-fonts-mftraced to running requirements.
10652
10653 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10654
10655         * lily/my-lily-lexer.cc (My_lily_lexer): copy scopes so temporary
10656         assignments don't reach the original file.
10657
10658         * lily/my-lily-parser.cc (My_lily_parser): only copy lexer if it
10659         exists
10660
10661 2004-06-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10662
10663         * scm/output-gnome.scm: 
10664         * buildscripts/guile-gnome.sh: Update wrt fixed GUILE CVS.
10665
10666         * debian/: Apply Debian patch (Anthony Fok).
10667
10668 2004-06-22  Heikki Junes   <hjunes@cc.hut.fi>
10669
10670         * Documentation/user/music-glossary.tely: fix titling; @top is already
10671         an @unnumbered @chapter.
10672
10673 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10674
10675         * debian/GNUmakefile (EXTRA_DIST_FILES):
10676         (CONF_FILES): update file list.
10677
10678         * lily/stencil.cc (interpret_stencil_expression): bugfix.
10679
10680 2004-06-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10681
10682         * debian/: Remove cruft (requested Anthony Fok.)
10683
10684         * buildscripts/guile-gnome.sh: Build without gcc libtool version
10685         juggling.
10686
10687         * scm/framework-gnome.scm: Cleanups.  Resurrect +/- canvas scaling.
10688         Add popup menu with grob properties.
10689
10690         * lily/grob-scheme.cc (ly:grob-properties):
10691         (ly:grob-basic-properties): New function.
10692
10693         * lily/stencil.cc (interpret_stencil_expression): Comment-out
10694         "no-origin" call.  Fixes -fps output.
10695
10696         * scm/output-ps.scm (no-origin): Add dummy implementation.
10697
10698         * scm/output-gnome.scm (define-origin): Remove
10699         (grob-cause): Add.
10700
10701         * scm/output-ps.scm (scm):
10702         * scm/output-tex.scm (scm): Remove define-origin from exports list.
10703         (define-origin): Remove.
10704
10705         * scm/output-gnome.scm (define-origin): 
10706
10707         * scm/lily.scm (ly:all-output-backend-commands): Remove
10708         define-origin.  Add grob-cause.
10709
10710 2004-06-21  Heikki Junes   <hjunes@cc.hut.fi>
10711
10712         * buildscripts/lilypond-words.py: add ly/portugues.ly.
10713
10714 2004-06-20  Heikki Junes   <hjunes@cc.hut.fi>
10715
10716         * Documentation/user/GNUmakefile:
10717         * stepmake/stepmake/texinfo-rules: add Cascading Style Sheet using
10718         --include-css=.../texinfo.css; command includes css into the html.
10719
10720         * Documentation/texinfo.css: add file.
10721         define <hr> as black and thin.
10722
10723 2004-06-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10724
10725         * lily/stencil.cc (interpret_stencil_expression): add grob-cause
10726         stencil expression. Junk define-origin.
10727
10728         * lily/my-lily-parser.cc (parse_string): init parser variable when
10729         lexer_ is set, ie. in parse_string and parse_file.
10730
10731         * lily/book.cc (LY_DEFINE): new function. ly:make-book. Supercedes
10732         ly:score-bookify.
10733
10734         * scm/lily.scm (collect-scores-for-book): new function.
10735
10736         * ly/init.ly: print collected scores/musics.
10737
10738         * lily/my-lily-parser.cc (LY_DEFINE): define parser in parser
10739         scope, not in lily module.
10740
10741         * lily/book.cc (LY_DEFINE): ly:make-book. New function.
10742
10743         * configure.in (PKG_CONFIG_PATH): add --enable-gui flag, and
10744         encapsulate gtk/pango tests.
10745
10746         * po/tr.po: Turkish translation.
10747
10748 2004-06-20  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10749
10750         * input/regression/lily-in-scheme.ly: regression test for #{
10751         ... #} syntax
10752
10753         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
10754         was causing an error.
10755
10756         * Documentation/user/programming-interface.itely (Using LilyPond
10757         syntax inside Scheme): documentation for #{ ... #} syntax.
10758
10759 2004-06-19  Heikki Junes  <hjunes@cc.hut.fi> 
10760
10761         * Documentation/index.html.in: use black thin <hr>.
10762
10763         * buildscripts/mutopia-index.py: use thin black <hr>.
10764
10765 2004-06-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10766
10767         * scm/fret-diagrams.scm: Use UNIX style line endings.
10768         (fret-diagram-verbose): A couple of @{VAR} and an closing itemize
10769         typo.  Fixes compile.
10770
10771         * scm/output-ps.scm (white-dot): Remove second incarnation.
10772
10773         * scm/lily.scm (ly:all-stencil-expressions): Add white-dot.
10774
10775 2004-06-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10776
10777         * scripts/lilypond.py (ic_p.make_include_option): set error_p for
10778         single file error.
10779
10780         * lily/bar-line.cc (compound_barline): add support for unbroken ||:
10781
10782 2004-06-17  Carl Sorensen (carl_sorensen@byu.edu)
10783
10784         * scm/fret-diagrams.scm: added fret-diagram-terse interface;
10785         remove size as argument to fret-diagram interface;
10786         improved white-circle dots for fret;
10787         improved top-fret thick line/
10788
10789         * scm/output-ps.scm: added white-dot function
10790
10791         * scm/output-tex.scm: added white-dot function
10792
10793         * tex/music-drawing-routines.ps: added draw_white_dot function
10794
10795         * ps/music-drawing-routines.ps: added draw_white_dot function
10796
10797         * input/test/fret-diagram.ly: examples to show multiple
10798         functions and multiple interfaces
10799
10800 2004-06-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10801
10802         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph) 
10803         (pango_fc_afm_get_charset): Update iaw Pango CVS update.
10804
10805         * buildscripts/guile-gnome.sh: Add pango to recipe.  Resolve
10806         conflict.  Have I told you lately how much I love autotools?
10807
10808 2004-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10809
10810         * lily/lily-guile.cc: 
10811         * lily/pangofc-afm-decoder.cc:
10812         * lily/include/pangofc-afm-decoder.hh: Use #if HAVE_* iso #ifdef.
10813         Fixes build without Pango CVS.  Use "pangofc-afm-decoder.hh".
10814
10815         * Documentation/topdocs/NEWS.texi (Top): Mention GNOME backend for
10816         developers.
10817
10818         * lily/paper-outputter.cc (file): New method.
10819         (dump_string): Use it.
10820
10821         * scm/output-gnome.scm: Update with pango CVS info, lilylib
10822         musing.
10823
10824         * lily/accidental-engraver.cc: Bugfix: (do not sort lines if one
10825         of them has a comma :-).
10826
10827         * scm/framework-gnome.scm: Add pango decoders.
10828
10829         * lily/include/pangofc-afm-decoder.hh: 
10830         * lily/pangofc-afm-decoder.cc: New file.
10831
10832         * lily/lily-guile.cc (ly:pango-add-afm-decoder): New function.
10833
10834         * configure.in: Check for pango.
10835
10836         * stepmake/aclocal.m4 (PKG_CHECK_MODULES): New function (from
10837         autoconf).
10838         (STEPMAKE_GTK2, STEPMAKE_PANGO): New function.
10839
10840         * config.make.in (USER_CFLAGS, USER_LDLAGS): Update.
10841
10842 2004-06-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10843
10844         * Documentation/user/tutorial.itely (Integrating text and music):
10845         fix grammar & punctuation.
10846
10847 2004-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10848
10849         * lily/: Stray janitorial cleanups.
10850
10851         * scm/lily.scm (ly:all-stencil-expressions):
10852         * scm/lily.scm (ly:all-output-backend-commands): New function.
10853
10854         * scm/safe-lily.scm (safe-objects): Add them.
10855
10856         * scm/framework-gnome.scm (<gnome-outputter>): New class.
10857
10858         * scm/output-gnome.scm: Move non-stencil evaluators to framework.
10859
10860 2004-06-15  Jan Nieuwenhuizen  <janneke@gnu.org>
10861
10862         * buildscripts/guile-gnome.sh: Pick-up user-installed pango.
10863
10864 2004-06-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10865
10866         * scm/page-layout.scm (default-page-make-stencil): add
10867         raggedbottom, raggedlastbottom.
10868
10869         * Documentation/user/changing-defaults.itely (Page layout): add doc.
10870
10871         * scm/framework-tex.scm (define-fonts): fix export of
10872         papersize.
10873
10874         * lily/paper-book.cc (classic_output): strip suffixes from
10875         framework functions.
10876
10877         * lily/tuplet-bracket.cc (before_line_breaking): do not return
10878         SCM_UNDEFINED to Scheme.
10879
10880 2004-06-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10881
10882         * lily/book.cc: remove Book::to_stencil().
10883         (process): whoops. Score::book_rendering returns vector, not list.
10884
10885         * scripts/convert-ly.py (conv): remove \notes.
10886         apply to input examples.
10887
10888         * lily/paper-outputter.cc (output_stencil): don't use
10889         smobify_self() but self_scm()
10890
10891         * lily/include/ly-smobs.icc (IMPLEMENT_SMOBS): don't return SCM
10892         from smobify_self().
10893
10894         * lily/paper-book.cc (output): load framework module
10895         scm_c_resolve_module().
10896
10897         * python/lilylib.py (exit): exit with argument i.
10898
10899 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10900
10901         * scm/framework-gnome.scm (output-framework-gnome): Try loading
10902         gnome modules from non-toplevel.
10903
10904         * lily/ly-module.cc (ly:import-module): Export to ly:.
10905
10906         * lily/paper-score.cc (process): Do not show progress newline.
10907
10908         * lily/paper-book.cc (output, classic_output): Show progess
10909         newline after score.
10910
10911 2004-06-14  Heikki Junes <hjunes@cc.hut.fi>
10912
10913         * buildscripts/lilypond-words.py: add ly/vlaams.ly
10914
10915 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10916
10917         * lily/score.cc (ly:run-translator): Do not crash on empty music
10918         list.
10919
10920         * lily/book.cc (process): Do not render score when systems is empty.
10921
10922         * input/simple-song.ly: Down one octave.
10923
10924         * scm/output-gnome.scm: Remove script again; re-add modules fix
10925         (CVS conflict resolve?)
10926
10927         * lily/stencil.cc (ly:interpret-stencil): Was:
10928         interpret_stencil_expression.
10929
10930 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
10931
10932         * buildscripts/guile-gnome.sh: New file.
10933
10934         * scm/output-gnome.scm: White background, better window size, sane
10935         canvas size.  Cleanups.
10936
10937 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10938
10939         * VERSION: release 2.3.4
10940
10941         * Documentation/user/invoking.itexi (Invoking the lilypond
10942         binary): document --safe.
10943
10944         * scm/output-gnome.scm: set PATH in script.
10945
10946         * scm/page-layout.scm (default-page-make-stencil): don't stretch
10947         if there is too few systems on a page.
10948
10949         * lily/parser.yy (relative_music): start at middle C without pitch
10950         argument.
10951
10952         * Documentation/user/changing-defaults.itely (Page layout): new node.
10953         (Paper size): rename node
10954         (Page breaking): new node.
10955         (Titling): move from invoking.
10956         (File structure): new node.
10957
10958         * lily/parser.yy (score_body): allow \header and music anywhere in
10959         \score body.
10960
10961 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
10962
10963         * scm/lily.scm (ly:load): Remove page-breaking.scm.
10964
10965 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10966
10967         * lily/include/paper-system.hh: move cc/hh file from paper-line.*
10968
10969         * lily/include/paper-line.hh: rename to Paper_system.
10970
10971         * lily/include/paper-book.hh: doc class.
10972
10973         * lily/paper-book.cc (c_ragged_page_breaks): remove functions. 
10974
10975         * scm/page-layout.scm (plain-footer): add tagline/copyright. 
10976         (plain-header): add instrument-name.
10977         (default-page-make-stencil): bugfixes.
10978
10979         * lily/parser.yy (book_body): allow \header anywhere in \book{}
10980
10981         * lily/paper-book.cc: remove copyright & tagline. Remove
10982         interactions with Page
10983
10984         * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
10985         here, 
10986         (default-page-make-stencil): new function
10987         (default-page-music-height): new function
10988         (page-headfoot): new function
10989         (ly:optimal-page-breaks): generate stencils directly from here
10990
10991         * scm/titling.scm: new file, group titling functions
10992
10993 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
10994
10995         * scm/output-gnome.scm: Handle multiple pages.
10996
10997         * scm/framework-gnome.scm: Do not load output-gnome.
10998         (framework-gnome): Invoke output-gnome::header and
10999         output-gnome::end-output as faked stencils.  Fixes experimental
11000         gnome output.
11001
11002 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11003
11004         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
11005         octavation compatibility fixes. Backportme. 
11006
11007         * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
11008         pages.
11009         (ly:optimal-page-breaks): combine-penalties: no shortcut for
11010         negative. Now we handle negative penalties (ie. \pageBreak)
11011         correctly.
11012
11013         * lily/system.cc (get_line): extract page-penalty from the left
11014         bound.
11015
11016         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
11017
11018 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11019
11020         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
11021
11022 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
11023
11024         * scm/output-gnome.scm: Update script.  Move development to
11025         lilypond_2_3_2 branch for now.
11026
11027 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11028
11029         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
11030         negative penalties.
11031         cleanups.
11032
11033         * Documentation/user/changing-defaults.itely (Creating contexts):
11034         index entries
11035
11036         * scm/page-breaking.scm (ly:optimal-page-breaks): new
11037         file. Rewrite function. 
11038
11039         * lily/paper-book.cc (pages): new interface: page-breaking returns
11040         list of line-list.
11041
11042         * lily/page.cc (Page): take lines argument.
11043
11044         * scm/document-translation.scm (all-engravers-doc): link to user man
11045
11046         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty
11047         iso. score.
11048
11049         * Documentation/user/notation.itely (Relative octaves): typo.
11050
11051         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
11052
11053 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11054
11055         * scm/output-gnome.scm: Update build script.
11056
11057 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11058
11059         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
11060         gnome backend.
11061
11062         * scm/framework-gnome.scm: New file.
11063
11064         * scm/lily.scm: Use it.
11065
11066         * lily/paper-outputter.cc: Janitorial cleanups.
11067         (ly:outputter-dump-string): Remove unreachable statement.
11068
11069         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
11070         (ice-9): Bugfix: Add srfi-1.
11071
11072         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
11073
11074 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11075
11076         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
11077         in do_quit()
11078
11079 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11080
11081         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
11082
11083 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11084
11085         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
11086         override of Beam::position-callbacks. Why would grace beams not be
11087         quantized? Fixes: weird-stem-size-grace. 
11088
11089         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
11090         warning only once. Backportme.
11091
11092         * lily/accidental-engraver.cc (number_accidentals_from_sig):
11093         bugfix, 2nd try. Backportme.
11094
11095         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
11096
11097 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
11098
11099         * Documentation/user/notation.itely (Instrument transpositions):
11100         Correct the name of the instrumentTransposition property.
11101
11102 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11103
11104         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
11105
11106 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
11107
11108         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
11109         and postLilyPondExample are called when defined.
11110
11111 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11112
11113         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
11114         This fixes setting notenames with `\include "nederlands.ly" '
11115
11116         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
11117         new function.
11118
11119 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11120
11121         * scm/page-layout.scm: don't do piece, it should be in score-title
11122         only.
11123
11124         * lily/lexer.ll: lex \score separately.
11125
11126         * lily/paper-book.cc: junk stencil2line.
11127
11128         * lily/paper-line.cc (Paper_line): construct from Stencil
11129         directly. No futzing with the dimensions.
11130
11131         * lily/include/paper-line.hh (class Paper_line): 
11132
11133         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
11134         takes arbitrary number of arguments.
11135
11136         * input/test/markup-score.ly (tuning): simplify example. 
11137
11138 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11139
11140         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
11141
11142         * scm/define-markup-commands.scm (score): define score-markup
11143
11144         * lily/parser.yy (markup): use score-markup.
11145
11146         * lily/score.cc: add ly:score? 
11147
11148 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
11149
11150         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
11151         fret-parse-string so it prepares for calls to fret-diagram-verbose
11152         Changed display constants to props so they are available for
11153         \override.
11154
11155 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11156
11157         * VERSION: release 2.3.3
11158
11159         * stepmake/stepmake/generic-vars.make: unset LANG.
11160
11161         * input/regression/tuplet-nest.ly: bugfix.
11162
11163         * lily/tie-performer.cc (stop_translation_timestep): reset
11164         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
11165
11166         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
11167         clear repeat_ directly after setting stem_tremolo_. Fixes:
11168         tremolo-repeat.ly
11169
11170         * input/regression/span-bar-break.ly: new file.
11171
11172         * scm/define-grobs.scm (all-grob-descriptions): remove
11173         break-visibility from SpanBar. Fixes: piano-repeat.ly
11174
11175 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11176
11177         * python/lilylib.py (make_ps_images): only compute bbox when needed.
11178
11179         * scripts/lilypond-book.py (process_snippets): use lily -f ps
11180         files for generating pngs. (failed experiment)
11181
11182         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
11183         file with PFA fonts included.
11184
11185         * lily/score.cc (default_rendering): put header in too.
11186
11187         * lily/paper-line.cc (LY_DEFINE): change function to
11188         ly:paper-line-extent
11189
11190         * scm/page-layout.scm (default-book-title): only add lines for
11191         non-nil fields.
11192         (default-score-title): idem.
11193
11194         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
11195
11196         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
11197
11198         * lily/include/paper-book.hh (class Paper_book): remove height_
11199         member.
11200
11201         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
11202
11203         * lily/ly-module.cc (LY_DEFINE): bugfix.
11204
11205         * lily/paper-book.cc (book_title): separate function for the book
11206         title.
11207
11208         * scm/page-layout.scm (default-book-title): only account for
11209         markup fields.
11210
11211         * scm/framework-ps.scm: new file. Move high level interface from
11212         output-ps.scm
11213
11214         * scm/music-functions.scm (def-grace-function): move macros from
11215         ly/music-functions-init.ly
11216
11217         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
11218         framework-tex.scm
11219
11220         * scm/framework-tex.scm (dump-line): new file. High level
11221         interface for output (pages, systems, header). 
11222
11223         * lily/include/page.hh (class Page): add is_last_ field.
11224
11225         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
11226
11227         * lily/paper-book.cc (split_string): new function
11228         (output): output multiple formats, i.e. --format=ps,tex
11229
11230         * scm/output-ps.scm (output-scopes): dump variables directly.
11231         (define-fonts): rewrite for new interface
11232
11233         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
11234
11235         * lily/paper-outputter.cc (Paper_outputter): take format argument.
11236
11237         * lily/main.cc (parse_argv): don't set extension for output.
11238
11239         * lily/clef-engraver.cc (create_clef): remove
11240         Staff_symbol_referencer::set_position() call. 
11241
11242 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11243
11244         * ly/music-functions-init.ly (addlyrics): set the 'origin property
11245         with the location argument in music function definitions.
11246
11247 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11248
11249         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
11250         staffsymbol dependency.
11251
11252         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
11253         cleanups.
11254
11255         * lily/book.cc (process): return Paper_book
11256         (to_stencil): use Book::process().
11257
11258         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
11259         header_ field. Store in $globalheader
11260
11261         * lily/parser.yy (book_body): book header is initted to
11262         $globalheader.
11263
11264
11265 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11266
11267         * input/test/fill-a4.ly: removed.
11268
11269         * lily/parser.yy (output_def): push scope of parent_ Output_def
11270         too.
11271
11272 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11273
11274         * scm/output-gnome.scm: Update info.
11275
11276 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11277
11278         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
11279
11280         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
11281         than 1 module.
11282
11283         * lily/include/ly-module.hh (ly_use_module): rename is_module to
11284         ly_c_module_p.
11285
11286         * scm/page-layout.scm (default-book-title): move Scheme titling
11287         functions to here.
11288
11289         * lily/parser.yy (book_paper_block): remove scope too.
11290
11291         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
11292
11293         * lily/rest.cc: add direction to rest properties.
11294
11295         * lily/include/output-def.hh: new file, move from
11296         music-output-def.hh
11297
11298 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11299
11300         * scm/output-gnome.scm: Describe feta-cork hack.
11301
11302 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11303
11304         * lily/include/book-paper-def.hh: derive from Output_def 
11305
11306         * lily/include/paper-def.hh: move all functionality out of class.
11307         Junk header.
11308
11309         * lily/include/music-output-def.hh: rename Music_output_def to
11310         Output_def.
11311
11312         * input/wilhelmus.ly: only set space for Paper formatting. 
11313
11314         * lily/include/midi-def.hh: remove file, remove class.
11315         Move functions to Music-output-def.
11316
11317         * lily/music-output-def.cc (Music_output_def): remove separate
11318         translator table. Lookup translators in scope directly. This
11319         obviates Context suffix for context identifiers, i.e.
11320
11321         \context {
11322           \Staff
11323           .. 
11324           }
11325
11326
11327         will work.
11328
11329
11330         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
11331
11332         * Documentation/user/changing-defaults.itely (Horizontal spacing):
11333         document spacing override hack.
11334
11335 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11336
11337         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
11338         installation info.  Support point-and-click.  Add +/- zoom
11339         keybindings.
11340
11341 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11342
11343         * VERSION: 2.3.2 released
11344
11345         * lily/parser.yy (book_body): set default bookpaper.
11346
11347         * scm/output-tex.scm (header): kludge: hard code linewidth. 
11348
11349         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
11350
11351 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11352
11353         * lily/score.cc (default_rendering): scale outputdef before
11354         starting.
11355
11356 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11357
11358         * scm/fret-diagrams.scm: Add header.
11359
11360         * scm/output-gnome.scm: Hello world :-)
11361
11362 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11363
11364         * scripts/lilypond.py (run_dvips): only add papersize if present.
11365
11366         * lily/accidental-engraver.cc (update_local_key_signature): new
11367         function, fold code from initialize() and process_music().
11368         (update_local_key_signature): use deep copy. This fixes one
11369         problem from custom-key-signatures.ly.
11370         (number_accidentals_from_sig): tighter check for
11371         accidental-too-old.
11372
11373         * ly/engraver-init.ly: remove localKeySignature
11374         definition from ChoirStaff, StaffGroup, Score.
11375
11376         * lily/percent-repeat-engraver.cc (try_music): add moments for
11377         barlines too. Fixes: skipbars-percent-repeat.ly.
11378
11379 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11380
11381         * lily/context-def.cc (filter_performers): don't go to cdrloc if
11382         skipping last pair. Fixes: crash-bar-number.
11383
11384         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
11385         D. Sorensen)
11386
11387         * input/test/fret-diagram.ly: new file.
11388
11389         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
11390         (scale-paper): divide by scale.
11391
11392 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11393
11394         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
11395         case.
11396
11397 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11398
11399         * scm/stencil.scm (fontify-text): reinstate function
11400
11401         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
11402
11403         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
11404
11405         * lily/parser.yy (book_paper_head): \bookpaper {} 
11406
11407         * python/midi.c: remove config.h
11408
11409 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
11410
11411         * scm/output-gnome.scm: Update.
11412
11413 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
11414
11415         * scm/output-gnome.scm: New file.
11416
11417         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
11418
11419 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11420
11421         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
11422         (find_scaled_font): move from Paper_def
11423
11424 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11425
11426         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
11427         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
11428
11429         * po/fr.po: update po.
11430
11431         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
11432
11433         * lily/book-paper-def.cc (print_smob): new file.
11434
11435 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
11436
11437         * buildscripts/lilypond-words.py: search words also from
11438         music-functions-init.ly.
11439
11440 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11441
11442         * ly/music-functions-init.ly (def-music-function): new helper
11443         macro for defining music functions. \addlyrics \appoggiatura
11444         \acciaccatura \grace \partcombine \autochange \applycontext
11445         \applyoutput and \breathe are now defined here thanks to it.
11446
11447         * lily/parser.yy: 
11448         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
11449         \grace \partcombine \autochange \applycontext \applyoutput and
11450         \breathe keywords removed from the parser.
11451
11452         * lily/parser.yy: 
11453         * lily/music-function.cc (ly_make_music_function): 
11454         * lily/lexer.ll (music_function_type): added a case for 0-arg
11455         music functions.
11456
11457 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11458
11459         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
11460         refering to a music expression can be used in lily-inside-scheme:
11461         #{ $music #}
11462
11463         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
11464         and ly:parser-define, and change ly:parser-parse-string in order
11465         to make #{ $music #} work.
11466
11467         * scm/new-markup.scm (compile-markup-expression): when an argument
11468         is a string, use `make-simple-markup'.
11469
11470 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11471
11472         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
11473
11474 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11475
11476         * scripts/convert-ly.py (FatalConversionError.func): handle + in
11477         font-size. (backportme)
11478
11479 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11480
11481         * lily/paper-outputter.cc (output_stencil): dump font definitions
11482         before each stencil.
11483
11484         * lily/include/paper-book.hh (struct Score_lines): new
11485         struct. Collect info per Paper-score.
11486
11487         * lily/include/page.hh (class Page): to_stencil() returns Stencil
11488         everywhere.
11489
11490         * lily/stencil.cc (find_expression_fonts): new function
11491
11492         * lily/paper-outputter.cc (output_stencil): use
11493         interpret_stencil_expr
11494
11495         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
11496         (interpret_stencil_expr): new function. Generic stencil
11497         interpretation.
11498
11499         * lily/paper-def.cc (find_scaled_font): divide lookup
11500         magnification by outpuscale for non-virtual fontmetrics. This
11501         fixes ludicrously long font definitions for text
11502         fonts. (backportme)
11503
11504         * lily/score-engraver.cc: remove
11505         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
11506
11507 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11508
11509         * input/test/markup-score.ly: Remove \notes.
11510
11511         * lily/parser.yy (book_body): Grok Composite_music and \header.
11512         (markup): Push NOTES mode before score_block.
11513
11514         * VERSION: release 2.3.1
11515
11516         * mf/feta-klef.mf: 
11517         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
11518
11519         * Documentation/user/programming-interface.itely: Use @emph (was:
11520         @em).
11521
11522         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
11523
11524 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11525
11526         * scm/output-tex.scm (output-tex-string): tighten safe security.
11527
11528         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
11529
11530         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
11531         allowed ly functions.
11532
11533         * lily/ly-module.cc (ly_module_define): only define variable if
11534         bound.
11535         (ly_make_anonymous_module): take safe option.
11536
11537 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11538
11539         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
11540
11541 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
11542
11543         * input/regression/newaddlyrics.ly: Fix.
11544
11545         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
11546         \score \notes.
11547
11548 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
11549
11550         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
11551
11552 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11553
11554         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
11555
11556         * lily/paper-line.cc (Paper_line): don't store list of stencils,
11557         but convert to single Stencil immediately.
11558
11559         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
11560
11561 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11562
11563         * scm/output-sodipodi.scm: Resurrect sodipodi output.
11564
11565 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
11566
11567         * elisp/lilypond-mode.el: Changed the way defaults are created for
11568         LilyPond-command-master.  LilyPond-mode will now check the
11569         timestamps of the files to see which command has to run next.
11570
11571 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11572
11573         * scm/bass-figure.scm (format-bass-figure): don't set
11574         number-markup for strings. This fixes string in bass
11575         figure. (backportme)
11576
11577         * lily/parser.yy (bass_number): insert number-markup into figure
11578         definition.
11579
11580         * scm/define-music-properties.scm (all-music-properties): make
11581         'figure a markup.
11582
11583         * scripts/convert-ly.py (conv): \apply -> \applymusic
11584
11585 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
11586
11587         * elisp/lilypond-mode.el: changed the order of some commands
11588         ("Midi" after "2Midi"), use the user-defined
11589         LilyPond-command-default as default instead of "LilyPond"
11590
11591         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
11592         to set the master file for the next command.
11593
11594         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
11595         with font-lock-reference-face.
11596
11597 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
11598
11599         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
11600
11601         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
11602
11603 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11604
11605         * ly/music-functions-init.ly (TODO): new file.
11606
11607         * lily/parser.yy (Generic_prefix_music_scm): add more
11608         music_function symbols.
11609         (Prefix_composite_music): change \apply to music-function   
11610
11611         * lily/include/music-function.hh: rename to music-function
11612
11613 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11614
11615         * lily/music-head.cc (LY_DEFINE): change order of args.
11616
11617         * input/regression/music-head.ly (texidoc): new file.
11618
11619         * lily/parser.yy (Generic_prefix_music): allow generic
11620         music-transformation functions. 
11621
11622         * lily/include/music-head.hh (is_music_head): new file.
11623
11624         * lily/music-head.cc (get_music_head_transform): new file.
11625
11626 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11627
11628         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
11629         empty extent. This fixes ottava brackets on rests. (backportme)
11630
11631         * make/lilypond.redhat.spec.in (Group): ln png files for info.
11632
11633         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
11634
11635         * cygwin/lily-wins.py: update for the lily-wins.py script.
11636
11637 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11638
11639         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
11640         code. This will obviate typeset_grob () in the future.  The effect
11641         of this is that improperly written spanner handling will result in
11642         invalid spanner bounds.
11643         (announce_grob): add to elems_ from here
11644         (typeset_grob): comment out.  
11645
11646         * lily/include/engraver.hh (make_spanner): new calling interface
11647         for make_{item,spanner}. This obviates most calls to
11648         announce_grob().
11649
11650         * scm/music-functions.scm (set-accidental-style): use GrandStaff
11651         iso. PianoStaff for piano styles.
11652
11653 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
11654
11655         * Documentation/user/music-glossary.tely: add segno after d.s.
11656
11657 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11658
11659         * lily/include/audio-column.hh: remove unused variables.
11660         (patch by Michael Welsh Duggan)
11661
11662         * flower/include/axes.hh (other_axis): inline Axes function
11663         (thanks to David Brandon).
11664
11665 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
11666
11667         * cygwin/mknetrel: Install image links (backportme).
11668
11669         * Documentation/user/GNUmakefile (local-install-info): Activate
11670         actual installing of image links (backportme).
11671
11672 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
11673
11674         * Documentation/user/notation.itely (Measure repeats): Removed
11675         unnecessary (and confusing) \context Voice{.
11676
11677 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11678
11679         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
11680
11681         * lily/page.cc (Page): Do not use ly_scheme_function for
11682         volatile/configurable variables (FIXME: better name).
11683
11684         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
11685         get_scmvar).
11686
11687 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11688
11689         * scripts/convert-ly.py (FatalConversionError.subst): use
11690         \transposition.
11691
11692 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11693
11694         * lily/include/page.hh (class Page): Declare left_margin ().
11695
11696         * lily/page.cc: Remove paper var caching.
11697
11698 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11699
11700         * Documentation/user/music-glossary.tely: Add name to @top node.
11701         Remove comment from @table definitions (workaround for makinfo
11702         bug).
11703
11704         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
11705         ly:stencil-get-expr).  Update callers.
11706         (ly:stencil-align-to!):  Return stencil too.
11707
11708         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
11709         stencil.  Remove looped line-based page output.
11710         (output_line): Use line stencil.  Remove looped stencil-based line
11711         output.
11712
11713         * lily/page.cc (ly:page-paper-lines): New function.
11714
11715         * input/test/markup-score.ly: New file.
11716
11717         * scm/define-markup-commands.scm (stencil): New markup.
11718
11719         * lily/book.cc (to_stencil): New method.
11720
11721         * lily/parser.yy (markup): Use it to grok \score.
11722
11723 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11724
11725         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
11726
11727         * lily/paper-book.cc (pages): Change signature.  Update callers.
11728
11729         * lily/include/page.hh:
11730         * lily/page.cc: New file.
11731
11732         * lily/paper-line.cc (to_stencil): New method.
11733
11734         * lily/paper-outputter.cc (output_stencil): New method.
11735
11736         * lily/paper-outputter.cc (output_line): Use them.
11737
11738         * lily/warn.cc: Remove.
11739
11740         * lily/my-lily-parser.cc (distill_inname): Remove.
11741
11742         * flower/include/file-name.hh: 
11743         * flower/file-name.cc: New file.  Update users.
11744
11745         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
11746         (find): New method of same name.
11747
11748         * lily/my-lily-parser.cc (ly:parse-file): Use it.
11749
11750         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
11751         constant error message.
11752
11753 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
11754
11755         * input/test/{blank-notes.ly,staff-container.ly}: typos.
11756
11757 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11758
11759         * Documentation/user/music-glossary.tely: @table @strong' replaced
11760         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
11761         (backportme).
11762
11763 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11764
11765         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
11766
11767         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
11768         #{ lily music expression #} that returns an equivalent scheme
11769         music expression by parsing the string.
11770
11771 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11772
11773         * lily/my-lily-parser.cc:
11774         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
11775         SCM string (foo.ly/toto.scm support).
11776
11777 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11778
11779         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
11780
11781 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11782
11783         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
11784
11785         * scripts/lilypond-book.py: LY code that includes \header is
11786         not assumed to be a fragment.
11787
11788 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
11789
11790         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
11791         tremolo beams up.
11792
11793         * lily/stem.cc (chord_start_y): Return 0 if no heads.
11794         (get_default_stem_end_position): No tremolo head juggling if no
11795         heads.  Fixes tremolo crash on rests (backportme).
11796
11797         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
11798
11799 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
11800
11801         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
11802         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
11803
11804         * lily/lexer.ll: Allow \encoding in NOTES mode.
11805
11806         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
11807         for lyrics, not for commands.
11808
11809         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
11810         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
11811
11812         * input/regression/newaddlyrics.ly: New file.
11813
11814         * Documentation/topdocs/NEWS.texi: Update.
11815
11816         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
11817         (Music_list): Allow embedded scm.
11818
11819         * lily/score.cc (ly:score-bookify): New function.
11820
11821         * lily/music.cc (ly:music-scorify): Idem.
11822
11823         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
11824         (ly:parser-print-score): Idem.
11825
11826         * scm/lily.scm (default-toplevel-book-handler): Idem.
11827         (default-toplevel-music-handler): Idem.
11828         (default-toplevel-score-handler): Idem.
11829
11830         * ly/declarations-init.ly: Set default toplevel handlers.
11831
11832         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
11833
11834         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
11835         printer for score at toplevel.
11836
11837 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
11838
11839         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
11840         Fix for simple case: input/simple-song.ly, more complex stuff
11841         does not work yet.
11842
11843 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11844
11845         * lily/parser.yy (Prefix_composite_music): split Composite_music
11846         in Prefix_composite_music and Grouped_music_list.
11847         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
11848
11849 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
11850
11851         * scm/lily.scm (toplevel-expression): New define.
11852
11853         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
11854
11855         * lily/parser.yy (toplevel_expression): Use it.
11856
11857         * lily/include/my-lily-parser.hh: Smobbify.
11858
11859         * lily/my-lily-parser.cc (parse_string): New method.
11860
11861         * lily/my-lily-parser.cc (ly:parse-string): New function.
11862
11863         * Documentation/user/lilypond.tely: Add comment and workaround for
11864         gs-8.01 crash.  Fixes make web.
11865
11866         Simplification of toplevel music.
11867
11868         * lily/lexer.ll, lily/parser.yy:
11869
11870         * In LYRICS mode, return LYRICS_STRING.  This fixes one
11871         shift/reduce problem.
11872
11873         * Use NOTES mode at start of maininput.
11874
11875         * Grok toplevel composite music expression, put in score and book.
11876
11877         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
11878
11879         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
11880
11881         * input/simple.ly: New file.
11882
11883         * input/simple-song.ly: Idem.
11884
11885 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11886
11887         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
11888         Sandberg.
11889
11890 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
11891
11892         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
11893
11894 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
11895
11896         * input/regression/accidental-octave.ly: doc automatic showing
11897         of note names.
11898
11899 2004-04-16  Heikki Junes <janneke@gnu.org>
11900
11901         * po/fi.po: do "make po && make -C po po-update" at top-level,
11902         then "cp po/out/fi.po po/fi.po" and update fields.
11903
11904         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
11905
11906 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
11907
11908         * Documentation/user/introduction.itely (About this manual): Fix
11909         templates and regression urls (backportme).
11910
11911 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
11912
11913         * ly/engraver-init.ly (Score:graceSettings): Increase
11914         beamed-lengths, especially for 32nd notes.
11915
11916         * Documentation/user/notation.itely (Grace notes): Correct the
11917         syntax for add-grace-property example.
11918
11919 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
11920
11921         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
11922         `Generated' tag.
11923
11924         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
11925         Severely broken (the Debian package, at least).
11926
11927 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11928
11929         * lily/context.cc (find_create_context): assign to lvalue.
11930
11931 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11932
11933         * lily/include/translator.hh (class Translator): rename
11934         get_parent_context() to context () to avoid confusion.
11935
11936         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
11937
11938         * lily/lexer.ll: change is_string -> ly_c_string_p 
11939
11940         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
11941
11942         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
11943
11944 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11945
11946         * VERSION: release 2.3.0
11947
11948         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
11949
11950         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
11951         if nonempty.
11952
11953         * lily/include/context.hh (class Context): make members protected.
11954         (children_contexts): new accessor function.
11955
11956         * lily/include/translator.hh (class Translator): make
11957         daddy_context_ protected.
11958         (class Translator): clean up. 
11959
11960         * lily/include/context.hh (class Context): make daddy_context_
11961         private.
11962
11963         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
11964         higher for finding Voice. (backportme)  
11965
11966         * lily/include/context.hh (class Context): remove
11967         find_context_below() as a method.
11968
11969         * Documentation/user/notation.itely (The Lyrics context): add note
11970         about manual durations
11971
11972         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
11973         encoding.
11974
11975         * scm/output-tex.scm (text): dump \inputencoding{} for text.
11976
11977 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11978
11979         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
11980         \usepackage{inputenc}
11981
11982         * lily/paper-book.cc (classic_output): don't advance Offset for
11983         TeX output.
11984
11985         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
11986         ec-sauter.map in rules
11987
11988         * mf/ecb.mf (font_identifier): new file, based on ecbx
11989
11990         * mf/ecb10.mf (gensize): new file.
11991
11992         * Documentation/topdocs/NEWS.texi (Top): document some more new
11993         features.
11994
11995         * ly/declarations-init.ly: run convert-ly
11996
11997         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
11998         from input-file-results. Remove input-file-results.* 
11999
12000 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12001
12002         * scm/output-ps.scm (font-command): Fix, again.
12003
12004         * input/test/title-markup.ly: Add \noPagebreak test.
12005
12006         * lily/score-engraver.cc (try_music): Bugfix.
12007
12008 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12009
12010         * lily/main.cc (main_with_guile): excise dependency options -M and
12011         --dep-prefix
12012
12013         * lily/input-file-results.cc: excise Makefile dependency code
12014
12015         * Documentation/user/invoking.itexi (Invoking the lilypond
12016         binary): remove dep doco
12017
12018         * lily/main.cc (main_with_guile): call lilypond-main
12019
12020         * scm/lily.scm (lilypond-main): new function: handle multiple files.
12021
12022         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
12023         exception.
12024
12025         * lily/my-lily-parser.cc: remove paper_description function
12026
12027         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
12028         new function.
12029
12030         * lily/main.cc: remove global_score_count.
12031
12032         * lily/book.cc (process): don't take header from global_input_file.
12033
12034         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
12035
12036         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
12037
12038         * lily/music-output-def.cc (LY_DEFINE): new function
12039         ly_output_description. This function does the bulk for  setting,
12040         parsing and breaking down of an input file.
12041
12042         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
12043         anonymous modules globally. Let's hope they get GCd
12044
12045         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
12046
12047 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12048
12049         * scm/output-ps.scm (header): Papersize from paper.
12050
12051         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
12052         for classic output.
12053
12054         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
12055         lilypondclassic is defined.
12056         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
12057
12058         * input/regression/between-systems.ly: Remove.
12059
12060         * python/lilylib.py (get_bbox): Fix regular expression
12061         for bounding box.
12062
12063         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
12064
12065         * scm/output-tex.scm (stop-page): Use it.
12066
12067         * scm/output-ps.scm (define-fonts): Bugfix.
12068
12069         * lily/grob.cc: Add penalty to interface.
12070
12071         * lily/include/paper-line.hh (class Paper_line): New member
12072         var penalty_.
12073
12074         * lily/system.cc (get_line): Initialise Paper_line with
12075         page-penalty's from original grobs.
12076
12077         * scm/define-music-properties.scm (all-music-properties): Add
12078         page-penalty.
12079
12080         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
12081
12082         * lily/score-engraver.cc (try_music): Handle page-penalty.
12083
12084         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
12085
12086 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12087
12088         * ly/declarations-init.ly (melismaEnd): typo
12089
12090         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
12091
12092         * scm/output-ps.scm (text): split string into spaces, use moveto
12093         for setting space. 
12094
12095 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
12096
12097         * po/nl.po: Update.
12098
12099         * scm/font.scm (add-cmr-fonts): Typo.
12100
12101 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12102
12103         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
12104         font-encoding.
12105
12106         * scm/define-grobs.scm (all-grob-descriptions): idem.
12107
12108         * lily/time-signature.cc (numbered_time_signature): idem.
12109
12110         * scm/font.scm (add-cmr-fonts): use real encoding names for
12111         font-encoding.
12112
12113 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
12114
12115         * lily/paper-book.cc (classic_output): 
12116         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
12117         Fixes classic output.
12118         (lilypondstart):
12119         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
12120         kludge.
12121
12122         * scripts/old-lilypond-book.py: Remove.
12123
12124         Page layout for SCOREs enclosed in a BOOK:
12125
12126         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
12127         layout tweaking.
12128
12129         * input/les-nereides.ly (theScore): Add \book.
12130
12131         * input/test/title-markup.ly: Add \book.
12132
12133         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
12134         only if 'verbose.
12135
12136         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
12137
12138         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
12139
12140         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
12141         * scm/output-tex.scm (start-system): Update for page layout by
12142         LilyPond.
12143
12144         * scm/output-ps.scm (start-system): Previously (new-start-system).
12145
12146         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
12147         passed to define-fonts.
12148
12149         * lily/paper-column.cc: 
12150         * lily/system.cc (get_line):
12151         * ly/property-init.ly (newpage): 
12152         * scm/define-grob-properties.scm:
12153         * scm/output-ps.scm: 
12154         * scm/output-tex.scm: Remove between-system-string kludge.
12155
12156         * scm/output-ps.scm (define-fonts, font-command,
12157         font-load-encoding): Handle ENCODING = #f.
12158
12159         * scm/output-tex.scm (output-scopes): Check if variable is bound.
12160
12161         * scm/define-markup-commands.scm (fill-line): Use
12162         make-simple-markup (WAS: unexisting make-word-markup).
12163
12164         * lily/text-item.cc (interpret_markup): Bugfix, transpose
12165         ENCODING, MARKUP parameters for interpret_string.
12166
12167         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
12168
12169         * lily/score.cc (book_rendering): New method.
12170         (default_rendering): Create Paper_book helper locally, dump
12171         output.
12172
12173         * lily/my-lily-lexer.cc (the_key_tab): Add book.
12174
12175         * lily/parser.yy: Handle \book.
12176
12177         * lily/include/book.hh: 
12178         * lily/book.cc: New file.
12179
12180 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12181
12182         * lily/text-item.cc (interpret_string): new file, select font with
12183         encoding.
12184
12185         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
12186
12187         * scm/define-markup-commands.scm (encoded-simple): new markup command.
12188
12189         * lily/parser.yy (markup): take encoding from lexer.
12190
12191 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
12192
12193         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
12194
12195         * scm/output-ps.scm: Remove some cruft.
12196
12197 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12198
12199         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
12200
12201         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
12202
12203 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
12204
12205         * scm/font.scm (add-century-schoolbook-fonts):
12206         (make-century-schoolbook-tree): New function.
12207
12208         * input/test/title-markup.ly: Use Century Schoolbook font.
12209
12210 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12211
12212         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
12213         to Erik Sandberg) 
12214
12215         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
12216
12217         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
12218
12219         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
12220
12221         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
12222
12223 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12224
12225         * scm/part-combiner.scm (determine-split-list): bugfix: if no
12226         solo-state (at end of solo), we can set the solo status
12227         too. (backportme.)
12228
12229         * input/regression/part-combine-solo-end.ly: new file.
12230
12231 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
12232
12233         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
12234         flavour abc files.  Really ignore unknown keys (backportme).
12235
12236 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12237
12238         * lily/scaled-font-metric.cc (text_dimension): only multiply with
12239         magnification_ when looking up in orig_.
12240
12241         * scm/output-tex.scm (text): switch off char-mapping.
12242
12243         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
12244         because AFM's encoding field cannot have spaces.
12245
12246 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
12247
12248         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
12249
12250 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12251
12252         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
12253
12254         * mf/cmr.enc: new file, without hi-bit ascii info. 
12255
12256         * lily/bezier-bow.cc (slur_shape): make indent dependent on
12257         width. This removes the 'hook' at the end of a long slur.
12258
12259         * buildscripts/mf-to-table.py (parse_logfile): don't append
12260         encoding to fontname.
12261
12262 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
12263
12264         * scm/output-ps.scm (define-fonts): Load .enc only once.
12265
12266         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
12267         too.
12268
12269 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12270
12271         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
12272         encoding field.
12273
12274         * lily/stencil-scheme.cc: remove ly:fontify-atom 
12275
12276         * ly/portuges.ly (pitchnames): new file.
12277
12278         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
12279         Michael Welsh Duggan
12280
12281         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
12282
12283         * ly/nederlands.ly: add comment about digits.
12284
12285         * lily/scaled-font-metric.cc (derived_mark): idem.
12286
12287         * scm/encoding.scm (make-encoding-mapping): change permutation to
12288         mapping.
12289
12290         * lily/scaled-font-metric.cc (derived_mark): is a const method.
12291         (Modified_font_metric): make alist for coding_description_
12292         (LY_DEFINE): remove coding-name.
12293
12294         * scm/output-tex.scm (text): remove debugging code.
12295
12296         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
12297
12298         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
12299         from infile.
12300
12301         * mf/feta-generic.mf: move fet_beginfont into generic code.
12302         use fetaMusic (without space) as encoding
12303
12304         * mf/feta-autometric.mf: take encoding argument
12305
12306         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
12307
12308         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
12309         use.
12310
12311         * scm/encoding.scm (read-encoding-file): use symbol for glyph
12312         name.
12313
12314 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
12315
12316         * input/test/title-markup.ly: Set inputencoding.
12317
12318         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
12319
12320         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
12321
12322         * scm/encoding.scm (get-coding-filename, get-coding-command): New
12323         function.
12324         (coding-alist): Also hold filename, command.
12325         (read-encoding-file): Return symbols.
12326
12327 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12328
12329         * scm/output-tex.scm: remove fontify; text and char take a font
12330         argument.
12331
12332         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
12333
12334         * lily/scaled-font-metric.cc (text_dimension): init
12335         coding_{permutation,table}_ too 
12336         (LY_DEFINE): ly:font-encoding, new function return
12337
12338         * lily/paper-def.cc (find_scaled_font): take input coding from
12339         inputcoding paper var.
12340
12341         * lily/performance.cc (output): remap modulo 16.
12342
12343         * lily/text-item.cc (interpret_markup): whoops, variable
12344         shadowing fixed.
12345
12346 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
12347
12348         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
12349         symbols, not symbols to strings.
12350
12351         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
12352         symbols, not symbols to strings.
12353
12354 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
12355
12356         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
12357         (ly:kpathsea-gulp-file): New function.
12358
12359         * scm/encoding.scm (read-encoding-file): Use it.
12360
12361 2004-04-06  Werner Lemberg  <wl@gnu.org>
12362
12363         * scm/encoding.scm (coding-alist): Fix typo.
12364
12365 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12366
12367         * lily/scaled-font-metric.cc (text_dimension): move function from
12368         Font_metric
12369         (make_scaled_font_metric): init coding_scheme_ to TeX
12370         (text_dimension): use get-coding-vector for non TeX coding_scheme_
12371
12372         * lily/include/scaled-font-metric.hh (struct
12373         Modified_font_metric): rename from Scaled_font_metric
12374
12375         * scm/encoding.scm (read-encoding-file): split up large function,
12376         leave caching to (delay)
12377
12378         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
12379
12380 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
12381
12382         * lily/my-lily-lexer.cc (set_encoding): New method.
12383
12384         * lily/lexer.ll: Grok \encoding.
12385
12386         * lily/font-metric.cc (get_encoded_index): New function.
12387
12388         * lily/include/font-metric.hh (coding_scheme): New method.
12389
12390         * scm/encoding.scm: New file.
12391
12392         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
12393
12394 2004-04-05  Werner Lemberg  <wl@gnu.org>
12395
12396         * Documentation/user/tutorial.itely: Revised (finished).
12397
12398         * Documentation/user/macros.itexi (@separate): Removed.
12399
12400 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12401
12402         * scm/output-ps.scm (define-fonts): fix scaling.
12403
12404         * lily/scaled-font-metric.cc (design_size): add function.
12405
12406         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
12407         partial cut&paste of ly:font-magnification.
12408
12409 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
12410
12411         * scm/output-ps.scm (define-fonts):
12412         (fontify): Update.
12413
12414 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12415
12416         * po/fr.po: update. (backportme).
12417
12418         * po/nl.po: update. (backportme). 
12419
12420         * mf/feta-beugel.mf: document why design size is not fixed.
12421
12422         * mf/feta-braces-a.mf: rename to stress that it's not design size.
12423
12424 2004-04-04  Werner Lemberg  <wl@gnu.org>
12425
12426         * Documentation/user/tutorial.itely: Revised (continued).
12427
12428 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
12429
12430         * po/nl.po: Update (backportme).
12431
12432 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12433
12434         * po/de.po: update. (backportme).
12435
12436         * scm/output-tex.scm (font-command): use ly: functions to
12437         construct name.
12438         (define-fonts): don't use alist, just dump \font definitions.
12439         (font-load-command): calculate proper scaling by taking
12440         outputscale from paper argument.
12441
12442         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
12443         expression.
12444
12445         * lily/paper-outputter.cc (output_header): pass paper arg to
12446         define-fonts
12447
12448         * lily/paper-def.cc (font_descriptions): dump list of
12449         Scaled_font_metrics
12450         (find_scaled_font): take Font_metric argument, store
12451         Scaled_font_metrics in hash-table containing (size ->
12452         Scaled_font_metrics) alist.
12453         (get_dimension): rename from get_realvar
12454
12455         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
12456         ly:font-magnification, ly:font-name: new functions
12457
12458 2004-04-03  Werner Lemberg  <wl@gnu.org>
12459
12460         * Documentation/user/dedication.itely,
12461         Documentation/user/preface.itely,
12462         Documentation/user/introduction.itely,
12463         Documentation/user/tutorial.itely: Revised.
12464         Removing leading spaces which distorts output if info files are read
12465         with stand-alone info.
12466         Removing superfluous inter-word spaces which also distorts output
12467         for stand-alone info.
12468         Using ` and ' instead of `` and '' everywhere to improve
12469         legilibility with stand-alone info
12470         Using @samp for single-letter input items and data which contains
12471         spaces, @code for other things.
12472
12473         * lily/grob-interface.cc: Adding copyright.
12474         (check_interfaces_for_property): Improve format of warning message.
12475
12476 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12477
12478         * lily/include/font-metric.hh (struct Font_metric): add
12479         design_size () method.
12480
12481         * buildscripts/mf-to-table.py (base): add DesignSize comment.
12482
12483         * lily/afm.cc (read_afm_file): read design size.
12484
12485         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
12486
12487         * scm/music-functions.scm (unfold-repeats): handle dots too.
12488
12489 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12490
12491         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
12492         (backportme)
12493
12494 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
12495
12496         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
12497         lyric indent.  Revert melismaBusyProperties using \unset.
12498
12499 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12500
12501         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
12502
12503         * lily/parser.yy (command_element): allow redefinition of |
12504         meaning.
12505
12506         * lily/break-align-engraver.cc (acknowledge_grob): construct
12507         LeftEdge where the first cause for alignment is coming from.
12508         This makes \override Staff.LeftEdge work as expected.
12509
12510         * lily/slur-performer.cc (Slur_performer): add inits
12511
12512         * lily/beam-performer.cc (Beam_performer): add inits
12513
12514 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12515
12516         * VERSION (PACKAGE_NAME): release 2.2.0
12517
12518 #Local variables:
12519 #coding: utf-8
12520 #End:
12521