]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
* input/regression/markup-arrows.ly: new file.
[lilypond.git] / ChangeLog
1 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2
3         * input/regression/markup-arrows.ly:  new file.
4
5         * lily/tuplet-bracket.cc: document new behavior.
6
7         * input/regression/tuplet-broken.ly: new file. Demonstrate tuplets
8         with line breaks.
9
10         * scm/define-markup-commands.scm (arrow-head): arrow-head markup command.
11
12         * scm/define-grobs.scm (all-grob-descriptions): set arrows as
13         default 
14
15         * lily/tuplet-bracket.cc: add edge-text property.
16         add break-overshoot.
17         (print): read break-overshoot.
18         (print): read edge-text, add stencils.
19
20         * mf/feta-arrow.mf: new file.
21
22         * mf/feta-generic.mf: add feta-arrow.
23
24 2005-08-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
25
26         * Documentation/user/lilypond-book.itely (An example of a
27         musicological document): Added flag -o to dvips for people who use
28         the default setting in teTeX where output is sent to the printer. 
29
30         * Documentation/user/global.itely (Vertical spacing): Added
31         reference to the Axis_group_engraver which documents the *Extent
32         properties.
33
34 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
35
36         * Documentation/user/basic-notation.itely (Tuplets): add note
37         about nested tuplets. Remove BUG. 
38
39         * input/regression/tuplet-nest.ly: update: remove manual hack. 
40
41         * lily/tuplet-bracket.cc (print): use robust_scm2drul
42         (print): manually call print() for subtuplets.
43         (calc_position_and_height): add subtuplets to the
44         support. Vertically shift outer tuplet 
45
46         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): set
47         remove-first for Lyrics, ChordNames and FiguredBass
48
49         * scm/define-grob-properties.scm (all-internal-grob-properties):
50         use ly:grob-array? iso. grob-list?
51         (all-internal-grob-properties): add tuplets grob-array.
52
53         * lily/tuplet-bracket.cc (add_tuplet_bracket):
54         new function
55
56 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
57
58         * input/test/time-signature-staff.ly: new file.
59
60         * ly/declarations-init.ly (center): escape to Scheme. Fixes
61         spurious #<Music FingerEvent> errors. Backportme.
62
63 2005-08-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
64
65         * Documentation/user/programming-interface.itely (Markup
66         construction in Scheme): Corrected markup syntax in the
67         translation table.
68
69 2005-08-03  Graham Percival  <gperlist@shaw.ca>
70
71         * Documentation/user/instrument-notation.itely: small update
72         to bagpipe notation docs; thanks Sven!
73
74 2005-08-02  Graham Percival  <gperlist@shaw.ca>
75
76         * Documentation/user/music-glossary: remove accidentally committed
77         fink patch.
78
79 2005-08-02  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
80
81         * lily/lily-parser.cc (get_header): new function. Enable multiple
82         \header definitions.
83
84         * lily/parser.yy (lilypond_header_body): use get_header.
85
86         * ly/init.ly:
87         * scm/lily-library.scm (print-score-with-defaults): renamed
88         $globalheader to $defaultheader
89         
90         * Documentation/user/global.itely (Creating titles): added short
91         explanation that multiple headers are useable.
92
93
94 2005-08-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
95
96         * lily/module-scheme.cc (LY_DEFINE): new file. 
97
98         * Documentation/user/advanced-notation.itely (Font selection): add
99         doco for make-pango-font-tree.
100
101 2005-07-31  Graham Percival  <gperlist@shaw.ca>
102
103         * Documentation/user/music-glossary: more languages
104         for tenuto.
105
106         * Docuemntation/user/instrument-notation.itely: minor
107         update for bagpipe example.
108
109 2005-07-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
110
111         * input/regression/+.ly (TODO): add some text.
112
113 2005-07-28  Graham Percival  <gperlist@shaw.ca>
114
115         * Documentation/user/invoking.itely: \score begins with music.
116
117         * Documentation/user/ basic-notation.itely,
118         instrument-notation.itely: minor changes.
119
120         * Documentation/user/music-glossary.itely: began tenuto entry.
121
122 2005-07-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
123
124         * scm/output-socket.scm (bezier-sandwich): add bezier-sandwich
125
126         * mf/feta-bolletjes.mf: swap up and down for aiken heads.
127
128 2005-07-27  Graham Percival  <gperlist@shaw.ca>
129
130         * Documentation/user/examples.itely: remove bagpipe template.
131
132         * Documentation/user/instrument-notation.itely: add bagpipe
133         section, maybe fix quotes in lyrics.  I hate text encoding.
134         Clarify chord durations, more bagpipe stuff.
135
136 2005-07-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
137  
138         * lily/accidental-engraver.cc: formatting fixes.
139
140         * lily/spacing-spanner.cc (prune_loose_columns): right-items is a
141         grob-array.
142
143         * lily/arpeggio.cc (print): suicide arpeggio for single notehead.
144
145         * lily/note-column.cc (arpeggio): new function.
146
147         * lily/note-spacing.cc (get_spacing): also take arpeggio into
148         account for spacing.
149
150 2005-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
151
152         * lily/main.cc (sane_setenv)[!ARGV0_RELOCATION]: Also define.
153         (setup_guile_env): Use it instead of nonstandard setenv.  Fixes
154         mingw build.
155         
156 2005-07-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
157
158         * scm/lily.scm (lilypond-all): clear anonymous modules after
159         processing files.
160
161 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
162
163         * flower/include/guile-compatibility.hh (SCM_I_CONSP): add
164         SCM_I_CONSP
165
166         * VERSION: 2.7.3 released
167
168         * Documentation/user/invoking.itely (Invoking lilypond): add
169         LILYPOND_GC_YIELD documentation.
170
171         * lily/*: cleanups: use scm_from_int iso. scm_int2num. Idem for
172         scm_from_real / scm_make_real.
173
174         * lily/main.cc (setup_guile_env): new function. Set GC min_yields
175         higher. This increases memory footprint, but provides overall
176         speedup of 15 to 20%. 
177
178         * lily/include/translator.hh (class Translator): remove
179         PRECOMPUTED_VIRTUAL everywhere.
180
181         * lily/include/lily-guile.hh: inline scm_c[ad]r, scm_is_pair.
182
183         * lily/context.cc (now_mom): non-recursive now_mom() 
184
185         * lily/include/profile.hh: new file.
186
187         * lily/profile.cc: new file.
188
189         * lily/grob.cc (Grob::Grob): look properties up directly.
190
191         * lily/open-type-font.cc (get_indexed_char): cache index -> bbox
192         lookups.
193
194         * lily/include/box.hh (class Box): smob Box type.
195
196         * lily/smobs.cc (protect_smob): O(1) GC (un)protection.
197
198         * lily/include/smobs.hh (DECLARE_BASE_SMOBS): add methods
199         protect() and unprotect(). Use throughout.
200
201 2005-07-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
202
203         * Documentation/topdocs/NEWS.tely: new item for \displayLilyMusic
204
205         * scm/define-music-display-methods.scm (markup->lily-string):
206         markup elements can also be strings (without simple-markup
207         appended)
208
209 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
210
211         * lily/context.cc (where_defined): also assign value in
212         where_defined().
213
214         * lily/bezier.cc (get_other_coordinate): use curve_coordinate
215         (curve_coordinate): new function
216
217         * lily/simple-spacer.cc (add_columns): only add rods between
218         column i and begin/end if keep-inside-line is set (this repleces
219         allow-outside-line as default)
220
221 2005-07-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
222
223         * lily/tuplet-engraver.cc (start_translation_timestep): only read
224         tupletSpannerDuration if applicable.
225
226         * lily/font-size-engraver.cc (process_music): read fontSize only
227         once per timestep.
228
229         * lily/engraver*cc: use throughout.
230         
231         * lily/include/translator.icc (ADD_ACKNOWLEDGER): new macro.
232
233         * lily/translator.cc (add_acknowledger): new file. Directly jump
234         into an Engraver::acknowledge_xxx () method based on a grobs
235         interface-list.
236
237         * lily/include/translator-dispatch-list.hh (class
238         Engraver_dispatch_list): new struct, new file.
239
240         * scm/define-context-properties.scm
241         (all-internal-translation-properties): remove acceptHashTable,
242         acknowledgeHashTable
243
244         * lily/translator-group.cc (mark_smob): idem for acceptHashTable.
245
246         * lily/engraver-group-engraver.cc (Engraver_group_engraver):
247         change acknowledgeHashTable to C++ member. 
248
249         * lily/rest-collision.cc (do_shift): use extract_grob_set().
250
251 2005-07-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
252
253         * scm/display-lily.scm: new file. Define a `display-lily-music'
254         function, that displays the music expression given as an argument,
255         using LilyPond notation.
256
257         * scm/define-music-display-methods.scm: new file. Implementation
258         of display methods for each music type.
259
260         * ly/music-functions-init.ly (displayLilyMusic): new function for
261         displaying music with LilyPond notation.
262
263         * input/regression/display-lily-tests.ly: new regression test file
264         for `display-lily-music'.
265
266         * scm/markup.scm: remove obsolete debugging code (for printing
267         markups with LilyPond notation).
268
269         * scm/define-music-types.scm (music-name-to-property-table):
270         * scm/clef.scm (supported-clefs): export, in order to be accessible
271         from the (scm display-lily) module.
272
273 2005-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
274
275         * Documentation/topdocs/NEWS.tely (Top): Typo.
276
277 2005-07-22  Heikki Junes  <hjunes@cc.hut.fi>
278
279         * Documentation/index.html.in, Documentation/texinfo.css,
280           stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
281           Documentation/bibliography/index.html.in,
282           Documentation/bibliography/html-long.bst: revert css-width patch,
283           it does not work with IE6.
284
285 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
286
287         * Documentation/texinfo.css: revert 760px hack. 
288
289         * VERSION: release 2.7.2
290
291         * Documentation/topdocs/NEWS.tely (Top): mention barNumberCheck
292
293         * Documentation/user/basic-notation.itely (Barnumber check): add
294         section.
295
296         * scm/music-functions.scm (skip-to-last): new function. Show only
297         last showLastLength part of the \score.
298
299         * lily/moment-scheme.cc (LY_DEFINE): new function ly:moment-sub
300
301         * python/convertrules.py (conv): add ly:x-moment rule
302
303         * lily/moment-scheme.cc (LY_DEFINE): rename ly:X-moment  -> ly:moment-X
304
305         * Documentation/topdocs/NEWS.tely (Top): add new feature.
306
307         * Documentation/user/instrument-notation.itely (Flexibility in
308         alignment): options in subsections.
309
310         * lily/lyric-engraver.cc (process_music): don't typeset text for _
311         syllable text. Instead, assume that the previous lyric text is a
312         melismated text.
313
314         * Documentation/index.html.in: revert 800x600 change.
315
316 2005-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
317
318         * lily/main.cc (main): Remove invalid handle kludge.
319
320         * scm/lily.scm (running-from-gui?): WINDOWS: check -dgui.
321         (lambda): add gui define.
322
323 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
324
325         * Documentation/topdocs/NEWS.tely (Top): add note about Musica ficta.
326
327         * Documentation/user/instrument-notation.itely (Musica ficta
328         accidentals): add section Musica ficta accidentals
329
330         * lily/accidental-engraver.cc (make_suggested_accidental): new
331         function.
332         (make_standard_accidental): move into new function.
333         (create_accidental): new function.
334
335         * scm/define-grobs.scm (all-grob-descriptions): new Grob
336         AccidentalSuggestion
337
338         * lily/output-def-scheme.cc (LY_DEFINE): take default  argument.
339
340         * lily/output-def.cc (lookup_variable): return SCM_UNDEFINED if
341         undefined.
342
343         * Documentation/user/global.itely (Page formatting): document
344         horizontalshift.
345
346         * scm/page-layout.scm (default-page-music-height):
347         horizontalshift: new variable, shift all systems by
348         horizontalshift to the right, to make space for instrument names.
349
350         * scm/paper.scm (set-paper-dimension-variables): add horizontalshift
351
352         * lily/input-scheme.cc (LY_DEFINE): take format commands.
353
354 2005-07-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
355
356         * lily/note-column.cc (dir): idem.
357
358         * lily/spacing-spanner.cc (Module): idem.
359
360         * lily/script-column.cc (before_line_breaking): use extract_grob_set()
361
362         * lily/include/paper-column.hh (class Paper_column): add
363         non-static get_rank() member.
364
365         * VERSION: release 2.7.1
366         
367         * scm/framework-null.scm: new file, used for benchmarking.
368
369 2005-07-20  Heikki Junes  <hjunes@cc.hut.fi>
370
371         * Documentation/topdocs/INSTALL.texi, configure.in: fix
372         version dependencies for fontforge and gs.
373
374         * Documentation/index.html.in, Documentation/texinfo.css,
375         stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
376         Documentation/bibliography/index.html.in, 
377         Documentation/bibliography/html-long.bst: optimize width of
378         html for a 800x600 screen (width:760), increases printability
379         when 'fit to page' is not set and readability in wide screens.
380
381         * stepmake/bin/add-html-footer.py: add missing </p>.
382
383 2005-07-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
384
385         * scm/define-markup-commands.scm (beam): use polygon in beam
386         command.
387
388         * lily/grob-pq-engraver.cc (stop_translation_timestep): save up
389         all acknowledged grobs, and do potentially expensive merge and
390         write in one go.
391
392         * buildscripts/mf-to-table.py (write_fontlist): enforce noBreak.
393
394         * configure.in (reloc_b): add --enable-static-gxx to statically
395         link to libstdc++
396
397         * lily/GNUmakefile (static-gxx-libs): new target
398         static-gxx-libs. Create symlink to libstdc++.a
399
400         * lily/new-lyric-combine-music-iterator.cc: rename to
401         Lyric_combine_music_iterator
402
403         * lily/lyric-combine-music-iterator.cc
404         (Old_lyric_combine_music_iterator): rename to
405         Old_lyric_combine_music_iterator
406
407         * lily/*-engraver.cc (various): remove double use of
408         PRECOMPUTED_VIRTUAL function: only use
409         start_translation_timestep() and stop_translation_timestep(), not
410         both.
411
412         * lily/break-substitution.cc (fast_substitute_grob_array): do
413         fast_substitute_grob_array for all unordered grob_arrays.
414         (substitute_grob): return Grob *. Saves packing/unpacking SCMs.
415         (substitute_grob_array): optimize.
416
417         * lily/align-interface.cc (set_axis): set ordered_ for 'elements
418
419         * lily/include/grob-array.hh (class Grob_array): ordered_ member.
420
421         * lily/parser.yy: revert $globalheader patch.
422         
423         * lily/include/translator.icc
424         (IMPLEMENT_FETCH_PRECOMPUTABLE_METHODS): directly jump into
425         Translator methods, without _static helper.
426  
427         * lily/grob-smob.cc (derived_mark): rename from
428         do_derived_mark(). Return void.
429
430         * scm/define-context-properties.scm
431         (all-internal-translation-properties): remove tweakCount/tweakRank.
432
433         * scm/output-lib.scm (begin-of-line-invisible): use vectors for
434         predefined break-visibilities.
435
436         * lily/item.cc (handle_prebroken_dependencies): use a vector of 3
437         booleans for break-visibility.
438
439         * Documentation/topdocs/NEWS.tely (Top): add note about engravers.
440
441         * python/convertrules.py (conv): rule for Timing_translator. 
442
443         * lily/include/translator.icc: new file. 
444
445         * lily/paper-column-engraver.cc (process_music): new
446         file. Separate Paper_column factory from Score_engraver.
447
448         * lily/vertically-spaced-context-engraver.cc: administer
449         spaceable-staves property of System.
450
451         * lily/translator-group-ctors.cc: new file.
452
453         * lily/context-property.cc (make_grob_from_properties): construct
454         the right Grob class programmatically, looking at the class entry
455         for the meta property.
456
457         * lily/break-align-engraver.cc (stop_translation_timestep): call
458         Break_align_interface::add_element() directly.
459
460         * lily/context.cc (measure_position): measure_position() is now a
461         normal function.
462
463         * lily/include/translator.hh (class Translator): rename
464         process_acknowledged_grobs() to process_acknowledged() and move to
465         Translator.
466
467         * scm/define-grobs.scm (all-grob-descriptions): add a 'class meta
468         field for each grob description.
469
470         * lily/include/translator-group.hh (class Translator_group):
471         change to base class. Separate class from Translator. This gets
472         rid of virtual inheritance for Engravers/Performers.
473
474         * lily/staff-performer.cc (class Staff_performer): derive
475         Staff_performer from Performer, not Performer_group_performer 
476
477         * Lily/translator-group.cc (precomputed_recurse_over_translators):
478         new function.
479         (precompute_method_bindings): new function. Precompute lists of
480         Translators, so we only call methods (process_music,
481         start_translation_timestep, etc.) for Translators needing
482         it. Also: dispose of pointer-to-member-function calls.
483
484         * lily/engraver-group-engraver.cc: remove engraver_each,
485         recurse_down_engravers ()
486
487         * lily/note-head.cc (internal_print): only call
488         glyph-name-procedure if style != default. 
489
490 2005-07-16  Graham Percival  <gperlist@shaw.ca>
491
492         * ly/titling-init.ly: add printallheaders option.
493
494         * Documentation/user/global.itely: document printallheaders.
495
496 2005-07-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
497
498         * lily/system.cc (do_derived_mark): don't mark from object_alist_
499         anymore, but do it centrally.  
500
501         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
502         hammer hack.
503
504         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-object
505
506         * scm/output-lib.scm: remove hammer-print-function.
507
508         * lily/include/pointer-group-interface.hh (extract_grob_set): new
509         macro. Declare a Link_array<Grob> and fill it from a grob.
510         (extract_item_set): idem for item.
511
512         * lily/break-substitution.cc: add header.
513         (fast_substitute_grob_array): rewrite for Grob_arrays.
514         (substitute_grob_array): idem.
515
516         * lily/group-interface.cc (add_thing): remove file.
517
518         * flower/include/parray.hh (class Link_array): slice() is const.
519
520         * lily/include/grob-array.hh: new file.
521
522         * lily/grob-array.cc (spanner): new file.
523
524         * lily/beam-quanting.cc (fill): read details property from beam.
525
526         * lily/beam.cc: support details property.
527
528         * total speedups below: approx 10%.
529
530         * lily/include/beam.hh: new struct, softcode beam quanting parameters
531
532         * lily/include/grob.hh (class Grob): add interfaces_ member.
533
534         * lily/bezier.cc (init_polynomial_cache): new function: cache
535         binom(3,j) t^j (1-t)^{3-j}
536         (curve_point): opps, actually use the cache for t^j , (1-t)^j! 
537
538         * lily/*.cc: substitution throughout.
539
540         * lily/grob-property.cc (internal_get_object): new routine.
541         (internal_set_object): idem. Store grob refrences in separate
542         alist. This saves processing time, since properties aren't
543         break-substituted, and the per grob namespace is smaller, both for
544         grobs and non-grob properties.
545
546         * scm/define-grob-properties.scm (all-internal-grob-properties):
547         remove center-element.
548
549         * lily/grob.cc: remove tweak-count, tweak-rank.
550
551 2005-07-15  Graham Percival  <gperlist@shaw.ca>
552
553         * Documentation/user/lilypond-book.itely: fixes example.
554
555 2005-07-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
556
557         * Documentation/user/global.itely (Creating titles):    
558         * Documentation/user/examples.itely (All headers): change the
559         place of \header in \score blocks (after music block) to make
560         examples compile (cf. changes on parser.yy on 2005-07-10)
561
562 2005-07-13  Graham Percival  <gperlist@shaw.ca>
563
564         * python/convertrules.py: add exc -> ecc rule.
565
566         * scripts/convert-ly.py: add location of convertrules.py
567         in a comment.
568
569         * Documentation/user/changing-defaults.itely: fix language.
570
571 2005-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
572
573         * lily/lily-parser-scheme.cc (LY_DEFINE): Guile 1.6 fix.
574
575 2005-07-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
576
577         * scm/output-socket.scm (grob-bbox): don't use inf? 
578
579         * flower/include/rational.hh: add operator bool() 
580
581         * scm/define-music-types.scm (music-descriptions): remove
582         internal-class-name properties.
583
584         * lily/include/event.hh: remove file.
585
586         * lily/include/music-constructor.hh: remove file.
587
588         * lily/parser.yy (Lily_lexer): check EVENT_IDENTIFIER using 'event
589         in 'types property.
590
591         * lily/music.cc (duration_length_callback): new function.
592
593         * lily/event.cc: remove file.
594
595         * lily/music-constructor.cc: remove file.
596
597         * lily/music-scheme.cc (LY_DEFINE): rename to ly:make-music
598
599         * lily/context.cc (get_grob_key): nop if use_object_keys not set.
600         (get_context_key): idem.
601
602         * scm/lily.scm (lambda): new option object-keys (default to #f)
603
604         * scm/output-svg.scm (utf-8-string): rename  from utf8-string.
605
606         * scm/output-gnome.scm: remove beam routine.
607
608         * scm/output-ps.scm (scm): idem.
609
610         * scm/output-svg.scm: remove beam.
611
612         * ps/music-drawing-routines.ps: remove draw_beam.
613
614         * lily/lookup.cc (beam): use round_filled_polygon() for beam.
615
616         * flower/include/guile-compatibility.hh (scm_from_locale_string):
617         add scm_from_locale_string compatibility glue. 
618
619 2005-07-13  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
620
621         * scripts/lilypond-book.py: Prevent occuring error when
622         'lilypond-book --output=foo/ somefile.ly' is executed multiple
623         times and target file shoud be overwritten.  (Error message said
624         'input file and output file is same'.)
625
626 2005-07-13  Graham Percival  <gperlist@shaw.ca>
627
628         * input/regression/slur-extreme.ly,
629         input/regression/slur-scoring.ly, lily/slur-configuration.cc,
630         lily/slur.cc, mf/feta-din-code.mf, mf/feta-timesig.mf,
631         mf/parmesan-heads.mf, scm/define-grob-properties.scm: Change
632         "excentricity" to "eccentricity".
633
634         * Documentation/user/converters.itely: fix URL for Noteedit and
635         Rosegarden.
636
637         * THANKS: added Yoshinobu Ishizaki.
638
639 2005-07-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
640
641         * scm/define-markup-commands.scm (justify-field): add. 
642
643         * scm/define-grobs.scm (all-grob-descriptions): decrease font size.
644
645 2005-07-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
646
647         * lily/lookup.cc (filled_box): express filled_box with
648         round_filled_box
649
650         * scm/midi.scm (paper-book-write-midis): new function. Write all
651         performances in numbered MIDI files.
652
653         * lily/performance-scheme.cc (LY_DEFINE): new file.
654         (LY_DEFINE): new function ly:performance-write.
655
656         * lily/lily-parser-scheme.cc (LY_DEFINE): ly:parser-output-name:
657         new function.
658         (LY_DEFINE): change name ly:parser-define -> ly:parser-define!
659
660         * scm/framework-*.scm: use port arguments throughout.
661
662         * lily/include/lily-guile.hh: rename ly_c_X_p -> ly_is_X
663
664         * lily/paper-outputter.cc (Paper_outputter): take port argument.
665
666         * lily/paper-outputter-scheme.cc (LY_DEFINE): take port argument.
667
668         * scm/framework-texstr.scm (output-framework): 
669
670         * input/regression/repeat-fold.ly (texidoc): remove TeX strings.
671
672         * scm/output-lib.scm (tablature-stem-attachment-function):
673         tablature stem attachment fix. 
674
675 2005-07-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
676
677         * lily/bezier.cc: hardcode binomial coefficients of order 3.
678
679         * lily/include/music-wrapper.hh: remove Music_wrapper as Music subtype.
680
681         * scm/define-music-types.scm (music-descriptions): don't use
682         Music_wrapper type.
683
684         * lily/paper-column.cc (print): print moment too.
685
686         * scripts/mup2ly.py (cp_to_dir): remove 1.5.2 compat glue.  
687         remove compatibility cruft.
688
689         * lily/parser.yy (score_body): \score can only begin with Music. 
690
691         * lily/score-scheme.cc (LY_DEFINE): rename scorify to
692         make-score. Take music argument only. Move parser interaction to
693         Scheme.
694
695         * scm/lily-library.scm (scorify-music): new function.
696
697         * python/lilylib.py (datadir): remove 2.1 compat kludge.
698         (datadir): remove resource import.
699         (print_environment): remove get_bbox()
700         (cp_to_dir): remove pre 1.5.2 compat glue.
701
702 2005-07-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
703
704         * lily/include/simple-spacer.hh (Module): idem.
705
706         * lily/include/spring.hh (struct Spring): store inverse
707         strength. This prevents division by zero.
708
709         * VERSION: release 2.7.0
710         
711         * lily/include/music.hh (class Music): remove Music::duration_log()
712
713         * lily/stem-engraver.cc (make_stem): take duration log from event.
714
715         * lily/chord-tremolo-engraver.cc: don't ack note-head-interface.
716
717 2005-07-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
718
719         * scm/lily.scm (ly:load): load autochange.scm
720
721         * Documentation/user/tutorial.itely (Running LilyPond for the
722         first time): remove reference to DVI/TeX
723
724         * scm/define-markup-commands.scm (text): add \text markup command.
725
726         * configure.in (reloc_b): bump requirement to Python 2.2.
727
728         * lily/include/dots.hh (class Dots): make has_interface() static.
729
730         * python/convertrules.py (conv): add rule for ly:grob-default-font
731
732         * scm/define-grobs.scm (all-grob-descriptions): reorganize in
733         alphabetical order.
734
735         * input/regression/trill-spanner-pitched.ly: new file.
736
737         * lily/font-interface-scheme.cc (LY_DEFINE): function
738         ly:grob-default-font (changed from get-default-font).
739
740         * lily/axis-group-interface-scheme.cc (LY_DEFINE): new file.
741
742         * lily/note-head.cc (internal_print): if style is not a symbol,
743         set style to 'default. 
744         (internal_print): no style suffix if glyph-name-procedure not
745         set. Default to quarter head.
746
747         * scm/define-grobs.scm (Module): new grob TrillPitchHead.
748
749         * scm/define-music-properties.scm (all-music-properties): add trill-pitch.
750
751         * ly/music-functions-init.ly: \pitchedTrill
752
753         * lily/pitched-trill-engraver.cc (acknowledge_grob): new file.
754
755         * ly/Welcome_to_LilyPond.ly: update to 2.6.0
756
757         * lily/trill-spanner-engraver.cc (finalize): rename req -> event
758
759         * scm/define-markup-commands.scm (pad-markup): pad-markup command.
760
761         * po/fr.po: update
762
763         * po/de.po: update.
764
765 2005-07-06  Graham Percival  <gperlist@shaw.ca>
766
767         * Documentation/user/changing-defaults.itely: add link
768         to grob-iterface.
769
770         * Documentation/user/advanced-notation.itely: add material
771         to Setting automatic beam behaviour.  Thanks, Joe!
772
773         * Documentation/user/lilypond.itely: change encoding to utf-8.
774
775 2005-07-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
776
777         * Documentation/user/advanced-notation.itely (Setting automatic
778         beam behavior): Correct the documentation of
779         revert-auto-beam-setting (backportme)
780
781 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
782
783         * lily/ly-module.cc (ly_make_anonymous_module): define
784         %module-public-interface of module. 
785
786         * lily/lily-parser.cc (print_smob): allow printing of parser smob
787         without lexer.
788
789 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
790
791         * input/regression/fret-diagrams.ly: stretch example.
792
793 2005-06-30  Jan Nieuwenhuizen  <janneke@gnu.org>
794
795         * cygwin/GNUmakefile ($(outdir)/%.sh): Bugfix: use TAB (Bertalan
796         Fodor).
797
798 2005-06-30  Graham Percival  <gperlist@shaw.ca>
799
800         * Documentation/topdocs/AUTHORS.texi: update personal web address.
801
802         * Documentation/user/examples.itely, lilypond-book.itely:
803         change \RequirePackage to \usepackage.
804
805         * Documentation/user/global.itely: document copyright and tagline.
806
807 2005-06-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
808
809         * Documentation/user/basic-notation.itely (Transpose): remove link
810         to nonexistent UntransposableMusic.
811
812         * scm/output-svg.scm: remove old definitions.
813
814         * scripts/lilypond-book.py (do_file): search for kpsewhich before
815         invoking.
816
817         * python/lilylib.py (search_exe_path): new function.
818
819 2005-06-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
820
821         * python/lilylib.py (mkdir_p): remove setup_environment()
822         (backportme)
823
824         * buildscripts/mutopia-index.py (headertext): trim text.
825
826         * Documentation/topdocs/NEWS.tely (Top): refresh.
827
828         * scm/define-markup-commands.scm (wordwrap-string): new function:
829         split string in paras and words.
830         (wordwrap-markups): new function.
831         (wordwrap-stencils): new function. 
832         (justify): use it.
833         (wordwrap): use it.
834         (wordwrap-string): use it
835         (justify-string): use it.
836
837         * scm/lily-library.scm (regexp-split): new function.
838
839         * scm/define-markup-commands.scm: remove encoded-simple. 
840         remove font-markup.
841         (fontsize): remove old version  of fontsize.
842         (wordwrap): new markup function. Wrap into paragraphs.
843
844         * VERSION: Branch lilypond_2_6
845         (MINOR_VERSION): go to 2.7.0
846
847 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
848
849         * po/zh_TW.po: update from translation project.
850
851 2005-06-28  Graham Percival  <gperlist@shaw.ca>
852
853         * scm/midi.scm: compile fix.
854
855 2005-06-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
856
857         * scripts/lilypond-book.py : Fix embarrassing bug in my previous
858         patch. Now, the tempfile module is loaded too, not only used.
859
860 2005-06-28  Stephen Charles McCarthy  <stecmccarthy@hotpop.com>
861
862         * scm/midi.scm: changed midi volumes in absolute-volume-alist from
863         0.05 - 1.00 to 0.25 - 1.00
864
865         * scm/midi.scm: moved the default-instrument-equalizer procedure
866         to just under the insturment-equalizer-alist it takes as an
867         argument.
868
869 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
870
871         * Documentation/user/advanced-notation.itely (Font selection):
872         remove CMR note.
873
874         * scm/framework-ps.scm (write-preamble): ly:warning iso. ly:warn 
875
876 2005-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
877
878         * THANKS: Add UTF-8 marker.
879
880         * Documentation/user/point-and-click.itely (http): Update: use
881         lilypond-invoke-editor.  Fix: instruct to use user.js.
882
883 2005-06-27  Graham Percival  <gperlist@shaw.ca>
884
885         * ly/titling-init.ly: implements printpagenumber, increases
886         space between dedication and title (to avoid collisions with
887         "g" and "q" in dedication), and nicer logic about copyright
888         and instrument fields being printed on the first page.
889         Thanks Vincent!
890
891         * Documentation/user/global.itely: document printpagenumber.
892
893 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
894
895         * Documentation/topdocs/NEWS.tely: Update to 2.6.
896
897 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
898
899         * THANKS: update to 2.6
900
901         * VERSION: 2.6.0 released.
902
903 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
904
905         * cygwin/GNUmakefile (OUT_POSTREMOVES): Reinclude install script
906         rule, errorneously removed probably because of misleading comment.
907
908 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
909
910         * python/lilylib.py (datadir): py2exe comments.
911
912         * Documentation/topdocs/INSTALL.texi (Top): remove EC fonts requirement.
913
914         * configure.in (reloc_b): make fontconfig REQUIRED.
915
916 2005-06-27  Heikki Junes <hjunes@cc.hut.fi>
917
918         * po/fi.po: add latest translations.
919
920 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
921
922         * ChangeLog: recode utf-8
923
924         * Documentation/pictures/lilypond.xpm (Module): edited photo as
925         logo.
926
927         * Documentation/user/examples.itely (Module): 2.4.0 -> 2.6.0
928
929         * input/*.ly (Module): 2.4 -> 2.6 grand convert-ly s/r. 
930
931         * python/convertrules.py (do_conversion): don't print program_name
932         from within a module
933
934         * configure.in (reloc_b): bump fontforge requirement to 20050624.
935
936         * python/convertrules.py (conv): add 2.6.0 dummy rule.
937
938 2005-06-23  Graham Percival  <gperlist@shaw.ca>
939
940         * Documentation/user/lilypond-book.itely,
941         Documentation/user/examples.itely: add \RequirePackage{graphics}.
942
943         * ly/titling.ly: checks printfirstpagenumber, adds meter, and
944         fixes baseline-skip.  Thanks Vincent!
945
946         * Documentation/user/advanced-notation.itely, global.itely:
947         moved "Selecting font sizes" to global, since it deals with
948         notation font size, not text fonts.
949
950 2005-06-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
951
952         * buildscripts/gen-emmentaler-scripts.py (notice): add GPL notice
953         to fonts.
954
955 2005-06-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
956
957         * scripts/lilypond-book.py (LATEX_DOCUMENT): More or less ugly
958         workaround since /dev/stdin doesn't work on Cygwin. Using a
959         temporary file in the current directory since latex doesn't
960         understand the path name to the default TMP in Cygwin (at least on
961         win XP).
962         
963         * Documentation/user/global.itely (Creating titles): Correct
964         misprint in example. Thanks to Rob Vlasaty.
965
966 2005-06-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
967
968         * VERSION (PATCH_LEVEL): release 2.5.32
969
970         * lily/lily-parser-scheme.cc (LY_DEFINE): don't set 'parser
971         variable in lily module
972
973         * scm/framework-ps.scm (output-classic-framework): error message
974         regarding the classic framework.
975
976         * Documentation/user/henle-flat-gray.png (Module): new file.
977
978         * Documentation/user/baer-flat-gray.png (Module): new file.
979
980         * scm/output-lib.scm (fret-number-tablature-format): vcenter and
981         whiteout for markups.
982
983         * buildscripts/substitute-encoding.py (note_glyph): include _ in
984         regex too. This fixes change clef appearance in PDF. 
985
986         * ttftool/include/*: remove.
987
988         * configure.in (reloc_b): remove TTFTOOL_ENDIAN
989
990         * config.make.in (WINDRES): remove TTFTOOL_ENDIAN.
991
992         * lily/GNUmakefile (MODULE_INCLUDES): remove ttftool
993
994         * ttftool/*: remove ttftool subdirectory.
995
996         * GNUmakefile.in (SUBDIRS): remove ttftool subdirectory.
997
998         * lily/ttf.cc (print_header): new file. Convert to type42, using
999         FreeType to parse the TTF. 
1000
1001         * ttftool/parse.c (readPostTable): ugh. Kludge: nglyphs in maxp
1002         and post table may differ. Pass around post_nglyphs as well.
1003
1004 2005-06-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1005
1006         * ly/music-functions-init.ly (musicMap): new music function
1007         musicMap. 
1008         
1009 2005-06-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1010
1011         * make/mutopia-rules.make: anti-alias-factor = 2
1012
1013         * scm/ps-to-png.scm (make-ps-images): cleanup multipage vs. single
1014         page switch.
1015
1016         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): set
1017         anti-alias-factor for lilypond-book runs.
1018
1019         * scm/ps-to-png.scm (scale-down-image): new function.
1020         (my-system): new function.
1021         (make-ps-images): blow up GS resolution by anti-alias-factor,
1022         scale down image by anti-alias-factor.  This improves appearance
1023         of bitmaps
1024         (make-ps-images): remove showpage. Fixes spurious empty png at
1025         end.
1026
1027         * scm/framework-ps.scm (write-preamble): downcase filename before
1028         string-matching. Should fix .TTF files (as opposed to ttf files)  
1029
1030         * Documentation/user/tutorial.itely (Running LilyPond for the
1031         first time): separate subsections for windows, macos and unix.  
1032
1033         * Documentation/user/invoking.itely (Updating files with
1034         convert-ly): add MacOS X note.
1035
1036 2005-06-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1037
1038         * Documentation/user/introduction.itely (Engraving): don't include
1039         file optical-spacing, add directly.
1040
1041         * lily/paper-outputter.cc (file): open file in binary mode. This
1042         fixes OTF embedding on windows.
1043
1044 2005-06-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1045
1046         * scm/framework-ps.scm (write-preamble): remove debugging output.
1047
1048         * mf/aybabtu.pe.in (i): don't generate aybabtu.cff
1049
1050         * mf/GNUmakefile ($(outdir)/fonts.cache-1): create font cache for
1051         outdir.
1052         (install-fc-cache): install font cache in installation directories.
1053
1054 2005-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1055
1056         * scm/editor.scm (editor-command-template-alist): Use char iso
1057         column, except for Emacs.
1058         (get-editor-command): Substitute char too (Bertalan Fodor).
1059
1060 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1061
1062         * scm/ps-to-png.scm (make-ps-images): Use ~S instead of single
1063         quoted ~s.  This should fix PNG output on Windows; single quotes
1064         are regular characters on Windows.
1065
1066 2005-06-16  Graham Percival  <gperlist@shaw.ca>
1067
1068         * Documentation/user/basic-notation.itely: include ChoirStaff
1069         in System start delimiters.
1070
1071         * Documentation/user/putting.itely: new doc section on
1072         fixing overlapping notation.
1073
1074 2005-06-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1075
1076         * Documentation/user/global.itely (Paper size): \paper is in
1077         \book, not \score.
1078
1079         * make/mutopia-rules.make: -ddelete-intermediate-files
1080
1081         * ly/engraver-init.ly: make Staff default child of ChoirStaff.
1082
1083 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1084
1085         * ChangeLog: Recode utf-8.
1086
1087         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install .so module in
1088         datadir with .py modules.
1089
1090 2005-06-15  Heikki Junes  <hjunes@cc.hut.fi>
1091
1092         * Documentation/user/basic-notation.itely (Ties): add tieDashed.
1093
1094 2005-06-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1095
1096         * make/mutopia-rules.make: switch off ps, p&c for lilypond runs.
1097         
1098         * scm/framework-ps.scm (write-preamble): remove status check.
1099
1100         * Documentation/user/invoking.itely (Updating files with
1101         convert-ly): remove -o option.
1102
1103         * VERSION (PACKAGE_NAME): release 2.5.31
1104
1105         * scm/framework-ps.scm (write-preamble): use ly:system.
1106         (write-preamble): verbosity.
1107
1108         * scripts/convert-ly.py: cleanup. Use lilylib. Use convertrules.
1109
1110         * python/convertrules.py: new file. Store conversion rules
1111         separately.
1112
1113 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1114
1115         * scm/backend-library.scm (postprocess-output): remove debugging gobs.
1116
1117 2005-06-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1118
1119         * Documentation/topdocs/NEWS.tely (Top): Corrected name of
1120         \musicDisplay 
1121
1122         * Documentation/user/instrument-notation.itely (More stanzas): Add
1123         reference to StanzaNumber.
1124
1125 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1126
1127         * THANKS: separate section for website translators.
1128
1129 2005-06-14  Graham Percival  <gperlist@shaw.ca>
1130
1131         * Documentation/topdocs/INSTALL.texi: update vim info;
1132         thanks Simon Bailey!
1133
1134         * Documentation/user/advanced-notation.itely: included
1135         color names.
1136
1137         * Documentation/user/advanced-notation.itely,
1138         Documentation/usr/notation-appendices.itely: moved
1139         color names into an appendix.
1140
1141 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1142         
1143         * lily/program-option.cc (LY_DEFINE): new function ly_add_option.
1144
1145         * scm/lily.scm (lambda): initialize program options from here.
1146
1147         * scm/framework-*.scm: add header info.
1148
1149         * lily/main.cc (parse_argv): only set output format to pdf if no
1150         other format specified.
1151
1152         * scm/backend-library.scm (postprocess-output): process
1153         'delete-intermediate-files after running convert-to-*. This fixes
1154         PNG generation when 'delete-intermediate-files is set.
1155         
1156 2005-06-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1157
1158         * buildscripts/mutopia-index.py (list_item): thinko. Fixes png
1159         links on website. 
1160
1161 2005-06-13  Graham Percival  <gperlist@shaw.ca>
1162
1163         * Documentation/topdocs/INSTALL.texi,
1164         Documentation/user/lilypond-book.itely: typos.
1165
1166 2005-06-12  Pal Benko  <benkop@freestart.hu>
1167
1168         * elisp/lilypond-mode.el (LilyPond-command-alist: 2PS): space
1169         added between program name and switch; -b changed to -f not
1170         to generate pdf
1171
1172 2005-06-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1173
1174         * elisp/lilypond-mode.el (LilyPond-command-alist): remove 2midi
1175         (LilyPond-command-alist): use -f ps (thanks to Pal Benko)
1176
1177         * input/sakura-sakura.ly: add \midi.
1178
1179         * buildscripts/mutopia-index.py (find): use /usr/bin/find
1180         iso. python find. 
1181
1182         * ttftool/test.c (main): cosmetics.
1183
1184         * ttftool/util.c (surely_lseek): use stdio FILE's for I/O 
1185
1186         * ttftool/test.c: new file. If compiled with -DTEST_TTFTOOL,
1187         create a ttf2ps binary.
1188
1189         * scm/ps-to-png.scm (make-ps-images): fix rename-page-1 functionality.
1190
1191         * scm/backend-library.scm (postscript->png): set rename-page-1 to
1192         true.
1193
1194 2005-06-11  Graham Percival <gperlist@shaw.ca>
1195
1196         * Documentation/user/lilypond-book.itely: add warning about
1197         the font warnings in dvips.
1198
1199 2005-06-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1200
1201         * THANKS: typo
1202
1203         * mf/GNUmakefile ($(outdir)/$(redhat-package)): Fedora-4 url.
1204
1205         * GNUmakefile.in: remove links for .map, .enc
1206         don't fail if out/ doesn't exist yet.
1207
1208 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1209
1210         * ttftool/util.c (surely_read): return nbytes
1211
1212         * stepmake/bin/text2html.py (txt2html): add utf-8 marker. 
1213
1214         * VERSION (PACKAGE_NAME): release 2.5.30
1215
1216         * flower/string-convert.cc (precision_string): >? fix.
1217
1218         * scm/ps-to-png.scm (make-ps-images): search-gs for multipage too.
1219         (make-ps-images): add verbose -q too.
1220
1221         * lily/default-actions.cc (Module): new file. default
1222         {book,score}-print functions.
1223
1224         * scm/ly-from-scheme.scm (ly:parse-string-result): use new setup:
1225         pass results via parseStringResult, lookup via ly:parser-lookup.  
1226
1227         * lily/lily-parser.cc (Lily_parser): only clone lexer in
1228         constructors.
1229         (parse_file): encapsulate do_yyparse() in scm_set_current_module()
1230         (parse_string): idem.
1231
1232         * ly/spanners-init.ly (assertBeamQuant): don't use #{ #} in init.
1233
1234         * lily/main.cc (main_with_guile): copy be_verbose_global into
1235         ly_set_option()
1236
1237 2005-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1238
1239         * scm/backend-library.scm (postscript->pdf):
1240         * scm/ps-to-png.scm (make-ps-images): Do not use gs -q switch in
1241         verbose mode.  Search for several names of gs executable.
1242
1243 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1244
1245         * lily/ly-module.cc (ly_make_anonymous_module): call make-module
1246         directly. This fixes a massive memory leak, provided you use CVS
1247         GUILE.
1248
1249 2005-06-10  Erik Sandberg  <ersa9195@student.uu.se>
1250
1251         * ly/property-init.ly: Added tieDashed.
1252
1253         * THANKS: Added some bughunters for 2.5.
1254
1255 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1256
1257         * lily/program-option.cc: add debug-gc option.
1258
1259         * lily/include/lily-guile-macros.hh: don't protect exported module
1260         objects.
1261
1262         * lily/include/lily-parser.hh (class Lily_parser): remove beam_check().
1263
1264         * scm/backend-library.scm (postscript->pdf): use
1265         delete-intermediate-files iso. running-from-gui? 
1266
1267         * ttftool/util.c (surely_read): robustness. Allow read() to return
1268         less bytes than requested, as per posix standards.
1269
1270         * lily/pfb.cc (LY_DEFINE): set ttf_verbosity from ttf-verbosity
1271         program option.
1272
1273         * ttftool/include/ttftool.h ("C"): rename verbosity to
1274         ttf_verbosity. Add to public interface.
1275
1276         * scm/music-functions.scm (unfold-repeats): remove debugging display.
1277
1278         * lily/program-option.cc: rename from scm-option.cc
1279
1280         * lily/scm-option.cc (LY_DEFINE): handle no-foobar option setting.
1281         (get_help_string): Print pretty help string.
1282
1283         * scripts/lilypond-book.py (PREAMBLE_LY): add no-point-and-click
1284         to snippet preamble.
1285
1286         * lily/scm-option.cc: remove command-line-settings option. Fold
1287         all command-line options plus default settings in a generic
1288         interface. 
1289
1290         * flower/getopt-long.cc (table_string): indent 2nd lines of help
1291         texts too.
1292
1293 2005-06-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1294
1295         * flower/file-name.cc: Bugfix: only append DIRSEP if BASE_
1296         or EXT_ components non-empty.
1297
1298 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1299
1300         * scm/lily.scm (running-from-gui?): Export.
1301
1302         * lily/lily-parser-scheme.cc (ly:parse-file): Use it to generate
1303         output in .ly source directory.
1304
1305 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1306
1307         * ttftool/util.c (surely_lseek): more verbosity.
1308
1309         * lily/include/lily-proto.hh: add Context_def. This fixes FC4
1310         compile.
1311
1312         * lily/parser.yy (Repeated_music): remove >? 
1313
1314         * scm/backend-library.scm (postscript->pdf): Support for
1315         -dgs-font-load=1
1316
1317         * scm/framework-ps.scm (write-preamble): make font loading
1318         switchable to GS via --define-default gs-font-load=1
1319
1320 2005-06-09  Graham Percival  <gperlist@shaw.ca>
1321
1322         * Documentation/user/global.itely: added \layout docs.
1323
1324 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1325
1326         * lily/lily-parser-scheme.cc: add unistd.h
1327
1328 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1329
1330         * scm/editor.scm: add char argument.
1331
1332         * scripts/lilypond-invoke-editor.scm (dissect-uri): add char. 
1333
1334         * ttftool/util.c (syserror): use errno for better error reporting.
1335
1336         * lily/source-file.cc (get_counts): new function. Calc column,
1337         line and char count in one go.
1338
1339         * lily/binary-source-file.cc (quote_input): rename to quote_input
1340
1341         * lily/input.cc (set): new function.
1342
1343 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1344
1345         * flower/file-path.cc (find): Bugfix.  Append rather than prepend
1346         directory part of file name to search directory.
1347
1348         * lily/lily-parser-scheme.cc (ly:parse-file): Prepend cwd to
1349         search path and chdir to DIR if --outname=DIR used.
1350
1351         * lily/main.cc (prepend_env_path): Bugfix: Check directory
1352         existence before appending original path.
1353
1354 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1355
1356         * ttftool/parse.c (readNamingTable): verbosity for "bad TTF
1357         file" massage.
1358
1359         * Documentation/user/GNUmakefile (TEXINPUTS): set TEXINPUTS so our
1360         texinfo.tex is always used.
1361         
1362 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1363
1364         * flower/include/axis.hh: rename from axes.hh
1365
1366         * lily/include/text-interface.hh (Module): rename from text-item.hh
1367
1368         * VERSION (PATCH_LEVEL): release 2.5.29
1369
1370         * ttftool/parse.c (readNamingTable): handle Apple/8bit encoding too.
1371
1372         * scm/framework-ps.scm (font-file-as-ps-string): new function.
1373         (handle-macfont): new function. Call fondu for Native mac fonts.
1374
1375         * scm/define-markup-commands.scm (fill-line): handle text-widths =
1376         '() case.
1377
1378 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1379
1380         * scm/ps-to-png.scm (make-ps-images): Bugfix: `Pages: 1\n' is not
1381         multi-page.  Fix .eps regular expression.
1382
1383 2005-06-07  Graham Percival  <gperlist@shaw.ca>
1384
1385         * Documentation/user/putting.itely: add info on modifying templates.
1386
1387         * Documentation/user/lilypond.itely, converters.itely, invoking.itely:
1388         misc small changes.
1389
1390 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1391
1392         * scm/ps-to-png.scm (make-ps-images): no paper size for multi-page.
1393
1394         * scripts/lilypond-ps2png.scm
1395
1396         * VERSION (PACKAGE_NAME): release 2.5.28
1397
1398 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1399
1400         * lily/main.cc (prepend_env_path): Do not append /, that does not
1401         work.  Localedir lives in datadir, not in prefix.
1402
1403         * scm/framework-ps.scm (write-preamble): Remove load-font-via-GS
1404         hack for windows.
1405
1406         * flower/include/file-cookie.hh: Compile fix.
1407
1408 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1409
1410         * ly/engraver-init.ly: add \defaultchild to InnerStaffGroup. 
1411
1412         * scm/ps-to-png.scm (gulp-port): rename from read. Don't redefine
1413         system primitives.
1414         (gulp-port): using read-string!/partial. We don't want to read an
1415         entire PS file  (GUILE 1.6 limits strings to 16M) 
1416
1417         * scm/define-grobs.scm (all-grob-descriptions): remove arch-*
1418         properties. Add font-interface. 
1419
1420         * scm/define-grob-properties.scm (all-user-grob-properties):
1421         remove old bracket properties.
1422
1423         * scm/x11-color.scm: reformat. 
1424
1425         * lily/ledger-line-engraver.cc (acknowledge_grob): create new
1426         LedgerLineSpanner if new StaffSymbol is found. 
1427
1428         * lily/staff-symbol-engraver.cc (acknowledge_grob): also set
1429         staff-symbol for finishing staff. 
1430
1431         * lily/GNUmakefile (OUT_DIST_FILES): don't dist Flex output
1432
1433         * scm/output-svg.scm (setcolor): implement (re)setcolor with <g>
1434         change black to currentColor everywhere. This fixes color support
1435         in SVG.
1436
1437 2005-06-06  Carl Sorensen  <carldsorensen@comcast.net>
1438
1439         * input/regression/fret-diagrams.ly: new file to test fret diagram
1440         capability
1441
1442         * scm/output-tex.scm: remove white-dot and white-text
1443
1444         * scm/output-ps.scm: remove white-dot and white-text
1445
1446         * scm/fret-diagrams.scm (sans-serif-stencil-white): removed -- 
1447         using ly:stencil-in-color instead
1448         (draw-dots) : remove call to white-dot
1449
1450 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1451
1452         * flower/memory-stream.cc (Memory_out_stream): remove fopencookie
1453         support.
1454
1455         * ttftool/ttfps.c: use lily_cookie functions everywhere. 
1456
1457         * flower/include/file-cookie.hh: new file. lily_cookie extension 
1458
1459         * flower/file-cookie.cc: new file. lily_cookie extension.
1460         
1461 2005-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1462
1463         * scm/editor.scm (editor-command-template-alist): Add syn
1464         editor (Jaap [de Vos]).
1465
1466 2005-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1467
1468         * scripts/lilypond-ps2png.scm:
1469         * scm/ps-to-png.scm: New file.
1470
1471         * scm/backend-library.scm (postscript->png): Use it.
1472
1473         * scripts/lilypond-ps-to-png.py: Remove file.
1474
1475         * python/lilylib.py (get_bbox, make_ps_images): Remove.
1476
1477 2005-06-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1478
1479         * lily/auto-beam-engraver.cc (acknowledge_grob): remove dead code.
1480
1481         * scm/auto-beam.scm (default-auto-beam-check): only forbid beam
1482         start on grace moment. Fixes autobeam-grace.ly.
1483
1484         * lily/auto-beam-engraver.cc (process_acknowledged_grobs): don't
1485         process anything unless we're at the end of a pending beam. Fixes
1486         syncopated 8ths beamed across a beat.
1487
1488 2005-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1489
1490         * scm/editor.scm (editor-command-template-alist): Start emacs if
1491         emacslient fails.
1492
1493         * lily/main.cc (setup_localisation): Listen to LILYPOND_LOCALEDIR.
1494
1495         * flower/file-path.cc (is_file, is_dir): Export.
1496
1497         * lily/main.cc (prepend_env_path, set_env_file): Use them.
1498
1499 2005-06-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1500
1501         * lily/easy-notation.cc: Added include cctype to correct
1502         compilation error.
1503
1504 2005-06-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1505
1506         * scm/backend-library.scm (postscript->pdf): set resolution to
1507         1200, so bitmap fonts aren't that ugly. 
1508
1509         * Documentation/topdocs/NEWS.tely (Top): add entry about font family.
1510
1511         * lily/dynamic-engraver.cc (acknowledge_grob): only center on
1512         parent if we have a notehead. Fixes incorrect offsets when
1513         Paper_column is very wide in the X direction.
1514
1515         * input/regression/font-family-override.ly (Module): new file.
1516
1517         * scm/font.scm (make-pango-font-tree): new function.
1518
1519         * lily/beam.cc (before_line_breaking): remove warning about less
1520         than 2 visible stems. We still get a warning when there is only
1521         one stem.
1522
1523 2005-06-01  Werner Lemberg  <wl@gnu.org>
1524
1525         * buildscripts/substitute-encoding.py: Handle PFAemmentaler-xx.pfa
1526         correctly.
1527
1528 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1529
1530         * lily/slur-scoring.cc (generate_avoid_offsets): new
1531         function. Generate avoid offsets once per slur.
1532
1533         * lily/slur.cc (add_extra_encompass): add dependency to
1534         extra-encompass object. This fixes bugs/c-phrasing-slur.ly
1535
1536         * lily/stencil.cc (is_empty): check dim_ field for is_empty()
1537         too. Fixes inf error with added bass notes.
1538
1539         * scripts/lilypond-book.py (do_options): --psfonts doesn't take
1540         argument anymore.
1541
1542         * make/ly-vars.make (DVIPS_FLAGS): use .psfonts as extension.
1543
1544         * input/tutorial/lbook-latex-test.tex: add line length test.
1545
1546         * scripts/lilypond-book.py (set_default_options): new
1547         function. Call this before dissecting snippets, so linewidth
1548         settings reach the snippets.
1549
1550 2005-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1551
1552         * scm/lily.scm (PLATFORM, slashify): Remove double slashes.
1553
1554 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1555
1556         * input/mutopia/R.Schumann/romanze-op28-2.ly (leftb): bugfix.
1557
1558 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1559
1560         * stepmake/aclocal.m4: More autopackage friendliness.
1561
1562 2005-05-31  Graham Percival  <gperlist@shaw.ca>
1563
1564         * Documentation/index.html.in: remove link to LSR.
1565
1566         * Documentation/user/global.itely: remove duplicate
1567         "dedication" \header{} section.
1568
1569 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1570
1571         * VERSION (PACKAGE_NAME): release 2.5.27.
1572
1573         * lily/lily-parser-scheme.cc (LY_DEFINE): unprotect paper
1574         too. Plugs memory leak.
1575
1576         * make/lilypond.fedora.spec.in (Group): remove
1577         lilypond-pdfpc-helper.
1578
1579         * scripts/GNUmakefile (SEXECUTABLES): remove
1580         lilypond-pdfpc-helper. Use lilypond-invoke-editor instead.
1581
1582         * scm/font.scm (make-century-schoolbook-tree): add Mono as
1583         'typewriter family.
1584
1585         * lily/score.cc (Score): unprotect copy of Output_def. Plugs
1586         memory leak.
1587
1588         * lily/parser.yy (score_body): don't clone Score, that's done in
1589         Lily_lexer::try_special_identifiers(). This fixes a memory leak.
1590
1591         * lily/score-engraver.cc (derived_mark): new function.
1592         (initialize): unprotect Paper_score. This fixes a memory leak.
1593
1594         * lily/score-performer.cc (derived_mark): new function.
1595
1596         * lily/score-translator.cc (get_output): use SCM for get_output() call.
1597
1598         * stepmake/aclocal.m4: put FlexLexer.h test in conftest.cc. Fixes
1599         spurious warning.
1600
1601         * scm/font.scm (make-century-schoolbook-tree): use Sans for sans
1602         serif.
1603
1604 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1605
1606         * configure.in (reloc_b): Add --enable-relocation.
1607
1608 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1609
1610         * lily/pfb.cc (LY_DEFINE): show file name when loading PFB. 
1611
1612         * input/regression/alignment-order.ly: add Staff example.
1613
1614 2005-05-31  John Mandereau   <john.mandereau@free.fr>
1615
1616         * po/fr.po: update.
1617
1618 2005-05-31  Graham Percival  <gperlist@shaw.ca>
1619
1620         * Documentation/index.html.in: add link to LSR.
1621
1622 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1623
1624         * scm/define-stencil-commands.scm (Module): new file. Register all
1625         allowed stencil expression heads in a central place.
1626
1627         * lily/stencil-scheme.cc (LY_DEFINE): check is_stencil_head in
1628         ly:make-stencil
1629
1630         * lily/stencil-expression.cc (all_stencil_heads): registering
1631         stencil expressions.
1632
1633         * lily/stencil-interpret.cc: new file. Stencil expression
1634         interpreting.
1635
1636         * input/xiao-haizi-guai-guai.ly: move file back.
1637
1638 2005-05-30  Graham Percival  <gperlist@shaw.ca>
1639
1640         * Documentation/user/advanced.itely, converters.itely,
1641         instrument-notation.itely, lilypond-book.itely: misc small
1642         changes.
1643
1644 2005-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1645
1646         * lily/lexer.ll: Skip UTF-8 BOM at BOF.
1647
1648         * make/lilypond.fedora.spec.in: Fix source url.
1649
1650         * cygwin: Update from mingw patches.
1651
1652         * scm/editor.scm (editor-command-template-alist): Use jedit
1653         -reuseview (Bertalan), add uedit (Patrick Huberts).
1654
1655         * input/xiao-hai-zi-guai-guai.ly: Rename from
1656         xiao-haizi-guai-guai.ly.
1657
1658         * input/*: Reindent, do not use TAB.
1659
1660         * Documentation/pictures/ly.xpm: Bugfix: do not anti-alias against
1661         white background.
1662
1663 2005-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1664
1665         * scm/framework-ps.scm (dump-stencil-as-EPS): Add silly fix for
1666         numerical overflow error.
1667
1668 2005-05-29 Laura Conrad <lconrad@laymusic.org>
1669         
1670         * abc2ly.py: fix to syntax error in multi-part output.
1671
1672 2005-05-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1673
1674         * lily/span-bar.cc (print): sort bar line extents. Fixes problem
1675         with disappearing span bars when alignAboveContext is active
1676
1677         * lily/property-iterator.cc (check_grob): use is-grob?
1678         object-property. Fixes crash-key-sig-font-size.ly. 
1679
1680 2005-05-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1681
1682         * lily/bar-line.cc (print): don't round barlines; this produces
1683         odd aliasing effects in Acroread.
1684
1685         * lily/timing-engraver.cc (process_music): robustness fix.
1686
1687         * lily/context-def.cc (filter_engravers): bugfix.
1688
1689 2005-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1690
1691         * lily/lilypond.rc.in: Add ly-icon.
1692
1693         * lily/GNUmakefile: 
1694         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Add ly-icon
1695         rules.
1696
1697 2005-05-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1698
1699         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-in-color
1700
1701         * ps/music-drawing-routines.ps: 
1702
1703         * scm/output-ps.scm: remove draw ez_ball.
1704
1705         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
1706         EasyNotation context definition.
1707
1708         * lily/easy-notation.cc (brew_ez_stencil): new file. Use
1709         Text_interface and color for making easy note heads.
1710
1711         * lily/stencil.cc (with_color): new function.
1712
1713         * ps/music-drawing-routines.ps: remove draw_zigzag_line
1714
1715         * lily/line-spanner.cc (zigzag_stencil): rewrite to use draw-line
1716         output routine. Zigzag now works in SVG too.
1717
1718         * scm/output-tex.scm (filledbox): idem.
1719
1720         * scm/output-svg.scm (filledbox): idem.
1721
1722         * scm/output-ps.scm (lily-def): remove horizontal-line. 
1723
1724         * lily/lookup.cc (horizontal_line): use draw-line. 
1725
1726         * lily/system-start-delimiter.cc: remove old staff bracket code.
1727
1728         * mf/feta-haak.mf: further tweaks.
1729
1730         * lily/system-start-delimiter.cc (staff_bracket): use glyphs.
1731
1732         * mf/feta-generic.mf: include feta-haak.
1733
1734         * mf/feta-haak.mf: rewrite. Make separate glyphs for the tips 
1735
1736         * scm/framework-ps.scm (write-preamble): only load fonts if their
1737         filename is a string. 
1738
1739 2005-05-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1740
1741         * scm/output-svg.scm (circle): support circle.
1742         (bracket): stub for bracket.
1743
1744         * scripts/lilypond-book.py (main): make sure --psfonts warning is
1745         correct.
1746
1747 2005-05-26  Graham Percival  <gperlist@shaw.ca>
1748
1749         * Documentation/user/lilypond.tely, advanced-notation.itely,
1750         basic-notation.itely, instrument-notation.itely, global.itely,
1751         introduction.itely, tutorial.itely: rearranging, editing,
1752         clean-up.
1753
1754         * mf/GNUmakefile: change a "make -C" to "${MAKE} -C", required
1755         for compiling on FreeBSD.
1756
1757 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1758
1759         * lily/pfb.cc (LY_DEFINE): progress indication for opening ttf and
1760         otf files.
1761
1762         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (lower):
1763         bugfixes.
1764
1765         * VERSION: 2.5.26 released.
1766
1767         * scm/titling.scm (marked-up-headfoot): revert Pedro's patch. 
1768
1769 2005-05-25  Pedro Kroger  <kroeger@pedrokroeger.net>
1770
1771         * scm/titling.scm (marked-up-headfoot): doesn't print pagenumbers
1772         if printpagenumber is false.
1773
1774 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1775
1776         * lily/font-config.cc (init_fontconfig): comment out FontConfig
1777         cache warning.
1778
1779         * lily/tie.cc (print): support dotted ties.
1780         
1781 2005-05-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1782
1783         * scm/define-grobs.scm (all-grob-descriptions): switch off
1784         debugging
1785         (all-grob-descriptions): Arpeggio has Y-extent.
1786
1787         * scm/define-music-properties.scm (all-music-properties): document
1788         length-callback and start-callback as "read-only".
1789
1790         * scm/music-functions.scm (unfold-repeats): rewrite. Cannot set
1791         length-callback after creation. 
1792
1793         * scripts/convert-ly.py (conv): unfoldrepeats -> unfoldRepeats,
1794         compressmusic -> compressMusic.
1795
1796         * ly/music-functions-init.ly (oldaddlyrics): idem.
1797
1798         * lily/parser.yy: NewLyricCombineMusic ->
1799         LyricCombineMusic. LyricCombineMusic -> OldLyricCombineMusic.
1800
1801 2005-05-24  Pedro Kroger  <kroeger@pedrokroeger.net>
1802
1803         * ly/Welcome_to_LilyPond.ly: typo.
1804
1805 2005-05-24  Graham Percival  <gperlist@shaw.ca>
1806
1807         * Documentation/user/lilypond.tely: move changing-defaults to be
1808         before global issues.
1809
1810         * Documentation/user/basic-notation.itely: move Transpose section
1811         here from advanced/Other.
1812
1813         * Documentation/user/changing-defaults.itely,
1814         advanced-notation.itely: move Fonts to advanced, edit.
1815
1816 2005-05-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1817
1818         * lily/parser.yy (bare_int): remove rule.  From now on, we require
1819         # before negative integers.
1820
1821 2005-05-23  Graham Percival  <gperlist@shaw.ca>
1822
1823         * ly/property.ly: Update tieDotted to have the same form as slurDotted.
1824
1825         * Documentation/user/lilypond.tely: change Unified index to
1826         LilyPond index.
1827
1828         * Documentation/user/advanced-notation.itely,
1829         instrument-notation.itely: editing.
1830
1831 2005-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
1832
1833         * scm/lily.scm (lilypond-all): Bugfix: return failed.
1834
1835         * lily/main.cc (setup_paths)[__MINGW32__]: Normalize LILYPONDPREFIX.
1836
1837 2005-05-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1838
1839         * lily/general-scheme.cc (ly:stderr-redirect): Rename from
1840         ly:port-move.  Needs to be stderr-specific on mingw.
1841         Run fixcc.
1842
1843 2005-05-20  Jan Nieuwenhuizen  <janneke@gnu.org>
1844
1845         * lily/general-scheme.cc (ly:port-move): Remove.
1846
1847         * scm/backend-library.scm (postscript->pdf): Remove -dSAFER in
1848         windows.
1849
1850         * lily/main.cc (setup_paths) [ARGV0_RELOCATION]: Reinstate GS_*
1851         variables.  This eliminates the need for a gs.bat wrapper, which
1852         opens a console.
1853
1854         * scripts/lilypond-invoke-editor.scm (running-from-gui?): 
1855         * scm/lily.scm (running-from-gui?): 
1856         * lily/main.cc[MINGW]: Remove isatty inversion, this is an
1857         artifact of not compiling with -mwindows.
1858
1859         * scm/editor.scm: Define PLATFORM.
1860
1861 2005-05-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1862
1863         * scripts/lilypond-book.py (PREAMBLE_LY): add marker, where people
1864         can start to cut & paste lilypond-book fragments.  
1865
1866         * scm/define-music-types.scm (music-descriptions): remove
1867         UntransposableMusic
1868
1869 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1870
1871         * scm/output-ps.scm (glyph-string): remove / before CIDs.
1872
1873 2005-05-20  Graham Percival  <gperlist@shaw.ca>
1874
1875         * Documentation/user/instrument-notation.itely: remove *Engraver.
1876
1877         * Documentation/user/advanced-notation.itely: edit, rearrange.
1878
1879 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1880
1881         * scm/output-ps.scm (glyph-string): take cid? argument. Use
1882         findresource iso. findfont for CID CFF fonts.
1883
1884         * VERSION (PACKAGE_NAME): release 2.5.25
1885
1886         * ly/Welcome_to_LilyPond.ly: add  \version
1887
1888 2005-05-20  Graham Percival  <gperlist@shaw.ca>
1889
1890         * Documentation/user/programming-interface.itely: move
1891         \displayMusic into its own section.
1892
1893         * Documentation/user/basic-notation.itely: finish editing.
1894
1895 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1896
1897         * flower/file-path.cc (find): don't throw away file_name.dir, but
1898         append to it. Fixes \include with directories.
1899
1900         * flower/include/file-path.hh (class File_path): don't derive from
1901         Array<String>.
1902
1903         * flower/include/file-name.hh (class File_name): remove to_str0()
1904
1905         * lily/hara-kiri-engraver.cc (acknowledge_grob): split
1906         Hara_kiri_engraver in separate file.
1907
1908         * lily/slur-configuration.cc (score_encompass): oops, <? to min()
1909         translation went wrong. Fixes vertically translated slurs.
1910
1911 2005-05-19  Graham Percival  <gperlist@shaw.ca>
1912
1913         * Documentation/user/basic-notaton.itely: editing.
1914
1915 2005-05-18  Graham Percival  <gperlist@shaw.ca>
1916
1917         * Documentation/user/macros.itexi, basic-notation.itely:
1918         add @commonprop (commonly used properties) macro.
1919
1920 2005-05-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1921
1922         * ly/Welcome_to_LilyPond.ly: talk about icon, not program.
1923
1924         * scripts/lilypond-book.py (invokes_lilypond): new function
1925         (main): only run fontextract if invokes_lilypond() is true.
1926
1927         * lily/function-documentation.cc (ly_add_function_documentation):
1928         duh, use !=
1929
1930         * Documentation/topdocs/INSTALL.texi (Top): add MacOS command.
1931
1932         * stepmake/aclocal.m4: remove kpathsea warning, change to OPTIONAL.
1933
1934         * scm/lily.scm (running-from-gui?): lowercase Darwin.
1935
1936         * lily/function-documentation.cc (ly_add_function_documentation):
1937         use scm_hash_table_p() for checking.
1938
1939 2005-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1940
1941         * Documentation/user/advanced-notation.itely (Text scripts):
1942         Change nonexisting @internalsref{Text markup} to @ref{Text
1943         markup}.  Change @internalsref{Text script} to
1944         @internalsref{TextScript}.
1945
1946         * lily/main.cc (setup_paths): Bugfix: pangorc is not pango.modules.
1947
1948 2005-05-17  Graham Percival  <gperlist@shaw.ca>
1949
1950         * Documentation/user/tutorial.itely, basic-notation.itely,
1951         changing-defaults.itely: remove duplicate cindex entries
1952         that appear on the same page.
1953
1954         * scm/define-grobs.scm: change default padding for TextSpanner.
1955
1956         * Documentation/topdocs/AUTHORS.texi: update email address.
1957
1958         * Documentation/user/global.itely: add info about \include.
1959
1960 2005-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1961
1962         * scm/backend-library.scm (postscript->pdf): Remove (useless) .ps
1963         when running-from-gui.
1964
1965         * scm/editor.scm (get-editor): Add platform defaults.
1966
1967         * scm/backend-library.scm (postscript->pdf): Typo.
1968
1969 2005-05-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1970
1971         * scm/lily.scm (running-from-gui?): Darwin never runs from GUI.
1972
1973         * lily/font-config.cc (init_fontconfig): add warning about cache.
1974
1975 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1976
1977         * lily/main.cc (setup_paths)[ARGV0_RELOCATION]: Remove GS_*.
1978
1979 2005-05-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1980
1981         * lily/horizontal-bracket.cc (print): Take care of the direction
1982         property so brackets above the stave point downwards. 
1983
1984         * scm/define-grobs.scm (all-grob-descriptions): Set staff-padding
1985         for HorizontalBracket so it doesn't end up within the stave.
1986
1987 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1988
1989         * lily/GNUmakefile (default): Typo.
1990
1991         * scm/lily.scm (PLATFORM): Export.
1992
1993         * scm/framework-ps.scm (write-preamble)[MINGW]: Use
1994         load-font-via-GS, ttftool or fopencookie is broken on windows.
1995         
1996         * scm/backend-library.scm (postscript->pdf)[MINGW]: Do not use
1997         -dSAFER, that is broken on windows.
1998
1999 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2000
2001         * lily/GNUmakefile ($(outdir)/FlexLexer.h): conditional dependency
2002         for FlexLexer.h
2003
2004         * scripts/lilypond-invoke-editor.scm: remove stray -
2005
2006 2005-05-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2007
2008         * lily/lily-guile.cc (ly_scm2newstr): Use scm_i_string_length.
2009         Fixes deprecation warning.
2010
2011         * flower/include/string.icc (to_string): Only inline if
2012         -DSTRING_UTILS_INLINED.
2013
2014         * lily/pango-font.cc (pango_item_string_stencil): Normalize file
2015         name.  Remove windows comment.
2016
2017         * scm/editor.scm (slashify): New function.
2018         (get-editor-command): Use it.
2019         (get-command-template): Do not alter editor command if
2020         environment value includes `%(file)s' magic.
2021
2022         * scripts/lilypond-invoke-editor.scm (unquote-uri): New function.
2023         (dissect-uri): Use it.
2024         (unquote-uri): Bugfix.
2025
2026 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2027
2028         * scm/framework-ps.scm (write-preamble): add TTF rule.
2029
2030         * Documentation/topdocs/README.texi (Top): remove note about
2031         xdelta.
2032
2033         * Documentation/topdocs/INSTALL.texi (Top): remove Flex
2034         requirement.
2035
2036         * stepmake/aclocal.m4: STEPMAKE_FLEXLEXER_LOCATION: new
2037         function. Figure out where FlexLexer.h lives
2038
2039         * lily/GNUmakefile (OUT_DIST_FILES): dist lexer.cc and FlexLexer.h
2040         
2041 2005-05-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2042
2043         * scripts/lilypond-invoke-editor.scm (dissect-uri): Handle URIs
2044         with Windows root in file name.
2045
2046         * scm/backend-library.scm (ly:system): Only redirect output (using
2047         system and shell, ugh) if /dev/null is writable.
2048
2049         * Documentation/pictures/GNUmakefile [PLATFORM_WINDOWS]: Build
2050         windows icon.
2051
2052         * scm/lily.scm (is-absolute?): New function.  Fixes absolute files
2053         on Mingw.
2054
2055         * scm/output-ps.scm (grob-cause): Use it.  Fixes PDF point and
2056         click.
2057
2058         * flower/file-path.cc (is_dir, is_file): New function.  Actually
2059         use result of stat when available.
2060
2061         * flower/file-path.cc (find): Use it.  Refactor.  Fixes Mingw,
2062         absolute file name and root.
2063
2064         * scm/lily.scm (PLATFORM): On mingw, slashify getcwd.
2065
2066         * scm/editor.scm (get-editor-command): Typo: do not apply editor.
2067
2068         * flower/file-name.cc (slashify): Bugfix, do substitute if no
2069         slashes in file name.
2070
2071 2005-05-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2072
2073         * Documentation/user/preface.itely (Preface): Run
2074         texinfo-all-menus-update.
2075
2076         * scm/editor.scm (get-editor-command): Bugfix: allow full
2077         LYEDITOR setting, partial XEDITOR setting.  With typo fix.
2078
2079         * Documentation/pictures/lilypond-48.xpm: New file.
2080
2081         * flower/file-path.cc (to_string): Bugfix: use PATHSEP.
2082
2083         * ly/Welcome_to_LilyPond.ly: New file.
2084
2085         * lily/main.cc (main): Only identify if we have a terminal.
2086
2087         * scm/backend-library.scm (postscript->png)
2088         (postscript->pdf): Fix file name quoting for GS/MINGW (ie,
2089         non-/bin/sh).
2090
2091 2005-05-13  Heikki Junes  <hjunes@cc.hut.fi>
2092
2093         * Documentation/topdocs/AUTHORS.texi: polish, update.
2094
2095 2005-05-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2096
2097         * Documentation/user/preface.itely (Notes for version 2.6): new
2098         notes for 2.6
2099
2100         * lily/dynamic-engraver.cc (stop_translation_timestep): first set
2101         finished_span_, then call typeset_all(). Fixes spurious "Hairpin
2102         is not fully contained" warnings.
2103
2104         * lily/slur-scoring.cc (get_bound_info): remove warning.
2105
2106         * lily/staff-symbol-engraver.cc (process_music): start initial
2107         spanner in process_music(). This fixes overrides of StaffSymbol
2108         properties.
2109
2110         * scm/framework-pdf.scm (Module): remove.
2111
2112         * Documentation/topdocs/AUTHORS.texi (AUTHORS): clean up, update.
2113
2114         * lily/ambitus-engraver.cc: formatting cleanups.
2115
2116         * mf/feta-solfa.mf (Module): remove.
2117
2118         * ChangeLog: more details about contributions.
2119
2120 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2121
2122         * lily/align-interface.cc (align_elements_to_extents): warn if
2123         called too early. Fixes: disappearing-staff-lines.ly
2124
2125         * VERSION (PACKAGE_NAME): release 2.5.24
2126
2127 2005-05-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2128
2129         * stepmake/aclocal.m4: Typo.
2130
2131         * flower/string.cc (substitute): Take two strings or two
2132         characters.  Update callers.
2133
2134 2005-05-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2135
2136         * flower/file-name.cc (File_name): Slashify.
2137
2138         * scm/lily.scm: Use gui-main iso lilypond-main on MINGW.
2139
2140         * scripts/GNUmakefile (SEXECUTABLES): Add lilypond-invoke-editor.
2141
2142         * stepmake/aclocal.m4 (STEPMAKE_WINDOWS): New function.
2143
2144         * configure.in (gui_b): Use it.
2145
2146         * lily/lilypond.rc.in: New file.
2147
2148         * lily/GNUmakefile[PLATFROM_WINDOWS]: Compile it into executable.
2149
2150 2005-05-12  Graham Percival  <gperlist@shaw.ca>
2151
2152         * Documentation/user/advanced-notation.itely: edit of Text
2153         section; clarify text scripts vs. text markup.
2154
2155 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2156
2157         * lily/multi-measure-rest-engraver.cc
2158         (Multi_measure_rest_engraver): init bar_seen_ to true. Notice
2159         separation items on start. Fixes mm rests in start of score.
2160
2161         * lily/slur-scoring.cc (move_away_from_staffline): robustness,
2162         don't access StaffSymbol if not there.
2163         Fixes: crash-staff-symbol-engraver.ly.
2164
2165         * lily/instrument-name-engraver.cc (class
2166         Instrument_name_engraver): data member first_. Create
2167         InstrumentName on start. 
2168
2169 2005-05-12  Graham Percival  <gperlist@shaw.ca>
2170
2171         * Documentation/user/instrument-notation.itely: add guitar
2172         position.
2173
2174         * Documentation/user/introduction.itely,
2175         Documentation/user/lilypond.tely,
2176         Documentation/user/tutorial.itely: begin pruning
2177         unused (duplicated) cindex entries and misc cleanup.
2178
2179 2005-05-12  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2180
2181         * input/test/volta-chord-names.ly: Bring the explanation up to
2182         date.
2183
2184 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
2185
2186         * Documentation/topdocs/{AUTHORS.texi,INSTALL.texi,README.texi}:
2187         Specify `@documentencoding utf-8' for html, ignore warnings.
2188
2189 2005-05-11  Erik Sandberg  <ersa9195@student.uu.se>
2190
2191         * THANKS: Added bughunters.
2192
2193 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
2194
2195         * lily/main.cc: update help string for `lilypond -H'.
2196
2197         * po/fi.po: update.
2198         
2199 2005-05-10  Graham Percival  <gperlist@shaw.ca>
2200
2201         * Documentation/user/advanced-notation.itely: minor fixes.
2202
2203 2005-05-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2204
2205         * scm/editor.scm: New module.
2206
2207         * scm/lily.scm (gui-main): Use it.
2208
2209         * scm/framework-gnome.scm (spawn-editor): Use it.
2210
2211         * scripts/lilypond-invoke-editor.scm: Use it in new script.
2212
2213 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2214
2215         * scm/framework-ps.scm (load-font-via-GS):  new function.
2216
2217         * lily/pango-font.cc (pango_item_string_stencil): add support for
2218         CID keyed font.
2219
2220         * scm/output-ps.scm (glyph-string): add support for CID keyed font.
2221
2222 2005-05-10  Graham Percival  <gperlist@shaw.ca>
2223
2224         * Documentation/user/basic-notation.itely: add @ref.
2225
2226         * Documentation/user/advanced-notation.itely: add example
2227         of 5/8 beaming.
2228
2229 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2230
2231         * scripts/lilypond-pdfpc-helper.py (ly_pc_editor): robustness fixes.
2232
2233         * scm/backend-library.scm (postscript->pdf): Invoke gs instead of
2234         going through ps2pdf wrappers.
2235
2236 2005-05-09  Jürgen Reuter  <reuter@ipd.uka.de>
2237
2238         * Documentation/user/instrument-notation.itely: petrucci note
2239         heads: updated docu
2240
2241         * input/regression/note-head-style.ly: updated regression test;
2242         indentation fixes
2243
2244         * ly/engraver-init.ly: MensuralVoiceContext: use petrucci note
2245         heads as default
2246
2247         * mf/parmesan-heads.mf: minor editing; use musicological names
2248         (rather than optical description) as note head names
2249
2250         * scm/output-lib.scm: complete petrucci heads
2251
2252 2005-05-09  Pal Benko  <benkop@freestart.hu>
2253
2254         * mf/parmesan-heads.mf: add petrucci heads (like neo-mensural
2255         heads, but bigger)
2256
2257 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2258
2259         * lily/main.cc (main_with_guile): Remove no files check.
2260
2261         * lily/main.cc (ly:usage): Export to Scheme.
2262
2263         * scm/lily.scm (no-files-handler): New function.
2264
2265         * scm/lily.scm (lilypond-main): Use it.
2266
2267         * configure.in (gui_b): Add mbrtowc checking.
2268         Resurrect [utf8/]wchar.h checking.
2269
2270 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2271
2272         * Documentation/user/advanced-notation.itely (Metronome marks):
2273         Add link to the program reference for MetronomeMark
2274
2275         * Documentation/user/lilypond-book.itely (An example of a
2276         musicological document): Correct the example using psfonts 
2277
2278 2005-05-09  Heikki Junes  <hjunes@cc.hut.fi>
2279
2280         * po/fi.po: update after a lesson how to update entries against
2281         source.
2282         
2283         * po/TODO: document the lesson.
2284
2285 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2286
2287         * configure.in (gui_b): remove wcrtomb checking.
2288
2289         * lily/general-scheme.cc (LY_DEFINE): hand-convert utf8 to 32
2290         bits. Patch by Matthias Neeracher. <neeracher@mac.com>
2291
2292 2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2293
2294         * scripts/convert-ly.py: In the conversion to version 1.9.0, 
2295         keep Scheme expressions and strings unmodified when doing the
2296         conversion to postfix notation for slurs and beams. Should
2297         hopefully solve most related conversion problems. 
2298
2299         * Documentation/user/lilypond-book.itely : Clarify and correct how
2300         to call dvips with -h psfonts.
2301
2302 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2303
2304         * Documentation/user/instrument-notation.itely (Entering lyrics):
2305         Typo.  Fixes build.
2306
2307 2005-05-09  Graham Percival  <gperlist@shaw.ca>
2308
2309         * Documentation/user/lilypond-book.itely: document PSFONTS file.
2310
2311         * Documentation/user/lilypond.tely, lilypond-book.itely,
2312         tutorial.itely: change references to 2.5.x to 2.6.x.
2313
2314         * Documentation/user/instrument-notation.itely: clarified \addlyrics
2315         vs \lyricmode.
2316
2317         * Documentation/user/invoking.itely: remove old info about
2318         lilypond-profile.
2319
2320         * Documentation/topdocs/INSTALL.texi: remove old info about
2321         lilypond-profile, add warning about needing international fonts
2322         to build docs.
2323
2324 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2325
2326         * lily/include/grob-info.hh (class Grob_info): make data member
2327         private. Changes throughout.
2328
2329         * input/regression/alignment-order.ly: new file. 
2330
2331         * lily/vertical-align-engraver.cc (acknowledge_grob): read
2332         alignAboveContext and alignBelowContext
2333
2334 2005-05-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2335
2336         * lily/pfb.cc (LY_DEFINE): add cast.
2337
2338         * scm/framework-ps.scm (write-preamble): embed CFFs if file name
2339         matches .otf
2340         (write-preamble): warn about unknown fonts.
2341
2342         * lily/pfb.cc (Module): new function ly:otf->cff
2343
2344         * lily/open-type-font.cc (get_otf_table): use ::get_otf_table
2345         (get_otf_table): new function.
2346
2347 2005-05-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2348
2349         * scm/backend-library.scm (postscript->png): call lilypond-ps2png
2350         iso. ps2png.
2351
2352 2005-05-06  Heikki Junes  <hjunes@cc.hut.fi>
2353
2354         * po/fi.po: apply second round of update.
2355
2356 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2357
2358         * scm/x11-color.scm (make-x11-color-handler): don't use
2359         #\sp. Apparently doesn't work on all platforms. 
2360
2361 2005-05-06  Graham Percival  <gperlist@shaw.ca>
2362
2363         * Documentation/user/advanced-notation.itely, putting.itely,
2364         tutorial.itely, global.itely, introduction.itely: really minor fixes.
2365
2366 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2367
2368         * VERSION (PACKAGE_NAME): release 2.5.23
2369
2370 2005-05-06  Jan Nieuwenhuizen  <janneke@gnu.org>
2371
2372         * Documentation/topdocs/AUTHORS.texi: Remove texinfo @accents,
2373         convert to utf-8.
2374
2375         * THANKS: Add translators for this release, convert to utf-8.
2376
2377         * mf/GNUmakefile (MFTRACE_FLAGS):
2378         * buildscripts/substitute-encoding.py (outdir): Build fix: pass
2379         outdir as option (WAS: hardcoded).
2380
2381 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2382
2383         * lily/staff-symbol-engraver.cc (Staff_symbol_engraver): init
2384         finished_span_
2385
2386         * THANKS: add Hans Forbrich.
2387
2388         * Documentation/topdocs/NEWS.tely (Top): document new feature.
2389
2390         * Documentation/user/basic-notation.itely (Staff symbol): document
2391         start/stop staff. Reference to ossia.ly
2392
2393         * input/test/ossia.ly: new example using stop and startStaff.
2394
2395         * lily/timing-engraver.cc: remove Timing_engraver::initialize(),
2396         in other words, don't create "|" barline at start of the score.
2397         (start_translation_timestep): don't set whichBar for start of score.
2398
2399         * input/regression/staff-halfway.ly: use new functionality.
2400
2401         * lily/staff-symbol-engraver.cc (try_music): take StaffSpanEvents,
2402         start and stop staff based on events.
2403
2404         * scm/define-music-types.scm (music-descriptions): add StaffSpanEvent
2405
2406         * ly/declarations-init.ly (startStaff, stopStaff): new identifiers.
2407
2408 2005-05-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2409
2410         * Documentation/user/programming-interface.itely (How markups work
2411         internally ): remove \encoding reference.
2412
2413 2005-05-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2414
2415         * scripts/convert-ly.py: Attempt to do a smarter update of 
2416         text markups from versions < 1.9.0 with arbitrary nesting.
2417
2418 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
2419
2420         * po/fi.po: convert to utf-8, and update.
2421
2422 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2423
2424         * make/lilypond.suse.spec.in: update from suse 2.4 package.
2425
2426         * lily/*.cc: more <? >? to min/max changes
2427
2428         * lily/include/interpretation-context-handle.hh: rename
2429         Interpretation_context_handle to Context_handle.
2430
2431 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
2432
2433         * input/regression/GNUmakefile (local_delete): use `find` together 
2434         with `xargs` to avoid too long argument-lists in cmd line.
2435
2436 2005-05-04  Graham Percival  <gperlist@shaw.ca>
2437
2438         * Documentation/user/introduction.itely: updates "About this manual".
2439
2440         * Documentation/user/advanced-notation.itely,
2441         invoking.itely: minor fixes.
2442
2443 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2444
2445         * COPYING: add font exception. Update FSF address. 
2446
2447         * lily/context-def.cc (path_to_acceptable_context): bugfix, depth
2448         should be taken without child context.
2449
2450         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use it.
2451
2452         * scm/define-markup-commands.scm (triangle): new command, as
2453         robust replacement for unicode Delta/Triangle.
2454
2455 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2456
2457         * ps/music-drawing-routines.ps: add fillp argument.
2458
2459         * lily/lookup.cc (round_filled_polygon): polygon takes filled? argument
2460
2461         * lily/font-config.cc (init_fontconfig): don't add cff/
2462
2463         * VERSION (PACKAGE_NAME): release 2.5.22
2464
2465         * mf/GNUmakefile: remove cff/cff.ps/.map install rules.
2466
2467         * lily/grace-engraver.cc (consider_change_grace_settings): use
2468         is_alias(). Fixes problem with CueVoice grace notes. 
2469
2470         * lily/simultaneous-music-iterator.cc (construct_children): call
2471         Music_iterator::quit() for iterators that start out invalid. This
2472         fixes indefinitely continuing contexts.
2473
2474         * buildscripts/substitute-encoding.py: new file
2475
2476         * Documentation/user/basic-notation.itely (Basic polyphony): fix
2477         missing @end 
2478
2479         * scripts/lilypond-book.py (write_if_updated): print file name.
2480
2481         * Documentation/user/basic-notation.itely (Explicitly
2482         instantiating voices): idem.
2483
2484         * Documentation/user/advanced-notation.itely (Text spanners):
2485         remove stray { } 
2486
2487         * lily/context.cc (default_child_context_name): the default child
2488         is now first in accepts_list_.
2489
2490         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
2491         \defaultchild to all relevant contexts.  This fixes:
2492         drums-pitch.ly.
2493
2494         (Probably also fixes similar problems with ancient
2495         transcriptions getting CueVoices instead of the desired voices.)
2496  
2497         * lily/context-def.cc (get_default_child): new function.
2498         (get_accepted): place default child in front of list.
2499
2500         * lily/parser.yy (FIXME): add DEFAULTCHILD token.
2501
2502         * lily/include/context-def.hh (struct Context_def): add
2503         default_accept_
2504
2505 2005-05-03  Graham Percival  <gperlist@shaw.ca>
2506
2507         * scm/define-grobs.scm: remove "remove-first" line, since
2508         the absent property is set to #f anyway.
2509
2510         * Documentation/user/basic-notation.itely,
2511         advanced-notation.itely, instrument-notation.itely: minor
2512         fixes.
2513
2514         * ly/property-init.ly: add textSpanner{Up,Down,Neutral}.
2515
2516         * Documentation/user/advanced-notation.itely,
2517         changing-defaults.itely: consolidate Text stuff in
2518         advanced notation.
2519
2520         * Documentation/user/global.itely: better docs for \header.
2521
2522         * Documentation/user/putting.itely: new chapter; placeholder
2523         for future expansion.
2524
2525         * Documentation/user/examples.itely: moved "suggestions for
2526         writing LP files" section into putting.itely.
2527
2528         * Documentation/user/lilypond.itely: added new chapter,
2529         fixed the short table of contents.
2530
2531 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2532
2533         * lily/beam-quanting.cc (quanting): robustness fix, don't produce
2534         infinity for unfeasible beams.
2535
2536         * make/lilypond.fedora.spec.in (Group): idem.
2537
2538         * scripts/GNUmakefile (SEXECUTABLES): rename ps2png to lilypond-ps2png
2539
2540         * mf/GNUmakefile (ALL_GEN_FILES): remove .map
2541
2542         * scm/framework-ps.scm (write-preamble): extract CFF from OTF
2543         fonts directly.
2544
2545         * buildscripts/gen-emmentaler-scripts.py (i): idem.
2546
2547         * mf/GNUmakefile: remove all CFF rules.
2548
2549         * scm/framework-ps.scm (ps-embed-cff): reinstate.
2550
2551         * lily/open-type-font-scheme.cc (LY_DEFINE):
2552         new function ly:otf-font-table-data.
2553         (LY_DEFINE): new function otf-font?
2554
2555 2005-05-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2556
2557         * mf/GNUmakefile ($(outdir)/lilypond.map): remove rule.
2558         ($(outdir)/Fontmap.lily): idem.
2559
2560         * buildscripts/gen-emmentaler-scripts.py (i): load fetaXX encoding
2561         for PFAEmmentaler-XXX.pfa. 
2562
2563         * Documentation/user/music-glossary.tely (accidental): NL
2564         translation of accidental.
2565
2566 2005-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2567
2568         * flower/include/international.hh: Bugfix: include "string.hh".
2569
2570         * lily/include/mingw-compatibility.hh: New file.
2571
2572         * flower/include/libc-extension.hh (memrev): Rename from strrev.
2573
2574         * configure.in: Search for mingw wcrtomb library.
2575
2576 2005-05-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2577
2578         * scripts/convert-ly.py: Bug fix
2579
2580         * Documentation/user/changing-defaults.itely (Common tweaks):
2581         Added example where the context has to be specified explicitly
2582         (MetronomeMark). 
2583
2584 2005-05-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2585
2586         * scripts/lilypond-book.py (ly_options): set timing to #f for
2587         notime option.
2588
2589         * scripts/convert-ly.py (conv): typo.
2590
2591         * flower/*.cc: remove <? and >?
2592         
2593         * lily/*.cc: remove <? and >?
2594
2595         * lily/tweak-registration.cc (insert_tweak_from_file): Make sure
2596         that 0x0 isn't passed into scm_cons(). Fixes crash with tweak
2597         editor.
2598
2599 2005-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2600
2601         * lily/part-combine-engraver.cc: add space to variable list.
2602
2603 2005-04-30  Graham Percival  <gperlist@shaw.ca>
2604
2605         * scm/define-grobs.scm: changed RemoveEmptyVerticalGroup's
2606         remove-first to false (matches docs)
2607
2608         * Documentation/user/advanced-notation.itely: corrected docs
2609         concerning remove-first.
2610
2611 2005-04-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2612
2613         * lily/part-combine-engraver.cc: make sure that the relevant
2614         properties are included in the documentation.
2615
2616 2005-04-28  Graham Percival  <gperlist@shaw.ca>
2617
2618         * Documentation/user/lilypond-book.itely: Bernard's docs
2619         for \betweenLilyPondSystem.
2620
2621 2005-04-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2622
2623         * Documentation/topdocs/INSTALL.texi (Top): remove TeX outdated
2624         remarks.
2625
2626 2005-04-28  Pal Benko  <benkop@freestart.hu>
2627
2628         * lily/mensural-ligature.cc (brew_flexa): apply thickness property
2629         only on vertical lines of flexa shape, and use a constant
2630         thickness value for horizontal lines (patch slightly modified by
2631         Jürgen Reuter)
2632
2633         * lily/include/mensural-ligature.hh: make 2 comments clearer
2634
2635 2005-04-28  Jürgen Reuter  <reuter@ipd.uka.de>
2636
2637         * lily/vaticana-ligature-engraver.cc (need_extra_space): renamed
2638         to need_extra_horizontal_space; bugfix: use class scope to avoid
2639         global namespace pollution
2640
2641         * Documentation/user/instrument-notation.itely (ligatures): added
2642         comment on possible future syntax change and how to work around
2643
2644         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf
2645         (epiphonus, cephalicus): fine-tune shape of plica head for narrow
2646         intervals (fixes agnus dei example)
2647
2648         * Documentation/user/instrument-notation.itely (white mensural
2649         ligatures): selected a more illustrative example
2650
2651 2005-04-28  Heikki Junes <hjunes@cc.hut.fi>
2652
2653         * Documentation/index.html.in: specify utf-8 charset in meta content.
2654
2655 2005-04-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2656
2657         * python/lilylib.py (make_ps_images): bugfixes; GS can produce
2658         empty 2nd page for single page.
2659
2660         * scm/lily.scm: remove p&c definitions.
2661
2662         * po/zh_TW.po (Module): new translation.
2663
2664         * lily/lily-guile.cc (ly_chain_assoc): remove.
2665
2666         * lily/general-scheme.cc (LY_DEFINE): export ly:chain_assoc_get
2667         (LY_DEFINE): recurse, iso. calling ly_chain_assoc.
2668
2669 2005-04-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2670
2671         * lily/beaming-info.cc: remove infinity_i
2672
2673         * scripts/abc2ly.py (out_filename): fix thinko with \version.
2674
2675 2005-04-26  Graham Percival  <gperlist@shaw.ca>
2676
2677         * Documentation/user/basic-notation.itely,
2678         instrument-notation.itely, advanced-notation.itely,
2679         changing-defaults.itely: minor fixes.  Added docs
2680         for colors to advanced-notation.itely.
2681
2682         * Documentation/user/advanced-notation.itely: fixed compile
2683         problem and added Bernard's x11-color doc patch.
2684
2685 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2686
2687         * scm/output-ps.scm (grob-cause): Yet another fix, hope it's
2688         alright this time round.
2689
2690 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2691
2692         * Documentation/topdocs/INSTALL.texi (Top): idem.
2693
2694         * Documentation/topdocs/README.texi (Top): remove clean-fonts refs.
2695
2696         * VERSION (MAJOR_VERSION): release 2.5.21
2697
2698         * scm/output-ps.scm (grob-cause): bugfix.
2699
2700 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2701
2702         * cygwin/*: Update.
2703
2704         * cygwin/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Remove profile
2705         stuff.
2706
2707         * scm/output-ps.scm (grob-cause): Bugfix.
2708
2709         * scm/lily.scm (ly:load): Remove x11-color.
2710
2711         * stepmake/aclocal.m4 (STEPMAKE_GET_EXECUTABLE): Bugfix: do not
2712         quote executable, fixes getting version from program --with
2713         --options.
2714         (STEPMAKE_KPATHSEA): Bugfix for Cygwin cross building: use
2715         $ac_exeect.
2716
2717         * Documentation/user/GNUmakefile: Only build music-glossary with
2718         rendered lilypond snippets during web.
2719
2720 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2721
2722         * po/de.po: update.
2723
2724         * lily/GNUmakefile (OUT_DIST_FILES): don't dist lexer.cc
2725
2726 2005-04-22  Laura Conrad <lconrad@laymusic.org>
2727  
2728         * scripts/abc2ly:
2729         second title line append with punctuation dash character;
2730         encode abc2ly python strings in utf-8
2731        
2732 2005-04-21  Laura Conrad <lconrad@laymusic.org>
2733
2734         * scripts/abc2ly fix chords (again)
2735  
2736 2005-04-22  Bernard Hurley  <bernard@fong-hurley.org.uk>
2737
2738         * scm/x11-color.scm: new file
2739         All x11 color names can be accessed with:
2740         #(x11-color 'ColorName),
2741         #(x11-color "ColorName") or:
2742         #(x11-color "color name")
2743         If the x11 color name is not recognised then it defaults
2744         to black
2745
2746         * scm/lily.scm: amended to call scm/x11-color.scm
2747
2748 2005-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2749
2750         * Documentation/user/invoking.itely (Reporting bugs): comment out
2751         reference to online PNG bug repository.
2752
2753 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
2754
2755         * lily/translator-scheme.cc (ly:translator-property): Remove.
2756         Update callers.
2757
2758         * lily/context-scheme.cc (ly:context-now): Move from translator.
2759         Update callers.
2760
2761 2005-04-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2762
2763         * input/regression/grid-lines.ly (skips): refine example.
2764
2765         * scm/define-context-properties.scm
2766         (all-user-translation-properties): doc autoBeamCheck
2767
2768         * input/regression/grid-lines.ly (Module): new file.
2769
2770         * lily/grid-point-engraver.cc (Module): new file.
2771
2772         * lily/grid-line.cc (Module): new file.
2773
2774         * lily/grid-line-span-engraver.cc (Module): new file.
2775
2776         * lily/grid-line-interface.cc (Module): new file.
2777
2778 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
2779
2780         * scm/auto-beam.scm (revert-property-setting): Bugfixes: add
2781         missing parameter, actualy cdr through list.  Actually return a
2782         list with ENTRY removed (was '()).
2783
2784         * scripts/convert-ly.py: Update.  Print warning if file cannot be
2785         opened.
2786         (do_conversion): Fix printing of continuation comma.
2787
2788         * Documentation/user/advanced-notation.itely (Beam formatting):
2789         Remove refbugs about compound time and mixed duration.
2790
2791         * scm/auto-beam.scm (default-auto-beam-settings): Write out all
2792         modulo moments explicitely.
2793
2794         * lily/moment.cc (operator %): New function.
2795
2796         * lily/moment-scheme.cc (ly:mod-moment): Wrap it.
2797
2798         * lily/translator-scheme.cc (ly:translator-now,
2799         ly:translator-property): New function.
2800
2801         * scm/auto-beam.scm (default-auto-beam-check): New function.
2802
2803         * lily/auto-beam-engraver.cc (test_moment): Use it.
2804
2805         * flower/rational.cc (operator %): Bugfix.
2806
2807 2005-04-21  Erik Sandberg  <ersa9195@student.uu.se>
2808
2809         * scripts/abc2ly: Bugfix
2810
2811 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2812
2813         * python/fontextract.py (write_extracted_fonts): bugfix, too many
2814         %'s on EndFont comment.
2815
2816         * lily/ledger-line-spanner.cc: some more words of explanation.
2817
2818 2005-04-20  John Williams <williams@tni.com>  
2819         
2820         * scripts/lilypond-book.py: htmlquote bugfix.
2821         Allow snippets to be given distinct filenames.
2822         Allow the default alt text to be overridden.
2823
2824 2005-04-20  Erik Sandberg  <ersa9195@student.uu.se>
2825
2826         * ly/performer-init.ly: Bugfix
2827
2828         * THANKS: Added bughunters.
2829
2830 2005-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
2831
2832         * SConstruct (test_lib): Bump mftrace requirement to 1.1.9.
2833
2834         * lily/auto-beam-engraver.cc (test_moment): Test exact measure
2835         position (was: use modulo measure length).
2836
2837         * configure.in (no gui_b): Remove optional gtk+ requirement.
2838
2839 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2840
2841         * Documentation/user/basic-notation.itely (Pitches): add
2842         LedgerLineSpanner.
2843
2844         * lily/dynamic-engraver.cc (process_music): set right bound to
2845         script if present. Else, do not set.
2846         (acknowledge_grob): only set right bound of finished spanner to
2847         note column if no other bound is set.
2848
2849         * python/lilylib.py (make_ps_images): switch back to png16m.
2850         
2851 2005-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2852
2853         * scripts/lilypond-book.py (write_if_updated): Bugfix for not
2854         writing up to date file.  Add dvips usage suggestion.
2855
2856         * scripts/convert-ly.py: Fix error message.
2857         Print usage if no files on command line.
2858         (usage): Add example usage.
2859
2860         * input/test/compound-time.ly: New file.
2861
2862         * input/test/circle.ly: New file.
2863
2864         * Documentation/topdocs/NEWS.tely: Use them.
2865
2866         * input/test/boxed-stencil.ly: Remove \score.
2867
2868         * buildscripts/mf-to-table.py (base): Add .log dependency.
2869
2870         * mf/GNUmakefile: Add PFAemmentaler and PFAaybabtu dependencies on
2871         pfa's.  Add .log dependency
2872
2873         * scm/define-markup-commands.scm (lower): New command.
2874
2875         * elisp/lilypond-mode.el (LilyPond-pdf-command): New command,
2876         make it default.
2877
2878 2005-04-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2879
2880         * lily/dynamic-engraver.cc (acknowledge_grob): add note-column
2881         also to finished cresc as right bound. This fixes:
2882         skip-string-decresc.ly
2883
2884         * lily/slur-scoring.cc (get_bound_info): robustness: substitute
2885         relative_coordinate if extent is empty.
2886
2887         * lily/stem.cc (width_callback): determine correct extent if flag
2888         is not there. This fixes slur-no-flag.ly
2889
2890         * lily/grace-engraver.cc (consider_change_grace_settings): new
2891         function.
2892         (initialize): also consider_change_grace_settings() on
2893         initialization. Fixes large grace notes at start of score.
2894
2895         * lily/break-align-interface.cc (do_alignment): don't translate if
2896         total_extent is empty.
2897
2898         * buildscripts/lilypond-{login,profile}.sh (Module): remove file.
2899
2900 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2901
2902         * scm/output-ps.scm (grob-cause): don't add cwd if path starts
2903         with slash.
2904
2905 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2906
2907         * stepmake/aclocal.m4: Remove tfm_path.
2908
2909 2005-04-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2910
2911         * scm/music-functions.scm (markup-expression->make-markup): fix
2912         bug with cons arguments of markup commands.
2913         (music->make-music): fix music expression property list building
2914
2915 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2916
2917         * aclocal.m4: Massage package names.
2918
2919         * SCons updates.
2920
2921 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2922
2923         * VERSION (PACKAGE_NAME): release 2.5.20
2924
2925         * lily/stem.cc (calc_stem_info): add minimum Y extent of
2926         stem-tremolo.  Fixes: bugs/tremolo-stem-length-beamed
2927
2928         * lily/percent-repeat-engraver.cc (try_music): add measure before
2929         next_moment to future processing moment. Fixes:
2930         percent-repeat-mm-rest.ly
2931         (process_music): don't add moment for 2nd time.
2932
2933         * input/regression/repeat-percent.ly: add mmrests as extra test.
2934
2935         * lily/axis-group-engraver.cc (acknowledge_grob): read
2936         keepAliveInterfaces to decide what to kill.
2937
2938         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add
2939         percent-repeat-interface to keepAliveInterfaces. This fixes
2940         percent-repeat-harakiri.
2941
2942 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2943
2944         * SCons updates.
2945
2946 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2947
2948         * config.make.in (TTFTOOL_ENDIAN): rm TFM_PATH
2949
2950         * aclocal.m4: remove --enable-tfm-path configure option
2951
2952         * input/test/ancient-font.ly (lowerStaff): clef name errors.
2953
2954         * scm/backend-library.scm (postscript->png): newline after
2955         finishing command.
2956
2957         * lily/paper-score-scheme.cc (LY_DEFINE): new file.
2958         (LY_DEFINE): ly:paper-score-paper-systems: new function 
2959
2960         * lily/score-scheme.cc (LY_DEFINE): require music argument. 
2961
2962         * lily/score.cc (default_rendering): use Music_output too.
2963
2964         * input/test/chord-names-languages.ly (Module): rename file.
2965
2966         * lily/text-spanner.cc: add bound-padding.
2967
2968         * lily/paper-book.cc (systems): accept Paper_score
2969         iso. Paper_system vector. 
2970
2971         * input/regression/line-arrows.ly: new file.
2972
2973         * lily/paper-score.cc (process): run get_paper_systems() only once.
2974
2975         * lily/line-spanner.cc (line_stencil): add arrows.
2976
2977 2005-04-18  Jonatan Liljedahl  <lijon@kymatica.com>
2978
2979         * lily/line-interface.cc (make_arrow): new function. 
2980         (arrows): idem.
2981
2982 2005-04-18  Mathieu Giraud  <magiraud@free.fr>
2983
2984         * input/test/chord-names-german.ly: update for italian/french
2985         chords.
2986         
2987         * Documentation/user/instrument-notation.itely (Printing chord
2988         names): update.
2989
2990 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2991
2992         * lily/include/paper-score.hh (class Paper_score): remove unused
2993         prototypes.
2994
2995         * lily/book.cc (process): add -COUNT to midi output.
2996
2997         * lily/score.cc (book_rendering): remove outname argument
2998         (book_rendering): return list of Music_outputs. 
2999
3000         * lily/global-context-scheme.cc (LY_DEFINE): remove outname argument.
3001
3002         * lily/book.cc (process): loop over Music_outputs returned from
3003         Score::book_rendering().
3004
3005         * lily/*.cc (width_callback): remove spurious "unused" warnings
3006         for assert (axis==[XY]_AXIS); 
3007
3008         * lily/include/music-output.hh (class Music_output): smobify class.
3009
3010         * lily/include/paper-score.hh (class Paper_score): make members
3011         private.
3012
3013         * lily/performance.cc (process): return #f iso. #<undefined>. This
3014         prevents #<undefined> leaking into GUILE-userspace.
3015
3016 2005-04-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3017
3018         * config.hh.in: remove HAVE_PANGO_FC_FONT_MAP_ADD_DECODER_FIND_FUNC.
3019
3020 2005-04-17  Mathieu Giraud  <magiraud@free.fr>
3021
3022         * scm/chord-name.scm : support for italian and french
3023         chords names.
3024
3025         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): add
3026         a space defined by chordPrefixSpacer when the root name is
3027         direclty followed by a prefix.
3028
3029         * ly/engraver-init.ly : chordPrefixSpacer       
3030         * scm/define-context-properties.scm : chordPrefixSpacer
3031         * ly/property-init.ly : italianChords, frenchChords 
3032
3033 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
3034
3035         * mf/feta-din.mf: Remove.
3036
3037         * mf/GNUmakefile (fontdir): Bugfix.
3038
3039         * mf/SConstruct: Some updates.
3040
3041         * SConstruct: Require pkg-config.
3042         (test_program): Bugfix for double digit version compares, use
3043         integer (not string-) compare.
3044         Optionally require gs 8.14.
3045
3046         * stepmake/aclocal.m4 (STEPMAKE_PANGO_FT2): Define HAVE_PANGO16 too.
3047
3048         * lily/*: s/ifdef HAVE_*/if have/.
3049
3050         * SConstruct (test_lib): New function.  Update pkg-config and some
3051         other requirements.
3052
3053         * configure.in: Require pkg-config.  Enforce REQUIRE and version for
3054         freetype, pangof2t.
3055
3056 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3057
3058         * po/lilypond.pot, ...: Update using bison-CVS.
3059
3060         * python/lilylib.py (make_ps_images): Fixo.
3061
3062 2005-04-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3063
3064         * python/lilylib.py (make_ps_images): typo.
3065
3066         * configure.in (gui_b): make bison optional.
3067
3068         * lily/GNUmakefile (OUT_DIST_FILES): dist parser and lexer.
3069
3070 2005-04-16  Bernard Hurley  <bernard@fong-hurley.org.uk>
3071
3072         * framework-eps.scm: code added so that a macro \betweenLilyPondSystem
3073         with one parameter can be defined in a LaTeX file when processed
3074         by lilypond-book this will be evaluated between the systems of
3075         a multi-system score. The parameter is the number of systems processed.
3076
3077 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3078
3079         * python/lilylib.py (make_ps_images): Escape newline.
3080
3081         * Documentation/user/music-glossary.tely: Run
3082         texinfo-all-menus-update.
3083
3084 2005-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3085
3086         * scm/lily-library.scm (old-relative-not-used-message)
3087         (version-not-seen-message): Add input-file-name-location to message.
3088
3089         * lily/parser.yy (lilypond): Add token aliases.
3090
3091         * Documentation/user/music-glossary.tely (accidental): Fixes.  Do
3092         not confuse with alteration.
3093         (alteration): Add.
3094
3095 2005-04-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3096
3097         * python/lilylib.py (make_ps_images): use -dEPSCrop
3098
3099         * VERSION (PACKAGE_NAME): release 2.5.19 
3100
3101         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
3102         only put xrefs in info documentation.
3103
3104         * make/ly-rules.make ($(outdir)/%.html.omf): transplant .dvi ->
3105         .pdf rule to tex-rules.make.
3106
3107         * scm/framework-eps.scm (dump-stencils-as-EPSes): remove comments
3108         from -systems.* output.
3109
3110         * stepmake/stepmake/tex-rules.make ($(outdir)/%.pdf): make PDF
3111         directly, remove -$(PAGESIZE) target.
3112
3113         * input/test/embedded-postscript.ly: update.
3114
3115 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3116
3117         * make/lysdoc-targets.make (local-WWW): remove ps.gz target.
3118
3119         * Documentation/user/changing-defaults.itely (Font selection):
3120         document font-name.
3121
3122         * input/regression/font-name.ly: show Pango fonts for
3123         font-name. Update example. 
3124
3125         * lily/pango-select.cc (properties_to_pango_description): don't
3126         convert symbol font-size to number, but use to lookup.
3127
3128         * python/fontextract.py (write_extracted_fonts): add VMusage 0.
3129
3130         * scm/framework-ps.scm (write-preamble): use (NAME . CONTENTS) and
3131         (NAME . FILE-NAME) tuples for font descriptions. 
3132         (write-preamble): display BeginFont DSC comments.
3133
3134         * python/fontextract.py (write_extracted_fonts): new file. Extract
3135         font resources from a PS file.
3136
3137         * scripts/lilypond-book.py (option_definitions): --psfonts option.
3138         (Compile_error.process_include): do_file returns chunks.
3139
3140         * make/ly-vars.make (DVIPS_FLAGS): don't load .map file.
3141
3142         * make/lysdoc-targets.make: .texi is .PRECIOUS
3143
3144         * scripts/lilypond-book.py (write_if_updated): new function.
3145
3146 2005-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3147
3148         * scm/framework-eps.scm (dump-stencils-as-EPSes): Massage messages.
3149
3150 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3151
3152         * scm/framework-eps.scm (dump-stencils-as-EPSes): no massages.
3153
3154         * input/regression/markup-syntax.ly: remove \score.
3155
3156         * scm/define-markup-commands.scm (draw-circle): add fill argument
3157
3158         * scm/stencil.scm (make-circle-stencil): add fill argument
3159
3160         * ps/music-drawing-routines.ps: add fill argument.
3161
3162         * ly/performer-init.ly: add CueVoice to MIDI too.
3163
3164         * ps/music-drawing-routines.ps: new routine BeginEPSF /
3165         EndEPSF.
3166
3167         * input/regression/markup-eps.ly: new file.
3168
3169         * scm/framework-ps.scm (write-preamble): change order: vars should
3170         be inited before procedures.
3171
3172         * scm/output-ps.scm (glyph-string): break lines. 255 chars is max
3173         for EPS files.
3174
3175         * scm/define-markup-commands.scm (epsfile): add epsfile command.
3176
3177 2005-04-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3178
3179         * configure.in (gui_b): add check for ghostscript 8.15
3180
3181 2005-04-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3182
3183         * lily/hairpin.cc (after_line_breaking): suicide the hairpinlet at
3184         start of line. Fixes cresc-after-newline.ly
3185
3186         * lily/source-file.cc (file_line_column_string): use get_column().
3187
3188 2005-04-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3189
3190         * lily/source-file.cc (get_column): utf-8 support for column numbers.
3191
3192 2005-04-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3193
3194         * lily/*: use message () iso progress_indication () for messages.
3195         Revise/uniformise user messages.
3196
3197         * flower/warn.cc (progress_indication): New function.
3198         (message): Use it.  Fixes newline problems.
3199
3200         * config.make.in (webdir): Sort out install dirs.
3201
3202         * stepmake/stepmake/generic-targets.make (final-install): Bugfix.
3203
3204         * python/lilylib.py (command_name): Bugfix.
3205         (make_ps_images):
3206
3207 2005-04-11  Pedro Kroger  <kroeger@pedrokroeger.net>
3208
3209         * lily/main.cc: --help says what types of backends are availabe
3210
3211 2005-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3212
3213         Fix ./VERSION dependency, and without need to reconfigure.
3214
3215         * lily/main.cc (setup_paths): Update.
3216
3217         * stepmake/bin/make-version.py (defs): Add TOPLEVEL_VERSION define..
3218
3219         * config.hh.in (LILYPOND_DATADIR): Remove TOPLEVEL_VERSION.
3220
3221         * scripts/convert-ly.py (\markup): Fix too simplistic regexps.
3222         Add \line for some simplistic cases.
3223
3224         * lily/GNUmakefile (main.o): Add missing dependency on version.hh.
3225
3226 2005-04-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3227
3228         * elisp/lilypond-mode.el (LilyPond-lilypond-command): command used
3229         to compile LY files (useful for adding eg. "-I" args)
3230         (LilyPond-command-alist): use `LilyPond-lilypond-command'. Add a
3231         2Gnome command for gnome backend.
3232         (LilyPond-command-formatgnome): call the 2Gnome command. key
3233         binding: C-c C-g
3234
3235 2005-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3236
3237         * Documentation/user/GNUmakefile (lilypond/index.html): Bugfix:
3238         depend on all PNG images.
3239
3240 2005-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3241
3242         * GNUmakefile.in: Bugfix: also link .map files.
3243
3244 2005-04-09  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3245
3246         * scm/music-functions.scm (music->make-music): generate 
3247         a (make-music ...) sexpr from a music expression.
3248         (display-scheme-music): use guile pretty printer to display the
3249         make-music sexpr.
3250
3251 2005-04-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3252
3253         * ly/engraver-init.ly: reindent.
3254         Add CueVoice.
3255
3256         * scm/music-functions.scm (music-pretty-string): handle moments
3257         too.
3258         (music-pretty-string): only print non-empty lists.
3259         (cue-substitute): create CueVoice context, which has smaller type.
3260
3261         * lily/moment-scheme.cc (LY_DEFINE): new methods
3262         ly:moment-grace-{numerator,denominator}
3263
3264         * lily/context-handle.cc: remove quit() method. 
3265
3266         * lily/font-config.cc (init_fontconfig): be verbose about font path.
3267         (init_fontconfig): success is 0, not !0
3268
3269 2005-04-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3270
3271         * mf/feta-nummer-code.mf (code): add plus glyph.
3272
3273         * lily/tie.cc (print): idem.
3274
3275         * lily/slur.cc (print): don't use thickness property for
3276         slur shape-thickness.
3277
3278         * lily/stencil-scheme.cc (LY_DEFINE): don't reverse the order
3279         while adding stencils.
3280
3281         * scm/define-markup-commands.scm (with-color): with-color markup
3282         command.
3283         (whiteout): new markup command 
3284         (filled-box): new markup command
3285
3286 2005-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3287
3288         * Documentation/topdocs/NEWS.tely (Top): Make tex-able.  Handy
3289         test for PDF docs.
3290
3291         * mf/GNUmakefile (lilypond.map): Add PFAEmmentaler,
3292         PFAAybabtu-Regular.  Fixes feta font in PDFs.
3293         
3294         Notes for tetex-3.0 make web:
3295            psclean.map: s/uhv8a/uhvr8a/
3296            config.ps add:
3297                 p +psfonts_t1.map
3298                 p +psclean.map
3299                 p +typeface.map
3300
3301 2005-04-06  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3302
3303         * scm/music-functions.scm (music-pretty-string): fix bug with
3304         string argument.
3305
3306 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
3307
3308         * stepmake/bin/add-html-footer.py (i18n): Bugfix.
3309
3310 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3311
3312         * scripts/lilypond-book.py (Lilypond_snippet.__init__): 
3313         only process options if they're there.
3314         (write_file_map): add version-seen? to snippet-map.ly
3315
3316 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
3317
3318         * scripts/lilypond-book.py (split_options): Bugfix.  Small code
3319         formatting cleanups.
3320
3321         * mf/GNUmakefile: Rewrite $addprefix, $addsuffix using % short-forms.
3322         Add PFAaybabtu.pfa dependency on aybabtu.subfonts.
3323
3324 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3325
3326         * scm/framework-ps.scm (ps-font-command): don't hash, just use
3327         name directly.
3328
3329         * lily/main.cc (setup_paths): either add mf/out to search path or 
3330         fonts/{otf,type1,etc}
3331         
3332         * lily/font-config.cc (init_fontconfig): either add mf/out to
3333         FontConfig or fonts/{otf,type1,etc}
3334
3335         * GNUmakefile.in: don't put mf/ link in share/ dir.
3336
3337         * lily/staff-spacing.cc: move same-direction-correction to
3338         note-spacing-interface
3339
3340         * scm/lily.scm (lilypond-main): use variable argument count for
3341         exception handler.
3342
3343         * lily/font-config.cc (init_fontconfig): add operator pacification
3344         message.
3345
3346         * mf/aybabtu.pe.in (i): generate PFAAybabtu.pfa
3347
3348         * buildscripts/gen-emmentaler-scripts.py (i): generate
3349         PFAEmmentaler as well.
3350
3351         * scm/framework-ps.scm (munge-lily-font-name): new function
3352         (write-preamble): hack: insert PFA equivalent of CFF into
3353         .PS. This makes LilyPond output printable on normal PS printers
3354         again.
3355
3356         * buildscripts/gen-emmentaler-scripts.py (i): generate
3357         PFAEmmentaler.pfa aswell.
3358
3359 2005-04-06  John Williams <williams@tni.com>  
3360         
3361         * scripts/lilypond-book.py: refactor the compose_ly procedure.
3362         
3363 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3364
3365         * scm/page-layout.scm (default-page-make-stencil): always combine
3366         the header stencil, even if empty. This prevents the body text to
3367         reach up to the margins.
3368
3369         * po/rw.po (Module): new file, for Kinyarwanda.
3370
3371         * input/test/spacing-optical.ly (Module): new file.
3372
3373         * lily/staff-spacing.cc: add same-direction-correction
3374
3375 2005-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3376
3377         * Documentation/user/introduction.itely (Engraving): Comment-out
3378         non-existent file.
3379
3380 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3381
3382         * scm/define-grob-properties.scm (all-user-grob-properties): add
3383         same-direction-correction
3384
3385         * VERSION: release 2.5.18
3386
3387 2005-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3388
3389         * lily/grob.cc (mark_smob): Check pscore->layout_ before
3390         dereferencing.  Fixes make web.
3391
3392         * lily/midi-stream.cc: Handle unwritable midi file.  Include
3393         errno.h.
3394
3395         * Documentation/user/: Fix links.
3396
3397 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3398
3399         * lily/text-interface.cc (Module): rename from text-item.cc
3400
3401         * input/regression/apply-output.ly (texidoc): function naming fix.
3402
3403         * lily/time-signature-performer.cc (derived_mark): new function.
3404
3405         * lily/lily-parser-scheme.cc:  print mapped file name for progress
3406
3407         * scripts/lilypond-book.py (find_linestarts): new function.
3408         (find_toplevel_snippets): keep track of line numbers.
3409
3410         * lily/key-performer.cc (try_music): remove FIXME warning, gobble
3411         all key changes.
3412
3413         * ly/declarations-init.ly (partCombineListener): use
3414         ignoreBarChecks. Fixes: warn-partcombine-barcheck.ly
3415
3416         * lily/bar-check-iterator.cc (process): ignoreBarChecks property.
3417
3418 2005-04-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3419
3420         * lily/text-item.cc: Fix link.
3421
3422         * Documentation/user/changing-defaults.itely (Changing defaults):
3423         Fix programs reference links.
3424
3425         * Documentation/user/music-glossary.tely: Convert to utf-8.
3426
3427 2005-04-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3428
3429         * make/lilypond-vars.make: remove TEXMF from variables.
3430         remove DEB_BUILD pk font variables.
3431         remove GUILE_LOAD_PATH
3432         remove TeX memory vars.
3433
3434 2005-04-04  Werner Lemberg  <wl@gnu.org>
3435
3436         * lilypond/scm-option.cc (ly_option_usage): Add final newline.
3437
3438 2005-04-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3439
3440         * ps/lilyponddefs.ps: remove reencode-font
3441
3442         * lily/simple-spacer.cc (add_columns): also compare
3443         directly. Column rank doesn't distinguish between broken and
3444         unbroken columns. This fixes large spaces before time sig changes.
3445
3446         * Documentation/user/point-and-click.itely: document ly:set-option.
3447
3448         * lily/grob.cc (get_uncached_stencil): only set grob-cause if
3449         point_and_click_global is set.
3450
3451         * lily/scm-option.cc (LY_DEFINE): add point-and-click
3452         ly:set-option argument.
3453
3454 2005-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3455
3456         * GNUmakefile.in: Include symlinks in webball.
3457
3458         * Documentation/user/GNUmakefile (source-links): Add symlinks to
3459         source dir for split and non-split manuals.
3460
3461         * Documentation/user/*y: Fix @uref/@inputfile links for
3462         split/non-split HTML documents.
3463
3464         * Documentation/user/GNUmakefile (local-WWW): Do not generate
3465         .ps.gz.
3466         
3467 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3468
3469         * GNUmakefile.in: Add newline.
3470
3471 2005-04-01  Erlend Aasland  <erlenda@gmail.com>
3472
3473         * tex/lilyponddefs.tex: use color instead of xcolor
3474         * scm/output-tex.scm: minor editing
3475
3476 2005-04-02  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3477
3478         * scm/music-functions.scm (display-scheme-music): pretty printer
3479         for music expressions.
3480
3481 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3482
3483         * buildscripts/install-info-html.sh (index_file): Fix link.
3484
3485 2005-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3486
3487         * input/test/dynamic-extra.ly (piuf): Use utf-8 iso TeX accent.
3488
3489         * Documentation/index.html.in: Add size estimates with some big pages.
3490
3491         * Documentation/user/tutorial.itely (Running LilyPond for the
3492         first time): Add/replace some @rglos links.  TODO: add more
3493         @rglos links in tutorial, test non-intrusiveness (.css).
3494
3495         * stepmake/bin/add-html-footer.py (do_file): Remove info's
3496         annoying's indication of referencing external document.
3497
3498         * Documentation/user/GNUmakefile: Split version of glossary too.
3499         * Documentation/user/macros.itexi (@rglos): Have makeinfo produce
3500         links, not only for html.
3501
3502         * Documentation/user/introduction.itely: Fix some links for other
3503         than html, do not use `here' as link name.
3504
3505 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
3506
3507         * scm/documentation-generate.scm (string-append): Fix @usermanref,
3508         @glossaryref.
3509
3510 2005-03-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3511
3512         * scm/page-layout.scm (default-page-make-stencil): only add header
3513         if existing and not empty. Fixes spurious programming error.
3514
3515         * lily/span-bar.cc (print): don't make rounded edges for spanbars.
3516
3517 2005-03-31  Erlend Aasland  <erlenda@gmail.com>
3518
3519         * scm/output-tex.scm: implement {re,}setcolor
3520         * tex/lilyponddefs.tex: use color package
3521
3522 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
3523
3524         * GNUmakefile.in (local-WWW-post): Restore .htaccess and .html
3525         additions to website.
3526
3527         * Documentation/user/lilypond.tely: Remove reference to ps.gz.
3528
3529         * Documentation/user/macros.itexi: Fix @usermanref html links in
3530         split documents: use @inforef.
3531
3532 2005-03-30  Graham Percival  <gperlist@shaw.ca>
3533
3534         * Documentation/user/programming-interface.itely: minor fix.
3535
3536         * Documentation/user/advanced-notation.itely: added info to
3537         Metronome markings.
3538
3539 2005-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3540
3541         * scm/output-lib.scm (make-stencil-boxer): Junk code duplication,
3542         use box-stencil.  Remove y-padding argument.
3543         (make-stencil-circler): New function.
3544
3545         * buildscripts/lilypond-words.py (F): 
3546         * elisp/SConscript (a): 
3547         * elisp/GNUmakefile (LILYPOND_WORDS_DEPENDS):
3548         * vim/SConscript (a): 
3549         * vim/GNUmakefile (LILYPOND_WORDS_DEPENDS): Update.
3550
3551         * lily/general-scheme.cc: Build fix.
3552
3553         * scm/markup.scm:
3554         * input/regression/markup-scheme.ly: 
3555         * input/regression/markup-syntax.ly: Drop 'new-' from name.
3556
3557         * scm/stencil.scm (make-circle-stencil): New function.
3558
3559         * scm/define-markup-commands.scm (draw-circle): Use it.  New
3560         name (was cicle).  Update callers.
3561         (circle): New markup command, similar to box.
3562
3563         * scm/stencil.scm (circle-stencil): New function.
3564
3565 2005-03-29  David Jedlinsky  <lilypond@ipnh.com>
3566
3567         * configure.in: Detect libutf8/wchar.h variant.
3568
3569         * stepmake/aclocal.m4: Modify shared size test.
3570
3571 2005-03-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3572
3573         * make/lilypond.fedora.spec.in (Group): remove texmf profile stuff.
3574
3575 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3576
3577         * scripts/convert-ly.py (conv): add stencil-aligned-to! rule.
3578         
3579         * VERSION (PACKAGE_NAME):  release 2.5.17
3580
3581 2005-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3582
3583         * scm/backend-library.scm (postscript->png): Fix comment and png
3584         message.
3585
3586         * GNUmakefile.in (link-tree): Fix locales.
3587
3588 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3589
3590         * lily/stencil-scheme.cc (LY_DEFINE): change to
3591         ly:stencil-aligned-to, non mutating.
3592
3593         * scm/safe-lily.scm (lambda): remove ly:stencil-set-extent!
3594
3595         * lily/stencil-scheme.cc: remove ly:stencil-set-extent!
3596
3597         * lily/quote-iterator.cc (derived_mark): call
3598         Music_wrapper_iterator::derived_mark() too.
3599
3600         * lily/grace-engraver.cc (derived_mark): change signature, add
3601         const.
3602
3603 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3604
3605         * SConstruct (symlink): 
3606         * GNUmakefile.in (link-tree): Add scripts to prefix.
3607
3608         * lily/general-scheme.cc (ly:effective-prefix): New function.
3609
3610         * scm/backend-library.scm (postscript->png): Use it.
3611
3612 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3613
3614         * lily/paper-score.cc (process): don't delete grobs after
3615         producing stencils. 
3616
3617         * scm/part-combiner.scm (determine-split-list): switch off
3618         debugging info.
3619
3620         * scm/backend-library.scm (postscript->png): explicitly use ps2png.py
3621         if available.
3622
3623         * scm/define-context-properties.scm
3624         (all-user-translation-properties): add stringNumberOrientations.
3625
3626         * lily/new-fingering-engraver.cc (position_scripts): make generic,
3627         so fingering and string-numbers are separately controlled.
3628
3629 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3630
3631         * stepmake/aclocal.m4: Fix shared size test: add missing comma, do
3632         not use debugging.
3633
3634 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3635
3636         * GNUmakefile.in (local-WWW-post): remove UTF8 .htaccess.
3637
3638         * config.hh.in: add HAVE_FONTCONFIG.
3639
3640         * Documentation/user/instrument-notation.itely (String number
3641         indications): new node.
3642
3643         * input/regression/new-markup-syntax.ly (texidoc): add circle.
3644
3645         * lily/new-fingering-engraver.cc (add_string): new function. 
3646         (acknowledge_grob): accept string-number-event as well.
3647
3648         * scm/define-markup-commands.scm (circle): new markup command.
3649
3650         * scm/output-lib.scm (print-circled-text-callback): new function.
3651
3652         * lily/GNUmakefile: move ifeq after include stepmake.make.
3653
3654 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3655
3656         * config.make.in (HAVE_LIBKPATHSEA_SO):
3657         * stepmake/aclocal.m4: Also subst HAVE_LIBKPATHSEA_SO.
3658
3659         * lily/GNUmakefile (MODULE_LDFLAGS): Only if not HAVE_KPATHSEA_SO,
3660         add KPATHSEA_LIBS.
3661
3662         * debian/watch: 
3663         * debian/control: Update.
3664
3665 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3666
3667         * input/test/title-markup.ly (spaceTest): remove.
3668
3669         * input/test/embedded-tex.ly (Module): remove.
3670
3671         * input/test/music-box.ly: use 'name property, not ly:music-name.
3672
3673         * lily/GNUmakefile (MODULE_LDFLAGS): add KPATHSEA_LIBS.
3674
3675         * stepmake/aclocal.m4: STEPMAKE_FONTCONFIG: add.
3676
3677 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3678
3679         * Documentation/topdocs/INSTALL.texi (Top): Remove information
3680         about xdeltas.  Add information about CVS.
3681
3682         * scm/lily.scm (lilypond-main): Fix invocation of handler,
3683         gracefully handle failed files.
3684
3685         * lily/GNUmakefile (MODULE_LDFLAGS): Remove KPATHSEA_LIBS.
3686
3687         * Documentation/topdocs/INSTALL.texi (Top): Whitespace and other
3688         small fixes.
3689
3690         * scm/framework-tex.scm (convert-to-ps): Proper option spacing.
3691         No unnecessarily specific i18n messages.  Remove stray `1'.
3692
3693 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3694
3695         * buildscripts/lys-to-tely.py (strip_extension): add utf-8
3696         documentencoding
3697
3698         * scm/documentation-lib.scm (texi-file-head): set utf-8
3699         documentencoding.
3700
3701         * ly/chord-modifiers-init.ly (whiteTriangleMarkup): use the greek
3702         Delta, not the Symbol one. 
3703
3704         * mf/GNUmakefile ($(outdir)/lilypond.map): add -Regular to Aybabtu
3705         for the .map file.
3706
3707         * Documentation/topdocs/INSTALL.texi (Top): add running
3708         requirement as compilation requirement.
3709
3710 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3711
3712         * buildscripts/mutopia-index.py (headertext): add h1 header and
3713         utf-8 charset meta field.
3714
3715         * input/GNUmakefile: prune example list.
3716
3717         * scm/framework-tex.scm (convert-to-ps): add -ofoo.ps to dvips
3718         options.
3719
3720         * lily/slur-scoring.cc (get_base_attachments): only look at stem
3721         extent for visible stems.
3722
3723         * lily/grob.cc (mark_smob): mark \layout block from Grob::mark_smob().
3724
3725 2005-03-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3726
3727         * Documentation/topdocs/INSTALL.texi (Top): Updates.
3728
3729         * scripts/convert-ly.py: Python 2.2 compatibility (thanks Mats).
3730
3731 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3732
3733         * lily/slur-scoring.cc (get_base_attachments): robustness. Don't
3734         pass inf/nan into slur scoring.
3735
3736         * ly/titling-init.ly (oddHeaderMarkup): don't show page no. on 1st
3737         page.
3738
3739         * scripts/abc2ly.py (dump_voices): use alphabet().
3740
3741 2005-03-27  Jeff Smith <whydoubt@yahoo.com>
3742         
3743         * mf/GNUmakefile (depth): use $(FONTFORGE). 
3744
3745 2005-03-27 Matthias Neeracher <neeracher@mac.com>
3746         
3747         * flower/include/virtual-methods.hh: simplify. Patch by
3748
3749 2005-03-25  John Williams <williams@tni.com>  
3750
3751         * scripts/lilypond-book.py (main): add png for HTML too, guess
3752         only if necessary. 
3753
3754 2005-03-25  Graham Percival  <gperlist@shaw.ca>
3755
3756         * Documentation/topdocs/INSTALL.texi: now recommends
3757         lexer-gcc-3.1.sh for gcc 3.1.1 or higher.
3758
3759         * Documentation/user/basic-notation.itely,
3760         Documentation/user/tutoria.itely: warn about
3761         only one (phrasing) slur at once.
3762
3763 2005-03-24  Pedro Kroger  <kroeger@pedrokroeger.net>
3764
3765         * ly/music-functions-init.ly (removeWithTag): fixed to return "music".
3766
3767 2005-03-23  Graham Percival  <gperlist@shaw.ca>
3768
3769         * Documentation/user/basic-notation.itely: fixed info about
3770         ending a (de)cresc.
3771
3772         * Documentation/user/lilypond-book.itely: fixed
3773         lilypond-book filter example and warned about not doing
3774         --filter and --process at the same time.
3775
3776 2005-03-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3777
3778         * lily/parser.yy (bass_number),
3779         Documentation/user/instrument-notation.itely (Figured bass): 
3780         Add the possibility to use text markup in figured bass. 
3781
3782 2005-03-19  Graham Percival  <gperlist@shaw.ca>
3783
3784         * Documentation/user/global.itely: added info about naming
3785         identifiers and breakbefore.
3786
3787         * Documentation/user/invoking.itely: added info about batch
3788         processing files with convert-ly, removed references to TeX
3789         in the jail section.
3790
3791         * Documentation/user/examples.itely: possibly fixed piano
3792         dynamics.
3793
3794         * Documentation/user/advanced-notation.itely: added info
3795         about removing other types of Staff.
3796
3797         * Documentation/user/instrument-notation.itely: possibly
3798         fixed piano staff line switch.
3799
3800         * Documentation/user/changing-defaults.itely: added info
3801         about using normal font in titles.
3802
3803 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3804
3805         * VERSION (PATCH_LEVEL): release 2.5.16
3806
3807         * make/ly-vars.make (DVIPS_FLAGS): include lilypond.map path
3808         explicitly.
3809
3810 2005-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
3811
3812         * scm/framework-tex.scm (convert-to-dvi): Barf if NAME contains
3813         whitespace.
3814
3815         * python/lilylib.py (make_ps_images):
3816         * scm/backend-library.scm (postscript->pdf, postscript->png):
3817         Quote file name.  Use format rather than string-append juggling.
3818
3819 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3820
3821         * python/lilylib.py (make_ps_images): add x to -g argument. 
3822
3823         * lily/key-performer.cc (create_audio_elements): don't use
3824         scm_eval_string. Check for minor 3rd directly.
3825   
3826         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
3827         (sarabandeCelloGlobal): key is D minor, not F major.
3828
3829 2005-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
3830
3831         Fix truncated --png output (Peter Danenberg).
3832         
3833         * python/lilylib.py (make_ps_images):
3834         * scripts/ps2png.py (copyright): Grok --papersize option.
3835
3836         * scm/backend-library.scm (postscript->png): Add parameter
3837         PAPERSIZE.  Update callers.
3838
3839         * scm/output-gnome.scm (music-font?): Bugfix: use "Emmentaler".
3840         Fixes symbol placement.
3841
3842         * lily/spanner.cc: 
3843         * lily/stencil.cc: Use "libc-extension.hh" (WAS:
3844         <libc-extension.hh>).
3845
3846 2005-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3847
3848         * Nitpick run.
3849
3850         * buildscripts/fixcc.py: Update.
3851
3852         Builddir run fixes.
3853
3854         * HACKING (datadir): Add VERSION.
3855
3856         * GNUmakefile.in (linktree): Bugfix: outconfdirs are one dir
3857         higher up.
3858
3859 2005-03-15  Werner Lemberg  <wl@gnu.org>
3860
3861         * mf/feta-klef.mf (draw_gclef): Move z10' slightly so that the
3862         diagonal stem doesn't become thinner.
3863
3864 2005-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
3865
3866         * buildscripts/fixcc.py: Fixes (Werner).
3867
3868 2005-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3869
3870         * mf/GNUmakefile ($(outdir)/lilypond.map): capitalize
3871         Emmentaler/Aybabtu.
3872
3873         * GNUmakefile.in: fix lilypond-words path.
3874
3875         * po/tr.po: update to 2.3.21
3876
3877         * lily/new-fingering-engraver.cc (position_scripts): take priority
3878         from head position.
3879
3880         * input/regression/finger-chords-order.ly (texidoc): new file.
3881
3882 2005-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3883
3884         * make/ly-rules.make: 
3885         * stepmake/aclocal.m4: 
3886         * Documentation/user/GNUmakefile: Remove old makeinfo compatibility.
3887
3888         * buildscripts/fixcc.py (rules): Leave space after operator.
3889
3890 2005-03-14  Werner Lemberg  <wl@gnu.org>
3891
3892         * mf/feta-klef.mf (draw_gclef): Replace `simple_serif' for
3893         top of the glyph with smooth curve.
3894
3895 2005-03-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3896
3897         * Documentation/user/global.itely (Page layout): remove
3898         printpagenumber.
3899
3900 2005-03-13  Jürgen Reuter  <reuter@ipd.uka.de>
3901
3902         * input/regression/mensural-ligatures.ly: new file (with examples
3903         compiled by Pal Benko).
3904
3905         * Documentation/user/instrument-notation.itely: Bugfix: yet some
3906         other "custodes.*-u0" -> "custodes.*.u0" renaming victims in
3907         musicglyph access.  Many small beautifications in ancient
3908         examples.
3909
3910         * input/test/divisiones.ly: fixed indentation; small
3911         beautifications
3912
3913         * ly/engraver-init.ly: added FIXME comment
3914
3915         * scripts/lilypond-book.py,
3916         Documentation/user/lilypond-book.itely: added music fragment
3917         option "packed" to lilypond-book
3918
3919         * Documentation/user/instrument-notation.itely: Bugfix: added
3920         missing LedgerLineSpanner color setting in several places.  Added
3921         music fragment option "packed" to VaticanaContext example.
3922
3923 2005-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3924
3925         * scm/define-grobs.scm (all-grob-descriptions): switch off
3926         Hyphen_spanner::set_spacing_rods 
3927
3928         * lily/lyric-hyphen.cc (print): add padding between syllable and
3929         hyphen.
3930         (print): shorten hyphen in tight situations (determine using
3931         minimum-length)
3932
3933         * scm/paper.scm (layout-set-staff-size): increase blotdiameter to
3934         0.4pt.
3935
3936 2005-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3937
3938         * ly/titling-init.ly (bookTitleMarkup): Refinements.
3939
3940         * input/regression/page-breaks.ly (paper): Set not raggedlastbottom,
3941         header/footer markings for regression-test.
3942
3943         * scm/backend-library.scm (output-scopes, header-to-file): Move
3944         from framework-tex.scm.
3945
3946         * scm/framework-ps.scm (output-framework)
3947         (output-preview-framework):
3948         * scm/framework-eps.scm (output-classic-framework)
3949         (output-framework): Use it.  Fixes collated files.
3950
3951 2005-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3952
3953         * input/sakura-sakura.ly: 
3954         * input/xiao-haizi-guai-guai.ly: Add from Debian package (Anthony).
3955
3956         * buildscripts/guile-gnome.sh: Update.
3957
3958         * mf/GNUmakefile (aybabtu.otf): Add dependency on .pe.
3959
3960         * mf/aybabtu.pe.in: Capitalize Aybabtu.
3961
3962 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3963
3964         * lily/separating-group-spanner.cc (find_rods): oops. Fix the real
3965         culprit: always exit the loop if we find a rod, even if it has
3966         distance < 0. 
3967
3968         * lily/ledger-line-spanner.cc (set_spacing_rods): rewrite to O(n)
3969         algorithm.
3970
3971         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
3972         $(outdir)/%.svg $(outdir)/%.pfa): add --simplify.
3973
3974         * scm/output-svg.scm (dashed-line): new  function body.
3975         
3976         * GNUmakefile.in: create .htaccess.
3977
3978 2005-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3979
3980         * Documentation/topdocs/NEWS.tely (Top): Fix text example.
3981
3982 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3983
3984         * VERSION (PACKAGE_NAME): release 2.5.15
3985
3986         * scm/output-{pdf,pdftex,sketch}.scm (Module): remove bitrotted files.
3987
3988         * scm/framework-svg.scm (output-framework): put scaling in
3989         document header. Apply scaling only once.
3990         (output-framework): dump page size in px, not mm. 
3991
3992         * scm/lily-library.scm (modified-font-metric-font-scaling): rename
3993         from font-size.
3994
3995         * lily/paper-outputter-scheme.cc (LY_DEFINE):
3996         ly:outputter-output-scheme, new function.
3997
3998         * scm/output-svg.scm (pango-description-to-svg-font): new function
3999
4000 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4001
4002         * Documentation/user/GNUmakefile (deep-symlinks): remove outimages
4003         target.
4004
4005         * input/typography-demo.ly: new file.
4006
4007 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4008
4009         * Documentation/user/global.itely (File structure): Add markup blocks
4010         to toplevel expressions.
4011         (Multiple movements, Creating titles): Add markup blocks.
4012
4013         * lily/stencil-scheme.cc: Use "libc-extension.hh" (WAS:
4014         <libc-extension.hh>).
4015
4016         * lily/accidental.cc (accurate_boxes): Compile fix: 1.51 was broken.
4017
4018         * flower
4019         * lily
4020         * kpath-guile: Nitpick run: buildscripts/fixcc.py.
4021
4022 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4023
4024         * lily/accidental.cc: special bboxes for natural. 
4025
4026         * mf/feta-toevallig.mf: make stems heavier.
4027
4028         * lily/dynamic-text-spanner.cc (print): add bound padding for edge
4029         texts as well.
4030
4031         * mf/feta-klef.mf: revise. 
4032
4033         * mf/feta-schrift.mf: make thinning of accent less pronounced.
4034
4035         * mf/feta-klef.mf: add rounded curve at top. 
4036         make thinnib a little heavier.
4037
4038 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4039
4040         * lily/parser.yy (book_body): Oops, allow \markup in \book too.
4041
4042         * buildscripts/fixcc.py: New file.
4043
4044         * input/regression/utf8.ly: Update Debian font description.
4045
4046 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
4047
4048         * stepmake/aclocal.m4: Fix test.
4049
4050 2005-03-09  Graham Percival  <gperlist@shaw.ca>
4051
4052         * Documentation/user/invoking.itely: added Sebastino Vigna's
4053         docs for the --jail option.
4054
4055 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4056
4057         * lily/stem.cc (print): only produce stemlets if there are no
4058         noteheads on this stem.
4059
4060         * lily/note-spacing.cc (stem_dir_correction): robustness fix:
4061         don't crash on stemlet (visible stem without heads).
4062
4063         * scm/define-grobs.scm (all-grob-descriptions): junk LeftEdge for
4064         unbroken situations. 
4065
4066         * scm/output-lib.scm (center-invisible): new function.
4067
4068         * lily/spacing-loose-columns.cc (set_loose_columns): use spacing
4069         wishes to determine loose column space.
4070
4071         * lily/font-config.cc (init_fontconfig): add
4072         fonts/{otf,type1,cff}  to path.
4073
4074         * lily/main.cc (setup_paths): add fonts/{otf,svg,tfm,cff} to path
4075
4076         * mf/GNUmakefile (Module): install all fonts under otf/
4077
4078         * scm/framework-ps.scm (Module): read fonts from fonts/extension,
4079         replace /fonts/otf/ by /ps/ 
4080
4081         
4082 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
4083
4084         * lily/paper-book.cc (classic_output): Reinstate header_0_ hack.
4085
4086         * lily/book.cc (process): Oops, add score_.header_.
4087
4088         * lily/paper-book.cc: Fold hearders, score and texts into scores_.
4089
4090         * lily/parser.yy: Handle toplevel and book texts as score.
4091
4092         * scm/page-layout.scm (default-page-make-stencil):
4093         Bugfix: (page-properties rename.
4094
4095         * scm/backend-library.scm (ly:system): Typo.
4096
4097 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4098
4099         * stepmake/stepmake/executable-targets.make (installexe): don't
4100         strip installed executables
4101
4102         * lily/font-select.cc (get_font_by_design_size): revert
4103         pango_description_string as well.
4104
4105         * lily/system.cc (set_loose_columns): put loose column just left
4106         of next column.
4107
4108         * lily/include/group-interface.hh (extract_grob_array): rename
4109         from Pointer_group_interface__extract_grobs
4110
4111         * input/regression/ledger-line-minimum.ly (texidoc): new file.
4112
4113         * lily/ledger-line-spanner.cc (set_spacing_rods): new
4114         function. Keep ledgered note heads at a minimum distance.
4115         Introduce minimum-length-fraction
4116         (print): introduce length-fraction property.
4117
4118 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4119
4120         * tex/GNUmakefile: remove latin1.enc rules.
4121
4122 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
4123
4124         * scm/titling.scm: Typo.
4125
4126         * input/regression/score-text.ly: Really add.
4127
4128         * lily/score.cc: Bugfixes for SCM header_ and texts_ members.
4129
4130 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4131
4132         * lily/open-type-font-scheme.cc:  new file.
4133
4134 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
4135
4136         * scm/titling.scm (layout-extract-page-properties): Rename from
4137         page-properties.  Update callers.
4138
4139         * lily/lexer.ll (Lily_lexer):
4140         * lily/parser.yy: Junk lyric_markup state.
4141
4142         * Documentation/topdocs/NEWS.tely (Top): Mention markup text feature.
4143
4144         * scripts/lilypond-book.py (PREAMBLE_LY): toplevel-music-handler:
4145         Add texts parameter.
4146
4147 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
4148
4149         * lily/lexer.ll (lyric_markup): New mode.
4150         (Lily_lexer::push_lyric_markup_state): New method.
4151         (MARKUPCOMMAND): Markup during lyric mode returns LYRIC_MARKUP.
4152
4153         * lily/parser.yy (book_body):
4154         (toplevel_expression): Grok \markup texts.
4155
4156         * lily/score-scheme.cc (ly:music-scorify): 
4157         * scm/lily-library.scm (collect-music-for-book): Take texts
4158         parameter.
4159
4160         * lily/score.cc (texts_): New member.
4161
4162         * lily/paper-book.cc (systems): Format score texts.
4163
4164         * score-text.ly: New file.
4165
4166         * ttftool/SConscript:
4167         * kpath-guile/SConscript: New file.
4168
4169         * lily/SConscript:
4170         * SConstruct: Update.
4171
4172 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4173
4174         * VERSION (PACKAGE_NAME): release 2.5.14
4175
4176 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
4177
4178         * lily/main.cc: Add dummy xgettext markers.
4179
4180 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4181
4182         * make/lilypond.fedora.spec.in (Requires): scrap kpathsea/tex
4183         requirements
4184
4185         * stepmake/aclocal.m4: check dynamic link, by checking if kpathsea
4186         executable is < 40k
4187
4188         * lily/main.cc (setup_paths): remove tfm1 tfm2 tfm3 include path
4189         hack.
4190
4191 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4192
4193         * flower/libc-extension.cc:
4194         * flower/include/libc-extension.hh: [Open]BSD simply cast
4195         cookie/funopen declarations.
4196
4197         * stepmake/aclocal.m4: Check for libkpathsea.so.
4198
4199         * kpath-guile/kpath.c (ly_kpathsea_expand_variable): Use
4200         dl_kpse_find_file.
4201
4202 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4203
4204         * kpath-guile/kpath.c (open_library): dlopen libkpathsea.so
4205         (open_library): alternative for static library.
4206
4207 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4208
4209         * configure.in: Set TTFTOOL_ENDIAN iso global CFLAGS.
4210
4211         * ttftool/GNUmakefile (MODULE_CFLAGS): Add $(TTFTOOL_ENDIAN).
4212
4213         Drop run-time dependency on teTeX.
4214
4215         * lily/kpath.cc (initialize_kpathsea): dlopen libkpathsea.
4216
4217         * stepmake/aclocal.m4 (STEPMAKE_KPATHSEA): Do not include
4218         KPATHSEA_LIBS in LIBS.
4219         (STEPMAKE_DLOPEN): New function.
4220
4221         * lily/font-config.cc (init_fontconfig): Use dir for directory,
4222         not path.
4223
4224         * flower/file-path.cc (directories): Rename from paths, as this
4225         return an array of directories (a single path).
4226
4227 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4228
4229         * lily/GNUmakefile (MODULE_LIBS): link with kpath-guile
4230
4231         * lily/all-font-metrics.cc (kpathsea_find_file): wrapper around
4232         new ly:kpathsea-find-file
4233
4234         * kpath-guile/kpath.c: new file. Put kpath bindings in lib.
4235
4236         * kpath-guile/GNUmakefile: new file
4237
4238         * buildscripts/gen-emmentaler-scripts.py (i): generate
4239         emmentaler-X.fontname as well.
4240
4241         * buildscripts/ps-embed-cff.py: new script
4242
4243         * scm/lily-library.scm: remove ps-embed-cff.
4244
4245         * scm/framework-ps.scm (write-preamble): don't use kpathsea for
4246         font loading. 
4247
4248         * scm/font.scm (add-music-fonts): load dynamics/numbers through
4249         fontconfig as well.
4250
4251         * lily/font-config.cc (init_fontconfig): add cff/ too.
4252
4253         * ly/generate-embedded-cff.ly: capitalize.
4254
4255         * lily/pango-select.cc (select_pango_font): use ::find_pango_font,
4256         so as to register the pango font.
4257
4258         * lily/font-config.cc (init_fontconfig): add
4259         prefix/{otf,type1,mf/out} to fontconfig path.
4260
4261         * lily/main.cc: only look at one prefix directory, LILYPONDPREFIX
4262         overrides all. 
4263
4264         * configure.in (gui_b): remove ec mftrace check
4265
4266         * config.hh.in: use lilypond-Major.Minor as data directory.
4267
4268         * scm/framework-ps.scm (dump-page): use output-units for landscape.
4269
4270         * buildscripts/gen-emmentaler-scripts.py (i): lower case file
4271         name.
4272
4273 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4274
4275         * lily/main.cc (do_chroot_jail): Small cleanups.  Avoid constant
4276         error messages.
4277
4278         * flower/libc-extension.cc:
4279         * flower/include/libc-extension.hh: [Open]BSD fixes for
4280         cookie/funopen declarations.
4281
4282 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4283
4284         * buildscripts/gen-emmentaler-scripts.py (outdir): capitalize
4285         emmentaler.
4286
4287         * lily/score-engraver.cc (initialize): remove check for ecrm10 /
4288         lcrm10.
4289
4290         * scm/define-markup-commands.scm (fontsize): new markup
4291         command. Also set baseline-skip
4292
4293 2005-03-06 Sebastiano Vigna <vigna@dsi.unimi.it>.
4294         
4295         * lily/main.cc (do_chroot_jail): paranoia security for webserver
4296         use.
4297
4298 2005-03-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4299
4300         * stepmake/bin/add-html-footer.py (do_file): make wiki link optional.
4301
4302         * lily/pdf.cc: remove PDF related files
4303
4304 2005-03-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4305
4306         * ly/deutsch.ly: add quarter tones, patch by Arno Waschk.
4307         <hamamatsu@gmx.de>
4308
4309 2005-03-05  Graham Percival  <gperlist@shaw.ca>
4310
4311         * Documentation/user/advanced-notation.itely: first draft
4312         of reorg done.
4313
4314         * Documentation/user/global.itely: fixed (sub)section
4315         bits of MIDI.
4316
4317 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4318
4319         * cygwin/mknetrel (extras): Bufix (Bertalan).
4320
4321         * Documentation/user/basic-notation.itely (Chords): @ref fix.
4322         * Documentation/user/instrument-notation.itely (Introducing chord
4323         names): Compile fix: must have unique name.
4324
4325 2005-03-02  Graham Percival  <gperlist@shaw.ca>
4326
4327         * Documentation/user/instrument-notation.itely: reorg.
4328
4329 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4330
4331         * scm/output-gnome.scm:
4332         * scm/output-svg.scm: Fix font scaling.
4333
4334 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4335
4336         * ly/titling-init.ly (tagline): Use Engraving.  Add comment about
4337         what link to use best.
4338
4339         * Documentation/user/instrument-notation.itely (Ancient accidentals): 
4340         * Documentation/user/tutorial.itely (Automatic and manual beams):
4341         Fix @ref.
4342
4343         * lily/tweak-registration.cc (replace_grob_tweak): New function.
4344         * lily/tweak-registration-scheme.cc (LY_DEFINE): Wrap it.
4345         * scm/framework-gnome.scm (tweak): Use it.
4346
4347 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4348
4349         * Documentation/topdocs/NEWS.tely (Top): elucidate GS problem.
4350
4351         * scm/output-ps.scm (white-text): reinstate white-text
4352
4353 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4354
4355         * scm/output-ps.scm (offset-add): Remove.
4356
4357         * scm/lily-library.scm (offset-flip-y): New function.
4358         * scm/framework-gnome.scm (tweak): Use it.
4359
4360         * scm/output-gnome.scm (grob-cause): Add parameter.
4361
4362         * scm/lily.scm (ly:all-stencil-expressions): Add url-link.
4363         * scm/output-ps.scm (url-link): Move.
4364         (white-text): Warn user about brokenness.
4365
4366         * Documentation/topdocs/NEWS.tely: Be more accurate and respectful
4367         wrt ghostscript.
4368
4369 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4370
4371         * lily/slash-repeat-engraver.cc (try_music): always make slashes
4372         if body length smaller than measure length.
4373
4374         * scm/define-markup-commands.scm (with-url): oops. use Y extent
4375         for Y.
4376
4377         * ly/titling-init.ly (tagline): put default tagline in \paper
4378
4379 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4380
4381         * lily/kpath.cc: 
4382         * lily/pdf.cc (Pdf_file): Use more generic error messages.
4383
4384         * scm/lily-library.scm (version-not-seen-message): New function.
4385         * ly/init.ly: Use it.
4386
4387         * scm/page-layout.scm (ly:optimal-page-breaks): Display page
4388         breaks as progess.
4389
4390         * scripts/lilypond-book.py (do_process_cmd): Do not lump
4391         whitespace with l10n message.
4392
4393         * scm/framework-tex.scm (convert-to-ps):
4394         (convert-to-dvi): Do not use overly specific l10n messages.
4395
4396         * ly/titling-init.ly (bookTitleMarkup): Add baseline skips from 2.4.
4397
4398         * tex/GNUmakefile $(outdir)/latin1.enc: Build fix:
4399         merge stderr with stdout.  
4400
4401 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4402
4403         * flower/libc-extension.cc: Tested BSD compile fix (Matthias
4404         Neeracher).
4405
4406 2005-02-29  Graham Percival  <gperlist@shaw.ca>
4407
4408         * Documentation/user/instrument-notation.teily: moved
4409         \arpeggio to Basic.
4410
4411         * Documentation/user/advanced-notation.itely: Articulation to
4412         Basic, a bunch of stuff from Basic moved to Advanced.
4413
4414         * Documentation/user/basic.itely: swapped various sections,
4415         reorganized Basic.
4416
4417 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4418
4419         * flower/memory-stream.cc: 
4420         * flower/libc-extension.cc: Remove obsolete #undefs.
4421
4422         * flower/include/libc-extension.hh: Bugfix for BSD, place #ifdef
4423         more carefully.
4424
4425 2005-02-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4426
4427         * make/lilypond.fedora.spec.in (Requires): add GS 8.15 as
4428         dependency.
4429
4430         * VERSION (PACKAGE_NAME): release 2.5.13
4431
4432         * GNUmakefile.in (web-ext): don't ship ps.gz
4433
4434         * tex/GNUmakefile ($(outdir)/latin1.enc): redirect stderr to
4435         stdout
4436
4437 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4438
4439         * lily/general-scheme.cc (LY_DEFINE): Compile fix for systems
4440         without libintl.  Now it compiles too.
4441
4442 2005-02-28  Graham Percival  <gperlist@shaw.ca>
4443
4444         * Documentation/user/basic-notation.itely,
4445         instument-notation.itely, advanced-notation.itely:
4446         split up contents of notation.itely.
4447
4448         * Documentation/user/notation.itely: file removed.
4449
4450         * Documentation/user/invoking.itely, converters.itely:
4451         moved convert-ly info to invoking.itely.
4452
4453         * Documentation/user/global.itely, changing-defaults.itely,
4454         sound-output.itexi: moved global settings, file layout, and
4455         sound into global.itely.
4456
4457         * Documentation/user/sound-output.itexi: file removed.
4458
4459         * Documentation/user/lilypond.tely: removed links to
4460         notation.itely and sound.itely.
4461
4462 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4463
4464         * scm/output-ps.scm (grob-cause): only do mark_URI if non-empty.
4465
4466         * scm/framework-ps.scm (write-preamble): remove pdf-viewer code.
4467  
4468         * THANKS: add sponsor.
4469
4470         * scm/define-markup-commands.scm (with-url): new markup command.
4471
4472         * scm/page-layout.scm (TAGLINE): add www.lilypond.org with URL to
4473         tagline.
4474         
4475         * scm/output-tex.scm (url-link): stub.
4476
4477         * scm/output-ps.scm (url-link): new function.
4478
4479         * lily/lily-parser-scheme.cc (LY_DEFINE): deprecate
4480         ly:set-point-and-click
4481
4482 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4483
4484         * ps/music-drawing-routines.ps (mark_file_line): Switch Action
4485         based on pdf-viewer setting.
4486
4487         * scm/framework-ps.scm (write-preamble): Find and set preferred
4488         pdf-viewer.
4489
4490 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4491
4492         * Documentation/user/point-and-click.itely: update for PDF point &
4493         click.
4494
4495         * scripts/lilypond-pdfpc-helper.py: new file. Invoke different
4496         editors based on EDITOR setting.
4497
4498 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4499
4500         * scm/*: Oops, more grand 2005 replace bits.
4501
4502 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4503
4504         * ps/music-drawing-routines.ps: new routine: insert PDF mark
4505
4506         * scm/output-ps.scm (grob-cause): point & click support for
4507         PostScript
4508
4509 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4510
4511         * lily/input-scheme.cc (LY_DEFINE): rename to
4512         ly:input-file-line-column
4513
4514 2005-02-26  Graham Percival  <gperlist@shaw.ca>
4515
4516         * Documentation/user/examples.itely: small fix from Steve Doonan.
4517
4518         * Documentation/user/scheme-tutorial.itely: small fix from Steve Doonan.
4519
4520         * THANKS: added Yuval Harel.
4521
4522         * Documentation/user/{various}: inserted two spaces after a period.
4523
4524         * Documentation/user/lilypond.tely: added framework for reorg.
4525
4526         * Documentation/user/basic-notation.itely, instrument-notation.itely,
4527         advanced-notation.itely, global.itely: new files, placeholder for
4528         future reorg.
4529
4530 2005-02-26 Yuval Harel  <yuvalh@hotpop.com>
4531
4532         * Documentation/user/notation.itely: revamped Polyphony section
4533         
4534 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4535
4536         * Documentation/user/lilypond-book.itely (Music fragment options):
4537         doc fontload.
4538
4539         * Documentation/user/changing-defaults.itely (Text encoding): add
4540         fontload option to utf8 include
4541
4542         * scripts/lilypond-book.py (compose_ly): add fontload option
4543
4544         * scm/framework-eps.scm (dump-stencils-as-EPSes): add
4545         force-eps-font-include option.
4546
4547         * ly/chord-modifiers-init.ly (blackTriangleMarkup): reinstate
4548         black triangle
4549
4550         * Documentation/user/invoking.itely (Editor support): remove
4551         lilypond-latex section.
4552
4553         * scripts/lilypond-latex.py (Module): remove script.
4554
4555         * cygwin/lily-wins.py (stat): write to .lylog, so as not to
4556         overwrite .log. 
4557
4558         * lily/main.cc: remove -m, --no-layout
4559
4560         * flower/include/libc-extension.hh: add ALIAS_FILE_TO_FILECOOKIE
4561         to define. We don't want to override fprintf everywhere.
4562
4563 2005-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4564
4565         * cygwin/lilypond.hint: 
4566         * cygwin/README.in: Update dependencies.
4567
4568         * stepmake/aclocal.m4 (STEPMAKE_PANGO, STEPMAKE_PANGO_FT2):
4569         Bugfix: do not pollute CPPFLAGS, LIBS.
4570
4571         * cygwin/mknetrel (extras): Cross compile fixes.
4572
4573         * ttftool/util.c: 
4574         * ttftool/ttfps.c: 
4575         * ttftool/ps.c: #include libc-extension.hh
4576
4577         * flower/include/libc-extension.hh:
4578         * flower/libc-extension.cc (fopencookie)[!HAVE_FOPENCOOKIE]: Add
4579         wrapper using funopen.
4580         (fopencookie, handle_cookie_io_fclose, handle_cookie_io_fprintf,
4581         handle_cookie_io_fprintf): Add wrappers catching Memory_out_stream.
4582
4583         * config.hh.in:
4584         * configure.in (AC_CHECK_FUNCS): Add fopencookie, funopen.
4585         (AC_CHECK_HEADERS): Add libio.h
4586
4587         * scripts/convert-ly.py: Uniformize, internationalize.
4588         (2.5.2): Remove fatal encoding rule.
4589         (2.5.13): Handle latin1 encoding gracefully.
4590
4591 2005-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4592
4593         * HACKING: Fix line breaks.
4594
4595 2005-02-23  Werner Lemberg  <wl@gnu.org>
4596
4597         * mf/graycx.mf, mf/graylj.mf: Removed.  Any decent TeX distribution
4598         contains those two files.
4599
4600 2005-02-21  Werner Lemberg  <wl@gnu.org>
4601
4602         * mf/feta-nummer-code.mf ("Numeral 5"): Include intersection point
4603         to improve overlap removal process.
4604
4605         * mf/feta-slag.mf (draw_trillelement): Add parameter to control
4606         left and right ending.  This ensures better overlapping.
4607         Update all callers.
4608         ("lineprall"): Don't use draw_gridline to get better overlapping.
4609
4610 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4611
4612         * scm/lily-library.scm (ps-embed-cff): add \n after EndResource
4613
4614         * Documentation/topdocs/NEWS.tely (Top): oops.
4615
4616 2005-02-21  Pedro Kroger  <kroeger@pedrokroeger.net>
4617
4618         * HACKING: new file.
4619
4620         * input/regression/utf8.ly (portuguese): added a portuguese example
4621         to show latin1 accents.
4622
4623 2005-02-21  Pal Benko  <benkop@freestart.hu>
4624
4625         * lily/mensural-ligature-engraver.cc:
4626         * lily/mensural-ligature.cc:
4627         * lily/include/mensural-ligature.hh: new algorithm implemented
4628
4629         * scm/define-grob-properties.scm: join-left killed (add-join may
4630         be used); join-left-amount changed to join-right-amount
4631
4632 2005-02-21  Graham Percival  <gperlist@shaw.ca>
4633
4634         * Documentation/user/notation.itely: small but urgent fix.
4635
4636 2005-02-21  Jürgen Reuter  <reuter@ipd.uka.de>
4637
4638         * lily/duration-scheme.cc: bugfix: correct parameters to
4639         SCM_ASSERT_TYPE.
4640
4641         * THANKS: added Pal.
4642
4643         * Documentation/user/notation.itely: bugfix: unTeXified
4644         $\\backslash$.  Bugfix: yet another glyph renaming victim:
4645         "timesig.*x/y" -> "timesig.*xy".
4646
4647 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4648         
4649         * VERSION (PACKAGE_NAME): release 2.5.12
4650
4651 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4652
4653         * ly/engraver-init.ly: set tieWaitForNote to #t by default
4654
4655         * configure.in (gui_b): bump GUILE requirement to 1.6.5 
4656
4657         * Documentation/topdocs/NEWS.tely: add inputfileref macro.
4658
4659         * scm/framework-ps.scm (supplies-or-needs): uniq font name list.
4660
4661 2005-02-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4662
4663         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: recode
4664         latin1..utf-8.
4665
4666         * input/regression/stanza-number.ly:
4667         * input/regression/utf8.ly (hebrew): Use addlyrics.  Update.
4668
4669         * lily/tie-engraver.cc (acknowledge_grob): Compile fix.
4670
4671 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4672
4673         * Documentation/topdocs/NEWS.tely (Top): only mention 2.5
4674         NEWS. Refer to website for older news.  
4675
4676         * stepmake/bin/add-html-footer.py (i18n): don't strip .PNG /
4677         .HTML. This should be done for specific servers only.
4678
4679         * Documentation/topdocs/NEWS.tely (Top): move to .tely. Add some
4680         .ly image examples.
4681
4682         * scm/define-grobs.scm (all-grob-descriptions): put ledger lines
4683         in layer 0 too.
4684
4685         * scm/define-context-properties.scm
4686         (all-user-translation-properties): add tieWaitForNote
4687
4688         * scm/define-grobs.scm (all-grob-descriptions): add
4689         Tie_column::before_line_breaking
4690
4691         * lily/tie.cc (get_column_rank): new function
4692
4693         * lily/tie-column.cc (before_line_breaking): new function.
4694         (werner_directions): take into account ties that start on
4695         different columns.  
4696
4697         * lily/score-engraver.cc (set_columns): move add_column() so we
4698         have column rank available.
4699
4700         * lily/tie.cc (get_column_rank): new function.
4701
4702         * input/regression/utf8.ly (japanese): add japanese lyrics.
4703
4704         * lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
4705
4706         * THANKS: add Steve D
4707
4708         * ttftool/*.c: add TTF -> Type42 conversion library. Based on
4709         Public Domain work by Juliusz Chroboczek <jch@pps.jussieu.fr>
4710
4711 2005-02-20  Tatsuya Ono  <tats_ono@infoseek.jp>
4712
4713         * mf/parmesan-heads.mf: "0harmonic" -> "s0harmonic"
4714         to show harmonic notes
4715         * scm/define-markup-commands.scm: in \markup-by-number
4716         "dots-dot" -> "dots.dot" to show dotted notes
4717
4718 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4719
4720         * flower/include/memory-stream.hh (class Memory_out_stream): new file.
4721
4722         * flower/memory-stream.cc (writer): new file.
4723
4724         * configure.in: add endian test.
4725
4726 2005-02-19  Jürgen Reuter  <reuter@ipd.uka.de>
4727
4728         * Documentation/user/examples.itely: small
4729         simplification/beautification
4730
4731         * Documentation/user/notation.ietly: bugfix: fixed many artefacts
4732         from the "x-y-z"->"x.y.z" renaming of glyphs throughout the whole
4733         notation manual.
4734
4735         * lily/mensural-ligature.cc: bugfix: another few victims of the
4736         "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
4737
4738         * ly/gregorian-init.ly: commit some experimental code for hi-level
4739         ligature input language lying around here for several months.
4740
4741         * lily/mensural-ligature-engraver.cc: bugfix: another victim of
4742         the "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
4743
4744         * lily/vaticana-ligature-engraver.cc: bugfix: another few
4745         "x-y-z"->"x.y.s-z" fixes.
4746
4747 2005-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4748
4749         * scm/framework-pdf.scm (scm): new file
4750
4751         * lily/include/pdf.hh (class Pdf_file): new file.
4752
4753         * lily/pdf.cc (write_trailer): new file.
4754
4755 2005-02-18  Erlend Aasland  <erlenda@gmail.com>
4756
4757         * input/regression/color.ly: new file
4758
4759         * lily/stencil.cc (interpret_stencil_expression):
4760         when a color expression is encountered: save current color,
4761         process the rest of the expression, and restore previous color.
4762
4763         * lily/system.cc (get_line): check all grobs for color property and
4764         prepare the stencil scheme expressions for further processing.
4765         Fix layer-loop.
4766
4767         * scm/define-grob-properties.scm: introduce the color property.
4768
4769         * scm/output-lib.scm: color helper functions.
4770
4771         * scm/output-ps.scm: introduce setcolor/resetcolor.
4772
4773 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
4774
4775         * ly/*.ly, input/regression/*.ly: Added missing \version
4776         statements in some files.
4777
4778 2005-02-15  Graham Percival  <gperlist@shaw.ca>
4779
4780         * Documentation/user/notation.itely: minor editing.
4781
4782         * Documentation/user/converters.itely: updated convert-ly bugs.
4783
4784         * Documentation/user/lilypond-book.itely: add info about using
4785         feta characters in latex.
4786
4787 2005-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4788
4789         * scripts/convert-ly.py: new slur dash patch by Bertalan Fodor.
4790
4791 2005-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4792
4793         * scm/define-grob-properties.scm (all-user-grob-properties):
4794         removed 'dashed property.
4795
4796 2005-02-13  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4797
4798         * scm/lily.scm (define-safe-public): new macro for defining
4799         variables that can be used in --safe mode. Use it in *.scm
4800         instead of manually setting safe-objects in safe-lily.scm.
4801
4802 2005-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4803         
4804         * lily/slur.cc: Slur-dash patch by Bertalan.
4805
4806         * ly/engraver-init.ly (EasyNotation): glyph name dash -> period.
4807
4808         * stepmake/bin/add-html-footer.py (do_file): do i18n only once. 
4809
4810 2005-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4811
4812         * stepmake/aclocal.m4: teTeX-3.0 inimf fix.  Comment-out.
4813
4814 2005-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
4815
4816         * mf/GNUmakefile: teTeX-3.0 install fix.
4817
4818         * Cygwin patch from Bertalan.
4819
4820         * stepmake/stepmake/metafont-rules.make: Remove bashism.
4821
4822 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
4823
4824         * GNUmakefile.in: 
4825         * SConstruct (symlink): teTeX-3.0 build fix: add map symlink.
4826
4827         * tex/GNUmakefile: teTeX-3.0 fix: install .enc in fonts/enc.  Add
4828         2.0.x compatibility.
4829
4830 2005-02-08  Werner Lemberg  <wl@gnu.org>
4831
4832         * mf/feta-din-code.mf: Format; clean up code.
4833         Replace `---' with `--' plus explicit path directions.
4834         (linethickness#, stafflinethickness#): Remove.
4835         ("dynamic f"): Replace `draw' with `draw_rounded_block'.
4836         ("dynamic s"): Improve shape.
4837         ("dynamic p"): Improve shape.
4838         Replace `draw' with better outline approximation.
4839         ("dynamic r"): Improve shape.
4840         Don't call `fill' and `draw' at the same time.
4841
4842 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
4843
4844         * SConstruct (symlink):
4845         * GNUmakefile.in ($(builddir)/share/lilypond-force): teTeX-3.0
4846         build fix: add enc symlink.
4847
4848         * lily/general-scheme.cc: Compile fixes: include wchar.h, string.h.
4849
4850         Support for DESTDIR besides prefix=/foo
4851
4852         * vim/GNUmakefile (local-install): Use $(INSTALL) -d iso mkdir.
4853
4854         * stepmake/stepmake/*.make:
4855         * */GNUmakefile:
4856         * GNUmakefile.in: Prepend $(DESTDIR) to installation directory.
4857
4858         * config.make.in (prefix): Remove broken $(DESTDIR) hack.
4859
4860         * stepmake/aclocal.m4: Use %0.f iso %d to quiet gawk < 3.1.4 and
4861         mawk in fontforge (date) test.
4862
4863 2005-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4864
4865         * scm/font.scm (make-century-schoolbook-tree): add NCS as
4866         font-family=roman. Add Luxi Sans as sans
4867
4868 2005-02-07  Graham Percival  <gperlist@shaw.ca>
4869
4870         * Documentation/user/notation.itely: add warning about
4871         percent repeats and Voice contexts.
4872
4873         * Documentation/user/lilypond-book.itely: clarified the
4874         necessity of dvips -u arguments.
4875
4876 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
4877
4878         * THANKS: Added a bunch of bug hunters.
4879
4880 2005-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4881
4882         * scm/framework-ps.scm (output-preview-framework): bugfix.
4883
4884         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): use unicode
4885         o/ for chord modifier..
4886
4887         * lily/general-scheme.cc (LY_DEFINE): new function ly:wide-char->utf-8.
4888
4889         * lily/drum-note-performer.cc:  remove unused (thanks Michael
4890         Welsh Duggan). 
4891
4892 2005-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4893
4894         * Documentation/user/changing-defaults.itely (Text encoding): Clarify.
4895
4896         * ly/titling-init.ly: Do not also print intstrument in header on
4897         first page.  Do not print page number on first and only page.
4898
4899 2005-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4900
4901         * input/regression/*.ly: remove old-relative everywhere
4902
4903         * lily/music-sequence.cc (simultaneous_relative_callback): do
4904         what-if analysis on copy, not on original. Fixes old-relative
4905         compatibility.
4906
4907         * scm/backend-library.scm (postscript->png): space before
4908         --verbose.
4909         
4910 2005-02-05  Werner Lemberg  <wl@gnu.org>
4911
4912         * mf/feta-autometric.mf (fet_beginchar): Check whether `feta_group'
4913         is defined.
4914
4915         * mf/feta-alphabet.mf: Define `staffsize#'.
4916         Include `feta-params.mf'.
4917         s/staffheight/design_size/.
4918
4919         * mf/feta-alphabet??.mf: s/staffheight/design_size/.
4920
4921         * mf/feta-alphabet26.mf: Fix a serious bug (design size off by 8pt).
4922
4923         * mf/feta-nummer-code.mf: Reformatted.
4924         (draw_six): Use outline intersection to avoid a self-intersecting
4925         path.
4926         ("Numeral comma"): Fix serious outline glitches.  This slightly
4927         changes the glyph shape.
4928         ("Numeral dash"): Use `draw_rounded_block'.
4929         ("Numeral dot"): Use `drawdot'.
4930         ("Numeral 1"): Assure identical tangent directions for the
4931         intersection points of paths.  The glyph shape improvement is only
4932         visible at very high magnifications.
4933         ("Numeral 2"): Use `solve' macro to make the lower right part of
4934         the glyph outline touch the x axis exactly.  This changes the
4935         glyph shape.
4936         Minor fixes for better overlap removal support.
4937         ("Numeral 4"): Make lefter corner `rounder'.
4938         ("Numeral 5"): Assure identical tangent directions for the
4939         intersection points of paths.  This improves the glyph shape at
4940         high magnifications.
4941         ("Numeral 7"): Use `solve' macro to make the upper right part of
4942         the glyph outline touch the metrics box exactly.  This changes the
4943         glyph shape.
4944         Avoid corner in the upper left part of the glyph (causing a minor
4945         shape change).
4946
4947         * mf/feta-ital-*.mf: Removed.  Unused.
4948
4949 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4950
4951         * VERSION (PATCH_LEVEL): release 2.5.11
4952
4953         * input/regression/fill-line-test.ly: new file.
4954
4955         * buildscripts/gen-emmentaler-scripts.py (i): insert dash in
4956         emmentaler name, eg. emmentaler-23. 
4957
4958 2005-02-04  Christian Hitz  <chhitz@gmx.net>
4959
4960         * scm/scm/define-markup-commands.scm (fill-line): rework for better
4961         alignment with centered texts
4962
4963         * scm/stencil.scm (stack-stencils-padding-list): new function, takes a
4964         list of paddings
4965
4966 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4967
4968         * mf/GNUmakefile ($(outdir)/lilypond.map): add aybabtu to .map file.
4969
4970         * lily/note-column.cc (translate_rests): call flush_extent_cache()
4971         of parents when translating rests. Fixes: c-chord-rest.ly 
4972
4973         * lily/include/dimension-cache.hh (struct Dimension_cache): add
4974         dimension_callback_ member.
4975
4976         * lily/grob.cc (flush_extent_cache): new function. Force recompute
4977         of extents.
4978
4979 2005-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4980
4981         * all but lily/*: The grand 2004/2005 replace.
4982
4983 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4984
4985         * lily/*: add space after ,  
4986
4987         * scm/music-functions.scm (has-request-chord): don't use
4988         ly:music-name anywhere. Fixes <<\\>> notation. 
4989
4990         * scm/define-markup-commands.scm (box): use font-size for
4991         padding. Fixes boxed-rehearsal-marks.ly
4992
4993         * lily/parser.yy (assignment_id): allow LYRICS_STRING as
4994         identifier definition too, so foo = \lyrics { ...   } bar = #1
4995         doesn't complain about "bar" being LYRICS_STRING.
4996
4997         * lily/paper-def.cc (find_pango_font): new routine; Store
4998         pango_fonts in hash tab too. This is necessary for retrieving
4999         Pango_fonts::physical_font_tab() later on.
5000  
5001         * lily/pango-font.cc (pango_item_string_stencil): bugfix: don't
5002         crash if psname is null.
5003
5004         * lily/lily-guile.cc (ly_hash2alist): new function
5005
5006         * Documentation/user/changing-defaults.itely (Text encoding):
5007         rewrite. 
5008
5009         * lily/pango-font.cc (physical_font_tab): new member. Store PSname
5010         -> font_filename mapping.
5011
5012         * lily/pango-font-scheme.cc (LY_DEFINE): new file. New function
5013         ly_pango_font_physical_fonts
5014
5015         * scm/framework-ps.scm (supplies-or-needs): extract names from
5016         physical Pango_fonts.
5017
5018         * utf8.ly: new file.
5019
5020 2005-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5021
5022         * Documentation/user/changing-defaults.itely (Page layout): add
5023         doco about systemSeparatorMarkup.
5024
5025         * scm/page-layout.scm (default-page-make-stencil): add-to-page
5026         function.
5027         (default-page-make-stencil): insert system separators.
5028
5029         * scm/define-markup-commands.scm (hcenter): add
5030         (beam): add.
5031
5032 2005-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5033
5034         * scm/output-ps.scm (ez-ball): reinstate ez notation.
5035
5036 2005-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
5037
5038         * lily/main.cc: Spell backend consistently.  Sort options.
5039
5040 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5041
5042         * scripts/lilypond-book.py (Module): revert @include.
5043         
5044 2005-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
5045
5046         * scripts/lilypond-book.py: Resurrect HTML links to .ly source.
5047         Bugfix: @include .tex (not .texi).  Small cleanups.
5048
5049         * stepmake/bin/add-html-footer.py (i18n): New function.
5050
5051 2005-01-31  Werner Lemberg  <wl@gnu.org>
5052
5053         * mf/feta-nummer.mf: Removed.  Unused.
5054
5055 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5056
5057         * lily/ : 2004 -> 2005 s&r
5058
5059         * scm/file-cache.scm (cached-file-contents): add file. Read each
5060         file only once.
5061
5062         * scm/font.scm (add-pango-fonts): change order. Medium weight is
5063         now default.
5064
5065         * VERSION: release 2.5.10
5066         
5067         * mf/GNUmakefile (INSTALLATION_OUT_FILES4): install cff.ps files.
5068
5069         * make/ly-rules.make ($(outdir)/%.texi): detect new EOF marker.
5070
5071         * scm/framework-ps.scm (dump-stencil-as-EPS): robustness: ensure
5072         that both X and Y extents of bbox are non-nil.
5073
5074 2005-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5075
5076         * scm/chord-name.scm (alteration->text-accidental-markup): change
5077         - to . 
5078
5079         * scm/output-ps.scm (utf8-string): add utf8-string for completeness.
5080
5081         * scm/framework-ps.scm (dump-stencil-as-EPS): new function
5082
5083         * Documentation/user/invoking.itely (Invoking lilypond): add note
5084         about EPS backend.
5085
5086         * scm/framework-eps.scm: new file: create per-system/per-page EPS
5087         files for inclusion in lilypond-book document.
5088
5089         * input/tutorial/lbook-latex-test.tex: rename from lilbook.tex
5090
5091         * input/tutorial/lbook-texi-test.texi: new file.
5092
5093         * scm/safe-lily.scm (safe-objects): add
5094         {begin,end}-of-line-(in)?visible as safe.
5095  
5096 2005-01-30  Graham Percival  <gperlist@shaw.ca>
5097
5098         * Documentation/user/changing-defaults.itely: fixed example
5099         of (dynamics).
5100
5101 2005-01-29  Graham Percival  <gperlist@shaw.ca>
5102
5103         * lily/main.cc: fix info about -o=FILE.
5104
5105 2005-01-29  Werner Lemberg  <wl@gnu.org>
5106
5107         * mf/feta-toevallig.mf ("Natural"): Completely changed the
5108         construction to assure smooth transition from straight to curved
5109         lines.
5110
5111 2005-01-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5112
5113         * lily/stencil.cc (moved_to_edge): don't halt on adding empty
5114         stencils.
5115
5116         * ps/lilyponddefs.ps: add start-page, start-system doesn't
5117         translate to top of page. Fixes alignment problems of
5118         lilypond-generated EPS files.
5119
5120 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5121
5122         * scm/part-combiner.scm (analyse-spanner-states): trigger on
5123         crescendo-end as well, since Decrescendo maybe ended with Stop
5124         Crescendo.). Fixes: partcombine-diminuendo.ly
5125
5126         * scm/script.scm (default-script-alist): swap portato symbols.
5127
5128         * lily/instrument-name-engraver.cc (acknowledge_grob): typo.
5129
5130         * lily/paper-outputter-scheme.cc (LY_DEFINE):
5131         ly:outputter-port. New function.
5132
5133         * scm/framework-ps.scm (output-classic-framework): dump a
5134         -systems.texi too
5135         (output-classic-framework): dump multiple systems on an "infinite"
5136         page EPS including fonts. 
5137
5138         * scripts/lilypond-book.py (Lilypond_snippet.ly_is_outdated): use
5139         .eps files for both texi and tex formats. Use PNG coming from
5140         lilypond.
5141         
5142 2005-01-28  Graham Percival  <gperlist@shaw.ca>
5143
5144         * Docuemntation/user/invoking.itely: fix info about -o=FILE.
5145
5146         * scripts/lilypond-latex.py: fix info about -o=FILE.
5147
5148 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5149
5150         * ly/generate-embedded-cff.ly: write .cff.ps files.
5151
5152         * mf/GNUmakefile ($(outdir)/lilypond.map): add .cff.ps to .map file.
5153
5154         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
5155         $(outdir)/%.svg $(outdir)/%.pfa): remove --simplify
5156
5157 2005-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5158
5159         * lily/include/guile-compatibility.hh (SCM_VECTOR_P): Compile fix.
5160
5161 2005-01-28  Werner Lemberg  <wl@gnu.org>
5162
5163         * mf/feta-macros.mf (soft_start_penstroke, soft_end_penstroke): New
5164         macros.
5165         (draw_bulb): Improved.
5166
5167         * mf/feta-pendaal.mf ("Pedal asterisk"): Remove workaround for
5168         metapost bug.
5169         (draw_pedal_P): Use soft_end_penstroke.
5170         (draw_pedal_d): Use soft_start_penstroke.
5171
5172         * mf/feta-schrift.mf ("Trill (`tr')"): Remove redundant point in
5173         path.
5174         ("Varied Coda"): Move some points to avoid fontforge warnings.  This
5175         doesn't change the glyph shape.
5176
5177         * mf/feta-accordion.mf ("accOldEE"): Draw glyph differently (without
5178         changing the shape) to avoid fontforge warnings.
5179
5180         * mf/feta-klef.mf (draw_tab_T, draw_tab_A, draw_tab_B): Use
5181         soft_end_penstroke and fix glyph shape.
5182
5183 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5184
5185         * lily/*.cc: Scheme deprecation of SCM_VECTOR_* 
5186
5187 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5188
5189         * scm/define-markup-commands.scm (line): filter out empty stencils
5190         from line command.
5191
5192         * lily/stencil-scheme.cc (LY_DEFINE): only allow finite real
5193         amount.
5194
5195 2005-01-27  Graham Percival  <gperlist@shaw.ca>
5196
5197         * Documentation/user/notation.itely: added info about what
5198         \voiceFoo does.  Also rewrote warning about marks at
5199         a line break.
5200
5201         * Documentation/user/changing-defaults.itely: added info
5202         about putting dynamics in parenthesis and brackets.
5203
5204 2005-01-27  Werner Lemberg  <wl@gnu.org>
5205
5206         * mf/feta-schrift.mf ("Trill (`tr')"): Fix typo.
5207
5208 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5209
5210         * mf/feta-schrift.mf: reverse u and d portato. Fixes:
5211         portato-direction.ly
5212
5213         * lily/beam.cc (consider_auto_knees): add beam height to
5214         threshold. Fixes: knee-multiple-beam.ly
5215
5216         * lily/instrument-name-engraver.cc (acknowledge_grob): also ignore
5217         pedal line spanners. Fixes: instrument-center-pedal.ly
5218
5219         * lily/auto-beam-engraver.cc (acknowledge_grob): stop beam
5220         if encountering barline. Fixes: auto-beam-repeat.ly
5221
5222 2005-01-26  Werner Lemberg  <wl@gnu.org>
5223
5224         * mf/feta-slag.mf (draw_trillelement): Fix shape to get clean
5225         overlapping.
5226
5227         * mf/feta-toevallig.mf (draw_meta_sharp): Fix shape to avoid curves
5228         with inflections for the 1/2 sharp glyph.
5229
5230         * mf/feta-schrift.mf ("Trill (`tr')"): Fix start position of
5231         connection between `t' and `r'.
5232         Unify bulb with the rest of `r' to avoid grazing outlines which
5233         confuses the overlap removal algorithm of fontforge.
5234
5235         * mf/feta-bolletjes.mf (draw_slash): Fix shape to avoid curves with
5236         inflections.
5237         (draw_cross): Fix shape to have uniform thickness in corners.
5238
5239         * mf/feta-pendaal.mf (draw_pedal_P): Break shape into smaller pieces
5240         to avoid an uneven number of self-intersections; this confuses
5241         fontforge.
5242         Fix a slight bug in the shape at left bottom (which is visible only
5243         at high magnifications).
5244         `Center' the stem horizontally to avoid overlapping.
5245
5246 2005-01-24  Werner Lemberg  <wl@gnu.org>
5247
5248         * mf/feta-autometric.mf (fet_beginfont): Set font_coding_scheme
5249         to `asis'.
5250         (fet_begingroup): Save group name in string `feta_group'.
5251         (fet_endgroup): Updated.
5252         (fet_beginchar): Emit `glyph_name' special for mf2pt1.
5253
5254         * mf/feta-bolletjes.mf: s/p/pat/ for paths.
5255
5256         * mf/feta-pendaal.mf ("Pedal asterisk"): Add workaround for bug
5257         in metapost.
5258
5259 2005-01-24  Graham Percival  <gperlist@shaw.ca>
5260
5261         * Documentation/user/notation.itely: really minor editing.
5262
5263 2005-01-22  Graham Percival  <gperlist@shaw.ca>
5264
5265         * Documentation/user/examples.itely: minor editing.
5266
5267         * Documentation/user/changing-defaults.itely: minor editing.
5268
5269         * Documentation/user/notation.itely: clarified info on polyphony
5270         and \addlyrics.
5271
5272 2005-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5273
5274         * scm/output-gnome.scm: 
5275         * scm/output-svg.scm:
5276         * scm/lily-library.scm (font-name-style): Update font name
5277         kludging for fontconfig use.
5278
5279 2005-01-20  Erlend Aasland  <erlenda@gmail.com>
5280
5281         * scm/define-markup-commands.scm: Document right-align and
5282         larger markup commands. Remove "TODO" from the topmost comment
5283         "each markup function should have a doc string." More consistent
5284         use of new-lines.
5285
5286 2005-01-22  Graham Percival  <gperlist@shaw.ca>
5287
5288         * Documentation/user/changing-defaults: removed info about
5289         copyright symbol, since it's likely to change soon.
5290         Added info about betweensystemspace.
5291
5292         * Documentation/user/notation.itely: minor fixes.
5293
5294         * Documentation/user/lilypond.tely,
5295         Documentation/user/music-glossary.tely: changed copyright
5296         date to 2005 instead of 2004.
5297
5298         * input/test/volta-chord-names.ly: added old example back.
5299
5300 2005-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5301
5302         * mf/feta-beugel.mf: use design size 20 (not 15).
5303
5304         * mf/aybabtu.pe.in: scale brace fonts to design sizes.
5305         change name to aybabtu completely
5306
5307 2005-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5308
5309         * buildscripts/gen-emmentaler-scripts.py (outdir): add
5310         design_size to fontname
5311
5312 2005-01-19  Werner Lemberg  <wl@gnu.org>
5313
5314         * mf/feta-accordion.mf, mf/feta-klef.mf, mf/feta-pendaal.mf,
5315         mf/feta-schrift.mf: s/p/pat/ if a path variable.
5316
5317         * mf/feta-autometric.mf (set_char_box): Add code which emits
5318         specials for mf2pt1 if run with metapost.
5319         (to_bp): New macro for mf2pt1.
5320
5321 2005-01-18  Graham Percival  <gperlist@shaw.ca>
5322
5323         * Documentation/user/changing-defaults: added info on
5324         creating a copyright symbol.
5325
5326 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5327
5328         * VERSION: release 2.5.9
5329         
5330 2005-01-18  Erlend Aasland  <erlenda@gmail.com>
5331
5332         * scm/auto-beam.scm: Simplify score-override-auto-beam-setting
5333
5334         * Documentation/user/notation.itely: Document
5335         score-override-auto-beam-setting Fix documentation for
5336         revert-auto-beam-setting.
5337
5338 2005-01-18  Werner Lemberg  <wl@gnu.org>
5339
5340         * scm/framework-ps.scm (ps-embed-cff): Fix DSC comments.
5341         (procset): New function to define a procset resource.
5342         (ps-embed-pfa): New function to define a font resource.
5343         (setup): New function to define a `Setup' environment.
5344         (preamble): Use new functions.
5345
5346         * ps/lilypond.defs (init-lilypond-parameters): New function to
5347         get rid of directly executed PS code.  Used in scm/framework-ps.scm.
5348
5349 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5350
5351         * mf/GNUmakefile (MFTRACE_FLAGS): add --no-afm to MFTRACE_FLAGS
5352
5353 2005-01-17  Erlend Aasland  <erlenda@gmail.com>
5354
5355         * scm/define-markup-commands.scm: Change number->markletter-string
5356         to take two arguments (vector number). Add number->mark-alphabet-vector
5357         and markalphabet markup command.
5358
5359         * scm/translation-functions.scm: Add format-mark-box-alphabet,
5360         format-mark-alphabet, format-mark-box-barnumbers and
5361         format-mark-barnumbers. Fix bug in format-mark-box-numbers.
5362
5363 2005-01-17  Graham Percival  <gperlist@shaw.ca>
5364
5365         * Documentation/user/examples.itely: add SATB automatic piano
5366         reduction template.
5367
5368         * Documentation/user/notation.itely: added info about changing
5369         partcombine texts.  Also adds examples of alternate lyrics.
5370
5371         * Documentation/user/changing-defaults.itely: added warning
5372         about \RemoveEmptyStaffContext overriding previous changes.
5373
5374 2005-01-17  Werner Lemberg  <wl@gnu.org>
5375
5376         * buildscripts/mf-to-table.py: Use `FetaAlphabetEncoding' for
5377         feta-alphabet*.
5378
5379 2005-01-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5380
5381         * python/lilylib.py (make_ps_images): don't do final showpage for
5382         multi-page documents.
5383         
5384         * VERSION (MY_PATCH_LEVEL): release 2.5.8
5385
5386 2005-01-16  Graham Percival  <gperlist@shaw.ca>
5387
5388         * Documentation/user/lilypond.tely: changed order of appendices;
5389         unified index should be last.
5390
5391         * Documentation/user/notation.itely: add example of key signatures
5392         and info about Staff.printKeyCancellation.
5393
5394 2005-01-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5395
5396         * lily/include/repeated-music.hh (class Repeated_music): change
5397         into "namespace" class.
5398
5399         * lily/event.cc: remove Key_change_event.
5400
5401         * lily/include/transposed-music.hh (class Transposed_music): remove.
5402
5403         * lily/transposed-music.cc: remove
5404
5405         * lily/include/relative-music.hh: remove.
5406
5407         * lily/include/music-sequence.hh (struct Music_sequence): change
5408         into "namespace" class.
5409
5410         * lily/untransposable-music.cc (Module): remove
5411
5412         * lily/include/un-relativable-music.hh (Module): remove
5413
5414         * lily/include/untransposable-music.hh (Module): remove
5415
5416         * lily/include/music-list.hh (Module): remove file
5417
5418         * lily/un-relativable-music.cc: remove file.
5419
5420 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
5421
5422         * lily/parser.yy: Compile fix.
5423
5424 2005-01-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5425
5426         * lily/include/music.hh (class Music): unvirtualize transpose().
5427
5428         * lily/sequential-music.cc: remove file.
5429
5430         * lily/include/lyric-combine-music.hh ("music.hh"): remove file.
5431
5432         * lily/slur-scoring.cc (get_best_curve): only switch on
5433         DEBUG_SLUR_SCORING for non NDEBUG builds.
5434
5435         * lily/include/music.hh (class Music): replace Music::start_mom()
5436         by start-callback property
5437
5438         * lily/include/grace-music.hh: remove file. 
5439
5440         * lily/stem.cc (height): robustness fix.
5441
5442         * lily/time-scaled-music.cc: remove file.
5443
5444         * lily/include/music.hh (class Music): include SCM init argument.
5445         (class Music): replace Music::get_length() virtual by
5446         length-callback property everywhere.
5447
5448         * scripts/convert-ly.py (conv): add  # to \property scalar value.
5449
5450         * mf/GNUmakefile: don't install *list.ly
5451
5452 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
5453
5454         * mf/GNUmakefile (CFF_FILES): Bugfix: only big cheeses and braces.
5455
5456 2005-01-12  Werner Lemberg  <wl@gnu.org>
5457
5458         This patch addresses the following problems in the feta sources
5459         files which contribute to the fetaXX fonts.
5460
5461         . Many fixes for rasterization at low resolutions (consistent use of
5462           `vround' and `hround', integer shift values for paths, applying
5463           `eps' for mirrored paths, use of `define_whole_pixels' and
5464           friends, etc.) -- while this probably looks like a waste of time
5465           it has revealed deficiencies in some glyph shapes.  See comment at
5466           the end of feta-params.mf how vertical symmetry is achieved.
5467
5468         . The `---' operator has been replaced everywhere with `--'; this
5469           both improves and considerably reduces the font size after
5470           conversion with mf2pt1.
5471
5472         These change aren't explicitly mentioned below since virtually all
5473         glyphs are affected.
5474
5475         Other notable differences:
5476
5477         . Glyphs from feta-accordion.mf now have charboxes around the
5478           outline.
5479
5480         . Fixed incorrect charbox for `accDot'.
5481
5482         . The `rcomma' and `lcomma' glyphs were distorted due to a typo.
5483
5484         . Fixed position of the bow in the `upprall' glyph and its siblings.
5485
5486         . The bulb size in the `2/2 meter' and `4/4 meter' glyphs is now
5487           dependent on the staff line thickness to avoid touching the middle
5488           staff line at smaller sizes.
5489
5490         . Largely extended output for feta-testXX: Where useful, glyphs
5491         are shown both between and on staff lines.
5492
5493
5494         * mf/feta-params.mf (staff_space_rounded,
5495         stafflinethickness_rounded, linethickness_rounded,
5496         ledgerlinethickness_rounded, stemthickness_rounded): New variables.
5497         Update all code which uses them where appropriate.
5498         (feta_eps, feta_shift, feta_space_shift, feta_offset, feta_fillpen):
5499         New variables used to control rasterization at low resolutions.  Set
5500         to zert if feta code is processed with metapost.
5501
5502         * mf/feta-macros.mf (draw_staff, draw_staff_outline): Updated.
5503         (draw_rounded_block, draw_square_block): Updated to use `--' only.
5504         (flare_path): Updated.
5505         Make it work with `filldraw' (but only circular pens).
5506         (hfloor, vfloor, hceiling, vceiling): New macros.
5507
5508         * mf/feta-accordion.mf ("accDiscant", "accFreebase", "accStdbase"):
5509         Use `draw' again in mf mode to have good pixel dropout control.
5510         Fix intersection points of horizontal lines with circle.
5511         ("accDot"): Fix parameters for set_char_box.
5512         ("accOldEE"): Use `draw' again in mf mode to have good pixel dropout
5513         control.
5514
5515         * mf/feta-banier.mf: Updated.
5516
5517         * mf/feta-bolletjes.mf (remember_pic): New variable, used for
5518         testing.
5519         (undraw_inside_ellipse): Remove `center' argument.  Update all
5520         callers.
5521         (draw_brevis): New macro, called by "Brevis notehead".
5522         (draw_whole_triangle_head): New macro, called by "Whole
5523         trianglehead".
5524         (draw_small_triangle_head): Use `filldraw'.
5525
5526         * mf/feta-eindelijk.mf: Remove useless global group.
5527         Updated.
5528
5529         * mf/feta-klef.mf (draw_c_clef): Correct point positions for using
5530         `filldraw'.
5531
5532         * mf/feta-pendaal.mf: Updated.
5533
5534         * mf/feta-puntje.mf: Updated.
5535
5536         * mf/feta-schrift.mf (draw_very_long_fermata): Simplified to use
5537         less points.
5538         ("Flageolet"): Use `draw' again in mf mode to have good pixel
5539         dropout control.
5540         ("Varied Coda"): Use `draw_block'.
5541         (draw_comma): Fix typo.
5542         (draw_arpeggio_arrow): Use `draw' also in mf mode to have good
5543         pixel dropout control.
5544
5545         * mf/feta-slag.mf ("upprall", "downprall", "lineprall"): Fix start
5546         position of bow.
5547
5548         * mf/feta-timesig.mf (draw_C): Reduce bulb size for smaller design
5549         sizes.
5550
5551         * mf/feta-toevallig.mf (remember_pic): New variable, used for
5552         testing.
5553         (draw_meta_sharp): Much simplified.
5554         ("Sharp", "1/2 Sharp", "3/4 Sharp"): Don't rotate but shift.
5555
5556         * mf/feta-test-generic.mf: Include all files as in feta-generic.mf.
5557
5558 2005-01-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5559
5560         * Documentation/user/notation.itely (Ancient rests): Fix typo
5561         (thanks Anthony)
5562
5563 2005-01-13  Jan Nieuwenhuizen  <janneke@gnu.org>
5564
5565         * scm/auto-beam.scm (score-override-auto-beam-setting): New function.
5566
5567         * lily/main.cc (setup_paths): Add cff.
5568
5569         * mf/GNUmakefile (foe): Include actual target %.cff.
5570         (INSTALLATION_OUT_SUFFIXES): Install CFF and SVG fonts too.
5571
5572 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5573
5574         * lily/include/lily-lexer.hh (class Lily_lexer): lose hungarian _b
5575         suffix for main_input_b_.
5576
5577         * scm/music-functions.scm (toplevel-music-functions):
5578         precompute music lengths for music expressions.  
5579
5580 2005-01-11  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5581
5582         * lily/include/input.hh (class Input): new `end_' slot for end of
5583         input. Renamed defined_str0_ to start_.
5584
5585         * lily/input.cc (Input): Add Input::Input (Input const &) and
5586         remove Input::Input (Source_file*, char const *). Use the new
5587         slots.
5588         (set_location): method used by bison to propagate input
5589         locations (YYLLOC_DEFAULT).
5590         (end_line_number, end_column_number, step_forward): new methods
5591         
5592         * lily/input-scheme.cc (ly:input-both-locations): new function,
5593         similar to ly:input-location, but also return the end line and
5594         column.
5595
5596         * lily/include/includable-lexer.hh: 
5597         * lily/includable-lexer.cc: 
5598         * lily/include/lily-lexer.hh (class Lily_lexer): 
5599         * lily/lily-lexer.cc (add_lexed_char): Move add_lexed_char from
5600         Includable_lexer to Lily_lexer, in order to update lexloc (the
5601         yylloc), a new slot of Lily_lexer.
5602         (here_input, LexerError): simplify by using the lexloc slot (aka
5603         yylloc)
5604
5605         * lily/lexer.ll: #define yylloc to use input locations (it may
5606         be useless here?). Fixed the #embedded_scm rule (step the location
5607         forward in order to skip the sharp sign before parsing the scheme
5608         expression)
5609
5610         * lily/include/lily-parser.hh (class Lily_parser): 
5611         * lily/lily-parser.cc: Remove push_spot(), pop_spot() and
5612         here_input()
5613         (parser_error): overload for more precise locations of errors.
5614
5615         * lily/parser.yy (YYLTYPE): set location type to Input
5616         (YYLLOC_DEFAULT): use Input::set_location()
5617         (yylex): add the YYLTYPE* location parameter.
5618         Clean push_spot()/pop_spot()/here_input(), and use @$, @1, etc.
5619         Give an Input parameter to THIS->parser-error() for more accurate
5620         messages.
5621
5622 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5623
5624         * stepmake/aclocal.m4: do NDEBUG for optimizing builds.
5625
5626         * lily/include/beam.hh (DEBUG_QUANTING): performance: only switch
5627         on BEAMQUANTING for non-NDEBUG builds.
5628
5629         * lily/stem.cc (head_count): performance: avoid String::String()
5630         inside oft called function.
5631
5632 2005-01-09  Graham Percival  <gperlist@shaw.ca>
5633
5634         * Documentation/user/examles.itely: attempted fix for broken
5635         string quartet template.
5636
5637         * Documentation/user/notation.itely: remove unnecessary broken
5638         link.
5639
5640 2005-01-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5641
5642         * VERSION (PACKAGE_NAME): release 2.5.7
5643
5644 2005-01-09  Jan Nieuwenhuizen  <janneke@gnu.org>
5645
5646         * config.make.in (METAFONT): Append -progname=mf, fixes use with
5647         mf-nowin for teTeX-3.0.  Backportme.
5648
5649         * scm/output-svg.scm (utf8-string): New function.
5650
5651         * scm/output-gnome.scm (utf8-string): New function.
5652         (otf-name-mangling): Remove.
5653
5654         * lily/pango-font.cc (Pango_font): Use font string iso font
5655         filename for utf8-text.
5656
5657         * buildscripts/gen-emmentaler-scripts.py: Remove designsize from
5658         name.
5659
5660 2005-01-08  Graham Percival  <gperlist@shaw.ca>
5661
5662         * Documentation/user/notation.itely: add info about
5663         Staff.extraNatural = ##f in Pitches section.  Also
5664         fixed some minor issues in the Vocal music section.
5665
5666 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5667
5668         * scm/output-ps.scm (white-text): comment out Helvetica font,
5669         which is broken for my GS install.
5670
5671         * lily/pango-font.cc (pango_item_string_stencil): use ink_rect,
5672         which provides a tighter bbox.
5673
5674         * scm/define-grobs.scm (all-grob-descriptions): remove all
5675         extra-offsets from definitions.
5676
5677 2005-01-08  Erlend Aasland  <erlenda@gmail.com>
5678
5679         * scm/output-lib.scm: Rename guitar-tunings to guitar-tuning and
5680         add tuning for 4-string bass and some common 4/5-string banjo
5681         tunings.  New function (four-string-banjo) turns a 5-string tuning
5682         into a 4-string tuning.  New function
5683         (fret-number-tablature-format-banjo) computes correct fret numbers
5684         on 5-string banjos.
5685
5686         * ly/engraver-init.ly: Default stringTunings = #guitar-tuning
5687         Add beam correction to TabVoice.
5688
5689         * scm/define-grobs.scm: Adjust notehead offset. Print fret numbers
5690         using bold font; makes tabs more readable.
5691
5692 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5693
5694         * lily/font-select.cc (get_font_by_design_size): don't make
5695         Modified_font_metric; this causes trouble, since we don't know the
5696         font magnification from inside Pango_font::text_stencil()
5697
5698         * lily/all-font-metrics.cc (find_pango_font): take magnification argument.
5699
5700         * Documentation/user/notation.itely (The Lyrics context): comment out
5701         broken {Small ensembles} link.
5702
5703         * scm/framework-svg.scm (output-framework): change calling convention.
5704
5705         * lily/object-key-dumper-scheme.cc: new file.
5706
5707         * lily/object-key-undumper-scheme.cc: new file.
5708
5709         * lily/tweak-registration-scheme.cc: new file.
5710
5711         * lily/pango-select.cc (symbol_to_pango_variant): init local variable.
5712
5713         * Documentation/user/examples.itely (String quartet): uncomment
5714         broken example.
5715
5716         * lily/font-config.cc: new file.
5717
5718 2005-01-08  Jan Nieuwenhuizen  <janneke@gnu.org>
5719
5720         * scm/output-svg.scm: 
5721         * scm/output-gnome.scm: s/bigcheese/emmentaler.
5722
5723         * lily/score-engraver.cc (MUSIC_FONT): Use emmentaler20.
5724
5725 2005-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
5726
5727         * lily/general-scheme.cc (LY_DEFINE): Use snprintf (WAS: sprintf).
5728         Add headers.
5729
5730         * lily/GNUmakefile (general-scheme.o): Add version.hh dependency.
5731
5732 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5733
5734         * mf/GNUmakefile (debian-mirror): rename bigcheese to emmentaler.
5735
5736         * lily/include/main.hh: lose _b hungarian suffixes for global
5737         variables.
5738
5739         * lily/include/lily-guile-macros.hh: new file.
5740
5741         * lily/pango-select-scheme.cc (LY_DEFINE): new file.
5742
5743         * lily/general-scheme.cc: new file. 
5744
5745         * lily/font-select.cc (get_font_by_design_size): retrieve
5746         PangoFont for (designsize . "pango-descr") entries.
5747
5748         * lily/lily-parser-scheme.cc: new file.
5749
5750         * lily/output-def-scheme.cc: new file.
5751
5752         * lily/paper-book-scheme.cc: new file.
5753
5754         * lily/duration-scheme.cc (LY_DEFINE): new file.
5755
5756         * lily/pitch-scheme.cc:  new file.
5757
5758         * scm/font.scm (add-cmr-fonts): use real dimens in font selection.
5759
5760 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5761
5762         * lily/dimensions.cc (LY_DEFINE): add ly:{inch,cm,mm,bp,pt}.
5763
5764 2005-01-06  Graham Percival  <gperlist@shaw.ca>
5765
5766         * Documentation/user/notation.itely: minor editing.
5767
5768         * Documentation/user/changing-defaults: minor editing.
5769
5770         * Documentation/user/examples.itely: add template for
5771         string quartet part extraction; demonstrates tag.
5772
5773 2005-01-06  Erlend Aasland  <erlenda@gmail.com>
5774
5775         * Documentation/user/notation.itely: documents
5776         format-mark-box-letters and format-mark-box-numbers
5777
5778         * scm/define-context-properties.scm: change comment.
5779
5780 2005-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5781
5782         * scm/framework-ps.scm (output-classic-framework): new function:
5783         dump systems as separate .eps files (without fonts) and write a
5784         single collecting .tex file.
5785
5786 2005-01-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5787
5788         * Documentation/user/notation.itely (Setting simple songs):
5789         Correct several errors in the equivalent formulation of
5790         \addlyrics. 
5791         (The Lyrics context): Corrected link to the SATB example.
5792
5793 2005-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5794
5795         * scm/lily.scm (completize-formats): new function
5796         (postprocess-output): new function
5797
5798         * lily/paper-book.cc (classic_output): change calling
5799         convention. Give basename as first argument. 
5800         remove Paper_book::post_processing().
5801
5802         * lily/lily-guile.cc (LY_DEFINE): ly:output-backend, new function.
5803
5804 2005-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5805
5806         * lily/paper-outputter.cc (LY_DEFINE): new function
5807         ly:outputter-close.
5808
5809         * lily/main.cc: change --format,-f to --backend,-b
5810
5811         * lily/include/main.hh: rename format to backend.
5812
5813         * scm/translation-functions.scm (format-mark-box-numbers): add.
5814         patch by Erlend Aasland
5815
5816 2005-01-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5817
5818         * lily/pango-font.cc (text_stencil): dump string as
5819         (utf-8-string FONTDESC UTF8) for use in -f gnome, -f svg.
5820
5821 2005-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5822
5823         * configure.in (gui_b): Remove handy developer-only
5824         PKG_CONFIG_PATH settings that cater for Jan-and-Han-Wen ~/usr/pkg/
5825         CVS source installations (but break other non-default but correct
5826         PKG_CONFIG_PATH setups), as this is no longer developer-only.
5827
5828         * SConstruct: 
5829         * ps/GNUmakefile (INSTALLATION_FILES): teTeX-3.0
5830         compatibility (backportme).
5831
5832         * GNUmakefile.in: teTeX-3.0 compatibility (backportme).
5833
5834 2005-01-03  Werner Lemberg  <wl@gnu.org>
5835
5836         Prepare glyph shapes for mf2pt1 conversion.
5837
5838         * mf/feta-accordion.mf (accreg_pen): Removed.  No longer used.
5839         (accDiscant, accFreebase, accStdbase): Replace `draw' with
5840         `penstroke'.
5841         (accDot): Use `drawdot'.
5842         (accBayanbase): Replace `draw' with `draw_gridline'.
5843         (print_penpos): Moved to feta-macros.mf.
5844         (accOldEE): Replace `filldraw' with `penstroke'.
5845         Replace `draw' with `penstroke' and `drawdot'.
5846
5847         * mf/feta-banier.mf: Code clean-up.
5848         ("grace dash (up)", "grace dash (down)"): Replace `draw' with
5849         `fill'.
5850
5851         * mf/feta-bolletjes (draw_cross): Remove call to `labels'.
5852
5853         * mf/feta-eindelijk.mf (draw_rest_bulb, draw_eigth_rest): Add
5854         paremeter to control drawing of labels.  Update all callers.
5855
5856         * mf/feta-klef.mf (draw_c_clef): Use `&' not `..' to connect paths.
5857         (new_bulb): Return a bulb as a single path.  To do that, it now
5858         takes some more parameters.  Updated all callers.
5859         (draw_gclef): Major clean-up.  `draw' has been replaced with
5860         `penstroke', unnecessary outlines have been removed.
5861         Remove (unused) gnome-canvas code.
5862
5863         * mf/feta-macros.mf (print_penpos): New macro (from
5864         feta-accordion.mf).
5865         Other minor fixes.
5866
5867         * mf/feta-pendaal.mf ("Pedal asterisk"): Use `undrawdot'.
5868         ("Pedal dot"): Use `drawdot'.
5869         (draw_pedal_P): Add parameter to control drawing of labels.  Update
5870         all callers.
5871         Fix shape at top.
5872         (draw_pedal_e): Add parameter to control drawing of labels.  Update
5873         all callers.
5874         (draw_pedal_d): Add parameter to control drawing of labels.  Update
5875         all callers.
5876         Revert drawing direction.
5877
5878         * mf/feta-schrift.mf (draw_fermata): Use single path.
5879         (draw_short_fermata): Replace `filldraw' with `fill'.
5880         (draw_long_fermata, draw_very_long_fermata): Replace calls to
5881         `draw_rounded_block' with a single path.
5882         ("Thumb"): Draw full circle instead of mirroring segments.
5883         (draw_accent): New macro.
5884         ("> accent", "espr"): Use it.
5885         (draw_marcato): Replace `filldraw' and `draw' with `fill'.
5886         ("open (unstopped)"): Draw full circle instead of mirroring
5887         segments.
5888         (draw_vee): Removed.
5889         ("Upbow"): Use `draw_accent' instead of `draw_vee'.
5890         ("Downbow"): Replace calls to `draw_rounded_block' with a single
5891         path.
5892         ("Trill (`tr')"): Replace overlapping loop drawn with `draw' with
5893         partial pieces drawn with `fill' -- these do still overlap with the
5894         stem of the `t' but just once, not multiple times so that fontforge
5895         can handle it gracefully.
5896         Change other parts of the glyph so that fontforge's overlapping
5897         algorithm reliably works.
5898         (draw_heel): Replace `draw' with `fill'.
5899         (draw_toe): Use `draw_accent' instead of `draw_vee'.
5900         ("Flageolet"): Replace `draw' with `penstroke'.
5901         ("Segno"): Replace `filldraw' with `penstroke'.
5902         Replace `draw' with `drawdot'.
5903         ("Coda"): Replace `fill' with `penstroke', using a single path.
5904         ("Varied Coda"): Use less overlapping paths.
5905         (draw_arpeggio_arrow): Replace `filldraw' with `fill', using a
5906         single path.
5907
5908         * mf/feta-slag.mf (draw_trillelement): Put `clearxy' outside of
5909         group to better control the `labels' command.
5910         Rename argument to `offset' and use it actually.  Update all
5911         callers.
5912         Replace `filldraw' with `fill'.
5913         ("mordent", "prallmordent", "upmordent", "downmordent",
5914         "lineprall"): Replace `draw' with `draw_gridline'.
5915         ("upprall", "downprall"): Replace `draw' with `fill'.
5916
5917         * mf/feta-timesig.mf: Formatting.
5918
5919         * mf feta-toevallig.mf (draw_meta_flag): Move code to draw labels
5920         to...
5921         ("Flat"): Here.
5922         (draw_paren): Move code to draw labels to...
5923         ("Right Parenthesis"): Here.
5924
5925 2005-01-02  Graham Percival <gperlist@shaw.ca>
5926
5927         * Documentation/user/notation.itely: add example of \setTextDecresc
5928         and \setTextDim.
5929
5930 2005-01-02  Tatsuya Ono <tats_ono@infoseek.jp>
5931
5932         * scm/define-markup-commands.scm :  fix glyph-strings of
5933         accidentals and \note-by-number
5934
5935 2005-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5936
5937         * VERSION: 2.5.6 released.
5938         
5939         * ps/lilyponddefs.ps: put mm -> pt scaling in here.
5940
5941         * input/regression/new-markup-scheme.ly: oops. font-family=music
5942         -> font-encoding fetaMusic.  
5943
5944         * lily/main.cc: put default to PS.
5945
5946         * lily/tfm.cc: idem.
5947
5948         * lily/afm.cc: idem.
5949
5950         * lily/include/modified-font-metric.hh (struct
5951         Modified_font_metric): remove coding_scheme() method.
5952
5953         * input/mutopia/F.Schubert/morgenlied.ly: convert to utf8
5954
5955         * scripts/convert-ly.py (conv): crash on encountering \encoding.
5956
5957         * input/les-nereides.ly: convert to utf8
5958
5959         * lily/modified-font-metric.cc (text_dimension): idem.
5960
5961         * lily/parser.yy (TODO): idem.
5962
5963         * lily/include/lily-lexer.hh (class Lily_lexer): idem.
5964
5965         * lily/lexer.ll: remove encoding
5966
5967         * scm/framework-ps.scm (output-variables): separately scale the
5968         page to mm 
5969
5970         * lily/pango-font.cc (Pango_font): fix scaling.
5971
5972         * lily/font-metric.cc (design_size): design_size returns a
5973         dimension now as well.
5974
5975 2004-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5976
5977         * mf/GNUmakefile ($(outdir)/%.otf-table): use findstring. Fixes
5978         brace generation. 
5979
5980         * lily/text-metrics.cc (LY_DEFINE): use scm_c_make_hash_table().
5981
5982 2004-12-30  Jan Nieuwenhuizen  <janneke@gnu.org>
5983
5984         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Do not try to
5985         install unbuildable Fontmap and Fontmap.lily (Simon Aridis-Lang).
5986
5987 2004-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5988
5989         * mf/GNUmakefile ($(outdir)/%.otf-table): include parmesan20.lisp
5990         in first run as well.
5991
5992         * scm/paper.scm (layout-set-staff-size): use text-font-size in
5993         dimension less points (ie. 12 = 12 point)
5994
5995         * lily/pango-select.cc (select_pango_font): use find_scaled_font().
5996
5997         * lily/all-font-metrics.cc (find_pango_font): set description_
5998
5999         * lily/pango-font.cc (text_stencil): export size as well.
6000         (text_stencil): fix scaling and extents box.
6001
6002 2004-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6003
6004         * Documentation/topdocs/NEWS.texi (Top): add -f texstr
6005
6006         * Documentation/user/invoking.itely (Invoking lilypond): document
6007         texstr
6008
6009         * scripts/convert-ly.py (conv): add ancient rules.
6010
6011         * scm/clef.scm (c0-pitch-alist): replace - with .
6012
6013         * scripts/lilypond-book.py (process_snippets): add texstr support.
6014
6015         * scm/framework-texstr.scm (header): change extension to .textmetrics
6016
6017         * lily/lily-parser.cc (parse_file): do try_load_text_metrics for
6018         -f tex.
6019
6020         * lily/text-metrics.cc: new file.
6021         (try_load_text_metrics): new function
6022
6023         * lily/include/text-metrics.hh: new file.
6024
6025 2004-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6026
6027         * lily/include/lily-guile.hh (ly_lily_module_constant): rename
6028         ly_scheme_function to ly_lily_module_constant.
6029
6030         * lily/modified-font-metric.cc (text_dimension): try
6031         lookup_tex_text_dimension() first.
6032
6033         * lily/tfm.cc: new function ly:load-text-dimensions
6034
6035 2004-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6036
6037         * scm/output-texstr.scm (text): use \lilygetmetrics
6038
6039         * scm/framework-texstr.scm (header): dump in new format.
6040
6041         * tex/lilypond-tex-metrics: new file.
6042         
6043 2004-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6044
6045         * lily/pango-font.cc (text_stencil): Quick try at glyph->charcode
6046         mapping.
6047         (index_to_charcode): New method.
6048
6049         * scm/output-ps.scm (glyph-string): 
6050         * scm/output-gnome.scm (glyph-string): Add FONT parameter.
6051
6052 2004-12-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6053
6054         * scm/output-gnome.scm (FIXME-glyph-string): New function.  Cannot
6055         implement fully, need FONT to get to charcode.
6056
6057         * scm/lily.scm (ly:all-stencil-expressions): Add glyph-string.
6058
6059         * scm: Cleanups.
6060
6061         * Documentation/user/changing-defaults.itely: Fix internalsrefs
6062         {Tunable context properties},
6063         {All layout objects},
6064         {Music definitions}.
6065
6066 2004-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6067
6068         * VERSION: release 2.5.5
6069         
6070         * lily/main.cc: use TeX as default output format.
6071
6072         * flower/file-path.cc (find): try to open directly as well, so we
6073         find absolute path files. 
6074
6075         * lily/pango-select.cc: new file.
6076
6077         * scm/framework-ps.scm: remove all encoding code. 
6078         load pfb/pfa for PangoFont too.
6079         
6080         * lily/lily-guile.cc (ly_chain_assoc_get): new function.
6081
6082 2004-12-22  Werner Lemberg  <wl@gnu.org>
6083
6084         Prepare glyph shapes for mf2pt1 conversion.
6085
6086         * mf/feta-toevallig.mf ("Double Sharp"): Minor path fix.
6087
6088         * mf/feta-bolletjes.mf (penposx): New auxiliary macro.
6089         (define_triangle_shape): Use it to replace `draw' with `fill' and
6090         `unfill'.  Update all callers.
6091         (draw_slash): Replace `filldraw' with `fill'.  Update all callers.
6092         (draw_cross): Ditto.
6093         ("X-Circled notehead"): Replace `draw' with `fill' and `unfill'.
6094         Use penrazor for better conversion with mf2pt1.
6095         (generic_draw_solfa_note_shape, draw_solfa_note_shape,
6096         draw_solfa_quarter_note_shape, triangle): Removed.  Unused.
6097         (draw_do_head, draw_re_head, draw_mi_head, draw_fa_head,
6098         draw_la_head, draw_ti_head): Replace `filldraw' with
6099         `fill'.  Update all callers.
6100
6101 2004-12-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6102
6103         * lily/paper-book.cc (output): revert: only allow a single output
6104         format.
6105
6106         * lily/include/pango-font.hh: new file.
6107
6108         * lily/pango-font.cc: new file.
6109
6110         * lily/font-metric.cc (text_stencil): new routine
6111
6112         * lily/all-font-metrics.cc (find_pango_font): new routine.
6113
6114         * lily/include/font-metric.hh (struct Font_metric): add
6115         text_stencil()
6116
6117         * configure.in (PKG_CONFIG_PATH): require PANGO_FT2
6118
6119 2004-12-22  Werner Lemberg  <wl@gnu.org>
6120
6121         Prepare glyph shapes for mf2pt1 conversion.
6122
6123         * mf/feta-macros.mf, mf_feta-eindelijk.mf: Some formatting.
6124
6125         * mf/feta-toevallig.mf: Formatting.
6126         (draw_meta_sharp): Modify path to replace `filldraw' with `fill'.
6127         ("Natural"): Fix paths to allow better postprocessing.
6128         (draw_meta_flat): Use `z3l' as additional point in path to get
6129         better conversion with mf2pt1.
6130         Other minor cleanups.
6131         ("3/4 Flat"): Add auxiliary points and modify path to replace
6132         `draw' with `fill'.
6133         ("Double Sharp"): Mirror path segments instead of picture elements
6134         to get a single outline.
6135         Modify path to replace `filldraw' with `fill'.
6136
6137 2004-12-22  Graham Percival  <gperlist@shaw.ca>
6138
6139         * input/test/unfold-all-repeats.ly: added file back.
6140
6141         * Documentation/user/notation.itely,
6142         Documentation/user/programming-interface.itely
6143         Documentation/user/changing-defaults.itely: fixed misc broken
6144         links to input/test/ files.
6145
6146 2004-12-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6147
6148         * tex/texinfo.tex: Update.  We should not be distributing this,
6149         but since we do, use latest version.
6150
6151         * Documentation/user/macros.itexi: Comment-out \fetaflat,
6152         \fetasharp.  Fixes make web.  FIXME: make usable (compatible?) TeX
6153         macros for feta glyphs.
6154
6155 2004-12-22  Graham Percival  <gperlist@shaw.ca>
6156
6157         * Documentation/user/changing-defaults.itely: fix index for set.
6158
6159         * Documentation/user/converters.itely: added convert-ly bugs list
6160         from CVS.
6161
6162 2004-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6163
6164         * python/lilylib.py (setup_environment): Set GS_FONTPATH, GS_LIB
6165         to empty.  Fixes make web, using gs-gpl-8.01.  In fact,
6166         gs-afpl-8.50 has more trouble with make web (ie, uses *a lot* more
6167         resourses; 3x MAXSIZE, 4x MAXRSS, 1.5x user).
6168
6169         * mf/GNUmakefile (pfa_warning): Use less broken check.
6170
6171         * python/lilylib.py (setup_environment): Remove cruft from
6172         GS_FONTPATH.
6173
6174         * configure.in: Bump mftrace requirement to 1.1.1.
6175
6176 2004-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
6177
6178         * scm/output-svg.scm (beam): Use polygon.
6179
6180         * scm/lily-library.scm: Bugfix.
6181
6182         * Documentation/user/invoking.itely (Invoking lilypond): Bugfix.
6183
6184         * mf/GNUmakefile (ALL_GEN_FILES): Remove unbuildable Fontmap.lily.
6185
6186 2004-12-19  Werner Lemberg  <wl@gnu.org>
6187
6188         Prepare glyph shapes for mf2pt1 conversion.
6189
6190         * mf/feta-eindelijk: Some formatting.
6191         (multi_rest_x, multi_beam_height): Removed.  Unused.
6192         ("Quarter rest"): Use `intersectiontimes' to create a single
6193         outline.
6194         (rest_crook): Removed.  Unused.
6195         (draw_rest_bulb): Return path (wihtout filling).  Update callers.
6196         Simplified.
6197         (draw_eighth_rest, "16th rest", "32th rest", "64th rest",
6198         "128th rest"): Simplify `pat'.
6199         Create single outline.
6200
6201 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6202
6203         * mf/GNUmakefile (ALL_GEN_FILES):
6204         (INSTALLATION_OUT_SUFFIXES): Remove unbuildable fonts.scale.
6205
6206         * scm/output-svg.scm (polygon, draw-line, dashed-line): New
6207         function.
6208
6209 2004-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6210
6211         * scm/output-texstr.scm (placebox): add routine
6212
6213         * VERSION (PACKAGE_NAME): release 2.5.4
6214
6215         * scm/framework-texstr.scm (output-framework): new file.  
6216
6217         * scm/output-texstr.scm: new file. Collect (TEXT . ) calls for TeX
6218         processing.
6219
6220         * Documentation/user/invoking.itely (Invoking lilypond): add SVG
6221
6222         * stepmake/stepmake/metafont-rules.make: make single SVG/PFA/PFB
6223         rule.
6224
6225         * configure.in (gui_b): bump mftrace requirement to 1.1.0
6226
6227         * mf/feta-bolletjes.mf (triangle): add s to 0triangle.
6228
6229         * mf/GNUmakefile (ALL_GEN_FILES): make SVG files too.
6230
6231 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6232
6233         * scm/framework-svg.scm (dump-page): Implement landscape.
6234
6235 2004-12-18  Jan Nieuwenhuizen  <janneke@gnu.org>
6236
6237         * lily/main.cc (setup_paths): Add svg to search path.
6238
6239         * scm/output-svg.scm:
6240         * scm/framework-svg.scm: Add pageSet.  Update.
6241         (dump-fonts): New function.
6242         (output-framework): Use it.
6243
6244         * mf/GNUmakefile: 
6245         * buildscripts/gen-bigcheese-scripts.py: Also generate SVG font.
6246
6247 2004-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6248
6249         * tex/lilyponddefs.tex: comment out new ifpdf code.
6250
6251 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6252
6253         * GNUmakefile.in: 
6254         * SConstruct (symlink): Replace afm by otf.
6255
6256         * scm/framework-gnome.scm (gnome-main): Remove invocation of
6257         ly:pango-add-afm-decoder.
6258
6259         * lily/lily-guile.cc ("ly:pango-add-afm-decoder"): Build fix: Remove.
6260
6261 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6262
6263         * scm/output-ps.scm (new-text): don't access t glyph for getting
6264         space dimension.
6265
6266         * ly/init.ly: warn about \version
6267
6268         * lily/lexer.ll: set version-seen?
6269
6270 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6271
6272         * scm/output-svg.scm (string->entities): Update.
6273
6274 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6275
6276         * lily/main.cc (setup_paths): replace afm by otf for path. 
6277
6278         * lily/pangofc-afm-decoder.cc: remove.
6279
6280         * lily/include/pangofc-afm-decoder.hh: remove.
6281
6282         * scm/framework-scm.scm (output-framework): new file.
6283
6284         * mf/GNUmakefile: remove SAUTER_FONTS.
6285         remove SVG/sodipodi hacks.
6286
6287         * scm/lily-library.scm (stderr): move stderr.
6288
6289         * mf/GNUmakefile: remove AFM support.
6290
6291         * buildscripts/mf-to-table.py (base): remove AFM support.
6292
6293         * lily/open-type-font.cc (design_size): use design_size
6294
6295 2004-12-17  Pedro Kroger  <kroeger@pedrokroeger.net>
6296
6297         * lily/font-metric.cc (LY_DEFINE): Fix the docstring.
6298
6299 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6300
6301         * mf/GNUmakefile: Generate combined aybabtu info.
6302         * mf/aybabtu.pe.in (i): Load it.
6303
6304         * scm/framework-tex.scm (otf-font-load-command): Bugfix: subfonts
6305         are not symbols.
6306
6307         * lily/include/open-type-font.hh (count): New method.
6308
6309         * mf/aybabtu.pe.in: Typo.
6310
6311         * Documentation/user/out/lilypond-internals.nexi (Scheme
6312         functions): Typo.
6313
6314         * lily/include/guile-compatibility.hh (SCM_HASHTABLE_P): Add compat.
6315
6316 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6317
6318         * buildscripts/gen-bigcheese-scripts.py (i): use symbols for
6319         subfonts.
6320
6321         * scm/output-tex.scm (named-glyph): new function. This fixes TeX output.
6322
6323         * scm/framework-tex.scm (otf-font-load-command): load subfonts.
6324         (tex-font-command-raw): new function.
6325
6326         * lily/include/virtual-font-metric.hh (Module): remove file
6327
6328         * lily/virtual-font-metric.cc (Module): remove file.
6329         
6330
6331         * lily/open-type-font.cc (LY_DEFINE): ly:otf-font-glyph-info
6332         (get_indexed_char): read bbox from lily table if present.
6333
6334 2004-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6335
6336         * mf/GNUmakefile ($(outdir)/aybabtu.subfonts): rule for
6337         aybabtu.subfonts
6338
6339         * mf/feta-beugel.mf (y): don't number consecutively, instead, use
6340         global glyphname. Enables more than 64 glyphs in the OTF.
6341
6342 2004-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6343
6344         * scm/font.scm (add-music-fonts): Load aybabtu iso all separate
6345         braces.
6346
6347         * lily/open-type-font.cc (design_size): Use 12 as default for
6348         design size.
6349
6350         * mf/aybabtu.pe.in: New file.  Merge all our braces.
6351
6352         * mf/GNUmakefile: Generate aybabtu.
6353
6354         * tex/lilyponddefs.tex: teTeX 3.0 pdfetex fix.
6355
6356 2004-12-14  Jan Nieuwenhuizen  <janneke@gnu.org>
6357
6358         * scm/lily-library.scm (char->unicode-index): Remove.
6359
6360         * scm/output-gnome.scm (text): Bugfix for plain string input.
6361         Updates.
6362
6363         * scm/output-svg.scm (svg-font): Add weight to font selection.
6364
6365 2004-12-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6366
6367         * Documentation/topdocs/INSTALL.texi (Top): Point to
6368         buildscripts/out/clean-fonts instead of
6369         buildscripts/clean-fonts.sh. 
6370
6371 2004-12-13  Graham Percival  <gperlist@shaw.ca>
6372
6373         * input/regression/figured-bass.ly: attempt to clarify text.
6374
6375         * Documentation/user/notation.tely: add cindex for tag, attempt to
6376         add figured bass example.
6377
6378         * Documentation/user/changing-defaults: basic editing.
6379
6380 2004-12-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6381
6382         * buildscripts/gen-bigcheese-scripts.py (i): load .subfonts table. 
6383
6384         * lily/open-type-font.cc (LY_DEFINE): new function
6385         ly:font-sub-fonts
6386
6387         * lily/include/font-metric.hh (struct Font_metric): new method
6388         sub_fonts()
6389
6390         * lily/vaticana-ligature-engraver.cc (transform_heads): replace
6391         . with - in add.stem.
6392         
6393 2004-12-13  Jan Nieuwenhuizen  <janneke@gnu.org>
6394
6395         * scm/encoding.scm (coding-alist): Fix encodings for fetaNumber
6396         and fetaDynamic.
6397
6398         * lily/rest.cc (glyph_name): Change - to . .
6399
6400         * scm/output-gnome.scm (text): Hello world, again.
6401
6402         * scm/output-svg.scm (named-glyph): New function.  Hello world!
6403
6404         * lily/modified-font-metric.cc (index_to_charcode): New method.
6405
6406         * lily/include/font-metric.hh (index_to_charcode): New function.
6407
6408         * lily/font-metric.cc (ly:font-glyph-name-to-charcode): Use it in
6409         new function.
6410         (ly:font-glyph-to-index): Remove.
6411
6412 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6413
6414         * lily/open-type-font.cc (make_index_to_charcode_map): new method.
6415
6416         * mf/feta-autometric.mf (code): remove tex name from fet_beginchar.
6417
6418         * lily/open-type-font.cc (load_scheme_table): new function
6419
6420         * lily/dots.cc (print): replace - 
6421
6422         * lily/open-type-font.cc (attachment_point): new function.
6423         (load_table): read LILC table
6424
6425         * buildscripts/gen-bigcheese-scripts.py (Module): new
6426         file. Generate FF scripts.
6427
6428         * mf/feta-din10.mf: idem.
6429
6430         * mf/feta-nummer10.mf: remove mf files.
6431
6432         * mf/feta-alphabet.mf (dynamic_design_size): merge din and number font.
6433
6434 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
6435
6436         * lily/lily-guile.cc: Use scm_from_locale_stringn.
6437
6438         * lily/include/guile-compatibility.hh (scm_from_locale_stringn): Add
6439         compatibility.
6440
6441 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6442
6443         * lily/open-type-font.cc (get_indexed_char): scale metrics by
6444         design-size and units_per_EM.
6445
6446         * mf/bigcheese.pe.in: set PUA codepoints before loading din & nummer.
6447
6448 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
6449
6450         * mf/bigcheese.pe.in (i): Map to 0xe000 (PUA) for testing, which
6451         does not crash fontforge.
6452
6453         * scm/lily-library.scm (char->unicode-index): Hack to map onto
6454         PUA.
6455
6456 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6457
6458         * scm/framework-ps.scm (ps-embed-cff): new function.
6459
6460         * lily/lily-guile.cc (LY_DEFINE): make ly:gulp-file binary proof.
6461
6462 2004-12-12  Werner Lemberg  <wl@gnu.org>
6463
6464         * mf/bigcheese.pe.in: Add PUA mapping.
6465         Don't create Type 42 but bare CFF font.
6466
6467 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
6468
6469         * scm/output-gnome.scm (placebox): Hackery to get bigcheese symbols
6470         within canvas boundaries.
6471
6472         * mf/merge.pe.in: Set font names, version, license GPL.
6473
6474         * make/substitute.make: Add FONTFORGE.
6475
6476         * config.make.in (FONTFORGE): Add.
6477
6478         * configure.in (gui_b): Use PATH_PROG for fontforge.
6479
6480 2004-12-11  Graham Percival  <gperlist@shaw.ca>
6481
6482         * scm/define-markup-commands.scm: add baseline-skip to info
6483         about \column.
6484
6485 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6486
6487         * lily/font-metric.cc (ly:font-get-glyph-index): New function.
6488
6489         * scm/output-gnome.scm (named-glyph): Use it.
6490
6491         * scm/lily.scm (ly:all-stencil-expressions): Add named-glyph.
6492
6493         * flower/string.cc (substitute_char): Rename, rewrite, modify this.
6494         (upper_string, lower_string, reverse_string): Remove.
6495
6496         * configure.in (fontforge): Reinstate version check.
6497
6498         * ly/engraver-init.ly: Fix clef glyph names.
6499
6500         * lily/time-signature.cc (special_time_signature): Fix fraction
6501         glyph names.
6502
6503 2004-12-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6504
6505         * mf/merge.pe: new file.
6506
6507         * lily/freetype.cc: new file.
6508
6509         * lily/include/open-type-font.hh (class Open_type_font): new file.
6510
6511         * lily/include/freetype.hh: new file.
6512
6513         * lily/open-type-font.cc: new file.
6514
6515         * lily/all-font-metrics.cc (find_otf): new function.
6516
6517 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6518
6519         * lily/time-signature.cc (special_time_signature): Fix.
6520
6521         * configure.in (PKG_CONFIG_PATH): Remove stray `i'.  Check for
6522         GTK2 before checking for pango.  Fixes -fgnome.
6523
6524         * lily/font-metric.cc (LY_DEFINE): Also rename C name to match
6525         Scheme name.
6526
6527         * scm/define-markup-commands.scm:
6528         * scm/safe-lily.scm: Bugfix: ly:font-by-name.
6529
6530         * configure.in: Require makeinfo 4.7 (needed for @ifdocbook).
6531
6532         * stepmake/aclocal.m4 (STEPMAKE_GET_VERSION): Grok fontforge-like
6533         date versions.  Fixes configure.
6534         (STEPMAKE_CHECK_VERSION): Support optional actual program version
6535         argument.
6536
6537 2004-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6538
6539         * buildscripts/mf-to-table.py (write_ps_encoding): write real
6540         names in .enc
6541
6542         * lily/*.cc: use '.' iso. '-' for separating glyph name elements.
6543
6544 2004-12-09  Graham Percival  <gperlist@shaw.ca>
6545
6546         * Documentation/user/changing-defaults.itely: add info about
6547         make-dynamic-script
6548
6549         * Documentation/user/notation.itely: add link in dynamics to
6550         section about make-dynamic-script.
6551
6552 2004-12-09  Christian hitz  <chhitz@gmx.net>
6553
6554         * lily/lily-guile.cc: change MACOS_X to __APPLE__
6555
6556 2004-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6557
6558         * buildscripts/mf-to-table.py (parse_logfile): use . for
6559         concatting name and group.
6560         (parse_logfile): use M for Minus (negative.)
6561
6562         * lily/include/type-swallow-translator.hh
6563         (DECLARE_EVENT_SWALLOWER): ENTER_DESCRIPTION -> ADD_TRANSLATOR
6564
6565         * lily/*.cc: cosmetics around = sign.
6566
6567         * lily/paper-column.cc (Paper_column): copy rank_. This fixes
6568         lyric spacing on the penultimate column.
6569
6570 2004-12-05  Christian Hitz  <chhitz@gmx.net>
6571
6572         * configure.in:
6573         * lily/accidental-placement.cc:
6574         * lily/bar-line.cc:
6575         * lily/beam-concave.cc:
6576         * lily/beam-quanting.cc:
6577         * lily/beam.cc:
6578         * lily/bezier-bow.cc:
6579         * lily/bezier.cc:
6580         * lily/break-align-interface.cc:
6581         * lily/custos.cc:
6582         * lily/dimension-cache.cc:
6583         * lily/dot-column.cc:
6584         * lily/font-metric.cc:
6585         * lily/font-select.cc:
6586         * lily/gourlay-breaking.cc:
6587         * lily/grob-property.cc:
6588         * lily/grob.cc:
6589         * lily/lily-guile.cc:
6590         * lily/line-spanner.cc:
6591         * lily/lookup.cc:
6592         * lily/lyric-extender.cc:
6593         * lily/lyric-hyphen.cc:
6594         * lily/mensural-ligature.cc:
6595         * lily/midi-def.cc:
6596         * lily/misc.cc:
6597         * lily/note-collision.cc:
6598         * lily/note-column.cc:
6599         * lily/note-head.cc:
6600         * lily/paper-outputter.cc:
6601         * lily/percent-repeat-item.cc:
6602         * lily/rest-collision.cc:
6603         * lily/side-position-interface.cc:
6604         * lily/simple-spacer.cc:
6605         * lily/slur-configuration.cc:
6606         * lily/slur-scoring.cc:
6607         * lily/slur.cc:
6608         * lily/spaceable-grob.cc:
6609         * lily/spacing-spanner.cc:
6610         * lily/spanner.cc:
6611         * lily/staff-symbol-referencer.cc:
6612         * lily/stem.cc:
6613         * lily/stencil.cc:
6614         * lily/system-start-delimiter.cc:
6615         * lily/system.cc:
6616         * lily/text-item.cc:
6617         * lily/tie.cc:
6618         * lily/tuplet-bracket.cc:
6619         * lily/vaticana-ligature.cc: Fix for MacOS X: use <math.h> instead of
6620         <cmath> beacause isinf/isnan is undefined in <cmath>
6621
6622 2004-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6623
6624         * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond.
6625
6626 2004-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6627
6628         * VERSION: release 2.5.3
6629         
6630 2004-11-29  Arno Waschk <arno@arnowaschk.de>
6631
6632         * mf/feta-schrift.mf: added <>-like articulation mark as "espressivo"
6633
6634 2004-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6635
6636         * scm/music-functions.scm (cue-substitute): voice counts start at 0.
6637
6638         * lily/note-head.cc (internal_print): always try the "s" head if
6639         u/d not found.
6640
6641         * scm/titling.scm (marked-up-headfoot): reinstate default tagline.
6642
6643 2004-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6644
6645         * mf/parmesan-heads.mf (overdone_heads): typos.
6646
6647 2004-11-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6648
6649         * lily/parser.yy (markup): in markups, { .. } without command
6650         before are also flattened, ie \line must be explicitely used.
6651
6652         * Documentation/user/changing-defaults.itely:
6653         * Documentation/user/notation.itely: 
6654         * input/wilhelmus.ly: 
6655         * input/regression/instrument-name-markup.ly: 
6656         * input/regression/markup-score.ly: 
6657         * input/regression/new-markup-scheme.ly: 
6658         * input/regression/new-markup-syntax.ly: 
6659         * input/test/coriolan-margin.ly: use \line in markups where
6660         appropriate
6661         
6662 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6663
6664         * scm/new-markup.scm (map-markup-command-list): helper function
6665         used in parser.yy to map markup commands on a markup list.
6666
6667         * lily/parser.yy: get rid off < > in markups by treating { } as
6668         real lists.
6669
6670         * lily/lexer.ll: remove < > from markup lexer mode.
6671
6672         * scripts/convert-ly.py (conv): add rule for converting 
6673         \markup < > to \markup { }
6674
6675         * ly/titling-init.ly: 
6676         * input/test/coriolan-margin.ly: 
6677         * input/regression/new-markup-syntax.ly: 
6678         * input/regression/new-markup-scheme.ly: 
6679         * input/regression/multi-measure-rest-text.ly: 
6680         * input/regression/markup-stack.ly: 
6681         * input/regression/markup-score.ly: 
6682         * input/regression/instrument-name-markup.ly: 
6683         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: 
6684         * input/mutopia/R.Schumann/romanze-op28-2.ly: 
6685         * input/mutopia/J.S.Bach/wtk1-fugue2.ly: 
6686         * input/wilhelmus.ly: 
6687         * Documentation/user/notation.itely: 
6688         * Documentation/user/music-glossary.tely: 
6689         * Documentation/user/changing-defaults.itely: change < > to { } in
6690         markups
6691
6692 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6693
6694         * lily/accidental-placement.cc (position_accidentals): shortcut if
6695         no accidentals to place.
6696
6697 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6698
6699         * scm/define-grob-properties.scm (all-user-grob-properties): fixed
6700         typo s/ly:dimension ?/ly:dimension?/
6701
6702         * input/regression/lily-in-scheme.ly: 
6703         * input/regression/music-function.ly: 
6704         * ly/spanners-init.ly (assertBeamSlope): 
6705         * scm/music-functions.scm (def-grace-function): add the paper
6706         argument to music function definitions.
6707
6708 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6709
6710         * lily/moment.cc (LY_DEFINE):
6711         ly:moment-main-{denominator,numberator}, new function.
6712
6713         * lily/score-engraver.cc (typeset_all): assign to column on basis
6714         of axis-group-parent-X setting.
6715
6716         * lily/axis-group-engraver.cc (process_acknowledged_grobs): do
6717         add_element() on basis of axis-group-parent-Y setting.
6718
6719         * lily/grob.cc: add axis-group-parent-{XY} properties.
6720
6721         * input/regression/spacing-stick-out.ly: new file.
6722
6723         * lily/simple-spacer.cc (add_columns): use binary search for
6724         setting column rods. Changes O(n^2) to O(n log(n)) for
6725         constructing spacing problem from columns.
6726         (add_columns): read allow-outside-line to make sure no texts stick
6727         out.
6728         (solve): Simple_spacer::is_active() only determines
6729         satisfies_constraints_ for non-ragged typesetting.
6730
6731         * lily/simultaneous-music.cc (to_relative_octave): only set
6732         old_relative_used if return pitch actually changed.
6733
6734         * scm/define-context-properties.scm
6735         (all-user-translation-properties): change to match implementation.
6736
6737         * python/lilylib.py: Replace re.match by re.search and adds "-c
6738         showpage" to the gs command line (Johannes Schindelin)
6739
6740         * scm/framework-ps.scm (output-preview-framework): sanitize bbox
6741         before processing. Prevents crash when inf is in the extent.
6742
6743         * scm/define-markup-commands.scm (note-by-number): add "s" to
6744         "noteheads-" glyphname.
6745  
6746         * lily/parser.yy (Generic_prefix_music): supply parser argument to
6747         music function as well.
6748         
6749 2004-11-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6750
6751         * VERSION: release 2.5.2
6752
6753         * Documentation/user/changing-defaults.itely (Creating titles):
6754         add breakbefore variable.
6755
6756         * lily/paper-book.cc (set_system_penalty): new function. Set
6757         penalty_ based on breakBefore setting
6758
6759         * lily/context-specced-music-iterator.cc (construct_children):
6760         interpret special context id $uniqueContextId 
6761
6762         * lily/context.cc (create_unique_context): new method. Move
6763         creation of unique (\new) contexts into interpreting phase. This
6764         makes
6765
6766           foo= \new Staff ..
6767           << \foo \foo >>
6768
6769         produce 2 staves.
6770         
6771
6772         * scm/define-music-properties.scm (all-music-properties): add
6773         quoted-voice-direction
6774
6775         * ly/music-functions-init.ly: killCues function.
6776
6777         * scm/music-functions.scm (cue-substitute): move creation of voice
6778         contexts further to the back. 
6779
6780 2004-11-25  Werner Lemberg  <wl@gnu.org>
6781
6782         * tex/GNUmakefile ($(outdir)/latin1.enc): Replace `/minus' with
6783         `/hyphen' in encoding vector to get correct glyph name for EC fonts.
6784
6785 2004-11-24  Erik Sandberg  <ersa9195@student.uu.se>
6786
6787         * buildscripts/guile-gnome.sh: Fixed typo.
6788
6789 2004-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6790
6791         * lily/lexer.ll: add < >  to markup lexer mode (backportme)
6792
6793         * scripts/abc2ly.py (dump_slyrics): add ord(). 
6794
6795         * lily/note-heads-engraver.cc (process_music): add shapeNoteStyles
6796         to regular engraver. 
6797
6798 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6799
6800         * mf/feta-bolletjes.mf (triangle): rewrite solfa heads.
6801
6802 2004-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6803
6804         * scm/define-markup-commands.scm (fill-line): Typo.
6805
6806         * buildscripts/guile-gnome.sh (GGVERSION): Build update for 2.7.96
6807         and newer.
6808
6809 2004-11-22  Erik Sandberg  <ersa9195@student.uu.se>
6810
6811         * ly/dynamic-scripts-init.ly: Fixed typo.
6812
6813 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6814
6815         * mf/feta-bolletjes.mf (overdone_heads): cleanup triangle
6816         note-head, to have different attachment points for up and down.
6817
6818         * mf/feta-bolletjes.mf: merge solfa heads into main note heads.
6819
6820         * mf/feta-generic.mf (else): remove solfa.
6821
6822         * mf/feta-bolletjes.mf (tishape): remove unicode test.
6823
6824         * scm/define-context-properties.scm
6825         (all-user-translation-properties): add shapeNoteStyles property.
6826
6827         * lily/shape-note-heads-engraver.cc (process_music): new file.
6828
6829         * lily/event.cc (transpose): call Event::transpose() for
6830         transposing the tonic.
6831
6832 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6833
6834         * scm/output-gnome.scm: Save some pointers about pango/fontconfig
6835         Unicode/OpenType and AFM.
6836
6837         * lily/include/guile-compatibility.hh (scm_from_bool): Add.
6838
6839 2004-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6840
6841         * lily/grob.cc (Grob): idem. Plugs mem leaks. 
6842
6843         * lily/context.cc (Context): unprotect key from ctor.
6844
6845         * scm/stencil.scm (stack-lines): return empty-stencil if argument
6846         is '()
6847         (stack-stencils): idem.
6848
6849         * Documentation/user/changing-defaults.itely (Creating titles):
6850         document new title layout options.
6851
6852         * lily/parser.yy (lilypond_header_body): copy previous
6853         $globalheader if present.
6854
6855         * lily/ly-module.cc (LY_DEFINE): rename ly:import-module to
6856         ly:module-copy
6857         
6858         * scm/page-layout.scm (marked-up-headfoot): remove old functions.
6859
6860         * scm/titling.scm: remove old titling functions
6861
6862         * lily/stencil.cc (translate): remove absolute dimension.
6863
6864         * ly/titling-init.ly (oddFooterMarkup): new file. Generate titles
6865         via markup.
6866
6867         * scm/page-layout.scm (marked-up-headfoot): create header/footer
6868         field from user-supplied markup
6869
6870         * scm/define-markup-commands.scm (on-the-fly): new markup
6871         command. Enter SCM markup procedure directly in Scheme.
6872         (fromproperty): new markup command. Read markup from props argument.
6873
6874         * scm/titling.scm (marked-up-title): create title via
6875         user-specified markup. 
6876
6877         * scm/define-markup-commands.scm (column): remove empty stencils
6878         from column.
6879
6880         * lily/ly-module.cc (LY_DEFINE): use ly_module_lookup(). This does
6881         not have side-effect of creating variable stub.
6882
6883         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-empty?
6884
6885 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6886
6887         * scm/encoding.scm (coding-alist): 
6888         * scm/font.scm (add-ec-fonts):
6889         * ly/paper-defaults.ly: Use actual name for EC fontencoding:
6890         Extended-TeX-Font-Encoding---Latin.
6891
6892         * lily/side-position-interface.cc (general_side_position): Add
6893         actual offset to error message (avoid constant error messages).
6894
6895         * lily/all-font-metrics.cc (find_font): Add "lm" to try-AFM-first
6896         block.
6897
6898         * lily/font-select.cc (select_encoded_font)
6899         (get_font_by_mag_step, get_font_by_design_size): 
6900         * lily/modified-font-metric.cc (Modified_font_metric): 
6901         * lily/paper-def.cc (find_scaled_font): Add font_encoding parameter.
6902
6903         * scm/encoding.scm (coding-alist): Add fetaDynamic.
6904         (read-encoding-file): Bugfix: do not require space after bracket.
6905
6906         * scm/font.scm (add-cork-lm-fonts): Remove lmbxi8 and lmbxi14,
6907         these do not exist.
6908
6909 2004-11-20  Graham Percival  <gperlist@shaw.ca>
6910
6911         * Documentation/user/notation.itely: added info about typesetting
6912         boxed bar numbers.
6913
6914 2004-11-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6915
6916         * flower/interval.cc (T_to_string): gcc4 fixes.
6917
6918         * scm/define-markup-commands.scm (fill-line): use
6919         stack-stencils. This fixes problems with putting already centered
6920         stencils in a line.
6921
6922         * VERSION: release 2.5.1
6923
6924         * lily/bar-line.cc (get_staff_bar_size): add line thickness.
6925
6926 2004-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6927
6928         * input/example-[1-3].ly: simplify.
6929
6930         * lily/cluster-engraver.cc (try_music): react to busy-playing-event
6931
6932         * scm/output-ps.scm (new-text): new function. Use glyphshow to
6933         show glyphs.
6934
6935         * scm/encoding.scm (decode-byte-string): new function.
6936
6937         * scripts/convert-ly.py (conv): add warning about
6938         set-global-staff-size.
6939
6940         * Doxyfile: add. 
6941
6942         * scripts/convert-ly.py (conv): add raggedlastbottom rule
6943         (conv): warn for TextSpanner split.
6944         (conv): warn for textheight.
6945
6946 2004-11-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6947
6948         * GNUmakefile.in (install-WWW): Invoke install-info, so that when
6949         building the documentation, info with images are installed.
6950         (final-install): Fix description.  Mention sourcing of login
6951         scripts (instead of running).
6952
6953 2004-11-18  Jan Nieuwenhuizen  <janneke@gnu.org>
6954
6955         * Debian lmodern support.  Note that LilyPond will issue warnings
6956         
6957             no such encoding: "FontSpecific"
6958
6959           The font selection mechanism wants to get the encoding from the
6960           font itself, but the idea of lmodern is that it is usable with
6961           different encodings, ie, Lily should get the encoding from the
6962           font tree, rather than the font itself.  This would require some
6963           more work.
6964         
6965         * configure.in: Test for and accept lmodern if EC fonts not found.
6966
6967         * scm/framework-tex.scm (font-load-command): TeX font name
6968         mangling for latin1 encoded cork-lm fonts.
6969         (convert-to-ps): Load lm.map if available.
6970
6971         * ly/paper-defaults.ly: Use cork-lm encoding if ec is not
6972         available.
6973
6974         * scm/encoding.scm (coding-alist): Add cork-lm encoding.
6975
6976         * scm/font.scm: Add header.  Autoload cork-lm and ec fonts if
6977         available.
6978
6979         * lily/kpath.cc (ly_kpathsea_find_file): Rename.  Do not use
6980         path for absolute file name, that is silly.
6981
6982         * lily/score-engraver.cc (initialize): 
6983
6984         * Documentation/user/GNUmakefile (local-install-info): Invoke
6985         install-info --remove first.
6986
6987         * #include cleanup (Andreas Scherer).
6988
6989 2004-11-18  Heikki Junes  <hjunes@cc.hut.fi>
6990
6991         * input/test/script-abbreviations.ly: fix typos.
6992
6993 2004-11-17  Werner Lemberg  <wl@gnu.org>
6994
6995         * python/lilylib.py (options_help_str): Support pretty-printing of
6996         newlines in fourth element of option description.
6997
6998         * scripts/lilypond-book.py (option_definitions): Use new lilylib
6999         feature.
7000         Sort options.
7001
7002         * Documentation/user/lilypond-book.itely: Finish update.
7003
7004 2004-11-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7005
7006         * Documentation/user/macros.itexi: Add comment about \command.
7007
7008         * Documentation/user/lilypond.tely:
7009         * Documentation/user/lilypond-book.itely: Fix names of lilypond
7010         and lilypond-book nodes, so that `info lilypond' visits the manual
7011         at top level, and `info lilypond-book' visits the lilypond-book
7012         section.
7013
7014         * Documentation/user/GNUmakefile (local-install-info): Fix rules
7015         and packager messages.
7016
7017         * lily/pangofc-afm-decoder.cc: Update test.
7018
7019 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
7020
7021         * scm/lily-library.scm (char->unicode-index): New function.
7022
7023         * scm/output-gnome.scm: 
7024         * scm/output-svg.scm: Cleanup.  Map custom fonts to PUA.
7025
7026         * Proper naming of file name throughout; s/filename/file[-_]name/.
7027
7028         * lily/modified-font-metric.cc ("ly:font-encoding"): New function.
7029
7030         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Map onto PUA.
7031
7032 2004-11-16  Werner Lemberg  <wl@gnu.org>
7033
7034         * scripts/lilypond-book.py: The Lord has commanded me to use only
7035         tabs for indentation.  Your humble servant obeys.
7036
7037 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
7038
7039         * scm/output-svg.scm: Font fixes.  Sodipodi now groks svg
7040         including font, if LilyPond-feta font is only feta font in path.
7041
7042         * scm/output-gnome.scm (text): Revert to file name of font if font
7043         has no name.  Fixes ec font selection.
7044         (char): Bugfix: do not utf8 twice.  Fixes clefs.
7045
7046         * scm/framework-svg.scm:
7047         * scm/output-svg.scm: New file.  TODO: figure out how to
7048         do character by index in font.
7049
7050         * scm/output-sodipodi.scm: Remove.
7051
7052         * scm/output-ps.scm (stem): Remove.
7053
7054 2004-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
7055
7056         * scm/output-gnome.scm (beam): New function.
7057         (slur): Round corners.
7058         (round-filled-box): Round corners.
7059
7060 2004-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7061
7062         * scm/output-gnome.scm (beam): add function.
7063         (draw-line): new routine.
7064         (dashed-line): stub; call draw-line
7065         (polygon): new routine.
7066
7067 2004-11-15  Werner Lemberg  <wl@gnu.org>
7068
7069         * Documentation/user/lilypond-book.itely: Revise section on
7070         lilypond-book options.
7071         Other minor fixes.
7072
7073         * scripts/lilypond-book.py: Change indentation to 4.
7074         Minor formatting.
7075
7076 2004-11-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7077
7078         * lily/system.cc (apply_tweaks): new function. Run tweaks on all
7079         grobs that have tweaks specced.
7080         
7081 2004-11-14  Heikki Junes  <hjunes@cc.hut.fi>
7082
7083         * Documentation/user/sound-output.itexi: add code snippets for MIDI.
7084
7085 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
7086
7087         * lily/font-metric.cc (get_indexed_char_stencil): Bugfix: get
7088         actual char #, not 0 based index.
7089
7090         * lily/system-start-delimiter.cc (staff_brace): Start at 65.
7091
7092         * mf/feta-beugel.mf: Actually start at char #65.  Add header.
7093         Warning: do make -C mf clean.
7094
7095         * lily/context-property.cc: Compile fix.
7096
7097         * scm/output-gnome.scm: Add ec-fonts-mftraced to ~/.fonts.conf.
7098         Grok ec-fonts, braces and dynamics.
7099
7100         * scm/framework-gnome.scm (gnome-main): Register braces with pango.
7101
7102 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7103
7104         * lily/include/tweak-registration.hh: new file.
7105
7106         * lily/tweak-registration.cc: new file.
7107
7108         * scm/framework-gnome.scm (save-tweaks): use new key mechanism for
7109         saving tweaks.
7110
7111         * scm/output-gnome.scm (text): comment dribble.
7112
7113 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
7114
7115         * lily/pangofc-afm-decoder.cc (main): Test more feta fonts.
7116
7117         * scm/output-gnome.scm (bezier-sandwich): New function.  Reset
7118         path-def before using.  Fixes muchtomany slurs in wrong places
7119         bug.
7120
7121 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7122
7123         * lily/grob-scheme.cc (LY_DEFINE): add new function ly:grob-key.
7124
7125         * lily/include/object-key-undumper.hh (Module): new file.
7126
7127         * lily/object-key-undumper.cc (Module): New file. Deserialize
7128         keys. SCM bindings
7129
7130         * lily/object-key-dumper.cc (Object_key_dumper): idem.
7131         Provide SCM bindings.
7132
7133         * lily/include/object-key-dumper.hh (class Object_key_dumper): 
7134         new file. Serialize object keys.
7135         
7136         * lily/object-key.cc (dump): new function.
7137         (as_scheme): new virtual function
7138         (undump): new function
7139         (undumpers): new table.
7140
7141         * lily/include/global-context.hh (Context): take \score key upon init.
7142
7143         * lily/object-key-dumper.cc (serialize_key): new file.
7144
7145         * lily/include/object-key-dumper.hh (class Object_key_dumper): new file.
7146
7147         * lily/lily-lexer.cc: remove \quote.
7148
7149         * lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
7150
7151         * lily/context.cc (Context): take key argument in ctor.
7152         (create_context): new function
7153
7154         * lily/grob.cc (Grob): take key argument in ctor.  
7155
7156         * lily/lilypond-key.cc (do_compare): new file.
7157
7158         * lily/object-key.cc (Object_key): new file.
7159
7160         * lily/include/object-key.hh (class Object_key): new file.
7161
7162         * lily/include/lilypond-key.hh (class Lilypond_context_key): new file.
7163
7164 2004-11-13  Graham Percival  <gperlist@shaw.ca>
7165
7166         * Documentation/user/lilypond-book.itely: add small warning about
7167         noindent default in lilypond-book.
7168
7169         * Documentation/user/converters.itely: add examples for convert-ly.
7170
7171         * Documentation/user/examples.itely: change version string in templates
7172         to 2.4.0.
7173
7174 2004-11-12  Karl Hammar  <karl@aspodata.se>
7175
7176         * GNUmakefile.in (local-WWW-post): `find ...` overflows the
7177         cmdline, use xargs instead (backportme)
7178
7179 2004-11-10  Andreas Scherer  <andreas_mutopia@freenet.de>
7180         
7181         * Documentation/user/: Numerous fixes in the user manual.
7182
7183 2004-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7184
7185         * lily/parser.yy (re_rhythmed_music): search music expression for
7186         context-id, surround by \new Voice if not found. Fixes:
7187         addlyrics-second-staff.ly
7188
7189         * VERSION: 2.5.0 released.
7190         
7191 2004-11-12  Jan Nieuwenhuizen  <janneke@gnu.org>
7192
7193         * Documentation/index.html.in: Fix url to one big page.  (backportme)
7194
7195         * Documentation/user/GNUmakefile: Separate rules for split and
7196         unsplit html documents.  Remove perl massaging.  (backportme)
7197
7198 2004-11-11  Graham Percival  <gperlist@shaw.ca>
7199
7200         * Documentation/user/lilypond-book.itely: add short warning about
7201         \lilypond{} in LaTeX docs.
7202
7203 2004-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7204
7205         * stepmake/aclocal.m4: Barf if kpathsea/kpathsea.h is not
7206         found.  (backportme)
7207
7208         * Documentation/topdocs/INSTALL.texi (ec-fonts-mtraced): Add
7209         version requirement.  (backportme)
7210
7211         * configure.in: Be explicit about old versions of
7212         ec-fonts-mtraced.  (backportme)
7213
7214         * lily/context-selector.cc (set_tweaks): New function.
7215         * lily/grob-selector.cc (set_tweaks): (Re)set hash table.  Fixes
7216         web with -DTWEAK.
7217
7218         * Documentation/user/introduction.itely (Automated engraving):
7219         Remove fragment option.  Fixes web.
7220
7221         * lily/context-property.cc (make_item_from_properties):
7222         * lily/context.cc (add_context)[TWEAK]: Tweak registration behind
7223         #ifdef.
7224
7225         * scm/define-context-properties.scm
7226         (all-internal-translation-properties): Add tweakRank and tweakCount.
7227
7228         * lily/grob.cc: 
7229         * scm/define-grob-properties.scm (all-internal-grob-properties):
7230         Add tweak-rank and tweak-count.
7231
7232 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
7233
7234         * scm/output-gnome.scm (string->utf8-string, char->utf8-string):
7235         New function.
7236         (text): Use them.
7237
7238         * scm/framework-gnome.scm (item-event): Add support from TLA.  Support
7239         animated/opaque grob dragging tweaks.
7240
7241         * buildscripts/guile-gnome.sh: Update.
7242
7243 2004-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7244
7245         * scm/define-grobs.scm (all-grob-descriptions): Added
7246         line-interface to the LigatureBracket object.
7247
7248 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
7249
7250         * scm/framework-gnome.scm (item-event): Support non-animated mouse
7251         dragging tweaks.
7252
7253         * lily/lily-guile.cc (ly_to_string, ly_to_symbol): New function.
7254
7255         * lily/context-selector.cc (store_context): New function.
7256
7257         * lily/grob-selector.cc (register_grob)[TWEAK]: Apply tweak.
7258         (store_grob): New function.
7259         (identify_grob): Add Moment parameter.
7260
7261         * lily/lily-parser.cc (parse_file)[TWEAK]: Read .ly.t file if it
7262         exists.
7263
7264         * scm/framework-gnome.scm (save-tweaks): Write as alist.
7265
7266 2004-11-09  Jan Nieuwenhuizen  <janneke@gnu.org>
7267
7268         * scm/framework-gnome.scm (item-event): Print grob id.
7269         (save-tweaks): New function.
7270         (tweak): New funtion.
7271         (item-event): Use it, bound to arrow keys.
7272
7273         * lily/context-property.cc (make_item_from_properties): Register grob.
7274         * lily/context.cc (add_context): Register context.
7275
7276         * lily/include/context-selector.hh:
7277         * lily/include/grob-selector.hh:
7278         * lily/context-selector.cc:
7279         * lily/grob-selector.cc: New file.
7280
7281 2004-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7282
7283         * lily/slur.cc: add 'positions to interface
7284
7285         * lily/main.cc: reinstate PS as standard output format. 
7286
7287         * scm/framework-tex.scm (output-preview-framework): print systems
7288         up to first non title system.
7289
7290         * lily/grace-engraver.cc (start_translation_timestep): split
7291         scm_cadddr
7292         
7293 2004-11-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7294
7295         * lily/quote-iterator.cc (Module): remove old quote-iterator
7296
7297         * scm/define-music-types.scm (music-descriptions): move
7298         NewQuoteMusic over QuoteMusic
7299
7300         * Documentation/user/notation.itely (Formatting cue notes): use
7301         \cueDuring.
7302
7303         * lily/new-quote-iterator.cc (quote_ok): new function.
7304
7305         * input/regression/quote-cue-during.ly: new file.
7306
7307         * input/regression/quote-grace.ly: new file.
7308
7309         * scm/define-context-properties.scm (Module): change definition of
7310         graceSettings
7311
7312         * lily/context-property.cc (Module): rename from
7313         translator-property.cc
7314
7315         * lily/context.cc (context_name_symbol): new function
7316
7317         * lily/grace-engraver.cc: new file. Set properties for grobs based
7318         on the grace-ness of now_moment().
7319
7320         * scm/music-functions.scm (add-grace-property): use list
7321         iso. vector for graceSettings
7322         remove set-{start,stop}-grace-properties. 
7323
7324         * lily/new-quote-iterator.cc (construct_children): set
7325         quote_outlet_ if no quoted-context-{id,type} specified.
7326
7327         * scripts/convert-ly.py (conv): \quote -> \quoteDuring.
7328
7329         * lily/parser.yy (command_element): remove \quote.
7330
7331         * ly/music-functions-init.ly (location): add quoteDuring music
7332         function. 
7333
7334         * lily/lexer.ll: allow \encoding in lyrics as well.  Remove
7335         optional semicolon. (backportme)
7336
7337 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
7338
7339         * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no
7340         need to link to GUILE et al.
7341
7342 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7343
7344         * scm/define-music-properties.scm (all-music-properties): add
7345         quoted-context-type, quoted-context-id.
7346
7347         * scm/lily.scm (type-check-list): new function.
7348         
7349         * scm/lily-library.scm: new file. Generic library routines.
7350
7351         * lily/parser.yy (Generic_prefix_music): move typechecking out of
7352         parser.
7353
7354         * ly/music-functions-init.ly: add quoteDuring function.
7355
7356         * lily/include/music-iterator.hh (class Music_iterator): rename
7357         set_translator -> set_context
7358
7359         * lily/parser.yy (Generic_prefix_music_scm): add
7360         MUSIC_FUNCTION_SCM_SCM_MUSIC
7361
7362         * scm/lily.scm (sanitize-command-option): new function. (backportme)
7363
7364         * scm/framework-tex.scm (header): sanitize TeX paper size.
7365         (backportme)
7366
7367 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
7368
7369         * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard.
7370
7371         * tex/lilyponddefs.tex: If no inputencoding use latin1.  (backportme)
7372
7373         * scm/framework-tex.scm (font-load-command): Use T1 if no
7374         font-encoding set.  (backportme)
7375
7376         * scm/lily.scm (postscript->pdf): Remove .pdf file if it
7377         exists before converting.  (backportme)
7378
7379         * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it
7380         exists before converting.  (backportme)
7381         (convert-to-ps): Remove .ps file if it exists before
7382         converting.  (backportme)
7383
7384         * lily/lexer.ll: Remove extra progress newline, use present tense.
7385
7386         * scm/paper.scm (paper-alist): public.
7387         * scm/framework-tex.scm (convert-to-ps):
7388         * scm/lily.scm (postscript->pdf): Do not leak papersizename into
7389         command line.
7390
7391 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7392
7393         * scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme)
7394
7395         * lily/recording-group-engraver.cc (derived_mark): mark
7396         now_events_. (backportme)
7397
7398 2004-11-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7399
7400         * mf/GNUmakefile: use Fedora-3 in download link. (backportme.)
7401
7402         * scm/framework-tex.scm (convert-to-dvi): use ly:system for
7403         invoking latex. (backportme.)
7404
7405         * lily/stem.cc (off_callback): center stems for all rest stems.
7406
7407 2004-11-05  Werner Lemberg  <wl@gnu.org>
7408
7409         * Documentation/user/lilypond.tely: Add more guidelines for writing
7410         lilypond texinfo documents.
7411
7412 2004-11-05  Heikki Junes  <hjunes@cc.hut.fi>
7413
7414         * Documentation/index.html.in: remove <hr>.
7415
7416         * THANKS: change 2.3 to 2.4.
7417
7418 2004-11-05  Jan Nieuwenhuizen  <jannneke@gnu.org>
7419
7420         * scm/output-gnome.scm: More fontconfig comment.
7421
7422 2004-11-05  Pedro Kroger  <kroeger@pedrokroeger.net>
7423
7424         * GNUmakefile.in ($(builddir)/share/lilypond-force): create the
7425         <package> directory in $(builddir)/share according with
7426         PACKAGE_NAME defined in the VERSION file.
7427
7428 2004-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7429
7430         * lily/beam.cc (rest_collision_callback): use local beam
7431         multiplicity.
7432
7433         * input/regression/stem-stemlet.ly: new file.
7434
7435         * lily/stem.cc (add_head): store rests as well.
7436
7437         * scm/define-grob-properties.scm (all-user-grob-properties): add
7438         stemlet-length
7439
7440         * lily/stem.cc: store rests as well.
7441         
7442         * input/regression/new-slur.ly: mention forcing.
7443
7444 2004-11-04  Werner Lemberg  <wl@gnu.org>
7445
7446         * Documentation/user/*: A new round of layout fixes and document
7447         structure cleanup.
7448
7449 2004-11-04  Heikki Junes <hjunes@cc.hut.fi>
7450
7451         * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x.
7452
7453 2004-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7454
7455         * Documentation/topdocs/INSTALL.texi (Top): Remove geometry.
7456
7457 2004-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
7458
7459         * Documentation/topdocs/INSTALL.texi (Top): Fix geometry url (dax).
7460
7461         * lily/lily-parser.cc (LY_DEFINE): Remove "Now " from message.
7462
7463         * lily/main.cc (main): Invoke identify.
7464
7465         * scm/lily.scm (postscript->pdf): Remove progress newline.
7466         Write progress to stderr.
7467
7468         * lily/paper-book.cc (output): Remove progress newline.
7469
7470         * scm/framework-tex.scm (convert-to-dvi, convert-to-ps): Call
7471         gettext on user messages, and remove whitespace.
7472
7473         * lily/paper-outputter.cc (get_paper_outputter): Add progress newline.
7474
7475         * scripts/lilypond-latex.py (program_name): Bugfix: use only basename of
7476         argv[0] (Thomas Scharkowski).
7477
7478         * configure.in: Bugfix: add REQUIRED parameter to STEPMAKE_TEXMF
7479         call (carlyannehorse).  Also check for mf and mf-nowin.  Add check
7480         for ec-fonts-mtraced.
7481
7482         * GNUmakefile.in (builddir-exec): Add symlink tex/out.  Fixes
7483         --srcdir build (Bertalan).
7484
7485         * stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile
7486         headers and library too (Laura Conrad).
7487
7488         * Documentation/topdocs/INSTALL.texi (Top): Mention development
7489         package for guile too (Laura Conrad).
7490
7491         * lily/main.cc (usage): Typo.
7492
7493 2004-11-02  Werner Lemberg  <wl@gnu.org>
7494
7495         * Documentation/user/notation.ly: More fixes to improve appearance.
7496
7497         * tex/texinfo.tex: Updated from texinfo CVS -- this version provides
7498         better output for multicolumn tables.
7499
7500 2004-11-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7501
7502         * lily/main.cc (dir_info): Fixed typo in the printouts.
7503
7504 2004-11-01  Werner Lemberg  <wl@gnu.org>
7505
7506         * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
7507         of output.
7508         Set `per_line' to 2; replace hard-coded value with it.
7509
7510         * Documentation/user/*: Many fixes to improve appearance of
7511         printed manual.
7512
7513 2004-11-01  Werner Lemberg  <wl@gnu.org>
7514
7515         * Documentation/user/changing-defaults.itely,
7516         Documentation/user/notation.ly,
7517         Documentation/user/programming-interface.itely: Use @/.
7518         Fix formatting of some lilypond snippets and tables.
7519
7520         * scripts/lilypond-book.py (compose_ly): Provide useful default
7521         for LINEWIDTH in `override'.
7522
7523 2004-10-31  Graham Percival  <gperlist@shaw.ca>
7524
7525         * Documentation/user/invoking.itely: change "3.0" -> "2.4"
7526
7527 2004-10-31  Werner Lemberg  <wl@gnu.org>
7528
7529         Resetting @exampleindent to `5' gives ugly results with texinfo's
7530         DVI output.  Use `@format @exampleindent 0 ... @end format' instead
7531         (if not quoting) to change @exampleindent only locally.
7532
7533         * scripts/lilypond-book.py (NOQUOTE): New variable.
7534         (output) [LATEX]: Remove AFTER and BEFORE.
7535         [TEXINFO]: Remove AFTER and BEFORE.
7536         Fix QUOTE and VERBATIM pattern.
7537         Add NOQUOTE pattern.
7538         (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
7539         and BEFORE.
7540         [output_texinfo]: Use NOQUOTE.
7541
7542 2004-10-31  Graham Percival  <gperlist@shaw.ca>
7543
7544         * Documentation/user/changing-defaults.itely: clarify paper
7545         size commands with correct info.
7546
7547         * Documentation/user/lilypond-book.itely: add more docs for
7548         filename extensions.
7549
7550 2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7551
7552         * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
7553         (PATCH_LEVEL): start 2.5.0.
7554
7555 2004-10-30  Graham Percival  <gperlist@shaw.ca>
7556
7557         * Documentation/user/notation.itely: add warning about bar numbers
7558         in multistaff music, add warning about quoting grace notes.
7559
7560         * Documentation/user/changing-defaults.itely: clarify paper size commands,
7561         add missing subsubtitle entry to Creating titles.
7562
7563         * Documentation/user/tutorial.itely: change 3.0 references to 2.4.
7564
7565 2004-10-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7566
7567         * scripts/convert-ly.py (conv): fixed \context Foo = mixedCaps
7568         case.
7569         (conv): add dummy 2.4.0 conversion rule.
7570
7571         * Documentation/user/lilypond.tely: add @finalout.
7572
7573         * lily/slur-scoring.cc (enumerate_attachments): use stem_extent_
7574         for attaching, fixes slur/stem left attachment of
7575         downslur/downstem.
7576
7577         * lily/quote-iterator.cc (process): use <= for comparisons. Fixes
7578         quote problem if for last note of quoted sequence. 
7579
7580         * input/regression/part-combine-text.ly (comm): add expect strings.
7581
7582 2004-10-30  Werner Lemberg  <wl@gnu.org>
7583
7584         * Documentation/user/examples.itely: Improved layout.
7585
7586         * Documentation/invoking.itely: Use `@/' to insert breakpoints.
7587
7588         * Documentation/macros.itexi (@inputfileref) [@tex]: Use `@/'.
7589
7590         * Documentation/notation.itely: Use `@/'.
7591         Other layout fixes.
7592
7593 2004-10-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7594
7595         * lily/part-combine-iterator.cc (unisono): examine last_playing_
7596         (not state_), this fixes a2 printing after chord.
7597
7598         * input/regression/no-staff.ly: fix octave, revise syntax.
7599
7600         * input/regression/lyrics-bar.ly (texidoc): fixes.
7601
7602         * input/regression/beam-dir-functions.ly (Module): remove from regtest
7603
7604         * input/regression/accidentals.ly (Module): remove from regtest.
7605
7606         * lily/parser.yy (Prefix_composite_music): 
7607         oops. Chords should be unrelativable, not bass figures untransposable.
7608
7609         * VERSION: 2.3.26 released.
7610         
7611         * lily/completion-note-heads-engraver.cc (try_music): only return
7612         something when is_first_ is true. Fixes lyrics with completion_heads. 
7613
7614         * make/lilypond-vars.make: add scripts/out/ to PATH, to find ps2png. 
7615
7616         * scm/lily.scm (ly:system): new function. Catches uninstalled
7617         ps2png.
7618
7619 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7620
7621         * Documentation/user/notation.itely: remove
7622         @hyphenatedinternalsref.
7623
7624 2004-10-29  Werner Lemberg  <wl@gnu.org>
7625
7626         * scm/framework-tex.scm (dump-line): Fix dimensions for \lybox.
7627
7628         * scripts/lilypond-book.py (no_options): New dictionary.
7629         (simple_options): New list.
7630         (ly_options): Remove NOINDENT and EXAMPLEINDENT patterns.
7631         (compose_ly): Use `no_options' and `simple_options'.
7632         Fix logic of option handling.
7633         Handle `linewidth' option without parameter.
7634
7635 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7636
7637         * lily/lookup.cc (triangle): use (0, interval.length()) for X
7638         extent, since the stencil is translated later on.
7639
7640         * lily/ledger-line-spanner.cc (print): swap linear_combination
7641         arguments, effectively shortens ledger line. 
7642
7643         * Documentation/user/GNUmakefile
7644         ($(outdir)/lilypond/lilypond.html): use find to remove files.
7645
7646         * lily/main.cc: --no-pages option.
7647
7648 2004-10-28  Carl Sorensen  <carldsorensen@comcast.net>
7649
7650         * Documentation/user/notation.itely (Fret diagrams): add extra
7651         notes to example to avoid collisions between fret diagrams.
7652
7653 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7654
7655         * Documentation/user/notation.itely (Automatic note splitting):
7656         note about lyrics. 
7657
7658         * Documentation/user/converters.itely (Invoking convert-ly): note
7659         about version numbers. 
7660
7661         * scripts/abc2ly.py (dump_score): revise lyric dumping
7662
7663         * scripts/mup2ly.py (pre_processor_commands): always open file.
7664
7665         * scripts/etf2ly.py (Frame.calculate): always close \grace.
7666         (Etf_file.dump): add \version
7667
7668         * VERSION: 2.3.25 released.
7669
7670         * lily/scm-option.cc: add 'resolution to ly:get-option argument
7671         list.
7672
7673 2004-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7674
7675         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-origin
7676
7677 2004-10-28  Werner Lemberg  <wl@gnu.org>
7678
7679         * Documentation/user/music-glossary.tely: More fixes to improve
7680         appearance with DVI output.
7681
7682         * scripts/lilypond-book.py (compose_ly): Use 0.4in for
7683         EXAMPLEINDENT.  This is the maximum value for quotation environments
7684         used in `texinfo.tex' -- many warnings in lilypond.dvi are now gone.
7685
7686 2004-10-27  Werner Lemberg  <wl@gnu.org>
7687
7688         * Documentation/user/music-glossary.tely: Revised.
7689
7690 2004-10-26  Carl Sorensen  <carldsorensen@comcast.net>
7691
7692         * input/test/fret-diagram.ly: insert breaks, remove raggedright to
7693         improve fret diagram spacing in printed output.
7694
7695         * Documentation/user/notation.itely (Fret diagrams): Remove raggedright
7696         from options for the example so fret-diagrams won't overlap
7697         one another.
7698
7699 2004-10-26  Werner Lemberg  <wl@gnu.org>
7700
7701         * scripts/lilypond-book.py: Some additional formatting for
7702         orthogonality.
7703         (ly_options) [*]: Format strings.
7704         [RAGGEDRIGHT]: Don't set `indent'.  This is now properly handled
7705         by `compose_ly'.
7706         (output) [LATEX][OUTPUT]: Format string and simplify.
7707         (PREAMBLE_LY, FRAGMENT_LY): Format string.
7708         (classic_lilypond_book_compatibility): Take key/value pair as
7709         parameter.
7710         Return key/value pair.
7711         (compose_ly): Rewritten, taking the snippet type as third parameter. 
7712         The default values are now set more sensible, and a `linewidth'
7713         option is no longer overwritten under some circumstances.
7714
7715         * Documentation/user/music-glossary.tely: Replace all accented
7716         character macros with latin-1 codes.
7717
7718 2004-10-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7719
7720         * lily/music-function.cc (ly_make_music_function): when an
7721         argument predicate is markup?, the signature keyword becomes
7722         "markup" iso "scm".
7723
7724         * lily/lexer.ll (music_function_type): new MUSIC_FUNCTION_*MARKUP*
7725         tokens, for functions which signatures contain "markup".
7726
7727         * lily/parser.yy (Generic_prefix_music_scm): add treatment for new
7728         MUSIC_FUNCTION_*MARKUP* tokens.
7729
7730 2004-10-26  Jan Nieuwenhuizen  <janneke@gnu.org>
7731
7732         * input/regression/lyrics-bar.ly: Make StaffGroup accept the new
7733         Lyrics context.
7734
7735 2004-10-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7736
7737         * python/lilylib.py (make_ps_images): return list of output files.
7738
7739         * lily/simple-spacer.cc (LY_DEFINE): for ragged, we can end with
7740         all springs tight, and still satisfy the constraints.
7741
7742 2004-10-25  Werner Lemberg  <wl@gnu.org>
7743
7744         * scripts/lilypond-book.py: s/option-sep/option_sep/.
7745         (format_res) [LATEX, TEXINFO]: Skip whitespace before comma also.
7746         (snippet_res): Fix regexps and make them ignore whitespace properly.
7747         (compose_ly): Use `re.split' instead of `string.split' to remove
7748         surrounding whitespace.
7749         Some formatting to get more consistency.
7750
7751 2004-10-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7752
7753         * VERSION: 2.3.24
7754         
7755         * scm/define-context-properties.scm
7756         (all-user-translation-properties): add verticallySpacedContexts.
7757
7758         * scm/define-grob-interfaces.scm (vertically-spaceable-interface):
7759         add interface
7760
7761         * scm/define-grob-properties.scm (all-internal-grob-properties):
7762         add spaceable-staves
7763
7764         * scm/define-grobs.scm (all-grob-descriptions): set
7765         vertically-spaceable-interface for VerticalAxisGroup and
7766         RemoveEmptyVerticalGroup
7767
7768         * lily/system.cc (get_line): determine staff_refpoints_
7769         using spaceable-staves.
7770
7771         * lily/score-engraver.cc (acknowledge_grob): ack
7772         vertically-spaceable-interface and verticallySpacedContexts to
7773         set spaceable-staves.
7774
7775         * input/regression/new-slur.ly: add slur under 16th subbeam case.
7776
7777         * lily/slur-scoring.cc (fill): init has_same_beam_ before use.
7778
7779 2004-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7780
7781         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): tune
7782         minimumVerticalExtent tweaks. 
7783  
7784         * mf/feta-schrift.mf: include size of thumb appendix in
7785         bbox. Fixes: c-thumb-notehead.ly  
7786
7787         * THANKS: add Meisters to the Development team.
7788
7789         * scm/framework-tex.scm (convert-to-dvi): redirect output to
7790         /dev/null for non-verbose.
7791
7792         * Documentation/user/invoking.itely (Invoking lilypond): add note
7793         about resource usage.
7794
7795         * tex/GNUmakefile (TEX_FILES): add texinfo.cnf
7796
7797         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): add
7798         --enable-encoding
7799
7800         * Documentation/user/lilypond.tely: add -*- coding: latin-1 -*- everywhere. 
7801
7802         * Documentation/user/changing-defaults.itely (Text encoding):
7803         change to latin1.
7804
7805         * Documentation/user/lilypond.tely: add language and encoding.
7806
7807         * scm/define-grobs.scm (all-grob-descriptions): add
7808         line-interface.
7809
7810         * configure.in (PKG_CONFIG_PATH): bump makeinfo version to 4.7
7811
7812         * input/test/ossia.ly: font sizes for ossia.
7813
7814         * scripts/convert-ly.py (conv): \context Foo = NOTENAME
7815         -> \context Foo = "NOTENAME".
7816
7817         * lily/main.cc (determine_output_options): fix ordering.
7818
7819 2004-10-24  Erik Sandberg  <ersa9195@student.uu.se>
7820
7821         * THANKS: Added bughunters for 2.3.
7822
7823 2004-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7824
7825         * Documentation/user/macros.itexi: use findex functions/internals
7826         objects.
7827
7828         * scm/documentation-generate.scm (string-append): add syncodeindex
7829
7830         * Documentation/user/tutorial.itely (A lead sheet): use \chords
7831         for tutoring chord names.
7832  
7833         * Documentation/user/lilypond.tely: remove @authors.
7834
7835 2004-10-23  Werner Lemberg  <wl@gnu.org>
7836
7837         * scm/framework-tex.scm (dump-page): Add width to \lybox call.
7838         Remove first two parameters of \lybox.
7839         Don't emit \vbox around \lybox.
7840         (dump-line): Add width to \lybox call.
7841         Remove first two parameters of \lybox.
7842
7843         * tex/lilyponddefs.tex (\topalign, \leftalign): Removed.
7844         (\lyitem): Updated.
7845         (\lybox): Only take three parameters.
7846         Create box which has zero depth, only height.
7847         Center box vertically along the x-height of current font.
7848
7849 2004-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7850
7851         * VERSION (PACKAGE_NAME): release 2.3.23
7852
7853         * scm/framework-tex.scm (convert-to-ps): add -E if filename
7854         contains .preview.
7855
7856 2004-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7857
7858         * lily/lyric-extender.cc (print): only run to right-bound if
7859         broken. This fixes input/regression/lyric-extender.ly
7860
7861         * input/regression/beamed-chord.ly: removed.
7862
7863         * Documentation/user/macros.itexi: add \global to definitions for
7864         feta macros.
7865
7866         * po/fr.po: updated po file.
7867
7868         * po/de.po: updated po file.
7869
7870 2004-10-22  Werner Lemberg  <wl@gnu.org>
7871
7872         * tex/lilyponddefs.tex (\lilypondend): Undo change from 2004-10-20.
7873
7874 2004-10-21  Werner Lemberg  <wl@gnu.org>
7875
7876         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex
7877         (\lilypondexperimentalfeatures): Removed.
7878
7879 2004-10-20  Jürgen Reuter  <reuter@ipd.uka.de>
7880
7881         * Documentation/user/notation.itely: fixed 2 typos
7882
7883 2004-10-20  Werner Lemberg  <wl@gnu.org>
7884
7885         * scm/framework-tex.scm (header-end): Don't set \outputscale.
7886         (dump-line): Produce prettier output.
7887
7888         * tex/lilyponddefs.tex: Comment all macros extensively.
7889         (\lilypondstart): Set \outputscale.
7890         Define \lilypondpagebreak and \lilypondnopagebreak here.
7891         Don't test for positive \lilypondpaperlinewidth -- this is always
7892         positive in the normal case (LilyPond produces bad output otherwise
7893         so we can safely ignore negative or zero values).
7894         (\lilypondend): Remove useless test for \lilypondbook.
7895         (\fetasixteen, \fetafont, \fetachar): Removed, unused.  We also
7896         don't input `feta20.tex'.
7897
7898 2004-10-19  Graham Percival  <gperlist@shaw.ca>
7899
7900         * Documentation/user/examples.itely: added texidoc lilypond-book
7901         template.
7902
7903 2004-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7904
7905         * cygwin/lilypond.hint: Update.
7906
7907 2004-10-18  Carl Sorensen  <carldsorensen@comcast.net>
7908
7909         * Documentation/user/notation.itely (Fret diagrams): Add documentation
7910         for fret diagram markups to user manual
7911
7912         * scm/fret-diagrams.scm (fret-diagram-terse): Fix mistake in internal
7913         documentation for fret-diagram-terse
7914
7915         * Documentation/user/notation.itely: Added section on fret diagrams.
7916
7917 2004-10-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7918
7919         * scripts/convert-ly.py (usage): Fix --help description.  Apply
7920         range also for --show-rules.
7921
7922 2004-10-18  Werner Lemberg  <wl@gnu.org>
7923
7924         * scripts/lilypond-book.py (Snippet, Include_snippet)
7925         [replacement_text]: Use group `match'.
7926
7927 2004-10-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7928
7929         * Documentation/user/macros.itexi: Use @ref instead of @inforef
7930         for html.  Apparently, ``you should'' in texinfo documentation is
7931         merely a guideline that can safely be ignored.
7932
7933         * elisp/lilypond-init.el (auto-mode-alist): Add .ily to
7934         auto-mode-alist.
7935
7936         * input/test/engraver-example.ily: 
7937         * input/regression/allfontstyle.ily: Rename, update users.
7938
7939 2004-10-16  Graham Percival  <gperlist@shaw.ca>
7940
7941         * Documentation/user/lilypond-book.itely: add more details about
7942         building .lytex files.
7943
7944         * Documentation/user/examples.itely: added piano-lyrics template
7945
7946         * input/template/piano-4-voices.ly, piano-lyrics.ly: remove.
7947
7948         * input/GNUmakefile: remove "templates" from build subdirs.
7949
7950         * input/template: removed.
7951
7952 2004-10-16  Werner Lemberg  <wl@gnu.org>
7953
7954         * scripts/lilypond-book.py (snippet_res): Define group `match'
7955         everywhere.
7956         Accept more spaces between commands and its arguments and options.
7957         Fix some regexps.
7958         (output): Remove some newlines in string values and suppress spaces
7959         in output.
7960         (output_texinfo): Output `output_print_filename' only if not empty.
7961         (Lilypond_snippet)[find_toplevel_snippets]: Use group `match'.
7962
7963 2004-10-16  Werner Lemberg  <wl@gnu.org>
7964
7965         * scm/framework-tex.scm (font-load-command, define-fonts): Protect
7966         some TeX line ends with `%' to avoid additional horizontal space in
7967         output.
7968
7969         * scripts/lilypond-book.py: Unexpand spaces to tabs.
7970         (snippet_res): Use `x' modifier to represent regular expressions
7971         in a friendlier way.
7972         Fix `lilypond_block' for LaTeX to accept `%\end{lilypond}'.
7973         (find_toplevel_snippets): Don't use indices from match group 0,
7974         which is the whole pattern space, but group 1.
7975
7976 2004-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7977
7978         * flower/include/direction.hh (enum Direction): add
7979         DIRECTION_LIMIT
7980
7981 2004-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7982
7983         * po/fr.po: new po file.
7984
7985 2004-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
7986
7987         * Documentation/user/macros.itexi: Do not construct external
7988         references using @uref.  That results in broken links.
7989
7990         * lily/slur.cc (outside_slur_callback): Use int in for loop;
7991         avoids g++-3.4.1 enum beature.
7992
7993 2004-10-13  Graham Percival  <gperlist@shaw.ca>
7994
7995         * Documentation/user/examples.itely: added lilypond-book template.
7996
7997         * Documentation/user/lilypond-book.itely: added filename extension
7998         page.
7999
8000 2004-10-13  Jan Nieuwenhuizen  <janneke@gnu.org>
8001
8002         * debian/rules (binary-indep): Link images for info.
8003
8004         * elisp/lilypond-mode.el (LilyPond-command): Set XEDITOR.  Cool
8005         feature nicked from jEdit.
8006
8007 2004-10-12  Pedro Kroger  <kroeger@pedrokroeger.net>
8008
8009         * Documentation/user/introduction.itely: Minor corrections.
8010
8011         * Documentation/user/notation.itely: Minor corrections.
8012
8013         * Documentation/user/tutorial.itely: Minor corrections.
8014
8015 2004-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8016
8017         * scm/framework-ps.scm (page-header): Fix Layout renaming bug.
8018
8019         * scm/*.scm:
8020         * ly/paper-defaults.ly: Use papersizename only.
8021
8022 2004-10-11  Werner Lemberg  <wl@gnu.org>
8023
8024         * tex/lilyponddefs.tex (\lyitem): Don't use \topalign to make
8025         \raise work with positive values.
8026
8027 2004-10-11  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8028
8029         * Documentation/user/notation.itely (Multi measure rests): Update
8030         the docs corresponding to the implementation change from 2004-10-08.
8031
8032 2004-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8033
8034         * VERSION (MY_PATCH_LEVEL): release 2.3.22
8035
8036         * scm/part-combiner.scm (determine-split-list): reinstate
8037         playing+resting case. 
8038
8039         * Documentation/user/invoking.itely (Reporting bugs): rename.
8040
8041         * lily/lexer.ll (Lily_lexer): bump version req to 2.3.22.
8042
8043         * lily/parser.yy (Prefix_composite_music): change no-transposition
8044         for mode_changing_head to figures too.
8045
8046         * lily/phrasing-slur-engraver.cc (acknowledge_grob): do something
8047         with normal slurs too.
8048         
8049         * lily/slur-scoring.cc (move_away_from_staffline): new function.
8050         (get_base_attachments): move away attachment point for breaks
8051         similar to attachment points on slurs (staffline collision, and
8052         half a space of padding)
8053
8054         * scm/page-layout.scm (ly:optimal-page-breaks): don't compute
8055         force twice.
8056
8057         * lily/simple-spacer.cc (LY_DEFINE): if line too long in ragged
8058         mode, return #f.        
8059
8060         * scm/page-layout.scm (ly:optimal-page-breaks): set force = 0.0
8061         for last page if raggedlast. 
8062
8063         * lily/parser.yy (Prefix_composite_music): untransposable is for
8064         FiguredBass, not ChordNames
8065
8066 2004-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8067
8068         * scm/framework-tex.scm: Merge fix.
8069
8070 2004-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
8071
8072         The grand \paper -> \layout, \bookpaper -> \paper renaming.
8073
8074 2004-10-10  Graham Percival  <gperlist@shaw.ca>
8075
8076         * Documentation/user/notation.itely: add raggedright to a whole
8077         bunch of places.
8078
8079 2004-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8080
8081         * scm/paper.scm (set-paper-dimension-variables): new
8082         function. Define dimension-variables explicitly in \paper too.
8083         This allows overriding linewidth inside \score { \paper { } }
8084         blocks
8085  
8086         * scm/framework-tex.scm (convert-to-ps): invoke dvips with -t
8087         landscape.
8088         (header): add landscape and papersize options.
8089
8090 2004-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8091
8092         * lily/*.cc: use robust_scm2moment() where appropriate.
8093
8094         * lily/moment.cc (robust_scm2moment): new function.
8095
8096         * scm/titling.scm (default-score-title): remove caps for piece.
8097
8098         * VERSION: 2.3.21 released.
8099         
8100         * lily/include/slur-scoring.hh (struct Slur_score_state): new file
8101
8102         * lily/include/slur-configuration.hh (class Slur_configuration):
8103         new file.
8104
8105         * lily/slur-configuration.cc: new file. move scoring functions
8106         into Slur_configuration.
8107
8108         * lily/slur-scoring.cc (Slur_score_state): change static functions
8109         to methods of Slur_score_state.
8110
8111         * lily/bezier-bow.cc (Message): 
8112
8113         * flower/include/interval-set.hh (Message): new file.
8114
8115         * flower/interval-set.cc (Message): new file.
8116
8117 2004-10-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8118
8119         * lily/multi-measure-rest-engraver.cc (process_music): always
8120         generate MultiMeasureRestNumbers.
8121
8122         * SConstruct (txt_files): switch of make dist
8123
8124         * lily/bezier-bow.cc (get_slur_indent_height): change recipe to
8125         make sure that (indent < len / 3). This fixes progerror-max_h.ly
8126
8127         * lily/multi-measure-rest-engraver.cc (process_music): make
8128         MultiMeasureRestNumber too.
8129
8130 2004-10-08  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8131
8132         * Documentation/user/notation.itely (Bar lines): Added a note that
8133         defaultBarType is to be changed in the Timing context.
8134
8135 2004-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8136
8137         * lily/include/guile-compatibility.hh: add file.
8138
8139         * scm/framework-tex.scm (convert-to-dvi): use max of current
8140         extra_mem_top and 1M.
8141
8142         * lily/kpath.cc (LY_DEFINE): ly_kpathsea_expand_variable. New
8143         function.
8144
8145 2004-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8146
8147         * scm/framework-tex.scm (convert-to-dvi): set extra_mem_top to 1M.
8148  
8149 2004-10-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8150
8151         * lily/slur-scoring.cc (struct Slur_score_state): add
8152         has_same_beam_, edge_has_beams_, is_broken_ bools.
8153         (get_base_attachments): simpler Y attachment determination for
8154         broken slurs.
8155
8156 2004-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8157
8158         * buildscripts/texi2omf.py: Add hashbang.  Starting the script in
8159         bash without that is quite interesting.  Add xml and some omf
8160         keys.
8161
8162 2004-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8163
8164         * Documentation/user/macros.itexi: Add xml macros.
8165
8166         * Documentation/user/GNUmakefile (extra-local-help): Add xml rules.
8167
8168         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): Fix location.
8169
8170 2004-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8171
8172         * lily/break-substitution.cc (substitute_mutable_property_alist):
8173         only put property back into value if != SCM_UNDEFINED
8174
8175         * lily/lyric-extender.cc (print): don't take common refpoint of
8176         null object if right_text isn't there.
8177  
8178         * lily/slur-scoring.cc (struct Slur_score_state): new
8179         struct. Collect scoring function arguments.
8180         (struct Slur_score_state): add musical_dy_
8181         (get_extra_encompass_infos): new function. Split off state
8182         computations.
8183
8184         * scm/part-combiner.scm (determine-split-list): remove playing1
8185         and playing2.
8186
8187 2004-10-02  Graham Percival  <gperlist@shaw.ca>
8188
8189         * Documentation/index.html.in: remove link to templates.
8190
8191         * Documentation/user/notation.itely: more small fixes.
8192
8193 2004-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8194
8195         * lily/timing-engraver.cc (process_music): move setting
8196         measure-length. This fixes spacing-whole-rest.ly
8197
8198         * VERSION (PACKAGE_NAME): release 2.3.20
8199         
8200         * input/regression/quote-transposition.ly: update example
8201
8202         * scm/define-music-properties.scm (all-music-properties): change
8203         meaning of instrumentTransposition.  It is now the pitch played
8204         that sounds as middle C. This means that instrumentTransposition
8205         can be \transposed. 
8206         Fixes: transpose-quote.ly
8207
8208         * lily/parser.yy (command_element): reverse setting of
8209         instrumentTransposition
8210
8211         * lily/pitch.cc (pitch_interval): rename.
8212
8213         * lily/recording-group-engraver.cc (stop_translation_timestep):
8214         remove macrameing of accumulator and set_car/cdr.
8215         Fixes: transposition-quote.ly
8216
8217         * lily/music.cc (transpose): fold Event::transpose() in.
8218
8219         * lily/event.cc: remove Transpose. 
8220
8221         * lily/recording-group-engraver.cc: cleanup.
8222
8223         * ly/music-functions-init.ly (displayMusic): add function.
8224
8225         * make/lilypond.fedora.spec.in: rename file.
8226
8227         * lily/lily-lexer.cc (mark_smob): don't use ly_cdr() for getting
8228         to-be-marked objects. Use SCM_CELL_WORD_1 instead. 
8229
8230         * Documentation/user/changing-defaults.itely (Changing context
8231         properties on the fly): typo.
8232
8233         * lily/slur.cc (outside_slur_callback): try three sample points
8234         for determining collisions. This fixes: slur-script.ly.
8235
8236 2004-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
8237
8238         * scripts/lilypond-book.py (ext2format): Add latex as Latex.
8239
8240 2004-10-01  Graham Percival  <gperlist@shaw.ca>
8241
8242         * Documentation/user/notation.itely: more small fixes.
8243
8244         * Documentation/user/examples.itely: make new sections.
8245
8246         * input/test/bar-lines.ly: improve output, fix bug.
8247
8248         * Documentation/user/changing-defaults.itely: small fixes.
8249
8250 2004-10-01  Werner Lemberg  <wl@gnu.org>
8251
8252         * tex/lilyponddefs.tex (\lilypondECencoding): New command to handle
8253         T1 encoding in texinfo mode.
8254         (\lilypondstart): Use it.
8255         (\lilypondloop, \lilyponditerate): Removed.  Unused.
8256
8257 2004-09-30  Werner Lemberg  <wl@gnu.org>
8258
8259         * tex/lilyponddefs.tex (\lilypondstart): Define
8260         \lilypondfontencoding for both texinfo and latex mode.
8261
8262         * scm/framework-tex.scm (font-load-command): Use
8263         \lilypondfontencoding.
8264
8265 2004-09-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8266
8267         * scm/framework-tex.scm (dump-page): take with-extents?
8268         argument. If true, output Y extents. Used for lilypond-book
8269         documents.
8270
8271         * scripts/lilypond-book.py (PREAMBLE_LY): set dump-extents for
8272         \bookpaper.
8273
8274         * lily/slur.cc (outside_slur_callback): epsilon-delta management
8275         for slur edges. Fixes: progerror-no-bezier-intersection.ly
8276  
8277         * scm/framework-tex.scm (dump-page): put stencil height in dumped
8278         page.
8279
8280 2004-09-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8281
8282         * Documentation/user/notation.itely (Multi measure rests):
8283         Improved example.
8284
8285 2004-09-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8286
8287         * lily/auto-beam-engraver.cc (test_moment): robustify.
8288
8289 2004-09-28  Werner Lemberg  <wl@gnu.org>
8290
8291         * scm/framework-tex.scm (font-load-command): Define proper font
8292         macro which sets font encoding if available.
8293         (define-fonts): Define \lilypondpaperinputencoding, to be taken
8294         from the \bookpaper block.
8295
8296         * tex/lilyponddefs.tex (\lilypondstart): Use
8297         \lilypondpaperinputencoding for global input encoding.
8298
8299 2004-09-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8300
8301         * lily/score.cc (Score): oops. Copy error_found_ too.
8302
8303 2004-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8304
8305         * stepmake/stepmake/texinfo-rules.make: 
8306         * Documentation/GNUmakefile: --srcdir build fixes.
8307
8308         * input/test/coriolan-margin.ly: Put papersize settings in \bookpaper.
8309
8310         * Documentation/user/latex-lilypond-example.latex:
8311         * Documentation/user/latex-example.latex: Fix compile errors.
8312         Still buggy, need more love.
8313
8314 2004-09-27  Werner Lemberg  <wl@gnu.org>
8315
8316         * tex/lilyponddefs.tex (\lilypondstart): Use \frenchspacing.
8317
8318 2004-09-26  Juergen Reuter  <reuter@ipd.uka.de>
8319
8320         * Documentation/user/examples.itely: removed \midi block to
8321         simplify the example
8322
8323         * Documentation/user/notation.itely: Removed superfluous
8324         TextSpanner tweakings (is already done by engraver-init.ly).
8325         Documented bug: vertical alignment of articulations.
8326
8327         * Documentation/user/notation.itely, ly/engraver-init.ly
8328         (VaticanaVoice, GregorianTranscriptionVoice): Bugfix: TextSpanner
8329         padding.
8330
8331         * Documentation/user/notation.itely, ly/engraver-init.ly: moved
8332         docu about TextSpanner padding bug from manual to engraver.ly
8333         (since it's workarounded and hence not user-visible any more)
8334
8335 2004-09-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8336
8337         * VERSION: release 2.3.19
8338
8339 2004-09-26  Graham Percival  <gperlist@shaw.ca>
8340
8341         * ly/property-init.ly: fix bug in displaying ledger lines while
8342         \hideNotes is on.
8343
8344         * Documentation/user/notation.itely: more editing.
8345
8346         * Documentation/user/examples.itely: add piano-dynamics template.
8347
8348         * input/template/piano-dynamics.ly: remove.
8349
8350         * Documentation/user/sound-output.itexi: more editing
8351
8352 2004-09-25  Graham Percival  <gperlist@shaw.ca>
8353
8354         * Documentation/user/notation.itely: more editing.
8355
8356 2004-09-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8357
8358         * scm/ly-from-scheme.scm (read-lily-expression): use ~s in format
8359         instead of ~a, to get #{ #"foo" #} actually printed to #"foo".
8360
8361 2004-09-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8362
8363         * lily/hairpin.cc (print): check columns of bounds, not bounds
8364         themselves.
8365         (print): robustify bound-padding lookup.
8366
8367         * lily/*: ly_c[ad]+r -> scm_XXX , ly_c_pair_p -> scm_is_pair.
8368
8369         * scripts/lilypond-book.py (Compile_error.process_include): catch
8370         Compile_error exception, and remove output .texi.
8371
8372         * scm/define-music-properties.scm (all-music-properties): add
8373         error-found
8374
8375         * lily/parser.yy (Music_list): add error-found to music with errors.
8376
8377         * lily/lily-parser.cc (LY_DEFINE): ignore scores with errors.
8378
8379         * lily/book.cc (process): ignore books with errors
8380
8381         * lily/include/score.hh (class Score): add error_found_ member.
8382
8383         * lily/drum-note-engraver.cc (try_music): idem.
8384
8385         * lily/note-heads-engraver.cc: remove start-playing-event.
8386
8387         * lily/part-combine-iterator.cc (Part_combine_iterator): use
8388         BusyPlayingEvent to determine which voice was active last.
8389         (unisono): use last active to where to get unisono information
8390         from. This fixes: partcombine-rest.ly (again).
8391
8392         * scm/part-combiner.scm (determine-split-list): cleanups
8393
8394 2004-09-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8395
8396         * input/regression/lyric-extender.ly: simplify.
8397         complexify.
8398
8399         * lily/lyric-extender.cc (print): use it to determine size of
8400         extender. Remove Lyric_extender::is_visible().
8401
8402         * lily/extender-engraver.cc (acknowledge_grob): store lyric in
8403         next property.
8404
8405         * lily/lyric-engraver.cc: remove get_current_rest().
8406         
8407 2004-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8408
8409         * input/regression/lyric-extender.ly: Fix and add test.
8410
8411         * lily/extender-engraver.cc (stop_translation_timestep): Oops, typo.
8412
8413 2004-09-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8414
8415         * lily/note-head.cc: remove Note_head::extent.
8416
8417 2004-09-23  Graham Percival  <gperlist@shaw.ca>
8418
8419         * Documentation/user/tutorial.itely: do manual style 2-space
8420         indents in examples
8421
8422         * Documentation/user/notation.itely: more editing.
8423
8424 2004-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8425
8426         * lily/lyric-engraver.cc (get_current_rest): New function.
8427
8428         * lily/extender-engraver.cc (stop_translation_timestep): Use it:
8429         stop at rest.
8430
8431         * lily/lyric-extender.cc (print): Fix crash (Russ Ross).
8432
8433         * lily/slur-scoring.cc (get_bezier): Fix for broken beziers.
8434
8435 2004-09-23  Juergen Reuter  <reuter@ipd.uka.de>
8436
8437         * Documentation/user/examples.itely (Small ensembles): added
8438         example for transcription of mensural music
8439
8440         * Documentation/user/notation.itely (The Lyrics context): fixed broken
8441         link to SATB vocal score
8442
8443         * Documentation/user/notation.itely (System start delimiters):
8444         fixed typo: GrandStaff->StaffGroup
8445
8446         * Documentation/user/notation.itely (Ancient articulations):
8447         removed obsolete comment on \episem bug
8448
8449 2004-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8450
8451         * scm/framework-tex.scm (output-preview-framework): Fix invocation
8452         of header.
8453
8454 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8455
8456         * lily/dynamic-engraver.cc (acknowledge_grob): attach hairpin
8457         start to note-column.
8458
8459         * lily/hairpin.cc (print): check text-interface, to attach to
8460         dynamic texts.  
8461
8462         * lily/include/text-item.hh (class Text_interface): rename
8463         Text_item -> Text_interface
8464
8465         * lily/piano-pedal-bracket.cc (print): robustify.
8466
8467 2004-09-22  Pedro Kroger  <kroeger@pedrokroeger.net>
8468
8469         * scm/paper.scm (set-paper-dimensions): add printfirstpagenumber.
8470
8471         * scm/page-layout.scm (plain-header): if printfirstpagenumber is
8472         true will print the page number in the first page.
8473
8474         * Documentation/user/changing-defaults.itely: Document
8475         printfirstpagenumber.
8476
8477 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8478
8479         * lily/phrasing-slur-engraver.cc (acknowledge_grob): avoid more
8480         objects.
8481
8482         * lily/beam-concave.cc (calc_concaveness): take absolute value of
8483         dy for scaling. This fixes various downbeams.
8484         
8485
8486         * lily/beam-quanting.cc (best_quant_score_idx): 
8487
8488 2004-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8489
8490         * scm/framework-tex.scm (header-to-file): Fix.
8491
8492 2004-09-22  Werner Lemberg  <wl@gnu.org>
8493
8494         * lily/parser.yy <score_body>: Fix typo.
8495
8496 2004-09-22  Graham Percival  <gperlist@shaw.ca>
8497
8498         * Documentation/user/tutorial.itely: modified a "future planning"
8499         comment.
8500
8501         * Documentation/user/notation.itely: more editing.
8502
8503 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8504
8505         * scm/define-markup-commands.scm (note-by-number): read font-size
8506         to determine stem length. Fixes: markup-note.ly
8507
8508 2004-09-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8509
8510         * lily/slur.cc (outside_slur_callback): read #'padding for
8511         slur-padding. Fixes: slur-script.ly
8512
8513         * lily/parser.yy (score_body): disallow \bookpaper in \score.
8514
8515 2004-09-21  Juergen Reuter  <reuter@ipd.uka.de>
8516
8517         * Documentation/user/notation.itely (ancient flags): documented
8518         flags-related known bugs
8519
8520         * lily/include/ligature-engraver.hh: added comment about why and
8521         how of (non-)use of abstract virtual methods
8522
8523         * ly/engraver-init.ly (VaticanaVoice,
8524         GregorianTranscriptionVoice): bugfix (workaround): TextSpanner:
8525         unset dash-fraction property in order to get solid lines
8526
8527         * ly/engraver-init.ly (MensuralStaff): fixed bad comment
8528
8529 2004-09-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8530
8531         * scripts/convert-ly.py (ly): Corrected replacement of \scriptBoth
8532
8533 2004-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
8534
8535         * lily/parse-scm.cc (internal_ly_parse_scm): Eval in module, not
8536         in function.
8537
8538         * scm/framework-tex.scm (convert-to-dvi): Use nonstopmode.  Set
8539         openout_any=p.  Throughout: progress to stderr, translate user
8540         messages.
8541
8542         * scm/output-gnome.scm: Fix font dir description.
8543
8544 2004-09-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8545
8546         * input/test/mensural-ligatures.ly (voice): move linethickness
8547         settings to bookpaper.
8548
8549         * lily/simple-spacer.cc (Module): use force to stretch to 
8550         line length as force measure for ragged spacing.
8551         
8552         * lily/lily-parser.cc (get_paper): don't set parent for \paper
8553         blocks in the parser. This eliminates ordering dependency for
8554         \bookpaper and \paper
8555
8556         * ly/part-paper-init.ly: remove file.
8557
8558         * lily/includable-lexer.cc (new_input): elucidate message.
8559
8560         * VERSION: 2.3.18 released.
8561         
8562 2004-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
8563
8564         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
8565         * input/mutopia/R.Schumann/romanze-op28-2.ly:
8566         * input/mutopia/F.Schubert/standchen.ly: Remove obsolete
8567         #'Slur.attachment setting.
8568
8569         * elisp/lilypond-mode.el (LilyPond-command-alist): Use -ftex,
8570         friendlier for point and click.
8571
8572 2004-09-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8573
8574         * ly/init.ly: reverse collected scores.
8575
8576         * scm/page-layout.scm (ly:optimal-page-breaks): use non-ragged
8577         layout to determine force.
8578         
8579 2004-09-18  Werner Lemberg  <wl@gnu.org>
8580
8581         * ly/engraver-init.ly <Score> [quotedEventTypes]: Add tuplets and
8582         ties.
8583
8584         * ly/declarations-init.ly (escapedBiggerSymbol,
8585         escapedSmallerSymbol): Fix typos.
8586
8587         * scripts/convert-ly.py: s/removeTag/removeWithTag/.
8588
8589 2004-09-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8590
8591         * input/{input,regression}/*.ly: run convert-ly
8592
8593         * VERSION: release 2.3.17
8594
8595         * lily/slur-scoring.cc (enumerate_attachments): make stem_extent a
8596         little wider for attachment calculation. This prevents stem and
8597         slur touching.
8598
8599         * lily/parser.yy (direction_less_char): soft code \< \> \! \( \) (
8600         ) 
8601
8602         * input/regression/tie.ly (texidoc): cleanup.
8603
8604         * ly/declarations-init.ly (tildeSymbol): soft-code meaning of [ ]
8605         and ~
8606
8607         * lily/slur-scoring.cc (score_extra_encompass): check if extra
8608         objects are on boundary column. 
8609
8610         * lily/main.cc (parse_argv): process --tex too.
8611
8612         * ly/music-functions-init.ly (keepWithTag): add music functions
8613         keepWithTag and removeWithTag.
8614
8615         * lily/quote-iterator.cc (Quote_iterator): init transposed_musics_.
8616
8617         * lily/accidental-engraver.cc (recent_enough): interpret laziness
8618         = #t. This fixes no-reset accidental-style.
8619
8620         * input/regression/accidental-piano.ly (Module): new file.
8621
8622         * lily/lily-guile.cc (LY_DEFINE): ly_assoc_get: new function.
8623
8624 2004-09-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8625
8626         * lily/slur-scoring.cc (score_extra_encompass): widen X extent of
8627         extra encompass.
8628         (score_extra_encompass): use Y coordinate of attachment if X
8629         attachment falls in extra encompass X extent.
8630
8631         * buildscripts/guile-gnome.sh (SLIB_PATH): add SLIB_PATH to
8632         GUILE_LOAD_PATH
8633
8634 2004-09-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8635
8636         * scm/output-gnome.scm: Small fixes.
8637
8638         * buildscripts/guile-gnome.sh: Getting close to 2.6.0 release.
8639
8640 2004-09-16  Juergen Reuter  <reuter@ipd.uka.de>
8641
8642         * Documentation/user/notation.itely (Ancient flags): Removed
8643         documentation on adjust-if-on-staffline (this property was removed
8644         by Han-Wen).
8645
8646         * Documentation/user/notation.itely (Ancient notation): Minor
8647         cleanups and fixes.  Renamed "Vaticana style contexts" ->
8648         "Gregorian Chant contexts".  Added section "Mensural contexts".
8649         Added section "Ancient articulations".
8650
8651         * ly/engraver-init.ly: Added "MensuralVoice" and "MensuralStaff".
8652
8653 2004-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
8654
8655         * buildscripts/guile-gnome.sh: Add missing bit.
8656
8657 2004-09-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8658
8659         * buildscripts/guile-gnome.sh (LD_LIBRARY_PATH): new script.
8660
8661         * lily/slur-scoring.cc (get_y_attachment_range): set end point
8662         using base_attachment.
8663
8664         * scm/page-layout.scm (default-page-make-stencil): whoops. Add
8665         page header back.
8666
8667         * scm/documentation-generate.scm (top-node): move version to top
8668         node.
8669
8670         * lily/ledger-line-spanner.cc: add ledgered-interface, with
8671         property no-ledgers.
8672
8673 2004-09-16  Heikki Junes  <hjunes@cc.hut.fi>
8674
8675         * Documentation/user/{changing-defaults,examples,invoking,
8676         tutorial}.itely: Expand 's to is.
8677
8678         * Documentation/user/notation.itely: Capitalize only first letter.
8679
8680         * Documentation/user/programming-interface.itely: Capitalize Scheme.
8681
8682         * Documentation/user/lilypond-book.itely: use @refbugs.
8683
8684         * THANKS: sort.
8685
8686         * input/mutopia/F.Schubert/morgenlied.ly,
8687         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly,
8688         input/mutopia/R.Schumann/romanze-op28-2.ly: Add lifetime and full
8689         name.
8690
8691 2004-09-15  Juergen Reuter  <reuter@ipd.uka.de>
8692
8693         * mf/parmesan-heads.mf: bugfixes: (i) removed duplicate
8694         lneomensural char entry; (ii) fixed mensural/neomensural naming
8695         clash typo; (iii) lneomensural char: fixed stem attachment point.
8696         WARNING: FONT CHANGED!
8697
8698 2004-09-15  Graham Percival  <gperlist@shaw.ca>
8699
8700         * Documentation/user/introduction.itely: update \stemBoth to
8701         \stemNeutral.
8702
8703         * Documentation/user/notation.itely: more editing of the manual.
8704
8705 2004-09-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8706
8707         * lily/slur-scoring.cc (score_edges): add exp(slope*dir*leftright)
8708         factor in edge attraction. This reflects that the left edge may
8709         have a larger gap for an ascending up-slur.
8710         (get_base_attachments): copy bound Y from right bound, if there is
8711         only one note-column after the line break.
8712
8713 2004-09-14  Jan Nieuwenhuizen  <janneke@gnu.org>
8714
8715         * buildscripts/guile-gnome.sh: Update with tarball [pre]releases.
8716
8717 2004-09-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8718
8719         * lily/phrasing-slur-engraver.cc (process_music): Create
8720         PhrasingSlur instead of Slur.
8721
8722         * Documentation/user/changing-defaults.itely (Defining new
8723         contexts): Fixed misprinted context name.
8724
8725 2004-09-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8726
8727         * ly/property-init.ly (hideStaffSwitch): remove turnOff.
8728
8729         * scripts/convert-ly.py (conv): change Both to Neutral in property
8730         settings.
8731
8732         * ly/engraver-init.ly: increase extent of Staff. 
8733
8734 2004-09-13  Graham Percival  <gperlist@shaw.ca>
8735
8736         * scm/script.scm: change behaviour of slur and accent.
8737
8738         * Documentation/user/music-glossary.tely: de-gender a few entires.
8739
8740         * Documentation/user/introduction.itely: de-gender a few sentences.
8741
8742 2004-09-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8743
8744         * input/regression/rehearsal-mark-number.ly: Reuse the existing
8745         formatting routine when adding boxed numbers. Makes it easier to
8746         extrapolate how to do for boxed letters.
8747
8748 2004-09-12  Graham Percival  <gperlist@shaw.ca>
8749
8750         * Documentation/user/notation.itely: fixed Time Signature numbers bug.
8751
8752         * Documentation/user/invoking.itexi: updated the "reporting bugs"
8753         section.
8754
8755 2004-09-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8756
8757         * scm/define-grobs.scm (all-grob-descriptions): longer
8758         ideallengths for stems in higher order beams.
8759
8760         * Documentation/user/changing-defaults.itely (Page layout):
8761         document them.
8762
8763         * scm/page-layout.scm (ly:optimal-page-breaks): use new parameters
8764         to get sane spaces for titles.
8765
8766         * ly/book-paper-defaults.ly: new parameters aftertitlespace,
8767         beforetitlespace, betweentitlespace.
8768
8769         * input/regression/beam-quant-standard.ly (primeSixteenths): add
8770         16th notes.
8771
8772         * lily/beam.cc (set_minimum_dy): new function. Round non-zero
8773         small slope up to smallest quant. This prevents small slopes from
8774         getting rounded to zero.
8775
8776         * lily/beam-quanting.cc (quanting): don't allow dy_mus slopes that
8777         are smaller than the smallest quant.
8778
8779         * input/tutorial/brahms*.ly: remove.
8780
8781         * input/*: update all .ly files.
8782          
8783         * ly/a4-init.ly (vsize): remove papersize init files.
8784
8785         * scripts/convert-ly.py (conv): add conversion.
8786
8787         * lily/parser.yy: change mode changing commands to XXXmode,
8788         eg. drummode.
8789         (mode_changing_head): group mode changes.
8790         (mode_changing_head_with_context): new commands: create context as
8791         well as change mode.
8792
8793         * input/regression/system-overstrike.ly: new file.
8794
8795         * scm/page-layout.scm (ly:optimal-page-breaks): add
8796         betweensystempadding also to fixed distance for the spring.
8797  
8798         * scm/define-grobs.scm (all-grob-descriptions): fix order of
8799         key-cancellation.
8800
8801         * input/regression/beam-concave-damped.ly: new file.
8802
8803         * lily/beam-concave.cc: new file, with new routines for concave
8804         decisions. There are now two types of concaveness: 1. a sharp
8805         logic decision forcing a beam horizontal, and 2. a number that
8806         measures how concave beams are that are not caught by 1.
8807
8808         This fixes: morgenlied.ly and input/regression/beam-concave.ly
8809         
8810         * lily/new-fingering-engraver.cc (stop_translation_timestep): new
8811         property: add-stem-support
8812
8813 2004-09-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8814
8815         * lily/slur-scoring.cc (get_bound_info): only do
8816         broken trend at the end of the line.
8817
8818         * VERSION (PACKAGE_NAME): release 2.3.16.
8819
8820         * input/regression/phrasing-slur.ly (Module): remove (duplicate
8821         with phrasing-slur-slur-avoid.ly)
8822
8823         * lily/slur-scoring.cc (struct Extra_collision_info): collect
8824         parameters for extra offset.
8825         (get_bezier): add slurs mid-points for curve determination
8826         (score_extra_encompass): add slur end points for scoring.
8827
8828 2004-09-11  Matthias Neeracher  <neeracher@mac.com>
8829
8830         * scm/framework-ps.scm (reencode-font): Handling font scaling
8831         and reencoding differently to work around a bug in gs 8.30 and
8832         earlier.
8833         Update callers.
8834
8835 2004-09-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8836
8837         * lily/slur-scoring.cc (broken_trend_y): always take use vdir
8838         extent index of other system. Fixes slurs across line breaks.
8839
8840         * lily/tuplet-engraver.cc (start_translation_timestep): use
8841         Tuplet_description::stop_ for determining when to stop producing
8842         tuplet brackets. This fixes: tuplet-overwrite.ly
8843
8844         * lily/*-engraver.cc: remove all Protected_scm objects to fix GC
8845         errors with GUILE 1.7 CVS.
8846
8847         * lily/translator.cc (derived_mark): new function.
8848
8849         * lily/slur-scoring.cc (score_encompass): new penalty type:
8850         variance penalty demerits slurs where one head/stem is much
8851         closer to the slur than average.
8852
8853         * lily/tuplet-bracket.cc (print): use robust_relative_extent
8854         iso. extent()
8855         (calc_position_and_height): use robust_relative_extent(). This
8856         fixes a couple of programming_errors
8857
8858         * input/regression/part-combine-mmrest-after-solo.ly (Module): new
8859         file.
8860
8861         * lily/part-combine-iterator.cc (unisono): bugfix for the case
8862         that voice-2 plays solo, and voice-1 has an mmrest that starts
8863         earlier. In that case, we switch to voice-2, so we catch the
8864         mmrest of voice-2. This fixes: partcombine-rest.ly.
8865  
8866 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8867
8868         * scm/define-grob-properties.scm (all-internal-grob-properties):
8869         add adjacent-hairpins property.
8870
8871         * lily/hairpin.cc: lengthen hairpin if space is available.
8872
8873         * input/regression/dynamics-hairpin-length.ly (Module): new file.
8874
8875 2004-09-10  Graham Percival  <gperlist@shaw.ca>
8876
8877         * Documentation/user/notation.itely: small fixes to docs.
8878
8879 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8880         
8881         * VERSION (PACKAGE_NAME): release 2.3.15
8882
8883         * make/lilypond.redhat.spec.in (Requires): bump requirement for
8884         ec-fonts-mftraced
8885
8886         * mf/GNUmakefile (SAUTER_FONTS): remove ecb10. This is provided by
8887         the latest ec-fonts-mftraced package.
8888
8889         * scm/define-context-properties.scm
8890         (all-internal-translation-properties): add property. Remove
8891         definition of quotes property.
8892
8893         * Documentation/user/notation.itely (Quoting other voices):
8894         document it
8895
8896         * lily/quote-iterator.cc (moment_less): add quotedEventTypes
8897         property, to determine what events are processed in \quote.
8898
8899 2004-09-10  Juergen Reuter  <reuter@ipd.uka.de>
8900
8901         * (many files): removed most occurrences of underscore ("_")
8902         from font characters; made font character naming more
8903         consistent
8904
8905         * input/test/gregorian-scripts.ly: fixed another victim of grand
8906         replacement operations
8907
8908         * lily/vaticana-ligature-engraver.cc: caught some more "_"
8909         inconsistencies
8910
8911         * input/puer-fragment.ly: bugfix: lyrics hyphen: syntax update
8912
8913 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8914
8915         * Documentation/user/changing-defaults.itely (Paper size): doc
8916         landscape
8917         
8918
8919         * scm/framework-ps.scm (eps-header): bugfixes. 
8920
8921         * scm/titling.scm (default-score-title): remove opus from the
8922         \score title.
8923
8924 2004-09-08  Pedro Kroger  <kroeger@pedrokroeger.net>
8925
8926         * scripts/convert-ly.py (program_name): changed to sys.argv[0]
8927
8928         * scripts/abc2ly.py (program_name): changed to sys.argv[0]
8929
8930         * scripts/etf2ly.py (program_name): changed to sys.argv[0]
8931
8932         * scripts/lilypond-book.py (program_name): changed to sys.argv[0]
8933
8934         * scripts/lilypond-latex.py (program_name): changed to sys.argv[0]
8935
8936         * scripts/midi2ly.py (program_name): changed to sys.argv[0]
8937
8938         * scripts/mup2ly.py (program_name): changed to sys.argv[0]
8939
8940         * scripts/ps2png.py (program_name): changed to sys.argv[0]
8941
8942 2004-09-09  Jan Nieuwenhuizen  <janneke@gnu.org>
8943
8944         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Increment
8945         character position.  Huh?
8946
8947         * scm/output-gnome.scm (placebox): Shield affine-relative.
8948
8949         * buildscripts/guile-gnome.sh: Update.  Do not use GUILE CVS,
8950         cater for system's pango 1.5.1.
8951
8952         * input/regression/new-slur.ly: Add ugly slur from scsii-sarabande.
8953
8954         * scm/slur.scm: Tweak.
8955
8956 2004-09-08  Graham Percival  <gperlist@shaw.ca>
8957
8958         * Documentation/user/{first couple of chapters}: more editing.
8959
8960 2004-09-07  Graham Percival  <gperlist@shaw.ca>
8961
8962         * Documentation/topdocs/AUTHORS.texi, THANKS: add/modify my name
8963         and summary.
8964
8965         * Documentation/user/{first couple of chapters}: the big "Graham's
8966         moved to a new city, his friends haven't arrived, and he has no
8967         internet access" patch.  Numerous editorial and stylistic changes
8968         to the manual.
8969
8970 2004-09-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8971
8972         * scm/framework-ps.scm (output-framework): handle landscape settings.
8973
8974         * ps/lilyponddefs.ps: cleanup.
8975
8976 2004-09-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8977
8978         * scm/define-grobs.scm (all-grob-descriptions): unset
8979         threshold. This fixes morgenlied. 
8980
8981         * scm/page-layout.scm (ly:optimal-page-breaks): whoops. Thinko in
8982         rod calculation.
8983
8984         * lily/system.cc (get_line): don't take piano-pedal & dynamic line
8985         spanners into account for staff-extents.
8986
8987         * lily/ottava-bracket.cc (print): take common refpoint of dots
8988         into account as well.
8989
8990 2004-09-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8991
8992         * lily/lookup.cc (triangle): translate by interval.
8993
8994         * VERSION (PACKAGE_NAME): release 2.3.14
8995
8996         * Documentation/user/changing-defaults.itely (Page layout): add
8997         betweensystempadding
8998
8999         * scm/page-layout.scm (ly:optimal-page-breaks): typo.
9000
9001         * input/regression/quote-cyclic.ly (Module): new file.
9002
9003         * scm/lily.scm (print): add function.
9004
9005         * scm/music-functions.scm (quote-substitute): new
9006         function. Substitute \quote when putting music into \score.
9007
9008         * input/regression/key-signature-cancellation.ly (Module): new file.
9009
9010         * lily/*.cc: more ly_scm2 -> scm_to converions.
9011
9012         * lily/key-signature-interface.cc (print): take position
9013         difference into account when spacing naturals.
9014
9015         * lily/key-engraver.cc (create_key): create KeyCancellation grob
9016         separately, so the cancellation can be put before the staff-bar
9017
9018         * scm/define-grobs.scm (all-grob-descriptions): add a
9019         KeyCancellation grob.
9020
9021         * lily/tuplet-engraver.cc (struct Tuplet_description): new
9022         struct. Use to clean-up Tuplet_engraver
9023
9024 2004-09-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9025
9026         * lily/*: ly_scm2int -> scm_to_int
9027         ly_scm2double -> scm_to_double
9028
9029         * lily/include/lily-guile.hh (scm_from_double): more compat glue.
9030
9031 2004-09-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9032
9033         * lily/simple-spacer.cc (LY_DEFINE): return something sensible for
9034         0 springs
9035
9036         * lily/system.cc (post_processing): 
9037
9038         * scm/page-layout.scm (ly:optimal-page-breaks): implement uniform
9039         density for vertical spacing by means of force penalty.
9040         
9041         * scm/paper.scm (paper-set-staff-size): add betweensystemspace as
9042         dimension-variables
9043
9044         * Documentation/user/changing-defaults.itely (Page layout): add
9045         betweensystemspace variable.
9046
9047         * ly/book-paper-defaults.ly: set betweensystemspace: 20 mm
9048
9049         * scm/page-layout.scm (space-systems): new function. Use spring
9050         and rod approach for vertically spacing systems.
9051
9052         * ly/engraver-init.ly: tune down minimumVerticalExtent.
9053
9054         * scm/define-grobs.scm (all-grob-descriptions): set threshold for
9055         vertical alignment.
9056
9057         * lily/slur-engraver.cc (process_music): add warning for slur.
9058
9059 2004-09-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9060
9061         * lily/include/lily-guile.hh (scm_is_number): add scm_is_number
9062
9063         * lily/simple-spacer.cc (LY_DEFINE): ly_solve_spring_rod_problem:
9064         export spacing routine to SCM.
9065
9066         * lily/include/simple-spacer.hh (struct Simple_spacer_wrapper):
9067         new class, separate Grobs from interface.
9068
9069 2004-09-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9070
9071         * lily/include/lily-guile.hh: compatibility glue for 1.6
9072
9073         * lily/*.cc (acknowledge_grob): ly_string_p -> scm_is_string.
9074
9075         * lily/lily-guile.cc: remove ly_scm2str0.
9076
9077 2004-09-01  Jan Nieuwenhuizen  <janneke@gnu.org>
9078
9079         * Documentation/user/macros.itexi: Use @inforef iso @uref for
9080         external references.  Fixes HTML cross references with makeinfo 4.7.
9081
9082 2004-09-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9083
9084         * lily/include/simple-spacer.hh (struct Simple_spacer): remove
9085         expand_only option.
9086
9087 2004-08-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9088
9089         * lily/system.cc (get_line): add System stencil to exprs. Fixes
9090         system-extents.ly.
9091
9092         * ly/engraver-init.ly: decrease minimumVerticalExtent to (-5,5).
9093
9094         * scm/define-grobs.scm (all-grob-descriptions): decrease padding
9095         for MultiMeasureRestNumber
9096
9097         * VERSION (PACKAGE_NAME): release 2.3.13
9098
9099 2004-08-29  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9100
9101         * lily/context-scheme.cc (LY_DEFINE): ly:context-grob-definition
9102         takes two arguments.
9103
9104 2004-08-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9105
9106         * input/regression/slur-stem-broken.ly: remove.
9107
9108         * lily/slur.cc: add quant-score.
9109
9110         * input/regression/slur-staccato.ly (texidoc): remove
9111
9112         * make/lilypond.redhat.spec.in (Group): remove musedata2ly
9113
9114 2004-08-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9115
9116         * lily/include/bezier-bow.hh: remove.
9117
9118         * lily/slur-bezier-bow.cc (Module): remove.
9119
9120         * lily/include/slur.hh (Module): remove.
9121
9122         * lily/slur.cc: remove
9123
9124         * input/test/slur-beautiful.ly (Module): remove
9125
9126         * input/test/slur-attachment-override.ly (Module): remove
9127
9128         * lily/slur-quanting.cc (after_line_breaking): only do scoring
9129         when less than 4 control-points.
9130
9131         * lily/key-signature-interface.cc: add style.
9132
9133         * Documentation/user/notation.itely (Automatic staff changes):
9134         document new behavior.
9135
9136         * input/regression/slur-extreme.ly: new file.
9137
9138         * ly/engraver-init.ly (Score): set bassStaffProperties to \clef
9139         bass. Obviates \clef bass in the bass staff, when using \autochange 
9140
9141         * lily/auto-change-iterator.cc (construct_children): instantiate
9142         up/down Staff, create Voice on up staff initially. Obviates
9143         explicit instantiation of up/down contexts for \autochange. 
9144
9145         * lily/slur-quanting.cc (get_bezier): new functionality, blow up
9146         slur depending on extents of note heads.
9147         
9148 2004-08-28  Graham Percival  <gperlist@shaw.ca>
9149
9150         * Documentation/user/tutorial.itely: minor editing.
9151
9152         * Documentation/user/examples.itely: tiny editing.
9153
9154 2004-08-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9155
9156         * lily/slur-quanting.cc (init_score_param): read scoring
9157         parameters from slur-details property
9158
9159         * scm/define-grobs.scm (all-grob-descriptions): add inside-slur to
9160         Accidental
9161
9162         * Documentation/user/advanced.itely: removed.
9163
9164         * Documentation/user/programming-interface.itely (How markups work
9165         internally): new subsection.
9166
9167         * Documentation/user/converters.itely (Invoking abc2ly): remove
9168         musedata2ly.
9169
9170 2004-08-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9171
9172         * Documentation/user/point-and-click.texi (Point and click): new file.
9173         put point & click in appendix.
9174         
9175         * Documentation/user/changing-defaults.itely (Vertical spacing):
9176         corrections
9177
9178 2004-08-27  Graham Percival  <gperlist@shaw.ca>
9179
9180         * Documentation/user/introduction.itely: add note about the
9181         "example templates" section of the manual, and remove link to
9182         input/template/
9183
9184 2004-08-27  Juergen Reuter   <reuter@ipd.uka.de>
9185
9186         * Documentation/user/lilypond-book.itely: fix parse error: @LaTeX
9187         -> La@TeX
9188
9189         * mf/parmesan-heads.mf: draw_diamond_head: fixed pen width; added
9190         missing lneo_mensural head; editorial cleanups
9191
9192         * lily/mensural-ligature.cc: added more comments
9193
9194 2004-08-26  Graham Percival  <gperlist@shaw.ca>
9195
9196         * Documentation/user/examples.itely: second, third, fourth, and fifth
9197         sections added.
9198
9199         * input/template/{various}: removed files included in examples.itely.
9200
9201 2004-08-26  Juergen Reuter   <reuter@ipd.uka.de>
9202
9203         * lily/stem.cc: bugfix: adjust-if-on-staffline: use
9204         Stem::stem_end_position instead of broken
9205         Staff_symbol_referencer::get_position
9206
9207 2004-08-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9208
9209         * debian/changelog: debian patch by Anthony Fok.
9210
9211         * lily/stem.cc (flag): bugfix for mensural flags (thanks Juergen!)
9212
9213         * lily/slur-engraver.cc (try_music): ignore slurs_. Otherwise we
9214         get spurious messages with skipTypesetting on.
9215
9216 2004-08-25  Graham Percival   <gperlist@shaw.ca>
9217
9218         * Documentation/user/lilypond-book.itely: slight clean-up.
9219
9220         * Documentation/user/examples.itely: began section.
9221
9222 2004-08-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9223
9224         * lily/script-interface.cc: add slur property.
9225
9226         * lily/slur-quanting.cc (score_extra_encompass): avoid other slurs
9227         too.
9228
9229         * input/regression/phrasing-slur-slur-avoid.ly: new file.
9230
9231         * lily/ottava-bracket.cc (print): always start from right edge of
9232         a broken bound. This fixes ottava-clef.ps 
9233
9234 2004-08-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9235
9236         * input/regression/slur-script-inside.ly: new file.
9237
9238         * lily/new-slur.cc (outside_slur_callback): new function, to make
9239         scripts avoid slurs 
9240
9241         * lily/slur-engraver.cc (finalize): 
9242
9243         * lily/script-interface.cc: add inside-slur property.
9244
9245         * lily/slur-engraver.cc (finalize): read inside-slur property.
9246
9247         * scm/lily.scm (postscript->png): use ~a iso. ~s in progress
9248         message.
9249
9250         * ly/property-init.ly (unHideNotes): hide accidentals at staff
9251         level. Fixes: hideNotes-accidental.ly
9252
9253 2004-08-23  Pedro Kroger  <kroeger@pedrokroeger.net>
9254
9255         * scm/page-layout.scm (plain-header): fix bug that print page
9256         number in the first page if firstpagenumber was different than 1.
9257
9258 2004-08-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9259
9260         * scm/framework-ps.scm (define-fonts): use UPCASE for Bluesky
9261         fonts. Fixes triangle markup for chords.
9262
9263         * lily/slur-quanting.cc (score_extra_encompass): make score depend
9264         on distance. This fixes slur-tenuto.ly and slur-tie.ly
9265  
9266         * flower/include/interval.hh (T>): add distance() function
9267
9268         * lily/ottava-bracket.cc (print): add dots to extent. Fixes
9269         octaviation-dot.ly 
9270
9271         * lily/context-scheme.cc: ly_context_grob_definition: new function.
9272
9273         * VERSION (MY_PATCH_LEVEL): release 2.3.12
9274
9275         * lily/new-slur.cc (add_column): remove set_interface()
9276
9277 2004-08-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9278
9279         * input/regression/slur-double.ly: new file. 
9280
9281         * lily/slur-engraver.cc: add doubleSlurs property
9282
9283         * scm/fret-diagrams.scm (label-fret): use cond instead of case for
9284         symbols.
9285
9286         * Documentation/user/notation.itely (Easy Notation note heads):
9287         revise notation Chapter.
9288
9289         * ly/music-functions-init.ly (makecluster): add makeClusters music
9290         function.
9291
9292         * lily/part-combine-engraver.cc: rename soloADue ->
9293         printPartCombineTexts
9294
9295         * scripts/convert-ly.py (conv): junk script{Up|Down|Both}.
9296
9297         * lily/horizontal-bracket.cc (print): use
9298         Tuplet_bracket::make_bracket, so it supports bracket-flare,
9299         edge-eight and shorten-pair.
9300
9301 2004-08-22  Pedro Kroger  <kroeger@pedrokroeger.net>
9302
9303         * Documentation/user/changing-defaults.itely (Page layout):
9304         description of firstpagenumber. Moved @refbugs about rightmargin
9305         to the end of the section (it was looking like the documentation
9306         after the refbugs was part of the bug comment).
9307
9308         * scm/framework-ps.scm (output-framework): set the first
9309         postscript page number to firstpagenumber
9310
9311         * scm/page-layout.scm (ly:optimal-page-breaks): print the first
9312         page number according to firstpagenumber
9313
9314         * scm/paper.scm (set-paper-dimensions): added firstpagenumber
9315         parameter
9316
9317 2004-08-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9318
9319         * lily/slur-engraver.cc (class Slur_engraver): simplify: remove
9320         nested slurs. 
9321
9322         * scripts/convert-ly.py (lilypond_version_re_str): handle
9323         \version "bar" % "foo"
9324
9325         * lily/completion-note-heads-engraver.cc (process_music): set
9326         duration-log before announcing object.
9327         
9328         * lily/staff-symbol.cc (print): subtract thickness from staff line
9329         length
9330
9331         * lily/parser.yy (book_body): disallow { ..music.. } inside \book
9332         
9333 2004-08-21  Carl Sorensen  <carldsorensen@comcast.net>
9334
9335         * scm/stencil.scm: remove fontify-text and fontify-text-white
9336
9337 2004-08-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9338
9339         * scm/part-combiner.scm: skip name string. Fixes segfault problem.
9340
9341         * Documentation/user/sound-output.texi (Sound): new file. Move all
9342         MIDI related information.
9343
9344 2004-08-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9345
9346         * lily/script-engraver.cc (acknowledge_grob): only take into
9347         account note heads with a music cause. Fixes ambitus-accent.ly
9348
9349         * scm/define-markup-commands.scm (finger): set encoding to
9350         fetaNumber.
9351
9352 2004-08-20  Erik Sandberg <ersa9195@student.uu.se>
9353
9354         * scripts/convert-ly.py: typo
9355
9356 2004-08-19  Carl Sorensen  <carldsorensen@comcast.net>
9357
9358         * scm/fret-diagrams.scm: Eliminate use of fontify-text; make 
9359         font calls for diagrams based on paper and props
9360
9361 2004-08-19  Graham Percival <gperlist@shaw.ca>
9362
9363         * scripts/convert-ly.py: add \newpage -> \pageBreak rule.
9364
9365 2004-08-19  Erik Sandberg <ersa9195@student.uu.se>
9366
9367         * ly/spanners-init.ly: Correct meanings of setTextDecresc/Dim,
9368         added setHairpinDecresc/Dim
9369
9370 2004-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9371
9372         * lily/include/lily-guile.hh: Cosmetics.
9373
9374 2004-08-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9375
9376         * input/regression/fermata-rest-position.ly: new file
9377
9378         * ly/property-init.ly (hideNotes): remove \setMmRestFermata
9379
9380         * scripts/convert-ly.py (conv): add rule for \setMmRestFermata
9381
9382 2004-08-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9383
9384         * scm/framework-tex.scm (output-preview-framework) 
9385         (output-classic-framework): 
9386         * scm/framework-ps.scm (output-preview-framework):
9387         s/ly:paper-book-lines/ly:paper-book-systems/g
9388
9389         * scm/fret-diagrams.scm (ss-font-encoding):
9390         s/my-font-encoding/ss-font-encoding
9391
9392 2004-08-18  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9393
9394         * scm/music-functions.scm (direction-polyphonic-grobs): Set
9395         direction also on fingerings.
9396
9397         * lily/clef-engraver.cc: Add forceClef to list of read properties.
9398
9399 2004-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9400
9401         * po/nl.po: Some updates.
9402
9403         * scm/lily.scm (_): New function.
9404         (postscript->pdf, postscript->png, lilypond-main)
9405         (postscript->pdf): Use it.  Write messages to stderr.
9406
9407         * stepmake/stepmake/po-targets.make (ALL_PO_SOURCES): Add SCM_FILES.
9408
9409         * scm/GNUmakefile (XGETTEXT_FLAGS): Set language to Lisp.
9410         xgettext does not recognise scheme yet.  Patch submitted.
9411
9412         * lily/scm-option.cc (LY_DEFINE):
9413         * lily/main.cc: The program is now called lilypond (WAS:
9414         lilypond-bin).
9415
9416         * lily/rest-collision.cc (do_shift): Uniformise two too many rests
9417         messages.
9418
9419         * lily/include/paper-book.hh
9420         * lily/include/paper-system.hh: Finish renaming of paper-line to
9421         system.  Fix users.
9422
9423 2004-08-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9424
9425         * scm/documentation-generate.scm (string-append): add version.
9426
9427         * scm/define-markup-commands.scm (box): add box-padding and
9428         thickness props for the box command.
9429  
9430         * Documentation/user/changing-defaults.itely (Text encoding):
9431         elucidate use of \encoding for \header strings.
9432
9433         * lily/parser.yy (lyric_element): use \encoding for lyrics strings.
9434
9435         * lily/score.cc (LY_DEFINE): check if length of music > 0. Fixes:
9436         staff-change.ly
9437
9438         * lily/output-def.cc (assign_context_def): use set_variable().
9439
9440         * lily/text-item.cc (interpret_string): accept string input
9441         encoding too.
9442
9443         * scm/encoding.scm (read-encoding-file): print warning when file
9444         can't be found.
9445
9446         * tex/latin1.enc: remove.
9447
9448         * tex/GNUmakefile ($(outdir)/latin1.enc): create latin1 from GS.
9449
9450         * lily/rod.cc (columnize): robustness fix. Don't crash for
9451         nil span points. Fixes: appoggiatura-segfault.ly
9452         (add_to_cols): extra robustness fix.
9453
9454 2004-08-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9455
9456         * lily/text-item.cc (interpret_string): use lookup_variable() to
9457         fidn inputencoding. Now, \paper inherits inputencoding from
9458         \bookpaper.
9459
9460         * lily/script-engraver.cc (stop_translation_timestep): remove slur
9461         collision kludge.
9462
9463         * lily/dynamic-engraver.cc (typeset_all): remove slur collision
9464         kludge.
9465
9466 2004-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9467
9468         * lily/main.cc (parse_argv): Bugfix: handle 'p'.  Add warning.
9469
9470 2004-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9471
9472         * lily/spanner.cc (spanned_rank_iv): Bugfix.
9473
9474         * lily.scm: Mark un-internationlised user messages (with FIXME).
9475
9476         * lily/include/modified-font-metric.hh (struct
9477         Modified_font_metric): New file.  (WAS: incorrectly named
9478         scaled-font-metric.hh ?)
9479
9480         * lily/include/scaled-font-metric.hh: Remove.
9481
9482         * lily/text-item.cc (interpret_string): Identify and document
9483         input-encoding problem.
9484
9485         * lily/paper-book.cc (pages): Do not use `paper' as variable name
9486         for a Bookpaper.
9487
9488         * tex/latin1.enc: Replace /minus with /hyphen.
9489
9490         * scm/encoding.scm: For latin1 (input-)encoding, use
9491         latin1.  (Cork.enc is NOT latin1 -- see man latin1).
9492
9493         * ly/book-paper-defaults.ly: Add a comment about suspicious TeX
9494         inputencoding.
9495
9496 2004-08-12  Heikki Junes  <hjunes@cc.hut.fi>
9497
9498         * Documentation/topdocs/INSTALL.html: fixes.
9499
9500 2004-08-12  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
9501
9502         * buildscripts/builder.py: Fix for scons CVS.
9503
9504 2004-08-11  Heikki Junes  <hjunes@cc.hut.fi>
9505
9506         * Documentation/user/notation.itely,
9507         Documentation/topdocs/NEWS.texi, input/test/ambitus-mixed.ly,
9508         input/test/ambitus-mixed.ly: fix plurals:
9509         english: ambit, pl. ambits; latin: ambitus, pl. ambitus.
9510
9511 2004-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9512
9513         * lily/dynamic-engraver.cc (typeset_all):
9514         * lily/script-engraver.cc (stop_translation_timestep): Handle
9515         collisions with new-slur.
9516
9517 2004-08-10  Jan Nieuwenhuizen  <janneke@gnu.org>
9518
9519         * scm/define-grobs.scm (all-grob-descriptions): Add
9520         new-slur-interface.
9521
9522 2004-08-03  Jan Nieuwenhuizen  <janneke@gnu.org>
9523
9524         * elisp/lilypond-mode.el (LilyPond-command-alist): LilyPond now
9525         produces .PS
9526
9527 2004-08-09  Carl Sorensen  <carldsorensen@comcast.net>
9528
9529         * scm/define-grob-properties.scm (all-user-grob-properties): fix
9530         definition of number-type
9531
9532 2004-08-08  Carl Sorensen  <carldsorensen@comcast.net>
9533
9534         * scm/fret-diagrams.scm : change sans-serif font encoding from 
9535         TeX-text to ec (uses ecss fonts instead of cmss fonts)
9536
9537         * scm/define-grob-interfaces.scm (fret-diagram-interface): add
9538         number-type and label-dir
9539
9540         * scm/define-grob-properties.scm: add number-type and label-dir
9541
9542         * scm/fret-diagrams.scm (label-fret): allow fret label to be on either
9543         left or right.  Allow choice of upper-case roman, lower-case roman, or
9544         arabic numerals in fret label
9545
9546 2004-08-04  Werner Lemberg  <wl@gnu.org>
9547
9548         * lily/slur-quanting.cc: Include libc-extension.hh.
9549         s/round/my_round/.
9550         * ly/engraver-init.ly (VaticanaVoice, GregorianTranscriptionVoice):
9551         s/autobeaming/autoBeaming/.
9552
9553 2004-08-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9554
9555         * VERSION: 2.3.11 released.
9556
9557         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): reinstate
9558         renameinput.
9559
9560 2004-08-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9561
9562         * lily/lookup.cc (round_filled_box): remove warnings about blot
9563         diameter.
9564
9565         * scm/paper.scm (paper-set-staff-size): make linethickness more
9566         easily tunable.
9567
9568         * lily/parser.yy (new_lyrics): \addlyrics -> \oldaddlyrics,
9569         \newlyrics -> \addlyrics
9570
9571         * lily/text-spanner.cc (print): use it.
9572
9573         * lily/dynamic-text-spanner.cc (print): use it.
9574
9575         * lily/grob.cc (robust_relative_extent): new function.
9576
9577         * scripts/lilypond-book.py (main): add -f tex as default process.
9578
9579         * lily/text-spanner.cc (print): only take linear_combination of
9580         nonempty interval.
9581         
9582
9583 2004-08-02  Pedro Kroger  <kroeger@pedrokroeger.net>
9584
9585         * scm/page-layout.scm (default-page-make-stencil): If leftmargin
9586         isn't specified by the user in \bookpaper center the music in the
9587         page.
9588
9589 2004-08-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9590
9591         * Fix some problems after the renaming of my-lily -> lily
9592
9593 2004-08-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9594
9595         * lily/lily-parser.cc (parse_string): don't overwrite keytable_.
9596
9597         * lily/slur-quanting.cc (enumerate_attachments): apply center on
9598         stem-X in more cases. 
9599
9600         * lily/stem.cc (dim_callback): solve todo.
9601
9602 2004-08-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9603
9604         * input/test/README: new file.
9605
9606         * lily/lily-parser.cc: rename my-lily* files.
9607
9608         * lily/my-lily-parser.cc (LY_DEFINE): plug memory leak: unprotect
9609         parser.
9610
9611         * lily/include/my-lily-lexer.hh (class Lily_lexer): smobify lexer.
9612
9613         * lily/include/my-lily-parser.hh: rename My_lily -> Lily
9614
9615         * make/mutopia-targets.make (local-WWW): don't make ps.gz
9616         examples. They take a huge amount of space.
9617
9618         * Documentation/user/GNUmakefile: fix symlinks.
9619
9620         * VERSION: 2.3.10 released.
9621         
9622         * input/test/lyrics-skip-notes.ly: remove
9623
9624         * input/test/stem-cross-staff.ly (noFlag): fold into manual
9625
9626         * input/test/{spacing-2,staff-space,tablature,textscript}.ly:
9627         remove.
9628
9629 2004-08-01  Heikki Junes  <hanwen@xs4all.nl>
9630
9631         * Documentation/user/{changing-defaults,notation,tutorial}.itely:
9632         fixes.
9633
9634 2004-08-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9635
9636         * input/regression/beam-dir-functions.ly: move from test/
9637
9638         * Documentation/user/notation.itely (Feathered beams): new node.
9639
9640         * Documentation/user/changing-defaults.itely (Difficult tweaks):
9641         new node
9642
9643         * input/regression/lyric-hyphen-retain.ly: move to regression.
9644
9645         * input/regression/harmonic.ly: fold into manual
9646         
9647         * input/test/{hshift,move-accidentals,crescendi,feathered-beam,
9648         stem-length,chord-names-no-inversions}.ly: remove
9649         
9650         * input/test/tie-cross-voice.ly: move to regression.
9651
9652         * Documentation/user/notation.itely (Running trills): new node.
9653
9654         * scm/define-grobs.scm (all-grob-descriptions): new grob TrillSpanner
9655
9656         * scm/define-music-types.scm (music-descriptions): add TrillSpanEvent
9657
9658         * lily/trill-spanner-engraver.cc: new file.
9659
9660         * input/regression/trill-spanner.ly: new file.
9661
9662         * input/test/timing.ly: fold into manual.
9663
9664         * input/test/time.ly: remove
9665
9666         * input/test/trill.ly: remove
9667         
9668         * input/test/time-signature-double.ly: fold into manual
9669
9670         * input/test/separate-staccato.ly: remove
9671
9672         * input/test/spanner-after-break-tweak.ly: fold into manual.
9673
9674         * input/test/script-priority.ly: fold into manual.
9675
9676         * input/test/scheme-interactions.ly: remove.
9677         
9678         * input/test/unfold-all-repeats.ly (mel),
9679         input/test/repeat.ly,input/test/repeat-shorter-bracket.ly,
9680         input/test/polymetric-differing-notes.ly input/test/polymetric.ly:
9681         fold into manual.
9682
9683         * input/regression/no-staff.ly: move from input/test/
9684
9685         * input/regression/markup-score.ly: move from input/test/
9686
9687         * input/test/lyrics-melisma-faster.ly: fold into manual
9688         
9689         * input/test/lyrics-melisma-variants.ly: fold into manual
9690
9691         * Documentation/user/notation.itely (Popular music): new node. 
9692
9693         * input/test/gourlay.ly: remove
9694         
9695         * input/test/improv.ly: fold into manual.
9696
9697         * input/test/figured-bass-alternate.ly (fl): remove
9698
9699         * lily/dynamic-text-spanner.cc (print): new file.
9700
9701         * scm/define-grobs.scm (all-grob-descriptions): add DynamicTextSpanner
9702
9703         * lily/engraver-group-engraver.cc (do_announces): reorder logic:
9704         keep recursing into children in case a parent context inserts a
9705         grob into a child context.
9706
9707         * lily/dynamic-engraver.cc (acknowledge_grob): add accidentals to
9708         
9709 2004-07-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9710
9711         * scm/define-markup-commands.scm (postscript): new markup command
9712         \postscript
9713
9714         * Documentation/user/notation.itely (Formatting cue notes): new
9715         section.
9716
9717         * input/test/clef-end-of-line.ly: fold into manual.
9718
9719         * input/test/scales-greek.ly: remove.
9720
9721         * input/test/chords-without-melody.ly: fold into manual.
9722
9723         * input/test/cadenza-skip.ly: remove.
9724
9725         * input/test/clef-8-syntax.ly: remove.
9726
9727         * input/test/clef-manual-control.ly: move into manual.
9728
9729         * Documentation/user/notation.itely (Aligning to cadenzas): fold
9730         in cadenza-skip.ly
9731
9732         * mf/parmesan*.mf: change neo_mensural to neomensural.
9733
9734         * input/test/trills.ly: remove.
9735
9736         * input/test/transposition.ly: remove.
9737
9738         * input/test/to-xml.ly: move to no-notation.
9739
9740         * buildscripts/lilypond-profile.sh: change zsh bomb to warning.
9741
9742         * lily/ledger-line-spanner.cc (print): use staff variable, not
9743         me. Fixes ledger lines on differently sized staves.
9744
9745         * input/test/rhythm-excercise.ly: remove file.
9746
9747         * lily/stem.cc (dim_callback): only do something if visible. Fixes
9748         spurious flag not found warning for 128th rest.
9749
9750         * input/regression/rest-dot-position.ly: new file.
9751         
9752         * input/test/rest-dot-positions.ly: remove
9753
9754         * lily/staff-symbol-referencer.cc (get_position): emergency
9755         fallback: use coordinate * 2.
9756
9757         * input/no-notation/midi-scales.ly: move from test/
9758
9759         * scm/define-markup-commands.scm (score): remove debugging code.
9760
9761         * input/test/incipit.ly (violin): remove. 
9762
9763         * lily/system-start-delimiter.cc (print): only draw system
9764         delimiter to staves that reach up to left bound of the delimiter.
9765
9766         * input/no-notation/embedded-scm.ly: move from test/
9767
9768         * input/test/follow-voice.ly: remove
9769
9770         * input/no-notation/dynamic-absolute-volume.ly: move from test/.
9771
9772         * input/test/drarn*: remove
9773         
9774         * input/test/count-systems.ly: remove.
9775
9776         * lily/bar-line.cc (compound_barline): fix : for staff without
9777         lines.
9778
9779         * lily/accidental.cc (print): use music_font_alist_chain(). This
9780         fixes smaller cautionaries.
9781
9782         * scm/define-grobs.scm (all-grob-descriptions): use fetaMusic
9783         encoding for accidental.
9784
9785         * Documentation/user/notation.itely (Educational use): new section
9786
9787         * input/test/*.ly: clean up directory: move examples into manual
9788         or regtest.
9789         
9790
9791         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.log): add
9792         mode as well. This fixes resolution errors.
9793
9794 2004-07-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9795
9796         * scm/lily.scm (postscript->png): show commands for --verbose.
9797
9798         * flower/include/getopt-long.hh: opps. short option should be
9799         char, not int.
9800
9801         * Documentation/user/GNUmakefile: use symlinks to save space.
9802
9803         * VERSION: 2.3.9 released.
9804
9805         * scripts/convert-ly.py (conv): remove \lyrics from \lyricsto.
9806
9807         * ly/gregorian-init.ly (neumeDemoPaper): remove duplication from
9808         manual.
9809
9810         * Documentation/user/tutorial.itely (Integrating text and music):
9811         remove \score and \notes from manual.
9812
9813         * lily/my-lily-lexer.cc (My_lily_lexer): really switch on note
9814         mode in the beginning.
9815
9816 2004-07-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9817
9818         * Documentation/user/changing-defaults.itely (Horizontal spacing):
9819         Correct the documentation of the spacing parameters. 
9820
9821         * Documentation/user/tutorial.itely (Integrating text and music), 
9822         Documentation/user/lilypond-book.itely (Integrating LaTeX and
9823         music): Document that you need to add the map file ec-mftrace.map
9824         in the dvips command.   
9825
9826 2004-07-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9827
9828         * lily/score-engraver.cc (initialize): abort if ecrm10.pfa not
9829         found.
9830
9831         * lily/text-item.cc (interpret_string): insert encoding setting
9832         here
9833
9834         * scm/framework-ps.scm (ps-font-command): remove feta/parmesan
9835         encoding kludge.
9836
9837         * Documentation/user/changing-defaults.itely (Text encoding): node
9838         on encoding.
9839
9840         * lily/lyric-engraver.cc (try_music): remove superfluous check.
9841
9842         * lily/book-paper-def.cc (find_scaled_font): remove default
9843         encoding, because it messes up font loading for feta and
9844         parmesan. Encoding should only be specified for running texts.
9845
9846         * lily/modified-font-metric.cc (text_dimension): support coding
9847         scheme ""
9848         
9849 2004-07-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9850
9851         * lily/tie-engraver.cc (stop_translation_timestep): remember tie
9852         definition, so \override works as expected.
9853
9854         * lily/measure-grouping-engraver.cc: clarify
9855
9856 2004-07-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9857
9858         * lily/parser.yy (context_def_mod): remove \consistsend
9859
9860         * lily/context-def.cc (instantiate): use Translator::must_be_last
9861         to determine engraver order.
9862
9863         * lily/translator.cc (must_be_last): new function
9864
9865         * scripts/convert-ly.py (conv): rule.
9866
9867         * lily/bar-line.cc (print): return '() for height == 0.0 too.
9868
9869 2004-07-27  Heikki Junes  <hjunes@cc.hut.fi>
9870
9871         * input/regression/{stanza-number,volta-multi-staff}.ly: fix docs.
9872  
9873 2004-07-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9874
9875         * lily/include/lily-guile.hh (scm_is_int): compat glue.
9876
9877 2004-07-25  Pedro Kroger  <kroeger@pedrokroeger.net>
9878
9879         * input/regression/page-layout.ly: new file.
9880
9881         * scm/paper.scm (set-paper-dimensions): Preliminary support for
9882         left and right margins.
9883
9884         * Documentation/user/changing-defaults.itely (Page layout):
9885         Explain the leftmargin option.
9886
9887 2004-07-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9888
9889         * input/test/lyrics-melisma-variants.ly (texidoc): new file.
9890
9891         * input/test/lyrics-melisma-faster.ly: new file.
9892
9893         * lily/new-lyric-combine-music-iterator.cc (find_voice): allow
9894         change of melody by setting associatedVoice.
9895
9896         * lily/parser.yy (re_rhythmed_music): \lyricsto implies lyrics mode.
9897
9898         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): don't copy
9899         file contents, rather \include them, so default linewidth is set.
9900         (ly_options): make BOOKPAPER set of options. Move linewidth
9901         settings there.
9902
9903         * Documentation/user/examples.itely: new file. Templates are to be
9904         moved here.
9905
9906         * Documentation/user/programming-interface.itely: move chapter.
9907
9908         * scm/document-markup.scm (doc-markup-function): add @code
9909
9910         * stepmake/stepmake/texinfo-rules.make: remove chmod.
9911
9912 2004-07-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9913
9914         * scm/page-layout.scm (plain-header): add printpagenumber boolean
9915         to bookpaper.
9916
9917         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
9918         $(outdir)/%.ly $(outdir)/%.ps): do all targets from lilypond binary.
9919
9920         * scripts/lilypond-latex.py (run_dvips): remove -bin everywhere.
9921
9922         * lily/GNUmakefile (NAME): create lilypond, not lilypond-bin 
9923
9924         * scripts/lilypond-latex.py: move from lilypond.py
9925
9926         * make/lilypond-vars.make: centralize LILYPOND_BOOK_FLAGS setting.
9927         (LILYPOND_BOOK_FLAGS): use -f tex for lilypond-book.
9928
9929         * scm/lily.scm (postscript->png): new function
9930         (postscript->pdf): new function
9931
9932         * lily/paper-book.cc (post_processing): call
9933         convert-to-{dvi,ps,png,pdf}
9934
9935         * scripts/ps2png.py (option_definitions): new file.
9936
9937         * lily/paper-book.cc (output): call output-preview-framework
9938         (post_processing): new function. Do PDF/PNG conversion.
9939
9940         * lily/paper-outputter.cc (close): new function.
9941
9942         * scm/framework-ps.scm (convert-to-pdf): new function. Call
9943         ps2pdf.
9944         (output-preview-framework): new function. Generate a preview .ps
9945         
9946
9947 2004-07-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9948
9949         * VERSION: release 2.3.8
9950         
9951         * lily/note-head.cc: remove ledger line handling.
9952
9953         * lily/ambitus.cc (print): strip away accidental / note head code,
9954         and associated properties.
9955
9956         * lily/ambitus-engraver.cc (create_ambitus): change name to
9957         AmbitusLine. Create AmbitusAccidental and AmbitusNoteHead for
9958         other ambitus parts.
9959         (create_ambitus): group grobs in Ambitus grouping object. 
9960
9961         * lily/include/pitch-interval.hh (Pitch>): new file.
9962
9963         * lily/pitch-interval.cc (add_point): new file.
9964
9965         * lily/ledger-line-engraver.cc: new file.
9966
9967         * lily/ledger-line-spanner.cc (print): new file. Set limits to
9968         ledger line length to avoid clashes.
9969
9970 2004-07-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9971
9972         * Documentation/user/invoking.itexi (Invoking lilypond): remove
9973         deprecated options
9974
9975 2004-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
9976
9977         * SConstruct: Use only code files for TAGS.  Change GO_FAST_BUTTON
9978         to command line option: fast=1 (default on).
9979
9980         * SConstruct[GO_FAST_BUTTON]: implement tips from Andreas Roach.
9981         This brings SCons run-time on up-to-date tree down from 48s with
9982         only checksums, to 34s without 2day checksums, to 14s (make needs
9983         4 seconds).
9984         (subdirs)[GO_FAST_BUTTON]: Try to read all subdirs only when
9985         necessary.
9986
9987 2004-07-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9988
9989         * lily/slur-quanting.cc (score_extra_encompass): add  break ;
9990         (score_extra_encompass): process scripts at edges too, by checking
9991         control points directly. 
9992
9993 2004-07-20  Jan Nieuwenhuizen  <janneke@gnu.org>
9994
9995         * po/nl.po: Update.
9996
9997         * lily/main.cc: Fix ly:option-usage help.
9998
9999         * input/regression/slur-script.ly: More collision tests.
10000
10001         * GNUmakefile.in (EXTRA_DIST_FILES): Add SConstruct.
10002
10003 2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10004
10005         * VERSION: release 2.3.7
10006
10007         * stepmake/generic-vars.make (EXTRA_DIST_FILES): dist SConscript
10008         files.
10009
10010         * Documentation/user/notation.itely (Slurs): document ^ and _ for
10011         slurs.
10012
10013         * input/regression/slur-script.ly: new file.
10014
10015         * lily/accidental-engraver.cc (process_acknowledged_grobs):
10016         make accidental appear to come from note head engraver.
10017
10018         * lily/slur-quanting.cc: new file.
10019         (score_extra_encompass): new function. Avoid scripts and
10020         accidentals
10021
10022 2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10023
10024         * lily/include/lily-guile.hh: Remove guile-1.4 compatibility.
10025         This greatly reduces the number of files that get recompiled
10026         after touching config.hh.
10027
10028         * config.hh.in: Remove GUILE_*_VERSION.
10029
10030         * lily/new-slur.cc: Resolve conflicts.
10031
10032         * lily/stem-engraver.cc (make_stem): New method.
10033
10034         * lily/include/script-interface.hh:
10035         * lily/script-interface.cc: New file.
10036
10037         * lily/include/script.hh:
10038         * lily/script.cc: Remove.
10039
10040         * lily/music.cc (duration_log): New method.
10041
10042         * lily/script.cc (struct Skript): Remove.
10043
10044         * lily/new-slur.cc (get_base_attachments): Try at articulations.
10045         Lots of coding cleanups (Stom).
10046
10047 2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10048
10049         * lily/new-slur.cc (avoid_staff_line): new function: avoid
10050         collisions with staff lines.
10051
10052         * lily/my-lily-parser.cc (LY_DEFINE): add directory of argument to
10053         global_path
10054
10055         * scm/define-grobs.scm (all-grob-descriptions): set ratio
10056         .25. This flattens short slurs.
10057
10058         * lily/new-slur.cc (enumerate_attachments): move X of attachment
10059         points for tilted slurs.
10060
10061         * input/regression/slur-tilt.ly: new file.
10062
10063         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): shorten
10064         stems of 16th graces too.
10065
10066         * lily/beam-quanting.cc (score_forbidden_quants): make forbidden
10067         quant penalty dependent on how much the line is in the gap.
10068
10069         * input/regression/grace-stem-length.ly: new file.
10070
10071         * lily/beam-quanting.cc (score_forbidden_quants): remove
10072         interquant check. The penalty of 1000 is much too harsh, and the
10073         inter case should be caught by check-staff-line-in-gap check.
10074
10075         * lily/scm-option.cc: move debug-beam to \paper.
10076
10077         * scripts/lilypond-book.py (Lilypond_snippet.write_ly): create
10078         .txt files to appease makeinfo.
10079
10080         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly:
10081         remove texttagline.
10082         
10083         * lily/new-slur.cc: cleanup, split in functions.
10084
10085         * lily/parser.yy (chord_body_element): allow octave-check = inside
10086         chord body. 
10087
10088         * lily/new-slur.cc (score_encompass): variable head-distance penalty.
10089
10090         * lily/stem.cc (height): call Beam::after_line_breaking().
10091
10092         * lily/rest-collision.cc (force_shift_callback): only call shift
10093         for columns containing rests.
10094
10095         * lily/new-slur.cc (print): use debug-slur-quanting paper var.
10096
10097         * input/regression/font-postscript.ly: invoke afm2tfm. 
10098
10099 2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10100
10101         * mf/SConscript: Build map files.
10102
10103         * SConstruct: Rename $out to out-www in web.
10104
10105 2004-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10106
10107         * SConstruct (web_kluts): Have make web build in out-www.  Not.
10108
10109 2004-07-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10110
10111         * Documentation/user/music-glossary.tely (Top): add fragment to
10112         pertinent @lilypond entries.
10113
10114         * scm/define-grobs.scm: switch on new-slur by default.
10115
10116         * lily/scm-option.cc: symbol != string.
10117
10118         * lily/new-slur.cc (set_end_points): handle broken slurs. Doesn't
10119         really work yet.
10120         (set_end_points): make X coord of attachment dependent on  Y.
10121         (score_encompass): add edges too.
10122
10123 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10124
10125         * lily/stem.cc (get_beaming): new function.
10126
10127         * scripts/lilypond-book.py (compose_ly): make fragment mandatory
10128         for fragment snippets. This fixes inclusion of toplevel-music
10129         examples (such as new-slur.ly)
10130  
10131 2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10132
10133         * scripts/lilypond-book.py: Remove second import of stat.
10134
10135         * More SCons cleanups.
10136
10137         * Documentation/bibliography/computer-notation.bib (note): Remove
10138         extraneous closing brace.
10139
10140 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10141
10142         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): fix
10143         stat calls.
10144
10145         * Documentation/bibliography/SConscript (bibs): failed try to get
10146         bib2html find html-long.bst.
10147
10148         * buildscripts/bib2html.py (stat): fail if bibtex fails.
10149
10150         * make/stepmake.make: use usescons for using scons. 
10151
10152 2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10153
10154         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): Check
10155         for lilypondend.  Import stat (huh?).
10156
10157 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10158
10159         * make/mutopia-vars.make ($(addprefix $(outdir)/,$(LYM4_FILES):
10160         bypass dvi. 
10161
10162         * input/regression/font-postscript.ly: new file. 
10163
10164         * scm/framework-ps.scm (load-fonts): load pfb files too.
10165
10166         * lily/pfb.cc (pfb2pfa): new file.
10167
10168 2004-07-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10169
10170         * scripts/lilypond-book.py (PREAMBLE_LY): set
10171         toplevel-music-handler too.
10172
10173 2004-07-15  Jan Nieuwenhuizen  <janneke@gnu.org>
10174
10175         * SConstruct (symlink): Add dvips and music-drawing-routines.ps.
10176         (web_path): Fixes for webball.  Install fixes, add DESTDIR option.
10177
10178         * lily/slur.cc: Add quant-score to interface.  Fixes web build.
10179
10180         * python/SConscript:
10181         * python/vim:
10182         * input/mutopia/*SConscript: New file.
10183
10184         * input/mutopia/W.A.Mozart/: Use .ily suffix for includes.
10185
10186         * scm/define-grobs.scm (all-grob-descriptions): Use ,Slur::height,
10187         fixes web build.
10188
10189         * make/stepmake.make (scons): re-route to SCONS if user has been
10190         running scons in this tree.
10191
10192         * SConstruct (config_vars): Add CPPDEFINES.
10193         (env): Set checksums type to "content".
10194         (save_config_cache): Do not exit after configuring when using
10195         checksums (the default) instead of timestamps.
10196
10197 2004-07-15  Jan Nieuwenhuizen  <janneke@gnu.org>
10198
10199         * SConstruct: Further development.
10200
10201         * input/test/SConscript: 
10202         * input/template/SConscript: 
10203         * input/regression/SConscript: 
10204         * Documentation/bibliography/SConscript:
10205         * Documentation/bibliography/index.html.in: New file.
10206
10207         * Documentation/bibliography/GNUmakefile (local-WWW): Remove index
10208         generation.
10209
10210         * buildscripts/builder.py: Add new builders.
10211
10212         * make/stepmake.make: 
10213         * stepmake/stepmake/*.make: 
10214         * configure.in:
10215         * lily/*:
10216         * flower*: Use config.hh (Was config.h).
10217
10218         * scm/encoding.scm (get-coding): Print friendly error message when
10219         no encoding is found, rather than crashing.
10220
10221 2004-07-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10222
10223         * lily/new-slur.cc (score_slopes): strong sloping score only when
10224         stems point in same dir. 
10225
10226 2004-07-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10227
10228         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo): bugfix
10229         for beam start.
10230
10231         * lily/parser.yy (context_prop_spec): check grob name for
10232         alphanumericness..
10233
10234         * lily/lyric-engraver.cc: creates LyricText objects
10235
10236 2004-07-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10237
10238         * lily/include/lily-guile.hh (scm_from_int): add scm_from_int glue.
10239
10240 2004-07-13  Jan Nieuwenhuizen  <janneke@gnu.org>
10241
10242         * SConstruct: Configure only pristine build tree or on user
10243         request.  Cleanups.  Add Documentation/topdocs to subdirs.
10244         Use checksums instead of timestamps.
10245         (CheckYYCurrentBuffer): Return result.
10246
10247         * Documentation/topdocs/SConscript: New file.
10248
10249 2004-07-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10250
10251         * lily/staff-symbol-referencer.cc (on_staffline): bugfix 
10252
10253         * lily/scm-hash.cc (get): SCM_MAKINUM is deprecated. Use
10254         scm_from_int instead.
10255
10256 2004-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
10257
10258         * SConstruct: Updates.  Add targets: tar, dist, release.
10259
10260 2004-07-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10261
10262         * input/mutopia-header.ly: Generate output.
10263
10264         * SConstruct:
10265         * buildscripts/builder.py:
10266         * Documentation/user/SConscript: SCons fixes.
10267
10268 2004-07-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10269
10270         * lily/new-slur.cc (class New_slur): new file. Score based slur
10271         computations.
10272
10273 2004-07-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10274
10275         * mf/SConscript: Remove Builders.
10276
10277         * buildscripts/builder.py: Add LilyPond, Abc2ly and MF builders.
10278
10279         * input/SConscript: 
10280         * Documentation/user/SConscript: New file.
10281
10282 2004-07-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10283
10284         * Documentation/topdocs/NEWS.texi (Top): add note about new
10285         emacs electric-|
10286
10287         * scm/*.scm: adapt ly:warn calls.
10288
10289         * lily/lily-guile.cc (LY_DEFINE): use format on ly:warn arguments.
10290
10291         * lily/repeat-acknowledge-engraver.cc (process_music): look at
10292         main timing, not grace timing. Fixes volta-repeat-grace.
10293
10294         * lily/kpath.cc (LY_DEFINE): ly:kpathsea-expand-path, new function
10295         remove ly:kpathsea-gulp-file.
10296
10297         * scm/translation-functions.scm (format-metronome-markup): make
10298         note smaller, align to bottom.
10299
10300         * scm/define-grobs.scm (all-grob-descriptions): metronome fixes.
10301
10302         * lily/metronome-engraver.cc (stop_translation_timestep): attach
10303         metronome to musical column. Don't ack time sigs or bar lines.
10304
10305 2004-07-10  Heikki Junes  <hjunes@cc.hut.fi>
10306
10307         * THANKS: sort, add David. Kristof contributed code, he is a
10308         contributor.
10309
10310 2004-07-09  David Svoboda      <svoboda@cmu.edu>
10311
10312         * elisp/lilypond-mode.el,
10313         * elisp/lilypond-what-beat.el: Added LilyPond-what-beat function to
10314         count beats between last measure stop | and point in emacs.
10315         
10316 2004-07-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10317
10318         * tex/GNUmakefile (TEX_FILES): don't dist
10319         music-drawing-routines.ps, latin1.enc 
10320
10321         * scripts/lilypond.py (include_path): remove --no-lily, --no-ps ,
10322         --no-pdf, --pdftex
10323         (copyright): add --latex option
10324         (ic_p.make_include_option): use direct PS as default.
10325
10326         * scm/beam.scm (check-slope-callbacks): check sign of slope. 
10327
10328         * input/regression/beam-concave.ly (rossFourBeams): add cases from
10329         Ross
10330
10331         * scm/script.scm (default-script-alist): marcato should follow
10332         into staff
10333         
10334 2004-07-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10335
10336         * buildscripts/builder.py:
10337         
10338         * Documentation/SConscript (outdir): New file.  Add *list.ly
10339         dependencies.  Fixes PDF doc build.
10340
10341 2004-07-08  Jan Nieuwenhuizen  <janneke@gnu.org>
10342
10343         * SConstruct: Add Tar target (incomplete), fix install issues, fix
10344         run from build-dir.
10345
10346         * ly/SConscript:
10347         * scm/SConscript: New file.
10348
10349         * lily/main.cc (dir_info): Print variables in sh format.
10350
10351         * lily/includable-lexer.cc: Use #if iso #ifdef for HAVE_ tests.
10352
10353         * mf/SConscript: Update multiple target rules.
10354
10355         * SConstruct (assert_version): Add.
10356
10357 2004-07-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10358
10359         * SConstruct (key): add HAVE_FLEXLEXER_YY_CURRENT_BUFFER check.
10360
10361 2004-07-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10362
10363         * buildscripts/mf-to-table.py: Do not try to open ''.
10364
10365         * mf/SConscript: New file.
10366
10367 2004-07-06  Carl Sorensen  <carldsorensen@comcast.net>
10368
10369         * scm/fret-diagrams.scm : Convert many properties to constants,
10370         reducing the pollution of the property namespace.
10371
10372         * scm/define-grob-properties.scm (all-user-grob-properties): Reduce
10373         unnecessary properties for fret-diagram
10374
10375         * scm/define-grob-interfaces.scm (fret-diagram-interface): Add symbols
10376         for interface
10377
10378 2004-07-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10379
10380         * SConstruct: Update.
10381
10382 2004-07-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10383
10384         * input/regression/beam-quant-standard.ly (seconds): print desired
10385         quants when failing.
10386
10387 2004-07-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10388
10389         * SConstruct:
10390         * flower/SConscript:
10391         * lily/SConscript: New file.
10392
10393 2004-07-05  Carl Sorensen  <carldsorensen@comcast.net>
10394
10395         * scm/define-grob-properties.scm (all-user-grob-properties): Add
10396         descriptions for all fret-diagram properties.
10397
10398         * scm/define-grob-interfaces.scm (fret-diagram-interface): Add
10399         fret-diagram interface code
10400
10401 2004-07-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10402
10403         * ly/book-paper-defaults.ly: set default encoding to ec.
10404
10405         * buildscripts/guile-gnome.sh (OPT): only compile pango if not
10406         installed.
10407
10408         * tex/latin1.enc: new file, from a2ps. 
10409
10410 2004-07-06  Heikki Junes  <hjunes@cc.hut.fi>
10411
10412         * stepmake/bin/add-html-footer.py: use <div> instead of <table>,
10413         add a faint, green border line.
10414
10415         * Documentation/index.html.in: drop <table>, add a faint border line.
10416
10417 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10418
10419         * scm/font.scm (add-cmr-fonts): upright caps is eccc.
10420
10421         * Documentation/GNUmakefile (README_TOP_FILES): add THANKS.txt.
10422
10423 2004-07-02  Carl Sorensen  <carldsorensen@comcast.net>
10424
10425         * scm/output-ps.scm (white-text): Add scale paramter to allow scaling
10426
10427         * scm/output-tex.scm (white-text): Add scale parameter to allow font
10428         scaling
10429
10430         * scm/stencil.scm (fontify-text-white) : Adjust to better center,
10431         properly scale white text
10432
10433         * scm/fret-diagrams.scm (make-fret-diagram): change default dot
10434         position for numbered dots so dot will touch fret.
10435         (various routines): move to font-metric interface, rather than
10436         name, size interface.  Clean up comments.
10437
10438         * ps/music-drawing-routines.ps: (/draw_white_text)  Adjust font
10439         size and offset to better center white text.
10440
10441 2004-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10442
10443         * ChangeLog: Remove pre-2.1 changes.
10444
10445         * Documentation/misc/ChangeLog-2.1: New file.
10446
10447         * stepmake/bin/release.py: Cleanup.  Add release marker if missing
10448         from ChangeLog.
10449
10450 2004-07-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
10451
10452         * input/test/chords-below-volta-bracket.ly,
10453         input/test/no-key-at-end-of-line.ly: New example files (FAQs)
10454
10455 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10456
10457         * VERSION: release 2.3.6
10458
10459         * input/regression/beam-quant-standard.ly: new file: test standard
10460         beam quants.
10461
10462         * scm/beam.scm (check-quant-callbacks): new function
10463         (check-beam-quant): new function: check whether current beam
10464         quants match argument.
10465
10466         * lily/beam-quanting.cc (score_forbidden_quants): fix problem with
10467         forbidden quant for sitting (upstem)/hanging (downstem) on outer
10468         staffline line.
10469
10470 2004-07-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10471
10472         * lily/parser.yy (Generic_prefix_music_scm): add (scm,scm) music
10473         functions.
10474
10475         * lily/note-collision.cc (do_shifts): align colliding notes to
10476         their leftmost note.
10477
10478         * input/regression/collision-alignment.ly: new file.
10479
10480         * ly/init.ly: don't print gc stats.
10481
10482         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo): add
10483         extra newline
10484
10485         * scm/define-grobs.scm (all-grob-descriptions): use (0 . 0) not #f
10486         for dimensions. This fixes ottava-remove-empty-staff.ly
10487
10488         * input/regression/lyrics-tenor-clef.ly: new file.
10489
10490         * lily/axis-group-engraver.cc (process_acknowledged_grobs): catch
10491         cyclic parents when two axis-group-engravers are
10492         present. Fixes: crash-axis-group-engraver.ly. 
10493         
10494         * input/test/volta-chord-names.ly: new file.
10495
10496         * scm/define-context-properties.scm
10497         (all-user-translation-properties): change voltaOnThisStaff
10498         definition. 
10499
10500         * lily/volta-engraver.cc (stop_translation_timestep): set bounds
10501         if necessary.
10502
10503         * lily/volta-bracket.cc (print): handle volta brackets without
10504         bars. 
10505
10506 2004-07-01  Jan Nieuwenhuizen  <janneke@gnu.org>
10507
10508         * scripts/abc2ly.py (try_parse_chord_delims): Bugfix: update to
10509         2.0 chord syntax.  Ouch.  (thanks Dave Phillips).
10510
10511 2004-07-01  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10512
10513         * scm/output-gnome.scm: updated instructions for running gnome
10514         backend
10515
10516 2004-06-29  Carl Sorensen  <carldsorensen@attbi.net>
10517
10518         * scm/fret-diagrams.scm (draw-dots): default values for dot size
10519         and dot-position now depend on finger-code value; in-dot makes
10520         dots larger and centered.
10521         (draw-barre): added straight-barre indicator option
10522         (draw-dots): made fontify-text-white work.
10523
10524         * music-drawing-routines.ps: added /draw_white_text
10525
10526         * scm/output-tex.scm:  added white-text
10527
10528         * scm/output-ps.scm:  added white-text
10529
10530         * scm/lily.scm (ly:all-stencil-expressions): Added white-text to 
10531         list of stencil expressions
10532
10533         * scm/stencil.scm: Added fontify-text-white
10534
10535 2004-06-29  Heikki Junes  <hjunes@cc.hut.fi>
10536
10537         * input/regression/+.ly: use @unnumbered section.
10538
10539 2004-06-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10540
10541         * elisp/lilypond-mode.el (LilyPond-guile): set current module to
10542         (*anonymous-ly-0*) iso. (*anonymous-ly-1*)
10543
10544 2004-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10545
10546         * buildscripts/guile-gnome.sh (PATH): GUILE CVS is still fubarred.
10547
10548 2004-06-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10549
10550         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
10551         was causing an error. (was not actually commited in 2004-06-20)
10552
10553         * input/regression/lily-in-scheme.ly (withPaddingC): does not
10554         breaks anymore
10555
10556 2004-06-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10557
10558         * VERSION: 2.3.5 released.
10559         
10560         * lily/my-lily-parser.cc (parse_string): switch module too.
10561
10562 2004-06-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10563
10564         * Documentation/topdocs/INSTALL.texi (Top): Add guile, python and
10565         ec-fonts-mftraced to running requirements.
10566
10567 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10568
10569         * lily/my-lily-lexer.cc (My_lily_lexer): copy scopes so temporary
10570         assignments don't reach the original file.
10571
10572         * lily/my-lily-parser.cc (My_lily_parser): only copy lexer if it
10573         exists
10574
10575 2004-06-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10576
10577         * scm/output-gnome.scm: 
10578         * buildscripts/guile-gnome.sh: Update wrt fixed GUILE CVS.
10579
10580         * debian/: Apply Debian patch (Anthony Fok).
10581
10582 2004-06-22  Heikki Junes   <hjunes@cc.hut.fi>
10583
10584         * Documentation/user/music-glossary.tely: fix titling; @top is already
10585         an @unnumbered @chapter.
10586
10587 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10588
10589         * debian/GNUmakefile (EXTRA_DIST_FILES):
10590         (CONF_FILES): update file list.
10591
10592         * lily/stencil.cc (interpret_stencil_expression): bugfix.
10593
10594 2004-06-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10595
10596         * debian/: Remove cruft (requested Anthony Fok.)
10597
10598         * buildscripts/guile-gnome.sh: Build without gcc libtool version
10599         juggling.
10600
10601         * scm/framework-gnome.scm: Cleanups.  Resurrect +/- canvas scaling.
10602         Add popup menu with grob properties.
10603
10604         * lily/grob-scheme.cc (ly:grob-properties):
10605         (ly:grob-basic-properties): New function.
10606
10607         * lily/stencil.cc (interpret_stencil_expression): Comment-out
10608         "no-origin" call.  Fixes -fps output.
10609
10610         * scm/output-ps.scm (no-origin): Add dummy implementation.
10611
10612         * scm/output-gnome.scm (define-origin): Remove
10613         (grob-cause): Add.
10614
10615         * scm/output-ps.scm (scm):
10616         * scm/output-tex.scm (scm): Remove define-origin from exports list.
10617         (define-origin): Remove.
10618
10619         * scm/output-gnome.scm (define-origin): 
10620
10621         * scm/lily.scm (ly:all-output-backend-commands): Remove
10622         define-origin.  Add grob-cause.
10623
10624 2004-06-21  Heikki Junes   <hjunes@cc.hut.fi>
10625
10626         * buildscripts/lilypond-words.py: add ly/portugues.ly.
10627
10628 2004-06-20  Heikki Junes   <hjunes@cc.hut.fi>
10629
10630         * Documentation/user/GNUmakefile:
10631         * stepmake/stepmake/texinfo-rules: add Cascading Style Sheet using
10632         --include-css=.../texinfo.css; command includes css into the html.
10633
10634         * Documentation/texinfo.css: add file.
10635         define <hr> as black and thin.
10636
10637 2004-06-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10638
10639         * lily/stencil.cc (interpret_stencil_expression): add grob-cause
10640         stencil expression. Junk define-origin.
10641
10642         * lily/my-lily-parser.cc (parse_string): init parser variable when
10643         lexer_ is set, ie. in parse_string and parse_file.
10644
10645         * lily/book.cc (LY_DEFINE): new function. ly:make-book. Supercedes
10646         ly:score-bookify.
10647
10648         * scm/lily.scm (collect-scores-for-book): new function.
10649
10650         * ly/init.ly: print collected scores/musics.
10651
10652         * lily/my-lily-parser.cc (LY_DEFINE): define parser in parser
10653         scope, not in lily module.
10654
10655         * lily/book.cc (LY_DEFINE): ly:make-book. New function.
10656
10657         * configure.in (PKG_CONFIG_PATH): add --enable-gui flag, and
10658         encapsulate gtk/pango tests.
10659
10660         * po/tr.po: Turkish translation.
10661
10662 2004-06-20  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10663
10664         * input/regression/lily-in-scheme.ly: regression test for #{
10665         ... #} syntax
10666
10667         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
10668         was causing an error.
10669
10670         * Documentation/user/programming-interface.itely (Using LilyPond
10671         syntax inside Scheme): documentation for #{ ... #} syntax.
10672
10673 2004-06-19  Heikki Junes  <hjunes@cc.hut.fi> 
10674
10675         * Documentation/index.html.in: use black thin <hr>.
10676
10677         * buildscripts/mutopia-index.py: use thin black <hr>.
10678
10679 2004-06-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10680
10681         * scm/fret-diagrams.scm: Use UNIX style line endings.
10682         (fret-diagram-verbose): A couple of @{VAR} and an closing itemize
10683         typo.  Fixes compile.
10684
10685         * scm/output-ps.scm (white-dot): Remove second incarnation.
10686
10687         * scm/lily.scm (ly:all-stencil-expressions): Add white-dot.
10688
10689 2004-06-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10690
10691         * scripts/lilypond.py (ic_p.make_include_option): set error_p for
10692         single file error.
10693
10694         * lily/bar-line.cc (compound_barline): add support for unbroken ||:
10695
10696 2004-06-17  Carl Sorensen (carl_sorensen@byu.edu)
10697
10698         * scm/fret-diagrams.scm: added fret-diagram-terse interface;
10699         remove size as argument to fret-diagram interface;
10700         improved white-circle dots for fret;
10701         improved top-fret thick line/
10702
10703         * scm/output-ps.scm: added white-dot function
10704
10705         * scm/output-tex.scm: added white-dot function
10706
10707         * tex/music-drawing-routines.ps: added draw_white_dot function
10708
10709         * ps/music-drawing-routines.ps: added draw_white_dot function
10710
10711         * input/test/fret-diagram.ly: examples to show multiple
10712         functions and multiple interfaces
10713
10714 2004-06-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10715
10716         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph) 
10717         (pango_fc_afm_get_charset): Update iaw Pango CVS update.
10718
10719         * buildscripts/guile-gnome.sh: Add pango to recipe.  Resolve
10720         conflict.  Have I told you lately how much I love autotools?
10721
10722 2004-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10723
10724         * lily/lily-guile.cc: 
10725         * lily/pangofc-afm-decoder.cc:
10726         * lily/include/pangofc-afm-decoder.hh: Use #if HAVE_* iso #ifdef.
10727         Fixes build without Pango CVS.  Use "pangofc-afm-decoder.hh".
10728
10729         * Documentation/topdocs/NEWS.texi (Top): Mention GNOME backend for
10730         developers.
10731
10732         * lily/paper-outputter.cc (file): New method.
10733         (dump_string): Use it.
10734
10735         * scm/output-gnome.scm: Update with pango CVS info, lilylib
10736         musing.
10737
10738         * lily/accidental-engraver.cc: Bugfix: (do not sort lines if one
10739         of them has a comma :-).
10740
10741         * scm/framework-gnome.scm: Add pango decoders.
10742
10743         * lily/include/pangofc-afm-decoder.hh: 
10744         * lily/pangofc-afm-decoder.cc: New file.
10745
10746         * lily/lily-guile.cc (ly:pango-add-afm-decoder): New function.
10747
10748         * configure.in: Check for pango.
10749
10750         * stepmake/aclocal.m4 (PKG_CHECK_MODULES): New function (from
10751         autoconf).
10752         (STEPMAKE_GTK2, STEPMAKE_PANGO): New function.
10753
10754         * config.make.in (USER_CFLAGS, USER_LDLAGS): Update.
10755
10756 2004-06-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10757
10758         * Documentation/user/tutorial.itely (Integrating text and music):
10759         fix grammar & punctuation.
10760
10761 2004-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10762
10763         * lily/: Stray janitorial cleanups.
10764
10765         * scm/lily.scm (ly:all-stencil-expressions):
10766         * scm/lily.scm (ly:all-output-backend-commands): New function.
10767
10768         * scm/safe-lily.scm (safe-objects): Add them.
10769
10770         * scm/framework-gnome.scm (<gnome-outputter>): New class.
10771
10772         * scm/output-gnome.scm: Move non-stencil evaluators to framework.
10773
10774 2004-06-15  Jan Nieuwenhuizen  <janneke@gnu.org>
10775
10776         * buildscripts/guile-gnome.sh: Pick-up user-installed pango.
10777
10778 2004-06-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10779
10780         * scm/page-layout.scm (default-page-make-stencil): add
10781         raggedbottom, raggedlastbottom.
10782
10783         * Documentation/user/changing-defaults.itely (Page layout): add doc.
10784
10785         * scm/framework-tex.scm (define-fonts): fix export of
10786         papersize.
10787
10788         * lily/paper-book.cc (classic_output): strip suffixes from
10789         framework functions.
10790
10791         * lily/tuplet-bracket.cc (before_line_breaking): do not return
10792         SCM_UNDEFINED to Scheme.
10793
10794 2004-06-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10795
10796         * lily/book.cc: remove Book::to_stencil().
10797         (process): whoops. Score::book_rendering returns vector, not list.
10798
10799         * scripts/convert-ly.py (conv): remove \notes.
10800         apply to input examples.
10801
10802         * lily/paper-outputter.cc (output_stencil): don't use
10803         smobify_self() but self_scm()
10804
10805         * lily/include/ly-smobs.icc (IMPLEMENT_SMOBS): don't return SCM
10806         from smobify_self().
10807
10808         * lily/paper-book.cc (output): load framework module
10809         scm_c_resolve_module().
10810
10811         * python/lilylib.py (exit): exit with argument i.
10812
10813 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10814
10815         * scm/framework-gnome.scm (output-framework-gnome): Try loading
10816         gnome modules from non-toplevel.
10817
10818         * lily/ly-module.cc (ly:import-module): Export to ly:.
10819
10820         * lily/paper-score.cc (process): Do not show progress newline.
10821
10822         * lily/paper-book.cc (output, classic_output): Show progess
10823         newline after score.
10824
10825 2004-06-14  Heikki Junes <hjunes@cc.hut.fi>
10826
10827         * buildscripts/lilypond-words.py: add ly/vlaams.ly
10828
10829 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10830
10831         * lily/score.cc (ly:run-translator): Do not crash on empty music
10832         list.
10833
10834         * lily/book.cc (process): Do not render score when systems is empty.
10835
10836         * input/simple-song.ly: Down one octave.
10837
10838         * scm/output-gnome.scm: Remove script again; re-add modules fix
10839         (CVS conflict resolve?)
10840
10841         * lily/stencil.cc (ly:interpret-stencil): Was:
10842         interpret_stencil_expression.
10843
10844 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
10845
10846         * buildscripts/guile-gnome.sh: New file.
10847
10848         * scm/output-gnome.scm: White background, better window size, sane
10849         canvas size.  Cleanups.
10850
10851 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10852
10853         * VERSION: release 2.3.4
10854
10855         * Documentation/user/invoking.itexi (Invoking the lilypond
10856         binary): document --safe.
10857
10858         * scm/output-gnome.scm: set PATH in script.
10859
10860         * scm/page-layout.scm (default-page-make-stencil): don't stretch
10861         if there is too few systems on a page.
10862
10863         * lily/parser.yy (relative_music): start at middle C without pitch
10864         argument.
10865
10866         * Documentation/user/changing-defaults.itely (Page layout): new node.
10867         (Paper size): rename node
10868         (Page breaking): new node.
10869         (Titling): move from invoking.
10870         (File structure): new node.
10871
10872         * lily/parser.yy (score_body): allow \header and music anywhere in
10873         \score body.
10874
10875 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
10876
10877         * scm/lily.scm (ly:load): Remove page-breaking.scm.
10878
10879 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10880
10881         * lily/include/paper-system.hh: move cc/hh file from paper-line.*
10882
10883         * lily/include/paper-line.hh: rename to Paper_system.
10884
10885         * lily/include/paper-book.hh: doc class.
10886
10887         * lily/paper-book.cc (c_ragged_page_breaks): remove functions. 
10888
10889         * scm/page-layout.scm (plain-footer): add tagline/copyright. 
10890         (plain-header): add instrument-name.
10891         (default-page-make-stencil): bugfixes.
10892
10893         * lily/parser.yy (book_body): allow \header anywhere in \book{}
10894
10895         * lily/paper-book.cc: remove copyright & tagline. Remove
10896         interactions with Page
10897
10898         * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
10899         here, 
10900         (default-page-make-stencil): new function
10901         (default-page-music-height): new function
10902         (page-headfoot): new function
10903         (ly:optimal-page-breaks): generate stencils directly from here
10904
10905         * scm/titling.scm: new file, group titling functions
10906
10907 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
10908
10909         * scm/output-gnome.scm: Handle multiple pages.
10910
10911         * scm/framework-gnome.scm: Do not load output-gnome.
10912         (framework-gnome): Invoke output-gnome::header and
10913         output-gnome::end-output as faked stencils.  Fixes experimental
10914         gnome output.
10915
10916 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10917
10918         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
10919         octavation compatibility fixes. Backportme. 
10920
10921         * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
10922         pages.
10923         (ly:optimal-page-breaks): combine-penalties: no shortcut for
10924         negative. Now we handle negative penalties (ie. \pageBreak)
10925         correctly.
10926
10927         * lily/system.cc (get_line): extract page-penalty from the left
10928         bound.
10929
10930         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
10931
10932 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10933
10934         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
10935
10936 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
10937
10938         * scm/output-gnome.scm: Update script.  Move development to
10939         lilypond_2_3_2 branch for now.
10940
10941 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10942
10943         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
10944         negative penalties.
10945         cleanups.
10946
10947         * Documentation/user/changing-defaults.itely (Creating contexts):
10948         index entries
10949
10950         * scm/page-breaking.scm (ly:optimal-page-breaks): new
10951         file. Rewrite function. 
10952
10953         * lily/paper-book.cc (pages): new interface: page-breaking returns
10954         list of line-list.
10955
10956         * lily/page.cc (Page): take lines argument.
10957
10958         * scm/document-translation.scm (all-engravers-doc): link to user man
10959
10960         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty
10961         iso. score.
10962
10963         * Documentation/user/notation.itely (Relative octaves): typo.
10964
10965         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
10966
10967 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10968
10969         * scm/output-gnome.scm: Update build script.
10970
10971 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10972
10973         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
10974         gnome backend.
10975
10976         * scm/framework-gnome.scm: New file.
10977
10978         * scm/lily.scm: Use it.
10979
10980         * lily/paper-outputter.cc: Janitorial cleanups.
10981         (ly:outputter-dump-string): Remove unreachable statement.
10982
10983         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
10984         (ice-9): Bugfix: Add srfi-1.
10985
10986         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
10987
10988 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10989
10990         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
10991         in do_quit()
10992
10993 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10994
10995         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
10996
10997 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10998
10999         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
11000         override of Beam::position-callbacks. Why would grace beams not be
11001         quantized? Fixes: weird-stem-size-grace. 
11002
11003         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
11004         warning only once. Backportme.
11005
11006         * lily/accidental-engraver.cc (number_accidentals_from_sig):
11007         bugfix, 2nd try. Backportme.
11008
11009         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
11010
11011 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
11012
11013         * Documentation/user/notation.itely (Instrument transpositions):
11014         Correct the name of the instrumentTransposition property.
11015
11016 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11017
11018         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
11019
11020 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
11021
11022         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
11023         and postLilyPondExample are called when defined.
11024
11025 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11026
11027         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
11028         This fixes setting notenames with `\include "nederlands.ly" '
11029
11030         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
11031         new function.
11032
11033 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11034
11035         * scm/page-layout.scm: don't do piece, it should be in score-title
11036         only.
11037
11038         * lily/lexer.ll: lex \score separately.
11039
11040         * lily/paper-book.cc: junk stencil2line.
11041
11042         * lily/paper-line.cc (Paper_line): construct from Stencil
11043         directly. No futzing with the dimensions.
11044
11045         * lily/include/paper-line.hh (class Paper_line): 
11046
11047         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
11048         takes arbitrary number of arguments.
11049
11050         * input/test/markup-score.ly (tuning): simplify example. 
11051
11052 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11053
11054         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
11055
11056         * scm/define-markup-commands.scm (score): define score-markup
11057
11058         * lily/parser.yy (markup): use score-markup.
11059
11060         * lily/score.cc: add ly:score? 
11061
11062 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
11063
11064         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
11065         fret-parse-string so it prepares for calls to fret-diagram-verbose
11066         Changed display constants to props so they are available for
11067         \override.
11068
11069 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11070
11071         * VERSION: release 2.3.3
11072
11073         * stepmake/stepmake/generic-vars.make: unset LANG.
11074
11075         * input/regression/tuplet-nest.ly: bugfix.
11076
11077         * lily/tie-performer.cc (stop_translation_timestep): reset
11078         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
11079
11080         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
11081         clear repeat_ directly after setting stem_tremolo_. Fixes:
11082         tremolo-repeat.ly
11083
11084         * input/regression/span-bar-break.ly: new file.
11085
11086         * scm/define-grobs.scm (all-grob-descriptions): remove
11087         break-visibility from SpanBar. Fixes: piano-repeat.ly
11088
11089 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11090
11091         * python/lilylib.py (make_ps_images): only compute bbox when needed.
11092
11093         * scripts/lilypond-book.py (process_snippets): use lily -f ps
11094         files for generating pngs. (failed experiment)
11095
11096         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
11097         file with PFA fonts included.
11098
11099         * lily/score.cc (default_rendering): put header in too.
11100
11101         * lily/paper-line.cc (LY_DEFINE): change function to
11102         ly:paper-line-extent
11103
11104         * scm/page-layout.scm (default-book-title): only add lines for
11105         non-nil fields.
11106         (default-score-title): idem.
11107
11108         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
11109
11110         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
11111
11112         * lily/include/paper-book.hh (class Paper_book): remove height_
11113         member.
11114
11115         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
11116
11117         * lily/ly-module.cc (LY_DEFINE): bugfix.
11118
11119         * lily/paper-book.cc (book_title): separate function for the book
11120         title.
11121
11122         * scm/page-layout.scm (default-book-title): only account for
11123         markup fields.
11124
11125         * scm/framework-ps.scm: new file. Move high level interface from
11126         output-ps.scm
11127
11128         * scm/music-functions.scm (def-grace-function): move macros from
11129         ly/music-functions-init.ly
11130
11131         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
11132         framework-tex.scm
11133
11134         * scm/framework-tex.scm (dump-line): new file. High level
11135         interface for output (pages, systems, header). 
11136
11137         * lily/include/page.hh (class Page): add is_last_ field.
11138
11139         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
11140
11141         * lily/paper-book.cc (split_string): new function
11142         (output): output multiple formats, i.e. --format=ps,tex
11143
11144         * scm/output-ps.scm (output-scopes): dump variables directly.
11145         (define-fonts): rewrite for new interface
11146
11147         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
11148
11149         * lily/paper-outputter.cc (Paper_outputter): take format argument.
11150
11151         * lily/main.cc (parse_argv): don't set extension for output.
11152
11153         * lily/clef-engraver.cc (create_clef): remove
11154         Staff_symbol_referencer::set_position() call. 
11155
11156 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11157
11158         * ly/music-functions-init.ly (addlyrics): set the 'origin property
11159         with the location argument in music function definitions.
11160
11161 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11162
11163         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
11164         staffsymbol dependency.
11165
11166         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
11167         cleanups.
11168
11169         * lily/book.cc (process): return Paper_book
11170         (to_stencil): use Book::process().
11171
11172         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
11173         header_ field. Store in $globalheader
11174
11175         * lily/parser.yy (book_body): book header is initted to
11176         $globalheader.
11177
11178
11179 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11180
11181         * input/test/fill-a4.ly: removed.
11182
11183         * lily/parser.yy (output_def): push scope of parent_ Output_def
11184         too.
11185
11186 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11187
11188         * scm/output-gnome.scm: Update info.
11189
11190 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11191
11192         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
11193
11194         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
11195         than 1 module.
11196
11197         * lily/include/ly-module.hh (ly_use_module): rename is_module to
11198         ly_c_module_p.
11199
11200         * scm/page-layout.scm (default-book-title): move Scheme titling
11201         functions to here.
11202
11203         * lily/parser.yy (book_paper_block): remove scope too.
11204
11205         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
11206
11207         * lily/rest.cc: add direction to rest properties.
11208
11209         * lily/include/output-def.hh: new file, move from
11210         music-output-def.hh
11211
11212 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11213
11214         * scm/output-gnome.scm: Describe feta-cork hack.
11215
11216 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11217
11218         * lily/include/book-paper-def.hh: derive from Output_def 
11219
11220         * lily/include/paper-def.hh: move all functionality out of class.
11221         Junk header.
11222
11223         * lily/include/music-output-def.hh: rename Music_output_def to
11224         Output_def.
11225
11226         * input/wilhelmus.ly: only set space for Paper formatting. 
11227
11228         * lily/include/midi-def.hh: remove file, remove class.
11229         Move functions to Music-output-def.
11230
11231         * lily/music-output-def.cc (Music_output_def): remove separate
11232         translator table. Lookup translators in scope directly. This
11233         obviates Context suffix for context identifiers, i.e.
11234
11235         \context {
11236           \Staff
11237           .. 
11238           }
11239
11240
11241         will work.
11242
11243
11244         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
11245
11246         * Documentation/user/changing-defaults.itely (Horizontal spacing):
11247         document spacing override hack.
11248
11249 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11250
11251         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
11252         installation info.  Support point-and-click.  Add +/- zoom
11253         keybindings.
11254
11255 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11256
11257         * VERSION: 2.3.2 released
11258
11259         * lily/parser.yy (book_body): set default bookpaper.
11260
11261         * scm/output-tex.scm (header): kludge: hard code linewidth. 
11262
11263         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
11264
11265 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11266
11267         * lily/score.cc (default_rendering): scale outputdef before
11268         starting.
11269
11270 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11271
11272         * scm/fret-diagrams.scm: Add header.
11273
11274         * scm/output-gnome.scm: Hello world :-)
11275
11276 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11277
11278         * scripts/lilypond.py (run_dvips): only add papersize if present.
11279
11280         * lily/accidental-engraver.cc (update_local_key_signature): new
11281         function, fold code from initialize() and process_music().
11282         (update_local_key_signature): use deep copy. This fixes one
11283         problem from custom-key-signatures.ly.
11284         (number_accidentals_from_sig): tighter check for
11285         accidental-too-old.
11286
11287         * ly/engraver-init.ly: remove localKeySignature
11288         definition from ChoirStaff, StaffGroup, Score.
11289
11290         * lily/percent-repeat-engraver.cc (try_music): add moments for
11291         barlines too. Fixes: skipbars-percent-repeat.ly.
11292
11293 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11294
11295         * lily/context-def.cc (filter_performers): don't go to cdrloc if
11296         skipping last pair. Fixes: crash-bar-number.
11297
11298         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
11299         D. Sorensen)
11300
11301         * input/test/fret-diagram.ly: new file.
11302
11303         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
11304         (scale-paper): divide by scale.
11305
11306 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11307
11308         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
11309         case.
11310
11311 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11312
11313         * scm/stencil.scm (fontify-text): reinstate function
11314
11315         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
11316
11317         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
11318
11319         * lily/parser.yy (book_paper_head): \bookpaper {} 
11320
11321         * python/midi.c: remove config.h
11322
11323 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
11324
11325         * scm/output-gnome.scm: Update.
11326
11327 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
11328
11329         * scm/output-gnome.scm: New file.
11330
11331         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
11332
11333 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11334
11335         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
11336         (find_scaled_font): move from Paper_def
11337
11338 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11339
11340         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
11341         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
11342
11343         * po/fr.po: update po.
11344
11345         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
11346
11347         * lily/book-paper-def.cc (print_smob): new file.
11348
11349 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
11350
11351         * buildscripts/lilypond-words.py: search words also from
11352         music-functions-init.ly.
11353
11354 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11355
11356         * ly/music-functions-init.ly (def-music-function): new helper
11357         macro for defining music functions. \addlyrics \appoggiatura
11358         \acciaccatura \grace \partcombine \autochange \applycontext
11359         \applyoutput and \breathe are now defined here thanks to it.
11360
11361         * lily/parser.yy: 
11362         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
11363         \grace \partcombine \autochange \applycontext \applyoutput and
11364         \breathe keywords removed from the parser.
11365
11366         * lily/parser.yy: 
11367         * lily/music-function.cc (ly_make_music_function): 
11368         * lily/lexer.ll (music_function_type): added a case for 0-arg
11369         music functions.
11370
11371 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11372
11373         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
11374         refering to a music expression can be used in lily-inside-scheme:
11375         #{ $music #}
11376
11377         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
11378         and ly:parser-define, and change ly:parser-parse-string in order
11379         to make #{ $music #} work.
11380
11381         * scm/new-markup.scm (compile-markup-expression): when an argument
11382         is a string, use `make-simple-markup'.
11383
11384 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11385
11386         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
11387
11388 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11389
11390         * scripts/convert-ly.py (FatalConversionError.func): handle + in
11391         font-size. (backportme)
11392
11393 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11394
11395         * lily/paper-outputter.cc (output_stencil): dump font definitions
11396         before each stencil.
11397
11398         * lily/include/paper-book.hh (struct Score_lines): new
11399         struct. Collect info per Paper-score.
11400
11401         * lily/include/page.hh (class Page): to_stencil() returns Stencil
11402         everywhere.
11403
11404         * lily/stencil.cc (find_expression_fonts): new function
11405
11406         * lily/paper-outputter.cc (output_stencil): use
11407         interpret_stencil_expr
11408
11409         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
11410         (interpret_stencil_expr): new function. Generic stencil
11411         interpretation.
11412
11413         * lily/paper-def.cc (find_scaled_font): divide lookup
11414         magnification by outpuscale for non-virtual fontmetrics. This
11415         fixes ludicrously long font definitions for text
11416         fonts. (backportme)
11417
11418         * lily/score-engraver.cc: remove
11419         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
11420
11421 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11422
11423         * input/test/markup-score.ly: Remove \notes.
11424
11425         * lily/parser.yy (book_body): Grok Composite_music and \header.
11426         (markup): Push NOTES mode before score_block.
11427
11428         * VERSION: release 2.3.1
11429
11430         * mf/feta-klef.mf: 
11431         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
11432
11433         * Documentation/user/programming-interface.itely: Use @emph (was:
11434         @em).
11435
11436         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
11437
11438 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11439
11440         * scm/output-tex.scm (output-tex-string): tighten safe security.
11441
11442         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
11443
11444         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
11445         allowed ly functions.
11446
11447         * lily/ly-module.cc (ly_module_define): only define variable if
11448         bound.
11449         (ly_make_anonymous_module): take safe option.
11450
11451 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11452
11453         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
11454
11455 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
11456
11457         * input/regression/newaddlyrics.ly: Fix.
11458
11459         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
11460         \score \notes.
11461
11462 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
11463
11464         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
11465
11466 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11467
11468         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
11469
11470         * lily/paper-line.cc (Paper_line): don't store list of stencils,
11471         but convert to single Stencil immediately.
11472
11473         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
11474
11475 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11476
11477         * scm/output-sodipodi.scm: Resurrect sodipodi output.
11478
11479 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
11480
11481         * elisp/lilypond-mode.el: Changed the way defaults are created for
11482         LilyPond-command-master.  LilyPond-mode will now check the
11483         timestamps of the files to see which command has to run next.
11484
11485 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11486
11487         * scm/bass-figure.scm (format-bass-figure): don't set
11488         number-markup for strings. This fixes string in bass
11489         figure. (backportme)
11490
11491         * lily/parser.yy (bass_number): insert number-markup into figure
11492         definition.
11493
11494         * scm/define-music-properties.scm (all-music-properties): make
11495         'figure a markup.
11496
11497         * scripts/convert-ly.py (conv): \apply -> \applymusic
11498
11499 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
11500
11501         * elisp/lilypond-mode.el: changed the order of some commands
11502         ("Midi" after "2Midi"), use the user-defined
11503         LilyPond-command-default as default instead of "LilyPond"
11504
11505         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
11506         to set the master file for the next command.
11507
11508         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
11509         with font-lock-reference-face.
11510
11511 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
11512
11513         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
11514
11515         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
11516
11517 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11518
11519         * ly/music-functions-init.ly (TODO): new file.
11520
11521         * lily/parser.yy (Generic_prefix_music_scm): add more
11522         music_function symbols.
11523         (Prefix_composite_music): change \apply to music-function   
11524
11525         * lily/include/music-function.hh: rename to music-function
11526
11527 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11528
11529         * lily/music-head.cc (LY_DEFINE): change order of args.
11530
11531         * input/regression/music-head.ly (texidoc): new file.
11532
11533         * lily/parser.yy (Generic_prefix_music): allow generic
11534         music-transformation functions. 
11535
11536         * lily/include/music-head.hh (is_music_head): new file.
11537
11538         * lily/music-head.cc (get_music_head_transform): new file.
11539
11540 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11541
11542         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
11543         empty extent. This fixes ottava brackets on rests. (backportme)
11544
11545         * make/lilypond.redhat.spec.in (Group): ln png files for info.
11546
11547         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
11548
11549         * cygwin/lily-wins.py: update for the lily-wins.py script.
11550
11551 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11552
11553         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
11554         code. This will obviate typeset_grob () in the future.  The effect
11555         of this is that improperly written spanner handling will result in
11556         invalid spanner bounds.
11557         (announce_grob): add to elems_ from here
11558         (typeset_grob): comment out.  
11559
11560         * lily/include/engraver.hh (make_spanner): new calling interface
11561         for make_{item,spanner}. This obviates most calls to
11562         announce_grob().
11563
11564         * scm/music-functions.scm (set-accidental-style): use GrandStaff
11565         iso. PianoStaff for piano styles.
11566
11567 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
11568
11569         * Documentation/user/music-glossary.tely: add segno after d.s.
11570
11571 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11572
11573         * lily/include/audio-column.hh: remove unused variables.
11574         (patch by Michael Welsh Duggan)
11575
11576         * flower/include/axes.hh (other_axis): inline Axes function
11577         (thanks to David Brandon).
11578
11579 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
11580
11581         * cygwin/mknetrel: Install image links (backportme).
11582
11583         * Documentation/user/GNUmakefile (local-install-info): Activate
11584         actual installing of image links (backportme).
11585
11586 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
11587
11588         * Documentation/user/notation.itely (Measure repeats): Removed
11589         unnecessary (and confusing) \context Voice{.
11590
11591 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11592
11593         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
11594
11595         * lily/page.cc (Page): Do not use ly_scheme_function for
11596         volatile/configurable variables (FIXME: better name).
11597
11598         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
11599         get_scmvar).
11600
11601 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11602
11603         * scripts/convert-ly.py (FatalConversionError.subst): use
11604         \transposition.
11605
11606 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11607
11608         * lily/include/page.hh (class Page): Declare left_margin ().
11609
11610         * lily/page.cc: Remove paper var caching.
11611
11612 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11613
11614         * Documentation/user/music-glossary.tely: Add name to @top node.
11615         Remove comment from @table definitions (workaround for makinfo
11616         bug).
11617
11618         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
11619         ly:stencil-get-expr).  Update callers.
11620         (ly:stencil-align-to!):  Return stencil too.
11621
11622         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
11623         stencil.  Remove looped line-based page output.
11624         (output_line): Use line stencil.  Remove looped stencil-based line
11625         output.
11626
11627         * lily/page.cc (ly:page-paper-lines): New function.
11628
11629         * input/test/markup-score.ly: New file.
11630
11631         * scm/define-markup-commands.scm (stencil): New markup.
11632
11633         * lily/book.cc (to_stencil): New method.
11634
11635         * lily/parser.yy (markup): Use it to grok \score.
11636
11637 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11638
11639         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
11640
11641         * lily/paper-book.cc (pages): Change signature.  Update callers.
11642
11643         * lily/include/page.hh:
11644         * lily/page.cc: New file.
11645
11646         * lily/paper-line.cc (to_stencil): New method.
11647
11648         * lily/paper-outputter.cc (output_stencil): New method.
11649
11650         * lily/paper-outputter.cc (output_line): Use them.
11651
11652         * lily/warn.cc: Remove.
11653
11654         * lily/my-lily-parser.cc (distill_inname): Remove.
11655
11656         * flower/include/file-name.hh: 
11657         * flower/file-name.cc: New file.  Update users.
11658
11659         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
11660         (find): New method of same name.
11661
11662         * lily/my-lily-parser.cc (ly:parse-file): Use it.
11663
11664         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
11665         constant error message.
11666
11667 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
11668
11669         * input/test/{blank-notes.ly,staff-container.ly}: typos.
11670
11671 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11672
11673         * Documentation/user/music-glossary.tely: @table @strong' replaced
11674         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
11675         (backportme).
11676
11677 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11678
11679         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
11680
11681         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
11682         #{ lily music expression #} that returns an equivalent scheme
11683         music expression by parsing the string.
11684
11685 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11686
11687         * lily/my-lily-parser.cc:
11688         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
11689         SCM string (foo.ly/toto.scm support).
11690
11691 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11692
11693         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
11694
11695 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11696
11697         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
11698
11699         * scripts/lilypond-book.py: LY code that includes \header is
11700         not assumed to be a fragment.
11701
11702 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
11703
11704         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
11705         tremolo beams up.
11706
11707         * lily/stem.cc (chord_start_y): Return 0 if no heads.
11708         (get_default_stem_end_position): No tremolo head juggling if no
11709         heads.  Fixes tremolo crash on rests (backportme).
11710
11711         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
11712
11713 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
11714
11715         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
11716         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
11717
11718         * lily/lexer.ll: Allow \encoding in NOTES mode.
11719
11720         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
11721         for lyrics, not for commands.
11722
11723         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
11724         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
11725
11726         * input/regression/newaddlyrics.ly: New file.
11727
11728         * Documentation/topdocs/NEWS.texi: Update.
11729
11730         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
11731         (Music_list): Allow embedded scm.
11732
11733         * lily/score.cc (ly:score-bookify): New function.
11734
11735         * lily/music.cc (ly:music-scorify): Idem.
11736
11737         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
11738         (ly:parser-print-score): Idem.
11739
11740         * scm/lily.scm (default-toplevel-book-handler): Idem.
11741         (default-toplevel-music-handler): Idem.
11742         (default-toplevel-score-handler): Idem.
11743
11744         * ly/declarations-init.ly: Set default toplevel handlers.
11745
11746         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
11747
11748         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
11749         printer for score at toplevel.
11750
11751 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
11752
11753         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
11754         Fix for simple case: input/simple-song.ly, more complex stuff
11755         does not work yet.
11756
11757 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11758
11759         * lily/parser.yy (Prefix_composite_music): split Composite_music
11760         in Prefix_composite_music and Grouped_music_list.
11761         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
11762
11763 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
11764
11765         * scm/lily.scm (toplevel-expression): New define.
11766
11767         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
11768
11769         * lily/parser.yy (toplevel_expression): Use it.
11770
11771         * lily/include/my-lily-parser.hh: Smobbify.
11772
11773         * lily/my-lily-parser.cc (parse_string): New method.
11774
11775         * lily/my-lily-parser.cc (ly:parse-string): New function.
11776
11777         * Documentation/user/lilypond.tely: Add comment and workaround for
11778         gs-8.01 crash.  Fixes make web.
11779
11780         Simplification of toplevel music.
11781
11782         * lily/lexer.ll, lily/parser.yy:
11783
11784         * In LYRICS mode, return LYRICS_STRING.  This fixes one
11785         shift/reduce problem.
11786
11787         * Use NOTES mode at start of maininput.
11788
11789         * Grok toplevel composite music expression, put in score and book.
11790
11791         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
11792
11793         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
11794
11795         * input/simple.ly: New file.
11796
11797         * input/simple-song.ly: Idem.
11798
11799 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11800
11801         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
11802         Sandberg.
11803
11804 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
11805
11806         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
11807
11808 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
11809
11810         * input/regression/accidental-octave.ly: doc automatic showing
11811         of note names.
11812
11813 2004-04-16  Heikki Junes <janneke@gnu.org>
11814
11815         * po/fi.po: do "make po && make -C po po-update" at top-level,
11816         then "cp po/out/fi.po po/fi.po" and update fields.
11817
11818         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
11819
11820 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
11821
11822         * Documentation/user/introduction.itely (About this manual): Fix
11823         templates and regression urls (backportme).
11824
11825 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
11826
11827         * ly/engraver-init.ly (Score:graceSettings): Increase
11828         beamed-lengths, especially for 32nd notes.
11829
11830         * Documentation/user/notation.itely (Grace notes): Correct the
11831         syntax for add-grace-property example.
11832
11833 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
11834
11835         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
11836         `Generated' tag.
11837
11838         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
11839         Severely broken (the Debian package, at least).
11840
11841 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11842
11843         * lily/context.cc (find_create_context): assign to lvalue.
11844
11845 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11846
11847         * lily/include/translator.hh (class Translator): rename
11848         get_parent_context() to context () to avoid confusion.
11849
11850         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
11851
11852         * lily/lexer.ll: change is_string -> ly_c_string_p 
11853
11854         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
11855
11856         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
11857
11858 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11859
11860         * VERSION: release 2.3.0
11861
11862         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
11863
11864         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
11865         if nonempty.
11866
11867         * lily/include/context.hh (class Context): make members protected.
11868         (children_contexts): new accessor function.
11869
11870         * lily/include/translator.hh (class Translator): make
11871         daddy_context_ protected.
11872         (class Translator): clean up. 
11873
11874         * lily/include/context.hh (class Context): make daddy_context_
11875         private.
11876
11877         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
11878         higher for finding Voice. (backportme)  
11879
11880         * lily/include/context.hh (class Context): remove
11881         find_context_below() as a method.
11882
11883         * Documentation/user/notation.itely (The Lyrics context): add note
11884         about manual durations
11885
11886         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
11887         encoding.
11888
11889         * scm/output-tex.scm (text): dump \inputencoding{} for text.
11890
11891 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11892
11893         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
11894         \usepackage{inputenc}
11895
11896         * lily/paper-book.cc (classic_output): don't advance Offset for
11897         TeX output.
11898
11899         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
11900         ec-sauter.map in rules
11901
11902         * mf/ecb.mf (font_identifier): new file, based on ecbx
11903
11904         * mf/ecb10.mf (gensize): new file.
11905
11906         * Documentation/topdocs/NEWS.texi (Top): document some more new
11907         features.
11908
11909         * ly/declarations-init.ly: run convert-ly
11910
11911         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
11912         from input-file-results. Remove input-file-results.* 
11913
11914 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11915
11916         * scm/output-ps.scm (font-command): Fix, again.
11917
11918         * input/test/title-markup.ly: Add \noPagebreak test.
11919
11920         * lily/score-engraver.cc (try_music): Bugfix.
11921
11922 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
11923
11924         * lily/main.cc (main_with_guile): excise dependency options -M and
11925         --dep-prefix
11926
11927         * lily/input-file-results.cc: excise Makefile dependency code
11928
11929         * Documentation/user/invoking.itexi (Invoking the lilypond
11930         binary): remove dep doco
11931
11932         * lily/main.cc (main_with_guile): call lilypond-main
11933
11934         * scm/lily.scm (lilypond-main): new function: handle multiple files.
11935
11936         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
11937         exception.
11938
11939         * lily/my-lily-parser.cc: remove paper_description function
11940
11941         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
11942         new function.
11943
11944         * lily/main.cc: remove global_score_count.
11945
11946         * lily/book.cc (process): don't take header from global_input_file.
11947
11948         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
11949
11950         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
11951
11952         * lily/music-output-def.cc (LY_DEFINE): new function
11953         ly_output_description. This function does the bulk for  setting,
11954         parsing and breaking down of an input file.
11955
11956         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
11957         anonymous modules globally. Let's hope they get GCd
11958
11959         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
11960
11961 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11962
11963         * scm/output-ps.scm (header): Papersize from paper.
11964
11965         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
11966         for classic output.
11967
11968         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
11969         lilypondclassic is defined.
11970         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
11971
11972         * input/regression/between-systems.ly: Remove.
11973
11974         * python/lilylib.py (get_bbox): Fix regular expression
11975         for bounding box.
11976
11977         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
11978
11979         * scm/output-tex.scm (stop-page): Use it.
11980
11981         * scm/output-ps.scm (define-fonts): Bugfix.
11982
11983         * lily/grob.cc: Add penalty to interface.
11984
11985         * lily/include/paper-line.hh (class Paper_line): New member
11986         var penalty_.
11987
11988         * lily/system.cc (get_line): Initialise Paper_line with
11989         page-penalty's from original grobs.
11990
11991         * scm/define-music-properties.scm (all-music-properties): Add
11992         page-penalty.
11993
11994         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
11995
11996         * lily/score-engraver.cc (try_music): Handle page-penalty.
11997
11998         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
11999
12000 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12001
12002         * ly/declarations-init.ly (melismaEnd): typo
12003
12004         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
12005
12006         * scm/output-ps.scm (text): split string into spaces, use moveto
12007         for setting space. 
12008
12009 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
12010
12011         * po/nl.po: Update.
12012
12013         * scm/font.scm (add-cmr-fonts): Typo.
12014
12015 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12016
12017         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
12018         font-encoding.
12019
12020         * scm/define-grobs.scm (all-grob-descriptions): idem.
12021
12022         * lily/time-signature.cc (numbered_time_signature): idem.
12023
12024         * scm/font.scm (add-cmr-fonts): use real encoding names for
12025         font-encoding.
12026
12027 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
12028
12029         * lily/paper-book.cc (classic_output): 
12030         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
12031         Fixes classic output.
12032         (lilypondstart):
12033         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
12034         kludge.
12035
12036         * scripts/old-lilypond-book.py: Remove.
12037
12038         Page layout for SCOREs enclosed in a BOOK:
12039
12040         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
12041         layout tweaking.
12042
12043         * input/les-nereides.ly (theScore): Add \book.
12044
12045         * input/test/title-markup.ly: Add \book.
12046
12047         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
12048         only if 'verbose.
12049
12050         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
12051
12052         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
12053
12054         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
12055         * scm/output-tex.scm (start-system): Update for page layout by
12056         LilyPond.
12057
12058         * scm/output-ps.scm (start-system): Previously (new-start-system).
12059
12060         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
12061         passed to define-fonts.
12062
12063         * lily/paper-column.cc: 
12064         * lily/system.cc (get_line):
12065         * ly/property-init.ly (newpage): 
12066         * scm/define-grob-properties.scm:
12067         * scm/output-ps.scm: 
12068         * scm/output-tex.scm: Remove between-system-string kludge.
12069
12070         * scm/output-ps.scm (define-fonts, font-command,
12071         font-load-encoding): Handle ENCODING = #f.
12072
12073         * scm/output-tex.scm (output-scopes): Check if variable is bound.
12074
12075         * scm/define-markup-commands.scm (fill-line): Use
12076         make-simple-markup (WAS: unexisting make-word-markup).
12077
12078         * lily/text-item.cc (interpret_markup): Bugfix, transpose
12079         ENCODING, MARKUP parameters for interpret_string.
12080
12081         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
12082
12083         * lily/score.cc (book_rendering): New method.
12084         (default_rendering): Create Paper_book helper locally, dump
12085         output.
12086
12087         * lily/my-lily-lexer.cc (the_key_tab): Add book.
12088
12089         * lily/parser.yy: Handle \book.
12090
12091         * lily/include/book.hh: 
12092         * lily/book.cc: New file.
12093
12094 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12095
12096         * lily/text-item.cc (interpret_string): new file, select font with
12097         encoding.
12098
12099         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
12100
12101         * scm/define-markup-commands.scm (encoded-simple): new markup command.
12102
12103         * lily/parser.yy (markup): take encoding from lexer.
12104
12105 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
12106
12107         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
12108
12109         * scm/output-ps.scm: Remove some cruft.
12110
12111 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12112
12113         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
12114
12115         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
12116
12117 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
12118
12119         * scm/font.scm (add-century-schoolbook-fonts):
12120         (make-century-schoolbook-tree): New function.
12121
12122         * input/test/title-markup.ly: Use Century Schoolbook font.
12123
12124 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12125
12126         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
12127         to Erik Sandberg) 
12128
12129         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
12130
12131         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
12132
12133         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
12134
12135         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
12136
12137 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12138
12139         * scm/part-combiner.scm (determine-split-list): bugfix: if no
12140         solo-state (at end of solo), we can set the solo status
12141         too. (backportme.)
12142
12143         * input/regression/part-combine-solo-end.ly: new file.
12144
12145 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
12146
12147         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
12148         flavour abc files.  Really ignore unknown keys (backportme).
12149
12150 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12151
12152         * lily/scaled-font-metric.cc (text_dimension): only multiply with
12153         magnification_ when looking up in orig_.
12154
12155         * scm/output-tex.scm (text): switch off char-mapping.
12156
12157         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
12158         because AFM's encoding field cannot have spaces.
12159
12160 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
12161
12162         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
12163
12164 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12165
12166         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
12167
12168         * mf/cmr.enc: new file, without hi-bit ascii info. 
12169
12170         * lily/bezier-bow.cc (slur_shape): make indent dependent on
12171         width. This removes the 'hook' at the end of a long slur.
12172
12173         * buildscripts/mf-to-table.py (parse_logfile): don't append
12174         encoding to fontname.
12175
12176 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
12177
12178         * scm/output-ps.scm (define-fonts): Load .enc only once.
12179
12180         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
12181         too.
12182
12183 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12184
12185         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
12186         encoding field.
12187
12188         * lily/stencil-scheme.cc: remove ly:fontify-atom 
12189
12190         * ly/portuges.ly (pitchnames): new file.
12191
12192         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
12193         Michael Welsh Duggan
12194
12195         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
12196
12197         * ly/nederlands.ly: add comment about digits.
12198
12199         * lily/scaled-font-metric.cc (derived_mark): idem.
12200
12201         * scm/encoding.scm (make-encoding-mapping): change permutation to
12202         mapping.
12203
12204         * lily/scaled-font-metric.cc (derived_mark): is a const method.
12205         (Modified_font_metric): make alist for coding_description_
12206         (LY_DEFINE): remove coding-name.
12207
12208         * scm/output-tex.scm (text): remove debugging code.
12209
12210         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
12211
12212         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
12213         from infile.
12214
12215         * mf/feta-generic.mf: move fet_beginfont into generic code.
12216         use fetaMusic (without space) as encoding
12217
12218         * mf/feta-autometric.mf: take encoding argument
12219
12220         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
12221
12222         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
12223         use.
12224
12225         * scm/encoding.scm (read-encoding-file): use symbol for glyph
12226         name.
12227
12228 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
12229
12230         * input/test/title-markup.ly: Set inputencoding.
12231
12232         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
12233
12234         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
12235
12236         * scm/encoding.scm (get-coding-filename, get-coding-command): New
12237         function.
12238         (coding-alist): Also hold filename, command.
12239         (read-encoding-file): Return symbols.
12240
12241 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12242
12243         * scm/output-tex.scm: remove fontify; text and char take a font
12244         argument.
12245
12246         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
12247
12248         * lily/scaled-font-metric.cc (text_dimension): init
12249         coding_{permutation,table}_ too 
12250         (LY_DEFINE): ly:font-encoding, new function return
12251
12252         * lily/paper-def.cc (find_scaled_font): take input coding from
12253         inputcoding paper var.
12254
12255         * lily/performance.cc (output): remap modulo 16.
12256
12257         * lily/text-item.cc (interpret_markup): whoops, variable
12258         shadowing fixed.
12259
12260 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
12261
12262         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
12263         symbols, not symbols to strings.
12264
12265         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
12266         symbols, not symbols to strings.
12267
12268 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
12269
12270         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
12271         (ly:kpathsea-gulp-file): New function.
12272
12273         * scm/encoding.scm (read-encoding-file): Use it.
12274
12275 2004-04-06  Werner Lemberg  <wl@gnu.org>
12276
12277         * scm/encoding.scm (coding-alist): Fix typo.
12278
12279 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12280
12281         * lily/scaled-font-metric.cc (text_dimension): move function from
12282         Font_metric
12283         (make_scaled_font_metric): init coding_scheme_ to TeX
12284         (text_dimension): use get-coding-vector for non TeX coding_scheme_
12285
12286         * lily/include/scaled-font-metric.hh (struct
12287         Modified_font_metric): rename from Scaled_font_metric
12288
12289         * scm/encoding.scm (read-encoding-file): split up large function,
12290         leave caching to (delay)
12291
12292         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
12293
12294 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
12295
12296         * lily/my-lily-lexer.cc (set_encoding): New method.
12297
12298         * lily/lexer.ll: Grok \encoding.
12299
12300         * lily/font-metric.cc (get_encoded_index): New function.
12301
12302         * lily/include/font-metric.hh (coding_scheme): New method.
12303
12304         * scm/encoding.scm: New file.
12305
12306         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
12307
12308 2004-04-05  Werner Lemberg  <wl@gnu.org>
12309
12310         * Documentation/user/tutorial.itely: Revised (finished).
12311
12312         * Documentation/user/macros.itexi (@separate): Removed.
12313
12314 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12315
12316         * scm/output-ps.scm (define-fonts): fix scaling.
12317
12318         * lily/scaled-font-metric.cc (design_size): add function.
12319
12320         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
12321         partial cut&paste of ly:font-magnification.
12322
12323 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
12324
12325         * scm/output-ps.scm (define-fonts):
12326         (fontify): Update.
12327
12328 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12329
12330         * po/fr.po: update. (backportme).
12331
12332         * po/nl.po: update. (backportme). 
12333
12334         * mf/feta-beugel.mf: document why design size is not fixed.
12335
12336         * mf/feta-braces-a.mf: rename to stress that it's not design size.
12337
12338 2004-04-04  Werner Lemberg  <wl@gnu.org>
12339
12340         * Documentation/user/tutorial.itely: Revised (continued).
12341
12342 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
12343
12344         * po/nl.po: Update (backportme).
12345
12346 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12347
12348         * po/de.po: update. (backportme).
12349
12350         * scm/output-tex.scm (font-command): use ly: functions to
12351         construct name.
12352         (define-fonts): don't use alist, just dump \font definitions.
12353         (font-load-command): calculate proper scaling by taking
12354         outputscale from paper argument.
12355
12356         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
12357         expression.
12358
12359         * lily/paper-outputter.cc (output_header): pass paper arg to
12360         define-fonts
12361
12362         * lily/paper-def.cc (font_descriptions): dump list of
12363         Scaled_font_metrics
12364         (find_scaled_font): take Font_metric argument, store
12365         Scaled_font_metrics in hash-table containing (size ->
12366         Scaled_font_metrics) alist.
12367         (get_dimension): rename from get_realvar
12368
12369         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
12370         ly:font-magnification, ly:font-name: new functions
12371
12372 2004-04-03  Werner Lemberg  <wl@gnu.org>
12373
12374         * Documentation/user/dedication.itely,
12375         Documentation/user/preface.itely,
12376         Documentation/user/introduction.itely,
12377         Documentation/user/tutorial.itely: Revised.
12378         Removing leading spaces which distorts output if info files are read
12379         with stand-alone info.
12380         Removing superfluous inter-word spaces which also distorts output
12381         for stand-alone info.
12382         Using ` and ' instead of `` and '' everywhere to improve
12383         legilibility with stand-alone info
12384         Using @samp for single-letter input items and data which contains
12385         spaces, @code for other things.
12386
12387         * lily/grob-interface.cc: Adding copyright.
12388         (check_interfaces_for_property): Improve format of warning message.
12389
12390 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12391
12392         * lily/include/font-metric.hh (struct Font_metric): add
12393         design_size () method.
12394
12395         * buildscripts/mf-to-table.py (base): add DesignSize comment.
12396
12397         * lily/afm.cc (read_afm_file): read design size.
12398
12399         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
12400
12401         * scm/music-functions.scm (unfold-repeats): handle dots too.
12402
12403 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12404
12405         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
12406         (backportme)
12407
12408 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
12409
12410         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
12411         lyric indent.  Revert melismaBusyProperties using \unset.
12412
12413 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12414
12415         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
12416
12417         * lily/parser.yy (command_element): allow redefinition of |
12418         meaning.
12419
12420         * lily/break-align-engraver.cc (acknowledge_grob): construct
12421         LeftEdge where the first cause for alignment is coming from.
12422         This makes \override Staff.LeftEdge work as expected.
12423
12424         * lily/slur-performer.cc (Slur_performer): add inits
12425
12426         * lily/beam-performer.cc (Beam_performer): add inits
12427
12428 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
12429
12430         * VERSION (PACKAGE_NAME): release 2.2.0
12431
12432 #Local variables:
12433 #coding: utf-8
12434 #End:
12435