]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
*** empty log message ***
[lilypond.git] / ChangeLog
1 2006-10-21  Han-Wen Nienhuys  <hanwen@lilypond.org>
2
3         * buildscripts/output-distance.py (test_basic_compare): add
4         multipage test.
5         (FileLink.multi_img_cell): new function, glob multi-page png
6         images.
7
8 2006-10-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
9
10         * po/lilypond.pot: update.
11
12         * Documentation/topdocs/NEWS.tely (Top): remove TODOs.
13
14         * Documentation/user/global.itely (File structure): remove
15         \addqoute remark.
16
17         * lily/parser.yy (FIXME): remove ADDQUOTE
18
19         * Documentation/user/global.itely (Extracting fragments of
20         notation): new node, about clip systems.
21
22         * Documentation/user/lilypond-book.itely (Many quotes of a large
23         score): ref to clip systems.
24
25         * Documentation/user/instrument-notation.itely (Entering lyrics):
26         add note about lyric ties and required font.
27
28         * lily/open-type-font.cc (glyph_list): format errors.
29
30         * Documentation/user/programming-interface.itely (Scheme
31         procedures as properties): more doco on simple-closure and scheme
32         callbacks.
33         (Input variables and Scheme): use lilypond[verbatim], document
34         dummy statement.
35
36         * Documentation/user/page.itely (Displaying spacing): use \book
37         explicitly, so arrows show .
38         (Line breaking): add note about Forbid_line_break_engraver
39
40         * Documentation/user/tweaks.itely (Common tweaks): also set length
41         to prevent tie squeezing. 
42         (Default files): use @var{}
43
44         * Documentation/user/converters.itely (Invoking abc2ly): remove mup2ly.
45         (Generating LilyPond files): add FOMUS.
46
47 2006-10-20  Joe Neeman  <joeneeman@gmail.com>
48
49         * scm/define-grobs.scm (all-grob-descriptions): set side-axis and
50         Y-offset for TextScript and Script
51
52         * lily/text-engraver.cc (make_item): 
53         * lily/script-engraver.cc (make_script_from_event):
54         remove call to Side_position_interface::set_axis since all scripts
55         now have this set by default
56
57         * lily/context.cc: 
58         * lily/prob.cc: use variables
59
60 2006-10-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
61
62         * lily/page-turn-engraver.cc (acknowledge_note_head): don't look
63         at typography, rather analyse stream event duration. 
64
65         * Documentation/user/page.itely (Page formatting): set a6 paper
66         for system separator example.
67         
68         * lily/arpeggio.cc (Module): idem.
69
70         * lily/accidental-placement.cc: add script-priority property.
71
72         * scm/framework-ps.scm (dump-stencil-as-EPS): thinko.
73
74         * lily/ttf.cc (print_trailer): if all else fails: use
75         glyphIndexXXXX as glyph name. Fixes #117.
76
77         * lily/pango-font.cc (pango_item_string_stencil): only use cmap
78         entry if cmap contains glyph.
79         (get_index_to_charcode_map): remove from Pango_font class, use
80         global filename -> font mapping.
81         (get_glyph_index_name): new function.
82         (pango_item_string_stencil): use glyphIndexXXXX as glyph name,
83         only for TTF. 
84
85         * scripts/lilypond-book.py (main): use -deps-box-padding=-3
86
87         * scm/framework-ps.scm (dump-stencil-as-EPS): use eps-box-padding,
88         a number.
89
90         * scm/define-grob-properties.scm (all-user-grob-properties):
91         remove outdated doc. Fixes #116
92
93         * lily/completion-note-heads-engraver.cc (process_music): always
94         clone input events; otherwise we may overwrite input 'duration
95         property. Fixes #115.
96
97         * lily/general-scheme.cc (LY_DEFINE): explicit cast in case
98         scm_t_int32 != int
99
100         * scm/output-svg.scm (pango-description-regexp-comma): Remove ^
101         anchor. Fixes #114
102
103         * VERSION (PATCH_LEVEL): bump version.
104
105 2006-10-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
106
107         * lily/engraver.cc (internal_make_grob): use variables.
108
109         * flower/string-convert.cc (dec2double): clean-up warnings. 
110
111         * configure.in (CXXFLAGS): add -Werror.
112
113         * VERSION (PACKAGE_NAME): release 2.9.25
114
115 2006-10-18  Joe Neeman  <joeneeman@gmail.com>
116
117         * lily/simple-spacer.cc (get_line_forces): test for non-fitting
118         line even if we precede a forced break.
119
120         * lily/optimal-page-breaking.cc (try_page_spacing): square line
121         forces too. Make page-spacing weight default to 10 because the
122         changes to vertical springs decreased the page force/line force
123         proportions. Also, take the average of line force and page force
124         instead of just the sum.
125
126         * lily/constrained-breaking.cc (initialize): make the stiffness
127         of the vertical springs depend on the height of the system. This
128         prevents pages with only a few large systems from getting huge
129         forces
130
131         * Documentation/user/page.itely (Page formatting): document the
132         change in default page-spacing-weight
133
134         * lily/include/constrained-breaking.hh: initialise bottom_padding_
135
136 2006-10-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
137
138         * input/typography-demo.ly (melody): remove superfluous slur.
139
140         * scm/define-grob-interfaces.scm (piano-pedal-script-interface):
141         add piano-pedal-script-interface
142
143 2006-10-18  Bertalan Fodor  <lilypondtool@organum.hu>
144
145         * scripts/lilypond-book.py: DocBook support.
146
147 2006-10-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
148
149         * lily/piano-pedal-engraver.cc (struct Pedal_info): remove
150         Y-alignment code.
151         (stop_translation_timestep): set bound to currentMusicalColumn if
152         not set yet. Fixes #102
153
154         * lily/piano-pedal-bracket.cc: formatting.
155
156         * input/test/engraver-one-by-one.ly (MyStaff): reformat.
157
158         * lily/piano-pedal-align-engraver.cc: new class
159         Piano_pedal_align_engraver. Handle side-positioning Y-alignment
160         for piano pedals.  
161
162 2006-10-18  Heikki Junes  <hjunes@gmail.com>
163
164         * po/fi.po: Update Finnish translation (before the next release).
165
166 2006-10-17  Joe Neeman  <joeneeman@gmail.com>
167
168         * lily/system.cc (get_paper_system): reinstate the backwards-
169         compatible page breaking for the old page breaker.
170
171 2006-10-17  Erik Sandberg  <mandolaerik@gmail.com>
172         
173         * lily/recording-group-engraver.cc: removed
174
175         * lily/context.cc, lily/translator-group.cc: Don't touch
176         Context::implementation_ if it's null
177
178 2006-10-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
179
180         * scm/paper.scm: only use left-margin if defined.
181
182         * scm/define-grob-interfaces.scm (stroke-finger-interface): typo.
183
184         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): idem.
185
186         * lily/new-fingering-engraver.cc: stringFingerOrientations ->
187         strokeFingerOrientations
188
189         * lily/script-column.cc (row_before_line_breaking): also handle
190         accidentals and arpeggios in horizontal script stacking.
191
192         * lily/script-row-engraver.cc (acknowledge_accidental_placement):
193         new function.
194
195         * input/regression/script-stack-horizontal.ly: trim.
196
197 2006-10-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
198
199         * scm/output-lib.scm (stroke-finger::calc-text): allow reading of
200         'text property too.
201
202         * ly/music-functions-init.ly: rename to StrokeFingerEvent, set
203         'text if string argument.
204
205         * scm/define-grobs.scm (all-grob-descriptions): rename to StrokeFinger.
206
207         * scm/define-context-properties.scm
208         (all-user-translation-properties): change to strokeFingerOrientations
209
210 2006-10-16  Erik Sandberg  <mandolaerik@gmail.com>
211
212         * lily/parser.yy: remove debug output
213
214 2006-10-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
215
216         * ly/paper-defaults.ly: set left/right margin.
217
218         * scm/paper.scm (set-paper-dimensions): use left-margin and
219         right-margin for computing linewidth.
220
221         * Documentation/topdocs/NEWS.tely (Top): idem.
222
223         * input/regression/lyric-tie.ly (texidoc): use vowels for tied
224         lyrics example.
225
226         * scm/define-markup-commands.scm (tied-lyric): increase negative
227         space: space syllables tighter.
228
229         * VERSION (PATCH_LEVEL): bump version.
230
231         * scm/paper.scm: patch by Arvid Gr"otting, arvidgr@gmail.com: tune
232         Ax paper sizes. 
233
234 2006-10-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
235
236         * COPYING: further clarification
237
238         * VERSION: release 2.9.24
239
240         * input/regression/script-stack-horizontal.ly: add version.
241
242         * scm/lily-library.scm (list-join): use fold-right. Fixes #112
243
244         * input/regression/lyric-tie.ly (texidoc): use different words.
245
246         * mf/GNUmakefile (ALL_GEN_FILES): remove fonts.cache-1
247
248 2006-10-15  Erik Sandberg  <mandolaerik@gmail.com>
249
250         * lily/*.cc, lily/include/*.hh: eliminate dummy arguments from
251         macros ADD_TRANSLATOR, DECLARE_SMOBS and DECLARE_SIMPLE_SMOBS
252         
253 2006-10-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
254
255         * mf/GNUmakefile: remove fc-cache calls; not necessary for fc 2.4; 
256
257         * Doxyfile: remove file.
258
259         * scm/define-grob-interfaces.scm (string-finger-interface): add
260         string-finger-interface
261
262         * lily/general-scheme.cc (LY_DEFINE): move
263         ly_camel_case_to_lisp_identifier to here. Use vector<char> iso. char[] 
264
265         * Documentation/topdocs/NEWS.tely (Top): add note for
266         string-finger feature.
267
268         * scm/define-grobs.scm (all-grob-descriptions): add 'string-names
269         property.
270
271         * scm/output-lib.scm (string-finger::calc-text): read 'digit
272         instead of 'text
273
274         * input/regression/script-stack-horizontal.ly: new file.
275
276         * ly/engraver-init.ly: add Script_row_engraver.
277
278         * lily/script-column.cc (order_grobs): refactor: separate axis
279         independent code.
280         (row_before_line_breaking): new function.
281
282         * lily/script-row-engraver.cc (Script_row_engraver): new file.
283
284         * scm/define-grobs.scm (all-grob-descriptions): add ScriptRow
285
286 2006-10-14  Jürgen Reuter  <reuter@ipd.uka.de>
287
288         * Documentation/user/instrument-notation.itely: Cleanup: Remove
289         annoying skip notes from mensural ligature example.  Update
290         @refbugs for ligatures and mensural ligatures.
291
292         * lily/coherent-ligature-engraver.cc,
293         lily/include/coherent-ligature-engraver.hh,
294         lily/mensural-ligature-engraver.cc,
295         lily/vaticana-ligature-engraver.cc: Revise code for item
296         reparentizing.  There should now be less programming_error
297         messages.
298
299         * lily/mensural-ligature-engraver.cc: Improve placement of dots.
300
301         * lily/mensural-ligature.cc, lily/vaticana-ligature.cc:
302         Maintenance bugfix: Don't create empty Stencil (), but empty box
303         instead.  This fix should eliminate some programming_error
304         messages.
305
306         * ly/engraver-init.ly (MensuralStaff): Set default accidental
307         style.
308
309         * input/regression/mensural-ligatures.ly: Maintenance bugfix: Move
310         \layout block _before_ score.
311
312 2006-10-14  Han-Wen Nienhuys  <hanwen@lilypond.org>
313
314         * GNUmakefile.in (PATCH_FILES): remove darwin.patch.
315
316         * lily/pango-font.cc (pango_item_string_stencil): more verbose message.
317
318 2006-10-13  Erlend Aasland  <erlenda@gmail.com>
319
320         * lily/note-collision.cc: fix issue #44 (dot/notehead collision)
321
322 2006-10-13  Han-Wen Nienhuys  <hanwen@lilypond.org>
323
324         * VERSION (PATCH_LEVEL): bump version.
325
326         * COPYING: clarify exception note.
327
328         * lily/main.cc: remove remark about "COPYING".
329
330         * scm/framework-ps.scm (clip-system-EPSes): change ordering, so
331         system-count starts at 0 for each clip-region. Change name to
332         FILE[-COUNT]-from-FROM-to-TO-clip[-COUNT]. Take clip-regions from
333         layout block, per score.
334
335 2006-10-13  Erik Sandberg  <mandolaerik@gmail.com>
336
337         * lily/input-smob.cc: add equal_p for Input
338
339         * lily/music-scheme.cc (ly_camel_case_to_lisp_identifier): new
340         function
341
342         * lily/parser.yy: MY_MAKE_MUSIC sets music origin
343
344         * lily/prob.cc: Add equal_p predicate for Prob
345
346         * lily/translator.cc: small cleanup
347
348         * scm/document-music.cc: use data from translator listener
349         registration to generate documentation for event classes
350
351         * lily/*: Eliminate accept arg of ADD_TRANSLATOR
352         
353         * lily/include/*: Eliminate dummy arg of DECLARE_*SMOBS
354         
355 2006-10-13  Jan Nieuwenhuizen  <janneke@gnu.org>
356
357         * GNUmakefile.in (SCRIPTS): Remove lexer-gcc-3.1.sh.
358
359 2006-10-12  Jan Nieuwenhuizen  <janneke@gnu.org>
360
361         * Documentation/topdocs/INSTALL.texi: Thinko.
362
363         * .cvsignore: Update.
364
365         * lexer-gcc-3.1.sh: Remove.
366
367         * Documentation/topdocs/INSTALL.texi: Remove obsolete ftp server.
368         Update anonymous cvs access.  Remove comment about gcc 3.0.4.
369
370 2006-10-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
371
372         * VERSION: release 2.9.23
373
374         * lily/paper-column-engraver.cc (stop_translation_timestep): also
375         typecheck barnumber.
376
377         * scm/framework-ps.scm (dump-stencil-as-EPS): fix thinkos.
378
379         * scm/lily.scm (type-p-name-alist): add rhythmic-location? type name.
380
381         * Documentation/topdocs/NEWS.tely (Top): doc new clipping feature
382
383         * input/regression/clip-systems.ly (Notes): new file. 
384
385         * scm/lily.scm (define-scheme-options): add clip-systems option.
386
387         * scm/framework-ps.scm (dump-stencil-as-EPS-with-bbox): new
388         function
389         (dump-stencil-as-EPS): move bbox calculation from previous
390         dump-stencil-as-EPS
391         (output-framework): use -dclip-systems 
392
393         * scm/lily-library.scm (filtered-map): new function
394
395         * scm/framework-ps.scm (clip-system-EPS): new function.
396         (clip-system-EPSes): new function.
397
398         * lily/paper-column.cc: add rhythmic-location to interface
399
400         * scm/define-grob-properties.scm (all-user-grob-properties): add
401         rhythmic-location property.
402
403         * scm/clip-region.scm: new file: rhythmic-location data type and
404         system-clipped-x-extent function.
405
406         * ly/init.ly: use (scm clip-region)
407
408         * lily/paper-column-engraver.cc (stop_translation_timestep): set
409         rhythmic-location for paper column grobs.
410
411         * lily/grob-scheme.cc (LY_DEFINE): minor cleanup
412
413 2006-10-12  Jürgen Reuter  <reuter@ipd.uka.de>
414
415         * ly/engraver-init.ly: Remove obsolete comment on
416         Bar_number_engraver.
417
418         * Documentation/user/instrument-notation.itely: Tune Ancient
419         Articulations figure, such that the episem actually shows.
420
421         * lily/mensural-ligature.cc (internal_brew_primitive): Bugfix:
422         fix Han-Wen's fix (rev. 1.53): scm_is_pair -> scm_is_number.
423
424         * lily/vaticana-ligature-engraver.cc: Minor robustness fix /
425         cleanup.
426
427 2006-10-12  Graham Percival  <gpermus@gmail.com>
428
429         * Documentation/user/ {some}: minor edits that were lost somehow.
430
431 2006-10-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
432
433         * VERSION (PACKAGE_NAME): bump version.
434
435         * input/regression/lyric-tie.ly (texidoc): new file.
436
437         * Documentation/topdocs/NEWS.tely (Top): add new feature.
438
439         * lily/general-scheme.cc (LY_DEFINE): elucidate docstring.
440
441         * scm/define-markup-commands.scm (tied-lyric): new function: split
442         string along ~ and reattach with U+203F (tie character) and
443         negative space.
444
445         * scm/output-lib.scm (lyric-text::calc-text): new function.
446
447         * lily/lyric-engraver.cc (process_music): don't set 'text.
448
449         * scm/output-lib.scm (string-finger::calc-text): new function
450         (lyric-text::print): new function.
451
452         * lily/new-fingering-engraver.cc (add_fingering): refactor; make
453         generic for fingering & string number. Use for string-finger. 
454
455         * scm/define-music-types.scm (music-descriptions): add
456         StringFingerEvent
457
458         * lily/fingering-engraver.cc (listen_string_finger): new function
459
460         * scm/define-grobs.scm (all-grob-descriptions): add StringFinger
461
462         * scm/define-context-properties.scm
463         (all-user-translation-properties): add stringFingerOrientations
464
465 2006-10-11  Jürgen Reuter  <reuter@ipd.uka.de>
466
467         * mf/parmesan-dots.mf (new), mf/parmesan-generic.mf,
468         ly/engraver-init.ly: Added vaticana-style augmentum dot glyph.
469
470         * lily/dots.cc: Added style property for dots.
471
472         * mf/parmesan-heads.mf: Fix typo in comment.
473
474         * mf/feta-bolletjes.mf, scm/output-lib.scm: Fix longa notes bug by
475         adding longa head to feta font and removing obsolete default
476         mapping scheme code.
477
478 2006-10-10  Han-Wen Nienhuys  <hanwen@lilypond.org>
479
480         * scm/output-lib.scm (fingering::calc-text): use origin
481         event-property, not music-property.
482
483         * lily/lilypond.rc.in: spell my name correctly.
484
485 2006-10-10  Joe Neeman  <joeneeman@gmail.com>
486
487         * lily/grob.cc (pure_height): only add minimum-Y-extent if we
488         already have a non-empty extent. Fixes estimation for Hara-kiri
489         staves.
490
491 2006-10-09  Jürgen Reuter  <reuter@ipd.uka.de>
492
493         * ly/gregorian-init.ly: Simplify definition of \episemInitium and
494         \episemFinis.
495
496         * lily/ligature-engraver.cc: Remove unused #include.
497
498         * lily/vaticana-ligature-engraver.cc: Fix placement of dots.
499         Bugfix: remove method check_for_prefix_loss(Item *) from global
500         namespace to avoid namespace pollution.
501
502 2006-10-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
503
504         * VERSION: release 2.9.22
505
506         * ly/generate-documentation.ly: update option name.
507
508         * lily/dynamic-text-spanner.cc (print): revert fix.
509
510         * scm/define-grob-interfaces.scm
511         (trill-pitch-accidental-interface):
512         add trill-pitch-accidental-interface
513
514         * lily/dots-engraver.cc (acknowledge_rhythmic_head): only
515         dereference if it's really a duration.
516
517         * lily/figured-bass-engraver.cc (process_music): clear spanner if
518         useBassFigureExtenders is not set.
519         (listen_bass_figure): record as new event if
520         useBassFigureExtenders not set. Fixes #103.
521
522         * scm/stencil.scm (circle-stencil): don't center stencil argument,
523         instead: move circle. Fixes #107.
524
525         * scm/define-grobs.scm (all-grob-descriptions): set
526         allow-loose-spacing for PaperColumn and
527         NonMusicalPaperColumn. Kludge for #110.
528
529         * lily/spaceable-grob.cc: add allow-loose-spacing property.
530
531         * lily/spacing-determine-loose-columns.cc (is_loose_column):
532         allow-loose-spacing property.
533
534         * scm/define-markup-commands.scm (postscript): gsave & grestore
535         around embedded PS. Do setlinewidth too. Fixes  #109.
536
537 2006-10-08  Jürgen Reuter  <reuter@ipd.uka.de>
538
539         * lily/ligature-bracket-engraver: Bugfix: Add missing stream event
540         code.  This patch fixes ligature brackets that were not at all
541         engraved any more.
542
543 2006-10-08  Graham Percival  <gpermus@gmail.com>
544
545         * Docuemntation/user/page.itely: clarify two-pass vs. ragged-bottom.
546
547         * ly/property-init.ly: fix sacred harp notehead shapes (bug 96).
548
549         * scm/define-context-properties.scm: clarified docs (bug 91).
550
551         * Documentation/user/basic-notation.itely: document volta brackets
552         not aligning (bug 63).
553
554         * Documentation/user/ global.itely invoking.itely: ignore or
555         add warnings about texstr.
556
557 2006-10-08  John Mandereau  <john.mandereau@free.fr>
558
559         * po/fr.po: update translation.
560
561         * po/: update msgids.
562
563 2006-10-08  Jan Nieuwenhuizen  <janneke@gnu.org>
564
565         * GNUmakefile.in (HELP_CATALOGS): Fix in-build-tree locales.
566
567 2006-10-08  Nicolas Sceaux  <nicolas.sceaux@free.fr>
568
569         * Documentation/user/page.itely (Two-pass vertical spacing): add
570         documentation for two-pass spacing technique.
571
572 2006-10-06  Graham Percival  <gpermus@gmail.com>
573
574         * Documentation/user/convert-ly.txt: new file; new
575         storage place for this file (moved from bugs/ CVS).
576
577 2006-10-06  Jürgen Reuter  <reuter@ipd.uka.de>
578
579         * lily/note-head.cc: Fixed programming_error message.
580
581 2006-10-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
582
583         * scm/define-grobs.scm (pure-conversion): move pure-callback
584         further into body.
585
586         * scm/script.scm (default-script-alist): set avoid-slur for turn,
587         marcato, stopped, thumb.
588
589 2006-10-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
590
591         * lily/completion-note-heads-engraver.cc (process_music): don't
592         skimp on memory usage.
593
594         * lily/beam.cc (set_stem_lengths): do set_stemend for invisible
595         stems too. Fixes #5
596
597         * lily/parenthesis-engraver.cc (acknowledge_grob): set parent of
598         parenthesis item. This fixes premature Y-extent triggering. Fixes
599         issue #95. 
600  
601         * VERSION (PATCH_LEVEL): bump version.
602
603 2006-10-04  Graham Percival  <gpermus@gmail.com>
604
605         * Documentation/user/advanced-notation.itely: added
606         info about instrument names for piano or other contexts,
607         thanks Marcus!
608
609 2006-10-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
610
611         * mf/feta-bolletjes.mf (solfa_quarter_width): use
612         solfa_base_notewidth as unit for non-DO-notes too.
613
614         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: update email.
615
616         * VERSION: release 2.9.21
617
618         * Documentation/topdocs/NEWS.tely (Top): simpler, more clearer
619         override.
620
621 2006-10-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
622
623         * python/lilylib.py (progress): Minor fix.
624
625 2006-10-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
626
627         * lily/note-name-engraver.cc: doc engraver.
628
629         * scm/output-lib.scm (hairpin::calc-grow-direction): new function.
630
631         * lily/dynamic-engraver.cc (process_music): don't set grow-direction.
632
633         * scm/define-grobs.scm (all-grob-descriptions): calc duration-log
634         by callback.
635
636         * lily/stem-engraver.cc (make_stem): don't set duration-log
637
638         * scripts/lilypond-book.py (Lilypond_file_snippet.my_system):
639         write snippet-names binary.
640
641         * python/lilylib.py (system): use os.system for mingw32
642
643         * scripts/lilypond-book.py (bindir): use os.pathsep for prepending
644         to $PATH.
645
646         * scm/backend-library.scm: update email address.
647
648         * Documentation/topdocs/NEWS.tely (Top): add duration-log override
649         example.
650
651         * scm/define-grobs.scm (all-grob-descriptions): use callback to
652         calc dot count.
653
654         * lily/dots-engraver.cc (class Dots_engraver): new engraver:
655         handle dot creation separately.
656
657         * lily/tab-note-heads-engraver.cc (process_music): idem.
658
659         * lily/drum-note-engraver.cc (process_music): idem.
660
661         * lily/note-heads-engraver.cc (process_music): idem.
662
663         * lily/rest-engraver.cc: don't set duration-log.
664
665         * scm/output-lib.scm (string-number::calc-text): new function.
666         (note-head::calc-duration-log): new function.
667
668         * lily/fingering-engraver.cc (make_script): remove 'text setting.
669
670         * scm/output-lib.scm (fingering::calc-text): new function.
671
672 2006-10-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
673
674         * scripts/lilypond-book.py: Fix typo gs-load-font -> gs-load-fonts
675          and include-eps-font -> include-eps-fonts
676
677 2006-10-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
678
679         * lily/multi-measure-rest-engraver.cc: use internalBarNumber
680
681         * lily/timing-translator.cc: list properties.
682         (start_translation_timestep): update internalBarNumber too.
683
684         * scm/define-context-properties.scm
685         (all-user-translation-properties): add internalBarNumber.
686
687         * input/regression/spacing-no-note.ly: new file.
688
689         * buildscripts/output-distance.py (link_file): verbosity for OSError.
690
691         * lily/book.cc: #include cleanup.
692
693         * lily/include/lily-guile-macros.hh: add assert to
694         scm_or_str2symbol(SCM).
695
696         * VERSION (PATCH_LEVEL): bump version.
697
698         * lily/spacing-spanner.cc (musical_column_spacing): handle
699         musical->nonmusical spacing case, where there is no spacing
700         wish. Fixes issue #61.
701
702         * lily/pango-font.cc (text_stencil): allow 'tight' bounds.
703         (pango_item_string_stencil): use logical rect horizontally (to
704         preserve spaces), ink_rect vertically (for time signatures).
705
706         * lily/font-metric.cc (word_stencil): new interface function
707
708         * input/regression/utf-8-mixed-text.ly: new file.
709
710         * lily/percent-repeat-engraver.cc (listen_percent): remove
711         spurious warning.
712
713         * lily/phrasing-slur-engraver.cc (acknowledge_script): only ack
714         non-dynamic scripts. Fixes #30.
715
716         * lily/slur.cc (outside_slur_callback): make offset_scm optional.
717
718         * lily/beam.cc (rest_collision_callback): make prev_offset optional.
719
720         * lily/grob-closure.cc (chain_offset_callback): don't pass 0 but
721         SCM_UNDEFINED for non-existent data.
722
723         * lily/side-position-interface.cc (general_side_position): allow
724         optional current_offset argument for chaining, so combinations of side-position
725         and outside slur callback don't add up.  Fixes issue #92.
726
727         * lily/pango-font.cc (pango_item_string_stencil): use
728         logical_rect. This prevents spaces after words from disappearing,
729         issue #72.
730         
731         * VERSION: release 2.9.20
732
733 2006-10-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
734
735         * scm/define-grob-properties.scm (all-user-grob-properties):
736         mention stencil as user settable.
737
738 2006-10-02  Joe Neeman  <joeneeman@gmail.com>
739
740         * Documentation/user/page.itely (Page formatting): 
741         document auto-first-page-number
742
743         * lily/page-breaking.cc (find_chunks_and_breaks): 
744         * lily/paper-score.cc (calc_breaking): Follow changes to the
745         Constrained_breaking interface
746
747         * lily/constrained-breaking.cc (calc_subproblem): run the main loop
748         here backwards, as an optimisation
749         (initialize): new function; move most of the code in resize () here
750         (combine_demerits): cache ragged_right_
751         (Constrained_breaking): constructor now takes the Paper_score
752
753 2006-10-02  Erik Sandberg  <mandolaerik@gmail.com>
754         
755         * lily/lexer.ll, lily/parser.yy: Add EXPECT_NO_MORE_ARGS token, to
756         avoid parser lookahead for 0-ary functions.
757
758         * lily/translator.cc: Extract event classes from
759         IMPLEMENT_TRANSLATOR_LISTENER for documentation generation.
760
761 2006-10-02  Heikki Junes  <hjunes@gmail.com>
762
763         * po/fi.po: Fix spaces, commas etc. in Finnish translation using
764         KBabel fix tool.
765
766 2006-10-01  Nicolas Sceaux  <nicolas.sceaux@free.fr>
767
768         * scm/layout-page-layout.scm (page-breaking-wrapper): new
769         function. Call the page breaking function selected in the
770         `page-breaking' \paper variable, then the post processing function
771         chosen using the `page-post-process' \paper variable.
772         (line-height): new function. Return the height of a system.
773         (line-minimum-position-on-page): new function. Return the position
774         of a system on page (using the previous line position), only
775         considering between system padding.
776         (stretchable-line?): new function. Says whether a line can be
777         stretched (ie. is not a title nor a single staff system).
778         (page-maximum-space-left): new function. Computes space left on a
779         page, when all systems are separated by their padding.
780
781         * lily/page-breaking.cc (breaking::make_pages): Move page post
782         processing function call to page breaking wrapper (common to all
783         page breakers).
784
785         * lily/paper-book.cc (book::pages): call the page breaking
786         wrapper, instead of the page breaker directly
787
788         * ly/paper-defaults.ly: Add \paper variables for page breaking
789         wrapper and page post processing function. Make
790         `write-page-layout' value depend on the 'dump-tweaks option. Add a
791         `system-maximum-stretch-procedure' variable for holding a function
792         computing the maximum stretch a system allows.
793
794         * scm/layout-page-dump.scm (write-page-breaks): computes the
795         stretch to apply to systems on a page to minimize left
796         space. Dump this stretch length.
797
798         * ly/music-functions-init.ly (spacingTweaks): implement it. Read
799         the system-stretch property of the tweak data to stretch the
800         system.
801         (includePageLayoutFile): Void function which includes the
802         generated page-layout file if it exists and if the page layout
803         dumping is not asked.
804         (scoreTweak): if the score tweak named by the argument exists,
805         return it.
806
807 2006-10-01  Joe Neeman  <joeneeman@gmail.com>
808
809         * lily/page-spacing.cc (compress_lines, uncompress_solution):
810         handle correctly the case where there are multiple \noPageBreaks
811         in a row.
812
813 2006-09-30  Laura Conrad <lconrad@laymusic.org>
814
815         * abc2ly.py adds segno (S) and Coda (O) to articulations.
816         
817         * abc2ly.py fix so that entering " -- " will translate to a -- in
818         the lilypond instead of a " - - "
819         
820 2006-09-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
821
822         * lily/align-interface.cc: fix typo
823
824         * lily/dynamic-text-spanner.cc (print): Add a special case for
825         trill spanner right sides. 
826
827         * scm/define-grobs.scm (all-grob-descriptions): set padding to 0.1
828
829         * lily/align-interface.cc (get_extents_aligned_translates): add
830         support for padding variable.
831
832         * lily/break-align-interface.cc (self_align_callback): oops: use
833         loop variable in guard.
834
835         * input/regression/repeat-percent-grace.ly: new file.
836
837         * lily/percent-repeat-engraver.cc (start_translation_timestep):
838         remember first currentCommandColumn of a grace run. Fixes issue 70.
839
840         * lily/percent-repeat-iterator.cc (class Percent_repeat_iterator):
841         move class definition to CC file.
842
843         * lily/multi-measure-rest.cc (percent): use robust_relative_extent()
844
845         * lily/slash-repeat-engraver.cc (listen_percent): don't warn for
846         measure-long  repeats.
847
848         * flower/include/international.hh: include stdarg.h
849
850 2006-09-30  Joe Neeman  <joeneeman@gmail.com>
851
852         * lily/page-turn-page-breaking.cc (calc_demerits): now that we allow
853         put_systems_on_pages to return an empty result, we need to assign
854         demerits properly in that case.
855         (put_systems_on_pages): Make the number of pages depend on the
856         evenness of page_number. Add auto-first-page-number.
857         (calc_subproblem): ensure that the page-number is even for the
858         left-hand page. Warn if the first page-turn doesn't fit onto the
859         first (right-hand) page.
860
861         * lily/page-spacing.cc (solve): bug: demerits_ would always be inf
862         (min_page_count): make this publicly accessible
863         (min_page_count): fix a bug when there are forced page breaks that
864         was introduced when I made this loop run backwards
865         (space_systems_on_n_pages, space_systems_on_n_or_one_more_pages):
866         replace space_systems_on_min_pages with these two. The logic in
867         space_systems_on_min_pages was getting too convoluted and is better
868         contained in page-turn-page-breaking.
869
870         * lily/page-turn-engraver.cc (breakable_column): remove an always-true
871         conditional
872         (breakable_column): typo
873
874         * lily/source-file.cc (get_line): fix off-by-one error
875         and clean up some of the logic
876
877 2006-09-29  Joe Neeman  <joeneeman@gmail.com>
878
879         * lily/page-breaking.cc (make_pages): honour the first-page-number
880         property
881
882 2006-09-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
883
884         * VERSION (PACKAGE_NAME): bump version.
885
886 2006-09-26  Pal Benko  <benko.pal@gmail.com>
887
888         * scm/parser-clef.scm: add petrucci-f3 and -f4 clefs
889         (the latter is the same as petrucci-f which is kept for compatibility)
890
891 2006-09-26  Erik Sandberg  <mandolaerik@gmail.com>
892         
893         * lily/part-combine-iterator.cc: solo1-event -> solo-one-event
894
895 2006-09-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
896
897         * lily/global-context.cc (run_iterator_on_me): break out of loop
898         if moment doesn't increase.
899
900         * scm/define-grob-properties.scm (all-user-grob-properties): add
901         forced property.
902
903         * lily/accidental.cc (after_line_breaking): read forced property.
904
905         * lily/accidental-engraver.cc (process_acknowledged): set 'forced
906         property.
907
908         * input/regression/accidental-forced-tie.ly:  new file.
909
910 2006-09-25  Han-Wen Nienhuys  <hanwen@lilypond.org>
911
912         * ly/engraver-init.ly: set ignoreFiguredBassRest in Staff context.
913
914         * lily/figured-bass-engraver.cc: only listen to rest events if
915         ignoreFiguredBassRest is not set.
916
917         * scm/define-context-properties.scm
918         (all-user-translation-properties): add ignoreFiguredBassRest property
919
920 2006-09-24  Joe Neeman  <joeneeman@gmail.com>
921
922         * lily/paper-book.cc (get_system_specs):
923         (set_system_penalty): fix breakbefore.
924         We used to set a penalty on the system after the break, now we
925         set a permission on the system before the break
926
927         * lily/grob-property.cc: add scm debugging hooks into
928         property modification
929
930         * lily/context-property.cc:
931         * lily/engraver.cc:
932         rename make_foo_from_properties to internal_make_foo and
933         move it from context-property.cc to a member function of
934         Engraver.
935         
936         * lily/include/lily-guile-macros.hh:
937         overload ly_symbol2scm macro so that there is no more need
938         to use internal_foo
939
940         * lily/volta-repeat-iterator.cc:
941         * lily/tweak-engraver.cc:
942         * lily/tuplet-bracket.cc:
943         * lily/span-bar-engraver.cc:
944         * lily/script-engraver.cc:
945         * lily/prob-scheme.cc:
946         * lily/pointer-group-interface.cc:
947         * lily/parser.yy:
948         * lily/grob-scheme.cc:
949         * lily/grob-property.cc:
950         * lily/context.cc:
951         * lily/context-property.cc:
952         * lily/break-substitution.cc:
953         * lily/break-align-engraver.cc:
954         * lily/axis-group-interface.cc:
955         * lily/align-interface.cc:
956         remove calls to internal_FOO
957
958         * lily/system-start-delimiter-engraver.cc:
959         * lily/parenthesis-engraver.cc:
960         * lily/accidental-engraver.cc:
961         remove calls to make_foo_from_properties
962
963 2006-09-23  Graham Percival  <gpermus@gmail.com>
964
965         * Documentation/user/programming-iterfaces.itely: fix
966         def-music-function -> define-music... leftover.
967
968 2006-09-23  Joe Neeman  <joeneeman@gmail.com>
969
970         * lily/page-spacing.cc (min_page_count): by running the loop
971         backwards, we can calculate ragged_last properly.
972
973 2006-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
974
975         * ly/titling-init.ly (scoreTitleMarkup): Rename (typo!?)
976         printfirst-page-number -> print-first-page-number
977
978         * python/convertrules.py: corresponding rule.
979
980         * Documentation/user/page.itely (Page formatting): Document the
981         default values of all page layout parameters. 
982
983 2006-09-22  Erik Sandberg  <mandolaerik@gmail.com>
984
985         * lily/lexer.ll: remove limitation on music function arity. New
986         mode extratoken, which inserts extra EXPECT_* tokens after
987         MUSIC_FUNCTION token. Junk all MUSIC_FUNCTION_* tokens.
988
989         * lily/parser.yy: Change grammar for music function accordingly.
990
991         * lily/include/lily-parser.hh: New method get_state, new member
992         hidden_state. Works around a problem when parser fetches
993         MUSIC_FUNCTION token but not the following EXPECT_* token.
994
995         * lily/translator.cc, lily/context.cc:, lily/translator-group.cc:
996         remove try_music
997
998         * lily/*-engraver.cc, lily/*-performer.cc: Remove all remaining
999         references to Music; use ASSIGN_EVENT_ONCE everywhere
1000
1001         * lily/grob-info.cc: junk *music_cause
1002
1003         * lily/music.cc: copy eventified articulations to stream event
1004
1005         * lily/part-combine-iterator.cc: Cleanup using enums
1006
1007         * lily/translator-group.cc: Junk OldMusicEvent, and associated
1008         methods
1009
1010         * lily/include/engraver.hh: Junk music.hh include
1011
1012         * lily/stream-event.cc: Changed constructors
1013
1014 2006-09-21  Graham Percival  <gpermus@gmail.com>
1015
1016         * Documentation/user/tweaks.itely (Fitting music onto fewer
1017         pages): change settings to avoid warning messages.
1018
1019 2006-09-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1020
1021         * Documentation/user/tweaks.itely (Fitting music onto fewer
1022         pages): Add between-system-space setting. 
1023
1024 2006-09-21  Han-Wen Nienhuys  <hanwen@lilypond.org>
1025
1026         * lily/accidental-placement.cc (calc_positioning_done): don't
1027         trigger Y-extent calculation too early. Use pure_height instead.
1028
1029         * lily/scale.cc (LY_DEFINE): new file. 
1030
1031 2006-09-20  Joe Neeman  <joeneeman@gmail.com>
1032
1033         * lily/page-breaking.cc (find_chunks_and_breaks): ignore breaks
1034         that happen at the start of a score: having a zero-length
1035         chunk was messing up min_system_count calculations.
1036
1037         * lily/source-file.cc (get_line): lower_bound, not
1038         binary_search. Fixes problem where point-and-click would
1039         always point to the first line.
1040
1041 2006-09-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
1042
1043         * lily/accidental-placement.cc (calc_positioning_done): also put
1044         stems into accidental support. 
1045
1046         * lily/tie-engraver.cc (process_music): also set tieMelismaBusy if
1047         event_ detected.
1048
1049         * scm/script.scm (default-script-alist): avoid-slur and
1050         slur-padding for portato script.
1051
1052         * lily/stem-tremolo.cc (translated_stencil): new function. 
1053         (height): use new function. Fixes tremolos on whole notes.
1054
1055         * lily/slur-scoring.cc (get_best_curve): don't crash if no optimal
1056         slur found.
1057
1058 2006-09-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
1059
1060         * scripts/abc2ly.py (try_parse_comment): idem.
1061
1062         * scripts/lilypond-book.py (find_toplevel_snippets): use 'foo' in
1063         bar_string iso. string.find()
1064
1065         * lily/*.cc: idem.
1066
1067         * lily/slur.cc (get_curve): always use scm_is_pair() looping
1068         scheme lists.  
1069
1070 2006-09-18  Graham Percival  <gpermus@gmail.com>
1071
1072         * Documentation/user/basic-notation.itely: add bug
1073         warning about ties and octavation/clef.
1074
1075 2006-09-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
1076
1077         * VERSION (PACKAGE_NAME): release 2.9.18
1078
1079 2006-08-29  Milan Zamazal  <pdm@brailcom.org>
1080
1081         * elisp/lilypond-mode.el (LilyPond-command-alist): Don't try to
1082         figure out midi file names right here.
1083         
1084 2006-09-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
1085
1086         * scm/framework-ps.scm (dump-stencil-as-EPS): naming pad-eps-boxes.
1087
1088         * scm/backend-library.scm: option naming:  gs-font-load*s*
1089
1090         * scm/framework-eps.scm (dump-stencils-as-EPSes): rename option to
1091         include-eps-fonts
1092
1093 2006-09-17  Joe Neeman  <joeneeman@gmail.com>
1094
1095         * scm/define-music-types.scm (music-descriptions): remove
1096         BreakEvent and fix {Page,Line}{Break,Turn}Event so
1097         Music::to_event doesn't complain.
1098
1099         * lily/accidental-placement.cc (ape_compare):
1100         * lily/semi-tie.cc (compare): 
1101         * lily/note-column.cc (shift_compare): replace by XXX_less
1102
1103         * lily/tie-formatting-problem.cc (set_chord_outline): 
1104         * lily/tie-column.cc (calc_positioning_done): 
1105         * lily/system.cc (post_processing)
1106         (get_paper_system): 
1107         * lily/stem.cc (note_head_positions)
1108         (calc_positioning_done): 
1109         * lily/spanner.cc (do_break_processing)
1110         (find_broken_piece): 
1111         * lily/span-bar.cc (print): 
1112         * lily/semi-tie-column.cc (calc_positioning_done): 
1113         * lily/rest-collision.cc (calc_positioning_done): 
1114         * lily/program-option.cc (get_help_string): 
1115         * lily/note-collision.cc (get_clash_groups):
1116         * lily/new-fingering-engraver.cc (position_scripts):
1117         * lily/keyword.cc (Keyword_table):
1118         * lily/hara-kiri-group-spanner.cc (request_suicide):
1119         * lily/grob-pq-engraver.cc (stop_translation_timestep):
1120         * lily/accidental-placement.cc (calc_positioning_done):
1121         (stagger_apes):
1122         * lily/beam.cc (get_beam_segments):
1123         * lily/grob-array.cc (remove_duplicates):
1124         use new vector_sort
1125         
1126         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ily:
1127         ragged-last-bottom = ##f (test the new page breaker)
1128
1129         * flower/include/std-vector.hh (vector_sort): use STL sort stuff
1130
1131         * scm/define-context-properties.scm
1132         (all-internal-translation-properties): remove properties that
1133         were used to communicate page-turn stuff to the paper-column
1134         engraver.
1135
1136         * lily/lily-guile.cc (robust_scm2string): new function
1137
1138         * lily/paper-column-engraver.cc: Clean up page turn stuff
1139
1140         * lily/page-turn-engraver.cc: Re-write the page turn logic here
1141         instead of cluttering up paper-column-engraver.cc
1142
1143 2006-09-17  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1144
1145         * scm/layout-page-dump.scm (scm): export utility function names,
1146         to allow user writing cutsom dumping functions.
1147
1148         * scm/layout-page-layout.scm: export utility function names to
1149         enable custom page breaking function writing. Tabify.
1150         (line-next-space): use ?-suffix only for predicates
1151         (page-maximum-space-to-fill): new function. Return the space
1152         between first and bottom system of a page, to give to
1153         space-systems.
1154         (space-systems): use a space-to-fill argument (for instance as
1155         computed by page-maximum-space-to-fill) instead of computing
1156         internaly this space with the page height. That way, the caller
1157         can adjust the space to use.
1158         (make-page-from-systems, walk-paths): compute space to fill before
1159         calling space-systems.
1160
1161 2006-09-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
1162
1163         * scm/script.scm (default-script-alist): set paddings for every
1164         type here, increase for portato mark.
1165
1166         * scm/lily.scm (define-scheme-options): typo: add s, so it is 
1167         -dinclude-eps-fonts
1168
1169 2006-09-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
1170
1171         * scm/define-grobs.scm (all-grob-descriptions): oops, typo:
1172         use spanner::set-spacing-rods
1173
1174         * lily/note-column.cc: reformat.
1175
1176         * lily/rest-collision.cc (calc_positioning_done): fix whole/half
1177         step positioning for note/rest combinations.
1178
1179         * input/regression/rest-note-collision.ly: new file.
1180
1181         * scm/define-grobs.scm (all-grob-descriptions): add
1182         springs-and-rods
1183
1184         * flower/include/std-vector.hh: switch off again.
1185
1186         * VERSION (PATCH_LEVEL): bump to 2.9.18
1187
1188         * flower/include/std-string.hh: idem.
1189
1190         * flower/include/std-vector.hh (_GLIBCXX_DEBUG): set if NDEBUG not set.
1191
1192 2006-09-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1193
1194         * ly/engraver-init.ly: Make FiguredBass accepted in GrandStaff and
1195         PianoStaff. 
1196
1197 2006-09-08  Joe Neeman  <joeneeman@gmail.com>
1198
1199         * Documentation/user/page.itely: update page breaking documentation
1200
1201 2006-09-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
1202
1203         * lily/note-collision.cc (calc_positioning_done): only access
1204         first head if available.
1205
1206         * lily/tuplet-engraver.cc: add tupletFullLengthNote to description.
1207
1208         * scm/framework-ps.scm (output-preview-framework): use new name.
1209
1210         * lily/program-option.cc (internal_set_option): use new names.
1211
1212         * Documentation/user/SConscript (lilypond_book_flags): update -d
1213         variable names.
1214
1215         * Documentation/user/lilypond-book.itely (Inserting LilyPond
1216         output into other programs): new variable names.
1217
1218         * scm/lily.scm (define-scheme-options): uniformize var names.
1219
1220         * lily/tuplet-engraver.cc (listen_tuplet_span): verify that
1221         tuplets_ is non-empty before popping.
1222
1223 2006-09-07  Joe Neeman  <joeneeman@gmail.com>
1224
1225         * lily/spanner.cc (find_broken_piece): 
1226         * lily/spacing-spanner.cc (get_columns): 
1227         * lily/source-file.cc (get_line): 
1228         * lily/simple-spacer.cc (get_column_description): 
1229         * lily/keyword.cc (lookup): 
1230         use the new binary search.
1231
1232         * flower/include/std-vector.hh: replace binary_search with
1233         a more STL-like version
1234
1235 2006-09-04  Michael Welsh Duggan  <md5i@cs.cmu.edu>
1236
1237         * lily/tie-performer.cc: remove unused last_event_ property.
1238         (class Tie_performer): add now_tied_heads_ property for
1239         partially-tied heads.
1240         (acknowledge_audio_element): when adding an Audio_note, put the
1241         note in now_tied_heads_ if the audio note is partially tied.
1242         (stop_translation_timestep): always include entries in
1243         now_tied_heads_ in heads_to_tie_.
1244
1245         * lily/drum-note-performer.cc (process_music): look for tie-events
1246         in the articulations; pass to Audio_note constructor.
1247
1248         * lily/note-performer.cc (process_music): look for tie-events in
1249         the articulations; pass to Audio_note constructor.
1250
1251         * lily/audio-item.cc (Audio_note): Initialize tie_event_ in
1252         constructor.
1253
1254         * lily/include/audio-item.hh (class Audio_note): add tie_event_.
1255         include initializer in constructor.
1256
1257 2006-09-02  Joe Neeman  <joeneeman@gmail.com>
1258
1259         * lily/simple-spacer.cc (get_line_forces): Ignore loose columns
1260         unless they are breakable. This fixes discrepancies between the forces
1261         calculated here and the forces calculated in get_line_configuration.
1262
1263         * lily/grob.cc (pure_relative_y_coordinate): fix some
1264         mis-estimation that was happening with piano staves.
1265
1266         * lily/constrained-breaking.cc (resize): don't choke if we get a
1267         measure that won't fit on a line.
1268         (combine_demerits): don't consider uniformity when ragged
1269
1270         * lily/page-spacing.cc (solve): why the f* were there two of these?
1271         (calc_subproblem): properly handle the case where a system is taller
1272         than the page.
1273
1274         * lily/system.cc (get_paper_system): ensure that all the permissions
1275         and penalties are passed to the paper systems.
1276
1277         * lily/page-breaking.cc (create_system_list): support system-count.
1278
1279         * scm/define-grobs.scm (pure-print-callbacks): add
1280         ly:script-interface::print
1281
1282         * lily/page-spacing.cc (min_page_count): fix calculation of min
1283         pages if we are ragged and there are non-zero springs.
1284
1285         * scm/layout-page-layout.scm: if the pure-height estimates are under
1286         the real height, allow space-systems to ignore padding if it is
1287         needed in order to fit the systems on one page
1288
1289         * lily/optimal-page-breaking.cc (try_page_spacing): fix reading
1290         ragged properties
1291         (solve): fix performance problem. Make sure we always get at least
1292         one solution
1293
1294         * lily/page-breaking.cc (make_pages): include write-page-breaks
1295         and page-stencil
1296
1297         * lily/paper-score.cc (calc_breaking): remove Gourlay breaker
1298
1299         * scm/define-grobs.scm: add the new slur-callback
1300         fix pure-relevant to not exclude grobs whose extent is already
1301         calculated
1302
1303         * ly/paper-defaults.ly: make ly:optimal-breaking the new default
1304         page breaker
1305
1306         * lily/slur.cc (pure_height): new callback to estimate the height
1307         of a slur
1308
1309 2006-09-02  Graham Percival  <gpermus@gmail.com>
1310
1311         * Documentation/user/invoking.itely: small update on
1312         MacOS X notes; thanks Trevor!
1313
1314 2006-09-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
1315
1316         * VERSION (MY_PATCH_LEVEL): release 2.9.17
1317
1318         * lily/lexer.ll: accept EOF in all states.
1319
1320         * lily/tempo-performer.cc (Tempo_performer): initialize last_tempo_.
1321
1322         * lily/source-file.cc (Source_file): always 0-terminate character
1323         array, to prevent Flex from barfing.
1324
1325         * lily/global-context.cc (get_output): robustness: don't crash if
1326         no Score context found.
1327
1328         * lily/include/book.hh (class Book): idem.
1329
1330         * lily/include/context-def.hh (struct Context_def): idem.
1331
1332         * lily/include/score.hh (class Score): don't derive from Input.
1333
1334         * lily/book.cc (Book): add a copy ctor. 
1335
1336         * buildscripts/output-distance.py (FileLink.calc_distance): count
1337         orphans in distance too.
1338
1339         * python/midi.c (midi_parse_track): robustness: don't read past
1340         end of string.
1341
1342         * ly/performer-init.ly: add Control_track_performer, move
1343         Tempo_performer and Time_signature_performer to Score.        
1344
1345         * lily/score-performer.cc (acknowledge_audio_elements): override
1346         from base class: add to audio-columns
1347
1348         * lily/control-track-performer.cc (add_text): new file: generate
1349         the control track.
1350
1351         * lily/performance.cc: move output_header_track to
1352         Control_track_performer ()
1353
1354         * lily/midi-walker.cc (Midi_walker): get channel in constructor.
1355
1356         * lily/include/midi-item.hh (class Midi_channel_item): insert
1357         class into hierarchy, for items that can have a channel setting. Dehungarify.
1358
1359         * lily/include/performer.hh (class Performer): remove
1360         play_element();  move functionality into announce/acknowledge.
1361
1362         * lily/audio-staff.cc (output): remove channel_ from Midi_track.
1363
1364         * lily/tie-engraver.cc (stop_translation_timestep): only wipe
1365         heads_to_tie_ if there are new heads to tie.  Fixes polyphony in ties.
1366
1367 2006-08-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
1368
1369         * lily/tie-engraver.cc (stop_translation_timestep): robustness for
1370         ambituses.
1371
1372         * lily/all-font-metrics.cc: remove TFM support.
1373
1374         * lily/include/tfm.hh: remove TFM support, TFM reader.
1375
1376         * lily/include/binary-source-file.hh: remove Binary_source_file.
1377
1378 2006-08-27  Graham Percival  <gpermus@gmail.com>
1379
1380         * Documentation/topdocs/NEWS.itely: add @c marker for
1381         stuff I've processed.
1382
1383         * Documentation/user/ various: info from NEWS.
1384
1385 2006-08-27  Joe Neeman  <joeneeman@gmail.com>
1386
1387         * lily/paper-column-engraver.cc (finalize): Oops, this change
1388         should have gone in on 2006-08-23
1389
1390 2006-08-26  Mats Bengtsson  <mabe@s3.kth.se>
1391
1392         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use double
1393         quotes to quote arguments. Fixes Windows problem.
1394
1395         * python/lilylib.py (progress): idem
1396
1397 2006-08-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
1398
1399         * scripts/musicxml2ly.py: fix for importing
1400         minor key signatures from MusicXML.  (Phillip Kirlin)
1401
1402 2006-08-24  Phillip Kirlin  <pkirlin@acm.org>
1403
1404         * python/musicxml.py: 
1405         (Attributes.get_key_signature): now correctly retrieves mode from 
1406         MusicXML. 
1407
1408 2006-08-25  Han-Wen Nienhuys  <hanwen@lilypond.org>
1409
1410         * lily/parser.yy (output_def_body): take ownership of identifier
1411         back to C++.
1412
1413         * Documentation/user/advanced-notation.itely (Metronome marks):
1414         update use of \tempo in \midi.
1415
1416         * VERSION: release 2.9.16
1417         
1418 2006-08-24  Erik Sandberg  <mandolaerik@gmail.com>
1419
1420         * input/mutopia/*: upgrade to new midi tempo syntax (repairs make
1421         web partially)
1422
1423 2006-08-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
1424
1425         * input/regression/tie-chord-partial.ly: clarify example.
1426
1427         * scm/define-music-properties.scm (all-music-properties): remove
1428         untied.
1429
1430         * ly/music-functions-init.ly: remove \untied.
1431
1432         * lily/tie-engraver.cc (struct Head_event_tuple): store both
1433         stream events and music events.
1434         (stop_translation_timestep): search acknowledged heads for
1435         tie-event.
1436
1437         * input/regression/tie-chord-partial.ly: new file.
1438
1439         * scm/define-markup-commands.scm (char): use ly:wide-char->utf-8
1440         for \char markup command.
1441
1442         * scm/define-event-classes.scm (unlistened-music-event-classes): idem.
1443
1444         * scm/define-music-types.scm (music-descriptions): consistency:
1445         Use solo-{one,two}-event iso. solo-[12]-event.
1446
1447         * lily/part-combine-engraver.cc (process_music):
1448         Use solo-{one,two}-event iso. solo-[12]-event.
1449
1450         * ly/declarations-init.ly (partCombineListener): add Timing as
1451         alias
1452
1453         * flower/std-string.cc (string_copy): use copy ()
1454
1455         * lily/source-file.cc (Source_file): use copy(). Remove contents_str0()
1456
1457 2006-08-24  Graham Percival  <gpermus@gmail.com>
1458
1459         * Documentation/user/changing-defaults.itely, global.itely,
1460         lilypond-book.itely, page.itely: minor changes from mailist.
1461
1462 2006-08-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
1463
1464         * buildscripts/mutopia-index.py (allfiles): filter lily-XXX and
1465         snippet-map
1466
1467         * scm/define-context-properties.scm
1468         (translator-property-description): robustness: detect type errors
1469         in property definitions.
1470
1471         * lily/parser.yy (score_body): protect SCORE_IDENTIFIER result
1472         after getting it from SCM. 
1473
1474         * lily/smobs.cc (protect_smob): switch off fancy smob protection
1475         for now. 
1476
1477         * lily/include/performer.hh (class Performer): strip get_tempo()
1478         method.
1479
1480         * lily/midi-def.cc: strip file.
1481
1482         * lily/lexer.ll (Lily_lexer): don't protect hash key separately.
1483
1484         * lily/include/context-def.hh (struct Context_def): use
1485         VIRTUAL_COPY_CONSTRUCTOR().
1486
1487         * lily/source-file.cc: smobification.
1488
1489         * lily/include/source-file.hh (class Source_file): smobify
1490         Source_file. Trim redundant members.
1491
1492         * lily/parser.yy (Lily_lexer::try_special_identifiers): unprotect
1493         clones after creation. This plugs a huge memory leak.
1494
1495         * python/convertrules.py (FatalConversionError.sub_tempo):
1496         complete rule for \midi{ \tempo }
1497
1498         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): idem.
1499
1500         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): update tempo.
1501
1502 2006-08-23  Joe Neeman  <joeneeman@gmail.com>
1503
1504         * input/regression/optimal-page-breaking-hstretch.ly: test for
1505         ragged-last-bottom also
1506
1507         * lily/paper-column-engraver.cc (finalize): make the end of a score
1508         breakable by default. This is to balance out a change in behaviour
1509         of the page-turn-breaker which no longer makes the end of a score
1510         breakable.
1511
1512         * lily/paper-book.cc (pages): set the systems_ once the pages are
1513         broken
1514
1515         * lily/page-turn-page-breaking.cc (calc_subproblem): use the new
1516         Page_breaking interface.
1517
1518         * lily/page-breaking.cc (class Page_breaking): make the interface
1519         more consistent and provide abstractions for dealing with
1520         Line_divisions.
1521
1522         * lily/optimal-page-breaking.cc (solve): use a more straightforward
1523         algorithm. Use the new interface to Page_breaking.
1524
1525         * lily/page-spacing.cc: better support for ragged-bottom and
1526         ragged-last-bottom
1527
1528 2006-08-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
1529
1530         * python/convertrules.py (conv): warning on \tempo{}
1531
1532         * ly/performer-init.ly: set tempoWholesPerMinute.
1533
1534         * ly/midi-init.ly: remove \midi
1535
1536         * lily/tempo-performer.cc: look at tempoWholesPerMinute to set
1537         MIDI tempo.
1538
1539         * lily/metronome-engraver.cc (process_music): use tempoUnitCount
1540         tempoUnitDuration for determining what to print.
1541
1542         * lily/lyric-extender.cc: typo.
1543
1544         * lily/parser.yy (output_def_body): disallow \tempo in \midi{}
1545
1546         * lily/duration-scheme.cc (LY_DEFINE): ly:duration-length: new
1547         function.
1548
1549         * scm/lily.scm (define-scheme-options): alphabetize, add eps-pad-boxes.
1550
1551         * scm/framework-ps.scm (dump-stencil-as-EPS): only pad boxes if
1552         eps-pad-boxes is set.
1553
1554         * scripts/lilypond-book.py (main): use -deps-pad-boxes.
1555
1556         * THANKS: update sponsors.
1557
1558         * ly/english.ly: quarter tone naming (thanks, Trevor Baca)
1559
1560         * Documentation/topdocs/NEWS.tely (Top): doc new feature.
1561
1562         * input/regression/tie-chord-untied.ly: new file.
1563
1564         * lily/tie-engraver.cc (acknowledge_note_head): check 'untied property.
1565
1566         * scm/define-music-properties.scm (all-music-properties): add
1567         'untied property.
1568
1569         * buildscripts/mutopia-index.py (allfiles): look for .ly rather
1570         than .ly.txt.
1571         (headertext_nopics): sanitize no-examples text.
1572
1573         * scm/page.scm (make-page-stencil): don't rely on extents of
1574         page-stencil. This fixes spurious space around .EPS files produced
1575         with the EPS backend.
1576
1577 2006-08-21  Han-Wen Nienhuys  <hanwen@lilypond.org>
1578
1579         * lily/stencil-scheme.cc (LY_DEFINE): make extent arguments optional.
1580
1581         * lily/hara-kiri-engraver.cc (process_music): remember
1582         keepAliveInterfaces after processing \set
1583
1584         * lily/lyric-extender.cc (print): support left/right-padding for
1585         extenders.
1586
1587         * scm/documentation-generate.scm (string-append): revert lilypond/
1588         path, doc why.
1589
1590 2006-08-20  Graham Percival  <gpermus@gmail.com>
1591
1592         * Documentation/user/lilypond.tely: clarification to
1593         license presentation (not to actual license).
1594
1595         * Documentation/user/basic-notation.itely,
1596         instrument-notation.itely: minor changes.
1597
1598         * input/ {regression, test}/+.ly: clarification to
1599         text (you can click on examples).  Thanks, Mats!
1600
1601         * input/manual/bar-lines.ly: adds ||: repeats.
1602
1603 2006-08-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
1604
1605         * make/ly-vars.make (OMF_FILES): strip ps.gz from OMF_FILES 
1606
1607         * scm/documentation-lib.scm (texi-file-head): category LilyPond.
1608
1609         * Documentation/user/lilypond.tely: strip lilypond/ from info
1610         links, rename to category LilyPond
1611
1612         * lily/pango-font.cc (description_string): new function.
1613
1614         * VERSION: release 2.9.15
1615
1616         * lily/spacing-engraver.cc (stop_translation_timestep): use
1617         Dscho's fix for spacing spanner. 
1618
1619         * scm/define-music-types.scm (music-descriptions): use
1620         apply-output-event for ApplyOutputEvent
1621
1622         * lily/output-property-engraver.cc (listen_apply_output): rename
1623         from listen_layout_instruction.
1624
1625         * lily/piano-pedal-engraver.cc (struct Pedal_type_info): new
1626         function protect()
1627
1628 2006-08-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
1629
1630         * scm/lily.scm (lilypond-all): option read-file-list: substitute
1631         commandline args with contains, split by \n.
1632
1633         * scripts/lilypond-book.py (Lilypond_file_snippet.my_system):
1634         write snippet-names file, call with -dread-file-list. Fixes
1635         command limitations on 64-bit systems.
1636
1637         * input/regression/stencil-color-rotation.ly: new file.
1638
1639         * lily/include/translator.hh (struct Acknowledge_information):
1640         revert: don't use Protected_scm in global objects, as GUILE can't
1641         handle gc_unprotect from automated destructors on MacOS X.
1642  
1643         * lily/grob.cc (get_print_stencil): use retval.expr() as base for
1644         color, not the original stencil. Fixes combinations of
1645         color/transparency/rotation. 
1646
1647         * scripts/lilypond-book.py (main): add --formats=eps for
1648         texinfo/latex.
1649
1650         * lily/spacing-engraver.cc (stop_translation_timestep): don't
1651         crash if spacing_ is nonexistent.
1652
1653 2006-08-14  Mats Bengtsson  <mabe@s3.kth.se>
1654
1655         * scripts/lilypond-book.py (output): Remove obsolete(!?)
1656         \catcode`\@=12 in the LaTeX output.
1657
1658 2006-08-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
1659
1660         * scm/define-music-types.scm (music-descriptions):
1661         use sustain-event iso. sustain-pedal-event.
1662
1663 2006-08-11  Joe Neeman  <joeneeman@gmail.com>
1664
1665         * scripts/convert-ly.py: honour the -n command-line switch
1666
1667 2006-08-10  Han-Wen Nienhuys  <hanwen@lilypond.org>
1668
1669         * scm/output-lib.scm (bar-line::calc-glyph-name): add dashed liine
1670         break specification.
1671
1672 2006-08-10  Joe Neeman  <joeneeman@gmail.com>
1673
1674         * Documentation/user: convert-ly the user manual
1675
1676 2006-08-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
1677
1678         * stepmake/aclocal.m4: version check patch (thanks MWD)
1679
1680         * ly/music-functions-init.ly: robustness. Don't crash if
1681         currentBarNumber is not a number.
1682
1683         * VERSION (PATCH_LEVEL): bump.
1684
1685 2006-08-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
1686
1687         * stepmake/aclocal.m4: better version check; handle fooX.Y
1688         binaries too.
1689
1690         * ly/performer-init.ly: instrument name fixup.
1691
1692         * input/manual/chord-names-jazz.ly (banterProperties):
1693         instrumentName update
1694
1695         * scm/define-event-classes.scm (lambda): use ly:is-listened-event-class
1696
1697         * lily/ly-module.cc (ly_module_symbols): use ly_hash_table_keys
1698
1699         * lily/translator.cc (LY_DEFINE): ly:is-listened-event-class: new
1700         function. Use hash tables to check membership.
1701
1702         * lily/general-scheme.cc (LY_DEFINE): new function.
1703
1704         * lily/piano-pedal-engraver.cc (struct Pedal_type_info): idem
1705
1706         * lily/include/translator.hh (struct Acknowledge_information): add
1707         Protected_scm
1708
1709         * ly/music-functions-init.ly: change name to BreathingEvent
1710
1711         * input/regression/*.ly: apply it.
1712
1713         * python/convertrules.py (conv): better instrumentName conversion
1714         rule.
1715
1716         * scm/define-music-types.scm (music-descriptions): add
1717         line-break-event to LineBreakEvent music
1718
1719         * lily/music.cc (to_event): don't crash if music type not set.
1720
1721         * lily/spacing-loose-columns.cc (set_loose_columns): don't barf if
1722         spacing not set.
1723
1724         * lily/spacing-engraver.cc (stop_translation_timestep): set
1725         spacing for proportional notation too.
1726
1727         * scm/translation-functions.scm (format-bass-figure): inspect
1728         stream-event.
1729
1730         * scripts/lilypond-book.py (bindir): add bindir to $PATH.
1731
1732 2006-08-08  Joe Neeman  <joeneeman@gmail.com>
1733
1734         * lily/include/constrained-breaking.hh: add Line_details (Prob*)
1735
1736         * scm/page.scm (make-page): make it friendlier to call (esp. from C++)
1737
1738         * scm/layout-page-layout.scm (make-page-from-systems): new function
1739         (optimal-page-breaks): use the new page-breaking calling convention
1740
1741         * scm/define-context-properties.scm (all-user-translation-properties):
1742         add revokePageTurns
1743
1744         * lily/paper-column-engraver.cc (stop_translation_timestep): add
1745         revokePageTurns  functionality. If there is a special barline within
1746         the breakable region, break there instead of at the end of the region.
1747
1748         * lily/paper-book.cc (pages): use the new page-breaking calling
1749         convention
1750
1751 2006-08-07  Erik Sandberg  <mandolaerik@gmail.com>
1752
1753         * lily/lexer.ll, lily/source-file.cc: Add \sourcefileline command
1754
1755         * scripts/lilypond-book.py: insert \sourcefileline command in
1756         output, so lilypond error messages refer to the spot in the
1757         original .lytex / .itely sourcefile.
1758
1759 2006-08-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
1760
1761         * lily/spacing-loose-columns.cc (set_loose_columns): oops: use
1762         space to next column for distance to fixed col.
1763
1764         * VERSION (PACKAGE_NAME): release 2.9.14
1765
1766         * lily/pitched-trill-engraver.cc (make_trill): do set_parent also
1767         if no accidental.
1768
1769         * lily/accidental-engraver.cc (process_acknowledged): don't create
1770         accidental for trill span event. This fixes spurious accidentals
1771         on trills.
1772
1773 2006-08-04  Mats Bengtsson  <mabe@s3.kth.se>
1774
1775         * scm/define-grob-properties.scm (all-user-grob-properties):
1776         Clarify documentation of side-axis and direction. Thanks to Paul
1777         for the inspiration.
1778
1779         * lily/bar-line.cc: Add documentation for "||:" also in the
1780         interface documentation.
1781
1782 2006-08-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
1783
1784         * lily/spacing-loose-columns.cc (set_loose_columns): bugfix.
1785
1786         * lily/paper-column.cc (set_system): new function.
1787
1788         * lily/spacing-engraver.cc (stop_translation_timestep): store
1789         SpacingSpanner refs in Paper_column.
1790
1791         * lily/spacing-loose-columns.cc (set_loose_columns): rewrite
1792         compute loose clique spacing using GraceSpacing/SpacingSpanner.
1793
1794 2006-08-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
1795
1796         * lily/beam-engraver.cc (listen_beam): add method for
1797         Grace_beam_engraver too.
1798
1799 2006-08-03  Mats Bengtsson  <mabe@s3.kth.se>
1800
1801         * python/convertrules.py: Fix indentation bug that broke
1802         conversion of files older than 1.3.117.
1803         Fix escape error in the description for 2.9.6.
1804
1805 2006-08-02  Erik Sandberg  <mandolaerik@gmail.com>
1806
1807         * lily/*-engraver.cc: convert all try_music functions to listen_*
1808         functions.
1809
1810         * lily/piano-pedal-engraver.cc: some additional cleanups: use
1811         enums to represent pedal types, and calculate more data statically.
1812
1813         * scm/part-combiner.scm (recording-group-emulate): create a
1814         softcoded substitute for recording-group-engraver.cc.
1815
1816         * lily/music.cc: make a common transpose function for events and
1817         music
1818
1819         * ly/declarations-init.ly: change melisma/melismaEnd. Eliminates
1820         ManualMelismaEvent, and obsoletes Melisma_translator.
1821
1822 2006-08-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
1823
1824         * input/test/instrument-name-align.ly: update version.
1825
1826 2006-08-02  Mats Bengtsson  <mabe@s3.kth.se>
1827
1828         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
1829         Doc the --pdf flag to lilypond-book.
1830
1831 2006-07-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
1832
1833         * Documentation/topdocs/NEWS.tely (Top): add description.
1834
1835         * input/regression/tuplet-full-length-note.ly: add file.
1836
1837         * lily/instrument-name-engraver.cc (acknowledge_axis_group):
1838         always store axis group.
1839
1840 2006-07-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
1841
1842         * input/regression/instrument-switch.ly: new file.
1843
1844         * lily/instrument-switch-engraver.cc (process_music): new file.
1845
1846         * ly/engraver-init.ly: add Instrument_switch_engraver
1847
1848         * ly/music-functions-init.ly: \instrumentSwitch
1849
1850         * scm/define-context-properties.scm
1851         (all-user-translation-properties): add instrumentCueName
1852
1853         * scm/define-grobs.scm (all-grob-descriptions): add InstrumentSwitch
1854
1855 2006-07-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
1856
1857         * ly/music-functions-init.ly: music function \transposition.
1858
1859         * lily/parser.yy (command_element): softcode \transposition.
1860
1861         * lily/fall-engraver.cc (process_music): delta-pitch -> delta-step.
1862         (process_music): oops.
1863
1864         * lily/instrument-name-engraver.cc (start_spanner): new
1865         function. Create spanner when property changes.
1866         (stop_spanner): new function.
1867
1868         * python/convertrules.py (conv): add rule.
1869
1870         * lily/instrument-name-engraver.cc: shortVocalName iso. vocNam,
1871         shortInstrumentName iso. instr.
1872
1873         * scm/output-ps.scm (dashed-line): add phase argument to
1874         dashed-line.
1875
1876         * lily/bar-line.cc (dashed_bar_line): new function.
1877         (compound_barline): support \bar "dashed". 
1878
1879         * lily/lily-parser-scheme.cc (LY_DEFINE): only write
1880         --output=DIR to DIR/BASE if it is a dir. 
1881
1882         * flower/file-name.cc (file_part): new function
1883         (dir_part): new function
1884
1885         * lily/lily-parser-scheme.cc (LY_DEFINE): 
1886
1887         * DEDICATION: update
1888
1889 2006-07-25  Han-Wen Nienhuys  <hanwen@lilypond.org>
1890
1891         * lily/instrument-name-engraver.cc: formatting.
1892
1893         * python/convertrules.py (conv): bugfix for \epsfile.
1894
1895 2006-07-25  Joe Neeman  <joeneeman@gmail.com>
1896
1897         * lily/grob.cc:
1898         
1899         * lily/gourlay-breaking.cc: Oops, these should have been included
1900         in my last commit
1901
1902 2006-07-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
1903
1904         * scripts/*.py (program_name): cleanup relocation snippets.
1905
1906         * scripts/convert-ly.py (datadir): remove LILYPONDPREFIX support.
1907
1908 2006-07-24  Joe Neeman  <joeneeman@gmail.com>
1909
1910         * scm/define-grobs.scm (all-grob-descriptions): make NonMusicalPaperColumn
1911         page-breakable by default
1912
1913         * scm/layout-page-layout.scm (space-systems): fix bug where the force isn't
1914         correctly calculated for a single-system page
1915
1916         * scm/lily-library.scm (interval-sane?): also check that the first number is no
1917         bigger than the second number
1918
1919         * lily/simple-spacer.cc (solve): allow compression even when ragged (but we
1920         acknowledge that we aren't satisfying constraints)
1921
1922         * lily/hara-kiri-group-spanner.cc (request_suicide): give equal treatment to
1923         non-Items
1924
1925         * lily/grob.cc (pure_height): add minimum-Y-extent
1926
1927         * lily/gourlay-breaking.cc (solve): don't ignore a compression force, even if we're
1928         ragged
1929
1930         * lily/constrained-breaking.cc: convert code to use new Matrix class
1931         (get_best_solution): new function
1932
1933         * scm/page.scm (make-page-stencil): don't crash if we annotate-layout when there
1934         is a page with no systems
1935
1936 2006-07-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
1937
1938         * VERSION (PACKAGE_NAME): release 2.9.13
1939
1940         * scm/define-grobs.scm (all-grob-descriptions): remove stray
1941         assignment.
1942
1943 2006-07-21  Han-Wen Nienhuys  <hanwen@lilypond.org>
1944
1945         * Documentation/topdocs/NEWS.tely (Top): doc new features.
1946
1947         * scm/output-lib.scm (grace-spacing::calc-shortest-duration): new
1948         function.
1949
1950         * scm/define-grob-properties.scm (all-user-grob-properties):
1951         remove grace-space-factor.
1952
1953         * scm/define-grob-interfaces.scm (grace-spacing-interface): add
1954         grace-spacing-interface
1955         (spacing-options-interface): add.
1956
1957         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add Grace_spacing_engraver
1958
1959         * lily/spacing-options.cc (get_duration_space): move function from spacing-basic.cc
1960
1961         * lily/spacing-basic.cc (note_spacing): do init_from_grob on
1962         GraceSpacing object.
1963
1964         * lily/note-spacing.cc: fix prop list formatting
1965
1966         * lily/beaming-pattern.cc (de_grace): new function. Sensible
1967         beaming for grace notes too.
1968
1969         * input/regression/spacing-grace.ly: update.
1970
1971         * lily/grace-spacing-engraver.cc: new file.
1972
1973         * lily/spacing-spanner.cc: add strict-grace-spacing.
1974
1975 2006-07-20  Graham Percival  <gpermus@gmail.com>
1976
1977         * lily/parser.yy: compile fix.
1978
1979 2006-07-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
1980
1981         * scm/define-grobs.scm (all-grob-descriptions): typo.
1982
1983         * scm/framework-eps.scm (dump-stencils-as-EPSes): just strip
1984         .eps extension from includegraphics.
1985
1986         * scripts/lilypond-book.py (main): add support for --pdf. 
1987
1988         * lily/spacing-spanner.cc (calc_common_shortest_duration): use
1989         callback to compute common shortest duration.
1990         (set_springs): typo.
1991
1992         * scm/define-grob-properties.scm (all-user-grob-properties): add
1993         strict-grace-spacing.
1994
1995         * lily/spacing-determine-loose-columns.cc (is_loose_column):
1996         support float_grace_columns_.
1997
1998         * lily/spacing-options.cc (init_from_grob): new file.
1999
2000         * Documentation/topdocs/NEWS.tely (Top): doc tupletFullLengthNote.
2001
2002         * input/regression/spacing-loose-grace.ly: new file.
2003
2004         * Documentation/topdocs/NEWS.tely (Top): document new feature.
2005
2006         * lily/tuplet-engraver.cc (struct Tuplet_description): read
2007         tupletFullLengthNote too. Choose right bound depending on value.
2008
2009         * input/regression/tuplet-full-length-note.ly: new file.
2010
2011 2006-07-19  Erik Sandberg  <mandolaerik@gmail.com>
2012
2013         * lily/*-performer.cc: Converted try_music to listen_*
2014
2015         * lily/grob-info.cc, lily/engraver.cc: represent the cause of grob
2016         as a stream-event internally. Introduce event_cause (), deprecate
2017         music_cause ().
2018
2019         * scm/define-music-types.scm: Removed BusyPlayingEvent
2020         
2021 2006-07-19  Mats Bengtsson  <mabe@s3.kth.se>
2022
2023         * Documentation/user/advanced-notation.itely (Font selection):
2024         Document how to get a list of available fonts using 'lilypond
2025         -dshow-available-fonts blabla'.
2026
2027 2006-07-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
2028
2029         * GNUmakefile.in: filter lily-XXX.pdf files.
2030
2031         * scm/define-grob-interfaces.scm (bend-after-interface): add thickness.
2032
2033         * scm/define-grob-properties.scm (all-internal-grob-properties):
2034         remove delta-pitch. Use delta-position everywhere.
2035
2036         * scm/output-lib.scm (fall::print): use new order.
2037
2038         * scm/output-ps.scm (path): reorder arguments.
2039
2040         * scm/output-svg.scm (path): support for path primitive.
2041
2042         * input/regression/bend-after.ly: new file.
2043
2044         * Documentation/user/GNUmakefile ($(outdir)/%.pdf): foolproof
2045         recipe for eps -> pdf conversion.
2046
2047 2006-07-19  Erik Sandberg  <mandolaerik@gmail.com>
2048
2049         * lily/parser.yy, lily/lexer.ll: added some simplifications by
2050         Angelo Contardi.
2051
2052 2006-07-19  Graham Percival  <gpermus@gmail.com>
2053
2054         * input/manual/screech-boink.ly: moved to here.
2055
2056         * input/screech-boink.ly: deleted.
2057
2058         * scm/define-grob-properties.scm: clarify doc string.
2059
2060 2006-07-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
2061
2062         * Documentation/topdocs/NEWS.tely (Top): doc new feature.
2063
2064         * scm/output-ps.scm (path): define path.
2065
2066         * scm/define-stencil-commands.scm
2067         (ly:register-stencil-expression): add path.
2068
2069         * scm/define-music-properties.scm (all-music-properties): add delta-pitch.
2070
2071         * ly/engraver-init.ly: add Fall_engraver
2072
2073         * lily/parser.yy (music_function_event): allow musicfunction
2074         without music arg as music_function_event.
2075
2076         * lily/grob-scheme.cc (LY_DEFINE):
2077         ly:grob-robust-relative-extent. New function.
2078
2079         * scm/define-grobs.scm (all-grob-descriptions): add BendAfter
2080
2081         * scm/define-music-types.scm (music-descriptions): add BendAfterEvent.
2082
2083         * scm/output-lib.scm (fall::print): new function
2084
2085         * lily/fall-engraver.cc (stop_fall): new file.
2086
2087         * ly/music-functions-init.ly: alphabetise.
2088
2089         * Documentation/user/GNUmakefile (OUT_PNG_IMAGES): pdf iso. eps as
2090         base.
2091
2092 2006-07-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
2093
2094         * VERSION (PATCH_LEVEL): bump version. Release 2.9.12
2095
2096         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
2097         doc pdftex usage.
2098
2099         * lily/translator-group.cc (connect_to_context): non const error message.
2100
2101         * Documentation/user/GNUmakefile ($(outdir)/%.pdf): update to use PDF
2102
2103         * scm/paper.scm (internal-set-paper-size): define landscape to #f
2104         if unset.
2105
2106         * scm/framework-ps.scm (convert-to-pdf): swap h and w in case of landscape. 
2107
2108         * stepmake/stepmake/texinfo-rules.make: strip DVI support.
2109
2110         * scm/framework-eps.scm (dump-stencils-as-EPSes): generate
2111         systems.pdftex too.
2112
2113         * scm/backend-library.scm (postscript->pdf): use -dEPSCrop for PDF.
2114
2115         * make/lilypond-vars.make (TEXINPUTS): add pdf output format.
2116
2117         * Documentation/topdocs/NEWS.tely (Top): add pdftex note.
2118
2119         * scm/output-ps.scm (resetrotation): use gsave/grestore for rotation.
2120
2121         * lily/main.cc (parse_argv): don't overwrite previous --formats string.
2122
2123         * scm/backend-library.scm (postscript->pdf): strip .eps too. 
2124
2125 2006-07-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2126
2127         * scm/layout-page-layout.scm: Define module, tidy code, use more
2128         functions iso. a single big one.
2129
2130         * scm/layout-page-dump.scm: move page dump functions used in two
2131         pass spacing to this file. Define module.
2132
2133         * scm/lily.scm (ly:load): don't load layout-page-layout.scm
2134          (separate module)
2135
2136         * ly/paper-defaults.ly: use module layout-page-layout.
2137
2138 2006-07-14  Erik Sandberg  <mandolaerik@gmail.com>
2139
2140         * lily/music.cc: Revised MusicEvent event class. It now contains
2141         event data directly instead of encapsulating it in music. The
2142         previously used class is renamed to OldMusicEvent.
2143
2144         * lily/stream-event.cc: Stream events are now probs.
2145         
2146         * lily/translator-group.cc, lily/translator.cc: Translators can
2147         now listen directly to stream events, by using macros
2148         [DECLARE,IMPLEMENT]_TRANSLATOR_LISTENER.
2149
2150         * lily/arpeggio-engraver.cc: Converted to use new event system
2151
2152         * THANKS: Corrected spelling mistake.
2153
2154 2006-07-12  Graham Percival  <gpermus@gmail.com>
2155
2156         * Documentation/user/SConscript, make/lilypond-vars.make,
2157         input/GNUmakefile: doc build looks in input/manual instead
2158         of input/test/
2159
2160         * input/manual/ GNUmakefile, SConscript: build files for
2161         input/manual/
2162
2163         * input/test/ various: some files moved to input/manual/ 
2164
2165         * Documentation/user/basic-notation.itely: small updates;
2166         thanks Kieren and Charles!
2167
2168 2006-07-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
2169
2170         * VERSION (PACKAGE_NAME): release 2.9.11
2171
2172         * Documentation/topdocs/NEWS.tely (Top): update prop value 
2173
2174         * Documentation/user/basic-notation.itely (Tuplets): new property
2175         value.
2176
2177 2006-07-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
2178
2179         * python/convertrules.py (conv): tweaks. 
2180
2181         * VERSION (PATCH_LEVEL): bump version.
2182
2183         * python/convertrules.py (conv): add rule for
2184         tupletNumberFormatFunction.
2185
2186         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
2187         tupletNumberFormatFunction.
2188
2189         * scm/define-grobs.scm (all-grob-descriptions): calc TupletNumber
2190         text through 'text callback.
2191
2192         * lily/time-scaled-music-iterator.cc (construct_children): copy
2193         tweaks generated events.
2194
2195         * scm/define-context-properties.scm
2196         (all-user-translation-properties): remove tupletNumberFormatFunction
2197
2198         * lily/tuplet-engraver.cc (process_music): don't read
2199         tupletNumberFormatFunction
2200
2201         * scm/output-lib.scm (tuplet-number::calc-fraction-text): new
2202         function.
2203
2204 2006-07-11  Erik Sandberg  <mandolaerik@gmail.com>
2205
2206         * lily/global-context-scheme.cc: Separated ly:run-translator into
2207         smaller pieces.
2208
2209         * lily/score-engraver.cc, lily/score-performer.cc,
2210         scm/define-context-properties.scm: Make paper/midi output
2211         accessable as a context property.
2212
2213         * lily/score-translator.cc, lily/score-context.cc: Removed.
2214
2215 2006-07-07  Guido Amoruso  <guidonte@katamail.com>
2216
2217         * scm/ps-to-png.scm (Module): 
2218         * scm/framework-tex.scm (Module): 
2219         * scm/framework-ps.scm (Module): 
2220         * scm/backend-library.scm (Module): 
2221         * scm/framework-ps.scm: invoke gs with "-dDEVICEWIDTHPOINTS" and
2222         "dDEVICEHEIGHTPOINTS".
2223
2224 2006-07-04  Graham Percival  <gpermus@gmail.com>
2225
2226         * Documentation/user/ various: general improvements to
2227         "working with lilypond files" section.
2228
2229 2006-07-03  Erik Sandberg  <mandolaerik@gmail.com>
2230
2231         * lily/sequential-iterator.cc: Change the default get_music_list
2232         to read elements-callback music property
2233
2234         * scm/define-music-types.scm, scm/music-functions.scm: Cleaner
2235         processing of multimeasure rests. Softcoded
2236         sequential-music-iterator.
2237
2238         * lily/sequential-music-iterator.cc: Removed.
2239
2240 2006-06-28  Graham Percival  <gpermus@gmail.com>
2241
2242         * Documentation/user/basic-notation.itely: clarify \repeatTie.
2243
2244 2006-06-27  Erik Sandberg  <mandolaerik@gmail.com>
2245
2246         * lily/parser.yy: Wrap non-post-events in EventChords before
2247         assigning them to identifiers.
2248
2249 2006-06-27  Mats Bengtsson  <mabe@s3.kth.se>
2250
2251         * lily/bar-line.cc (compound_barline): Fix parenthesis error,
2252         gives correct vertical placement of \bar ":" in all staff
2253         sizes. Thanks Martial!
2254
2255 2006-06-26  Graham Percival  <gpermus@gmail.com>
2256
2257         * Documentation/user/invoking.itely : minor update from mailist.
2258
2259 2006-06-26  Erik Sandberg  <mandolaerik@gmail.com>
2260
2261         * lily/ various: Introduce stream events of types Prepare,
2262         OneTimeStep, CreateContext, AnnounceNewContext, RemoveContext,
2263         ChangeContext, SetProperty, RevertProperty, Override and Revert.
2264
2265         * lily/global-context*.cc: Time is now -inf before iteration
2266         starts.
2267
2268         * lily/include/context.hh: Removed unique_, init_
2269
2270         * Documentation/topdocs/NEWS: Make the feathered beam example
2271         avoid triggering a bug.
2272
2273 2006-06-24  Graham Percival  <gpermus@gmail.com>
2274
2275         * Documentation/user/ various: small additions from mailist.
2276
2277 2006-06-22  Mats Bengtsson  <mabe@s3.kth.se>
2278
2279         * ly/performer-init.ly: Add some missing links in the context
2280         hierarchy for MIDI output. There are probably some more missing!
2281
2282 2006-06-21  Graham Percival  <gpermus@gmail.com>
2283
2284         * Documentation/user/ various: minor spelling fixes;
2285         thanks Dave Luttinen!
2286
2287         * Documentation/user/ various: small clarifications;
2288         thanks Anthony Youngman!
2289
2290 2006-06-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
2291
2292         * po/fr.po: add \n appropriately.
2293
2294         * lily/lexer.ll: remove ? from version-seen?  
2295
2296 2006-06-19  John Mandereau  <john.mandereau@free.fr>
2297
2298         * po/fr.po; update translation, by Jean-Charles Malahieude and
2299         John Mandereau.
2300
2301 2006-06-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
2302
2303         * THANKS: add Markus Schneider.
2304
2305         * lily/tab-staff-symbol-engraver.cc: derive from Engraver, not
2306         Staff_symbol_engraver
2307
2308         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): don't
2309         replace staff_engraver
2310
2311         * lily/staff-symbol-engraver.cc (stop_spanner): announce end of
2312         spanner.
2313
2314         * lily/staff-collecting-engraver.cc
2315         (acknowledge_end_staff_symbol): new function
2316
2317         * lily/volta-engraver.cc (acknowledge_end_staff_symbol): new function. 
2318
2319         * lily/staff-collecting-engraver.cc
2320         (acknowledge_end_staff_symbol): new function.
2321
2322         * lily/main.cc: switch on relocation by default.
2323
2324 2006-06-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
2325
2326         * lily/spacing-spanner.cc (musical_column_spacing): set
2327         compound_fixed_note_space to 0.0. Document why.
2328
2329         * lily/simple-spacer.cc (is_sane): also have a kludge for numeric
2330         range of inverse_hooke_
2331         (Simple_spacer): init completely.
2332         (fits): const
2333         (get_line_configuration): don't use cols.resize(); it introduces
2334         initialized data.
2335
2336         * scm/framework-ps.scm (dump-page): add setstrokeadjust. 
2337
2338         * ps/music-drawing-routines.ps: remove selectfont L1 hack.
2339
2340         * lily/beaming-pattern.cc (best_splitpoint_index): urg, 2nd
2341         try. Divide by beatlength.
2342
2343         * input/regression/beaming-ternary-metrum.ly: update doc.
2344         add beatLength hack.
2345
2346         * scm/music-functions.scm (make-time-signature-set): add
2347         standard-beat-grouping. 
2348
2349 2006-06-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
2350
2351         * input/regression/tie-whole.ly: new file.
2352
2353         * lily/tie-formatting-problem.cc (set_column_chord_outline): don't
2354         cross center of note head in case of invisible stem. 
2355
2356 2006-06-16  Graham Percival  <gpermus@gmail.com>
2357
2358         * Documentation/user/ various: small fixes from mailist.
2359
2360 2006-06-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
2361
2362         * lily/breathing-sign.cc (offset_callback): idem.
2363
2364         * lily/align-interface.cc (align_to_fixed_distance): remove
2365         hungarian suffix.
2366
2367         * lily/beaming-pattern.cc (count_factor_twos): oops. We want
2368         x%2==0.
2369
2370 2006-06-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
2371
2372         * VERSION (PACKAGE_NAME): release 2.9.9
2373
2374         * ly/lilypond-book-preamble.ly: add \version
2375
2376 2006-06-14  Han-Wen Nienhuys  <hanwen@lilypond.org>
2377
2378         * scripts/lilypond-book.py (PREAMBLE_LY): include
2379         lilypond-book-preamble.ly
2380
2381         * lily/stem.cc (get_beaming): return max of 0 and
2382         scm_ilength. Fixes slurring from/to beams.
2383
2384         * ly/lilypond-book-preamble.ly: new file.
2385
2386         * lily/slur.cc: add inspect-index feature.
2387
2388 2006-06-13  Graham Percival  <gpermus@gmail.com>
2389
2390         * Documentation/user/tutorial.itely: trivial fix.
2391
2392 2006-06-13  Erik Sandberg  <mandolaerik@gmail.com>
2393
2394         * lily/parser.yy, scm/ly-syntax-constructors.scm: Produce almost
2395         all non-event music in the parser via MAKE_SYNTAX.
2396
2397         * lily/parser-scheme.cc: Add ly:parser-error function
2398
2399         * scm/paper.scm: fix typo
2400
2401 2006-06-13  Han-Wen Nienhuys  <hanwen@lilypond.org>
2402
2403         * THANKS: add RT.
2404
2405         * lily/font-config.cc (init_fontconfig): add warning if cache_file
2406         is null.
2407
2408         * buildscripts/output-distance.py (test_compare_signatures):
2409         timing routines.
2410         (read_signature_file): use new signature format.
2411
2412         * scm/stencil.scm (write-system-signature): simpler signature
2413         format.
2414
2415         * lily/stem.cc (calc_stem_end_position): calc quantized-positions
2416         for beamed case. 
2417
2418         * lily/note-spacing.cc (stem_dir_correction): don't inspect
2419         stem_end_position, but estimate instead. 
2420
2421         * lily/tuplet-bracket.cc (calc_positions): look at
2422         stem-end-position for tuplet bracket slope. Fixes sloped tuplet
2423         brackets narrower than beams. 
2424
2425         * lily/lexer.ll: set version-seen? even if version is
2426         INVALID. 
2427
2428         * lily/rest.cc (y_offset_callback): bugfix: decide position
2429         override based on scm_is_number(). Fixes \rest on center staff
2430         line. 
2431
2432         * lily/beaming-pattern.cc (best_splitpoint_index): fix beaming
2433         patterns for 16th triplets.
2434
2435 2006-06-10  Graham Percival  <gpermus@gmail.com>
2436
2437         * Documentation/user/ page.itely, global.itely: editing
2438         and reorg.
2439
2440         * Documentation/user/ various: findex -> funindex.
2441
2442 2006-06-10  Erik Sandberg  <mandolaerik@gmail.com>
2443
2444         * lily/time-scaled-music-iterator.cc: Use tupletSpannerDuration to
2445         insert extra tuplet events.
2446
2447 2006-06-10  Graham Percival  <gpermus@gmail.com>
2448
2449         * Documentation/user/programming-interfaces.itely: add
2450         info from NEWS.
2451
2452         * python/convertrules.py: add annotatefoo -> annotate-foo
2453         rules.
2454
2455         * Documentation/user/global.itely: start editing.
2456
2457         * Documentation/user/page.itely: major editing, new spacing
2458         docs.
2459
2460 2006-06-10  Han-Wen Nienhuys  <hanwen@lilypond.org>
2461
2462         * scm/define-markup-commands.scm (wordwrap-markups): use
2463         output-def 'line-width if undefined.
2464
2465         * HACKING: trim outdated info.
2466
2467 2006-06-09  Mats Bengtsson  <mabe@s3.kth.se>
2468
2469         * scm/define-grobs.scm (all-grob-descriptions): Add
2470         line-spanner-interface to all grobs that already have
2471         text-spanner-interface or dynamic-text-spanner-interface
2472
2473         * scm/page.scm: Rename annotate{headers,systems,page}->
2474         annotate-*
2475
2476         * input/regression/page-spacing.ly,
2477         input/regression/page-layout-manual-position.ly: idem
2478
2479 2006-06-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
2480
2481         * lily/line-spanner.cc: cleanup property list.
2482
2483         * scripts/lilypond-book.py (find_toplevel_snippets): don't use
2484         generator expressions (2.3 compat). 
2485
2486 2006-06-09  Mats Bengtsson  <mabe@s3.kth.se>
2487
2488         * lily/vertical-align-engraver.cc: Make sure that the
2489         align{Above,Below}Context properties are included in the automatic
2490         documentation.
2491
2492 2006-06-08  Joe Neeman  <joeneeman@gmail.com>
2493
2494         * scm/paper-system.scm (paper-system-annotate): also annotate the
2495         estimated pure-Y-extent
2496
2497         * scm/define-grobs.scm: add pure-Y-extent and pure-Y-offset functions
2498
2499         * lily/system.cc (break_into_pieces): set the estimated height
2500         of each child system
2501
2502         * lily/stem.cc (pure_height): new pure-Y-extent callback
2503
2504         * lily/staff-symbol-referencer.cc (callback): don't destroy
2505         the staff-position property
2506
2507         * lily/hara-kiri-group-spanner.cc (request_suicide): split
2508         consider_suicide into two functions
2509
2510         * lily/constrained-breaking.cc (resize): use the new pure
2511         callbacks to estimate the height of a system
2512
2513         * lily/axis-group-interface.cc (pure_group_height): new
2514         side-effect-free VerticalAxisGroup height-callback
2515
2516         * lily/align-interface.cc (get_extents_aligned_translates):
2517         split align_elements_to_extents into two functions
2518         (get_pure_child_y_translation): new function
2519
2520         * lily/grob.cc: new functions for pure-Y-extent and pure-Y-offset
2521
2522         * lily/item.cc: new functions pure_is_visible and spanned_rank_iv
2523
2524         * lily/paper-score.cc: cache break_indices and columns
2525
2526         * lily/side-position-interface.cc: new pure-Y-extent callbacks
2527         
2528 2006-06-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
2529
2530         * lily/font-config.cc (init_fontconfig): do the init if
2531         cache_file, but don't look at cache_file.
2532
2533         * input/regression/quote-tie.ly: new file.
2534
2535         * lily/tie-engraver.cc (struct Head_event_tuple): add end_moment_
2536         to Head_event_tuple, so we deal gracefully with ties on
2537         cue-endings.
2538
2539         * lily/pango-font.cc (pango_item_string_stencil): type correctness
2540         for FcChar8*
2541
2542 2006-06-08  Graham Percival  <gpermus@gmail.com>
2543
2544         * input/test/ smart-transpose.ly, reverse-music.ly:
2545         \applyMusic to music functions update, thanks Michael!
2546
2547 2006-06-07  Graham Percival  <gpermus@gmail.com>
2548
2549         * input/test/ add-staccato.ly, add-text-script.ly,
2550         unfold-all-repeats.ly, music-box.ly: \applyMusic to
2551         music functions update, thanks to Michael Meixner.
2552
2553         * Documentation/user/music-glossary.tely: small fix
2554         from Francisco.
2555
2556         * Documentation/user/ various: minor additions from mailist.
2557
2558         * Documentation/user/lilypond.tely, basic-notation.itely:
2559         small test of @funindex.  (works here)
2560
2561         * input/test/font-table.ly: reduce size to partially
2562         de-ugly version in manual.
2563
2564         * Documentation/user/page.itely: new file (split former
2565         "global issues" into "page settings" and "non-musical
2566         output".
2567
2568         * Documentation/user/ various: fix @ref{}s to match
2569         new chapter names (above).
2570
2571 2006-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2572
2573         * SConstruct (LILYPONDPREFIX): Bootstrap fix.
2574
2575 2006-06-06  Graham Percival  <gpermus@gmail.com>
2576
2577         * Documentation/user/advanced-notation.itely: add example
2578         for segno/coda on barline.
2579
2580         * tex/texinfo.tex: merge from upstream.
2581
2582 2006-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
2583
2584         * scripts/lilypond-book.py (process_snippets): Argument fix.
2585
2586         * SConstruct:
2587         * buildscripts/builder.py:
2588         * lily/SConscript: 
2589         * mf/SConscript: 
2590         * Documentation/user/SConscript:  More SCons fixes.
2591
2592 2006-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2593
2594         * lily/font-config.cc (init_fontconfig): Only initialize if
2595         global cache_file is found.
2596
2597 2006-06-06  Erik Sandberg  <mandolaerik@gmail.com>
2598
2599         * ly/music-functions-init.ly: Updated \overrideProperty to use the
2600         new \applyOutput.
2601
2602 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
2603
2604         * VERSION (PACKAGE_NAME): release 2.9.8
2605
2606         * lily/ledger-line-engraver.cc (stop_translation_timestep): new
2607         function. Delay ledger modifying ledgered grobs to
2608         stop_translation_timestep(), to ensure that we're ledgering
2609         according to the new spanner.
2610         (acknowledge_staff_symbol): don't check for non-NULL
2611         staff_sym->get_bound()
2612
2613         * lily/staff-symbol-engraver.cc (start_spanner): set left bound on
2614         creation.
2615
2616         * Documentation/pictures/GNUmakefile (XPM_FILES): src-wildcard for
2617         pictures too.
2618
2619         * GNUmakefile.in (dist-toplevel-txt-files): dist aclocal.m4
2620         directly from srcdir/stepmake/aclocal.m4
2621         
2622         * Documentation/misc/GNUmakefile (TEXTS): use src-wildcard for
2623         disting MISC files.
2624
2625         * lily/simple-spacer.cc (get_column_desc): desc -> description.
2626
2627 2006-06-06  Joe Neeman  <joeneeman@gmail.com>
2628
2629         * lily/simple-spacer.cc (get_line_configuration): add
2630         keep-inside-line rods
2631         (struct Column_desc): add constructor
2632         (struct Rod_desc): add constructor
2633         (get_line_forces): check for forced page breaks here too
2634
2635         * lily/instrument-name-engraver.cc (acknowledge_axis_group): prevent
2636         support/elements cycles between InstrumentNames and AxisGroups
2637
2638 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
2639
2640         * config.make.in (METAFONT): remove MAKEINFO_VERSION
2641
2642         * stepmake/stepmake/topdocs-targets.make (make-txt-files): define
2643         make-txt-files target.
2644
2645         * stepmake/stepmake/toplevel-targets.make (do-top-doc): use
2646         make-txt-files target.
2647
2648         * configure.in (LINK_GXX_STATICALLY): $srcdir for readlink.py
2649
2650         * stepmake/stepmake/generic-vars.make (distdir): create dist in
2651         top-build-dir.
2652
2653 2006-06-06  Jürgen Reuter  <reuter@ipd.uka.de>
2654
2655         * Documentation/user/instrument-notation.itely,
2656         input/regression/breathing-sign-ancient.ly,
2657         input/test/divisiones.ly: Removed redundant property settings for
2658         vaticana contexts.
2659
2660         * ly/gregorian-init.ly: Rewrote \versus and \responsum in order to
2661         fix lyrics alignment problems.  They are implemented now as scheme
2662         functions that add the appropriate unicode char to the first lyric
2663         event rather than adding a separate lyric event.  Minor edit of
2664         comments.
2665
2666 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
2667
2668         * GNUmakefile.in (dist-toplevel-txt-files): new target. Don't
2669         pollute src dir with built .txt files, but install directly from
2670         Documentation/topdocs/out/
2671
2672         * buildscripts/output-distance.py
2673         (ComparisonData.create_html_result_page): put version/directories
2674         in table header.
2675
2676         * Documentation/topdocs/NEWS.tely (Top): document spacing section
2677         feature.
2678
2679         * configure.in (LINK_GXX_STATICALLY): use readlink.py to resolve links.
2680         Patch by Karl Hammar
2681         
2682         * buildscripts/readlink.py: add  file.
2683         Patch by Karl Hammar
2684
2685 2006-06-06  Joe Neeman  <joeneeman@gmail.com>
2686
2687         * lily/tuplet-number.cc (print): prevent stencil from being
2688         garbage collected.
2689
2690 2006-06-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
2691
2692         * scm/stencil.scm (write-system-signature): explicitly 
2693         -well, superfluously- close output port.
2694
2695         * buildscripts/output-distance.py (main): oops. Add extra argument.
2696
2697 2006-06-05  Graham Percival  <gpermus@gmail.com>
2698
2699         * Documentation/user/music-glossary.tely: clarified example
2700         from Francisco Vila, thanks!
2701
2702 2006-06-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
2703
2704         * input/regression/spacing-section.ly: new file.
2705
2706         * lily/input.cc (programming_error): new function.
2707
2708         * lily/spacing-engraver.cc (try_music): new function. Accept
2709         spacing-section-event
2710
2711         * lily/spacing-spanner.cc (set_springs): take slices of all
2712         columns for spacing.
2713
2714         * lily/include/paper-column.hh (class Paper_column): add
2715         Paper_column::compare.
2716
2717         * ly/spanners-init.ly (newSpacingSection): add newSpacingSection.
2718
2719         * scm/define-music-types.scm (music-descriptions): add
2720         SpacingSectionEvent
2721
2722         * lily/music-iterator.cc (report_event): use programming_error for
2723         sending non-event error.
2724
2725         * lily/input.cc (programming_error): new function
2726
2727         * buildscripts/output-distance.py (main): use compare-XXX for
2728         compare files.
2729         (main): --threshold option, default at 0.30
2730
2731         * output-distance.py (main): add --threshold option.
2732
2733 2006-06-04  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2734
2735         * scm/paper-system.scm (paper-system-annotate): fix problem when
2736         annotating an empty system
2737
2738 2006-06-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
2739
2740         * GNUmakefile.in: reinstate old web tar/copying.
2741
2742 2006-06-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
2743
2744         * lily/lyric-combine-music-iterator.cc (find_voice): return 0 if
2745         nothing changes. (Erik S) 
2746
2747         * lily/percent-repeat-iterator.cc (get_music_list): fix repeat
2748         count. (Erik S)
2749
2750 2006-05-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2751
2752         * scm/define-markup-commands.scm (whiteout): do not force
2753         foreground color of argument markup to black.
2754
2755         * scm/stencil.scm (annotate-y-interval): put arrow dimension at
2756         the left of the arrow, instead of below the arrow name, so that,
2757         when two little arrows are vertically stacked, their dimensions
2758         and name should not overlap. Add a color key parameter.
2759
2760         * scm/paper-system.scm (paper-system-annotate): Annotate
2761         next-space+next-padding instead of next-space. Annotate space
2762         between next-padding and next-space+padding, respectively, and
2763         following system extent and refpoint-Y-extent. Use colors.
2764
2765         * scm/page.scm (annotate-page): translate annotations slightly to
2766         the right.
2767
2768 2006-06-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
2769
2770         * lily/figured-bass-position-engraver.cc (acknowledge_end_slur):
2771         fix for x-staff slurs. Thanks Joe!
2772
2773         * buildscripts/output-distance.py
2774         (SystemLink.output_expression_change_count): keep track of changed
2775         details, and dump in details html page.
2776  
2777         * input/regression/figured-bass-staff.ly: add note about setting
2778         properties in Staff context.
2779
2780         * lily/figured-bass-position-engraver.cc (acknowledge_slur):
2781         add slurs and ties to support too.
2782
2783         * buildscripts/output-distance.py (main): set dest_dir
2784         argument. Add --max-count option.
2785
2786 2006-06-02  Jürgen Reuter  <reuter@ipd.uka.de>
2787
2788         * ly/gregorian-init.ly: Converted to utf-8.  Added memorable
2789         shortcuts for special unicode chars that are useful in chant
2790         notation.  Revised exisiting and added new comments.
2791
2792 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
2793
2794         * make/mutopia-rules.make: remove duplicate recipe.
2795
2796 2006-06-02  Werner Lemberg  <wl@gnu.org>
2797
2798         * tex/texinfo.cnf: Fix typo (\euro -> \minus).
2799         Add support for U+0132 (IJ) and U+0133 (ij).
2800
2801 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
2802
2803         * buildscripts/output-distance.py (FileLink): new class. collect
2804         info systems from one .ly file. 
2805         (FileLink.link_files_for_html): further tweaks.
2806
2807 2006-06-02  Graham Percival  <gpermus@gmail.com>
2808
2809         * tex/texinfo.tex: partial fix for @funindex.
2810
2811         * Documentation/user/macros.tely: uncomment @funindex (doesn't
2812         break anything).
2813
2814 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
2815
2816         * make/mutopia-vars.make (ly_examples): replace .ly.txt with .ly
2817
2818         * tex/texinfo.tex (sectionheading, q.v.): call \quoteexpand for
2819         @example too. Backportme.
2820
2821 2006-06-02  Graham Percival  <gpermus@gmail.com>
2822
2823         * tex/texinfo.cnf: added UTF-8 support for texinfo; patch
2824         from Werner Lemberg.
2825
2826 2006-06-02  Paco (Francisco Vila)  <fravd@ya.com>
2827
2828         * Documentation/user/music-glossary.tely: additional spanish
2829         updates and a lyrics fix in an example.
2830
2831 2006-06-02  Jürgen Reuter  <reuter@ipd.uka.de>
2832
2833         * scm/define-grob-properties.scm: Previous patch contained
2834         spurious line from another patch not yet committed.  Fixed.
2835
2836         * scm/define-grob-properties.scm: Add missing doc strings for
2837         ancient notation.
2838
2839 2006-06-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
2840
2841         * buildscripts/output-distance.py
2842         (ComparisonData.write_text_result_page): separate the scores, sort
2843         by geo_score.
2844
2845         * scm/framework-eps.scm (output-classic-framework): start at 1 for
2846         system signatures.
2847
2848         * buildscripts/output-distance.py (me_path): use argv[0] for
2849         sys.path extension
2850         (ComparisonData.img_cell): use colored borders.
2851
2852         * scm/stencil.scm (write-system-signature): escape newlines too.
2853         (write-system-signature): use (1,-1) interval for empty interval
2854
2855 2006-01-01  Graham Percival  <gpermus@gmail.com>
2856
2857         * Documentation/user/music-glossary.tely: Spanish updates
2858         from Francisco Vila.
2859
2860         * Documentation/user/lilypond-book.itely: addition from
2861         Vaclav Smilauer.
2862
2863         * Documentation/user/ various: edits, small additions
2864         from mailist, etc.
2865
2866 2006-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2867
2868         * GNUmakefile.in (tree-lib-prefix-current):
2869         (tree-share-prefix-current): Use version number in tree, add
2870         `current' symlinks.
2871
2872 2006-06-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
2873
2874         * GNUmakefile.in: write VERSION, again.
2875
2876         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
2877         $(outdir)/%.ly $(outdir)/%.ps): dump sigs for normal files too.
2878
2879         * stepmake/aclocal.m4: robuster version detection.
2880
2881         * buildscripts/output-distance.py
2882         (ComparisonData.create_html_result_page): copy only if file
2883         exists, fixup src paths.
2884
2885         * stepmake/bin/add-html-footer.py (built): junk gulp_file()
2886
2887 2006-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2888
2889         * stepmake/aclocal.m4: Robustification for (gcc) version detection.
2890         Another datarootdir reto.
2891
2892         * cygwin/postinstall-lilypond.sh: Do not fail if info docs aren't
2893         available.  This should be moved to postinstall-lilypond-doc.
2894
2895 2006-05-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
2896
2897         * GNUmakefile.in: simplify local-WWW-post. 
2898         remove -type l from find.
2899
2900         * buildscripts/output-distance.py (ComparisonData.compare_trees):
2901         fixes. Don't follow symlinks.
2902         (ComparisonData.create_html_result_page): remove previous results.
2903         insert ../python in path.
2904
2905         * scripts/lilypond-book.py (PREAMBLE_LY): spacing fixes.
2906
2907 2006-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
2908
2909         * config.make.in (datadir): Add datarootdir to silence autoconf.
2910
2911         * stepmake/aclocal.m4: Update for autoconf-2.59d.
2912
2913 2006-05-31  Erlend Aasland  <erlenda@gmail.com>
2914
2915         * dynamic-engraver.cc: fix bug (dynamics collide with accidentals)
2916
2917         * scm/output-ps.scm (repeat-slash): fix a bug that made repeat
2918         slash beams too wide.
2919
2920 2006-05-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
2921
2922         * VERSION: release 2.9.7
2923         
2924 2006-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
2925
2926         * lily/relocate.cc (read_relocation_dir): Do not blindly
2927         dereference DIR.
2928
2929 2006-05-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
2930
2931         * lily/parser.yy: replace THIS by PARSER
2932
2933         * Documentation/index.html.in: add link to test-results.html page.
2934
2935         * Documentation/topdocs/NEWS.tely (Top): update NEWS entry.
2936
2937         * scm/translation-functions.scm (format-bass-figure): translate
2938         digits over 10 to the left
2939
2940         * scm/define-markup-commands.scm (translate-scaled): new markup.
2941
2942         * mf/feta-nummer-code.mf (code): overshoot the topright tip of the
2943         7 glyph. 
2944
2945         * ly/engraver-init.ly: add Figured_bass_engraver
2946
2947         * lily/engraver-group.cc (acknowledge_grobs): use start/stop drul.
2948
2949         * lily/figured-bass-engraver.cc (clear_spanners): use everywhere.
2950
2951         * lily/score-engraver.cc (announce_grob): only note START announces.
2952
2953         * lily/include/engraver-group.hh (Translator_group):
2954         acknowledge_hash_table_ is now drul.
2955
2956         * lily/engraver.cc (announce_end_grob): new method.
2957
2958         * lily/include/grob-info.hh (class Grob_info): add start_end_ member.
2959
2960         * lily/translator-dispatch-list.cc (create): take start_end argument.
2961
2962         * lily/include/translator.hh (TRANSLATOR_DECLARATIONS): change
2963         acknowledge_static_array_ to drul
2964
2965         * lily/include/translator.icc (ADD_END_ACKNOWLEDGER): new macro.
2966
2967         * scm/define-grob-interfaces.scm
2968         (bass-figure-alignment-interface): add bass-figure-alignment-interface
2969
2970         * scm/define-grobs.scm (all-grob-descriptions): add
2971         BassFigureAlignmentPositioning
2972
2973         * ly/Welcome-to-LilyPond-MacOS.ly: include in LilyPond, so version
2974         number stays up to date. Backportme.
2975
2976 2006-05-30  Mats Bengtsson  <mabe@s3.kth.se>
2977
2978         * Documentation/user/basic-notation.itely (Bar lines): Document
2979         the "||:" bar type. 
2980
2981 2006-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
2982
2983         * buildscripts/builder.py: Remove --ly option/target from mf-to-table.
2984
2985         * scripts/lilypond-book.py: Bugfix: do not blindly attempt
2986         .../current hack if LILYPONDPREFIX is fine.  Fixes `scons doc'
2987         build.
2988
2989         * Resurrect `scons lily' build.
2990
2991         * SConstruct (symlink_tree): Bugfix: link
2992         music-drawing-routines.ps to file iso directory.
2993
2994         * lily/SConscript: Remove kpath-guile from LIBS.
2995
2996         * SConstruct (libdir_package_version): Typo.
2997         (configure): Comment-out fontforge for lack of fontforge.pc .
2998         Also add libdir* to environment.
2999
3000 2006-05-30  Graham Percival  <gpermus@gmail.com>
3001
3002         * Documentation/user/ various: minor additions from mailist and
3003         editing.
3004
3005 2006-05-30  Paco <fravd@ya.com>
3006
3007         * Documentation/user/music-glossary.tely: numerous corrections and
3008         some new translations.
3009
3010 2006-05-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
3011
3012         * BackportmeStart.
3013         
3014         * buildscripts/output-distance.py
3015         (ComparisonData.create_html_result_page): new routine: summarise
3016         results in HTML page with images. 
3017         (ComparisonData.create_text_result_page): create summary text files too.
3018
3019         * GNUmakefile.in (web-ext): package .signature files too. They
3020         compress well. 
3021
3022         * scm/stencil.scm (write-system-signature): typo.
3023
3024         * GNUmakefile.in: create web-root/VERSION to help upload scripts.
3025
3026         * scm/stencil.scm (write-system-signature): better escaping.
3027         only write signature for music systems, not for markup systems.
3028
3029         * scm/framework-ps.scm (output-framework): dump-signatures support
3030         for plain output.
3031
3032         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): add -ddump-signatures.
3033
3034         * scm/framework-ps.scm (write-preamble): redefine mark_URI to nop
3035         for -dno-point-and-click
3036
3037         * lily/grob.cc (get_print_stencil): don't read
3038         point_and_click_global to determine whether to set grob-cause.
3039
3040 2006-05-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
3041
3042         * buildscripts/output-distance.py (main): new function.
3043         (ComparisonData): new class.
3044
3045         * lily/ledger-line-engraver.cc (acknowledge_staff_symbol): be more
3046         careful with generating new LedgerLineSpanners.
3047
3048         * lily/ledger-line-spanner.cc (set_spacing_rods): suicide if no staff.
3049
3050         * ly/engraver-init.ly: remove Ledger_line_engraver from Voice
3051         context. This fixes double ledger lines in output. 
3052
3053         * lily/system.cc (get_paper_system): remove 3 layer limit.
3054
3055         * buildscripts/output-distance.py (SystemLink.distance): new
3056         file. Compare signatures.
3057
3058         * python/safeeval.py (SafeEval.visitUnarySub): new file.
3059
3060         * lily/grob-array.cc (remove_duplicates): rename from
3061         uniq(). Sort before calling uniq() so it actually works.
3062
3063 2006-05-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
3064
3065         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): strip
3066         \version from lilypond file snippet.
3067         (Lilypond_file_snippet.ly): oops. typo.
3068         (find_toplevel_snippets): urgh. again.
3069
3070         * lily/system.cc (get_paper_systems): uniq all_elements_ , to
3071         prevent duplicated broken items in output.
3072
3073         * scm/framework-eps.scm (output-classic-framework): only dump if
3074         dump-signatures is set.
3075
3076         * scm/lily.scm (define-scheme-options): add dump-signatures option.
3077
3078         * scm/stencil.scm (write-system-signature): new routine: write
3079         python parseable signature of a separate paper system.
3080         BackportmeEnd.
3081         
3082 2006-05-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
3083
3084         * lily/stanza-number-engraver.cc (process_music): use is_markup()
3085         iso is_string().
3086         include header.
3087
3088 2006-05-25  Erik Sandberg  <mandolaerik@gmail.com>
3089
3090         * translator-group.cc: send music events to engravers in
3091         non-bottom contexts.
3092
3093         * tuplet-engraver.cc: process tuplet brackets in correct order.
3094
3095 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
3096
3097         * stepmake/aclocal.m4: STEPMAKE_PYTHON(): clear cached value since
3098         arg 2 might point us to a new binary (patch by Karl Hammar)
3099         
3100 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
3101
3102         * VERSION (PACKAGE_NAME): release 2.9.6
3103
3104         * Documentation/topdocs/NEWS.tely (Top): trim explanation. 
3105
3106         * Documentation/user/*.itely: 2nd
3107         attempt: replace funindex -> findex globally.
3108
3109 2006-05-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3110
3111         * input/no-notation/display-lily-tests.ly: fix \applyOutput
3112         test. Add \break, \pageBreak, \pageTurn, etc, tests.
3113
3114         * scm/define-music-display-methods.scm: display methods for
3115         breaks. Fix \applyOutput.
3116
3117 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
3118
3119         * Documentation/user/macros.itexi: comment out funindex expansion. 
3120
3121         * Documentation/user/music-glossary.tely: junk \oldaddlyrics
3122         everywhere.
3123
3124         * GNUmakefile.in: fix wildcarding for scrips/out/ links. Thanks
3125         Karl Hammar. Backportme.
3126  
3127         * Documentation/user/advanced-notation.itely (Balloon help): idem.
3128
3129         * Documentation/user/changing-defaults.itely (Creating contexts): idem.
3130
3131         * Documentation/user/programming-interface.itely (Running a
3132         function on all layout objects): idem.
3133
3134         * Documentation/user/introduction.itely (Automated engraving):
3135         update \applyOutput syntax
3136
3137         * lily/lyric-combine-music-iterator.cc (start_new_syllable):
3138         remove debugging hook.
3139
3140         * configure.in (LINK_GXX_STATICALLY): use "" to allow $
3141         expansion. 
3142
3143         * Documentation/user/GNUmakefile (TEXI2DVI_FLAGS): add -E.
3144
3145         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
3146         TEXI2DVI_FLAGS to texi2dvi invocation. 
3147
3148 2006-05-24  Erik Sandberg  <mandolaerik@gmail.com>
3149
3150         * lily/chord-tremolo-*.cc: Reworked how \repeat "tremolo"
3151         works. More work is done by iterator now, and engraver has been
3152         very much simplified.
3153
3154         * lily/translator-group.cc: try_music is now invoked through a
3155         listener
3156
3157         * lily/*-iterator.cc: Massive cleanups. Junked
3158         try_music_in_children globally. Renamed try_music to report_event,
3159         and made that method descend to a bottom context automatically.
3160
3161         * lily/event-iterator.cc: New file.
3162
3163         * lily/output-property-iterator.cc,
3164         lily/old-lyric-combine-music-iterator.cc: Removed.
3165
3166         * python/convert-rules.py: Modified the syntax for \applyOutput.
3167
3168 2006-05-23  Graham Percival  <gpermus@gmail.com>
3169
3170         * stepmake/stepmake/texinfo-rules.make: added -E, allows pdf doc
3171         creation.
3172
3173         * Documentation/user/ various: stuff that might have helped
3174         to fix the pdf creation, plus some minor doc additions.
3175
3176         * Documentation/user/changing-defaults.itely: remove @b from
3177         @b{ @internasref{foo}}; this breaks texi2dvi -E.
3178
3179 2006-05-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
3180
3181         * lily/beaming-pattern.cc (beamify): deal with negative start
3182         moments for beaming patterns.
3183
3184 2006-05-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
3185
3186         * lily/beaming-info.cc (beamify): new function: read beatLength
3187         and beatGrouping from context. 
3188
3189         * input/regression/beam-beat-grouping.ly (Module): new file.
3190
3191         * input/regression/beam-unconnected-beamlets.ly (Module): new file.
3192
3193         * lily/beam.cc (get_beam_segments): generate events for
3194         max_connect_ case too.
3195         (get_beam_segments): read Stem::max-beam-connect.
3196
3197         * input/regression/beam-single-stem.ly: new file.
3198
3199         * lily/stem.cc (set_beaming): use #f as signaling value for
3200         beamcount 0.
3201
3202         * lily/beam-engraver.cc (typeset_beam): set right bound if unset.
3203
3204         * lily/beam.cc (set_beaming): read clip-edges property.
3205         (calc_direction): don't suicide for single stem.
3206
3207         * lily/beaming-info.cc (best_splitpoint_index): take bool*
3208         argument, remove 1<<15 hack. Remove clip_edges() 
3209
3210         * lily/hairpin.cc (print): only do padding for nonmusical bounds
3211
3212 2006-05-21  Graham Percival  <gpermus@gmail.com>
3213
3214         * Documentation/user/basic-notation.itely: reorg.
3215
3216         * Documentation/user/ various: minor fixes.
3217
3218 2006-05-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
3219
3220         * lily/stencil-expression.cc (register_stencil_head): opps, append
3221         to cdr of static SCM object.
3222
3223 2006-05-19  Graham Percival  <gpermus@gmail.com>
3224
3225         * Documentation/user/README.txt, lilypond.tely, macros.itexi:
3226         update framework for command index.  DOC WRITERS: use @funindex
3227         instead of @cindex @code{}.
3228
3229         * Documentation/user/ various: replace @cindex @code{} => @funindex
3230
3231 2006-05-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
3232
3233         * lily/beam.cc (set_stem_lengths): trigger 'beaming callback, in
3234         case positions is set manually. 
3235
3236 2006-05-18  Erik Sandberg  <mandolaerik@gmail.com>
3237         
3238         * scm/ly-syntax-constructors.scm: New file. Converted a few syntax
3239         rules to Scheme.
3240
3241 2006-05-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
3242
3243         * Documentation/user/changing-defaults.itely (Contexts explained):
3244         use absolute dimension for @image.
3245
3246         * Documentation/user/GNUmakefile (OUT_PNG_IMAGES): generate PNG
3247         out image for illustration too.
3248         ($(outdir)/%.png): add more png <-> eps rules. 
3249
3250 2006-05-17  Graham Percival  <gpermus@gmail.com>
3251
3252         * Documentation/user/ various: remove trailing whitespace, cosmetic
3253         change to reduce changes produced by diff.
3254
3255 2006-05-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
3256
3257         * lily/main.cc (do_chroot_jail): correctness tweak.
3258
3259         * python/lilylib.py (system): import subprocess in system () only.
3260
3261         * scripts/*.py: use TARGET_PYTHON iso PYTHON. Backportme.
3262
3263         * make/substitute.make (ATVARIABLES): add TARGET_PYTHON as subst
3264         variable. Backportme.
3265
3266 2006-05-17  Erik Sandberg  <mandolaerik@gmail.com>
3267         
3268         * lily/parser.yy: Change all syntax rules of type Music to SCM type
3269
3270 2006-05-17  Werner Lemberg  <wl@gnu.org>
3271
3272         * lily/lexer.ll (init_signature_has_table): Add
3273         `scm-scm-music-music'.
3274
3275         * lily/parser.yy (MUSIC_FUNCTION_SCM_SCM_MUSIC_MUSIC): New token.
3276         (Generic_prefix_music_scm): Add rule for it.
3277
3278         * lily/quote-iterator.cc (Quote_iterator::process): Handle
3279         `quoted-transposition' property.
3280
3281         * ly/music-functions-init.ly (transposedCueDuring): New function.
3282
3283         * scm/define-music-properties.scm (all-music-properties): Updated.
3284
3285         * Documenation/topdocs/NEWS.itely: Document it.
3286
3287 2006-05-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
3288
3289         * python/lilylib.py (system): move import subprocess to system()
3290         definition. 
3291
3292         * python/convertrules.py (conv): fix convert-ly rules for 2.9.4
3293
3294         * VERSION (PATCH_LEVEL): release 2.9.5
3295         
3296         * Documentation/topdocs/INSTALL.texi (Top): update versions and
3297         build instructions. 
3298
3299         * ly/engraver-init.ly: switch on hairpinToBarline by default.
3300
3301 2006-05-16  Graham Percival  <gpermus@gmail.com>
3302
3303         * Documentation/user/basic-notation.itely: editing from Dave, thanks!
3304
3305         * Documentation/user/ various: minor fixes.
3306
3307 2006-05-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
3308
3309         * Documentation/topdocs/NEWS.tely (Top): add hairpinToBarline feature.
3310
3311 2006-05-16  Mats Bengtsson  <mabe@s3.kth.se>
3312
3313         * Documentation/user/advanced-notation.itely (Instrument names):
3314         Modified obsolete instruction on how to move instrument names away
3315         from the staves. Hmm, at second thought the bug probably has been
3316         solved, so the full bug description should probably be removed.
3317
3318 2006-05-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
3319
3320         * lily/dynamic-engraver.cc (typeset_all): hang ending on
3321         currentCommandColumn. 
3322
3323         * lily/hairpin.cc (print): also add padding for non-neighbor
3324         hairpin bounds.
3325
3326         * scm/define-context-properties.scm
3327         (all-user-translation-properties): add hairpinToBarline
3328
3329         * input/regression/hairpin-to-barline.ly: new file.
3330
3331         * lily/context.cc (internal_send_stream_event): thinko fix.
3332
3333         * lily/tie.cc (set_default_control_points): robustness fix.
3334
3335         * python/musicxml.py (Part.interpret): don't complain about
3336         incomplete measures.
3337
3338         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): only add
3339         new music if last_event_chord() returned None.
3340
3341         * python/musicxml.py (Part.interpret): skip back over chord notes.
3342
3343 2006-05-16  Erik Sandberg  <mandolaerik@gmail.com>
3344         
3345         * lily/percent-repeat-engraver.cc, lily/parser.yy,
3346         lily/define-music-types.cc, lily/percent-repeat-iterator.cc,
3347         lily/slash-repeat-engraver.cc,
3348         lily/include/percent-repeat-iterator.hh: Rework percent repeats:
3349         iterator sends PercentEvents
3350
3351         * lily/time-scaled-music-iterator.cc, lily/tuplet-engraver.cc:
3352         rework tuplets: send start/stop events to engraver
3353
3354         * lily/context.cc, lily/music.cc, lily/context-scheme.cc: Add
3355         dispatchers event-source and events-below to Context
3356         
3357 2006-05-15  Graham Percival  <gpermus@gmail.com>
3358
3359         * Documentation/user/README.txt: update info for doc writers.
3360
3361         * Documentation/user/programming-interface.itely: integrate
3362         Nicolas' fixes for chapter rewrite.
3363
3364         * Documentation/user/ various: minor fixes.
3365
3366 2006-05-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
3367
3368         * lily/clef-engraver.cc: cleanup.
3369
3370         * Documentation/user/GNUmakefile: dist context-example.eps too.
3371
3372         * lily/key-engraver.cc (create_key): use
3373         explicitKeySignatureVisibility for cancellation too. 
3374
3375         * lily/font-config.cc (init_fontconfig): don't close file if
3376         f==NULL. 
3377
3378 2006-05-15  Erlend Aasland  <erlenda@gmail.com>
3379
3380         * Documentation/topdocs/NEWS.tely: niente and rotation news
3381
3382 2006-05-14  Erlend Aasland  <erlenda@gmail.com>
3383
3384         * lily/include/stencil.hh
3385         * lily/stencil.cc (rotate): new function. Makes it possible
3386         to rotate a stencil around a given offset.
3387
3388         * lily/grob.cc (get_print_stencil): add rotation support
3389
3390         * lily/stencil-interpret.cc (interpret_stencil_expression):
3391         add rotation support
3392
3393         * lily/stencil-scheme.cc (ly:stencil-rotate): new function
3394
3395         * scm/define-grob-properties.scm: add 'rotation property
3396
3397         * scm/define-markup-commands.scm: add rotate markup command
3398         
3399         * scm/output-ps.scm: add rotation support in PostScript backend
3400
3401         * scm/output-svg.scm: add rotation support in SVG backend
3402
3403 2006-05-13  Graham Percival  <gpermus@gmail.com>
3404
3405         * Documentation/user/music-glossary.itely: French correction.
3406
3407         * Documentation/user/programming-interface.itely: major
3408         new docs, some reorg, some info from Nicolas.
3409
3410         * Documentation/user/ various: small fixes.
3411
3412 2006-05-12  Mats Bengtsson  <mabe@s3.kth.se>
3413
3414         * Documentation/user/programming-interface.itely (Markup
3415         programmer interface): Remove duplicate text.
3416
3417 2006-05-12  Graham Percival  <gpermus@gmail.com>
3418
3419         * Documentation/user/context-example.eps: new file.
3420
3421         * Documentation/user/changing-defaults.itely: set up file to
3422         use eps image.
3423
3424         * Documentation/user/programming-interface.itely: changes
3425         from mailist.
3426
3427 2006-05-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
3428
3429         * configure.in (LINK_GXX_STATICALLY): python 2.4 req.
3430
3431 2006-05-11  Graham Percival  <gpermus@gmail.com>
3432
3433         * Documentation/user/programming-interface.itely: first round of
3434         editing and merging emails from Nicolas.
3435
3436         * Documentation/user/scheme-tutorial: minor edit.
3437
3438 2006-05-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
3439
3440         * python/musicxml.py (Xml_node.__init__): _attribute_dict stores
3441         XML attributes.
3442         (Xml_node.message): use it.
3443
3444         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): 
3445         oops. Add duration argument.
3446
3447 2006-05-10  Joe Neeman  <joeneeman@gmail.com>
3448
3449         * lily/paper-column-engraver.cc (make_columns):
3450         * scm/define-grobs.scm: Revert my previous change and set the default
3451         in define-grobs.scm instead.
3452
3453 2006-05-09  Graham Percival  <gpermus@gmail.com>
3454         
3455         * Documentation/user/changing-defaults.itely: general editing,
3456         info about \set and \override.
3457
3458         * Documentation/user/tweaking.itely, advanced-notation.itely:
3459         fixes from Dave Luttinen, thanks!
3460
3461 2006-05-09  Joe Neeman  <joeneeman@gmail.com>
3462
3463         * lily/paper-column-engraver.cc (make_columns): By default, a column
3464         needs to be breakable.
3465
3466 2006-05-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
3467
3468         * scripts/musicxml2ly.py (musicxml_clef_to_lily): use new
3469         Attributes methods
3470         (musicxml_time_to_lily): idem
3471         (musicxml_key_to_lily): idem
3472         (instrument_drumtype_dict): dict for supported drumtypes.
3473         (LilyPondVoiceBuilder.__init__): new class: sanely keep track of
3474         moments and pending mm rests
3475         (musicxml_voice_to_lily_voice): rewrite to use LilyPondVoiceBuilder
3476         (musicxml_voice_to_lily_voice): strip KeyChangeEvents for drums.
3477         (musicxml_voice_to_lily_voice): add mode change.
3478         (option_parser): lxml.etree (http://codespeak.net/lxml/) for more
3479         speed and less memory usage (factor 5 to 10).
3480         (convert): write -defs.ly  and driver file separately so people
3481         can script their own part extraction.
3482
3483         * python/musicxml.py (minidom_demarshal_node): new function:
3484         separate minidom handling.
3485         (lxml_demarshal_node): new function: support lxml.etree too.
3486         (Xml_node.message): new function: verbose error message, with XML
3487         path to offending node.
3488         (Attributes.get_measure_length): sane interface to MusicXML attributes.
3489         (Part_list.generate_id_instrument_dict): new method: collect
3490         instrument names, to be able to set drum_type.
3491         (Part.interpret): handle underfull measures
3492         (Part.interpret): assign instrument names.
3493
3494         * python/musicexp.py (Output_printer.close): new method
3495         (MusicWrapper.print_ly): new class: support other modes,
3496         eg. \drummode
3497         (BarCheck.print_ly): new class. Support bar checks, with comments
3498         and fancy barchecks. 
3499         (NoteEvent.__init__): also set drum_type for drum notes.
3500         (MultiMeasureRest.lisp_expression): dump mm rests.
3501
3502         * lily/paper-column-engraver.cc (stop_translation_timestep): set
3503         line-break-permission if forbidBreak is not set.
3504
3505 2006-05-09  Joe Neeman  <joeneeman@gmail.com>
3506
3507         * scm/define-context-properties.scm:
3508         * scm/define-grob-properties.scm:
3509         * scm/define-grobs.scm:
3510         * scm/define-music-display-methods.scm:
3511         * scm/define-music-properties.scm:
3512         * scm/define-music-types.scm:
3513         * scm/music-functions.scm:
3514         * ly/declarations-init.ly:
3515         * lily/include/constrained-breaking.hh:
3516         * lily/system.cc:
3517         * lily/spaceable-grob.cc:
3518         * lily/simple-spacer.cc:
3519         * lily/paper-score.cc:
3520         * lily/paper-column.cc:
3521         * lily/paper-column-engraver.cc:
3522         * lily/item.cc:
3523         * lily/gourlay-breaking.cc:
3524         * lily/constrained-breaking.cc:
3525         * python/convertrules.py:
3526         Change "penalty", "page-penalty" and "breakable" to "line-break-penalty",
3527         "page-break-penalty" and "line-break-permission".
3528         Add "page-break-permission", "page-turn-permission" and "page-turn-penalty".
3529         Replace BreakEvent with LineBreakEvent, PageBreakEvent and PageTurnEvent.
3530
3531         * lily/bar-engraver.cc:
3532         * lily/beam-engraver.cc:
3533         * lily/forbid-break-engraver.cc:
3534         * lily/ligature-engraver.cc:
3535         * lily/paper-column-engraver.cc:
3536         * lily/percent-repeat-engraver.cc:
3537         * lily/score-engraver.cc:
3538         * lily/score-engraver.hh:
3539         * lily/paper-column-engraver.hh:
3540         Inter-engraver communication regarding line breaks is done through context
3541         properties (Score.forbidBreak) instead of function calls.
3542
3543 2006-05-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
3544
3545         * VERSION (PACKAGE_NAME): release 2.9.4
3546
3547 2006-05-08  Graham Percival  <gpermus@gmail.com>
3548
3549         * Documentation/user/working.itely: proofreading from Dave
3550         Luttinen, thanks.
3551
3552         * Doucmentation/user/README.txt: updated with manual style info.
3553
3554         * Documentation/user/ various: trim linewidth to 78 chars.
3555
3556 2006-05-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
3557
3558         * scm/define-grob-properties.scm (all-internal-grob-properties):
3559         remove chord-tremolo property.
3560
3561         * lily/beam.cc (get_beam_segments): don't use stem position as
3562         base for broken ends.
3563
3564 2006-05-06  Graham Percival  <gpermus@gmail.com>
3565
3566         * Documentation/user/putting.itely: proofreading from Dave
3567         Luttinen, thanks!
3568
3569         * Documentation/user/ various: more reorg and clarifications.
3570
3571 2006-05-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
3572
3573         * scm/lily.scm (TEX_STRING_HASHLIMIT): move from framework-texstr.scm.
3574
3575         * ly/music-functions-init.ly: new function featherDurations
3576
3577         * lily/beam.cc: read grow-direction for feathered beaming.
3578
3579         * Documentation/topdocs/NEWS.tely (Top): typo.
3580
3581 2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
3582
3583         * lily/include/beam.hh (struct Beam_stem_segment): add gapped_ for
3584         tremolo beams.
3585
3586 2006-05-05  Erik Sandberg  <mandolaerik@gmail.com>
3587         * lily/context.cc, lily/global-context.cc: Added 'unique' member,
3588         used by music streams.
3589
3590         * lily/dispatcher.cc, lily/dispatcher-scheme.cc,
3591         lily/stream-event.cc, lily/stream-event-scheme.cc,
3592         lily/listener.cc, lily/scheme-listener.cc,
3593         lily/scheme-listener-scheme.cc, lily/include/dispatcher.hh,
3594         lily/include/stream-event.hh, lily/include/listener.hh,
3595         lily/include/scheme-listener.hh, scm/define-event-classes.scm:
3596         Created data structures for music streams.
3597         
3598 2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
3599
3600         * lily/beam.cc (get_beam_segments): new function. Reorganise the
3601         construction of a beam. 
3602         (print): rewrite. 
3603
3604         * flower/include/std-vector.hh (default_compare): use only one comparison.
3605
3606         * scm/define-markup-commands.scm (note-by-number): remove debug display.
3607         (note-by-number): further attachment fixes.
3608
3609         * scm/lily-library.scm (ordered-cons): new function.
3610         (interval-index): new function
3611
3612         * lily/note-head-scheme.cc (LY_DEFINE): new file.
3613
3614         * lily/note-head.cc (get_stem_attachment): new function.
3615
3616         * scm/define-markup-commands.scm (note-by-number): read 'style
3617         property. 
3618
3619         * input/regression/markup-note.ly: show note-head style option.
3620
3621         * mf/feta-bolletjes.mf (overdone_heads): fix attachment points for
3622         triangle head.
3623
3624 2006-05-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
3625
3626         * mf/GNUmakefile (NCSB_OTFS): remove old ncsb detection further.
3627
3628         * configure.in (LINK_GXX_STATICALLY): fix for ncsb detection.
3629
3630         * lily/include/constrained-breaking.hh: GCC 4 fix.
3631
3632 2006-05-04  Joe Neeman  <joeneeman@gmail.com>
3633
3634         * lily/simple-spacer.cc: Remove class Simple_spacer_wrapper.
3635         Replace it with functions get_line_forces and get_line_configuration.
3636         (class Simple_spacer): Make data private.
3637         Rewrite compression algorithm to be faster and simpler.
3638
3639         * lily/simple-spacer-scheme.cc (ly_solve_rod_and_spring_problem):
3640         * lily/gourlay-breaking.cc (solve):
3641         * lily/constrained_breaking.cc (space_line):
3642         Change it to the new simple-spacer code.
3643
3644         * lily/paper-score.cc (get_paper_systems):
3645         (Paper_score):
3646         (process):
3647         Delay breaking the systems until they are requested.
3648         (find_break_indices):
3649         Use vsize for indices.
3650         (calc_breaking):
3651         Move the "Calculating line breaks" message here.
3652
3653         * lily/system.cc (pre_processing):
3654         Move the "Calculating line breaks" message away from here.
3655         (break_into_pieces):
3656         Allow multiple calls to this function in sequence (with touching-but-
3657         not-overlapping breakpoints).
3658
3659         * lily/constrained-breaking.cc:
3660         Replace most of the get_XXXX functions with get_line_details.
3661         Only calculate the force for each line. Calculate configurations only
3662         for the lines we will actually use.
3663         Replace cols_ with lines_.
3664
3665 2006-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3666
3667         * mf/GNUmakefile (depth): remove FC_FIND.
3668
3669         * config.make.in (NCSB_SOURCE_FILES): subst NCSB_SOURCE_FILES
3670
3671         * configure.in (LINK_GXX_STATICALLY): call fc-match from within configure.
3672
3673         * scm/framework-ps.scm (write-preamble): new function.
3674         (write-preamble): load mac fonts via fondu, even if gs-font-load
3675         is set.
3676
3677 2006-05-03  Werner Lemberg  <wl@gnu.org>
3678
3679         * mf/GNUmakefile (FC_FIND): Fix typo.
3680
3681 2006-05-03  Erlend Aasland  <erlenda@gmail.com>
3682
3683         * stepmake/stepmake/generic-targets.make (cvs-clean): also remove out-www dirs.
3684
3685 2006-05-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
3686
3687         * stepmake/aclocal.m4: run python-config for crosscompiling
3688         flags. 
3689
3690         * scripts/lilypond-book.py (Lilypond_file_snippet.my_system): add
3691         -f png for HTML, TEXINFO formats. 
3692
3693         * input/tutorial/lbook-html-test.html: new file.
3694
3695         * lily/include/tie-formatting-problem.hh (class
3696         Tie_formatting_problem): index Chord_outline_map by Tuple2 for
3697         [column, direction]. This fixes laissez vibrer ties.
3698  
3699         * flower/include/tuple.hh (struct Tuple2): new file.
3700
3701         * mf/GNUmakefile (FC_FIND): new function. Find ncsb using
3702         $(FCMATCH), only if $(NCSB_DIR) not set. 
3703
3704         * configure.in (LINK_GXX_STATICALLY): only warn if $NCSB_DIR set.
3705
3706         * config.make.in (DOCUMENTATION): set FCMATCH.  
3707
3708         * autogen.sh (srcdir): don't set --with-ncsb-dir. 
3709
3710 2006-05-03  Graham Percival  <gpermus@gmail.com>
3711
3712         * Documentation/user/ various: final round of reorg.
3713
3714         * Documentation/user/instrument-notation.itely: some more
3715         fixes from Eduardo, thanks!
3716
3717 2006-05-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
3718
3719         * VERSION (PACKAGE_NAME): release 2.9.3
3720
3721         * flower/file-path.cc (is_dir): canonicalize file name before stat'ing.
3722
3723         * lily/relocate.cc (framework_relocation): remove old relocation stuff.
3724
3725 2006-05-01  Mats Bengtsson  <mabe@s3.kth.se>
3726
3727         * scm/define-grob-properties.scm (all-user-grob-properties):
3728         Correct typo, thanks to Eduardo.
3729
3730 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
3731
3732         * scripts/GNUmakefile (SEXECUTABLES): remove lilypond-ps2png.scm
3733
3734         * buildscripts/lilypond-words.py (F): indent fix.
3735
3736         * input/regression/tie-arpeggio-collision.ly: new file.
3737
3738         * lily/tie-formatting-problem.cc (set_column_chord_outline): new
3739         function: store outlines per column rank.
3740
3741         * lily/include/tie-configuration.hh (class Tie_configuration): add
3742         column_ranks_ to specification and configuration, to distinguish
3743         between ties for different heads in arpegiated chords.
3744
3745         * lily/relocate.cc (framework_relocation): use INSTALLER_PREFIX.
3746
3747         * *.py: more 4 space indents.
3748
3749         * autogen.sh (conf_flags): set sensible default for with-ncsb-dir
3750
3751 2006-05-01  Joe Neeman  <joeneeman@gmail.com>
3752
3753         * scm/lily-library.scm: Fix guile 1.6 compatibility in inf? and nan?
3754
3755 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
3756
3757         * buildscripts/pfx2ttf.fontforge (err): create OTF files.
3758
3759         * scripts/abc2ly.py (dump_score): indent of 4 for python code. 
3760
3761         * configure.in (LINK_GXX_STATICALLY): remove locate() call.
3762
3763 2006-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3764
3765         * python/convertrules.py (conv): indent 4 for python files.
3766
3767 2006-04-29  Mats Bengtsson  <mabe@s3.kth.se>
3768
3769         * Documentation/user/changing-defaults.itely (Creating contexts):
3770         Clarify \new semantics.
3771
3772 2006-04-28  Graham Percival  <gpermus@gmail.com>
3773
3774         * Documentation/user/ various: major new sections in the
3775         Learning manual, slight reorg elsewhere.
3776
3777 2006-04-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
3778
3779         * mf/GNUmakefile (MFTRACE_FLAGS): add $(outdir) to $(ENCODING_FILE) 
3780
3781         * scm/framework-ps.scm (output-framework): remove PageMedia
3782
3783 2006-04-27  Graham Percival  <gpermus@gmail.com>
3784
3785         * Documentation/user/ tweaks.itely, working.itely: new
3786         files, being more advanced "learning manual" chapters.
3787
3788         * Documentation/user/ tutorial, putting, lilypond: reorg.
3789
3790 2006-04-26  Graham Percival  <gpermus@gmail.com>
3791
3792         * input/regression/lyric-combine-polyphonic.ly: fixed test
3793         (no more "can't find context `one'" error).
3794
3795 2006-04-25  Joe Neeman <joeneeman@gmail.com>
3796
3797         * lily/stem-tremolo.cc (print): fix whole note tremolo placement
3798
3799         * input/regression/stem-tremolo.ly: add 2 more whole note examples
3800         
3801 2006-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3802
3803         * lily/relocate.cc (read_relocation_dir): new function.
3804
3805 2006-04-26  Graham Percival  <gpermus@gmail.com>
3806
3807         * Documentation/user/instrument-notation.itely: a few more fixes
3808         from Eduardo, thanks!
3809
3810         * Documentation/user/README.txt: new file; contains info on
3811         style that used to be in lilypond.tely.
3812
3813         * Documentation/user/ various: first round of doc reorg.
3814
3815         * Documentation/user/baer-flat-bw.png: remove alpha bit from
3816         graphic; this probably causes problems on some pdf
3817         viewers, notably Adobe Acrobat.
3818
3819 2006-04-24  Graham Percival  <gpermus@gmail.com>
3820
3821         * Documentation/user/instrument-notation.itely: many alterations
3822         to Vocal music, from Eduardo Viera.
3823
3824 2006-04-23  Graham Percival  <gpermus@gmail.com>
3825
3826         * Documentation/user/instrument-notation.itely: fix \new
3827         instead of \context problem.
3828
3829 2006-04-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3830
3831         * lily/relocate.cc (expand_environment_variables): new function.
3832         (read_line): id.
3833         (read_relocation_file): id.
3834
3835         * scm/stencil.scm (eps-file->stencil): fix EPS PS embedding code 
3836
3837 2006-04-21  Erlend Aasland  <erlenda@gmail.com>
3838
3839         * ly/engraver-init.ly: remove old comments from TabVoice
3840
3841 2006-04-20  Graham Percival  <gpermus@gmail.com>
3842
3843         * Documentation/user/instrument-notation.itely: added Erlend's
3844         latest doc patch, thanks!
3845
3846 2006-04-19  Erlend Aasland <erlenda@gmail.com>
3847
3848         * lily/include/slur.hh:
3849         * lily/slur.cc:
3850         * lily/phrasing-slur-engraver.cc:
3851         * lily/slur-engraver.cc: Fix 'cut & paste' code by merging
3852         acknowledge_extra_object () from Phrasing_slur_engraver:: and
3853         Slur_engraver:: and putting it in
3854         Slur::auxiliary_acknowledge_extra_object ().
3855
3856         * ps/music-drawing-routines.ps (draw_dashed_slur): fix another bug
3857
3858         * lily/note-collision.cc: fix a comment
3859
3860 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
3861
3862         * stepmake/bin/add-html-footer.py: fix footer position in
3863         generated html files: before </body> and </html> tags.
3864
3865 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
3866
3867         * scripts/GNUmakefile: revert last "fix", which rather broke make.
3868         Earlier successive `make' commands finally compiled ok.
3869
3870         * Documentation/topdocs/INSTALL.texi: require mftrace 1.1.19.
3871
3872 2006-04-18  Erlend Aasland <erlenda@gmail.com>
3873
3874         * lily/include/stem-tremolo.hh:
3875         * lily/stem-tremolo.cc: move rotated_box () to Lookup:: and update
3876         callers.
3877
3878         * lily/lookup.cc:
3879         * lily/include/lookup.hh: add rotated_box ()
3880
3881 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
3882
3883         * scripts/GNUmakefile: bugfix: run help2man only after scripts have 
3884         been generated. Fixes "can't get `--help'" bug after make clean.
3885
3886         * THANKS: alphabetize contributors.
3887
3888 2006-04-17  Graham Percival  <gpermus@gmail.com>
3889
3890         * Documentation/user/instrument-notation.itely: added Erlend's
3891         tabs and banjo doc patch.  Thanks!
3892
3893 2006-04-17  Erlend Aasland  <erlenda@gmail.com>
3894
3895         * scm/define-grobs.scm: fix stem-attachment for tablature note heads.
3896
3897         * ps/music-drawing-routines.ps (draw_dashed_line): fix dash pattern bug.
3898
3899         * scm/output-lib.scm: add some more predefined string tunings.
3900
3901         * Documentation/user/instrument-notation.itely: and doc them.
3902
3903 2006-04-16  Jürgen Reuter  <reuter@ipd.uka.de>
3904
3905         * ly/engraver.ly: Remove obsolete comments.
3906
3907         * ly/gregorian-init.ly: Define default layout block.
3908
3909         * input/puer-fragment.ly: Updated and extended.
3910
3911 2006-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
3912
3913         * lily/lily-parser-scheme.cc: Use them to fix --output=DIR/BASE
3914         pdf conversion behaviour.
3915
3916         * flower/file-name.cc (dir_name)
3917         (get_working_directory): Move from relocate.cc.
3918
3919         * lily/relocate.cc (setup_paths): Remove rogue stat calls.
3920         
3921         * lily/relocate.cc: Encapsulate sys/stat.h in
3922         HAVE_STAT_H.
3923
3924 2006-04-14  Graham Percival  <gpermus@gmail.com>
3925
3926         * Documentation/user/ various: small updates from Cameron
3927         and Juergen, thanks!
3928
3929         * Documentation/user/ various: small updates of my own.
3930
3931         * THANKS: 2.7 -> 2.8.
3932
3933 2006-04-11  Graham Percival  <gpermus@gmail.com>
3934
3935         * scm/define-context-properties.scm: typo.
3936
3937         * Documentation/user/ : many more small updates.
3938
3939 2006-04-13  Jürgen Reuter  <reuter@ipd.uka.de>
3940
3941         * scm/define-music-types.scm: disposed "docme".
3942
3943 2006-04-11  Erlend Aasland  <erlenda@gmail.com>
3944
3945         * lily/hairpin.cc: make niente circles a bit smaller.
3946
3947 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
3948
3949         * mf/GNUmakefile: remove redundant mftrace check. Also remove
3950         get-pfa and get-*-fonts targets.
3951
3952 2006-04-10  Graham Percival  <gpermus@gmail.com>
3953
3954         * THANKS, Documentation/user/ basic-notation, advanced-notation,
3955         music-glossary, programming-interface: more minor fixes
3956         from mailist.
3957
3958         * scm/define-grob-properties.scm: clarified direction, thanks Mats!
3959
3960         * scm/define-context-properties.scm: another old \property update.
3961         This time tested for compiling!
3962
3963 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
3964
3965         * mf/GNUmakefile: fix for mftrace version >= 1.2.0
3966
3967 2006-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3968
3969         * scm/define-context-properties.scm (all-user-translation-properties): 
3970         * Documentation/user/global.itely (Page formatting): Compile fix.
3971
3972 2006-04-09  Mats Bengtsson  <mabe@s3.kth.se>
3973
3974         * Documentation/user/advanced-notation.itely (Polymetric
3975         notation): Update the example to use the "+" symbol and add link
3976         to input/test/compound-time.ly.
3977
3978 2006-04-08  Graham Percival  <gpermus@gmail.com>
3979
3980         * scm/define-grob-properties.scm: clarify docs for #'direction.
3981
3982         * scm/define-context-properties.scm: update old \property override.
3983
3984         * Documentation/user/ advanced-notation, global, lilypond-book:
3985         more minor doc updates.
3986
3987 2006-04-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
3988
3989         * lily/parser.yy (Generic_prefix_music_scm): append lists, not objects.
3990
3991         * scm/backend-library.scm (search-gs): oops.
3992
3993 2006-04-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
3994
3995         * scripts/lilypond-book.py (output): use base, not filename for href.
3996
3997         * scm/backend-library.scm: only look for gs.
3998
3999         * scripts/lilypond-book.py (output): fix printfilename.
4000
4001         * lily/parser.yy (music_function_musicless_prefix): fold together
4002         definitions of signature (SCM*) (Music|post_event|chord_body_element)
4003
4004         * lily/slur.cc (print): only set font-size if not set yet.
4005
4006         * lily/slur-configuration.cc (add_score): improved layout of debug
4007         scoring output.
4008
4009 2006-04-05  David Feuer  <David.Feuer@gmail.com>
4010
4011         * music-drawing-routines.ps (draw_round_box): removed testing artifact.
4012         (draw_circle): Hopefully fixed regression.
4013         Improved documentation for several procedures.
4014         
4015 2006-03-04  Werner Lemberg  <wl@gnu.org>
4016
4017         * ly/engraver-init.ly (\Score): Add beam-event to quotedEventTypes.
4018
4019 2006-04-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
4020
4021         * scripts/musicxml2ly.py (bindir): add dynamic
4022         relocation. 
4023
4024 2006-04-04  Graham Percival  <gpermus@gmail.com>
4025
4026         * Documentation/user/ basic-notation, advanced-notation, putting,
4027         instrument-notation, invoking, lilypond, THANKS: another ream of small
4028         fixes from the Doc Helpers.
4029
4030 2006-04-03  David Feuer  <David.Feuer@gmail.com>
4031
4032         * music-drawing-routines.ps: remove superfluous gsave/grestore pairs.
4033
4034         * lilyponddefs.ps (set-ps-scale-to-lily-scale): Fixed code duplication.
4035
4036         * Cleaned up interfaces between PostScript and Scheme, and moved
4037         computations from PostScript to Scheme:
4038
4039         * music-drawing-routines.ps
4040         (*SF, stroke_and_fill): new procedures.  Replaced stroke and fill
4041         with stroke_and_fill throughout.
4042         (euclidean_length, print_letter, draw_box): Deleted unused
4043         procedures.  If someone needs draw_box, implement it using
4044         draw_round_box; don't duplicate code.
4045         (print_glyphs, draw_round_box, draw_polygon, draw_repeat_slash):
4046         Refactored/cleaned up interfaces.
4047         (mark_URI): Moved.
4048
4049         * output-ps.scm: reordered arguments to PostScript functions to
4050         match new interfaces
4051         (glyph-string): Rewrote glyph-string.
4052         (grob-cause): Replaced string-append with format.
4053         (repeat-slash): Rewrote to do computation here.
4054         (round-filled-box): Rewrote to do computation here.
4055
4056 2006-04-04  Erlend Aasland  <erlenda@gmail.com>
4057
4058         * stepmake/stepmake/generic-targets.make: add cvs-clean target
4059
4060         * stepmake/stepmake/toplevel- targets.make: print help info about
4061         cvs-clean
4062
4063 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
4064
4065         * input/regression/hairpin-circled.ly: new file
4066
4067 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
4068
4069         * lily/hairpin.cc (print): add support for circled tip
4070
4071         * scm/define-grob-properties.scm: add circled-tip parameter
4072
4073         * scm/define-grobs.scm: init circled-tip to false
4074         
4075 2006-04-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
4076
4077         * scm/music-functions.scm (quote-substitute): set
4078         iterators-ctor. 
4079
4080 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
4081
4082         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): set
4083         BSTINPUTS. 
4084
4085         * Documentation/topdocs/AUTHORS.texi (Top): add David Feuer.
4086
4087         * scm/output-ps.scm (glyph-string): revert cid selectfont.
4088
4089 2006-03-31  David Feuer  <david.feuer@gmail.com>
4090         
4091         * scm/framework-ps.scm:
4092         
4093         * scm/output-ps.scm: glyph-string now produces smaller, more
4094         readable, and probably faster PostScript.  Several findfont
4095         scalefont setfont instances changed to selectfont
4096         Hacked-up string-appends changed to formats.
4097
4098         * ps/music-drawing-routines.ps: add print_letter, print_glyphs.
4099         
4100 2006-03-30  Graham Percival  <gpermus@gmail.com>
4101
4102         * scm/lily-library.scm: make "no version" warning message more polite.
4103
4104         * lily/music.cc: add double quotes to failed octave check.
4105
4106         * Documentation/user/ advanced-notation, changing-defaults,
4107         instrument-notation, invoking, music-glossary: whole bunch of minor
4108         fixes from mailist.
4109
4110 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
4111
4112         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): use
4113         $(buildscriptdir) iso. depth.
4114
4115         * VERSION (PACKAGE_NAME): release 2.9.1
4116
4117 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
4118
4119         * lily/pango-font.cc (pango_item_string_stencil): more robustness.
4120
4121         * VERSION (PATCH_LEVEL): bump version number.
4122
4123         * flower/include/guile-compatibility.hh (scm_from_uint32): add
4124         scm_from_uint32 ()
4125
4126         * lily/pango-font.cc (pango_item_string_stencil): use
4127         scm_from_uint32 ()
4128
4129         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
4130         $(outdir)/emmentaler-%.svg): remove canary.
4131
4132         * lily/pango-font.cc (pango_item_string_stencil): only use uXXX
4133         glyphnames if we have a ttf font.
4134
4135 2006-03-30  Mats Bengtsson  <mabe@s3.kth.se>
4136
4137         * Documentation/user/advanced-notation.itely (Font selection):
4138         Corrected reference to the font-family-override.ly example.
4139
4140 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
4141         
4142         * lily/chord-tremolo-engraver.cc (acknowledge_stem): set the
4143         stem-tremolo object in the stem (or else the stem might not be
4144         long enough).
4145
4146 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
4147
4148         * lily/ttf.cc (print_trailer): only print existing glyphs.
4149
4150 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
4151
4152         * lily/stem-tremolo.cc (print): for whole notes (and breves, etc.)
4153         position the tremolo based on the position of the notehead.
4154
4155         * input/regression/stem-tremolo.ly: add example of unbeamed eighth
4156         notes and update the texidoc line with the new positioning rules.
4157         
4158 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
4159
4160         * lily/ttf.cc (print_trailer): don't always use uXXX glyphname.
4161
4162         * scripts/lilypond-book.py (Module): set default for linewidth if
4163         preamble not found.
4164
4165 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
4166
4167         * VERSION (PACKAGE_NAME): release 2.9.0.
4168
4169         * input/regression/stem-tremolo-position.ly: new file.
4170
4171         * lily/stem-tremolo.cc: remove Stem_tremolo::dim_callback
4172
4173 2006-03-28  Joe Neeman  <joeneeman@gmail.com>
4174
4175         * lily/stem-tremolo.cc (print): position
4176         the tremolo depending only on the end of the stem
4177         and not on the notehead
4178         (raw_stencil): center, on the middle staff line, the
4179         flag that is closest to the end of the stem (previously
4180         the bottom flag)
4181         (calc_width): add this callback to shorten a tremolo when
4182         it is beamed or it is stemup with a flag
4183         (style): add this callback to make a tremolo rectangular when
4184         it is beamed or it is stemup with a flag
4185         (rotated_box): this is like Lookup::beam but makes a rotated
4186         rectangle instead of a parallelogram
4187
4188         * lily/stem.cc (calc_stem_info): make sure the stem
4189         is long enough to fit the tremolo
4190         (calc-length): reduce the length of tremolo stems since the
4191         tremolo code is now capable of better positioning
4192
4193         * scm/define-grobs.scm: make calc_width the default beam-width
4194         callback for stem-tremolo and add the style callback
4195                 
4196 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
4197
4198         * lily/tuplet-bracket.cc (calc_control_points): handle suicide
4199         case. 
4200
4201 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
4202
4203         * lily/ttf.cc (make_index_to_charcode_map): restore old
4204         cmap. 
4205
4206 2006-03-28  Werner Lemberg  <wl@gnu.org>
4207
4208         * lily/pango-font.cc (get_unicode_name): Fix `uXXXXX' glyph names.
4209
4210 2006-03-28  Graham Percival  <gpermus@gmail.com>
4211
4212         * THANKS: update for 2.9, add section for Documentation helpers.
4213
4214         * Documentation/topdocs/NEWS.tely: compile fix.
4215
4216         * Documentation/user/ basic-notation, global, advanced-notation,
4217         examples.itely: minor fixes from mailist.
4218
4219 2006-03-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
4220
4221         * mf/feta-bolletjes.mf: match width of solfa notes with normal
4222         note heads. 
4223
4224         * lily/ttf.cc (print_trailer): use it.
4225
4226         * lily/pango-font.cc (get_unicode_name): new function.
4227
4228         * lily/ttf.cc (make_index_to_charcode_map): move function from
4229         open-type-font.cc
4230         (print_trailer): substitute uniXXXX name if applicable. 
4231
4232         * lily/pango-font.cc (get_index_to_charcode_map): new function.
4233         (pango_item_string_stencil): use it to generate uniXXXX names.
4234
4235         * mf/feta-bolletjes.mf (overdone_heads): add small style (ugly)
4236         note heads, for uniform widths in shape note output.
4237         (overdone_heads): hmm. remove them again.
4238
4239         * scripts/lilypond-book.py (output): add links to filenames.
4240
4241         * Documentation/topdocs/INSTALL.texi (Top): update versions.
4242
4243         * lily/note-collision.cc (get_clash_groups): only consider when
4244         Note_column::dir <> CENTER. 
4245
4246         * scripts/lilypond-book.py (get_option_parser): init output_name
4247         to ''. 
4248
4249 2006-03-24  Graham Percival  <gpermus@gmail.com>
4250
4251         * Documentation/topdocs/NEWS.tely: add @end itemize
4252
4253         * Documentation/user/ global, advanced-notation: minor
4254         stuff from mailist.
4255
4256 2006-03-23  Graham Percival  <gpermus@gmail.com>
4257
4258         * Documentation/user/ lilypond.tely, music-glossary,
4259         preface: housekeeping; 2005->2006, remove "notes for 2.6"
4260
4261 2006-03-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
4262
4263         * mf/GNUmakefile: don't install .enc files.
4264
4265         * Documentation/topdocs/NEWS.tely: clear for 2.9 cycle.
4266
4267         * VERSION (PATCH_LEVEL): bump to 2.9.0
4268
4269 2006-03-22  Graham Percival  <gpermus@gmail.com>
4270
4271         * Documentation/user/advanced-notation.itely: minor fixes
4272         from mailist.
4273
4274 2006-03-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
4275
4276         * Documentation/topdocs/AUTHORS.texi (Top): add Joe Neeman.
4277
4278         * branch lilypond_2_8
4279
4280 2006-03-22  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
4281
4282         * scripts/lilypond-book.py (samefile): new function, for windoze
4283         compatibility.
4284
4285 2006-03-21  Graham Percival  <gpermus@gmail.com>
4286
4287         * ly/engraver-init.ly: add info about StaffGroup.
4288
4289 2006-03-21  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
4290
4291         * input/regression/stem-direction-context.ly: idem.
4292
4293         * Documentation/topdocs/NEWS.tely (Top): fix interpolation example.
4294
4295         * THANKS: add Mats.
4296
4297         * input/regression/page-layout-twopass.ly: comment out \markup so
4298         tweak-file is left.
4299
4300         * lily/instrument-name-engraver.cc (finalize): add to instrument
4301         name global System. This also fixes chopped instrument names, but
4302         doesn't crash when there are slurs/beams.
4303
4304         * lily/slur-configuration.cc (add_score): disallow negative slur
4305         scores.
4306         
4307 2006-03-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4308
4309         * scm/framework-ps.scm (dump-stencil-as-EPS): remove debugging code.
4310
4311         * lily/instrument-name-engraver.cc (process_music): kludge: add
4312         InstrumentName spanner to axis group of left bound. Fixes chopped
4313         off instrument names in EPS images.
4314
4315         * input/regression/lyric-hyphen-retain.ly: elaborate explanation.
4316
4317         * scripts/abc2ly.py (option_parser): update to 2.7.40
4318
4319 2006-03-20  Graham Percival  <gpermus@gmail.com>
4320
4321         * THANKS: move small doc contributors to SUGGESTIONS.
4322
4323         * Documentation/user/ basic-notation, advanced-notation,
4324         global: small changes from mailist.
4325
4326 2006-03-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4327
4328         * Documentation/user/advanced-notation.itely (Text marks): update
4329         for new rehearsalMarkAlignSymbol convention.
4330
4331         * VERSION (PATCH_LEVEL): bump version.
4332
4333         * input/test/instrument-name-align.ly: new file.
4334
4335         * scm/define-markup-commands.scm (hcenter-in): add hcenter-in.
4336
4337         * input/test/instrument-name-align.ly: new file. Document how to
4338         align instrument names.
4339
4340         * lily/mark-engraver.cc: remove properties.
4341
4342         * scm/define-context-properties.scm
4343         (all-user-translation-properties): remove align symbol properties
4344         for barnumber/reh. mark.
4345
4346         * lily/break-align-interface.cc (self_align_callback): new
4347         interface, new function. Look at complete alignment. This handles
4348         tunable break alignments in case break-align-symbols are missing.
4349
4350         * lily/bar-number-engraver.cc (acknowledge_break_alignment): new function
4351
4352         * lily/mark-engraver.cc (acknowledge_break_alignment): new function.
4353
4354         * python/convertrules.py (conv): mark/bar number alignment rule.
4355
4356         * lily/break-align-interface.cc (calc_positioning_done): also
4357         store offset from last visible break-alignment to its
4358         neighbor. This makes alignment on non-visible objects more reliable.
4359
4360         * po/lilypond.pot (Module): ran po-replace.
4361
4362         * input/regression/tie-single-manual.ly (Module): new file.
4363
4364         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
4365         look at has_manual_position_.
4366         (from_ties): set has_manual_position_ if tie has staff-position set.
4367
4368         * lily/tuplet-bracket.cc (calc_positions): idem.
4369
4370         * lily/tuplet-number.cc (print): don't print tupletnumber if it
4371         doesn't span time.
4372
4373 2006-03-19  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4374
4375         * scm/define-markup-commands.scm (smallCaps): new markup command
4376         for turning a text to small caps using smaller font size and upper
4377         casing.
4378
4379 2006-03-17  Graham Percival  <gpermus@gmail.com>
4380
4381         * Documentation/user/ examples, instrument-notation,
4382         advnaced-notation: minor fixes from mailist.
4383
4384 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4385
4386         * Documentation/user/tutorial.itely (First steps): change example
4387         to verbatim.  
4388
4389 2006-03-17  Graham Percival  <gpermus@gmail.com>
4390
4391         * Documentation/user/ examples, advanced: minor changes from mailist.
4392
4393         * THANKS: add Geoff Horton, for documentation stuff.
4394
4395 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4396
4397         * python/lilylib.py (system): revert have_select kludge.
4398
4399         * Documentation/user/tutorial.itely (Commenting input files):
4400         update version numbers in doc. 
4401
4402         * scm/define-grob-interfaces.scm (multi-measure-interface): add
4403         bound-padding to multi-measure-interface
4404
4405 2006-03-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4406
4407         * input/test/engraver-example.ily: update version number.
4408
4409         * VERSION (PACKAGE_NAME): release 2.7.39
4410
4411         * lily/note-spacing.cc (get_spacing): heighten threshold where
4412         accidentals/arpeggios influence previous spacing fully.
4413
4414         * lily/rest.cc (y_offset_callback): only use direction if
4415         staff-position wasn't set before.
4416
4417         * lily/bar-number-engraver.cc: add support for
4418         barNumberAlignSymbol. 
4419         add ADD_ACKNOWLEDGER() call for break_aligned. Fixes bar-number-breathe
4420
4421         * lily/pointer-group-interface.cc (set_ordered): new function. 
4422         (add_unordered_grob): new function.
4423
4424         * lily/grob-array.cc (Grob_array): grob-arrays are always assumed
4425         to ordered, unless the opposite has been proved.  This fixes
4426         random reordering of large object groups across linebreaks,
4427         eg. beams.
4428
4429         * lily/main.cc (do_chroot_jail): printf format fix.
4430
4431         * lily/tie-formatting-problem.cc (generate_configuration):
4432         multiply y-shift for dot with direction.
4433  
4434         * scm/define-markup-commands.scm (note-by-number): put (magstep
4435         size) in y-attach too.
4436
4437         * Documentation/topdocs/NEWS.tely (Top): show override.
4438
4439         * scm/define-grobs.scm (all-grob-descriptions): reinstate neutral
4440         direction for stems.
4441         
4442 2006-03-15  Graham Percival  <gpermus@gmail.com>
4443
4444         * Documentation/user/ changing-defaults, global: minor
4445         fixes from mailist.
4446
4447 2006-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4448
4449         * lily/lexer.ll (Lily_lexer): bump required version to 2.7.38
4450
4451         * lily/spacing-spanner.cc (musical_column_spacing): crude fix for
4452         breakable items after uniformly stretched notes.
4453
4454         * lily/tie-formatting-problem.cc (set_chord_outline): initialize
4455         outline with outer edge of note heads. This prevents infinity
4456         problems with tied whole notes.
4457
4458         * scripts/lilypond-book.py (do_file): use os.popen
4459
4460         * python/convertrules.py (conv): add rule for Stem #'beamed-*
4461
4462 2006-03-14 Erik Sandberg  <mandolaerik@gmail.com>
4463
4464         * Documentation/user/invoking.itely: Add ragged-right to bug report
4465         guidelines.
4466
4467 2006-03-14  Graham Percival  <gpermus@gmail.com>
4468
4469         * Documentation/user/global.itely: small fix from mailist.
4470
4471 2006-03-14  Mats Bengtsson  <mabe@s3.kth.se>
4472
4473         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use the
4474         file descriptor returned by tempfile.mkstemp() when writing
4475         to tmpfile and closing it. Solves problem with unlink(tmpfile)
4476         on mingw.
4477
4478 2006-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
4479
4480         * po/fi.po: newline bugfix.
4481
4482 2006-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
4483
4484         * scm/paper.scm (paper-alist): Rounding fixes.
4485
4486 2006-03-13  Graham Percival  <gpermus@gmail.com>
4487
4488         * Documentation/user/ changing-defaults, instrument-notation,
4489         tutorial: small fixes from mailist, mostly from Mats.  Thanks!
4490
4491 2006-03-13 Heikki Junes  <hjunes@cc.hut.fi>
4492
4493         * po/fi.po: update.
4494
4495 2006-03-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4496
4497         * stepmake/bin/add-html-footer.py (mail_address_url): don't add
4498         mailto: to http:// 
4499
4500         * python/lilylib.py (print_environment): move ps_page_count to
4501         lilypond-book.py
4502
4503 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4504
4505         * Documentation/user/music-glossary.tely (G clef): fix clef alignments.
4506
4507         * scm/framework-ps.scm (embed-document): new function. Use to
4508         embed PFA files.
4509
4510         * ly/engraver-init.ly: init rehearsalMarkAlignSymbol to staff-bar.
4511
4512 2006-03-12  Mats Bengtsson  <mabe@s3.kth.se>
4513
4514         * Documentation/user/instrument-notation.itely (Setting simple
4515         songs): Added \book{...} around the full example, so the separate
4516         markups are included in the printed example. 
4517
4518 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4519
4520         * scripts/lilypond-book.py (get_latex_textwidth): explicitly close
4521         tmphandle.
4522
4523         * python/lilylib.py (system): rewrite system() using
4524         subprocess. Remove >& redirection trickery.
4525
4526 2006-03-11  Graham Percival  <gpermus@gmail.com>
4527
4528         * Documentation/user/ changing-defaults, global, scheme-tutorial,
4529         notation-appendices.itely: minor fixes from mailist.
4530
4531 2006-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4532
4533         * Documentation/user/GNUmakefile ($(outdir)/lilypond.html):
4534         unsplit man also needs images.
4535
4536         * tex/texinfo.tex (sectionheading, q.v.): relax after \char'15.
4537
4538         * VERSION (PACKAGE_NAME): 2.7.38 released.
4539
4540 2006-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4541
4542         * scripts/lilypond-book.py (get_latex_textwidth): look for latex
4543         log in output dir.
4544
4545 2006-03-08  Johannes Schindelin  <Johannes.Schindelin@gmx.de>
4546
4547         * lily/audio-column.cc, lily/score-performer.cc: MIDI output now
4548         respects the Score.skipTypesetting property.
4549         
4550 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4551
4552         * scm/framework-ps.scm (ps-embed-cff): no Setup section in
4553         Prolog. No %%EOF after CFF file.
4554
4555 2006-03-08  Joe Neeman  <joeneeman@gmail.com>
4556         
4557         * lily/constrained-breaking.cc (get_max_systems): used to return a
4558         much too big value
4559         (combine_demerits): use pointers to reduce copying data
4560         (calc_subproblem): idem
4561         (get_page_penalty): add page turn penalties
4562         
4563 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4564
4565         * Documentation/user/invoking.itely (Invoking lilypond): better
4566         explanation of -e usage.
4567
4568         * lily/main.cc (main_with_guile): don't append to
4569         init_scheme_code_string
4570
4571         * tex/texinfo.tex (sectionheading, q.v.): don't center @image.
4572
4573         * Documentation/user/invoking.itely: add note about MacOS X scripts.
4574
4575         * scripts/convert-ly.py (do_options): don't print help for
4576         --show-rules rule.
4577
4578         * tex/texinfo.tex: patch texinfo.tex to leave single quotes in
4579         @code and @example. Update from texinfo.tex from CVS.
4580
4581 2006-03-08  Graham Percival  <gpermus@gmail.com>
4582
4583         * Documentation/user/scheme-tutorial.itely: clarifies distances
4584         measured in staff-spaces.
4585
4586 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4587
4588         * lily/slur.cc (outside_slur_callback): only calculate offsets if
4589         consider[k] is true.
4590
4591         * scm/output-ps.scm (grob-cause): put numbers to ~$ (Thanks Johannes!)
4592
4593         * lily/spacing-basic.cc (standard_breakable_column_spacing): also
4594         consider columns that have originals.  Unifies spacing for mm
4595         rests around line breaks.
4596
4597         * lily/multi-measure-rest.cc (set_spacing_rods): read bound-padding.
4598         (set_text_rods): idem.
4599         (calculate_spacing_rods): new function: share code between
4600         set_text_rods and set_spacing_rods.
4601         (set_text_rods): take extents of bounds into account.  
4602
4603 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4604
4605         * Documentation/user/basic-notation.itely (Writing music in
4606         parallel): don't use relative.
4607
4608 2006-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4609
4610         * ly/music-functions-init.ly (Module): add shiftDurations
4611
4612         * ly/drumpitch-init.ly (drumPitchNames): add tamtam.
4613
4614         * scm/paper.scm (paper-alist): no decimals for Ax paper sizes. 
4615
4616         * ly/engraver-init.ly: init vocalName to nil.
4617
4618 2006-03-05 Erik Sandberg  <mandolaerik@gmail.com>
4619
4620         * scm/music-functions.scm (music->make-music): bugfix,
4621         KeyChangeEvents are now handled correctly.
4622
4623         * scripts/lilypond-book.py: Add --debug option.
4624
4625 2006-03-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4626
4627         * python/lilylib.py: add tempfile.
4628
4629 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4630
4631         * VERSION (PACKAGE_NAME): release 2.7.37
4632
4633         * python/lilylib.py (ps_page_count): remove make_ps_images().
4634         (ps_page_count): remove mkdir_p
4635         (system): remove cleanup_temp.
4636         (exit): remove lilypond_version_(check)
4637         (error_log): remove pseudo_filter_p
4638         remove read_pipe
4639         remove cp_to_dir
4640         remove identify
4641
4642         * scripts/lilypond-book.py (Lilypond_snippet.compose_ly): don't
4643         use __main__
4644
4645         * lily/accidental-engraver.cc (make_standard_accidental): only add
4646         support for side-axis is X_AXIS. Fixes text-spacing-accidental.ly
4647
4648         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
4649         $(outdir)/emmentaler-%.svg): rewrite without functions; too many
4650         Make incompatibilities.
4651
4652         * scm/output-ps.scm (grob-cause): replace backslashes by /
4653         (glyph-string): use ~$ for less decimals for glyph-string and grob-cause.
4654
4655 2006-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4656
4657         * cygwin/GNUmakefile: Install fixes.
4658
4659         * scripts/GNUmakefile (SEXECUTABLES): Install fix: remove mup2ly.
4660
4661         * lily/note-head.cc (head::get_balltype): Compile fix.
4662
4663         * flower/file-name.cc (dos_to_posix): Flower string fix.
4664
4665 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4666
4667         * python/lilylib.py: pychecker cleanups.
4668
4669         * scripts/lilypond-book.py
4670         (Lilypond_snippet.output_print_filename): pychecker cleanups
4671
4672         * scripts/midi2ly.py (Key.dump): pychecker cleanups.
4673
4674         * python/lilylib.py (underscore): remove identify() , warranty()
4675
4676         * ps/music-drawing-routines.ps: change Border routine for GSView
4677         compatibility.
4678
4679         * lily/stem.cc (height): use quantize-positions.  This triggers
4680         set_stem_lengths, so scripts on beamed stems are handled correctly.
4681
4682         * lily/side-position-interface.cc (aligned_side): check if edges
4683         of script are inside staff. Fixes accent of edge of the staff.
4684
4685         * input/regression/staccato-pos.ly: more examples.
4686
4687         * stepmake/aclocal.m4 (depth): fix bashism.
4688
4689         * lily/lyric-combine-music-iterator.cc: move from
4690         new-lyric-combine-iterator.cc
4691         (process): add pending_grace_lyric_ member to delay lyrics on
4692         grace notes.
4693
4694         * lily/system-start-text.cc (print): suicide if we don't have any
4695         elements. Fixes hara kiri'd instrument names.
4696
4697         * scripts/mup2ly.py (Module): remove.
4698
4699 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4700
4701         * Documentation/user/global.itely (A single music expression):
4702         close @lilypond properly
4703
4704         * lily/volta-bracket.cc (modify_edge_height): change from
4705         after_line_breaking_callback. Suicide last bracket if appropriate.
4706  
4707         * python/lilylib.py: strip getopt support
4708
4709         * scripts/etf2ly.py (do_options): use optparse
4710
4711         * scripts/midi2ly.py: optparse, strip lilylib copy. 
4712
4713         * scripts/abc2ly.py (voices): use optparse.
4714
4715         * stepmake/stepmake/generic-vars.make: new function absdir.
4716
4717         * scripts/convert-ly.py (bindir): use optparse, argv[0] relocation.
4718
4719         * scripts/lilypond-book.py (find_file): use global_options for
4720         include path
4721
4722         * scm/ps-to-png.scm (ps-page-count): prevent null characters
4723         entering C code.
4724
4725 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4726
4727         * python/lilylib.py (get_global_option): ughness for extracting
4728         global options from lilylib.
4729         (NonDentedHeadingFormatter.format_heading): move from musicxml2ly
4730
4731         * scripts/lilypond-book.py (get_option_parser): use optparse for
4732         option handling.  Put options in global_options variable.
4733
4734 2006-02-28  Heikki Junes  <hjunes@cc.hut.fi>
4735
4736         * Documentation/index.html.in: clarify.
4737
4738 2006-02-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4739
4740         * scm/layout-page-layout.scm (write-page-breaks): add a
4741         music-system-heights property to the page layout output.
4742
4743         * scm/page.scm (make-page-stencil): take footer into account when
4744         computing the 'space-left page property
4745         (annotate-space-left): take footer into account when annonating
4746         space left.
4747
4748 2006-02-28  Graham Percival  <gpermus@gmail.com>
4749
4750         * Documentation/user/ advanced-notation, global: more (final)
4751         docs for music expressions, removed special fermatas.
4752
4753 2006-02-27  Graham Percival  <gpermus@gmail.com>
4754
4755         * Documentation/user/ basic-notation, global: minor changes
4756         from mailist.
4757
4758 2006-02-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4759
4760         * scm/framework-ps.scm:         
4761         * scm/lily-library.scm (nan?, inf?): Move guile 1.6 compatibility
4762         layer for inf? and nan? from framework-ps to lily-library.
4763
4764 2006-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4765
4766         * mf/GNUmakefile ($(outdir)/emmentaler-$(1).otf
4767         $(outdir)/emmentaler-$(1).svg): remove backslashes from define endef.
4768
4769         * buildscripts/substitute-encoding.py (Module): remove file.
4770
4771         * mf/GNUmakefile: more PFA strippage.
4772
4773         * mf/aybabtu.pe.in (i): remove PFAaybabtu generation
4774
4775         * buildscripts/gen-emmentaler-scripts.py (i): remove PFAemmentaler
4776         generation
4777
4778         * scm/framework-ps.scm: remove font name munging.
4779
4780         * Documentation/topdocs/INSTALL.texi (Top): bump GS requirement.
4781
4782 2006-02-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4783
4784         * scm/markup.scm (define-markup-command): change
4785         def-markup-command to define-markup-command
4786
4787         * scm/music-functions.scm (define-music-function): change
4788         def-music-function to define-music-function.
4789
4790         * python/convertrules.py (conv): rules for def-music-function
4791         and def-markup-commands
4792
4793         * Documentation/user/programming-interface.itely,
4794         input/no-notation/display-lily-tests.ly,
4795         input/regression/lily-in-scheme.ly,
4796         input/regression/markup-user.ly,
4797         input/regression/music-function.ly, input/regression/tie-chord.ly,
4798         scm/fret-diagrams.scm, ly/music-functions-init.ly,
4799         ly/gregorian-init.ly: use new macro names (define-music-function,
4800         define-markup-command).
4801
4802 2006-02-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4803
4804         * scripts/lilypond-book.py (main): write Makefile dependencies file. 
4805         (output): add comments to lp-book latex output.
4806
4807         * GNUmakefile.in (footifymail): use gmane address for webpage bug
4808         address.
4809
4810 2006-02-23  Graham Percival  <gpermus@gmail.com>
4811
4812         * Documentation/user/ tutorial, global: minor changes.
4813
4814 2006-02-23  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4815
4816         * mf/GNUmakefile: add '\' in multi-line "define ... endef"
4817         blocks (for make 3.80)
4818
4819         * scm/parser-ly-from-scheme.scm (ly:parse-string-result): add
4820         \notemode so that user should not have to explicitely type it.
4821
4822         * scm/define-music-display-methods.scm: various
4823         fixes (ApplyOutputEvent, ApplyContext; \new, \context and derived
4824         constructs)
4825
4826         * input/no-notation/display-lily-tests.ly: new tests for
4827         \applyOutput and \applyContext
4828
4829 2006-02-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4830
4831         * lily/constrained-breaking.cc: patch by Joe Neeman: "I have
4832         changed it slightly so that the number of systems returned by
4833         solve () will be the same as the last value passed to resize
4834         (). I've also added more documentation, removed casts, fixed style
4835         problems and put in some recovery if constraints aren't satisfied."
4836
4837 2006-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4838
4839         * elisp/lilypond-mode.el (count-matches-as-number): New funtion
4840         for emacs < 22 compatibility.
4841         (count-rexp): Use it.
4842         (LilyPond-string-current-midi, LilyPond-string-all-midi): Remove
4843         substring juggling (Milan Zamazal).
4844
4845 2006-02-23  Graham Percival  <gpermus@gmail.com>
4846
4847         * Documentation/user/ basic-notation, advanced-notation,
4848         global.itely, invoking.itely, tutorial,itely:
4849         minor fixes from mailist.
4850
4851         * scm/define-markup-commands.scm: improve docs of \filled-box.
4852
4853 2006-02-23  Heikki Junes  <hjunes@cc.hut.fi>
4854
4855         * Documentation/index.html.in: changes concern the previous release.
4856
4857         * input/regression/+.ly: cultivate typographical terminology.
4858
4859 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4860
4861         * scm/define-grob-interfaces.scm (parentheses-interface): add
4862         padding to parentheses-interface.
4863
4864         * Documentation/user/GNUmakefile: remove $(CROSS) support from
4865         Documentation/user/GNUmakefile. Use --disable-documentation for that.
4866
4867         * VERSION (PATCH_LEVEL): release 2.7.36
4868
4869         * lily/slur.cc: add avoid-slur (ugh.)
4870         
4871         * lily/slur-configuration.cc (fit_factor): oops, skip point if
4872         intersection gets smaller. This fixes slurs over extreme points.
4873
4874         * lily/melody-engraver.cc (stop_translation_timestep): ignore
4875         stems with neutral-direction set.
4876
4877         * lily/piano-pedal-engraver.cc (create_text_grobs): idem.
4878
4879         * lily/open-type-font.cc (load_table): format error.
4880
4881         * lily/change-iterator.cc (process): format fix.
4882
4883         * flower/include/international.hh (_f): idem.
4884
4885         * flower/include/std-string.hh: add format printf attribute.
4886
4887         * scm/define-grobs.scm (all-grob-descriptions): height of all
4888         PedalLineSpanner is Y-extent property. Fixes pedal-ped.ly
4889
4890         * lily/ambitus-engraver.cc (finalize): use grob_array. This fixes
4891         ambitus lines.
4892
4893         * input/regression/beam-cross-staff-slope.ly: remove decrescendo.
4894
4895 2006-02-22 Erik Sandberg  <mandolaerik@gmail.com>
4896
4897         * input/regression/: upgraded syntax for some files.
4898
4899         * THANKS: Add bughunters.
4900
4901 2006-02-22  Graham Percival  <gpermus@gmail.com>
4902
4903         * Documentation/user/ invoking.itely, advanced-notation.itely,
4904         global.itely: long-awaited "let's make chapter 10 not suck"
4905         update.  Rearrange chapter 10; now called "global issues",
4906         addresses file structure, etc.  Some info from other files
4907         moved into global.itely.
4908
4909 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4910
4911         * lily/accidental-engraver.cc (acknowledge_rhythmic_head): also
4912         catch trill-span-event notes.
4913
4914         * Documentation/user/examples.itely (Ancient notation templates): typo.
4915         (Jazz combo): typo.
4916
4917         * scripts/lilypond-book.py (main): scrap invokes_lilypond(). 
4918
4919         * Documentation/user/basic-notation.itely (Ties): document \repeatTie.
4920
4921         * Documentation/topdocs/NEWS.tely (Top): document \repeatTie.
4922
4923         * scm/define-music-types.scm (music-descriptions): add RepeatTieEvent
4924
4925         * lily/repeat-tie-engraver.cc (acknowledge_note_head): new file. cut & paste
4926         froum Laissez_vibrer_engraver.
4927
4928         * ly/declarations-init.ly (repeatTie): add \repeatTie
4929
4930         * scm/define-grobs.scm (all-grob-descriptions): add RepeatTie, RepeatTieColumn
4931
4932         * scm/define-grob-properties.scm (all-user-grob-properties): add
4933         head-direction property.
4934
4935         * lily/tie-formatting-problem.cc (from_semi_ties): rename from
4936         from_lv_ties. Take head direction argument.
4937
4938         * lily/semi-tie-column.cc: rename from
4939         laissez-vibrer-tie-column.cc. Rename class too.
4940
4941         * lily/semi-tie.cc: rename from laissez-vibrer-tie.cc. Rename
4942         class too.
4943
4944         * lily/paper-score.cc (find_break_indices): move from Break_algorithm.
4945
4946         * lily/break-algorithm.cc (find_break_indices): remove linewidth <
4947         0 case.
4948         (find_breaks): idem.
4949
4950 2006-02-21  Graham Percival  <gpermus@gmail.com>
4951
4952         * Documentation/user/advanced-notation.itely: fixed make-moment]
4953         example.
4954
4955         * Documentation/user/basic-notation.itely: more clarification to
4956         transpose.
4957
4958 2006-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4959
4960         * lily/include/constrained-breaking.hh (class
4961         Constrained_breaking): new file.
4962
4963         * lily/constrained-breaking.cc (resize): new file.
4964
4965         * lily/gourlay-breaking.cc (do_solve): ragged-last iso raggedlast
4966
4967         * Documentation/user/advanced-notation.itely (Clusters): insert
4968         end ignore too.
4969
4970         * lily/tie-column.cc (calc_positioning_done): support for
4971         tie-score debugging
4972
4973         * lily/tie-formatting-problem.cc
4974         (generate_extremal_tie_variations): factor out.
4975         (score_ties_configuration): annotate all tie 
4976         (print_ties_configuration): new routine.
4977         (generate_configuration): nudge extremal ties outside of the head
4978         Y extents.
4979         (score_ties_configuration): oops. convert to staff-space before
4980         determining position symmetry.
4981
4982 2006-02-20  Graham Percival  <gpermus@gmail.com>
4983
4984         * Documentation/user/*-notation.itely: misc minor editing,
4985         shifting doc sections around.
4986
4987         * Documentation/user/*-notation-itely, global.itely,
4988         changing-defaults.itely: added new stuff from NEWS.
4989
4990 2006-02-20  Heikki Junes  <hjunes@cc.hut.fi>
4991
4992         * po/fi.po: update.
4993
4994 2006-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4995
4996         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): don't run
4997         lilypond --verbose for lp-book.
4998
4999         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
5000         $(outdir)/%.ly $(outdir)/%.ps): use $(srcdir) iso $(shell pwd).
5001
5002         * make/lysdoc-rules.make ($(outdir)/collated-files.tely): use
5003         $(buildscript-dir) iso. absolute depth.
5004
5005         * buildscripts/genicon.py (dir): thinko.
5006
5007         * Documentation/pictures/GNUmakefile ($(outdir)/%.ico): typo.
5008
5009 2006-02-19 Erik Sandberg  <mandolaerik@gmail.com>
5010
5011         * scm/output-lib.scm: swap darkcyan/darkyellow
5012
5013         * THANKS: Add bughunters.
5014
5015 2006-02-19  Graham Percival  <gpermus@gmail.com>
5016
5017         * Documentation/user/programming-interfaces.itely: fixed example.
5018
5019         * Documentation/user/instrument-notation.itely: fix @{ @}.
5020
5021         * scm/script.scm: add avoid-slur for \open.
5022
5023 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5024
5025         * lily/tie-formatting-problem.cc (score_configuration): use
5026         sliding score for min-length. 
5027
5028         * Documentation/pictures/GNUmakefile (local-dist): loose the rule
5029         spaghetti for icons.
5030
5031         * buildscripts/genicon.py (program_name): new file.
5032
5033         * lily/tie-formatting-problem.cc (set_chord_outline): put dots
5034         in outline too.  
5035         (generate_configuration): for small ties, also look for collisions
5036         at Y + DIR*h + DELTA_Y.
5037         (get_variations): consider variation for dot positions too.
5038
5039         * lily/side-position-interface.cc (aligned_side): take abs for
5040         quantized rounded position. Fixes tenuto below staff.
5041
5042         * scm/stencil.scm (annotate-y-interval): robustify: print nan/inf
5043         markers when necessary.
5044
5045         * lily/program-option.cc (internal_set_option): add
5046         strict_infinity_checking option.
5047
5048         * scm/output-lib.scm (cyan): swap yellow and cyan.
5049
5050 2006-02-19  Graham Percival  <gpermus@gmail.com>
5051
5052         * darwin.patch: trivial linenumber update.
5053
5054         * Documentation/user/ {various}: `\context foo = named' changed
5055         to `\new foo = "name"' in docs.
5056
5057 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5058
5059         * scm/stencil.scm (annotate-y-interval): use it.
5060
5061         * scm/lily-library.scm (interval-sane?): new function.
5062
5063         * buildscripts/mf-to-table.py (Char_metric.__init__): remove
5064         tfm_checksum stuff.
5065
5066         * lily/tie-formatting-problem.cc (from_lv_ties): add heads for
5067         common refpoint.
5068
5069         * flower/include/std-vector.hh (iterof): add iterof macro.
5070
5071         * lily/enclosing-bracket.cc (width): new function.
5072
5073         * lily/align-interface.cc (align_elements_to_extents): reinstate
5074         warning.
5075
5076 2006-02-18  Heikki Junes  <hjunes@cc.hut.fi>
5077
5078         * Documentation/index.html.in: fix spelling: thankyous.
5079
5080 2006-02-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5081
5082         * lily/lyric-hyphen.cc: typo.
5083
5084 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5085
5086         * stepmake/stepmake/c++-rules.make ($(outdir)/%.cc
5087         $(outdir)/%.hh): generate h and c in one rule; otherwise -jX
5088         builds don't work. 
5089
5090         * VERSION: release 2.7.35
5091
5092         * lily/beam.cc (get_default_dir): oops. Take abs () for
5093         extremes[DOWN].
5094         (get_default_dir): use extreme position criterion only in absence
5095         of forced stem directions.
5096
5097         * VERSION (PATCH_LEVEL): bump VERSION.
5098
5099         * mf/GNUmakefile: explicit rules for emmentaler/aybabtu
5100         dependencies. Necessary for -jX builds.  
5101
5102 2006-02-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5103
5104         * lily/relocate.cc (setup_paths): Yet another const fix.
5105
5106 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5107
5108         * configure.in (HOST_ARCH): determine HOST_ARCH in configure.
5109
5110         * lily/relocate.cc (setup_paths): oops.
5111
5112 2006-02-17  Heikki Junes  <hjunes@cc.hut.fi>
5113
5114         * Documentation/index.html.in: order links: html before PDF.
5115
5116 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5117
5118         * lily/tie-column-format.cc (Module): remove.
5119
5120         * lily/relocate.cc (setup_paths): GCC 4.2 fixes: const correctness.
5121
5122         * lily/text-spanner.cc (print): idem.
5123
5124         * lily/dynamic-text-spanner.cc (print): only print line if longer
5125         than dash-period.
5126
5127         * lily/auto-change-iterator.cc (change_to): formatting.
5128
5129         * lily/beam.cc (get_default_dir): take extreme note head as input
5130         for stem direction.
5131
5132         * lily/tie.cc (get_default_dir): only look directions for visible
5133         stems. 
5134
5135         * lily/side-position-interface.cc (aligned_side): oops. Don't
5136         mutiply with direction. This fixes quantized (staccato, tenuto)
5137         scripts below notes.
5138
5139         * lily/lyric-hyphen.cc (set_spacing_rods): oops. Multiply with
5140         direction. Fixes c-lyrics-center-align.ly
5141
5142 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
5143
5144         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Add copy
5145         constructor.
5146
5147         * lily/std-string.cc:
5148         * lily/include/std-vector.hh (split_string): Move and rename from
5149         lily/include/misc.hh, lily/misc.cc.  Update callers.
5150
5151 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5152
5153         * lily/include/pango-font.hh: HAVE_PANGO_FT2 iso. HAVE_PANGO_16
5154
5155 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
5156
5157         * flower/test-file.cc: New file.
5158
5159         * stepmake/stepmake/test-vars.make (TEST_MODULE_LIBES): Fixes for
5160         libraries.
5161
5162         * flower/GNUmakefile (TEST_MODULE_LIBS): Link to flower lib.
5163
5164 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5165
5166         * flower/include/file-storage.hh: remove file.
5167
5168         * lily/include/midi-item.hh (class Midi_track): idem.
5169
5170         * lily/include/source.hh (class Sources): idem.
5171
5172         * lily/include/performance.hh (class Performance): use vector
5173         iso. Cons<>
5174
5175         * flower/include/cons.hh (class Cons): remove file.
5176
5177         * flower/include/flower-proto.hh: remove template cruft.
5178
5179         * lily/include/font-metric.hh: use size_t not vsize for indices.
5180
5181         * flower/include/flower-proto.hh (Module): remove std-vector.hh
5182         from proto.
5183
5184         * lily/include/all-font-metrics.hh: use HAVE_PANGO_FT2
5185
5186         * lily/include/paper-book.hh (class Paper_book):
5187         make get_system_specs() public.
5188
5189         * scm/layout-page-layout.scm (optimal-page-breaks): only consider
5190         the force=10000 case if we don't have a current-best. 
5191
5192         * lily/tuplet-bracket.cc (get_bounds): don't do (size() - 1) for
5193         vsize 
5194
5195         * flower/include/flower-proto.hh: remove outdated templates.
5196
5197         * scm/page.scm: use annotate-spacing
5198
5199 2006-02-15  Graham Percival  <gpermus@gmail.com>
5200
5201         * scm/translation-functions.scm: circle patch from Erlend, thanks!
5202
5203         * THANKS: moved Erlend Aasland to contributors.
5204
5205 2006-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5206
5207         * config.hh.in: remove HAVE_PANGO_16
5208
5209         * lily/tuplet-bracket.cc (calc_positions): multiply with
5210         staff-space for beam case. This fixes tuplets+beams on scaled
5211         staves.
5212
5213         * config.hh.in: remove all Kpathsea related defines.
5214
5215         * lily/dot-column.cc (side_position): reach stem via dots->
5216         head->stem. Inspect all stems for dot collisions. 
5217
5218         * lily/dot-column-engraver.cc (class Dot_column_engraver): excise
5219         stem handling.
5220
5221         * lily/bar-number-engraver.cc (process_music): document function
5222         of whichBar.
5223
5224         * lily/score.cc (default_rendering): add pscore, not systems
5225         themselves.
5226
5227         * lily/paper-book.cc (get_system_specs): separate generation of
5228         titles and systems.
5229
5230         * flower/include/std-vector.hh: don't include config.hh
5231
5232 2006-02-15  Jan Nieuwenhuizen  <janneke@gnu.org>
5233
5234         * flower/include/std-vector.hh: Better wrapper compatibility with
5235         std::vector.
5236
5237         * flower/include/flower-proto.hh: Remove cheap forward declaration
5238         attempts.
5239
5240         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): Bugfix.
5241
5242 2006-02-14  Graham Percival  <gpermus@gmail.com>
5243
5244         * Documentation/user/invoking.itely: add warning about command line.
5245
5246 2006-02-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5247
5248         * lily/include/lily-proto.hh: add Prob, rm Page.
5249
5250         * flower/include/std-vector.hh (VPOS): use 64 bit-proof version.
5251
5252         * VERSION: release 2.7.34
5253
5254         * lily/relocate.cc (framework_relocation): show canary if
5255         GHOSTSCRIPT_VERSION undefined.
5256
5257         * GNUmakefile.in: remove $(VERSION) symlink.
5258
5259         * lily/relocate.cc (setup_paths): add + 
5260
5261 2006-02-13  Heikki Junes  <hjunes@cc.hut.fi>
5262
5263         * Documentation/index.html.in: specify sizes for all big HTML pages.
5264
5265 2006-02-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5266
5267         * config.hh.in: remove @FRAMEWORKDIR@
5268
5269         * lily/system-start-text.cc (get_stencil): new file: separate out
5270         system-start-delimiter text support.
5271
5272         * input/**ly: replace \context with \new where appropriate.
5273         
5274         * THANKS: add Don.
5275
5276         * lily/slur-scoring.cc (get_base_attachments): use
5277         robust_relative_extent. This fixes problems with empty paper-columns. 
5278
5279 2006-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5280
5281         * Documentation/topdocs/NEWS.tely (Top): document \new syntax.
5282
5283         * scm/define-music-properties.scm (all-music-properties):
5284         create-new property.
5285
5286         * lily/context-specced-music-iterator.cc (construct_children):
5287         inspect 'create-new property iso. magical $uniqueContextId context
5288         id.
5289
5290         * lily/parser.yy (optional_id): allow \new "Bar" = "foo" too.
5291
5292         * lily/context-key-manager.cc (Module): new file. Encapsulate
5293         object key generation.
5294
5295         * lily/include/context-key-manager.hh (Module): new file.
5296
5297 2006-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5298
5299         * scm/define-grobs.scm (all-grob-descriptions): center instrument
5300         names vertically
5301
5302         * configure.in (LINK_GXX_STATICALLY): strip -DSTRING_UTILS_INLINED
5303         options.
5304         (reloc_b): excise --enable-framework-dir
5305
5306         * lily/relocate.cc (framework_relocation): use getenv
5307         LILYPOND_GS_VERSION or -DGHOSTSCRIPT_VERSION to set GS version.
5308
5309 2006-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
5310
5311         * flower/include/std-string.hh: 
5312         * flower/include/std-vector.hh: Finish std:: conversion; move
5313         flower extensions from std:: namespace.  Update users.
5314
5315         * lily/include/lily-proto.hh: Replace Link_array__*_ macros by
5316         their expansion to vector<*>.  Update users.
5317
5318 2006-02-10  Graham Percival  <gpermus@gmail.com>
5319
5320         * Documentation/user/invoking.itely: add example to File structure.
5321
5322         * Documentation/user/ instrument-notation.itely, cheatsheet.itely,
5323         examples.itely, putting.itely: {\new|\context} Lyrics \lyricsto.
5324
5325 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5326
5327         * ly/paper-defaults.ly: typo.
5328
5329         * lily/parenthesis-engraver.cc (acknowledge_grob): don't do
5330         set_parent() for parentheses. This will make it show up in bbox
5331         calculations.
5332
5333         * scm/output-lib.scm (parentheses-item::print): rewrite, using
5334         ly:grob-common* functions.
5335
5336         * lily/grob-scheme.cc (LY_DEFINE):
5337         ly:grob-common-refpoint-of-array: new function 
5338         ly:grob-common-refpoint: new function 
5339         ly:grob-relative-coordinate: new function 
5340
5341         * lily/instrument-name-engraver.cc (process_music): use
5342         Text_interface::is_markup(). This fixes \markup on instrument names.  
5343
5344         * scm/define-grobs.scm (all-grob-descriptions): set line-thickness
5345         for ties and slurs.
5346
5347         * lily/slur.cc (print): idem.
5348
5349         * lily/tie.cc: add line-thickness for ties. 
5350
5351 2006-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
5352
5353         * scm/output-svg.scm: Document diversion from GNU coding standards
5354         as a workaround for a bug in Microsoft Internet Explorer.
5355
5356 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5357
5358         * lily/instrument-name-engraver.cc (process_music): use
5359         is_markup() iso. is_string()
5360
5361         * Documentation/user/changing-defaults.itely (Module): add menu entry.
5362
5363         * lily/percent-repeat-engraver.cc (process_music): only look at
5364         main_part_ for % repeats.
5365
5366         * lily/stem-tremolo.cc (get_beam_translation): new function.
5367         (calc_slope): new function.
5368         (height): don't use real slope.
5369
5370 2006-02-10  Jürgen Reuter  <reuter@ipd.uka.de>
5371
5372         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: add
5373         new connect-to-neighbor, control-points and staff-padding
5374         properties to make ligature brackets showing up again.
5375
5376 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5377
5378         * VERSION: release 2.7.33
5379
5380         * lily/relocate.cc (prefix_relocation): oops. One TOPLEVEL_VERSION
5381         too many.
5382
5383         * Documentation/user/changing-defaults.itely (Difficult tweaks):
5384         remove applyOutput example.
5385         (Objects connected to the input): document \tweak, \parenthesize
5386
5387         * lily/relocate.cc (prefix_relocation): allow "current"
5388         iso. TOPLEVEL_VERSION for share/lilypond/ suffix. This makes
5389         changing VERSION in a lily tree less painful.
5390
5391         * input/regression/parenthesize.ly: new file. 
5392
5393         * scm/output-lib.scm (parenthesize-element): new function.
5394
5395         * scm/define-grobs.scm (all-grob-descriptions): add ParenthesesItem.
5396
5397         * lily/parenthesis-engraver.cc (acknowledge_grob): new file.
5398
5399         * lily/accidental-engraver.cc (make_standard_accidental): reroute
5400         cause: accidentals are caused by note heads, not note events. 
5401
5402 2006-02-08  Graham Percival  <gpermus@gmail.com>
5403
5404         * darwin.patch: small patch from Erlend, thanks!
5405
5406         * Documentation/user/basic-notation.itely: add stem-neutral example.
5407
5408         * Documentation/user/putting.itely: clarifications.
5409
5410 2006-02-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5411
5412         * Documentation/topdocs/NEWS.tely (Top): remove internal cleanup
5413         note, add more guidelines to what should go into NEWS.
5414
5415         * input/sakura-sakura.ly: document how to override font.
5416
5417         * input/regression/font-family-override.ly:  doc -dshow-available-fonts
5418
5419 2006-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5420
5421         * lily/midi-item.cc (to_string): truncate time sig at 255 beats.
5422
5423 2006-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
5424
5425         * scripts/convert-ly.py (lilypond_version_re_str): Move from
5426         convertrules.  Add explicit grouping, needed for python2.2.
5427
5428 2006-02-07  Jan Nieuwenhuizen  <janneke@gnu.org>
5429
5430         * Documentation/topdocs/NEWS.tely (Top): Mention code cleanup.
5431
5432 2006-02-07  Graham Percival  <gpermus@gmail.com>
5433
5434         * Documentation/user/global.itely: fix line-width in (text) docs.
5435
5436         * Documentation/user/lilypond-book.itely: same.
5437
5438 2006-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5439
5440         * VERSION (PACKAGE_NAME): release 2.7.32
5441
5442         * Documentation/topdocs/NEWS.tely (Top): document new variable
5443         naming.
5444
5445         * flower/include/array.icc (Message): remove file.
5446
5447         * flower/include/std-vector.hh: make sure vsize and VPOS are
5448         defined for binary_search_bounds().
5449
5450         * flower/std-string.cc (std): add to_string(long unsigned).
5451
5452         * configure.in (gui_b): excise std_string option.
5453         (gui_b): excise std_vector option.
5454
5455         * flower/string.cc (Module): excise flower array & string
5456
5457         * flower/include/std-string.hh: excise flower string.
5458
5459         * {ly,lily,scm}/*: use dashes in \paper and \layout variables
5460
5461         * python/convertrules.py (lilypond_version_re_str): require
5462         only numbers and dots in \version string.
5463
5464 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5465
5466         * lily/system-start-delimiter.cc (print): allow style = text too.
5467
5468         * lily/system-start-delimiter-engraver.cc
5469         (acknowledge_system_start_text): new function, also add add to
5470         support of system-start-text (instrument names). This fixes
5471         instrument names on piano staves.
5472
5473         * lily/instrument-name-engraver.cc: rewrite. Use
5474         system-start-delimiter approach. This save memory and cpu.
5475
5476         * scm/define-grobs.scm (all-grob-descriptions): remove
5477         instrument-name from break-alignment.
5478
5479         * mf/GNUmakefile ($(NCSB_TTFS)): depend on pfx2ttf script too.
5480
5481 2006-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5482
5483         * stepmake/stepmake/generic-vars.make (LOOP): Add PLUS to keep -j
5484         jobserver going.
5485
5486         * configure.in (std_vector): On by default.
5487
5488         * lily/include/font-metric.hh:
5489         * lily/include/tfm-reader.hh: 
5490         * lily/include/spanner.hh: Use unsigned for indices and sizes.
5491         Update users.
5492
5493         * Documentation/user/changing-defaults.itely: Fix link v2.5, out-www.
5494
5495 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5496
5497         * VERSION (PACKAGE_NAME): 2.7.31
5498
5499         * scm/framework-ps.scm (dump-stencil-as-EPS): don't hardcode left
5500         EPS edge at 0, but take minimum with left-overshoot. This fixes
5501         cut off system start delims. 
5502
5503         * lily/instrument-name-engraver.cc (stop_translation_timestep):
5504         hack: add to axis group if not added yet. This fixes hara kiri'd
5505         piano staves.
5506
5507         * lily/hara-kiri-group-spanner.cc
5508         (force_hara_kiri_in_y_parent_callback): fix signatures.
5509
5510         * lily/hairpin.cc (print): check next hairpin to see whether or
5511         not to be continuing.
5512
5513 2006-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
5514
5515         * Remove trailing whitespace from makefiles.
5516         
5517         * flower/include/std-vector.hh: Add binary_search_bounds workaround
5518         for earlier gcc.
5519
5520         * .cvsignore: Add out*, out-www, config-*.  Remove lots of cruft.
5521
5522         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Workaround.
5523
5524         * config.hh.in (HAVE_STL_DATA_METHOD): Add.
5525
5526         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): New function.
5527
5528         * configure.in: Use it.
5529
5530 2006-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5531
5532         * scm/music-functions.scm (pitch-of-note): new function.
5533
5534         * ly/music-functions-init.ly: add \octave and \addquote
5535
5536         * lily/parser.yy (music_function_chord_body): softcode \octave.
5537         (lilypond_header): softcode \addquote
5538
5539 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5540
5541         * flower/include/std-vector.hh[STD_VECTOR]: Do not include
5542         array.hh, parray.hh at all.  Getting ready to flip the
5543         configure default.
5544
5545         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
5546
5547         * lily/source-file.cc (file::get_line): Help binary_search_bounds
5548         a bit.
5549
5550         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
5551
5552 2006-02-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5553
5554         * flower/include/array.hh: typo. 
5555
5556 2006-02-02  Graham Percival  <gpermus@gmail.com>
5557
5558         * Documentation/user/advanced-notation.itely: doc "\#" in text.
5559
5560 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5561
5562         * flower/include/pqueue.hh: Derive from std::vector.
5563
5564         * flower/include/parray.hh: Conform to std::vector interface.
5565         Update users.
5566
5567 2006-02-02  Graham Percival  <gpermus@gmail.com>
5568
5569         * Documentation/topdocs/NEWS.itely: grammar fix from Laura.
5570
5571 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5572
5573         * flower/file-path.cc (is_file): remove if 0 section.
5574
5575         * buildscripts/pfx2ttf.fontforge (err): robustness fix for
5576         selecting afii61352.
5577
5578 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5579
5580         * flower/include/std-vector.hh (boundary): Oops, reverse.
5581
5582         * flower/string-convert.cc (convert::unsigned_string): Bugfix:
5583         remove superfluous `d'.
5584
5585         * flower/include/std-vector.hh (boundary, top): Detach from class.
5586         Remove empty vector shell.
5587
5588         * flower/include/array.hh (reverse, swap): Detach from class.
5589         Update users.
5590         
5591         * flower/include/std-vector.hh
5592         * flower/include/array.hh (concat): Globally change to insert ().
5593
5594         
5595         * flower/include/std-vector.hh
5596         * flower/include/parray.hh
5597         * flower/include/array.hh (elem, elem_ref): Globally replace by
5598         at ().
5599
5600 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5601
5602         * Documentation/topdocs/NEWS.tely (Top): use ly: prefix for members.
5603
5604         * python/convertrules.py (FatalConversionError.sub_cxx_id):
5605         anticipate on identifier substitutions.
5606
5607 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5608
5609         * flower/include/std-vector.hh (insert): Remove, replace by
5610         std::vector interface.  Update callers.
5611
5612         * flower/include/array.icc (insert): Change signature to
5613         match std::vector interface.
5614         
5615         * flower/include/array.icc (vector_sort): Bugfix.
5616
5617 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5618
5619         * lily/parser.yy (output_def_head_with_mode_switch): new
5620         production. Result: dashes and underscores may be used in the
5621         \paper block.
5622
5623         * lily/lexer.ll: add DASHED_WORD.  Accept in INITIAL mode.
5624
5625         * python/convertrules.py (conv): oops. One slash too much.
5626
5627 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5628
5629         * flower/include/std-vector.hh (sort): Remove, replace by
5630         ::vector_sort.  Update callers.
5631
5632         * flower/include/std-vector.hh (slice): Remove.  Update callers.
5633         (sort): Bugfix.
5634
5635         * flower/test-std.cc (vector_sort): New test.
5636
5637 2006-02-01  Graham Percival  <gpermus@gmail.com>
5638
5639         * Documentation/user/putting.itely: fixes from Erik.
5640
5641 2006-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
5642
5643         * flower/test-std.cc: Add simple unit test for vector migration.
5644
5645         * stepmake/stepmake/test*: Unit test support.
5646
5647         * flower/include/std-vector.hh (del): Remove.  Use erase (),
5648         update callers.
5649
5650         * flower/include/array.hh (begin, end): Add.
5651         (del, get): Remove.
5652
5653 2006-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5654
5655         * lily/include/lily-guile-macros.hh (MAKE_SCHEME_CALLBACK): use
5656         std::string not String. 
5657
5658         * lily/context-def.cc (path_to_acceptable_context): use INT_MAX
5659         iso UINT_MAX.
5660
5661         * lily/prob.cc (Prob): copy type_ too.
5662
5663         * lily/lily-guile.cc (mangle_cxx_identifier): new
5664         function. Class_bla::foo_bar_[px] ->
5665         ly:class-bla::foo-bar[?!]. Changes throughout
5666
5667 2006-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5668
5669         * flower/include/guile-compatibility.hh (scm_from_unsigned): add scm_from_unsigned().
5670
5671         * lily/beam.cc (calc_direction): take dir from visible stem in
5672         degenerate case.
5673
5674 2006-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
5675
5676         * lily/melody-spanner.cc (spanner::calc_neutral_stem_direction):
5677         Fix -1, >=0 boundary checks for unsigned vsize.
5678
5679         * lily/separating-group-spanner.cc (spanner::find_rods): Fix >=0
5680         loop for unsigned vsize.
5681
5682         * configure.in (--enable-std-vector): New option.
5683         (--enable-std-string): On by default.
5684
5685         * flower/include/std-vector.hh: New file.  Enable switch to
5686         std::vector, update client code.
5687
5688 2006-01-30  Graham Percival  <gpermus@gmail.com>
5689
5690         * scm/document-translation.scm: clarify "this context is also
5691         known as".  Thanks, Werner!
5692
5693         * Documentation/user/putting.itely: small fixes from Don Blaheta.
5694
5695         * Documentation/user/invoking.itely: small fix from Don.
5696
5697 2006-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5698
5699         * scm/lily.scm (define-scheme-options): rename option
5700         preview-include-book-title to book-title-preview
5701         (define-scheme-options): move force-eps-font-include (from paper
5702         block) to eps-font-include -d option.
5703
5704         * VERSION (PATCH_LEVEL): release 2.7.30
5705
5706         * input/bach-schenker.ly (staffPiano): new file.
5707
5708         * buildscripts/pfx2ttf.fontforge: remove No. glyph from TTF file.
5709
5710         * Documentation/topdocs/NEWS.tely (Top): simplify NEWS entry, add
5711         credits to Nicolas.
5712
5713         * scm/define-markup-commands.scm (epsfile): add scaling to \epsfile.
5714
5715         * ps/lilyponddefs.ps: remove start-system, stop-system,
5716         start-page fluff. This saves putting { } code on the stack, fixing
5717         stack overflows when including EPS files.
5718
5719 2006-01-29  Graham Percival  <gpermus@gmail.com>
5720
5721         * Documentation/user/putting.itely: minor fixes (comments on -devel).
5722
5723 2006-01-29  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5724
5725         * Documentation/topdocs/NEWS.tely (Top): add \parallelMusic news.
5726
5727 2006-01-28  Graham Percival  <gpermus@gmail.com>
5728
5729         * Documentation/user/putting.itely: minor fixes (mostly tab->space).
5730
5731 2006-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5732
5733         * input/mutopia/claop.py: Update.
5734
5735 2006-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5736
5737         * input/regression/completion-heads.ly (texidoc): fix.
5738
5739         * lily/staff-symbol-referencer.cc (on_staff_line): idem.
5740
5741         * lily/tie-formatting-problem.cc
5742         (set_ties_config_standard_directions): use abs iso fabs for ints.
5743
5744         * Documentation/topdocs/INSTALL.texi (Top): document ncsb requirement.
5745
5746         * mf/feta-bolletjes.mf (overdone_heads): solfa_noteheight, a
5747         little less than noteheight, to prevent overlaps in chords.
5748
5749         * lily/note-collision.cc (check_meshing_chords): wipe upper FA
5750         head, and fudge stem-attachment.
5751
5752         * scm/lily-library.scm (not): define hash-for-each for guile 1.6
5753
5754         * lily/slur-scoring.cc (get_best_curve): handle opt_idx < 0 case.
5755
5756 2006-01-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5757
5758         * lily/main.cc (main): Debugging aid: catch exceptions.
5759
5760         * flower/std-string.cc (to_string): Robustification.  Fixes midi
5761         output with std::string.
5762
5763 2006-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5764
5765         * Documentation/topdocs/INSTALL.texi (Top): remove libkpathsea notes.
5766
5767 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
5768
5769         * Fix -DSTRING_UTILS_INLINED.
5770
5771 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5772
5773         * VERSION (PATCH_LEVEL): release 2.7.29
5774
5775         * lily/relocate.cc (setup_paths): mingw uses std string too.
5776
5777         * lily/*.cc: various fixes for substr(ARG).
5778
5779         * lily/sustain-pedal.cc (print): 
5780
5781         * flower/file-name.cc (slashify): use std strings.
5782
5783         * flower/string-convert.cc: remove publib.h
5784
5785         * scm/define-markup-commands.scm (verbatim-file): new markup
5786         command \verbatim-file
5787
5788         * Documentation/topdocs/NEWS.tely: fixup URLs
5789
5790         * input/regression/alignment-vertical-manual-setting.ly (Module):
5791         new file.
5792
5793         * lily/align-interface.cc (align_elements_to_extents): overwrite
5794         translations with numbers in alignment-offsets from left bound
5795
5796         * scm/page.scm (make-page-stencil): read X-offset from paper-system.
5797         (page-translate-systems): new function: take into account Y-offset.
5798
5799         * Documentation/topdocs/NEWS.tely (Top): document new features.
5800
5801         * input/regression/page-layout-manual-position.ly (Module): new
5802         file.
5803
5804 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
5805
5806         * flower/file-path.cc (path::parse_path): Oops.
5807
5808         * Finish std::string interface.  For now, use std:: marker
5809         throughout for easy s/r.
5810
5811 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5812
5813         * Documentation/user/putting.itely (Score is a single musical
5814         expression): typo.
5815         (Score is a single musical expression): more typos.
5816
5817         * scm/page.scm (annotate-space-left): thinko.
5818         (annotate-page): more thinkos.
5819
5820 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5821
5822         * scm/layout-page-layout.scm (write-page-breaks): record tweaks
5823         for different \score blocks separately.
5824         (post-process-pages): put write-page-layout into paper block.
5825
5826         * lily/output-def.cc (get_parser): new file.
5827
5828         * lily/output-def-scheme.cc (LY_DEFINE): ly:output-def-parser, new
5829         file.
5830
5831         * lily/include/output-def.hh (class Output_def): add parser_ member.
5832
5833         * input/regression/page-layout-twopass.ly (Module): new file.
5834
5835         * scm/lily.scm: remove cpp hack.
5836
5837         * lily/lyric-engraver.cc (get_voice_to_lyrics): use NPOS everywhere.
5838
5839 2006-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5840
5841         * GNUmakefile.in (c-clean): New target.
5842
5843         * flower/include/std-string.hh: String/std::string compatibility:
5844         Use NPOS for `not found' (iso -1), use ssize for length () and pos
5845         type.
5846
5847         * flower/rational.cc: 
5848         * flower/include/rational.hh: 
5849
5850         * flower/offset.cc: 
5851         * flower/include/offset.hh: 
5852
5853         * flower/interval.cc: 
5854         * flower/include/interval.hh: 
5855
5856         * flower/string-convert.cc: 
5857         * flower/include/string-convert.hh: Use std::string [interface].
5858         Update callers.
5859
5860 2006-01-25  Heikki Junes  <hjunes@cc.hut.fi>
5861
5862         * Documentation/index.html.in: clean up.
5863
5864 2006-01-25  Graham Percival  <gpermus@gmail.com>
5865
5866         * Documentation/user/putting.itely: another new untested doc section.
5867
5868 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5869
5870         * scm/layout-page-layout.scm (write-page-breaks): write
5871         \spacingTweaks #ALIST. Handle grace timing.
5872
5873         * scm/: more imports.
5874
5875         * scm/page.scm (make-page): add footer/header.
5876         (annotate-space-left): revise: only take page argument.
5877         (layout->page-init): new function.
5878
5879         * scm/layout-page-layout.scm (write-page-breaks): preliminary
5880         version of the system/spacing/linebreak hack writing to the output
5881
5882         * lily/prob-scheme.cc (LY_DEFINE): take optional 'key val args in
5883         ly:make-prob.
5884
5885         * lily/grob-scheme.cc (LY_DEFINE): ly:spanner-get-bound ->
5886         ly:spanner-bound
5887
5888 2006-01-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5889
5890         * scm/stencil.scm (annotate-y-interval): move from layout-page-layout.scm
5891
5892         * scm/paper-system.scm (paper-system-annotate): new file. Handle paper-system.
5893
5894         * scm/layout-page-layout.scm (optimal-page-breaks): move all page
5895         handling to page.scm
5896
5897         * lily/prob-scheme.cc (LY_DEFINE): new file.
5898         (LY_DEFINE): functions ly:make-prob , ly:prob-type? , ly:prob-(set-)property(!)
5899
5900         * lily/music-scheme.cc (LY_DEFINE): rewrite get/set property using
5901         prob functions.
5902
5903         * lily/music.cc (derived_mark): derive Music from Prob.
5904
5905         * lily/paper-system.cc (LY_DEFINE): derive from Prob.
5906
5907         * lily/prob.cc (Module): Implement Prob (Property Object), object
5908         with shared and r/w property alists.  
5909
5910         * lily/include/prob.hh (Module): new file. Declare Prob.
5911
5912         * flower/string.cc: remove is_empty().
5913
5914         * flower/include/string.hh (class String): remove String:: qualifier.
5915
5916         * buildscripts/analyse-cxx-log.py: new file. Read compile log to
5917         substitute appropriate functions.
5918
5919         * flower/include/string.hh (class String): remove to_str0 and
5920         is_empty(). S&R everywhere.
5921
5922 2006-01-23  Graham Percival  <gpermus@gmail.com>
5923
5924         * Documentation/user/basic-notation.itely: add hairpin
5925         after-linebreak tweak to commonprop.
5926
5927         * Documentation/user/putting.itely: added two new sections.
5928
5929 2006-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5930
5931         * flower/international.cc: 
5932         * flower/include/international.hh: 
5933
5934         * flower/getopt-long.cc: 
5935         * flower/include/getopt-long.hh: Use std::string [interface].
5936         Update callers.
5937
5938         * flower/include/std-string.hh: Oops, bugfix for --disable-std-string.
5939
5940         * stepmake/stepmake/executable-rules.make: Add dependency on
5941         module libraries.
5942
5943 2006-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5944
5945         * flower/file-path.cc: 
5946         * flower/include/file-path.hh: Use std::string [interface].
5947         Update callers.
5948
5949         * flower/direction.cc: 
5950         * flower/axis.cc: Unused.  Remove.
5951
5952         * configure.in (--enable-std-string): New option.
5953
5954         * flower/std-string.cc: 
5955         * flower/include/std-string.hh: New file.
5956
5957         * flower/file-name.cc[STD_STRING]:
5958         * flower/include/file-name.hh[STD_STRING]: Use it.  Update callers.
5959
5960 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5961
5962         * scm/output-svg.scm (placebox): no GNU coding standards in SVG output. 
5963
5964         * scm/define-markup-commands.scm (with-dimensions):
5965         with-dimensions markup command.
5966
5967         * input/test/font-table.ly: use it.
5968
5969         * lily/open-type-font.cc (glyph_list): new function.
5970
5971         * lily/open-type-font-scheme.cc (LY_DEFINE): ly:otf-glyph-list function.
5972
5973         * lily/ttf.cc: remove ly:font-glyph-list scheme function
5974
5975 2006-01-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5976
5977         * ly/music-functions-init.ly (parallelMusic): new music function
5978         for parallel music entry.
5979
5980         * scm/define-music-properties.scm (all-music-properties): new
5981         'void music property
5982
5983         * scm/music-functions.scm (ly:music-message): make public, to be
5984         used in music function definitions
5985
5986         * scm/lily-library.scm (collect-music-for-book): discard music
5987         when the 'void property is set.
5988
5989 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5990
5991         * lily/ttf.cc (LY_DEFINE): store name before destroying face.
5992
5993         * mf/GNUmakefile: idem.
5994
5995         * buildscripts/mf-to-table.py (help): excise fetaXXlist.ly support.
5996
5997         * stepmake/bin/install.py (dest): Only chmod/chown just created directories
5998
5999         * Documentation/user/notation-appendices.itely (The Feta font):
6000         use it.
6001
6002         * input/test/font-table.ly: new file. Generate font table within lily.
6003
6004         * Documentation/user/notation-appendices.itely (The Feta font):
6005         use new font-table.ly file. 
6006
6007         * stepmake/stepmake/install-out-targets.make
6008         (local-install-outfiles): only create directory if
6009         $(INSTALLATION_OUT_DIR) is defined. This fixes install on Gentoo.
6010
6011 2006-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6012
6013         * lily/ttf.cc (LY_DEFINE): new function ly:font-glyph-list.
6014
6015         * VERSION (PACKAGE_NAME): release 2.7.28
6016
6017         * scm/framework-ps.scm (write-preamble): use it to pick exactly
6018         the right font from a Mac dfont.
6019         (write-preamble): don't forget directory, only look at files.
6020
6021         This fixes problems with TTF files in dfonts that don't match
6022         their PostScript names.
6023          
6024         * lily/ttf.cc (LY_DEFINE): ly:ttf-ps-name: new routine to extract
6025         PS name from TTF font.
6026
6027         * input/regression/tie-manual.ly: document new feature.
6028
6029         * Documentation/topdocs/NEWS.tely (Top): add tie NEWS.
6030
6031         * VERSION (MY_PATCH_LEVEL): bump to .28
6032
6033         * Documentation/user/basic-notation.itely (Ties): add tie examples
6034         refs.
6035
6036         * lily/tie-formatting-problem.cc (score_ties_configuration):
6037         symmetry penalties for outer ties.
6038
6039 2006-01-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6040
6041         * lily/tie-formatting-problem.cc (generate_configuration) 
6042         (set_manual_tie_configuration): skip non-pair manual
6043         tie-configuration, so you can set individual ties as
6044
6045           #'tie-configuration = #'((7 . 1) #t (-3 . 1))
6046
6047         * input/regression/tie-chord.ly: use generateTiePattern to
6048         simplify file.
6049
6050         * lily/tie-formatting-problem.cc (peak_around): new function.
6051         (score_configuration): use sliding criterion for staff line collisions. 
6052         (score_configuration): idem for dot collisions.
6053         (generate_configuration): use separate stem_gap for gap to stem.
6054
6055         * lily/include/tie-formatting-problem.hh (struct Tie_details):
6056         separate penalty factors for x and y distance.
6057         (struct Tie_details): separate penalties for tip and center line collisions.
6058
6059 2006-01-19 Han-Wen Nienhuys  <hanwen@xs4all.nl>
6060
6061         * lily/tie-formatting-problem.cc (generate_configuration): make
6062         large ties avoid stafflines in the horizontal section.
6063         (score_configuration): use softcoded penalties
6064         (score_aptitude): idem.
6065
6066         * lily/tie-helper.cc (from_grob): softcode tie details
6067
6068         * lily/staff-symbol-referencer.cc (on_staff_line): new function
6069
6070         * lily/staff-symbol-referencer.cc (on_line): rename from
6071         on_staffline 
6072
6073 2006-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6074
6075         * ly/music-functions-init.ly: remove duplicate tag.
6076
6077         * lily/include/*.hh: GCC 4.1 fixes.
6078
6079 006-01-16  Erlend Aasland  <erlenda@gmail.com>
6080
6081         * Documentation/user/global.itely: fix typos; @bugs -> @refbugs
6082
6083         * scm/define-music-types.scm: fix bug in desc. string
6084         for OverrideProperty
6085
6086 2006-01-15 Erik Sandberg  <mandolaerik@gmail.com>
6087
6088         * scripts/lilypond-book.py: bugfix
6089
6090         * scm/define-music-types.scm: fix typos.
6091
6092 2006-01-14  Graham Percival  <gpermus@gmail.com>
6093
6094         * Documentation/user/ basic-notation.itely, global.itely,
6095         advanced-notation.itely, instrument-notation.itely: small
6096         additions (bugs and commonly tweaked properties).
6097
6098 2006-01-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6099
6100         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): generic
6101         detection of mingw build.
6102         (MINGW_BUILD): opps.
6103
6104 2006-01-12  Jan Nieuwenhuizen  <janneke@gnu.org>
6105
6106         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Add
6107         i686-mingw32.
6108
6109 2006-01-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6110
6111         * scm/music-functions.scm (skip->rest): add skip->rest
6112
6113 2006-01-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6114
6115         * lily/font-config.cc (init_fontconfig): call FcConfigBuildFonts()
6116         explicitly.
6117
6118         * lily/font-config-scheme.cc (LY_DEFINE): also display font and
6119         config dirs. Aids debugging. 
6120         (display_config): also display config files.
6121
6122 2006-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6123
6124         * VERSION: release 2.7.27
6125
6126         * lily/bar-line.cc (calc_bar_size): inspect staff->extent (Y_AXIS)
6127         for determining bar size.
6128
6129         * lily/staff-symbol.cc (print): place lines at distance line-positions
6130
6131         * scm/define-grob-properties.scm (all-user-grob-properties): add
6132         line-positions.
6133
6134         * lily/staff-symbol.cc (height): new function.
6135
6136         * input/regression/staff-line-positions.ly:  new file.
6137
6138 2006-01-06  Graham Percival  <gpermus@gmail.com>
6139
6140         * input/test/add-staccato.ly: remove reference to old file.
6141
6142 2006-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6143
6144         * scripts/lilypond-book.py (invokes_lilypond): allow . in path to
6145         lilypond binary too.
6146
6147 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6148
6149         * make/mutopia-rules.make (Module): use LILYPOND_BINARY
6150
6151 2006-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6152
6153         * scripts/midi2ly.py: Bugfix: Declare datadir.
6154
6155         * make/ly-rules.make:
6156         * make/mutopia-rules.make: Use LILYPOND_BINARY (WAS: LILYPOND, but
6157         that seems to be gone). Fixes make web.
6158
6159         * The grand 2005-2006 replace.
6160
6161         * VERSION (MY_PATCH_LEVEL): Stay on .26 for now.
6162
6163 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6164
6165         * make/lilypond-vars.make: set LILYPOND_BINARY variable
6166         (LILYPOND_BOOK_LILYPOND_FLAGS): new variable
6167         LILYPOND_BOOK_LILYPOND_FLAGS to hold system dependent settings,
6168         like -dgs-font-load.
6169
6170         * Documentation/user/GNUmakefile ($(outdir)/interfaces.itexi):
6171         remove absolute path to lilypond binary.
6172         
6173 2006-01-05 Pedro Kroeger    <kroeger@pedrokroeger.net>
6174
6175         * configure.in (NCSB_DIR): fix --with-ncsb-dir option.
6176
6177 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6178
6179         * make/lilypond-vars.make: support LILYPOND_EXTERNAL_BINARY variable.
6180
6181         * mf/GNUmakefile: remove broken dvips map symlink.
6182
6183 2006-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6184
6185         * lily/main.cc: 
6186         * configure.in: Cosmetic fixes.
6187
6188 2006-01-04  Mats Bengtsson  <mabe@s3.kth.se>
6189
6190         * Documentation/user/music-glossary.tely (Pitch names): Added
6191         Spanish pitch names and durations, thanks to Ernesto Gancedo
6192
6193 2006-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6194
6195         * scm/lily.scm (define-scheme-options): use quasi-quote for option
6196         init. Fixes verbose printing of .scm files.
6197
6198         * stepmake/aclocal.m4: add spaces before - options.
6199         
6200 2006-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
6201
6202         * lily/relocate.cc (setup_paths): Bugfix: do not store result
6203         of path search in local block variable.
6204
6205 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6206
6207         * configure.in (NCSB_DIR): --enable-ncsb-dir
6208         (LINK_GXX_STATICALLY): denko.
6209
6210         * mf/GNUmakefile ($(NCSB_TTFS)): NCSB_DIR iso. NCSB_PATH. 
6211
6212         * configure.in (LINK_GXX_STATICALLY): --enable-ncsb-path option. 
6213         use locate to find c059033l.pfb. 
6214         
6215 2006-01-02  Jan Nieuwenhuizen  <janneke@gnu.org>
6216
6217         * lily/tie-formatting-problem.cc
6218         (problem::generate_base_chord_configuration): Use my_round (was
6219         round).
6220
6221         * lily/source-file.cc (file::get_counts)[!HAVE_MBRTOWC]: Bugfix,
6222         do not invoke mbrtowc.
6223
6224         * lily/relocate.cc (setup_paths): Add more debugging verbosity.
6225
6226 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6227
6228         * scm/lily.scm (lilypond-all): oops. remove debugging hack.
6229
6230 2005-01-02  Heikki Junes  <hjunes@cc.hut.fi>
6231
6232         * Documentation/user/invoking.itely (svg): revise.
6233
6234 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6235
6236         * lily/lexer.ll: use sourcefilename iso. renameinput.
6237
6238 2006-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6239
6240         * mf/GNUmakefile ($(NCSB_TTFS)): revise rule. Create
6241         <PostScriptName>.ttf instead of c059XXXttf.
6242
6243         * lily/program-option.cc (LY_DEFINE): special support for
6244         --verbose, so it works before option init too.
6245  
6246         * mf/GNUmakefile (local-install): oops.
6247
6248         * lily/lyric-hyphen.cc (print): oops.
6249
6250         * buildscripts/pfx2ttf.fontforge: new file.
6251         
6252         * mf/GNUmakefile (NCSB_PATH): add vars for NCSB.
6253         ($(outdir)/%.ttf): new rule. 
6254
6255         * scm/define-grobs.scm (all-grob-descriptions): add font-interface
6256         to LyricHyphen.
6257
6258         * lily/lyric-hyphen.cc (print): multiply hyphen height by
6259         font-size
6260
6261 2005-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6262
6263         * VERSION: release 2.7.26
6264         
6265         * mf/GNUmakefile (install-fc-cache): remove old font.cache-1 files.
6266
6267 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6268
6269         * lily/font-config.cc (init_fontconfig): verbosity.
6270
6271         * THANKS: add Muziekacademie Lede. 
6272
6273         * scripts/musicxml2ly.py (print_voice_definitions): new function 
6274         (print_score_setup): new function
6275         (convert): read part definition to output staves properly.
6276
6277         * python/musicxml.py (Measure.get_notes): new class. Wrap lists of
6278         Music_xml notes.
6279
6280         * python/musicexp.py (Output_printer.__init__): use _ in data
6281         members.
6282         (Output_printer.unformatted_output): new function: no formatting,
6283         but count braces.
6284         (Duration.get_length): remove isinstance() checks for
6285         Output_printer everywhere.
6286
6287         * input/regression/lyrics-bar.ly (texidoc): add
6288         Separating_line_group_engraver.
6289
6290 2005-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
6291
6292         * lily/relocate.cc (framework_relocation): New function,
6293         factored from set_relocation ().
6294         (prefix_relocation): Rename from set_relocation ().
6295         (setup_paths): Use it.
6296
6297 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6298
6299         * scm/*.scm: use LEFT/RIGHT/UP/DOWN etc. iso. magical
6300         numbers. Patch by Erlend Aasland.
6301
6302 2005-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6303
6304         * lily/font-config.cc (init_fontconfig): print warning if cache
6305         file is not existant.
6306
6307         * lily/main.cc: don't use #ifdef but #if
6308
6309 2005-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6310
6311         * lily/grob-property.cc (internal_set_property): don't abort on
6312         calculation-in-progress.
6313
6314         * lily/beam.cc (get_default_dir): robustness: don't divide by zero.
6315
6316         * lily/tuplet-bracket.cc (calc_control_points): oops: typo. Read
6317         connect-to-neighbor property not connect-to-other
6318
6319         * lily/program-option.cc (LY_DEFINE): remove Protected_scm global variable.
6320         (LY_DEFINE): oops. don't forget protection.
6321
6322         * flower/parse-afm.cc (Module): strip AFM handling completely.
6323
6324         * lily/stencil-expression.cc: idem.
6325
6326         * lily/grob-interface-scheme.cc (LY_DEFINE): idem.
6327
6328         * lily/function-documentation.cc (ly_add_function_documentation):
6329         use static member iso. Protected_scm
6330
6331         * lily/main.cc: use ifdef ARGV0_RELOCATION iso. MINGW
6332
6333         * config.make.in (prefix): remove HAVE_KPATHSEA_SO
6334
6335 2005-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6336
6337         * lily/relocate.cc (set_env_dir): New function.
6338         (set_relocation): Use it to fix setting PANGO_PREFIX.
6339
6340 2005-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6341
6342         * input/regression/stem-direction-context.ly: remove rest.
6343
6344         * lily/melody-engraver.cc (process_music): restart for bar lines.
6345         (acknowledge_slur): restart for slurs.
6346
6347 2005-12-27  Heikki Junes  <hjunes@cc.hut.fi>
6348
6349         * Documentation/user/invoking.itely: describe how to view SVG 
6350         output using Inkscape which replace embedded fonts with OTF fonts.
6351
6352 2005-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6353
6354         * lily/relocate.cc (set_relocation): set PANGO_PREFIX
6355
6356 2005-12-23  Jan Nieuwenhuizen  <janneke@gnu.org>
6357
6358         * lily/melody-engraver.cc (class Melody_engraver): Remove lying
6359         comment.
6360
6361 2005-12-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6362
6363         * VERSION (PACKAGE_NAME): release 2.7.25
6364
6365         * Documentation/topdocs/NEWS.tely (Top): document new feature.
6366
6367         * input/regression/stem-direction-context.ly: new file.
6368
6369         * lily/relocate.cc (set_relocation): add PANGO_PREFIX
6370
6371         * lily/melody-engraver.cc (acknowledge_stem): restart MelodyItem
6372         on rest.
6373
6374         * ly/engraver-init.ly: add Melody_engraver
6375
6376         * lily/beam.cc (calc_direction): use default-direction
6377         iso. get_default_direction()
6378
6379         * scm/define-grob-properties.scm (all-user-grob-properties): add
6380         default-direction property.
6381
6382         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem.
6383
6384         * lily/stem.cc (calc_default_direction): remove
6385         Stem::get_default_direction, use default-direction with callback
6386         instead.
6387
6388         * lily/melody-spanner.cc (calc_neutral_stem_direction): 
6389
6390         * lily/melody-engraver.cc: new file. Acknowledge stems for
6391         interpolated stem directions. 
6392
6393         * lily/melody-spanner.cc: new file. Interpolate stem directions.
6394
6395         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem
6396
6397         * lily/slur-configuration.cc (fit_factor): more robust check for
6398         point in curve X-extent.
6399
6400         * lily/slur.cc (outside_slur_callback): return offset_scm, not 0.
6401         (outside_slur_callback): check for 'outside avoidance.
6402
6403         * lily/slur-configuration.cc (score_extra_encompass): don't use
6404         bound->column() == avoid->column() for checking extents, as this
6405         doesn't work for accidentals. 
6406
6407         * lily/slur-engraver.cc (acknowledge_extra_object): remove
6408         DynamicText hardcoding.
6409
6410         * lily/slur-scoring.cc (enumerate_attachments): robustness: don't
6411         crash if bound stem is NULL
6412
6413         * lily/piano-pedal-performer.cc: patch by MWD for enabling piano
6414         pedals.
6415
6416 2005-12-22  Graham Percival  <gpermus@gmail.com>
6417
6418         * scm/define-markup-commands.scm: typo.  @code{\raise}
6419         => @code{\\raise}.
6420
6421         * darwin.patch: now used again, includes a
6422         required patch from fink.
6423
6424 2005-12-21  Heikki Junes  <hjunes@cc.hut.fi>
6425
6426         * po/TODO: mention gtranslator along with kbabel.
6427         * po/fi.po: update translations.
6428
6429 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6430
6431         * lily/relocate.cc (setup_paths): Bugfix.
6432
6433 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6434
6435         * lily/slur-configuration.cc (score_extra_encompass): don't use
6436         "avoid" choice for avoid-slur.
6437
6438         * stepmake/bin/install.py (dest): don't create existing dir.
6439
6440 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6441
6442         * stepmake/bin/install.py: Remove file before copying.
6443
6444         * config.make.in: 
6445         * stepmake/aclocal.m4: Do not substitute INSTALL.
6446
6447 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6448
6449         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
6450         depend on link-tree.
6451
6452         * lily/relocate.cc (setup_paths): only check path for non-absolute
6453         dir without directory part.
6454
6455         * flower/file-name.cc (is_absolute):  new method.
6456         (is_absolute): check root_ too.
6457
6458 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6459
6460         * lily/relocate.cc (setup_paths) [__MINGW32__]: Comment-out broken
6461         relocation code.  Oops, don't comment out too much.
6462
6463         * stepmake/stepmake/generic-vars.make (INSTALL): Assign INSTALL_PY
6464         iso itself.
6465
6466         * lily/relocate.cc [HAVE_GETTEXT]: Include libintl.h.  Fixes mingw
6467         compile.
6468
6469 2005-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
6470
6471         * .cvsignore: Add install-sh.
6472
6473         * autogen.sh (srcdir): Typo.
6474
6475 2005-12-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6476
6477         * autogen.sh (srcdir): urg. Touch install-sh.
6478
6479         * stepmake/bin/install-sh (Module): remove.
6480
6481         * stepmake/stepmake/generic-vars.make (INSTALL): add $(INSTALL).
6482
6483         * lily/include/relocate.hh: new file.
6484
6485         * lily/relocate.cc: new file. Contain relocation logic.
6486
6487         * lily/main.cc (setup_paths): fix: LILYPOND_RELOCATE_PREFIX.
6488         (main): read LILYPOND_VERBOSE as the first thing.
6489
6490         * stepmake/aclocal.m4: remove INSTALL variable.
6491
6492         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
6493         separate target for making font symlinks.
6494         (documentation-dir): use $(if $(findstring )) for switching off
6495         Documentation.
6496
6497         * stepmake/stepmake/help2man-vars.make (OUT_DIST_FILES): only do
6498         something if DOCUMENTATION is no.
6499
6500 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6501
6502         * VERSION: release 2.7.24
6503
6504         * lily/script-column-engraver.cc (stop_translation_timestep):
6505         delay adding to script-column.
6506
6507         * lily/tuplet-bracket.cc (print): suicide if no control-points. 
6508
6509         * python/convertrules.py (conv): rule for number-visibility
6510
6511         * lily/slur-configuration.cc (score_extra_encompass): different
6512         distance measure for avoid and inside avoidance.
6513         (score_extra_encompass): use 1/(distance+eps) as penalty.
6514
6515         * lily/slur-scoring.cc (generate_avoid_offsets): use 'inside
6516         encompass objects for generating slur curves.
6517
6518         * lily/slur.cc: use details iso. slur-details property.
6519
6520         * input/regression/slur-tuplet.ly: new file.
6521
6522         * lily/slur-engraver.cc (acknowledge_tuplet_number): new function.  
6523
6524         * flower/include/offset.hh (class Offset): new operator /=
6525
6526         * lily/tuplet-number.cc (print): new file, new interface.
6527
6528         * scm/define-grob-properties.scm (all-user-grob-properties):
6529         remove number-visibility property.
6530
6531         * lily/tuplet-bracket.cc (calc_control_points): new function
6532         (calc_connect_to_neighbors): new function.
6533         (print): remove text handling for tuplet numberdef.
6534
6535         * lily/tuplet-engraver.cc (struct Tuplet_description): create
6536         TupletNumbers too. 
6537
6538         * lily/lily-guile.cc (robust_scm2booldrul): new function
6539
6540         * scm/define-grobs.scm (all-grob-descriptions): new grob TupletNumber
6541
6542         * lily/tuplet-bracket.cc (calc_position_and_height): use
6543         staff-padding to control whether tuplet brackets are over staves.
6544
6545         * lily/grob.cc (suicide): clear dim_caches_.
6546
6547         * lily/dimension-cache.cc (clear): new function.
6548
6549         * lily/grob.cc (extent): swap order of min-extent and extent
6550         calculations. This fixes hara kiri staves. 
6551
6552 2005-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6553
6554         * lily/main.cc: Nitpick: relocation is not based on path, but on
6555         directory (location).
6556
6557 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6558
6559         * lily/main.cc (setup_paths): read LILYPOND_RELOCATE_PREFIX
6560
6561         * stepmake/stepmake/install-targets.make (local-uninstall): idem.
6562
6563         * stepmake/stepmake/install-out-targets.make (local-install-outfiles): idem.
6564
6565         * stepmake/stepmake/help2man-targets.make (install-help2man): idem.
6566
6567         * stepmake/stepmake/generic-vars.make (Module): idem.
6568
6569         * stepmake/stepmake/executable-targets.make (default): use it.
6570
6571         * stepmake/bin/install.py (create_dir): new file. Replace install-sh.
6572
6573         * make/GNUmakefile: don't install make rules.
6574
6575         * lily/main.cc (setup_paths): don't inspect $PATH for argv0 with
6576         slashes.
6577         (prepend_env_path): more verbosity.
6578
6579 2005-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6580
6581         * GNUmakefile.in: add dir argument for find command.
6582
6583         * lily/parser.yy (bass_figure): set_spot() for bass figures. This
6584         fixes weird line numbers for point & click.
6585
6586         * lily/source-file.cc (get_counts): init line/column/char counts.
6587
6588 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6589
6590         * lily/main.cc: remove ARGV0_RELOCATION, instead use --relocate.
6591
6592 2005-12-16  Graham Percival  <gpermus@gmail.com>
6593
6594         * Documentation/user/basic-notation.itely, advanced-notation.itely:
6595         minor fixes from Fredric.  Thanks!
6596
6597 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6598
6599         * ly/music-functions-init.ly: add \bar and \clef music function 
6600
6601         * lily/lily-lexer.cc: idem.
6602
6603         * lily/parser.yy (FIXME): remove BAR and CLEF.
6604
6605 2005-12-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6606
6607         * Documentation/topdocs/NEWS.tely (Top): doc string argument change.
6608
6609         * lily/parser.yy (Generic_prefix_music_scm): allow strings as
6610         function arguments too
6611
6612         * lily/main.cc (set_relocation): new function.
6613
6614         * scripts/musicxml2ly.py (convert): add \version
6615
6616         * lily/tie.cc: remove get_default_attachments()
6617
6618         * VERSION (PACKAGE_NAME): release 2.7.23
6619         
6620         * lily/chord-tremolo-engraver.cc (acknowledge_stem): use
6621         ultimate_music_cause(). This fixes core dumps in unfold-all-repeats.ly
6622
6623         * Documentation/topdocs/NEWS.tely (Top): document new feature.
6624
6625         * lily/tie-formatting-problem.cc (score_ties): new function
6626         (get_variations): new function. Try flipping dirs for collisions.
6627         (generate_optimal_chord_configuration): new function. 1-opt search
6628         for better configuration.
6629
6630         * lily/tie-configuration.cc: new file.
6631
6632         * lily/tie.cc: junk Tie::get_configuration()
6633
6634         * lily/tie-formatting-problem.cc (score_ties_aptitude): new function.
6635         (score_ties_configuration): new function.
6636         (generate_ties_configuration): new function.
6637         (generate_base_chord_configuration): new function.
6638         (set_ties_config_standard_directions): Move body from tie-column-format.cc 
6639         (set_manual_tie_configuration): Move body from tie-column-format.cc 
6640
6641         * input/regression/tie-dot.ly: new file.
6642
6643         * lily/tie-formatting-problem.cc (score_configuration): score
6644         tie/dot collisions.
6645
6646         * lily/tie-helper.cc (get_transformed_bezier): new function
6647
6648         * Documentation/topdocs/NEWS.tely (Top): strip out-www.
6649
6650         * stepmake/stepmake/python-module-vars.make (SHARED_FLAGS): use
6651         -undefined suppress iso. -framework Python 
6652
6653         * scm/define-grobs.scm (all-grob-descriptions): set
6654         springs-and-rods (thanks Joe Neeman!)
6655
6656 2005-12-12  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6657
6658         * input/no-notation/display-lily-tests.ly (test): 
6659         * scm/display-lily.scm (tag->lily-string): the syntax for tags has
6660         changed from \tag #'(a b) to \tag #'a \tag #'b
6661
6662 2005-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6663
6664         * Documentation/topdocs/NEWS.tely: strip out-www.
6665
6666         * lily/include/grob-interface.hh: include lily-guile.hh not libguile.h
6667
6668         * config.make.in (AR): add AR and RANLIB
6669
6670         * flower/libc-extension.cc: include cassert
6671
6672         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): more robust
6673         darwin check.
6674
6675 2005-12-11  Graham Percival  <gpermus@gmail.com>
6676
6677         * stepmake/stepmake/generic-vars.make: define DARWIN_BUILD.
6678
6679         * stepmake/stepmake/python-modules-vars.make: define
6680         SHARED_FLAGS for OSX.  Thanks Johannes Schindelin!
6681
6682         * THANKS: added Johannes Schindelin.
6683
6684 2005-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6685
6686         * python/midi.c (pymidi_parse): use memcmp() iso. strcmp().
6687
6688         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
6689         Span_arpeggio_engraver, add Tweak_engraver to Score context. 
6690
6691         * lily/parser.yy: reorganize file layout.
6692
6693         * ly/music-functions-init.ly: add tweak music function.
6694
6695         * lily/grob-info.cc (ultimate_music_cause): new function:
6696         recursively lookup causes. 
6697
6698         * lily/parser.yy (chord_body_element): allow music functions for
6699         post-events, allow music functions for chord elements. 
6700  
6701         * lily/font-config-scheme.cc (display_fontset): add cast.
6702
6703         * python/convertrules.py (FatalConversionError.sub_syms): \tag
6704         #'(a b) -> \tag #'a \tag #'b rule.
6705
6706         * python/musicexp.py (Output_printer.dump_version): new function
6707
6708 2005-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6709
6710         * lily/parser.yy (FIXME): remove \tag
6711         (FIXME): remove tag_music() function.
6712
6713         * lily/lily-lexer.cc: remove \tag
6714
6715         * ly/music-functions-init.ly: define music-function "tag"
6716
6717         * lily/parser.yy (chord_body_element): allow tags in chord bodies.
6718
6719 2005-12-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6720
6721         * VERSION (PATCH_LEVEL): release 2.7.22
6722
6723         * input/regression/lyric-hyphen-retain.ly: renew.
6724
6725         * scm/define-grobs.scm (all-grob-descriptions): add LyricSpace
6726         grob
6727
6728         * lily/lyric-hyphen.cc (set_spacing_rods): use minimum-distance
6729         iso. minimum-length property for rods.
6730
6731         * lily/hyphen-engraver.cc (acknowledge_lyric_syllable): create
6732         LyricSpace item to keep lyrics spaced apart.
6733
6734         * ly/engraver-init.ly: remove Separating_line_group_engraver
6735
6736         * Documentation/user/music-glossary.tely: do setfilename before
6737         music-glossary.
6738
6739 2005-12-07  Heikki Junes  <hjunes@cc.hut.fi>
6740
6741         * Documentation/user/lilypond-book.itely: use `,´ after xref:
6742         See xref documentation, for example.
6743
6744 2005-12-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6745
6746         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): use
6747         pending_skip iso. ly_voice[-1]
6748         (main): add if __main__ for debugging.
6749
6750         * python/musicxml.py (Accidental.__init__): new class.
6751
6752         * scripts/musicxml2ly.py (progress): new function
6753         (musicxml_key_to_lily): don't barf on modeless keys.
6754         (create_skip_music): new function.
6755         (musicxml_spanner_to_lily_event): new function. Handle beams too.
6756         (musicxml_note_to_lily_main_event): new function.
6757
6758         * python/musicexp.py (Music.__init__): add comment field.
6759         (NestedMusic.append): new routine.
6760         (SequentialMusic.print_ly): print comment.
6761         (ArpeggioEvent.ly_expression): new class
6762         (BeamEvent.ly_expression): new class
6763         (NoteEvent.__init__): support for cautionary/forced accs.
6764
6765         * lily/lookup.cc (slur): normal order for array loop.
6766
6767         * scm/framework-ps.scm (dump-stencil-as-EPS): set left X of bbox
6768         to 0.0.
6769
6770         * ly/engraver-init.ly: set bar-size, so bar-lines aren't
6771         collapsed.
6772
6773 2005-12-06 Erik Sandberg  <mandolaerik@gmail.com>
6774
6775         * scm/music-functions.scm: Make phrasing slurs follow voice direction
6776
6777         * scripts/lilypond-book.py: Introduce option
6778             --preserve-line-breaks, for usage with srcltx
6779
6780 2005-12-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6781
6782         * scm/output-lib.scm (print-circled-text-callback): draw circle
6783         around text using make-circle-markup.
6784
6785         * Documentation/user/*: strip out-www from file names.
6786
6787 2005-12-05  Heikki Junes  <hjunes@cc.hut.fi>
6788
6789         * Documentation/user/lilypond.tely (direntry): remove empty lines;
6790         fixes invalid info entry issue with makeinfo 4.8 in debian sid.
6791
6792 2005-12-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6793
6794         * Documentation/user/GNUmakefile: idem.
6795
6796         * Documentation/user/macros.itexi: strip out-www
6797
6798         * python/rational.py: python 2.3 compat.
6799
6800         * VERSION (PATCH_LEVEL): release 2.7.21
6801
6802         * scripts/musicxml2ly.py (NonDentedHeadingFormatter.format_headi):
6803         option formatting, lilypond style.
6804
6805         * python/musicexp.py: grab from Ikebana: a library for composing
6806         ly music expressions. 
6807         (Output_printer): class for advanced .ly printing.
6808         (eg. tupletting) 
6809
6810         * python/musicxml.py: new file. Read MusicXML MiniDOM tree, and
6811         convert to pythonesque structure.
6812
6813         * python/rational.py: PD rational number class.
6814
6815         * Documentation/user/converters.itely (Invoking musicxml2ly):  new node.
6816
6817 2005-12-04  Erik Sandberg  <mandolaerik@gmail.com>
6818
6819         * lily/part-combine-iterator.cc: Minor bugfix
6820         
6821         * THANKS: Update bughunters
6822
6823 2005-12-02  Werner Lemberg  <wl@gnu.org>
6824
6825         * mf/README: Document process for proper mf2pt1 conversion.
6826
6827         * mf/feta-beugel.mf (draw_brace): Fix path to assure clean
6828         overlapping.
6829
6830         * mf/feta-harmonica.mf: Removed.  Unused.
6831
6832 2005-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6833
6834         * scripts/lilypond-book.py (do_file): fix thinkos.
6835
6836 2005-12-01  Jan Nieuwenhuizen  <janneke@gnu.org>
6837
6838         * lily/GNUmakefile ($(outdir)/FlexLexer.h):
6839         ($(outdir)/parser.cc): 
6840         ($(outdir)/lexer.cc): Bugfix: depend on config.h.
6841
6842 2005-11-30  Pedro Kröger  <kroeger@pedrokroeger.net>
6843
6844         * ly/titling-init.ly (tagline): it should be a space between
6845         "Music engraving by LilyPond" and the version number.
6846
6847 2005-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6848
6849         * VERSION (PACKAGE_NAME): release 2.7.20
6850
6851 2005-11-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6852
6853         * scm/define-markup-commands.scm (pad-to-box): new markup command.
6854
6855         * scm/define-grobs.scm (all-grob-descriptions): set thickness to
6856         1.0.
6857         (all-grob-descriptions): don't shift RehearsalMark arbitrarily.
6858
6859 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6860
6861         * configure.in (LINK_GXX_STATICALLY): remove kpathsea checks.
6862
6863         * kpath-guile/: remove directory
6864
6865         * scm/kpathsea.scm (ly:kpathsea-expand-variable): new
6866         file. Encapsulate kpathsea using commandline tools.
6867
6868         * lily/all-font-metrics.cc (kpathsea_find_file): use (scm
6869         kpathsea) module.
6870
6871 2005-11-29  Mats Bengtsson  <mabe@s3.kth.se>
6872
6873         * Documentation/user/advanced-notation.itely (Setting automatic
6874         beam behavior): Correct a few typos. Thanks to David Bobroff.
6875
6876         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use
6877         \usepackage instead of \RequirePackage. Thanks to Bernard Hurley.
6878
6879 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6880
6881         * scripts/*.py: gmane address for bugs.
6882
6883 2005-11-28 Pal Benko <benkop@freestart.hu>
6884         
6885         * make/ly-rules.make: add -f switch to mv
6886
6887         * scm/output-libs.scm: add new bar symbol "." for punctus divisionis
6888
6889         * lily/bar-line.cc: interpret it
6890
6891 2005-11-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6892
6893         * configure.in (--disable-documentation): New switch.
6894
6895         * GNUmakefile.in: Use it.
6896
6897         * stepmake/aclocal.m4: Use AC_ARG_ENABLE for kpatsea.
6898
6899 2005-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6900
6901         * scripts/lilypond-book.py (do_file): search chunks for
6902         \\begin{document}
6903
6904         * GNUmakefile.in: add copy step in between so we can lose the
6905         out-www directories.
6906
6907 2005-11-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6908
6909         * lily/pango-font.cc (pango_item_string_stencil): put
6910         geometry.width into glyph-string too.
6911
6912 2005-11-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6913
6914         * scm/define-music-display-methods.scm (RevertProperty):
6915         (OverrideProperty): Use grob-property-path property, a list of
6916         symbols, instead of grob-property, which used to be a single
6917         symbol.
6918         (BassFigureEvent): a figure can be a plain number, not necessarily a
6919         markup.
6920
6921 2005-11-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6922
6923         * VERSION: release 2.7.19
6924         
6925         * lily/figured-bass-engraver.cc (process_music): check
6926         figuredBassCenterContinuations first.
6927
6928         * scm/translation-functions.scm (format-bass-figure): make double
6929         sharp larger. 
6930
6931         * lily/mark-engraver.cc: read rehearsalMarkAlignSymbol to
6932         determine X-parent.
6933
6934         * lily/system-start-delimiter-engraver.cc: move from
6935         Nested_system_start_delimiter_engraver, rename
6936         Nested_system_start_delimiter_engraver ->
6937         System_start_delimiter_engraver.
6938
6939         * lily/nested-system-start-delimiter-engraver.cc (from_list): read
6940         bracket type from hierarchy.
6941
6942 2005-11-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6943
6944         * lily/rest.cc (y_offset_callback): read staff-position.
6945
6946         * scm/define-grob-properties.scm (all-user-grob-properties): don't
6947         mark after-line-breaking-callback as internal.
6948
6949         * lily/self-aligment-interface.cc: remove self-[XY]-offset.
6950
6951 2005-11-25  Werner Lemberg  <wl@gnu.org>
6952
6953         * mf/feta-banier.mf ("d3"): Make `flare' equal to `staff_space'.
6954
6955 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6956
6957         * stepmake/bin/add-html-footer.py (do_file): add google
6958
6959         * lily/staff-symbol-engraver.cc (process_music): bugfix: stop
6960         staff if first_start_ is true.
6961
6962 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6963
6964         * scripts/midi2ly.py (split_track): add __repr__ members.
6965         (track_first_item): only return Item if not None. This fixes a
6966         problem when dumping a track that starts with an empty channel.
6967
6968         * python/midi.c: doc module.
6969
6970 2005-11-22  Mats Bengtsson  <mabe@s3.kth.se>
6971
6972         * Documentation/user/global.itely (Creating MIDI files): Fix
6973         compilation problem.
6974
6975 2005-11-22  Graham Percival  <gpermus@gmail.com>
6976
6977         * Documentation/user/basic-notation.itely: clarify dynamic
6978         padding text.
6979
6980         * Documentation/user/advanced-notation.itely: add unicode
6981         escape control example, whatever that is.  :)
6982
6983         * Documentation/user/global.itely: added "removing dynamics
6984         from MIDI" code.
6985
6986 2005-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6987
6988         * VERSION (PATCH_LEVEL): release 2.7.18
6989
6990         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): replace
6991         System_start_delimiter_engraver by
6992         Nested_system_start_delimiter_engraver.
6993
6994         * lily/nested-system-start-delimiter-engraver.cc (struct
6995         Bracket_nesting_node): new class.
6996         (struct Bracket_nesting_group): new class
6997         (struct Bracket_nesting_staff): new class.
6998         (process_music): create hierarchy of grobs. This allows separate
6999         tuning of different SSDs. 
7000
7001         * scm/define-grobs.scm (all-grob-descriptions): new Grob SystemStartSquare
7002         (all-grob-descriptions): remove old NestedSystemStartDelimiter.
7003
7004 2005-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7005
7006         * lily/side-position-interface.cc (aligned_side): multiply
7007         staff_radius by 2.
7008
7009         * lily/script-engraver.cc (make_script_from_event): allow setting
7010         values to '()
7011
7012 2005-11-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7013
7014         * lily/system-start-delimiter.cc (line_bracket): don't shorten height.
7015
7016         * scm/define-grobs.scm (all-grob-descriptions): new grob
7017         NestedSystemStartDelimiter.
7018
7019         * input/regression/system-start-heavy-bar.ly: new file.
7020
7021         * lily/nested-system-start-delimiter-engraver.cc: new file.
7022
7023         * lily/nested-system-start-delimiter.cc: new file.
7024
7025         * input/regression/system-start-nesting.ly: new file.
7026
7027         * scm/define-grobs.scm (all-grob-descriptions): use X side
7028         positioning for positioning braces for nested contexts.
7029
7030         * lily/system-start-delimiter.cc (print): don't divide extent by
7031         staff_space.
7032         (print): use style iso. glyph.
7033         (staff_bracket): translate glyph inside routine already.
7034
7035 2005-11-18  Michael Welsh Duggan <md5i@cs.cmu.edu>
7036
7037         * lily/vaticana-ligature-engraver.cc: fixed 2 typos in glyph
7038         names.
7039
7040 2005-11-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7041
7042         * scm/define-context-properties.scm
7043         (all-user-translation-properties): rename figuredBassFormatter
7044         from newFiguredBassFormatter.
7045
7046         * scm/define-grobs.scm (all-grob-descriptions): move from NewBassFigure
7047
7048         * lily/figured-bass-engraver.cc: move from new-figured-bass-engraver.cc
7049
7050         * lily/stem.cc (calc_stem_info): trigger beaming calculation.
7051
7052         * lily/beam.cc (calc_beaming): new function.
7053         (calc_shorten): new function.
7054
7055         * THANKS: add Edward Neeman.
7056
7057         * input/regression/accidental-clef-change.ly: new file.
7058
7059         * lily/note-collision.cc (check_meshing_chords): don't merge fa heads.
7060
7061         * scm/define-grobs.scm (all-grob-descriptions): add Y-offset property.
7062
7063         * lily/clef-engraver.cc (inspect_clef_properties): reset
7064         localKeySignature for clef changes.
7065
7066 2005-11-17  Mats Bengtsson  <mabe@s3.kth.se>
7067
7068         * python/midi.c: PyMIDINIT_FUNC isn't defined in Python < 2.3 
7069         add dummy definition that works in Linux and add information in
7070         INSTALL.texi on the specific Python requirements for Cygwin/Mingw.
7071
7072         * Documentation/user/changing-defaults.itely (Modifying context
7073         plug-ins): Add index for \with.
7074
7075         * Documentation/user/music-glossary.tely (dal segno): Updated
7076         example to version >=2.6.
7077
7078 2005-11-16  Mats Bengtsson  <mabe@s3.kth.se>
7079
7080         * Documentation/user/instrument-notation.itely (Printing chord
7081         names): Reorder \chordmode and \repeat in one example.
7082
7083 2005-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7084
7085         * VERSION: release 2.7.17
7086         
7087         * Documentation/topdocs/NEWS.tely (Top): add note about
7088         refactoring.
7089
7090         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
7091         new function. Search region of 3 positions for best tie.
7092         (score_configuration): new function.
7093         (score_aptitude): new function.
7094         (generate_configuration): new function.
7095         (get_configuration): new function.
7096         (Tie_formatting_problem): new function
7097
7098         * input/regression/page-top-space.ly: a6 for page-top-space demo. 
7099
7100         * stepmake/aclocal.m4: use $(if ) for config-FOOF.make
7101
7102         * THANKS: add Eduardo Vieira & Ralph Little
7103
7104         * mf/feta-bolletjes.mf (solfa_quarter_width): make solfa heads
7105         narrower.
7106
7107         * lily/include/tie-formatting-problem.hh (class
7108         Tie_formatting_problem): add Tie_details to
7109         Tie_formatting_problem. Update calling conventions.
7110
7111         * stepmake/aclocal.m4: oops. Include $CONFIGFILE.make, not
7112         config.make.
7113
7114         * Documentation/user/lilypond.tely: remove musedata2ly entry.
7115
7116 2005-11-16  Jürgen Reuter  <reuter@ipd.uka.de>
7117
7118         * lily/ligature-engraver.cc, lily/include/ligature-engraver.hh,
7119         scm/define-context-properties.scm: Maintenance bugfix: make
7120         ligature brackets work again by removing obsolete ligature
7121         primitive callback push/pop.
7122
7123         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: do
7124         not call Tuplet_bracket::calc_direction.  Removed obsolete gap
7125         value.
7126
7127 2005-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
7128
7129         * stepmake/aclocal.m4 (depth): Explain why absolute directory is
7130         used and do not call it a path.
7131         (FLEXLEXER_FILE): Rename from FLEXLEXER_PATH and add file name.
7132
7133 2005-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7134
7135         * lily/include/tie-formatting-problem.hh (class
7136         Tie_formatting_problem): new file.
7137
7138         * lily/tie-formatting-problem.cc (common_x_refpoint): new file.
7139
7140         * Documentation/misc/ChangeLog-2.3:  new file.
7141
7142         * lily/audio-staff.cc (output): degarianize.
7143
7144 2005-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
7145
7146         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.pyc):
7147         Unset PYTHONOPTIMIZE.  Fixes install if set.
7148
7149 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7150
7151         * python/convertrules.py (conv): add warning about drums. 
7152
7153         * make/stepmake.make: include toplevel-version.make after config.make.
7154
7155         * stepmake/aclocal.m4 (depth): make sure $srcdir is absolute.
7156         also allow python2.4
7157
7158         * config.make.in (configure-srcdir): remove GXX GCC vars.
7159
7160         * stepmake/aclocal.m4: don't do non-srcdir build with
7161         symlinks. Use inclusion, so the src directory name can be changed.
7162
7163 2005-11-13  Jan Nieuwenhuizen  <janneke@gnu.org>
7164
7165         * make/mutopia-vars.make:
7166         * make/ly-vars.make: Use src-wildcard iso wildcard for source
7167         files.
7168
7169 2005-11-13  Werner Lemberg  <wl@gnu.org>
7170
7171         * mf/feta-arrow.mf: For all glyphs, don't mirror `currentpicture'
7172         but the affected path.  This ensures that the (overlapping) outlines
7173         have the same direction, which is a necessary prerequisite for
7174         FontForge's algorithm to remove overlaps.
7175         Formatting.
7176
7177         * mf/feta-haak.mf: Formatting.
7178         (draw_bracket): Slightly modify outline to avoid an unnecessary
7179         corner.
7180         Don't use ad-hoc values for `leave_angle' and `tip_angle' but derive
7181         them from the affected paths.
7182
7183 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7184
7185         * mf/README: remove xpm / accordion notes.
7186
7187         * lily/tie-column-format.cc (set_chord_outline): add dots into
7188         skyline extents. This fixes tie formatting if the left head has dots.
7189
7190         * lily/tie.cc (get_configuration): only shift tie by a whole staff
7191         space inside the staff.
7192         (get_configuration): shift another position if necessary in case
7193         of left head tie  
7194
7195 2005-11-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7196
7197         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): use
7198         buildscript-dir iso. $(depth)/buildscripts.
7199
7200         * tex/GNUmakefile (local-uninstall): remove
7201         music-drawing-routines.ps juggling.
7202
7203         * stepmake/stepmake/install-targets.make (local-install-files):
7204         prepend src-dir to install targets.
7205
7206         * lily/system-start-delimiter-engraver.cc
7207         (acknowledge_system_start_delimiter): use
7208         add_offset_callback(). This fixes translation of nested
7209         staffgroups.
7210
7211         * lily/grob-closure.cc (add_offset_callback): only encaps in
7212         simple_closure if it's a procedure.
7213         
7214         * lily/span-bar.cc (calc_glyph_name): read glyph-name, not glyph
7215         from bar-line.
7216
7217         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
7218         remove-empty where pertinent.
7219
7220 2005-11-12  Graham Percival  <gpermus@gmail.com>
7221
7222         * Documentation/user/instrument-notation.itely: added
7223         Cameron Horsburgh's multiple stanzas docs.  Thanks!
7224
7225 2005-11-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7226
7227         * lily/GNUmakefile
7228         ($(top-build-dir)/Documentation/pictures/$(outbase)/lilypond.ico):
7229         make picture in builddir, not srcdir.
7230
7231 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7232
7233         * VERSION: release 2.7.16
7234         
7235         * scripts/lilypond-book.py (main): use commands.mkarg () to quote
7236         shell arguments. 
7237
7238 2005-11-10  Mats Bengtsson  <mabe@s3.kth.se>
7239
7240         * Documentation/user/examples.itely (Piano templates): Minor
7241         modification to the Piano centered lyrics example.
7242
7243 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7244
7245         * scripts/lilypond-invoke-editor.scm (run-browser): look at
7246         $BROWSER.
7247
7248         * Documentation/user/point-and-click.itely: simplify p&c
7249         instruction: don't configure firefox. Put lilypond-invoke-editor
7250         in front of the browser.
7251
7252         * scripts/lilypond-invoke-editor.scm (run-editor): new function.
7253         (run-browser): new function.
7254
7255         * lily/parser.yy (Lily_lexer): recognize Book
7256
7257         * lily/book.cc (clone): new function
7258
7259         * lily/parser.yy (book_body): allow BOOK_IDENTIFIER.
7260
7261 2005-11-10  Jürgen Reuter  <reuter@ipd.uka.de>
7262
7263         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc:
7264         Maintenance bugfix: reduce number of font related warnings by
7265         updating naming conventions for glyph-name.
7266
7267 2005-11-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7268
7269         * scm/define-grobs.scm (all-grob-descriptions): add
7270         rhythmic-grob-interface to TabNoteHead.
7271
7272         * scm/layout-beam.scm (check-quant-callbacks): remove
7273         set_stem_lengths()
7274
7275 2005-11-08  Jürgen Reuter  <reuter@ipd.uka.de>
7276
7277         * ly/gregorian-init.ly (divisiones): Maintenance bugfix: vertical
7278         alignment of centered divisiones.
7279
7280         * scm/scripts.scm (articulations): Maintenance bugfix:
7281         follow-into-staff -> quantize-position.
7282
7283         * lily/vaticana-ligature-engraver.cc (transform_heads): Bugfix:
7284         plica head in porrectus deminutus.
7285
7286 2005-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7287
7288         * make/lilypond.fedora.spec.in (Group): add %clean section.
7289
7290         * lily/tuplet-bracket.cc (print): change check: remove bracket if
7291         less then 1/5th of total length.  
7292         (print): use gap too.  Fixes tupletUp-single-bracket.ly
7293
7294         * scm/music-functions.scm (glue-mm-rest-texts): also put other
7295         events into EventChord. This fixes textspanners on mm rests. Fixes
7296         spanner-rest.ly
7297
7298         * lily/side-position-interface.cc (get_axis): read side-axis
7299         (set_axis): set side-axis.
7300
7301         * scm/define-grobs.scm (all-grob-descriptions): add side-axis
7302         properties everywhere.
7303
7304         * lily/spacing-spanner.cc (breakable_column_spacing): add
7305         average-spacing-wishes. Take maximum if not set.
7306         (musical_column_spacing): idem. Fixes: spacing-keysig-note.ly
7307
7308         * scm/define-grobs.scm (all-grob-descriptions): add
7309         average-spacing-wishes.
7310
7311         * lily/grob-closure.cc (add_offset_callback): bugfix: properly add
7312         offset callbacks. This fixes alignment for Fingering objects.
7313
7314         * scm/define-grobs.scm (all-grob-descriptions): tiny bit less
7315         space for key - timesig combination. 
7316
7317         * input/regression/script-stem-tremolo.ly (Module): new file.
7318
7319         * scm/define-grobs.scm (all-grob-descriptions): decrease distance
7320         to key sig.
7321
7322         * lily/dynamic-engraver.cc (acknowledge_stem_tremolo): new function.
7323         Fixes: c-tremolo-script.ly.
7324         
7325         * lily/text-engraver.cc (acknowledge_stem_tremolo): new function.
7326
7327         * lily/script-engraver.cc (acknowledge_stem_tremolo): new function.
7328         
7329         * scm/define-grobs.scm (all-grob-descriptions): remove
7330         self-X-offset. Fixes alignment of octavate-8.
7331
7332         * scripts/lilypond-book.py (datadir): look in
7333         LILYPONDPREFIX/share/lilypond/current/
7334
7335         * GNUmakefile.in: symlink current to <VERSION>. 
7336
7337 2005-11-07  Pedro Kroger  <kroeger@pedrokroeger.net>
7338
7339         * lily/main.cc: eps listed as a backend.
7340
7341 2005-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7342
7343         * scm/lily-library.scm (print-music-as-book): quote $defaultpaper.
7344
7345 2005-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7346
7347         * lily/include/score.hh (class Score): remove texts_ member.
7348
7349         * lily/beam.cc (set_stem_lengths): force direction callback.
7350         (print): read quantized-positions, so we can force
7351         Beam::set_stem_lengths to occur.
7352         (rest_collision_callback): use common X parent. 
7353
7354 2005-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
7355
7356         * flower/file-path.cc (find): Bugfix: Return name of file found.
7357
7358         * lily/main.cc (setup_paths): Bugfix for argv0 logic.
7359         (setup_paths)[__CYGWIN__ || __MINGW32__]: Normalize argv0.
7360         (setup_paths)[__MINGW32__]: Also look for argv0 + .exe.
7361
7362 2005-11-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7363
7364         * flower/offset.cc: idem.
7365
7366         * mf/*.mf: update email address.
7367
7368         * lily/font-config-scheme.cc:  new file.
7369
7370         * GNUmakefile.in (SUBDIRS): remove debian/ directory.
7371
7372         * lily/*:  cs.uu.nl -> xs4all.nl
7373
7374         * VERSION (PATCH_LEVEL): release 2.7.15
7375
7376         * make/lilypond.mandrake.spec.in (Module): remove Mandrake & Suse
7377         spec files.
7378
7379         * make/lilypond.fedora.spec.in: add %{libdir}/lilypond/
7380
7381 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7382
7383         * GNUmakefile.in: bugfix: encapsulate mkdir && cd in parens.   
7384
7385         * lily/staff-performer.cc (process_music): add audio
7386         elements. This makes MIDI instrument changes work once again.
7387
7388         * lily/main.cc (LY_DEFINE): add gmane address.
7389
7390         * lily/beam.cc: remove calc_positions()
7391
7392         * lily/include/grob.hh (class Grob): move pscore, dim_cache_,
7393         original_ in private scope.
7394         (class Grob): drop pscore_ pointer, change to output_def pointer.
7395         (class Grob): cleanup class definition.
7396
7397         * ly/spanners-init.ly (assertBeamQuant): use make-simple-closure.
7398
7399 2005-11-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7400
7401         * lily/main.cc (setup_paths)[__MINGW32__]: Do not assume argv0 is
7402         absolute.  Better diagnostics.
7403
7404         * GNUmakefile.in: Add bin/ to tree and populate with some links.
7405         This makes lilypond run from the build directory using argv0
7406         relocation (without any --prefix or LILYPONDPREFIX setting).
7407
7408 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7409
7410         * Documentation/topdocs/NEWS.tely (Top): document new backend design.
7411
7412         * scm/define-grobs.scm: purge self-[XY]-offset variables, replace
7413         with simple-closure.
7414
7415         * lily/self-aligment-interface.cc (set_align_self): new function
7416         (set_center_parent): new function.
7417
7418         * lily/side-position-interface.cc (set_axis): new function.
7419
7420         * lily/new-fingering-engraver.cc (position_scripts): use drul for
7421         generic code. 
7422
7423         * scm/define-grob-properties.scm (all-user-grob-properties):
7424         remove [XY]-offset-callbacks add [YX]-offset
7425         
7426 2005-11-02  Mats Bengtsson  <mabe@s3.kth.se>
7427
7428         * scm/define-grobs.scm (all-grob-descriptions): Added space-alist
7429         entry for time signatures after breathing signs. Bug report by
7430         Scott Russell.
7431
7432 2005-11-01  Jan Nieuwenhuizen  <janneke@gnu.org>
7433
7434         * lily/main.cc (setup_paths)[!__MINGW32__]: Bugfix: if argv0 is
7435         not absolute, make it absolute using PATH.
7436
7437 2005-10-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7438
7439         * python/midi.c (initmidi): Fix type for mingw.
7440
7441 2005-10-27  Jan Nieuwenhuizen  <janneke@gnu.org>
7442
7443         * stepmake/stepmake/compile-vars.make (SHARED_FLAGS): Support mingw.
7444
7445         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Detect mingw
7446         cross compiling.
7447
7448         * stepmake/aclocal.m4: Support python cross compiling.
7449
7450         * stepmake/stepmake/python-module-vars.make (SHARED_MODULE_SUFFIX):
7451         Add mingw section.
7452
7453 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7454
7455         * scm/output-lib.scm (chain-grob-member-functions): replace
7456         chained-callback.cc
7457
7458         * lily/chained-callback.cc (Module): remove file.
7459
7460         * lily/rest-collision.cc (force_shift_callback_rest): change to
7461         chained callback.
7462
7463         * lily/rest.cc (y_offset_callback): merge function of 3 callbacks. 
7464
7465         * lily/grob.cc (y_parent_positioning): remove axis argument from
7466         parent_positioning callbacks.
7467         (Grob): junk init code
7468         (get_offset): use generic property callbacks for
7469         X-offset, Y-offset. Remove Grob::{add,has}_offset_callback.
7470         (axis_parent_positioning): new function
7471         (axis_offset_symbol): new function
7472         (chain_offset_callback): new function
7473         (add_offset_callback): new function
7474
7475         * lily/beam.cc (rest_collision_callback): change signature; this
7476         is now a chained callback.
7477
7478         * lily/include/dimension-cache.hh (class Dimension_cache): remove
7479         callback administration.
7480
7481         * lily/simple-closure.cc: new file. Smob type that allows "grob
7482         member functions",
7483
7484             (ly:make-simple-closure FUNC A B)
7485
7486         is evaluated as (FUNC grob A B). This allows chaining of callbacks
7487         in various ways.
7488
7489         * lily/slur-engraver.cc (acknowledge_extra_object): use chained
7490         callbacks.
7491
7492         * lily/slur.cc (outside_slur_callback): take 2 arguments.
7493
7494         * lily/rest.cc (polyphonic_offset_callback): remove.
7495
7496         * lily/script-engraver.cc (try_music): remove bool* argument.
7497
7498         * scm/script.scm (default-script-alist): set quantize-position
7499         appropriately.
7500
7501         * lily/script-engraver.cc: remove follow_into_staff_ special coding. 
7502
7503         * lily/side-position-interface.cc (aligned_side): move staff
7504         position quantization from
7505         Side_position_interface::quantised_position().
7506         (quantised_position): remove
7507         
7508 2005-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7509
7510         * input/regression/beam-quant-standard.ly: reindent, set
7511         debug-beam-quanting to #t.
7512
7513         * lily/beam-concave.cc (calc_concaveness): set concaveness to
7514         10000 if this is a "hard" concave beam.
7515
7516         * lily/beam.cc (calc_least_squares_positions): change from
7517         calc_least_squares_dy
7518         (set_stem_lengths): this is now a chained callback.
7519
7520         * lily/context-property.cc (execute_general_pushpop_property):
7521         bugfix override with procedure should have effect.
7522
7523         * scm/define-grob-properties.scm (all-internal-grob-properties):
7524         remove position-callbacks.
7525
7526         * scm/define-grobs.scm (all-grob-descriptions): use
7527         ly:make-callback-chain for positions property.
7528
7529         * scm/layout-beam.scm (check-quant-callbacks): return list of
7530         chained callbacks.
7531
7532         * scm/lily.scm (type-p-name-alist): add callback-chain
7533
7534         * lily/lily-guile.cc (type_check_assignment): type check failure
7535         is warning not message.
7536
7537         * lily/grob-property.cc (try_callback): walk callback chain if
7538         appropriate.
7539
7540         * lily/chained-callback.cc: new file. new smob type.
7541
7542         * lily/lily-guile.cc (procedure_arity): new function.
7543
7544 2005-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7545
7546         * Documentation/topdocs/INSTALL.texi (Top): add perl flex bison.
7547
7548 2005-10-25  John Mandereau  <john.mandereau@free.fr>
7549  
7550         * Documentation/user/instrument-notation.itely (Figured bass):
7551         describe new features
7552
7553 2005-10-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7554
7555         * lily/beam.cc (calc_least_squares_dy): use property callback.
7556
7557         * lily/beam-concave.cc (calc_concaveness): use property callback.
7558
7559         * ly/paper-defaults.ly: move fixed dimensions from paper.scm 
7560
7561 2005-10-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7562
7563         * HACKING: Update.
7564
7565 2005-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7566
7567         * scm/layout-page-layout.scm (page-headfoot): annotate
7568         pagetopspace too.
7569
7570         * scm/stencil.scm (dimension-arrows): shorten arrowed lines a bit. 
7571
7572         * scm/layout-page-layout.scm (annotate-y-interval): y-annotation
7573         doesn't take y-space.
7574
7575         * scm/paper.scm (paper-alist): fix A7 dimensions. 
7576
7577 2005-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7578
7579         * stepmake/stepmake/generic-vars.make (DIST_FILES): Fix
7580         src-wildcard, remove $(wildcard).
7581
7582         * po/GNUmakefile (PO_FILES): 
7583         * ps/GNUmakefile (PS_FILES): 
7584         * tex/GNUmakefile (TEX_FILES): 
7585         * cygwin/GNUmakefile (POSTINSTALLS):
7586         * vim/GNUmakefile (EXTRA_DIST_FILES): Bugfix: [etags sr?] missed
7587         some wildcard calls.
7588
7589 2005-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7590
7591         * THANKS: add Thomas Bushnell.
7592
7593 2005-10-23  Jan Nieuwenhuizen  <janneke@gnu.org>
7594
7595         * scm/lily.scm: Remove horrendous running-from-gui? kludge.
7596         (lilypond-main): Redirect to gui-main if 'gui is set.
7597
7598         * scripts/midi2ly.py (datadir): Add libdir iso datadir to path,
7599         for alternative installations kludging s/share/lib/g
7600         LILYPONDPREFIX. 
7601
7602         * SConstruct (libdir_package_version): Define.
7603
7604         * python/SConscript: 
7605         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install binary .so
7606         module in libdir.  
7607
7608 2005-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7609
7610         * lily/main.cc: clarify --safe.
7611
7612 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7613
7614         * VERSION: release 2.7.14
7615         
7616         * Documentation/user/*.itely: remove minimumVerticalExtent.
7617
7618         * scm/define-grobs.scm (all-grob-descriptions): remove
7619         RemoveEmptyVerticalGroup
7620
7621         * lily/hara-kiri-engraver.cc (get_spanner): create VerticalAxisGroup.
7622
7623         * lily/include/lily-guile.hh (GUILE_ELLIPSIS): define to get clean
7624         compile on MOSX
7625
7626         * python/convertrules.py (conv): add rules.
7627
7628         * lily/grob.cc: remove is_empty()
7629
7630         * lily/grob-property.cc: remove add_to_list_property().
7631
7632         * scripts/convert-ly.py (datadir): add prefix switching hack to
7633         .py too.
7634
7635         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ily (cresc): remove
7636         space-function tweak.
7637
7638         * lily/grob.cc: remove X-extent-callback / Y-extent-callback.
7639
7640         * scm/define-grob-properties.scm (all-user-grob-properties):
7641         remove callback property.
7642
7643         * lily/include/grob.hh (class Grob): remove property_callbacks_
7644         member. Properties of procedure type are assumed to be callbacks.
7645
7646         * lily/ligature-engraver.cc (override_stencil_callback):
7647         rewrite. Use noteHeadLigaturePrimitive as source.
7648
7649         * scm/define-grob-properties.scm (all-internal-grob-properties):
7650         remove ligature-primitive-callback
7651
7652         * lily/include/dimension-cache.hh (class Dimension_cache): make
7653         class, with Grob as friend.
7654
7655         * lily/grob.cc: remove set_extent_callback(), set_extent() and
7656         has_extent_callback()
7657
7658         * scm/translation-functions.scm (format-new-bass-figure): read
7659         figuredBassPlusDirection
7660
7661         * scm/define-context-properties.scm
7662         (all-user-translation-properties): add figuredBassPlusDirection.
7663
7664         * lily/staff-spacing.cc (next_notes_correction): oops. Init wishes.
7665
7666         * lily/align-interface.cc (set_ordered): new function.
7667
7668         * lily/grob.cc (flush_extent_cache): rewrite.
7669
7670         * lily/dimension-cache.cc (Dimension_cache): cache extent as
7671         Interval pointer directly.
7672
7673         * lily/main.cc (setup_paths): insert extra / .
7674         (setup_paths): junk cff entry.
7675
7676         * lily/font-config.cc (init_fontconfig): only add type1 / otf
7677         directories.
7678
7679         * lily/axis-group-engraver.cc (finalize): remove
7680         extraVerticalExtent, minimumVerticalExtent verticalExtent.
7681
7682         * lily/grob.cc (Grob): don't set extent from ctor.
7683         (extent): use property callbacks. 
7684
7685         * lily/axis-group-interface.cc: remove set_axes() function.
7686
7687         * lily/grob-property.cc (del_property): new function.
7688
7689 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7690
7691         * lily/font-config.cc (init_fontconfig): resurrect mf/out/ check.
7692         
7693 2005-10-20  Jan Nieuwenhuizen  <janneke@gnu.org>
7694
7695         * stepmake/stepmake/script-vars.make (PYTHON_SCRIPTS_IN): Oops.  Add.
7696
7697 2005-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7698
7699         * mf/SConscript: Updates.
7700
7701         * lily/GNUmakefile (OUT_DIST_FILES): Bugfix.
7702
7703         * stepmake/stepmake/*:
7704         * */GNUmakefile:
7705         * config.make.in:
7706         * GNUmakefile.in:
7707         * stepmake/aclocal.m4: Friendlier --srcdir build, allowing `make'
7708         from any directory in build-dir.  Cleanups.
7709
7710         * make/srcdir.make.in: Remove.
7711
7712         * lily/main.cc (setup_paths): Fix and document build-dir hack.
7713
7714         * SConstruct (CheckYYCurrentBuffer): Use TryCompile (there is no
7715         main).
7716
7717         * lily/SConscript: Remove ttftools.
7718
7719         * SConstruct: Resurrect.
7720
7721 2005-10-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7722
7723         * lily/tuplet-bracket.cc (print): use dy iso. positions[RIGHT] for
7724         Y coordinate. 
7725
7726         * lily/paper-book.cc (add_score_title): put Paper_score title into
7727         systems_ list.
7728
7729         * scm/translation-functions.scm (format-new-bass-figure): also
7730         allow plus in combination with _
7731
7732 2005-10-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7733
7734         * VERSION: 2.7.13 released.
7735
7736         * lily/note-collision.cc (check_meshing_chords): don't wipe
7737         stencil, merely set transparent.
7738
7739         * Documentation/topdocs/NEWS.tely (Top): mention John Mandereau. 
7740         (Top): document #'callbacks.
7741         (Top): document nested \override.
7742
7743         * input/regression/figured-bass.ly: update for slash and pluses.
7744
7745         * input/regression/figured-bass-continuation-forbid.ly (Module):
7746         new file.
7747
7748         * scm/translation-functions.scm (format-new-bass-figure): use
7749         slashed-digit if diminished is set.
7750         (format-new-bass-figure): add + if 'augmented is set.
7751
7752         * scm/define-markup-commands.scm (slashed-digit): new command slashed-digit.
7753
7754         * input/test/piano-staff-distance.ly: remove file.
7755
7756         * Documentation/user/advanced-notation.itely (Formatting cue
7757         notes): use length-fraction for making stems/beams smaller.
7758
7759         * lily/parser.yy (bass_figure): accept \+ \! and / as figured bass
7760         modifications.
7761
7762         * lily/new-figured-bass-engraver.cc: new property
7763         centerFiguredBassContinuations
7764
7765         * Documentation/user/changing-defaults.itely (Difficult tweaks):
7766         use callbacks.
7767
7768         * lily/context-property.cc (execute_general_pushpop_property):
7769         robustness checks.
7770
7771         * input/regression/override-nest.ly: new file.
7772
7773         * python/convertrules.py (FatalConversionError.subber): conversion
7774         rule for #'callbacks
7775
7776         * input/regression/override-nest.ly: new function.
7777
7778         * lily/parser.yy (music_property_def): allow \override #'a #'b =
7779         #c too. 
7780
7781         * lily/context-property.cc (lookup_nested_property): new function.
7782         (evict_from_alist): new function.
7783         (general_pushpop_property): new function.
7784         (execute_general_pushpop_property): rewrite. Support nested
7785         properties too.
7786
7787 2005-10-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7788
7789         * lily/beam.cc: use length-fraction too.
7790
7791         * scm/define-grob-properties.scm (all-user-grob-properties):
7792         remove property flag-width-function
7793         (all-user-grob-properties): remove space-function.
7794
7795         * scm/layout-beam.scm: remove flag-width-function.
7796
7797         * lily/beam.cc: remove flag-width-function
7798
7799         * scm/layout-beam.scm: remove beam dir functions.
7800
7801         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): use length-fraction.
7802
7803         * lily/stem.cc (calc_length): multiply with length_fraction. Makes
7804         for easier grace tweaks.
7805
7806         * lily/beam.cc: remove dir-function.
7807
7808         * lily/system.cc (pre_processing): use callback to trigger spacing procedures.
7809
7810         * lily/grob.cc: remove spacing-procedure.
7811
7812         * lily/note-head.cc (calc_stem_attachment): new function.
7813         (internal_print): use callback to get glyph-name.
7814
7815         * lily/grob-property.cc (get_interfaces): new function.
7816
7817         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-interfaces
7818
7819         * lily/stem.cc (calc_stem_end_position): new function.
7820         (calc_length): new function.
7821         document details for stem.
7822         remove Stem::get_direction()
7823
7824         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-set-callback! 
7825
7826         * lily/grob-property.cc (set_callback): new function.
7827
7828         * lily/script-engraver.cc (make_script_from_event): don't trigger callback.
7829
7830         * lily/item-scheme.cc: new file.
7831
7832         * lily/bar-line.cc (before_line_breaking): remove function.
7833         remove bar-size-procedure, break-glyph-function
7834
7835         * lily/clef-engraver.cc (set_glyph): use glyph iso. glyph-name
7836
7837         * lily/clef.cc (before_line_breaking): change to calc_glyph_name.
7838
7839         * lily/system-start-delimiter.cc (print): suicide from
7840         here. Remove after_line_breaking_callback.
7841
7842         * lily/script-interface.cc (calc_direction): use callback for direction.
7843
7844         * lily/side-position-interface.cc (aligned_side): don't use
7845         Side_position_interface::get_direction directly. Use callback. 
7846
7847         * lily/grob.cc (get_stencil): simplify: use callback mechanism to
7848         calculate stencil.
7849         (get_print_stencil): rename from get_stencil: create stencil with
7850         transparency, color and cause. 
7851
7852         * scm/define-grobs.scm: change print-function to stencil callback everywhere.
7853
7854         * python/convertrules.py (conv): insert temporary warning rule.
7855
7856         * lily/multi-measure-rest.cc (set_text_rods): use stencil directly.
7857
7858         * lily/grob-property.cc (try_callback): remove marker if applicable.
7859
7860         * lily/grob.cc: elucidate doc about after/before-line-breaking
7861
7862         * lily/slur-scoring.cc (enumerate_attachments): robustness fix.
7863
7864         * lily/stem.cc (height): idem.
7865
7866         * lily/stem-tremolo.cc: idem.
7867
7868         * lily/slur.cc (height): don't use get_uncached_stencil()
7869
7870         * lily/rest.cc (y_offset_callback): use offset callback
7871         iso. after-line-breaking callback.
7872
7873         * lily/grob.cc: change after/before-line-breaking-callback to
7874         after/before-line-breaking dummy properties.
7875
7876         * lily/include/grob.hh: remove Grob_status.
7877
7878         * scm/define-context-properties.scm
7879         (all-user-translation-properties): remove verticalAlignmentChildCallback
7880
7881         * lily/tuplet-bracket.cc: use positions property iso. left,right-position.
7882         (calc_direction): use callback
7883         (calc_positions): use callback.
7884
7885         * lily/tie.cc (calc_direction): use callback. Only call parent
7886         positioning for more than one tie.
7887
7888         * lily/tie-column.cc (calc_positioning_done): use callback
7889
7890         * lily/slur-scoring.cc (calc_control_points): use callback
7891
7892         * lily/slur.cc (calc_direction): use callback.
7893
7894         * lily/note-collision.cc (force_shift_callback): remove.
7895
7896         * lily/dot-column.cc (force_shift_callback): remove. Use
7897         other_axis_parent_positioning.
7898
7899         * lily/grob.cc (other_axis_parent_positioning): new function.
7900         (same_axis_parent_positioning): new function
7901
7902         * lily/align-interface.cc (alignment_callback): remove function.
7903
7904         * lily/note-collision.cc (calc_positioning_done): use callback.
7905
7906         * lily/laissez-vibrer-tie.cc (calc_control_points): use callback.
7907         (calc_direction): idem.
7908         remove print function.
7909
7910         * lily/laissez-vibrer-tie-column.cc (calc_positioning_done): use callback.
7911
7912         * lily/dot-column.cc (calc_positioning_done): use callback.
7913
7914         * lily/break-align-interface.cc (calc_positioning_done): use callback.
7915
7916         * lily/beam.cc (calc_direction): use pseudo-property for beam
7917         direction callback.
7918         (calc_positions): use callback 
7919
7920         * lily/align-interface.cc (calc_positioning_done): use
7921         callback. Fold fixed  distance and normal alignment in one function.
7922
7923         * lily/stem.cc (calc_stem_end_position): use callback.
7924         (calc_positioning_done): idem.
7925         (calc_direction): idem.
7926         (calc_stem_end_position): idem
7927         (calc_stem_info): idem.
7928
7929         * lily/grob-property.cc (get_property_data): new function: 
7930         (try_callback): new function.
7931
7932         * scm/define-grob-properties.scm (all-user-grob-properties): doc
7933         callbacks property.
7934
7935         * lily/break-align-interface.cc: remove Break_align_interface::alignment_callback.
7936
7937 2005-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7938
7939         * lily/tie.cc (get_position): robustness fix. Don't crash if a
7940         tie
7941         has no heads.
7942         
7943         * lily/include/*.hh (Module): compile fixes.
7944
7945 2005-10-14  Heikki Junes <hjunes@cc.hut.fi>
7946
7947         * elisp/lilypond-font-lock.el, elisp/lilypond-indent.el: Avoid nil 
7948         as an argument for char-syntax: use (char-syntax (or nil 0)) 
7949         instead of (char-syntax nil), thanks to Milan Zamazal.
7950
7951 2005-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7952
7953         * make/lilypond.fedora.spec.in (Group): add lilypond-internals to
7954         dist.
7955
7956         * lily/tuplet-bracket.cc: check columns of bounds, not bounds
7957         themselves.
7958
7959 2005-10-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7960
7961         * flower/include/virtual-methods.hh (VIRTUAL_COPY_CONSTRUCTOR):
7962         add class_name() method.
7963
7964         * lily/music-scheme.cc: remove ly:music-name.
7965
7966 2005-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7967
7968         * cygwin/postinstall-lilypond.sh: Remove cruft.
7969
7970         * cygwin/postremove-lilypond.sh: Remove.
7971
7972         * cygwin/GNUmakefile (default): Remove postremove rules.
7973
7974 2005-10-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7975
7976         * ly/titling-init.ly (evenHeaderMarkup): use space in header on
7977         even header too.
7978         
7979         * scm/define-markup-commands.scm (wordwrap-string): bugfix for
7980         MacOS 9 users.
7981
7982         * lily/hara-kiri-group-spanner.cc (consider_suicide): only
7983         consider break index for broken spanner.
7984
7985         * scm/define-markup-commands.scm (wordwrap-string): remove \r
7986         characters from string before splitting.
7987
7988 2005-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7989
7990         * scm/framework-ps.scm (output-preview-framework): use
7991         is-book-title to determine whether to chop off the booktitle.
7992
7993         * lily/paper-book.cc (systems): init from book-title-properties
7994         (add_score_title): init score-title-properties.
7995
7996         * ly/paper-defaults.ly: add {score,book}-title-properties.
7997
7998         * scm/document-backend.scm (lookup-interface): error message if
7999         using unknown interface.
8000
8001         * lily/volta-bracket.cc (after_line_breaking): new function. Set
8002         edge-height.
8003
8004         * lily/horizontal-bracket.cc (make_enclosing_bracket): rename from
8005         make_bracket.
8006         (make_bracket): new function.
8007
8008         * scm/lily.scm (define-scheme-options): add paper-size option.
8009
8010         * ly/declarations-init.ly (laissezVibrer): get paper size from
8011         -dpaper-size
8012
8013         * scm/translation-functions.scm: use \fontsize for changing the
8014         fontsize.
8015
8016         * scm/define-grobs.scm (all-grob-descriptions): set
8017         between-length-limit to 1.0
8018
8019         * lily/tie-helper.cc: add between_length_limit_ detail property.
8020
8021         * mf/feta-bolletjes.mf: typos.
8022
8023         * lily/note-head.cc (internal_print): don't shadow idx
8024         parameter. This fixes wrong attachment for do shape heads.
8025
8026 2005-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8027
8028         * scm/parser-ly-from-scheme.scm: rename from ly-from-scheme.scm
8029
8030         * scm/parser-clef.scm (supported-clefs): rename from clef.scm
8031
8032         * scm/layout-slur.scm: rename from slur.scm
8033
8034         * scm/layout-page-layout.scm: rename from page-layout.scm
8035
8036         * scm/layout-beam.scm: rename from beam.scm
8037
8038         * scm/define-grob-interfaces.scm (bass-figure-interface): add
8039         bass-figure-interface
8040
8041         * lily/new-figured-bass-engraver.cc (process_music): add
8042         implicitBassFigures property.
8043         
8044         * scm/define-markup-commands.scm (pad-x): new markup.
8045
8046         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set
8047         minimumVerticalExtent on FiguredBass context.
8048
8049         * lily/figured-bass-continuation.cc (center_on_figures): kludge in
8050         case the continuation crosses a line break.
8051
8052 2005-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
8053
8054         * flower/file-name.cc (dos_to_posix)[__CYGWIN__]: Return
8055         unconverted value if cygwin_conv_to_posix_path () fails.  Fixes
8056         absolute file name bug.  
8057
8058 2005-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8059
8060         * VERSION (PACKAGE_NAME): release 2.7.12
8061
8062         * input/regression/figured-bass-continuation-center.ly: new file.
8063
8064         * input/regression/beam-outside-beamlets.ly: new file.
8065
8066         * lily/beam.cc (set_beaming): don't clip edges.
8067         (connect_beams): don't clip edges.
8068
8069         * lily/beaming-info.cc (clip_edges): new function.
8070
8071         * lily/enclosing-bracket.cc (struct Enclosing_bracket): new file.
8072
8073         * Documentation/user/instrument-notation.itely (Figured bass):
8074         demonstrate extenders, update seealso links.
8075
8076         * scm/titling.scm (marked-up-headfoot): change tagline
8077         handling. tagline = ##f will blank the tagline as well.
8078
8079 2005-10-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8080
8081         * Documentation/topdocs/NEWS.tely: add entry for Figured bass.
8082
8083         * lily/new-figured-bass-engraver.cc (struct
8084         New_figured_bass_engraver): add new_music_found_ member.
8085
8086         * lily/lilypond-version.cc (Lilypond_version): deal with
8087         incorrectly formatted version strings. 
8088
8089         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): switch on
8090         New_figured_bass_engraver by default.
8091
8092         * lily/ttf.cc (print_trailer): only define glyph names when
8093         FT_Face has FT_FACE_FLAG_GLYPH_NAMES
8094
8095 2005-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8096
8097         * lily/horizontal-bracket.cc (make_bracket): new function.
8098
8099         * scm/define-grobs.scm (all-grob-descriptions): new grobs
8100         NewBassFigure, BassFigureBracket, BassFigureContinuation,
8101         BassFigureLine, BassFigureAlignment
8102
8103         * lily/new-figured-bass-engraver.cc (process_music): new file.
8104
8105         * lily/figured-bass-continuation.cc: new file.
8106
8107         * lily/include/horizontal-bracket.hh (struct Horizontal_bracket):
8108         new file.
8109
8110 2005-10-04  Mats Bengtsson  <mabe@s3.kth.se>
8111
8112         * scripts/lilypond-book.py: Bug fix, put the quote around the
8113         actual score for LaTeX documents.
8114
8115         * scm/define-grobs.scm (all-grob-descriptions): Change
8116         collapse-height of the SystemStartBracket grob to 5.0, 
8117         so the bracket disappears for single stave score lines (similarly
8118         to SystemStartBraces). 
8119
8120         * Documentation/user/advanced-notation.itely (Polymetric
8121         notation): Clarify the use of compressMusic.
8122
8123         * Documentation/user/basic-notation.itely (Grace notes): Clarify
8124         that the grace spacer note in other staves need the same duration
8125         and document the stroke-style property.
8126
8127 2005-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8128
8129         * Documentation/user/global.itely (Vertical spacing): document
8130         alignment-extra-space and fixed-alignment-extra-space.
8131
8132         * Documentation/topdocs/NEWS.tely (Top): add entry.
8133
8134         * input/regression/alignment-vertical-spacing.ly: new file.
8135
8136         * python/convertrules.py (conv): add rule.
8137
8138         * ly/music-functions-init.ly: rename outputProperty to overrideProperty
8139
8140         * lily/align-interface.cc (stretch_after_break): new
8141         function. Read fixed-alignment-extra-space property.
8142         (align_elements_to_extents): read alignment-extra-space property.
8143
8144         * lily/lily-guile.cc (robust_scm2dir): new function.
8145
8146         * scm/page-layout.scm (page-headfoot): annotate headsep and footsep.
8147         (annotate-space-left): new function. Annotate space left on page. 
8148         (annotate-y-interval): new function.
8149         (paper-system-annotate-last): new function. Annotate bottom-space.
8150
8151         * mf/feta-beugel.mf (y): 
8152
8153 2005-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8154
8155         * VERSION (PACKAGE_NAME):  release 2.7.11
8156
8157         * scm/lily-library.scm (interval-translate): new function
8158         (interval-center): new function. 
8159
8160         * scm/page-layout.scm (paper-system-annotate): new function. Add
8161         arrows for dimensions.
8162  
8163         * scm/stencil.scm (dimension-arrows): new function.
8164
8165         * Documentation/user/global.itely (Vertical spacing): mention annotatespacing
8166
8167         * input/regression/page-spacing.ly: add annotatespacing
8168
8169         * lily/paper-system-scheme.cc (LY_DEFINE): remove ly:paper-system-{extent,stencil}
8170         (LY_DEFINE): new function ly:paper-system-set-property!
8171
8172         * Documentation/user/global.itely (Paper size): explain how to add
8173         sizes.
8174
8175         * scm/paper.scm (paper-alist): rename tabloid paper to 11x17 to
8176         correspond to GS's definition.
8177
8178         * lily/tuplet-bracket.cc (after_line_breaking): suicide empty
8179         tuplet bracket.
8180         (print): only connect to next bracket if the next one is alive.
8181         (print): set padding to 0.0 if the bound is a breakable
8182         column. This makes tupletFullLength brackets reach up to the staff
8183         line if it doesn't connect to the next line.
8184
8185 2005-09-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8186
8187         * lily/bar-number-engraver.cc: correct docs.
8188
8189         * scm/output-lib.scm (first-bar-number-invisible): rename from
8190         default-bar-number-visibility
8191
8192 2005-09-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8193
8194         * scm/define-music-properties.scm (all-music-properties): remove
8195         predicate property.
8196
8197 2005-09-28  Heikki Junes  <hjunes@cc.hut.fi>
8198
8199         * po/fi.po: refresh.
8200
8201 2005-09-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8202
8203         * input/regression/hara-kiri-pianostaff.ly (disappear): remove
8204         superfluous s1.
8205         (disappear): bugfix.
8206
8207         * lily/stem-tremolo.cc (raw_stencil): read slope property.
8208
8209         * lily/include/paper-system.hh (class Paper_system): remove
8210         staff_extents_ member.
8211
8212         * lily/paper-system-scheme.cc (LY_DEFINE): remove.
8213
8214         * lily/include/paper-system.hh (class Paper_system): remove
8215         number_ variable. Remove is_title_. Remove break_before_penalty_
8216
8217         * lily/paper-book.cc (systems): use 'number property iso. number_
8218         member.
8219
8220         * lily/paper-system-scheme.cc: remove ly:paper-system-break-before-penalty
8221         remove ly:paper-system-number.
8222
8223         * scm/lily-library.scm (paper-system-title?): new function.
8224
8225         * lily/book.cc (process): bugfix: flip ?: cases. 
8226
8227         * Documentation/user/changing-defaults.itely (Difficult tweaks):
8228         add outputProperty.
8229
8230         * ly/music-functions-init.ly: add outputProperty music function.
8231
8232         * scm/paper.scm (set-paper-dimension-variables): add pagetopspace
8233
8234         * scm/page-layout.scm (ly:optimal-page-breaks): read next-space
8235         and next-padding.
8236         (optimal-page-breaks): rename from ly:optimal-page-breaks.
8237
8238         * lily/paper-system-scheme.cc (LY_DEFINE): new function.
8239
8240         * lily/paper-system.cc (internal_get_property): new function.
8241
8242         * Documentation/user/global.itely (Vertical spacing): refer to
8243         page-spacing.ly
8244
8245         * scm/page-layout.scm (ly:optimal-page-breaks): add support for
8246         pagetopspace
8247
8248         * input/regression/page-spacing.ly: new file.
8249
8250         * input/regression/page-top-space.ly: new file.
8251
8252         * lily/spacing-spanner.cc: cmath -> math.h
8253
8254         * lily/paper-system.cc (read_left_bound): new function. Read
8255         line-break-system-details from left bound to determine extents.
8256  
8257         * Documentation/user/programming-interface.itely (Using LilyPond
8258         syntax inside Scheme): change applyxxx -> applyXxx.
8259
8260         * ly/music-functions-init.ly: add outputProperty music function.
8261
8262         * lily/parser.yy (Generic_prefix_music_scm): add scm-scm-scm signature.
8263
8264         * lily/grob-scheme.cc (LY_DEFINE): add ! to ly:grob-suicide! name.
8265
8266         * python/convertrules.py (conv): rule
8267
8268         * ly/music-functions-init.ly: applyxxx -> applyXxx
8269
8270         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): alias
8271         TabVoice to Voice.
8272
8273 2005-09-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8274
8275         * flower/include/real.hh: include <math.h> iso. <cmath>
8276
8277         * flower/include/offset.hh: include real.hh
8278
8279 2005-09-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8280
8281         * Documentation/user/changing-defaults.itely (Difficult tweaks):
8282         fix example, now that 'interfaces is no longer directly available.
8283
8284         * lily/book.cc (process): don't crash if paper == NULL.
8285
8286         * po/fr.po: update.
8287
8288 2005-09-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8289
8290         * scm/define-music-types.scm (music-descriptions): set length and
8291         start-callback for QuoteMusic
8292
8293 2005-09-15  Mats Bengtsson  <mabe@s3.kth.se>
8294
8295         * lily/tie.cc (get_configuration): Replace fabs -> abs for integer
8296         arguments. Fixes compilation error with gcc 3.3.
8297
8298 2005-09-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8299
8300         * VERSION: release 2.7.10
8301
8302         * stepmake/stepmake/python-module-rules.make
8303         ($(outdir)/%$(SHARED_MODULE_SUFFIX)): SHARED_FLAGS at the end.  
8304
8305         * lily/*.cc: remove <cmath> everywhere. <cmath> is included from
8306         real.hh
8307
8308 2005-09-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8309
8310         * stepmake/stepmake/c++-vars.make (#EXTRA_CXXFLAGS): don't add
8311         -Werror. Otherwise GCC barfs over various optimizations.
8312
8313         * scm/define-grob-properties.scm (all-internal-grob-properties):
8314         add note-head property
8315
8316         * Documentation/user/instrument-notation.itely (Laissez vibrer
8317         ties): new node.
8318
8319         * input/regression/laissez-vibrer-ties.ly: new file.
8320
8321         * lily/laissez-vibrer-engraver.cc: new file.    
8322
8323         * lily/include/tie-column-format.hh: new file.
8324
8325         * lily/tie-column-format.cc: new file. 
8326
8327         * lily/tie-column.cc (set_manual_tie_configuration): new function.
8328
8329         * lily/laissez-vibrer-tie.cc: new file.
8330
8331         * lily/include/laissez-vibrer-tie.hh: new file.
8332
8333         * ly/engraver-init.ly: add Laissez_vibrer_engraver
8334
8335         * ly/declarations-init.ly (laissezVibrer): add \laissezVibrer
8336
8337         * scm/define-grobs.scm (all-grob-descriptions): add
8338         LaissezVibrerTie, LaissezVibrerTieColumn
8339
8340         * lily/tie-column.cc (set_tie_config_directions): new function
8341         (final_shape_adjustment): new function.
8342         (shift_small_ties): new function.
8343
8344         * scm/define-music-types.scm (music-descriptions): add LaissezVibrerEvent
8345
8346         * lily/include/tie.hh (struct Tie_details): add x_gap_
8347         (struct Tie_configuration): add head_position_
8348
8349         * lily/tie-column.cc (set_chord_outline): new function.
8350
8351         * mf/cmr.enc.in:  remove file.
8352
8353 2005-09-11  Graham Percival  <gpermus@gmail.com>
8354
8355         * Documentation/user/examples.itely: typo fix.  Thanks, Matevž
8356
8357 2005-09-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8358
8359         * mf/feta-banier.mf: make vertical stem 1/2 stemthickness wide to
8360         reduce aliasing effects.
8361
8362         * lily/tie-column.cc (set_chord_outlines): bugfix: insert complete
8363         box in skyline.
8364
8365 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8366
8367         * lily/tie.cc (get_configuration): don't crash if left_dot is NULL.
8368
8369         * flower/include/real.hh: std::fabs too.
8370
8371 2005-09-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8372
8373         * Documentation/user/lilypond.tely: Spell Baßtuba in UTF-8 (Werner). 
8374
8375         * lily, flower: Include C++ iso C headers.  Import namespace std
8376         throughout.
8377
8378         * lily/side-position-interface.cc: 
8379         * lily/scm-hash.cc: 
8380         * lily/note-head.cc: 
8381         * lily/include/includable-lexer.hh: 
8382         * flower/include/string-data.icc: Remove using std::*.
8383
8384         * lily, flower: Include C++ iso C headers.  Import namespace std
8385         throughout.
8386
8387         * lily/side-position-interface.cc: 
8388         * lily/scm-hash.cc: 
8389         * lily/note-head.cc: 
8390         * lily/include/includable-lexer.hh: 
8391         * flower/include/string-data.icc: Remove using std::*.
8392
8393         * Documentation/user/instrument-notation.itely (Entering lyrics):
8394         Multiple latin-1->utf-8 conversion fix.
8395
8396         * Documentation/user/*tely: Update Emacs cookie to utf-8.
8397
8398 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8399
8400         * lily/tie.cc (get_configuration): also avoid dots for non-space
8401         situations.
8402
8403 2005-09-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8404
8405         * Documentation/user/instrument-notation.itely: Bugfix.
8406
8407 2005-09-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8408
8409         * tex/GNUmakefile: don't install texinfo.tex
8410
8411         * tex/ : cleanup: remove unused files.
8412
8413         * lily/general-scheme.cc: remove my_{isinf,isnan}.
8414
8415         * flower/include/real.hh: using std::{isnan,isinf}
8416         
8417         * VERSION (PATCH_LEVEL): release 2.7.9
8418
8419 2005-09-05  Graham Percival  <gpermus@gmail.com>
8420
8421         * Documentation/user/ instrument-notation.itely,
8422         advanced-notation.itely: minor tweaks.
8423
8424         * input/test/script-chart.ly: add item padding.
8425
8426 2005-09-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8427
8428         * flower/offset.cc: use math.h iso. <cmath>
8429
8430         * scm/ps-to-png.scm (make-ps-images): use png16m again, for sake
8431         of IE users.
8432
8433         * scm/framework-eps.scm (dump-stencils-as-EPSes): cleanup.
8434         (widen-left-stencil-edges): new function. Fix alignment problems
8435         with LaTeX includegraphics.
8436
8437         * lily/text-interface.cc (interpret_markup): use abort().
8438
8439 2005-09-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8440
8441         * input/regression/tie-chord.ly (testLong): add a chord in 4ths
8442
8443         * lily/tie.cc (get_configuration): update bezier shape as we
8444         change Y positions.
8445         (get_configuration): don't move large ties if we're outside of the
8446         staff.
8447
8448 2005-09-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8449
8450         * scm/define-markup-commands.scm (strut): swap X and Y dims.
8451         
8452 2005-09-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8453
8454         * .cvsignore: Add auto-generated configure files and then some.
8455
8456 2005-09-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8457
8458         * scm/define-grobs.scm (DynamicLineSpanner): Add
8459         X-extent-callback.  Fixes hairpin-slur collision.
8460
8461 2005-08-31  Graham Percival  <gpermus@gmail.com>
8462
8463         * Documentation/user/advanced-notation.itely,
8464         basic-notation.itely: minor changes.
8465
8466 2005-08-31  Mats Bengtsson  <mabe@s3.kth.se>
8467
8468         * scm/framework-eps.scm (dump-stencils-as-EPSes): Insert a
8469         \linebreak between each .eps file if \betweenLilyPondSystem is
8470         undefined. 
8471
8472         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
8473         music): Document the \linebreak
8474
8475         * Documentation/user/lilypond-book.itely,
8476         input/tutorial/lbook-latex-test.tex,
8477         Documentation/user/examples.itely: Remove \usepackage{graphics}
8478
8479 2005-08-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8480
8481         * mf/aybabtu.pe.in (i): don't merge alphabet into aybabtu.
8482
8483         * lily/ly-module.cc (make_stand_in_procs_weak): 1.6.4 and earlier
8484         compat bugfix.
8485
8486         * scripts/lilypond-book.py (PREAMBLE_LY): define
8487         inside-lilypond-book
8488         (modify_preamble): new function. Insert \RequirePackage{graphics}
8489         when no {graphics found in preamble.  
8490
8491 2005-08030  Graham Percival  <gpermus@gmail.com>
8492
8493         * Documentation/user/basic-notation.itely, global.itely,
8494         tutorial.itely: misc small changes.
8495
8496 2005-08-30  Jan Nieuwenhuizen  <janneke@gnu.org>
8497
8498         * stepmake/aclocal.m4: Include MY_PATCH_LEVEL in config.make's
8499         VERSION.
8500
8501 2005-08-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8502
8503         * lily/tie-column.cc (new_directions): put Tie down on center
8504         staff line. 
8505
8506         * lily/script-interface.cc (before_line_breaking): use
8507         Grob::programming_error
8508
8509         * scm/ps-to-png.scm (make-ps-images): use pngalpha device.
8510
8511         * scripts/lilypond-book.py (get_latex_textwidth): oops. Take [0]
8512         of splitext.
8513
8514 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8515
8516         * VERSION (PACKAGE_NAME): VERSION release 2.7.8
8517
8518 2005-08-29  Werner Lemberg  <wl@gnu.org>
8519
8520         * mf/GNUmakefile: Add `-f' flag to `rm' command while removing
8521         the `*.scale.pfa' files to avoid warnings.
8522
8523 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8524
8525         * lily/tempo-performer.cc (process_music): idem.
8526
8527         * lily/midi-def.cc (get_tempo): Rational to int conversion bug.
8528
8529 2005-08-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8530
8531         * Documentation/user/advanced-notation.itely (Text markup): not a
8532         fragment.
8533
8534         * lily/midi-item.cc (to_string): use to_int() iso. int cast.
8535
8536         * lily/staff-performer.cc (initialize): add tempo/name to
8537         audio_staff_
8538
8539
8540 2005-08-26  Graham Percival  <gpermus@gmail.com>
8541
8542         * Documentation/user/advanced.itely: add text-only example.
8543
8544         * Documentation/user/invoking.itely: add index entries for
8545         convert-ly.
8546
8547         * Documentation/user/ tutorial.itely, basic-notation.itely:
8548         small fixes suggested by Steve D.  Thanks!
8549
8550 2005-08-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8551
8552         * input/regression/markup-bidi-pango.ly: new file.
8553
8554         * lily/pango-font.cc (pango_item_string_stencil): make Mingw code
8555         standard. Remove #ifdef. Remove memleak.
8556         (text_stencil): use text_dir to decide how to composite items.
8557         (text_stencil): determine uniform text direction for the entire
8558         string.
8559
8560         * scripts/lilypond-book.py (output_name): remove
8561         latex_filter_cmd. Non-portable to non-Unix systems. 
8562         (get_latex_textwidth): use File.write and os.unlink() instead.
8563
8564         * THANKS: add Vicente & Trevor.
8565
8566         * lily/grob.cc (discretionary_processing): look up origin for
8567         programming_error too. 
8568
8569         * input/regression/tie-broken.ly: new file.
8570
8571         * lily/tie-column.cc (set_chord_outlines): set outline for line
8572         break case too.
8573         
8574 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8575
8576         * lily/pango-font.cc (text_stencil): don't translate glyphs in
8577         unscaled transform, just translate stencils.
8578
8579         * ly/performer-init.ly: init timing to #t.  Fixes bar checks in
8580         MIDI.
8581
8582         * scm/define-markup-commands.scm (wordwrap-string): use
8583         text-direction
8584         (wordwrap-stencils): idem.
8585         (line): idem.
8586         (fill-line): idem.
8587         (wordwrap-stencils): translate last line to right for
8588         text-direction = LEFT.
8589
8590         * scm/define-grob-properties.scm (all-user-grob-properties): add
8591         text-direction.
8592
8593 2005-08-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8594
8595         * lily/lily-parser.cc (Lily_parser): also copy output_basename_
8596         when copying a Lily_parser object.
8597
8598 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8599
8600         * scm/define-markup-commands.scm (null): add null markup.
8601
8602 2005-08-25  Mats Bengtsson  <mabe@s3.kth.se>
8603
8604         * lily/item.cc: Add documentation of center-invisible
8605
8606 2005-08-24  Graham Percival  <gpermus@gmail.com>
8607
8608         * Documentation/user/advanced-notation.itely: add info about
8609         raising text.
8610
8611         * Documentation/user/programming-interface.itely: fix example
8612         involving raised text.
8613
8614 2005-08-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8615
8616         * lily/beam.cc (print): fix X start/end points of isolated
8617         beamlets.
8618
8619         * scm/output-ps.scm (grob-cause): escape spaces in URLs.
8620
8621         * lily/multi-measure-rest.cc (set_text_rods): new function.
8622
8623         * lily/vertical-align-engraver.cc (process_music): call
8624         Align_interface::set_axis(). This forces #'elements to be ordered,
8625         preventing random vertical reordering of staves.
8626
8627         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
8628         add avoid-slur property. 
8629
8630         * Documentation/user/basic-notation.itely (Measure repeats): add
8631         countPercentRepeats example.
8632
8633         * Documentation/user/advanced-notation.itely (Other text markup
8634         issues): remove remark about normal-font.  We have \normal-text
8635
8636         * input/regression/tie-chord.ly: add note about remaining bugs.
8637
8638         * lily/tie.cc (print): try Tie_column::set_directions () if
8639         control-points not yet defined.
8640
8641 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8642
8643         * lily/system-start-delimiter.cc (staff_brace): don't remove brace
8644         extent. This fixes braces falling out of the EPS bbox.
8645
8646         * mf/feta-beugel.mf (braces_per_font): make brace glyph align
8647         exactly to bbox.
8648
8649 2005-08-23  Graham Percival  <gpermus@gmail.com>
8650
8651         * {various} : change #up->#UP and #down->#DOWN.
8652
8653         * ly/titling-init.ly: Spacing fix when using printallheaders=##t.
8654
8655         * Documentation/user/advanced-notation.itely: clarify
8656         what objects handles text on a multimeasure rest.
8657
8658 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8659
8660         * VERSION (PATCH_LEVEL): release 2.7.7
8661
8662 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8663
8664         * make/lilypond-vars.make: set -dgs-font-load for "make web" 
8665
8666         * Documentation/topdocs/INSTALL.texi (Top): add GS bugfix requirement.
8667
8668         * input/regression/*.ly: formatting clean-up. Default layout
8669         before music expression.
8670
8671         * input/mutopia/R.Schumann/GNUmakefile (examples): switch off
8672         romanze28-2 example.
8673
8674         * scm/ps-to-png.scm: remove dir-re function.
8675         (make-ps-images): generate page names, instead of globbing them.
8676         This brings down LilyPond memory usage for make web by a factor
8677         10. 
8678
8679         * scripts/lilypond-book.py (Lilypond_snippet.png_is_outdated):
8680         don't use glob. With 3000 files, globbing
8681         Documentation/user/out-www/ can take too much time. 
8682         
8683         * lily/lily-guile.cc (gulp_file_to_string): take size argument.
8684
8685         * lily/general-scheme.cc (LY_DEFINE): take optional size argument.
8686
8687         * input/regression/tie-manual.ly: new file
8688
8689         * input/regression/tie-chord.ly: update.
8690
8691         * flower/include/interval.hh (struct Interval_t): 
8692
8693         * lily/tie.cc (distance): new function 
8694         (height): new function.
8695         (init): new function
8696         (Tie_details): new struct.
8697
8698         * lily/skyline.cc (skyline_height): new function.
8699
8700         * lily/tie-column.cc (set_chord_outlines): new function.
8701         (new_directions): read tie-configuration
8702
8703         * lily/skyline.cc: fix ASCII art.
8704         
8705 2005-08-22  Mats Bengtsson  <mabe@s3.kth.se>
8706
8707         * python/convertrules.py (string_or_scheme): Fix spelling error
8708
8709 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8710         
8711         * lily/tie-column.cc (set_directions): set directions only once.
8712         (add_configuration): new function.
8713
8714         * lily/tie.cc (set_control_points): new function
8715
8716         * lily/tie-column.cc (new_directions): new function.
8717
8718         * ly/music-functions-init.ly: set 'pitch property
8719         iso. trill-pitch. This makes \relative work with \pitchedTrill
8720
8721         * lily/tie.cc (get_configuration): new function. Don't generate
8722         control points, rather, generate configuration.
8723         remove head-pair property.
8724
8725         * lily/include/tie.hh (struct Tie_configuration): new struct.
8726
8727 2005-08-22  Heikki Junes  <hjunes@cc.hut.fi>
8728
8729         * Documentation/topdocs/NEWS.tely: clarify.
8730
8731 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8732
8733         * lily/tie.cc: remove minimum-length
8734
8735         * scm/define-grob-properties.scm (all-user-grob-properties):
8736         remove staffline-clearance, y-offset 
8737
8738         * input/regression/tie-dots.ly (Module): remove.
8739
8740         * lily/tie.cc (get_control_points): rewrite. Put short ties in
8741         staff-spaces, make long ties cross staff lines. Avoid flags and dots.
8742
8743         * input/regression/tie-single.ly: new file.
8744
8745 2005-08-21  Graham Percival  <gpermus@gmail.com>
8746
8747         * ly/bagpipe.ly: fix compile problem.
8748
8749 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8750
8751         * lily/midi-item.cc (name): new method.
8752
8753         * lily/staff-performer.cc (acknowledge_audio_element): use
8754         signature of baseclass.
8755
8756         * lily/engraver-group.cc (do_announces): move recursion call out
8757         of while loop. 
8758
8759         * lily/drum-note-performer.cc (class Drum_note_performer): use
8760         process_music everywhere.
8761
8762         * ly/performer-init.ly: add default children everywhere.
8763
8764         * lily/paper-book.cc (output): call paper-book-write-midis
8765         directly: always write MIDI, even if no \layout {} block. 
8766
8767 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8768
8769         * VERSION (PACKAGE_NAME): release 2.7.6
8770
8771         * lily/percent-repeat-engraver.cc (try_music): don't print warning
8772         about not being able to handle repeat.
8773
8774 2005-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
8775
8776         * Documentation/user/examples.itely (Piano templates):
8777         * lily/include/performer-group.hh: Remove last traces of
8778         Performer_group_performer.  Fixes make web.
8779
8780 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8781
8782         * Documentation/user/examples.itely (Piano templates): change
8783         Engraver_group_engraver -> Engraver_group
8784
8785         * lily/ly-module.cc (make_stand_in_procs_weak): only kludge if
8786         scm_stand_in_procs is not weak_any.
8787
8788         * lily/volta-bracket.cc (print): don't use strcmp().
8789
8790         * lily/volta-engraver.cc (process_music): use
8791         Text_interface::is_markup() for setting the 'text property of the
8792         volta bracket.
8793
8794         * input/mutopia/claop.py (accents): update syntax to 2.6
8795
8796         * scm/define-context-properties.scm
8797         (all-user-translation-properties): add countPercentRepeats.
8798
8799         * Documentation/user/basic-notation.itely (Measure repeats): add
8800         isolated percent example.
8801
8802 2005-08-18  Graham Percival  <gpermus@gmail.com>
8803
8804         * input/ {various}: change direction #1, #-1 to
8805         #up/#down or \fooUp, \fooDown.
8806
8807         * Documentation/user/music-glossary.tely: #-1 to #down.
8808
8809         * ly/bagpipe.ly, engraver-init.ly, property-init.ly: #1
8810         to #up, #-1 to #down.
8811
8812 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8813
8814         * lily/include/engraver-group.hh: rename.
8815
8816         * lily/include/performer-group.hh: rename.
8817
8818 2005-08-18  Mats Bengtsson  <mabe@s3.kth.se>
8819
8820         * input/test/script-abbreviations.ly: Removed some old LaTeX
8821         left overs.
8822
8823 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8824
8825         * python/convertrules.py (conv): inside-slur -> avoid-slur.
8826         Remove functions.  Remove if 1: constructs, reindent.
8827
8828         * scripts/convert-ly.py (add_version): Add functions from
8829         convertrules.py
8830
8831         * scm/script.scm (default-script-alist):
8832         s/priority/script-priority.  Fixes script stacking.  Backportme.
8833         (Fermata): Very low priority.
8834
8835 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8836
8837         * input/regression/*.ly: remove superfluous \score blocks. Reindent.
8838
8839         * input/regression/slur-script.ly: remove padding tweaks. Add
8840         comment strings.
8841
8842         * lily/note-spacing.cc (get_spacing): remove kludge for EOL wide
8843         time sigs and related stuff.
8844
8845         * scm/define-grob-properties.scm (all-user-grob-properties): add
8846         @code{} tags to property description.
8847
8848         * lily/include/line-group-group-engraver.hh (Module): remove file.
8849
8850         * python/convertrules.py (conv): add rule for
8851         Engraver_group_engraver -> Engraver_group.
8852
8853         * lily/include/performer-group-performer.hh: analogous.
8854
8855         * lily/include/engraver-group-engraver.hh: rename to Engraver_group.
8856
8857         * lily/context-def.cc (instantiate): check for
8858         Engraver_group_engraver and Performer_group_performer not
8859         Engraver/Performer. Fixes crashes when doing \with { \consists .. }
8860  
8861 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8862
8863         * input/les-nereides.ly: Remove three fingering tweaks, update
8864         remaining one.
8865
8866         * input/regression/slur-script-inside.ly: Update, fix doc.
8867
8868         * scm/script.scm: Update to avoid-slur.
8869
8870         * scm/define-grob-properties.scm (avoid-slur): New property.
8871
8872         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
8873         * lily/slur-engraver.cc (acknowledge_extra_object): Invoke
8874         outside_slur_callback if avoid-slur != #'inside.
8875
8876         * scm/define-grobs.scm (Fingering, Textscript): No
8877         inside-slur/outside-slur preference.
8878         (DynamicLineSpanner): Always outside slur.
8879
8880         * input/regression/slur-script.ly: More tests.
8881
8882 2005-08-17  Graham Percival  <gpermus@gmail.com>
8883
8884         * Documentation/user/lilypond-book: fix notime entry.
8885
8886         * Documentation/user/advanced-notation.itely: add info on
8887         getting an I rehearsal mark.
8888
8889         * Documentation/user/putting.itely: reinstate "I", re-enforce
8890         the fact that \override numbers are the result of
8891         experimentation and personal taste.
8892
8893         * Documentation/user/invoking.itely: update convert-ly bugs.
8894
8895 2005-08-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8896
8897         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set timing
8898         to #t.
8899
8900         * lily/timing-translator.cc (initialize): don't initialize timing.
8901
8902         * input/regression/stem-spacing.ly (Module): remove file.
8903
8904         * input/regression/spacing-stick-out.ly: specify Score context for
8905         \override
8906
8907         * input/regression/clefs.ly: remove spurious {}s 
8908
8909 2005-08-17  Heikki Junes  <hjunes@cc.hut.fi>
8910
8911         * Documentation/topdocs/NEWS.tely,
8912         input/regression/repeat-percent-count.ly: clarify a bit.
8913
8914 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8915
8916         * input/no-notation/display-lily-tests.ly: delete
8917         display-lily-init call.
8918
8919         * ly/music-functions-init.ly (displayLilyMusic): move
8920         display-lily-init call at top level, so that the user should not
8921         have to call it.
8922
8923         * scm/define-music-display-methods.scm (note-name->lily-string):
8924         retrieve note names directly from pitchnames using new function `rassoc'.
8925         (display-lily-init): note names list construction removed.
8926
8927 2005-08-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8928
8929         * THANKS: spello.
8930
8931         * lily/lily-parser.cc (get_header): copy module, instead of
8932         returning it.
8933
8934         * Documentation/topdocs/NEWS.tely (Top): add entry for percent
8935         counters.
8936
8937         * Documentation/user/basic-notation.itely (Measure repeats): add
8938         links to Counter grobs.
8939
8940         * scm/define-grobs.scm (all-grob-descriptions): add
8941         DoublePercentRepeatCounter
8942         (all-grob-descriptions): add PercentRepeatCounter
8943
8944         * lily/percent-repeat-engraver.cc (class Percent_repeat_engraver):
8945         also create counter grobs.
8946
8947         * lily/separation-item.cc (extremal_break_aligned_grob): don't
8948         return grob without space-alist.
8949
8950         * input/proportional.ly: tune staff-padding.
8951
8952         * input/regression/repeat-percent-count.ly: new file. 
8953
8954 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8955
8956         * input/no-notation/display-lily-tests.ly: moved from
8957         input/regression/ to input/no-notation. Be sure to call
8958         `display-lily-init' before trying to use the display function.
8959
8960 2005-08-16  Mats Bengtsson  <mabe@s3.kth.se>
8961
8962         * scripts/lilypond-book.py (option_definitions): Don't localize
8963         the empty string. Fixes bug when --psfonts was used with
8964         non-English locale.
8965
8966 2005-08-15  Graham Percival  <gpermus@gmail.com>
8967
8968         * lily/tuplet-bracket.cc: simple build fix.
8969
8970         * Documentation/user/putting.itely: use "we" instead of "I".
8971
8972         * Documentation/user/basic-notation.itely: cautionary accidentals
8973         work with naturals, too.
8974
8975 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8976
8977         * lily/tuplet-bracket.cc (calc_position_and_height): add
8978         staff-padding support.
8979
8980         * input/proportional.ly: set staff-padding.
8981         
8982         * VERSION (PATCH_LEVEL): release 2.7.5
8983
8984         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): text formatting
8985         fixes. Remove tweaks.
8986
8987         * input/regression/tuplet-slope.ly: add a test case.
8988
8989         * lily/tuplet-bracket.cc (calc_position_and_height): revert
8990         erroneous fix. Add spanner bounds to offset array with relative X
8991         positions.
8992
8993         * ly/engraver-init.ly: add Rest_engraver only once.
8994
8995         * scm/define-music-display-methods.scm (KeyChangeEvent): only do
8996         (*parser*) lookup if (*parser*) != #f.
8997
8998 2005-08-15  Jan Nieuwenhuizen  <janneke@gnu.org>
8999
9000         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
9001         Cut-and paste update.
9002
9003         * input/regression/slur-script.ly: Add example of reverting
9004         inside-slur for fingering.
9005
9006         * scm/define-grobs.scm (DynamicLineSpanner, Fingering,
9007         TextScript): Explicitly set inside-slur #f, forcing these out of slur.
9008
9009         * lily/slur-engraver.cc (acknowledge_extra_object): Only invoke
9010         outside_slur_callback if inside-slur == #f (as opposed to unset).
9011
9012 2005-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9013
9014         * tex/GNUmakefile (INSTALLATION_FILES): Remove enc symlink setup,
9015         encoding files are already removed.
9016
9017 2005-08-15  Mats Bengtsson  <mabe@s3.kth.se>
9018
9019         * Documentation/user/advanced-notation.itely (Instrument names):
9020         Document a workaround for instrument names that collide with
9021         system start braces/brackets.
9022
9023 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9024
9025         * lily/rest-collision.cc (do_shift): spello.
9026
9027         * input/proportional.ly: use #'used property. Set break-overshoot
9028         property.
9029
9030         * mf/feta-arrow.mf: center on arrow tip center, iso. tip edge.
9031
9032         * lily/paper-column.cc: add #'used property
9033
9034         * lily/mark-engraver.cc (stop_translation_timestep): set grob
9035         array for staves found.
9036
9037         * lily/metronome-engraver.cc (stop_translation_timestep): set grob
9038         array for stavesFound.
9039
9040         * lily/staff-spacing.cc (next_note_correction): add fixed and
9041         space to calling convention. This fixes spacing of accidentals
9042         after barlines.
9043
9044         * input/regression/spacing-accidental-stretch.ly: add barline -
9045         accidental case.
9046
9047         * scm/framework-ps.scm (page-header): add version number to
9048         creator
9049         (eps-header): idem.
9050
9051         * mf/feta-bolletjes.mf: swap d0 and u0 fa heads.
9052         
9053 2005-08-13  Graham Percival  <gpermus@gmail.com>
9054
9055         * Documentation/user/global.itely: add "fit as much as
9056         possible onto this page" example (Vertical spacing).
9057
9058 2005-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9059
9060         * *: Nitpick run.
9061
9062         * buildscripts/fixcc.py: Fixes.
9063
9064 2005-08-12  Graham Percival  <gpermus@gmail.com>
9065
9066         * Documentation/user/advanced-notation.itely: add markup
9067         example to Text spanners.
9068
9069 2005-08-12  Mats Bengtsson  <mabe@s3.kth.se>
9070
9071         * Documentation/user/basic-notation.itely (Ties): Add example of
9072         tying a tremolo to a chord. Thanks to Steve Doonan. 
9073
9074         * lily/tie-engraver.cc: Add tieWaitForNote to the list of read
9075         properties and move tieMelismaBusy to the list of written
9076         properties. 
9077
9078 2005-08-12  Heikki Junes  <hjunes@cc.hut.fi>
9079
9080         * po/TODO: suggest to use a dedicated tool like kbabel.
9081
9082         * po/fi.po: update using kbabel.
9083
9084 2005-08-12  Jan Nieuwenhuizen  <janneke@gnu.org>
9085
9086         * *: Remove obsolete files.  Nitpick run.
9087
9088         * lily/lily-guile.cc (parse_symbol_list): Bugfix.
9089
9090 2005-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9091
9092         * mf/GNUmakefile (get-*-fonts): Rename from get-*-pfa.  Copy SVG
9093         too.
9094
9095         * Documentation/topdocs/NEWS.tely (Top): Add slur script feature.
9096
9097         * lily/lily-guile.cc (parse_symbol_list): Rewrite.  Grok multiple
9098         whitespace as symbol separator.
9099
9100         * lily/side-position-interface.cc: Add slur-padding.
9101
9102         * input/regression/slur-script.ly: Fixed.  Backportme?  This is
9103         quite a large fix, and it never worked in a stable release; so not
9104         really a regression.
9105
9106         * lily/phrasing-slur-engraver.cc (class Phrasing_slur_engraver):
9107         Update cut and paste code from Slur_engraver.
9108
9109         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
9110         Add.
9111
9112         * scm/define-grobs.scm (DynamicLineSpanner): Add
9113         dynamic-line-spanner-interface.
9114         (DynamicLineSpanner, TextScript, Fingering): Add slur-padding.
9115
9116 2005-08-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9117
9118         * lily/slur-engraver.cc (acknowledge_extra_object): Bugfix: use
9119         to_boolean () so that non-set 'inside-slur means false.
9120
9121         * lily/slur.cc (outside_slur_callback): Bugfixes: make sure that
9122         slur has control-points.  Skip script without direction.  Always
9123         do_shift if script inside slur, even if slur not contained in
9124         script y-extent.  Increment k in loop.
9125
9126 2005-08-11  Mats Bengtsson  <mabe@s3.kth.se>
9127
9128         * scm/define-markup-commands.scm: Improved regexp to search for
9129         EPS bounding boxes and corrected call to ly:warning.
9130
9131 2005-08-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9132
9133         * Documentation/user/programming-interface.itely (Displaying music
9134         expressions): doc for \displayLilyMusic. Also some precisions in
9135         "Markup construction in Scheme"
9136
9137 2005-08-10  Mats Bengtsson  <mabe@s3.kth.se>
9138
9139         * scm/define-markup-commands.scm (normal-text): Added 2 new
9140         markup commands, \normal-text and \medium (the latter thanks to
9141         Bruce Fairchild). 
9142
9143 2005-08-08  Graham Percival  <gpermus@gmail.com>
9144
9145         * Documentation/user/programming-interface.itely: fix @{ @}.
9146
9147         * scm/define-markup-commands.scm: add linewidth info to
9148         \justify and \wordwrap, add "upright is the opposite of italic".
9149
9150         * Documentation/user/advanced-notation.itely: shaped->shape,
9151         add (cons (markup "foo")) type of example to text markup,
9152         reword multi-measure rests section.
9153
9154         * lily/note-heads-engraver.cc: changed Shaped->Shape in a
9155         comment.  No actual code was touched.
9156
9157         * Documentation/user/invoking.itely: add more info about
9158         \include.  Thanks, Bruce!
9159
9160         * THANKS: add Bruce Fairchild, alphabetise.
9161
9162         * Documentation/user/global.itely: document \score{\header{}}
9163         behavior.
9164
9165         * Documentation/user/basic-notation.itely: reword multi-measure
9166         rest discussion in Rests.
9167
9168 2005-08-08  Mats Bengtsson  <mabe@s3.kth.se>
9169
9170         * Documentation/user/programming-interface.itely (Markup
9171         construction in Scheme): Corrected example and tried to clarify
9172         the implicit \line in the table.
9173
9174 2005-08-07  Graham Percival  <gpermus@gmail.com>
9175
9176         * Documentation/user/instrument-notation.itely: moved
9177         some bagpipe info back into the bagpipe section.  Somehow
9178         it ended up in the "other vocal issues" section?!  :o_O
9179
9180 2005-08-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9181
9182         * scm/framework-ps.scm (dir-join): Rename from path-join (joins
9183         directories, not paths).
9184
9185 2005-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9186
9187         * scm/framework-ps.scm (munge-lily-font-name): Bugfix: Munge only
9188         plain emmentaler/aybabtu.  Backportme.
9189
9190         * lily/tuplet-bracket.cc (calc_position_and_height): Bugfix:
9191         missing dir correction.
9192
9193 2005-08-05  Graham Percival  <gperlist@shaw.ca>
9194
9195         * scm/define-markup-commands: fix reversed justify/wordwrap
9196         doc strings.
9197
9198 2005-08-05  Jürgen Reuter  <reuter@ipd.uka.de>
9199
9200         * lily/ligature-engaver.cc, lily/coherent-ligature-engaver.cc,
9201         lily/gregorian-ligature-engaver.cc,
9202         lily/include/ligature-engraver.hh,
9203         lily/include/coherent-ligature-engraver.hh,
9204         lily/include/gregorian-ligature-engraver.hh: make these classes
9205         truely abstract.  This should fix some internal oddities such as
9206         duplicate as well as dead translator/property declarations, and
9207         also some dead code.
9208
9209         * lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc:
9210         bugfix: avoid message "junking empty ligature" on ligature
9211         brackets by collecting dummy grobs.
9212
9213 2005-08-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9214
9215         * lily/tuplet-bracket.cc (print): default right overshoot to 0.0
9216
9217         * input/proportional.ly (staffKind): bugfix.
9218         (staffKind): updates by Trevor Baca.
9219
9220         * scm/define-grobs.scm (all-grob-descriptions): remove arrows as
9221         default layout. 
9222
9223         * lily/tuplet-bracket.cc (print): check whether edge-text is a
9224         pair.
9225
9226         * lily/beam.cc (rest_collision_callback): call position_beam() if
9227         necessary.
9228
9229         * VERSION: release 2.7.4
9230
9231         * input/regression/spacing-uniform-stretching.ly: new file.
9232
9233         * lily/spacing-loose-columns.cc (set_loose_columns): use robust_relative_extent().
9234
9235         * Documentation/topdocs/NEWS.tely (Top): add Nicolas as
9236         contributor.
9237
9238         * lily/include/ly-module.hh: define MODULE_GC_KLUDGE globally.
9239
9240         * input/proportional.ly: new file.
9241
9242         * lily/tuplet-bracket.cc (after_line_breaking): don't suicide if
9243         columns is empty
9244
9245         * lily/tuplet-engraver.cc (finalize): new function. Reset right
9246         bounds to currentCommandColumn for the last step.
9247         (start_translation_timestep): if tupletFullLength is set, set
9248         bound to Paper Column
9249
9250         * input/regression/tuplet-full-length.ly (indent): new file.
9251
9252         * lily/spacing-loose-columns.cc (set_loose_columns): space a whole
9253         clique of loose columns, eg. a set of grace notes in strict
9254         notespacing.
9255
9256         * input/regression/spacing-strict-spacing-grace.ly: new file.
9257
9258         * lily/key-signature-interface.cc: change property name to
9259         alteration-alist
9260
9261         * lily/key-engraver.cc (read_event): read keyAlterationOrder, not
9262         keyAccidentalOrder
9263
9264         * python/convertrules.py (conv): keyAccidentalOrder ->
9265         keyAlterationOrder
9266
9267         * lily/key-engraver.cc (create_key): always print a cancellation
9268         for going to C-major/A-minor, regardless of printKeyCancellation.
9269         (create_key): remove typecheck for visibility. This fixes key
9270         signature not being printed.
9271
9272         * lily/spacing-determine-loose-columns.cc: new file.
9273
9274         * input/regression/spacing-strict-notespacing.ly: new file.
9275
9276         * lily/spacing-spanner.cc (generate_springs): rename from
9277         do_measure. 
9278         (generate_pair_spacing): new function.
9279         (init, generate_pair_spacing): set between-cols for floating
9280         nonmusical columns.
9281
9282         * lily/spaceable-grob.cc (get_spring): new function. 
9283
9284         * lily/tuplet-bracket.cc (print): on the left, the overshoot is
9285         relative to the right edge of the prefatory matter.
9286
9287         * lily/beam.cc (print): read break-overshoot to determine where to
9288         stop/start broken beams.
9289
9290         * input/regression/spanner-break-overshoot.ly: new file.
9291
9292 2005-08-04  Graham Percival  <gperlist@shaw.ca>
9293
9294         * ly/bagpipe.ly: updated.
9295
9296         * Documentat/user/instrument.itely: un-comment out bagpipe example.
9297
9298 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9299
9300         * lily/dynamic-engraver.cc (acknowledge_slur): add slur to
9301         support: now (de)crescs avoid slurs as well.
9302
9303         * Documentation/user/instrument-notation.itely (Bagpipe example):
9304         comment out non-functioning bagpipe example.
9305         (Bagpipe definitions): idem.
9306
9307         * Documentation/topdocs/NEWS.tely (Top): add uniform-stretching example.
9308         (Top): add proportionalNotationDuration example.
9309
9310         * input/regression/spacing-proportional.ly: new file.
9311
9312         * lily/tuplet-bracket.cc (parallel_beam): broken bracket never is
9313         synched to a beam.
9314
9315         * lily/beam.cc (shift_region_to_valid): divide by zero fix. This
9316         fixes beams with a single stem (eg. beams across linebreaks.)
9317
9318         * lily/parser.yy (simple_string): allow \new STRING_IDENTIFIER.
9319
9320         * flower/rational.cc (operator +): prevent overflow. This fixes
9321         heavily nested tuplets.
9322
9323         * lily/auto-beam-engraver.cc (derived_mark): new method. Yes. We
9324         have to protect even those unlikely to be corrupted data members.  
9325
9326 2005-08-04  Graham Percival  <gperlist@shaw.ca>
9327
9328         * ly/bagpipe.ly: new file.
9329
9330         * THANKS: added Sven Axelsson.
9331
9332 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9333
9334         * lily/spacing-engraver.cc (stop_translation_timestep): directly
9335         copy proportionalNotationDuration into currentMusicalColumn if
9336         set.
9337
9338         * lily/spacing-spanner.cc (musical_column_spacing): if
9339         uniform-stretching set, fixed space is 0.0
9340
9341         * input/regression/spacing-multi-tuplet.ly: show
9342         uniform-stretching property.
9343
9344         * lily/spacing-spanner.cc (effective_shortest_duration): new function.
9345
9346         * lily/include/spacing-spanner.hh (class Spacing_spanner): new file.
9347         (struct Spacing_options): new struct.
9348
9349         * lily/spacing-basic.cc: new file.
9350
9351         * lily/spacing-spanner.cc (note_spacing): remove outdated code:
9352         delta_t doesn't have to be smaller than shortest_playing_len
9353
9354 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9355
9356         * input/regression/markup-arrows.ly:  new file.
9357
9358         * lily/tuplet-bracket.cc: document new behavior.
9359
9360         * input/regression/tuplet-broken.ly: new file. Demonstrate tuplets
9361         with line breaks.
9362
9363         * scm/define-markup-commands.scm (arrow-head): arrow-head markup command.
9364
9365         * scm/define-grobs.scm (all-grob-descriptions): set arrows as
9366         default 
9367
9368         * lily/tuplet-bracket.cc: add edge-text property.
9369         add break-overshoot.
9370         (print): read break-overshoot.
9371         (print): read edge-text, add stencils.
9372
9373         * mf/feta-arrow.mf: new file.
9374
9375         * mf/feta-generic.mf: add feta-arrow.
9376
9377 2005-08-03  Mats Bengtsson  <mabe@s3.kth.se>
9378
9379         * Documentation/user/lilypond-book.itely (An example of a
9380         musicological document): Added flag -o to dvips for people who use
9381         the default setting in teTeX where output is sent to the printer. 
9382
9383         * Documentation/user/global.itely (Vertical spacing): Added
9384         reference to the Axis_group_engraver which documents the *Extent
9385         properties.
9386
9387 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9388
9389         * Documentation/user/basic-notation.itely (Tuplets): add note
9390         about nested tuplets. Remove BUG. 
9391
9392         * input/regression/tuplet-nest.ly: update: remove manual hack. 
9393
9394         * lily/tuplet-bracket.cc (print): use robust_scm2drul
9395         (print): manually call print() for subtuplets.
9396         (calc_position_and_height): add subtuplets to the
9397         support. Vertically shift outer tuplet 
9398
9399         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): set
9400         remove-first for Lyrics, ChordNames and FiguredBass
9401
9402         * scm/define-grob-properties.scm (all-internal-grob-properties):
9403         use ly:grob-array? iso. grob-list?
9404         (all-internal-grob-properties): add tuplets grob-array.
9405
9406         * lily/tuplet-bracket.cc (add_tuplet_bracket):
9407         new function
9408
9409 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9410
9411         * input/test/time-signature-staff.ly: new file.
9412
9413         * ly/declarations-init.ly (center): escape to Scheme. Fixes
9414         spurious #<Music FingerEvent> errors. Backportme.
9415
9416 2005-08-03  Mats Bengtsson  <mabe@s3.kth.se>
9417
9418         * Documentation/user/programming-interface.itely (Markup
9419         construction in Scheme): Corrected markup syntax in the
9420         translation table.
9421
9422 2005-08-03  Graham Percival  <gperlist@shaw.ca>
9423
9424         * Documentation/user/instrument-notation.itely: small update
9425         to bagpipe notation docs; thanks Sven!
9426
9427         * Documentation/user/basic-notation.itely: add link about trills.
9428
9429 2005-08-02  Graham Percival  <gperlist@shaw.ca>
9430
9431         * Documentation/user/music-glossary: remove accidentally committed
9432         fink patch.
9433
9434 2005-08-02  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
9435
9436         * lily/lily-parser.cc (get_header): new function. Enable multiple
9437         \header definitions.
9438
9439         * lily/parser.yy (lilypond_header_body): use get_header.
9440
9441         * ly/init.ly:
9442         * scm/lily-library.scm (print-score-with-defaults): renamed
9443         $globalheader to $defaultheader
9444             
9445         * Documentation/user/global.itely (Creating titles): added short
9446         explanation that multiple headers are useable.
9447
9448
9449 2005-08-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9450
9451         * lily/module-scheme.cc (LY_DEFINE): new file. 
9452
9453         * Documentation/user/advanced-notation.itely (Font selection): add
9454         doco for make-pango-font-tree.
9455
9456 2005-07-31  Graham Percival  <gperlist@shaw.ca>
9457
9458         * Documentation/user/music-glossary: more languages
9459         for tenuto.
9460
9461         * Docuemntation/user/instrument-notation.itely: minor
9462         update for bagpipe example.
9463
9464 2005-07-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9465
9466         * input/regression/+.ly (TODO): add some text.
9467
9468 2005-07-28  Graham Percival  <gperlist@shaw.ca>
9469
9470         * Documentation/user/invoking.itely: \score begins with music.
9471
9472         * Documentation/user/ basic-notation.itely,
9473         instrument-notation.itely: minor changes.
9474
9475         * Documentation/user/music-glossary.itely: began tenuto entry.
9476
9477 2005-07-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9478
9479         * scm/output-socket.scm (bezier-sandwich): add bezier-sandwich
9480
9481         * mf/feta-bolletjes.mf: swap up and down for aiken heads.
9482
9483 2005-07-27  Graham Percival  <gperlist@shaw.ca>
9484
9485         * Documentation/user/examples.itely: remove bagpipe template.
9486
9487         * Documentation/user/instrument-notation.itely: add bagpipe
9488         section, maybe fix quotes in lyrics.  I hate text encoding.
9489         Clarify chord durations, more bagpipe stuff.
9490
9491 2005-07-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9492  
9493         * lily/accidental-engraver.cc: formatting fixes.
9494
9495         * lily/spacing-spanner.cc (prune_loose_columns): right-items is a
9496         grob-array.
9497
9498         * lily/arpeggio.cc (print): suicide arpeggio for single notehead.
9499
9500         * lily/note-column.cc (arpeggio): new function.
9501
9502         * lily/note-spacing.cc (get_spacing): also take arpeggio into
9503         account for spacing.
9504
9505 2005-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9506
9507         * lily/main.cc (sane_setenv)[!ARGV0_RELOCATION]: Also define.
9508         (setup_guile_env): Use it instead of nonstandard setenv.  Fixes
9509         mingw build.
9510         
9511 2005-07-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9512
9513         * scm/lily.scm (lilypond-all): clear anonymous modules after
9514         processing files.
9515
9516 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9517
9518         * flower/include/guile-compatibility.hh (SCM_I_CONSP): add
9519         SCM_I_CONSP
9520
9521         * VERSION: 2.7.3 released
9522
9523         * Documentation/user/invoking.itely (Invoking lilypond): add
9524         LILYPOND_GC_YIELD documentation.
9525
9526         * lily/*: cleanups: use scm_from_int iso. scm_int2num. Idem for
9527         scm_from_real / scm_make_real.
9528
9529         * lily/main.cc (setup_guile_env): new function. Set GC min_yields
9530         higher. This increases memory footprint, but provides overall
9531         speedup of 15 to 20%. 
9532
9533         * lily/include/translator.hh (class Translator): remove
9534         PRECOMPUTED_VIRTUAL everywhere.
9535
9536         * lily/include/lily-guile.hh: inline scm_c[ad]r, scm_is_pair.
9537
9538         * lily/context.cc (now_mom): non-recursive now_mom() 
9539
9540         * lily/include/profile.hh: new file.
9541
9542         * lily/profile.cc: new file.
9543
9544         * lily/grob.cc (Grob::Grob): look properties up directly.
9545
9546         * lily/open-type-font.cc (get_indexed_char): cache index -> bbox
9547         lookups.
9548
9549         * lily/include/box.hh (class Box): smob Box type.
9550
9551         * lily/smobs.cc (protect_smob): O(1) GC (un)protection.
9552
9553         * lily/include/smobs.hh (DECLARE_BASE_SMOBS): add methods
9554         protect() and unprotect(). Use throughout.
9555
9556 2005-07-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9557
9558         * Documentation/topdocs/NEWS.tely: new item for \displayLilyMusic
9559
9560         * scm/define-music-display-methods.scm (markup->lily-string):
9561         markup elements can also be strings (without simple-markup
9562         appended)
9563
9564 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9565
9566         * lily/context.cc (where_defined): also assign value in
9567         where_defined().
9568
9569         * lily/bezier.cc (get_other_coordinate): use curve_coordinate
9570         (curve_coordinate): new function
9571
9572         * lily/simple-spacer.cc (add_columns): only add rods between
9573         column i and begin/end if keep-inside-line is set (this repleces
9574         allow-outside-line as default)
9575
9576 2005-07-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9577
9578         * lily/tuplet-engraver.cc (start_translation_timestep): only read
9579         tupletSpannerDuration if applicable.
9580
9581         * lily/font-size-engraver.cc (process_music): read fontSize only
9582         once per timestep.
9583
9584         * lily/engraver*cc: use throughout.
9585         
9586         * lily/include/translator.icc (ADD_ACKNOWLEDGER): new macro.
9587
9588         * lily/translator.cc (add_acknowledger): new file. Directly jump
9589         into an Engraver::acknowledge_xxx () method based on a grobs
9590         interface-list.
9591
9592         * lily/include/translator-dispatch-list.hh (class
9593         Engraver_dispatch_list): new struct, new file.
9594
9595         * scm/define-context-properties.scm
9596         (all-internal-translation-properties): remove acceptHashTable,
9597         acknowledgeHashTable
9598
9599         * lily/translator-group.cc (mark_smob): idem for acceptHashTable.
9600
9601         * lily/engraver-group-engraver.cc (Engraver_group_engraver):
9602         change acknowledgeHashTable to C++ member. 
9603
9604         * lily/rest-collision.cc (do_shift): use extract_grob_set().
9605
9606 2005-07-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9607
9608         * scm/display-lily.scm: new file. Define a `display-lily-music'
9609         function, that displays the music expression given as an argument,
9610         using LilyPond notation.
9611
9612         * scm/define-music-display-methods.scm: new file. Implementation
9613         of display methods for each music type.
9614
9615         * ly/music-functions-init.ly (displayLilyMusic): new function for
9616         displaying music with LilyPond notation.
9617
9618         * input/regression/display-lily-tests.ly: new regression test file
9619         for `display-lily-music'.
9620
9621         * scm/markup.scm: remove obsolete debugging code (for printing
9622         markups with LilyPond notation).
9623
9624         * scm/define-music-types.scm (music-name-to-property-table):
9625         * scm/clef.scm (supported-clefs): export, in order to be accessible
9626         from the (scm display-lily) module.
9627
9628 2005-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
9629
9630         * Documentation/topdocs/NEWS.tely (Top): Typo.
9631
9632 2005-07-22  Heikki Junes  <hjunes@cc.hut.fi>
9633
9634         * Documentation/index.html.in, Documentation/texinfo.css,
9635           stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
9636           Documentation/bibliography/index.html.in,
9637           Documentation/bibliography/html-long.bst: revert css-width patch,
9638           it does not work with IE6.
9639
9640 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9641
9642         * Documentation/texinfo.css: revert 760px hack. 
9643
9644         * VERSION: release 2.7.2
9645
9646         * Documentation/topdocs/NEWS.tely (Top): mention barNumberCheck
9647
9648         * Documentation/user/basic-notation.itely (Barnumber check): add
9649         section.
9650
9651         * scm/music-functions.scm (skip-to-last): new function. Show only
9652         last showLastLength part of the \score.
9653
9654         * lily/moment-scheme.cc (LY_DEFINE): new function ly:moment-sub
9655
9656         * python/convertrules.py (conv): add ly:x-moment rule
9657
9658         * lily/moment-scheme.cc (LY_DEFINE): rename ly:X-moment  -> ly:moment-X
9659
9660         * Documentation/topdocs/NEWS.tely (Top): add new feature.
9661
9662         * Documentation/user/instrument-notation.itely (Flexibility in
9663         alignment): options in subsections.
9664
9665         * lily/lyric-engraver.cc (process_music): don't typeset text for _
9666         syllable text. Instead, assume that the previous lyric text is a
9667         melismated text.
9668
9669         * Documentation/index.html.in: revert 800x600 change.
9670
9671 2005-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9672
9673         * lily/main.cc (main): Remove invalid handle kludge.
9674
9675         * scm/lily.scm (running-from-gui?): WINDOWS: check -dgui.
9676         (lambda): add gui define.
9677
9678 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9679
9680         * Documentation/topdocs/NEWS.tely (Top): add note about Musica ficta.
9681
9682         * Documentation/user/instrument-notation.itely (Musica ficta
9683         accidentals): add section Musica ficta accidentals
9684
9685         * lily/accidental-engraver.cc (make_suggested_accidental): new
9686         function.
9687         (make_standard_accidental): move into new function.
9688         (create_accidental): new function.
9689
9690         * scm/define-grobs.scm (all-grob-descriptions): new Grob
9691         AccidentalSuggestion
9692
9693         * lily/output-def-scheme.cc (LY_DEFINE): take default  argument.
9694
9695         * lily/output-def.cc (lookup_variable): return SCM_UNDEFINED if
9696         undefined.
9697
9698         * Documentation/user/global.itely (Page formatting): document
9699         horizontalshift.
9700
9701         * scm/page-layout.scm (default-page-music-height):
9702         horizontalshift: new variable, shift all systems by
9703         horizontalshift to the right, to make space for instrument names.
9704
9705         * scm/paper.scm (set-paper-dimension-variables): add horizontalshift
9706
9707         * lily/input-scheme.cc (LY_DEFINE): take format commands.
9708
9709 2005-07-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9710
9711         * lily/note-column.cc (dir): idem.
9712
9713         * lily/spacing-spanner.cc (Module): idem.
9714
9715         * lily/script-column.cc (before_line_breaking): use extract_grob_set()
9716
9717         * lily/include/paper-column.hh (class Paper_column): add
9718         non-static get_rank() member.
9719
9720         * VERSION: release 2.7.1
9721         
9722         * scm/framework-null.scm: new file, used for benchmarking.
9723
9724 2005-07-20  Heikki Junes  <hjunes@cc.hut.fi>
9725
9726         * Documentation/topdocs/INSTALL.texi, configure.in: fix
9727         version dependencies for fontforge and gs.
9728
9729         * Documentation/index.html.in, Documentation/texinfo.css,
9730         stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
9731         Documentation/bibliography/index.html.in, 
9732         Documentation/bibliography/html-long.bst: optimize width of
9733         html for a 800x600 screen (width:760), increases printability
9734         when 'fit to page' is not set and readability in wide screens.
9735
9736         * stepmake/bin/add-html-footer.py: add missing </p>.
9737
9738 2005-07-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9739
9740         * scm/define-markup-commands.scm (beam): use polygon in beam
9741         command.
9742
9743         * lily/grob-pq-engraver.cc (stop_translation_timestep): save up
9744         all acknowledged grobs, and do potentially expensive merge and
9745         write in one go.
9746
9747         * buildscripts/mf-to-table.py (write_fontlist): enforce noBreak.
9748
9749         * configure.in (reloc_b): add --enable-static-gxx to statically
9750         link to libstdc++
9751
9752         * lily/GNUmakefile (static-gxx-libs): new target
9753         static-gxx-libs. Create symlink to libstdc++.a
9754
9755         * lily/new-lyric-combine-music-iterator.cc: rename to
9756         Lyric_combine_music_iterator
9757
9758         * lily/lyric-combine-music-iterator.cc
9759         (Old_lyric_combine_music_iterator): rename to
9760         Old_lyric_combine_music_iterator
9761
9762         * lily/*-engraver.cc (various): remove double use of
9763         PRECOMPUTED_VIRTUAL function: only use
9764         start_translation_timestep() and stop_translation_timestep(), not
9765         both.
9766
9767         * lily/break-substitution.cc (fast_substitute_grob_array): do
9768         fast_substitute_grob_array for all unordered grob_arrays.
9769         (substitute_grob): return Grob *. Saves packing/unpacking SCMs.
9770         (substitute_grob_array): optimize.
9771
9772         * lily/align-interface.cc (set_axis): set ordered_ for 'elements
9773
9774         * lily/include/grob-array.hh (class Grob_array): ordered_ member.
9775
9776         * lily/parser.yy: revert $globalheader patch.
9777         
9778         * lily/include/translator.icc
9779         (IMPLEMENT_FETCH_PRECOMPUTABLE_METHODS): directly jump into
9780         Translator methods, without _static helper.
9781  
9782         * lily/grob-smob.cc (derived_mark): rename from
9783         do_derived_mark(). Return void.
9784
9785         * scm/define-context-properties.scm
9786         (all-internal-translation-properties): remove tweakCount/tweakRank.
9787
9788         * scm/output-lib.scm (begin-of-line-invisible): use vectors for
9789         predefined break-visibilities.
9790
9791         * lily/item.cc (handle_prebroken_dependencies): use a vector of 3
9792         booleans for break-visibility.
9793
9794         * Documentation/topdocs/NEWS.tely (Top): add note about engravers.
9795
9796         * python/convertrules.py (conv): rule for Timing_translator. 
9797
9798         * lily/include/translator.icc: new file. 
9799
9800         * lily/paper-column-engraver.cc (process_music): new
9801         file. Separate Paper_column factory from Score_engraver.
9802
9803         * lily/vertically-spaced-context-engraver.cc: administer
9804         spaceable-staves property of System.
9805
9806         * lily/translator-group-ctors.cc: new file.
9807
9808         * lily/context-property.cc (make_grob_from_properties): construct
9809         the right Grob class programmatically, looking at the class entry
9810         for the meta property.
9811
9812         * lily/break-align-engraver.cc (stop_translation_timestep): call
9813         Break_align_interface::add_element() directly.
9814
9815         * lily/context.cc (measure_position): measure_position() is now a
9816         normal function.
9817
9818         * lily/include/translator.hh (class Translator): rename
9819         process_acknowledged_grobs() to process_acknowledged() and move to
9820         Translator.
9821
9822         * scm/define-grobs.scm (all-grob-descriptions): add a 'class meta
9823         field for each grob description.
9824
9825         * lily/include/translator-group.hh (class Translator_group):
9826         change to base class. Separate class from Translator. This gets
9827         rid of virtual inheritance for Engravers/Performers.
9828
9829         * lily/staff-performer.cc (class Staff_performer): derive
9830         Staff_performer from Performer, not Performer_group_performer 
9831
9832         * Lily/translator-group.cc (precomputed_recurse_over_translators):
9833         new function.
9834         (precompute_method_bindings): new function. Precompute lists of
9835         Translators, so we only call methods (process_music,
9836         start_translation_timestep, etc.) for Translators needing
9837         it. Also: dispose of pointer-to-member-function calls.
9838
9839         * lily/engraver-group-engraver.cc: remove engraver_each,
9840         recurse_down_engravers ()
9841
9842         * lily/note-head.cc (internal_print): only call
9843         glyph-name-procedure if style != default. 
9844
9845 2005-07-16  Graham Percival  <gperlist@shaw.ca>
9846
9847         * ly/titling-init.ly: add printallheaders option.
9848
9849         * Documentation/user/global.itely: document printallheaders.
9850
9851 2005-07-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9852
9853         * lily/system.cc (do_derived_mark): don't mark from object_alist_
9854         anymore, but do it centrally.  
9855
9856         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
9857         hammer hack.
9858
9859         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-object
9860
9861         * scm/output-lib.scm: remove hammer-print-function.
9862
9863         * lily/include/pointer-group-interface.hh (extract_grob_set): new
9864         macro. Declare a Link_array<Grob> and fill it from a grob.
9865         (extract_item_set): idem for item.
9866
9867         * lily/break-substitution.cc: add header.
9868         (fast_substitute_grob_array): rewrite for Grob_arrays.
9869         (substitute_grob_array): idem.
9870
9871         * lily/group-interface.cc (add_thing): remove file.
9872
9873         * flower/include/parray.hh (class Link_array): slice() is const.
9874
9875         * lily/include/grob-array.hh: new file.
9876
9877         * lily/grob-array.cc (spanner): new file.
9878
9879         * lily/beam-quanting.cc (fill): read details property from beam.
9880
9881         * lily/beam.cc: support details property.
9882
9883         * total speedups below: approx 10%.
9884
9885         * lily/include/beam.hh: new struct, softcode beam quanting parameters
9886
9887         * lily/include/grob.hh (class Grob): add interfaces_ member.
9888
9889         * lily/bezier.cc (init_polynomial_cache): new function: cache
9890         binom(3,j) t^j (1-t)^{3-j}
9891         (curve_point): opps, actually use the cache for t^j , (1-t)^j! 
9892
9893         * lily/*.cc: substitution throughout.
9894
9895         * lily/grob-property.cc (internal_get_object): new routine.
9896         (internal_set_object): idem. Store grob refrences in separate
9897         alist. This saves processing time, since properties aren't
9898         break-substituted, and the per grob namespace is smaller, both for
9899         grobs and non-grob properties.
9900
9901         * scm/define-grob-properties.scm (all-internal-grob-properties):
9902         remove center-element.
9903
9904         * lily/grob.cc: remove tweak-count, tweak-rank.
9905
9906 2005-07-15  Graham Percival  <gperlist@shaw.ca>
9907
9908         * Documentation/user/lilypond-book.itely: fixes example.
9909
9910 2005-07-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9911
9912         * Documentation/user/global.itely (Creating titles):    
9913         * Documentation/user/examples.itely (All headers): change the
9914         place of \header in \score blocks (after music block) to make
9915         examples compile (cf. changes on parser.yy on 2005-07-10)
9916
9917 2005-07-13  Graham Percival  <gperlist@shaw.ca>
9918
9919         * python/convertrules.py: add exc -> ecc rule.
9920
9921         * scripts/convert-ly.py: add location of convertrules.py
9922         in a comment.
9923
9924         * Documentation/user/changing-defaults.itely: fix language.
9925
9926 2005-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
9927
9928         * lily/lily-parser-scheme.cc (LY_DEFINE): Guile 1.6 fix.
9929
9930 2005-07-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9931
9932         * scm/output-socket.scm (grob-bbox): don't use inf? 
9933
9934         * flower/include/rational.hh: add operator bool() 
9935
9936         * scm/define-music-types.scm (music-descriptions): remove
9937         internal-class-name properties.
9938
9939         * lily/include/event.hh: remove file.
9940
9941         * lily/include/music-constructor.hh: remove file.
9942
9943         * lily/parser.yy (Lily_lexer): check EVENT_IDENTIFIER using 'event
9944         in 'types property.
9945
9946         * lily/music.cc (duration_length_callback): new function.
9947
9948         * lily/event.cc: remove file.
9949
9950         * lily/music-constructor.cc: remove file.
9951
9952         * lily/music-scheme.cc (LY_DEFINE): rename to ly:make-music
9953
9954         * lily/context.cc (get_grob_key): nop if use_object_keys not set.
9955         (get_context_key): idem.
9956
9957         * scm/lily.scm (lambda): new option object-keys (default to #f)
9958
9959         * scm/output-svg.scm (utf-8-string): rename  from utf8-string.
9960
9961         * scm/output-gnome.scm: remove beam routine.
9962
9963         * scm/output-ps.scm (scm): idem.
9964
9965         * scm/output-svg.scm: remove beam.
9966
9967         * ps/music-drawing-routines.ps: remove draw_beam.
9968
9969         * lily/lookup.cc (beam): use round_filled_polygon() for beam.
9970
9971         * flower/include/guile-compatibility.hh (scm_from_locale_string):
9972         add scm_from_locale_string compatibility glue. 
9973
9974 2005-07-13  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
9975
9976         * scripts/lilypond-book.py: Prevent occuring error when
9977         'lilypond-book --output=foo/ somefile.ly' is executed multiple
9978         times and target file shoud be overwritten.  (Error message said
9979         'input file and output file is same'.)
9980
9981 2005-07-13  Graham Percival  <gperlist@shaw.ca>
9982
9983         * input/regression/slur-extreme.ly,
9984         input/regression/slur-scoring.ly, lily/slur-configuration.cc,
9985         lily/slur.cc, mf/feta-din-code.mf, mf/feta-timesig.mf,
9986         mf/parmesan-heads.mf, scm/define-grob-properties.scm: Change
9987         "excentricity" to "eccentricity".
9988
9989         * Documentation/user/converters.itely: fix URL for Noteedit and
9990         Rosegarden.
9991
9992         * THANKS: added Yoshinobu Ishizaki.
9993
9994 2005-07-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9995
9996         * scm/define-markup-commands.scm (justify-field): add. 
9997
9998         * scm/define-grobs.scm (all-grob-descriptions): decrease font size.
9999
10000 2005-07-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10001
10002         * lily/lookup.cc (filled_box): express filled_box with
10003         round_filled_box
10004
10005         * scm/midi.scm (paper-book-write-midis): new function. Write all
10006         performances in numbered MIDI files.
10007
10008         * lily/performance-scheme.cc (LY_DEFINE): new file.
10009         (LY_DEFINE): new function ly:performance-write.
10010
10011         * lily/lily-parser-scheme.cc (LY_DEFINE): ly:parser-output-name:
10012         new function.
10013         (LY_DEFINE): change name ly:parser-define -> ly:parser-define!
10014
10015         * scm/framework-*.scm: use port arguments throughout.
10016
10017         * lily/include/lily-guile.hh: rename ly_c_X_p -> ly_is_X
10018
10019         * lily/paper-outputter.cc (Paper_outputter): take port argument.
10020
10021         * lily/paper-outputter-scheme.cc (LY_DEFINE): take port argument.
10022
10023         * scm/framework-texstr.scm (output-framework): 
10024
10025         * input/regression/repeat-fold.ly (texidoc): remove TeX strings.
10026
10027         * scm/output-lib.scm (tablature-stem-attachment-function):
10028         tablature stem attachment fix. 
10029
10030 2005-07-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10031
10032         * lily/bezier.cc: hardcode binomial coefficients of order 3.
10033
10034         * lily/include/music-wrapper.hh: remove Music_wrapper as Music subtype.
10035
10036         * scm/define-music-types.scm (music-descriptions): don't use
10037         Music_wrapper type.
10038
10039         * lily/paper-column.cc (print): print moment too.
10040
10041         * scripts/mup2ly.py (cp_to_dir): remove 1.5.2 compat glue.  
10042         remove compatibility cruft.
10043
10044         * lily/parser.yy (score_body): \score can only begin with Music. 
10045
10046         * lily/score-scheme.cc (LY_DEFINE): rename scorify to
10047         make-score. Take music argument only. Move parser interaction to
10048         Scheme.
10049
10050         * scm/lily-library.scm (scorify-music): new function.
10051
10052         * python/lilylib.py (datadir): remove 2.1 compat kludge.
10053         (datadir): remove resource import.
10054         (print_environment): remove get_bbox()
10055         (cp_to_dir): remove pre 1.5.2 compat glue.
10056
10057 2005-07-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10058
10059         * lily/include/simple-spacer.hh (Module): idem.
10060
10061         * lily/include/spring.hh (struct Spring): store inverse
10062         strength. This prevents division by zero.
10063
10064         * VERSION: release 2.7.0
10065         
10066         * lily/include/music.hh (class Music): remove Music::duration_log()
10067
10068         * lily/stem-engraver.cc (make_stem): take duration log from event.
10069
10070         * lily/chord-tremolo-engraver.cc: don't ack note-head-interface.
10071
10072 2005-07-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10073
10074         * scm/lily.scm (ly:load): load autochange.scm
10075
10076         * Documentation/user/tutorial.itely (Running LilyPond for the
10077         first time): remove reference to DVI/TeX
10078
10079         * scm/define-markup-commands.scm (text): add \text markup command.
10080
10081         * configure.in (reloc_b): bump requirement to Python 2.2.
10082
10083         * lily/include/dots.hh (class Dots): make has_interface() static.
10084
10085         * python/convertrules.py (conv): add rule for ly:grob-default-font
10086
10087         * scm/define-grobs.scm (all-grob-descriptions): reorganize in
10088         alphabetical order.
10089
10090         * input/regression/trill-spanner-pitched.ly: new file.
10091
10092         * lily/font-interface-scheme.cc (LY_DEFINE): function
10093         ly:grob-default-font (changed from get-default-font).
10094
10095         * lily/axis-group-interface-scheme.cc (LY_DEFINE): new file.
10096
10097         * lily/note-head.cc (internal_print): if style is not a symbol,
10098         set style to 'default. 
10099         (internal_print): no style suffix if glyph-name-procedure not
10100         set. Default to quarter head.
10101
10102         * scm/define-grobs.scm (Module): new grob TrillPitchHead.
10103
10104         * scm/define-music-properties.scm (all-music-properties): add trill-pitch.
10105
10106         * ly/music-functions-init.ly: \pitchedTrill
10107
10108         * lily/pitched-trill-engraver.cc (acknowledge_grob): new file.
10109
10110         * ly/Welcome_to_LilyPond.ly: update to 2.6.0
10111
10112         * lily/trill-spanner-engraver.cc (finalize): rename req -> event
10113
10114         * scm/define-markup-commands.scm (pad-markup): pad-markup command.
10115
10116         * po/fr.po: update
10117
10118         * po/de.po: update.
10119
10120 2005-07-06  Graham Percival  <gperlist@shaw.ca>
10121
10122         * Documentation/user/changing-defaults.itely: add link
10123         to grob-iterface.
10124
10125         * Documentation/user/advanced-notation.itely: add material
10126         to Setting automatic beam behaviour.  Thanks, Joe!
10127
10128         * Documentation/user/lilypond.itely: change encoding to utf-8.
10129
10130 2005-07-01  Mats Bengtsson  <mabe@s3.kth.se>
10131
10132         * Documentation/user/advanced-notation.itely (Setting automatic
10133         beam behavior): Correct the documentation of
10134         revert-auto-beam-setting (backportme)
10135
10136 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10137
10138         * lily/ly-module.cc (ly_make_anonymous_module): define
10139         %module-public-interface of module. 
10140
10141         * lily/lily-parser.cc (print_smob): allow printing of parser smob
10142         without lexer.
10143
10144 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10145
10146         * input/regression/fret-diagrams.ly: stretch example.
10147
10148 2005-06-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10149
10150         * cygwin/GNUmakefile ($(outdir)/%.sh): Bugfix: use TAB (Bertalan
10151         Fodor).
10152
10153 2005-06-30  Graham Percival  <gperlist@shaw.ca>
10154
10155         * Documentation/topdocs/AUTHORS.texi: update personal web address.
10156
10157         * Documentation/user/examples.itely, lilypond-book.itely:
10158         change \RequirePackage to \usepackage.
10159
10160         * Documentation/user/global.itely: document copyright and tagline.
10161
10162 2005-06-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10163
10164         * Documentation/user/basic-notation.itely (Transpose): remove link
10165         to nonexistent UntransposableMusic.
10166
10167         * scm/output-svg.scm: remove old definitions.
10168
10169         * scripts/lilypond-book.py (do_file): search for kpsewhich before
10170         invoking.
10171
10172         * python/lilylib.py (search_exe_path): new function.
10173
10174 2005-06-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10175
10176         * python/lilylib.py (mkdir_p): remove setup_environment()
10177         (backportme)
10178
10179         * buildscripts/mutopia-index.py (headertext): trim text.
10180
10181         * Documentation/topdocs/NEWS.tely (Top): refresh.
10182
10183         * scm/define-markup-commands.scm (wordwrap-string): new function:
10184         split string in paras and words.
10185         (wordwrap-markups): new function.
10186         (wordwrap-stencils): new function. 
10187         (justify): use it.
10188         (wordwrap): use it.
10189         (wordwrap-string): use it
10190         (justify-string): use it.
10191
10192         * scm/lily-library.scm (regexp-split): new function.
10193
10194         * scm/define-markup-commands.scm: remove encoded-simple. 
10195         remove font-markup.
10196         (fontsize): remove old version  of fontsize.
10197         (wordwrap): new markup function. Wrap into paragraphs.
10198
10199         * VERSION: Branch lilypond_2_6
10200         (MINOR_VERSION): go to 2.7.0
10201
10202 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10203
10204         * po/zh_TW.po: update from translation project.
10205
10206 2005-06-28  Graham Percival  <gperlist@shaw.ca>
10207
10208         * scm/midi.scm: compile fix.
10209
10210 2005-06-28  Mats Bengtsson  <mabe@s3.kth.se>
10211
10212         * scripts/lilypond-book.py : Fix embarrassing bug in my previous
10213         patch. Now, the tempfile module is loaded too, not only used.
10214
10215 2005-06-28  Stephen Charles McCarthy  <stecmccarthy@hotpop.com>
10216
10217         * scm/midi.scm: changed midi volumes in absolute-volume-alist from
10218         0.05 - 1.00 to 0.25 - 1.00
10219
10220         * scm/midi.scm: moved the default-instrument-equalizer procedure
10221         to just under the insturment-equalizer-alist it takes as an
10222         argument.
10223
10224 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10225
10226         * Documentation/user/advanced-notation.itely (Font selection):
10227         remove CMR note.
10228
10229         * scm/framework-ps.scm (write-preamble): ly:warning iso. ly:warn 
10230
10231 2005-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10232
10233         * THANKS: Add UTF-8 marker.
10234
10235         * Documentation/user/point-and-click.itely (http): Update: use
10236         lilypond-invoke-editor.  Fix: instruct to use user.js.
10237
10238 2005-06-27  Graham Percival  <gperlist@shaw.ca>
10239
10240         * ly/titling-init.ly: implements printpagenumber, increases
10241         space between dedication and title (to avoid collisions with
10242         "g" and "q" in dedication), and nicer logic about copyright
10243         and instrument fields being printed on the first page.
10244         Thanks Vincent!
10245
10246         * Documentation/user/global.itely: document printpagenumber.
10247
10248 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10249
10250         * Documentation/topdocs/NEWS.tely: Update to 2.6.
10251
10252 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10253
10254         * THANKS: update to 2.6
10255
10256         * VERSION: 2.6.0 released.
10257
10258 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10259
10260         * cygwin/GNUmakefile (OUT_POSTREMOVES): Reinclude install script
10261         rule, errorneously removed probably because of misleading comment.
10262
10263 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10264
10265         * python/lilylib.py (datadir): py2exe comments.
10266
10267         * Documentation/topdocs/INSTALL.texi (Top): remove EC fonts requirement.
10268
10269         * configure.in (reloc_b): make fontconfig REQUIRED.
10270
10271 2005-06-27  Heikki Junes <hjunes@cc.hut.fi>
10272
10273         * po/fi.po: add latest translations.
10274
10275 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10276
10277         * ChangeLog: recode utf-8
10278
10279         * Documentation/pictures/lilypond.xpm (Module): edited photo as
10280         logo.
10281
10282         * Documentation/user/examples.itely (Module): 2.4.0 -> 2.6.0
10283
10284         * input/*.ly (Module): 2.4 -> 2.6 grand convert-ly s/r. 
10285
10286         * python/convertrules.py (do_conversion): don't print program_name
10287         from within a module
10288
10289         * configure.in (reloc_b): bump fontforge requirement to 20050624.
10290
10291         * python/convertrules.py (conv): add 2.6.0 dummy rule.
10292
10293 2005-06-23  Graham Percival  <gperlist@shaw.ca>
10294
10295         * Documentation/user/lilypond-book.itely,
10296         Documentation/user/examples.itely: add \RequirePackage{graphics}.
10297
10298         * ly/titling.ly: checks printfirstpagenumber, adds meter, and
10299         fixes baseline-skip.  Thanks Vincent!
10300
10301         * Documentation/user/advanced-notation.itely, global.itely:
10302         moved "Selecting font sizes" to global, since it deals with
10303         notation font size, not text fonts.
10304
10305 2005-06-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10306
10307         * buildscripts/gen-emmentaler-scripts.py (notice): add GPL notice
10308         to fonts.
10309
10310 2005-06-23  Mats Bengtsson  <mabe@s3.kth.se>
10311
10312         * scripts/lilypond-book.py (LATEX_DOCUMENT): More or less ugly
10313         workaround since /dev/stdin doesn't work on Cygwin. Using a
10314         temporary file in the current directory since latex doesn't
10315         understand the path name to the default TMP in Cygwin (at least on
10316         win XP).
10317         
10318         * Documentation/user/global.itely (Creating titles): Correct
10319         misprint in example. Thanks to Rob Vlasaty.
10320
10321 2005-06-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10322
10323         * VERSION (PATCH_LEVEL): release 2.5.32
10324
10325         * lily/lily-parser-scheme.cc (LY_DEFINE): don't set 'parser
10326         variable in lily module
10327
10328         * scm/framework-ps.scm (output-classic-framework): error message
10329         regarding the classic framework.
10330
10331         * Documentation/user/henle-flat-gray.png (Module): new file.
10332
10333         * Documentation/user/baer-flat-gray.png (Module): new file.
10334
10335         * scm/output-lib.scm (fret-number-tablature-format): vcenter and
10336         whiteout for markups.
10337
10338         * buildscripts/substitute-encoding.py (note_glyph): include _ in
10339         regex too. This fixes change clef appearance in PDF. 
10340
10341         * ttftool/include/*: remove.
10342
10343         * configure.in (reloc_b): remove TTFTOOL_ENDIAN
10344
10345         * config.make.in (WINDRES): remove TTFTOOL_ENDIAN.
10346
10347         * lily/GNUmakefile (MODULE_INCLUDES): remove ttftool
10348
10349         * ttftool/*: remove ttftool subdirectory.
10350
10351         * GNUmakefile.in (SUBDIRS): remove ttftool subdirectory.
10352
10353         * lily/ttf.cc (print_header): new file. Convert to type42, using
10354         FreeType to parse the TTF. 
10355
10356         * ttftool/parse.c (readPostTable): ugh. Kludge: nglyphs in maxp
10357         and post table may differ. Pass around post_nglyphs as well.
10358
10359 2005-06-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10360
10361         * ly/music-functions-init.ly (musicMap): new music function
10362         musicMap. 
10363         
10364 2005-06-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10365
10366         * make/mutopia-rules.make: anti-alias-factor = 2
10367
10368         * scm/ps-to-png.scm (make-ps-images): cleanup multipage vs. single
10369         page switch.
10370
10371         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): set
10372         anti-alias-factor for lilypond-book runs.
10373
10374         * scm/ps-to-png.scm (scale-down-image): new function.
10375         (my-system): new function.
10376         (make-ps-images): blow up GS resolution by anti-alias-factor,
10377         scale down image by anti-alias-factor.  This improves appearance
10378         of bitmaps
10379         (make-ps-images): remove showpage. Fixes spurious empty png at
10380         end.
10381
10382         * scm/framework-ps.scm (write-preamble): downcase filename before
10383         string-matching. Should fix .TTF files (as opposed to ttf files)  
10384
10385         * Documentation/user/tutorial.itely (Running LilyPond for the
10386         first time): separate subsections for windows, macos and unix.  
10387
10388         * Documentation/user/invoking.itely (Updating files with
10389         convert-ly): add MacOS X note.
10390
10391 2005-06-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10392
10393         * Documentation/user/introduction.itely (Engraving): don't include
10394         file optical-spacing, add directly.
10395
10396         * lily/paper-outputter.cc (file): open file in binary mode. This
10397         fixes OTF embedding on windows.
10398
10399 2005-06-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10400
10401         * scm/framework-ps.scm (write-preamble): remove debugging output.
10402
10403         * mf/aybabtu.pe.in (i): don't generate aybabtu.cff
10404
10405         * mf/GNUmakefile ($(outdir)/fonts.cache-1): create font cache for
10406         outdir.
10407         (install-fc-cache): install font cache in installation directories.
10408
10409 2005-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10410
10411         * scm/editor.scm (editor-command-template-alist): Use char iso
10412         column, except for Emacs.
10413         (get-editor-command): Substitute char too (Bertalan Fodor).
10414
10415 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10416
10417         * scm/ps-to-png.scm (make-ps-images): Use ~S instead of single
10418         quoted ~s.  This should fix PNG output on Windows; single quotes
10419         are regular characters on Windows.
10420
10421 2005-06-16  Graham Percival  <gperlist@shaw.ca>
10422
10423         * Documentation/user/basic-notation.itely: include ChoirStaff
10424         in System start delimiters.
10425
10426         * Documentation/user/putting.itely: new doc section on
10427         fixing overlapping notation.
10428
10429 2005-06-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10430
10431         * Documentation/user/global.itely (Paper size): \paper is in
10432         \book, not \score.
10433
10434         * make/mutopia-rules.make: -ddelete-intermediate-files
10435
10436         * ly/engraver-init.ly: make Staff default child of ChoirStaff.
10437
10438 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10439
10440         * ChangeLog: Recode utf-8.
10441
10442         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install .so module in
10443         datadir with .py modules.
10444
10445 2005-06-15  Heikki Junes  <hjunes@cc.hut.fi>
10446
10447         * Documentation/user/basic-notation.itely (Ties): add tieDashed.
10448
10449 2005-06-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10450
10451         * make/mutopia-rules.make: switch off ps, p&c for lilypond runs.
10452         
10453         * scm/framework-ps.scm (write-preamble): remove status check.
10454
10455         * Documentation/user/invoking.itely (Updating files with
10456         convert-ly): remove -o option.
10457
10458         * VERSION (PACKAGE_NAME): release 2.5.31
10459
10460         * scm/framework-ps.scm (write-preamble): use ly:system.
10461         (write-preamble): verbosity.
10462
10463         * scripts/convert-ly.py: cleanup. Use lilylib. Use convertrules.
10464
10465         * python/convertrules.py: new file. Store conversion rules
10466         separately.
10467
10468 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10469
10470         * scm/backend-library.scm (postprocess-output): remove debugging gobs.
10471
10472 2005-06-14  Mats Bengtsson  <mabe@s3.kth.se>
10473
10474         * Documentation/topdocs/NEWS.tely (Top): Corrected name of
10475         \musicDisplay 
10476
10477         * Documentation/user/instrument-notation.itely (More stanzas): Add
10478         reference to StanzaNumber.
10479
10480 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10481
10482         * THANKS: separate section for website translators.
10483
10484 2005-06-14  Graham Percival  <gperlist@shaw.ca>
10485
10486         * Documentation/topdocs/INSTALL.texi: update vim info;
10487         thanks Simon Bailey!
10488
10489         * Documentation/user/advanced-notation.itely: included
10490         color names.
10491
10492         * Documentation/user/advanced-notation.itely,
10493         Documentation/usr/notation-appendices.itely: moved
10494         color names into an appendix.
10495
10496 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10497         
10498         * lily/program-option.cc (LY_DEFINE): new function ly_add_option.
10499
10500         * scm/lily.scm (lambda): initialize program options from here.
10501
10502         * scm/framework-*.scm: add header info.
10503
10504         * lily/main.cc (parse_argv): only set output format to pdf if no
10505         other format specified.
10506
10507         * scm/backend-library.scm (postprocess-output): process
10508         'delete-intermediate-files after running convert-to-*. This fixes
10509         PNG generation when 'delete-intermediate-files is set.
10510         
10511 2005-06-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10512
10513         * buildscripts/mutopia-index.py (list_item): thinko. Fixes png
10514         links on website. 
10515
10516 2005-06-13  Graham Percival  <gperlist@shaw.ca>
10517
10518         * Documentation/topdocs/INSTALL.texi,
10519         Documentation/user/lilypond-book.itely: typos.
10520
10521 2005-06-12  Pal Benko  <benkop@freestart.hu>
10522
10523         * elisp/lilypond-mode.el (LilyPond-command-alist: 2PS): space
10524         added between program name and switch; -b changed to -f not
10525         to generate pdf
10526
10527 2005-06-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10528
10529         * elisp/lilypond-mode.el (LilyPond-command-alist): remove 2midi
10530         (LilyPond-command-alist): use -f ps (thanks to Pal Benko)
10531
10532         * input/sakura-sakura.ly: add \midi.
10533
10534         * buildscripts/mutopia-index.py (find): use /usr/bin/find
10535         iso. python find. 
10536
10537         * ttftool/test.c (main): cosmetics.
10538
10539         * ttftool/util.c (surely_lseek): use stdio FILE's for I/O 
10540
10541         * ttftool/test.c: new file. If compiled with -DTEST_TTFTOOL,
10542         create a ttf2ps binary.
10543
10544         * scm/ps-to-png.scm (make-ps-images): fix rename-page-1 functionality.
10545
10546         * scm/backend-library.scm (postscript->png): set rename-page-1 to
10547         true.
10548
10549 2005-06-11  Graham Percival <gperlist@shaw.ca>
10550
10551         * Documentation/user/lilypond-book.itely: add warning about
10552         the font warnings in dvips.
10553
10554 2005-06-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10555
10556         * THANKS: typo
10557
10558         * mf/GNUmakefile ($(outdir)/$(redhat-package)): Fedora-4 url.
10559
10560         * GNUmakefile.in: remove links for .map, .enc
10561         don't fail if out/ doesn't exist yet.
10562
10563 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10564
10565         * ttftool/util.c (surely_read): return nbytes
10566
10567         * stepmake/bin/text2html.py (txt2html): add utf-8 marker. 
10568
10569         * VERSION (PACKAGE_NAME): release 2.5.30
10570
10571         * flower/string-convert.cc (precision_string): >? fix.
10572
10573         * scm/ps-to-png.scm (make-ps-images): search-gs for multipage too.
10574         (make-ps-images): add verbose -q too.
10575
10576         * lily/default-actions.cc (Module): new file. default
10577         {book,score}-print functions.
10578
10579         * scm/ly-from-scheme.scm (ly:parse-string-result): use new setup:
10580         pass results via parseStringResult, lookup via ly:parser-lookup.  
10581
10582         * lily/lily-parser.cc (Lily_parser): only clone lexer in
10583         constructors.
10584         (parse_file): encapsulate do_yyparse() in scm_set_current_module()
10585         (parse_string): idem.
10586
10587         * ly/spanners-init.ly (assertBeamQuant): don't use #{ #} in init.
10588
10589         * lily/main.cc (main_with_guile): copy be_verbose_global into
10590         ly_set_option()
10591
10592 2005-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10593
10594         * scm/backend-library.scm (postscript->pdf):
10595         * scm/ps-to-png.scm (make-ps-images): Do not use gs -q switch in
10596         verbose mode.  Search for several names of gs executable.
10597
10598 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10599
10600         * lily/ly-module.cc (ly_make_anonymous_module): call make-module
10601         directly. This fixes a massive memory leak, provided you use CVS
10602         GUILE.
10603
10604 2005-06-10  Erik Sandberg  <ersa9195@student.uu.se>
10605
10606         * ly/property-init.ly: Added tieDashed.
10607
10608         * THANKS: Added some bughunters for 2.5.
10609
10610 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10611
10612         * lily/program-option.cc: add debug-gc option.
10613
10614         * lily/include/lily-guile-macros.hh: don't protect exported module
10615         objects.
10616
10617         * lily/include/lily-parser.hh (class Lily_parser): remove beam_check().
10618
10619         * scm/backend-library.scm (postscript->pdf): use
10620         delete-intermediate-files iso. running-from-gui? 
10621
10622         * ttftool/util.c (surely_read): robustness. Allow read() to return
10623         less bytes than requested, as per posix standards.
10624
10625         * lily/pfb.cc (LY_DEFINE): set ttf_verbosity from ttf-verbosity
10626         program option.
10627
10628         * ttftool/include/ttftool.h ("C"): rename verbosity to
10629         ttf_verbosity. Add to public interface.
10630
10631         * scm/music-functions.scm (unfold-repeats): remove debugging display.
10632
10633         * lily/program-option.cc: rename from scm-option.cc
10634
10635         * lily/scm-option.cc (LY_DEFINE): handle no-foobar option setting.
10636         (get_help_string): Print pretty help string.
10637
10638         * scripts/lilypond-book.py (PREAMBLE_LY): add no-point-and-click
10639         to snippet preamble.
10640
10641         * lily/scm-option.cc: remove command-line-settings option. Fold
10642         all command-line options plus default settings in a generic
10643         interface. 
10644
10645         * flower/getopt-long.cc (table_string): indent 2nd lines of help
10646         texts too.
10647
10648 2005-06-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10649
10650         * flower/file-name.cc: Bugfix: only append DIRSEP if BASE_
10651         or EXT_ components non-empty.
10652
10653 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
10654
10655         * scm/lily.scm (running-from-gui?): Export.
10656
10657         * lily/lily-parser-scheme.cc (ly:parse-file): Use it to generate
10658         output in .ly source directory.
10659
10660 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10661
10662         * ttftool/util.c (surely_lseek): more verbosity.
10663
10664         * lily/include/lily-proto.hh: add Context_def. This fixes FC4
10665         compile.
10666
10667         * lily/parser.yy (Repeated_music): remove >? 
10668
10669         * scm/backend-library.scm (postscript->pdf): Support for
10670         -dgs-font-load=1
10671
10672         * scm/framework-ps.scm (write-preamble): make font loading
10673         switchable to GS via --define-default gs-font-load=1
10674
10675 2005-06-09  Graham Percival  <gperlist@shaw.ca>
10676
10677         * Documentation/user/global.itely: added \layout docs.
10678
10679 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10680
10681         * lily/lily-parser-scheme.cc: add unistd.h
10682
10683 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10684
10685         * scm/editor.scm: add char argument.
10686
10687         * scripts/lilypond-invoke-editor.scm (dissect-uri): add char. 
10688
10689         * ttftool/util.c (syserror): use errno for better error reporting.
10690
10691         * lily/source-file.cc (get_counts): new function. Calc column,
10692         line and char count in one go.
10693
10694         * lily/binary-source-file.cc (quote_input): rename to quote_input
10695
10696         * lily/input.cc (set): new function.
10697
10698 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
10699
10700         * flower/file-path.cc (find): Bugfix.  Append rather than prepend
10701         directory part of file name to search directory.
10702
10703         * lily/lily-parser-scheme.cc (ly:parse-file): Prepend cwd to
10704         search path and chdir to DIR if --outname=DIR used.
10705
10706         * lily/main.cc (prepend_env_path): Bugfix: Check directory
10707         existence before appending original path.
10708
10709 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10710
10711         * ttftool/parse.c (readNamingTable): verbosity for "bad TTF
10712         file" massage.
10713
10714         * Documentation/user/GNUmakefile (TEXINPUTS): set TEXINPUTS so our
10715         texinfo.tex is always used.
10716         
10717 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10718
10719         * flower/include/axis.hh: rename from axes.hh
10720
10721         * lily/include/text-interface.hh (Module): rename from text-item.hh
10722
10723         * VERSION (PATCH_LEVEL): release 2.5.29
10724
10725         * ttftool/parse.c (readNamingTable): handle Apple/8bit encoding too.
10726
10727         * scm/framework-ps.scm (font-file-as-ps-string): new function.
10728         (handle-macfont): new function. Call fondu for Native mac fonts.
10729
10730         * scm/define-markup-commands.scm (fill-line): handle text-widths =
10731         '() case.
10732
10733 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10734
10735         * scm/ps-to-png.scm (make-ps-images): Bugfix: `Pages: 1\n' is not
10736         multi-page.  Fix .eps regular expression.
10737
10738 2005-06-07  Graham Percival  <gperlist@shaw.ca>
10739
10740         * Documentation/user/putting.itely: add info on modifying templates.
10741
10742         * Documentation/user/lilypond.itely, converters.itely, invoking.itely:
10743         misc small changes.
10744
10745 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10746
10747         * scm/ps-to-png.scm (make-ps-images): no paper size for multi-page.
10748
10749         * scripts/lilypond-ps2png.scm
10750
10751         * VERSION (PACKAGE_NAME): release 2.5.28
10752
10753 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10754
10755         * lily/main.cc (prepend_env_path): Do not append /, that does not
10756         work.  Localedir lives in datadir, not in prefix.
10757
10758         * scm/framework-ps.scm (write-preamble): Remove load-font-via-GS
10759         hack for windows.
10760
10761         * flower/include/file-cookie.hh: Compile fix.
10762
10763 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10764
10765         * ly/engraver-init.ly: add \defaultchild to InnerStaffGroup. 
10766
10767         * scm/ps-to-png.scm (gulp-port): rename from read. Don't redefine
10768         system primitives.
10769         (gulp-port): using read-string!/partial. We don't want to read an
10770         entire PS file  (GUILE 1.6 limits strings to 16M) 
10771
10772         * scm/define-grobs.scm (all-grob-descriptions): remove arch-*
10773         properties. Add font-interface. 
10774
10775         * scm/define-grob-properties.scm (all-user-grob-properties):
10776         remove old bracket properties.
10777
10778         * scm/x11-color.scm: reformat. 
10779
10780         * lily/ledger-line-engraver.cc (acknowledge_grob): create new
10781         LedgerLineSpanner if new StaffSymbol is found. 
10782
10783         * lily/staff-symbol-engraver.cc (acknowledge_grob): also set
10784         staff-symbol for finishing staff. 
10785
10786         * lily/GNUmakefile (OUT_DIST_FILES): don't dist Flex output
10787
10788         * scm/output-svg.scm (setcolor): implement (re)setcolor with <g>
10789         change black to currentColor everywhere. This fixes color support
10790         in SVG.
10791
10792 2005-06-06  Carl Sorensen  <carldsorensen@comcast.net>
10793
10794         * input/regression/fret-diagrams.ly: new file to test fret diagram
10795         capability
10796
10797         * scm/output-tex.scm: remove white-dot and white-text
10798
10799         * scm/output-ps.scm: remove white-dot and white-text
10800
10801         * scm/fret-diagrams.scm (sans-serif-stencil-white): removed -- 
10802         using ly:stencil-in-color instead
10803         (draw-dots) : remove call to white-dot
10804
10805 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10806
10807         * flower/memory-stream.cc (Memory_out_stream): remove fopencookie
10808         support.
10809
10810         * ttftool/ttfps.c: use lily_cookie functions everywhere. 
10811
10812         * flower/include/file-cookie.hh: new file. lily_cookie extension 
10813
10814         * flower/file-cookie.cc: new file. lily_cookie extension.
10815         
10816 2005-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10817
10818         * scm/editor.scm (editor-command-template-alist): Add syn
10819         editor (Jaap [de Vos]).
10820
10821 2005-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10822
10823         * scripts/lilypond-ps2png.scm:
10824         * scm/ps-to-png.scm: New file.
10825
10826         * scm/backend-library.scm (postscript->png): Use it.
10827
10828         * scripts/lilypond-ps-to-png.py: Remove file.
10829
10830         * python/lilylib.py (get_bbox, make_ps_images): Remove.
10831
10832 2005-06-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10833
10834         * lily/auto-beam-engraver.cc (acknowledge_grob): remove dead code.
10835
10836         * scm/auto-beam.scm (default-auto-beam-check): only forbid beam
10837         start on grace moment. Fixes autobeam-grace.ly.
10838
10839         * lily/auto-beam-engraver.cc (process_acknowledged_grobs): don't
10840         process anything unless we're at the end of a pending beam. Fixes
10841         syncopated 8ths beamed across a beat.
10842
10843 2005-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10844
10845         * scm/editor.scm (editor-command-template-alist): Start emacs if
10846         emacslient fails.
10847
10848         * lily/main.cc (setup_localisation): Listen to LILYPOND_LOCALEDIR.
10849
10850         * flower/file-path.cc (is_file, is_dir): Export.
10851
10852         * lily/main.cc (prepend_env_path, set_env_file): Use them.
10853
10854 2005-06-02  Mats Bengtsson  <mabe@s3.kth.se>
10855
10856         * lily/easy-notation.cc: Added include cctype to correct
10857         compilation error.
10858
10859 2005-06-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10860
10861         * scm/backend-library.scm (postscript->pdf): set resolution to
10862         1200, so bitmap fonts aren't that ugly. 
10863
10864         * Documentation/topdocs/NEWS.tely (Top): add entry about font family.
10865
10866         * lily/dynamic-engraver.cc (acknowledge_grob): only center on
10867         parent if we have a notehead. Fixes incorrect offsets when
10868         Paper_column is very wide in the X direction.
10869
10870         * input/regression/font-family-override.ly (Module): new file.
10871
10872         * scm/font.scm (make-pango-font-tree): new function.
10873
10874         * lily/beam.cc (before_line_breaking): remove warning about less
10875         than 2 visible stems. We still get a warning when there is only
10876         one stem.
10877
10878 2005-06-01  Werner Lemberg  <wl@gnu.org>
10879
10880         * buildscripts/substitute-encoding.py: Handle PFAemmentaler-xx.pfa
10881         correctly.
10882
10883 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10884
10885         * lily/slur-scoring.cc (generate_avoid_offsets): new
10886         function. Generate avoid offsets once per slur.
10887
10888         * lily/slur.cc (add_extra_encompass): add dependency to
10889         extra-encompass object. This fixes bugs/c-phrasing-slur.ly
10890
10891         * lily/stencil.cc (is_empty): check dim_ field for is_empty()
10892         too. Fixes inf error with added bass notes.
10893
10894         * scripts/lilypond-book.py (do_options): --psfonts doesn't take
10895         argument anymore.
10896
10897         * make/ly-vars.make (DVIPS_FLAGS): use .psfonts as extension.
10898
10899         * input/tutorial/lbook-latex-test.tex: add line length test.
10900
10901         * scripts/lilypond-book.py (set_default_options): new
10902         function. Call this before dissecting snippets, so linewidth
10903         settings reach the snippets.
10904
10905 2005-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
10906
10907         * scm/lily.scm (PLATFORM, slashify): Remove double slashes.
10908
10909 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10910
10911         * input/mutopia/R.Schumann/romanze-op28-2.ly (leftb): bugfix.
10912
10913 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
10914
10915         * stepmake/aclocal.m4: More autopackage friendliness.
10916
10917 2005-05-31  Graham Percival  <gperlist@shaw.ca>
10918
10919         * Documentation/index.html.in: remove link to LSR.
10920
10921         * Documentation/user/global.itely: remove duplicate
10922         "dedication" \header{} section.
10923
10924 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10925
10926         * VERSION (PACKAGE_NAME): release 2.5.27.
10927
10928         * lily/lily-parser-scheme.cc (LY_DEFINE): unprotect paper
10929         too. Plugs memory leak.
10930
10931         * make/lilypond.fedora.spec.in (Group): remove
10932         lilypond-pdfpc-helper.
10933
10934         * scripts/GNUmakefile (SEXECUTABLES): remove
10935         lilypond-pdfpc-helper. Use lilypond-invoke-editor instead.
10936
10937         * scm/font.scm (make-century-schoolbook-tree): add Mono as
10938         'typewriter family.
10939
10940         * lily/score.cc (Score): unprotect copy of Output_def. Plugs
10941         memory leak.
10942
10943         * lily/parser.yy (score_body): don't clone Score, that's done in
10944         Lily_lexer::try_special_identifiers(). This fixes a memory leak.
10945
10946         * lily/score-engraver.cc (derived_mark): new function.
10947         (initialize): unprotect Paper_score. This fixes a memory leak.
10948
10949         * lily/score-performer.cc (derived_mark): new function.
10950
10951         * lily/score-translator.cc (get_output): use SCM for get_output() call.
10952
10953         * stepmake/aclocal.m4: put FlexLexer.h test in conftest.cc. Fixes
10954         spurious warning.
10955
10956         * scm/font.scm (make-century-schoolbook-tree): use Sans for sans
10957         serif.
10958
10959 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
10960
10961         * configure.in (reloc_b): Add --enable-relocation.
10962
10963 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10964
10965         * lily/pfb.cc (LY_DEFINE): show file name when loading PFB. 
10966
10967         * input/regression/alignment-order.ly: add Staff example.
10968
10969 2005-05-31  John Mandereau   <john.mandereau@free.fr>
10970
10971         * po/fr.po: update.
10972
10973 2005-05-31  Graham Percival  <gperlist@shaw.ca>
10974
10975         * Documentation/index.html.in: add link to LSR.
10976
10977 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10978
10979         * scm/define-stencil-commands.scm (Module): new file. Register all
10980         allowed stencil expression heads in a central place.
10981
10982         * lily/stencil-scheme.cc (LY_DEFINE): check is_stencil_head in
10983         ly:make-stencil
10984
10985         * lily/stencil-expression.cc (all_stencil_heads): registering
10986         stencil expressions.
10987
10988         * lily/stencil-interpret.cc: new file. Stencil expression
10989         interpreting.
10990
10991         * input/xiao-haizi-guai-guai.ly: move file back.
10992
10993 2005-05-30  Graham Percival  <gperlist@shaw.ca>
10994
10995         * Documentation/user/advanced.itely, converters.itely,
10996         instrument-notation.itely, lilypond-book.itely: misc small
10997         changes.
10998
10999 2005-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11000
11001         * lily/lexer.ll: Skip UTF-8 BOM at BOF.
11002
11003         * make/lilypond.fedora.spec.in: Fix source url.
11004
11005         * cygwin: Update from mingw patches.
11006
11007         * scm/editor.scm (editor-command-template-alist): Use jedit
11008         -reuseview (Bertalan), add uedit (Patrick Huberts).
11009
11010         * input/xiao-hai-zi-guai-guai.ly: Rename from
11011         xiao-haizi-guai-guai.ly.
11012
11013         * input/*: Reindent, do not use TAB.
11014
11015         * Documentation/pictures/ly.xpm: Bugfix: do not anti-alias against
11016         white background.
11017
11018 2005-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11019
11020         * scm/framework-ps.scm (dump-stencil-as-EPS): Add silly fix for
11021         numerical overflow error.
11022
11023 2005-05-29 Laura Conrad <lconrad@laymusic.org>
11024         
11025         * abc2ly.py: fix to syntax error in multi-part output.
11026
11027 2005-05-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11028
11029         * lily/span-bar.cc (print): sort bar line extents. Fixes problem
11030         with disappearing span bars when alignAboveContext is active
11031
11032         * lily/property-iterator.cc (check_grob): use is-grob?
11033         object-property. Fixes crash-key-sig-font-size.ly. 
11034
11035 2005-05-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11036
11037         * lily/bar-line.cc (print): don't round barlines; this produces
11038         odd aliasing effects in Acroread.
11039
11040         * lily/timing-engraver.cc (process_music): robustness fix.
11041
11042         * lily/context-def.cc (filter_engravers): bugfix.
11043
11044 2005-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11045
11046         * lily/lilypond.rc.in: Add ly-icon.
11047
11048         * lily/GNUmakefile: 
11049         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Add ly-icon
11050         rules.
11051
11052 2005-05-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11053
11054         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-in-color
11055
11056         * ps/music-drawing-routines.ps: 
11057
11058         * scm/output-ps.scm: remove draw ez_ball.
11059
11060         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
11061         EasyNotation context definition.
11062
11063         * lily/easy-notation.cc (brew_ez_stencil): new file. Use
11064         Text_interface and color for making easy note heads.
11065
11066         * lily/stencil.cc (with_color): new function.
11067
11068         * ps/music-drawing-routines.ps: remove draw_zigzag_line
11069
11070         * lily/line-spanner.cc (zigzag_stencil): rewrite to use draw-line
11071         output routine. Zigzag now works in SVG too.
11072
11073         * scm/output-tex.scm (filledbox): idem.
11074
11075         * scm/output-svg.scm (filledbox): idem.
11076
11077         * scm/output-ps.scm (lily-def): remove horizontal-line. 
11078
11079         * lily/lookup.cc (horizontal_line): use draw-line. 
11080
11081         * lily/system-start-delimiter.cc: remove old staff bracket code.
11082
11083         * mf/feta-haak.mf: further tweaks.
11084
11085         * lily/system-start-delimiter.cc (staff_bracket): use glyphs.
11086
11087         * mf/feta-generic.mf: include feta-haak.
11088
11089         * mf/feta-haak.mf: rewrite. Make separate glyphs for the tips 
11090
11091         * scm/framework-ps.scm (write-preamble): only load fonts if their
11092         filename is a string. 
11093
11094 2005-05-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11095
11096         * scm/output-svg.scm (circle): support circle.
11097         (bracket): stub for bracket.
11098
11099         * scripts/lilypond-book.py (main): make sure --psfonts warning is
11100         correct.
11101
11102 2005-05-26  Graham Percival  <gperlist@shaw.ca>
11103
11104         * Documentation/user/lilypond.tely, advanced-notation.itely,
11105         basic-notation.itely, instrument-notation.itely, global.itely,
11106         introduction.itely, tutorial.itely: rearranging, editing,
11107         clean-up.
11108
11109         * mf/GNUmakefile: change a "make -C" to "${MAKE} -C", required
11110         for compiling on FreeBSD.
11111
11112 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11113
11114         * lily/pfb.cc (LY_DEFINE): progress indication for opening ttf and
11115         otf files.
11116
11117         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (lower):
11118         bugfixes.
11119
11120         * VERSION: 2.5.26 released.
11121
11122         * scm/titling.scm (marked-up-headfoot): revert Pedro's patch. 
11123
11124 2005-05-25  Pedro Kroger  <kroeger@pedrokroeger.net>
11125
11126         * scm/titling.scm (marked-up-headfoot): doesn't print pagenumbers
11127         if printpagenumber is false.
11128
11129 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11130
11131         * lily/font-config.cc (init_fontconfig): comment out FontConfig
11132         cache warning.
11133
11134         * lily/tie.cc (print): support dotted ties.
11135         
11136 2005-05-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11137
11138         * scm/define-grobs.scm (all-grob-descriptions): switch off
11139         debugging
11140         (all-grob-descriptions): Arpeggio has Y-extent.
11141
11142         * scm/define-music-properties.scm (all-music-properties): document
11143         length-callback and start-callback as "read-only".
11144
11145         * scm/music-functions.scm (unfold-repeats): rewrite. Cannot set
11146         length-callback after creation. 
11147
11148         * scripts/convert-ly.py (conv): unfoldrepeats -> unfoldRepeats,
11149         compressmusic -> compressMusic.
11150
11151         * ly/music-functions-init.ly (oldaddlyrics): idem.
11152
11153         * lily/parser.yy: NewLyricCombineMusic ->
11154         LyricCombineMusic. LyricCombineMusic -> OldLyricCombineMusic.
11155
11156 2005-05-24  Pedro Kroger  <kroeger@pedrokroeger.net>
11157
11158         * ly/Welcome_to_LilyPond.ly: typo.
11159
11160 2005-05-24  Graham Percival  <gperlist@shaw.ca>
11161
11162         * Documentation/user/lilypond.tely: move changing-defaults to be
11163         before global issues.
11164
11165         * Documentation/user/basic-notation.itely: move Transpose section
11166         here from advanced/Other.
11167
11168         * Documentation/user/changing-defaults.itely,
11169         advanced-notation.itely: move Fonts to advanced, edit.
11170
11171 2005-05-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11172
11173         * lily/parser.yy (bare_int): remove rule.  From now on, we require
11174         # before negative integers.
11175
11176 2005-05-23  Graham Percival  <gperlist@shaw.ca>
11177
11178         * ly/property.ly: Update tieDotted to have the same form as slurDotted.
11179
11180         * Documentation/user/lilypond.tely: change Unified index to
11181         LilyPond index.
11182
11183         * Documentation/user/advanced-notation.itely,
11184         instrument-notation.itely: editing.
11185
11186 2005-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
11187
11188         * scm/lily.scm (lilypond-all): Bugfix: return failed.
11189
11190         * lily/main.cc (setup_paths)[__MINGW32__]: Normalize LILYPONDPREFIX.
11191
11192 2005-05-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11193
11194         * lily/general-scheme.cc (ly:stderr-redirect): Rename from
11195         ly:port-move.  Needs to be stderr-specific on mingw.
11196         Run fixcc.
11197
11198 2005-05-20  Jan Nieuwenhuizen  <janneke@gnu.org>
11199
11200         * lily/general-scheme.cc (ly:port-move): Remove.
11201
11202         * scm/backend-library.scm (postscript->pdf): Remove -dSAFER in
11203         windows.
11204
11205         * lily/main.cc (setup_paths) [ARGV0_RELOCATION]: Reinstate GS_*
11206         variables.  This eliminates the need for a gs.bat wrapper, which
11207         opens a console.
11208
11209         * scripts/lilypond-invoke-editor.scm (running-from-gui?): 
11210         * scm/lily.scm (running-from-gui?): 
11211         * lily/main.cc[MINGW]: Remove isatty inversion, this is an
11212         artifact of not compiling with -mwindows.
11213
11214         * scm/editor.scm: Define PLATFORM.
11215
11216 2005-05-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11217
11218         * scripts/lilypond-book.py (PREAMBLE_LY): add marker, where people
11219         can start to cut & paste lilypond-book fragments.  
11220
11221         * scm/define-music-types.scm (music-descriptions): remove
11222         UntransposableMusic
11223
11224 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11225
11226         * scm/output-ps.scm (glyph-string): remove / before CIDs.
11227
11228 2005-05-20  Graham Percival  <gperlist@shaw.ca>
11229
11230         * Documentation/user/instrument-notation.itely: remove *Engraver.
11231
11232         * Documentation/user/advanced-notation.itely: edit, rearrange.
11233
11234 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11235
11236         * scm/output-ps.scm (glyph-string): take cid? argument. Use
11237         findresource iso. findfont for CID CFF fonts.
11238
11239         * VERSION (PACKAGE_NAME): release 2.5.25
11240
11241         * ly/Welcome_to_LilyPond.ly: add  \version
11242
11243 2005-05-20  Graham Percival  <gperlist@shaw.ca>
11244
11245         * Documentation/user/programming-interface.itely: move
11246         \displayMusic into its own section.
11247
11248         * Documentation/user/basic-notation.itely: finish editing.
11249
11250 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11251
11252         * flower/file-path.cc (find): don't throw away file_name.dir, but
11253         append to it. Fixes \include with directories.
11254
11255         * flower/include/file-path.hh (class File_path): don't derive from
11256         Array<String>.
11257
11258         * flower/include/file-name.hh (class File_name): remove to_str0()
11259
11260         * lily/hara-kiri-engraver.cc (acknowledge_grob): split
11261         Hara_kiri_engraver in separate file.
11262
11263         * lily/slur-configuration.cc (score_encompass): oops, <? to min()
11264         translation went wrong. Fixes vertically translated slurs.
11265
11266 2005-05-19  Graham Percival  <gperlist@shaw.ca>
11267
11268         * Documentation/user/basic-notaton.itely: editing.
11269
11270 2005-05-18  Graham Percival  <gperlist@shaw.ca>
11271
11272         * Documentation/user/macros.itexi, basic-notation.itely:
11273         add @commonprop (commonly used properties) macro.
11274
11275 2005-05-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11276
11277         * ly/Welcome_to_LilyPond.ly: talk about icon, not program.
11278
11279         * scripts/lilypond-book.py (invokes_lilypond): new function
11280         (main): only run fontextract if invokes_lilypond() is true.
11281
11282         * lily/function-documentation.cc (ly_add_function_documentation):
11283         duh, use !=
11284
11285         * Documentation/topdocs/INSTALL.texi (Top): add MacOS command.
11286
11287         * stepmake/aclocal.m4: remove kpathsea warning, change to OPTIONAL.
11288
11289         * scm/lily.scm (running-from-gui?): lowercase Darwin.
11290
11291         * lily/function-documentation.cc (ly_add_function_documentation):
11292         use scm_hash_table_p() for checking.
11293
11294 2005-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
11295
11296         * Documentation/user/advanced-notation.itely (Text scripts):
11297         Change nonexisting @internalsref{Text markup} to @ref{Text
11298         markup}.  Change @internalsref{Text script} to
11299         @internalsref{TextScript}.
11300
11301         * lily/main.cc (setup_paths): Bugfix: pangorc is not pango.modules.
11302
11303 2005-05-17  Graham Percival  <gperlist@shaw.ca>
11304
11305         * Documentation/user/tutorial.itely, basic-notation.itely,
11306         changing-defaults.itely: remove duplicate cindex entries
11307         that appear on the same page.
11308
11309         * scm/define-grobs.scm: change default padding for TextSpanner.
11310
11311         * Documentation/topdocs/AUTHORS.texi: update email address.
11312
11313         * Documentation/user/global.itely: add info about \include.
11314
11315 2005-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
11316
11317         * scm/backend-library.scm (postscript->pdf): Remove (useless) .ps
11318         when running-from-gui.
11319
11320         * scm/editor.scm (get-editor): Add platform defaults.
11321
11322         * scm/backend-library.scm (postscript->pdf): Typo.
11323
11324 2005-05-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11325
11326         * scm/lily.scm (running-from-gui?): Darwin never runs from GUI.
11327
11328         * lily/font-config.cc (init_fontconfig): add warning about cache.
11329
11330 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11331
11332         * lily/main.cc (setup_paths)[ARGV0_RELOCATION]: Remove GS_*.
11333
11334 2005-05-16  Mats Bengtsson  <mabe@s3.kth.se>
11335
11336         * lily/horizontal-bracket.cc (print): Take care of the direction
11337         property so brackets above the stave point downwards. 
11338
11339         * scm/define-grobs.scm (all-grob-descriptions): Set staff-padding
11340         for HorizontalBracket so it doesn't end up within the stave.
11341
11342 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11343
11344         * lily/GNUmakefile (default): Typo.
11345
11346         * scm/lily.scm (PLATFORM): Export.
11347
11348         * scm/framework-ps.scm (write-preamble)[MINGW]: Use
11349         load-font-via-GS, ttftool or fopencookie is broken on windows.
11350         
11351         * scm/backend-library.scm (postscript->pdf)[MINGW]: Do not use
11352         -dSAFER, that is broken on windows.
11353
11354 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11355
11356         * lily/GNUmakefile ($(outdir)/FlexLexer.h): conditional dependency
11357         for FlexLexer.h
11358
11359         * scripts/lilypond-invoke-editor.scm: remove stray -
11360
11361 2005-05-15  Jan Nieuwenhuizen  <janneke@gnu.org>
11362
11363         * lily/lily-guile.cc (ly_scm2newstr): Use scm_i_string_length.
11364         Fixes deprecation warning.
11365
11366         * flower/include/string.icc (to_string): Only inline if
11367         -DSTRING_UTILS_INLINED.
11368
11369         * lily/pango-font.cc (pango_item_string_stencil): Normalize file
11370         name.  Remove windows comment.
11371
11372         * scm/editor.scm (slashify): New function.
11373         (get-editor-command): Use it.
11374         (get-command-template): Do not alter editor command if
11375         environment value includes `%(file)s' magic.
11376
11377         * scripts/lilypond-invoke-editor.scm (unquote-uri): New function.
11378         (dissect-uri): Use it.
11379         (unquote-uri): Bugfix.
11380
11381 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11382
11383         * scm/framework-ps.scm (write-preamble): add TTF rule.
11384
11385         * Documentation/topdocs/README.texi (Top): remove note about
11386         xdelta.
11387
11388         * Documentation/topdocs/INSTALL.texi (Top): remove Flex
11389         requirement.
11390
11391         * stepmake/aclocal.m4: STEPMAKE_FLEXLEXER_LOCATION: new
11392         function. Figure out where FlexLexer.h lives
11393
11394         * lily/GNUmakefile (OUT_DIST_FILES): dist lexer.cc and FlexLexer.h
11395         
11396 2005-05-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11397
11398         * scripts/lilypond-invoke-editor.scm (dissect-uri): Handle URIs
11399         with Windows root in file name.
11400
11401         * scm/backend-library.scm (ly:system): Only redirect output (using
11402         system and shell, ugh) if /dev/null is writable.
11403
11404         * Documentation/pictures/GNUmakefile [PLATFORM_WINDOWS]: Build
11405         windows icon.
11406
11407         * scm/lily.scm (is-absolute?): New function.  Fixes absolute files
11408         on Mingw.
11409
11410         * scm/output-ps.scm (grob-cause): Use it.  Fixes PDF point and
11411         click.
11412
11413         * flower/file-path.cc (is_dir, is_file): New function.  Actually
11414         use result of stat when available.
11415
11416         * flower/file-path.cc (find): Use it.  Refactor.  Fixes Mingw,
11417         absolute file name and root.
11418
11419         * scm/lily.scm (PLATFORM): On mingw, slashify getcwd.
11420
11421         * scm/editor.scm (get-editor-command): Typo: do not apply editor.
11422
11423         * flower/file-name.cc (slashify): Bugfix, do substitute if no
11424         slashes in file name.
11425
11426 2005-05-13  Jan Nieuwenhuizen  <janneke@gnu.org>
11427
11428         * Documentation/user/preface.itely (Preface): Run
11429         texinfo-all-menus-update.
11430
11431         * scm/editor.scm (get-editor-command): Bugfix: allow full
11432         LYEDITOR setting, partial XEDITOR setting.  With typo fix.
11433
11434         * Documentation/pictures/lilypond-48.xpm: New file.
11435
11436         * flower/file-path.cc (to_string): Bugfix: use PATHSEP.
11437
11438         * ly/Welcome_to_LilyPond.ly: New file.
11439
11440         * lily/main.cc (main): Only identify if we have a terminal.
11441
11442         * scm/backend-library.scm (postscript->png)
11443         (postscript->pdf): Fix file name quoting for GS/MINGW (ie,
11444         non-/bin/sh).
11445
11446 2005-05-13  Heikki Junes  <hjunes@cc.hut.fi>
11447
11448         * Documentation/topdocs/AUTHORS.texi: polish, update.
11449
11450 2005-05-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11451
11452         * Documentation/user/preface.itely (Notes for version 2.6): new
11453         notes for 2.6
11454
11455         * lily/dynamic-engraver.cc (stop_translation_timestep): first set
11456         finished_span_, then call typeset_all(). Fixes spurious "Hairpin
11457         is not fully contained" warnings.
11458
11459         * lily/slur-scoring.cc (get_bound_info): remove warning.
11460
11461         * lily/staff-symbol-engraver.cc (process_music): start initial
11462         spanner in process_music(). This fixes overrides of StaffSymbol
11463         properties.
11464
11465         * scm/framework-pdf.scm (Module): remove.
11466
11467         * Documentation/topdocs/AUTHORS.texi (AUTHORS): clean up, update.
11468
11469         * lily/ambitus-engraver.cc: formatting cleanups.
11470
11471         * mf/feta-solfa.mf (Module): remove.
11472
11473         * ChangeLog: more details about contributions.
11474
11475 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11476
11477         * lily/align-interface.cc (align_elements_to_extents): warn if
11478         called too early. Fixes: disappearing-staff-lines.ly
11479
11480         * VERSION (PACKAGE_NAME): release 2.5.24
11481
11482 2005-05-12  Jan Nieuwenhuizen  <janneke@gnu.org>
11483
11484         * stepmake/aclocal.m4: Typo.
11485
11486         * flower/string.cc (substitute): Take two strings or two
11487         characters.  Update callers.
11488
11489 2005-05-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11490
11491         * flower/file-name.cc (File_name): Slashify.
11492
11493         * scm/lily.scm: Use gui-main iso lilypond-main on MINGW.
11494
11495         * scripts/GNUmakefile (SEXECUTABLES): Add lilypond-invoke-editor.
11496
11497         * stepmake/aclocal.m4 (STEPMAKE_WINDOWS): New function.
11498
11499         * configure.in (gui_b): Use it.
11500
11501         * lily/lilypond.rc.in: New file.
11502
11503         * lily/GNUmakefile[PLATFROM_WINDOWS]: Compile it into executable.
11504
11505 2005-05-12  Graham Percival  <gperlist@shaw.ca>
11506
11507         * Documentation/user/advanced-notation.itely: edit of Text
11508         section; clarify text scripts vs. text markup.
11509
11510 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11511
11512         * lily/multi-measure-rest-engraver.cc
11513         (Multi_measure_rest_engraver): init bar_seen_ to true. Notice
11514         separation items on start. Fixes mm rests in start of score.
11515
11516         * lily/slur-scoring.cc (move_away_from_staffline): robustness,
11517         don't access StaffSymbol if not there.
11518         Fixes: crash-staff-symbol-engraver.ly.
11519
11520         * lily/instrument-name-engraver.cc (class
11521         Instrument_name_engraver): data member first_. Create
11522         InstrumentName on start. 
11523
11524 2005-05-12  Graham Percival  <gperlist@shaw.ca>
11525
11526         * Documentation/user/instrument-notation.itely: add guitar
11527         position.
11528
11529         * Documentation/user/introduction.itely,
11530         Documentation/user/lilypond.tely,
11531         Documentation/user/tutorial.itely: begin pruning
11532         unused (duplicated) cindex entries and misc cleanup.
11533
11534 2005-05-12  Mats Bengtsson  <mabe@s3.kth.se>
11535
11536         * input/test/volta-chord-names.ly: Bring the explanation up to
11537         date.
11538
11539 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
11540
11541         * Documentation/topdocs/{AUTHORS.texi,INSTALL.texi,README.texi}:
11542         Specify `@documentencoding utf-8' for html, ignore warnings.
11543
11544 2005-05-11  Erik Sandberg  <ersa9195@student.uu.se>
11545
11546         * THANKS: Added bughunters.
11547
11548 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
11549
11550         * lily/main.cc: update help string for `lilypond -H'.
11551
11552         * po/fi.po: update.
11553         
11554 2005-05-10  Graham Percival  <gperlist@shaw.ca>
11555
11556         * Documentation/user/advanced-notation.itely: minor fixes.
11557
11558 2005-05-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11559
11560         * scm/editor.scm: New module.
11561
11562         * scm/lily.scm (gui-main): Use it.
11563
11564         * scm/framework-gnome.scm (spawn-editor): Use it.
11565
11566         * scripts/lilypond-invoke-editor.scm: Use it in new script.
11567
11568 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11569
11570         * scm/framework-ps.scm (load-font-via-GS):  new function.
11571
11572         * lily/pango-font.cc (pango_item_string_stencil): add support for
11573         CID keyed font.
11574
11575         * scm/output-ps.scm (glyph-string): add support for CID keyed font.
11576
11577 2005-05-10  Graham Percival  <gperlist@shaw.ca>
11578
11579         * Documentation/user/basic-notation.itely: add @ref.
11580
11581         * Documentation/user/advanced-notation.itely: add example
11582         of 5/8 beaming.
11583
11584 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11585
11586         * scripts/lilypond-pdfpc-helper.py (ly_pc_editor): robustness fixes.
11587
11588         * scm/backend-library.scm (postscript->pdf): Invoke gs instead of
11589         going through ps2pdf wrappers.
11590
11591 2005-05-09  Jürgen Reuter  <reuter@ipd.uka.de>
11592
11593         * Documentation/user/instrument-notation.itely: petrucci note
11594         heads: updated docu
11595
11596         * input/regression/note-head-style.ly: updated regression test;
11597         indentation fixes
11598
11599         * ly/engraver-init.ly: MensuralVoiceContext: use petrucci note
11600         heads as default
11601
11602         * mf/parmesan-heads.mf: minor editing; use musicological names
11603         (rather than optical description) as note head names
11604
11605         * scm/output-lib.scm: complete petrucci heads
11606
11607 2005-05-09  Pal Benko  <benkop@freestart.hu>
11608
11609         * mf/parmesan-heads.mf: add petrucci heads (like neo-mensural
11610         heads, but bigger)
11611
11612 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11613
11614         * lily/main.cc (main_with_guile): Remove no files check.
11615
11616         * lily/main.cc (ly:usage): Export to Scheme.
11617
11618         * scm/lily.scm (no-files-handler): New function.
11619
11620         * scm/lily.scm (lilypond-main): Use it.
11621
11622         * configure.in (gui_b): Add mbrtowc checking.
11623         Resurrect [utf8/]wchar.h checking.
11624
11625 2005-05-09  Mats Bengtsson  <mabe@s3.kth.se>
11626
11627         * Documentation/user/advanced-notation.itely (Metronome marks):
11628         Add link to the program reference for MetronomeMark
11629
11630         * Documentation/user/lilypond-book.itely (An example of a
11631         musicological document): Correct the example using psfonts 
11632
11633 2005-05-09  Heikki Junes  <hjunes@cc.hut.fi>
11634
11635         * po/fi.po: update after a lesson how to update entries against
11636         source.
11637         
11638         * po/TODO: document the lesson.
11639
11640 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11641
11642         * configure.in (gui_b): remove wcrtomb checking.
11643
11644         * lily/general-scheme.cc (LY_DEFINE): hand-convert utf8 to 32
11645         bits. Patch by Matthias Neeracher. <neeracher@mac.com>
11646
11647 2005-05-09  Mats Bengtsson  <mabe@s3.kth.se>
11648
11649         * scripts/convert-ly.py: In the conversion to version 1.9.0, 
11650         keep Scheme expressions and strings unmodified when doing the
11651         conversion to postfix notation for slurs and beams. Should
11652         hopefully solve most related conversion problems. 
11653
11654         * Documentation/user/lilypond-book.itely : Clarify and correct how
11655         to call dvips with -h psfonts.
11656
11657 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11658
11659         * Documentation/user/instrument-notation.itely (Entering lyrics):
11660         Typo.  Fixes build.
11661
11662 2005-05-09  Graham Percival  <gperlist@shaw.ca>
11663
11664         * Documentation/user/lilypond-book.itely: document PSFONTS file.
11665
11666         * Documentation/user/lilypond.tely, lilypond-book.itely,
11667         tutorial.itely: change references to 2.5.x to 2.6.x.
11668
11669         * Documentation/user/instrument-notation.itely: clarified \addlyrics
11670         vs \lyricmode.
11671
11672         * Documentation/user/invoking.itely: remove old info about
11673         lilypond-profile.
11674
11675         * Documentation/topdocs/INSTALL.texi: remove old info about
11676         lilypond-profile, add warning about needing international fonts
11677         to build docs.
11678
11679 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11680
11681         * lily/include/grob-info.hh (class Grob_info): make data member
11682         private. Changes throughout.
11683
11684         * input/regression/alignment-order.ly: new file. 
11685
11686         * lily/vertical-align-engraver.cc (acknowledge_grob): read
11687         alignAboveContext and alignBelowContext
11688
11689 2005-05-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11690
11691         * lily/pfb.cc (LY_DEFINE): add cast.
11692
11693         * scm/framework-ps.scm (write-preamble): embed CFFs if file name
11694         matches .otf
11695         (write-preamble): warn about unknown fonts.
11696
11697         * lily/pfb.cc (Module): new function ly:otf->cff
11698
11699         * lily/open-type-font.cc (get_otf_table): use ::get_otf_table
11700         (get_otf_table): new function.
11701
11702 2005-05-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11703
11704         * scm/backend-library.scm (postscript->png): call lilypond-ps2png
11705         iso. ps2png.
11706
11707 2005-05-06  Heikki Junes  <hjunes@cc.hut.fi>
11708
11709         * po/fi.po: apply second round of update.
11710
11711 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11712
11713         * scm/x11-color.scm (make-x11-color-handler): don't use
11714         #\sp. Apparently doesn't work on all platforms. 
11715
11716 2005-05-06  Graham Percival  <gperlist@shaw.ca>
11717
11718         * Documentation/user/advanced-notation.itely, putting.itely,
11719         tutorial.itely, global.itely, introduction.itely: really minor fixes.
11720
11721 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11722
11723         * VERSION (PACKAGE_NAME): release 2.5.23
11724
11725 2005-05-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11726
11727         * Documentation/topdocs/AUTHORS.texi: Remove texinfo @accents,
11728         convert to utf-8.
11729
11730         * THANKS: Add translators for this release, convert to utf-8.
11731
11732         * mf/GNUmakefile (MFTRACE_FLAGS):
11733         * buildscripts/substitute-encoding.py (outdir): Build fix: pass
11734         outdir as option (WAS: hardcoded).
11735
11736 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11737
11738         * lily/staff-symbol-engraver.cc (Staff_symbol_engraver): init
11739         finished_span_
11740
11741         * THANKS: add Hans Forbrich.
11742
11743         * Documentation/topdocs/NEWS.tely (Top): document new feature.
11744
11745         * Documentation/user/basic-notation.itely (Staff symbol): document
11746         start/stop staff. Reference to ossia.ly
11747
11748         * input/test/ossia.ly: new example using stop and startStaff.
11749
11750         * lily/timing-engraver.cc: remove Timing_engraver::initialize(),
11751         in other words, don't create "|" barline at start of the score.
11752         (start_translation_timestep): don't set whichBar for start of score.
11753
11754         * input/regression/staff-halfway.ly: use new functionality.
11755
11756         * lily/staff-symbol-engraver.cc (try_music): take StaffSpanEvents,
11757         start and stop staff based on events.
11758
11759         * scm/define-music-types.scm (music-descriptions): add StaffSpanEvent
11760
11761         * ly/declarations-init.ly (startStaff, stopStaff): new identifiers.
11762
11763 2005-05-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11764
11765         * Documentation/user/programming-interface.itely (How markups work
11766         internally ): remove \encoding reference.
11767
11768 2005-05-04  Mats Bengtsson  <mabe@s3.kth.se>
11769
11770         * scripts/convert-ly.py: Attempt to do a smarter update of 
11771         text markups from versions < 1.9.0 with arbitrary nesting.
11772
11773 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
11774
11775         * po/fi.po: convert to utf-8, and update.
11776
11777 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11778
11779         * make/lilypond.suse.spec.in: update from suse 2.4 package.
11780
11781         * lily/*.cc: more <? >? to min/max changes
11782
11783         * lily/include/interpretation-context-handle.hh: rename
11784         Interpretation_context_handle to Context_handle.
11785
11786 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
11787
11788         * input/regression/GNUmakefile (local_delete): use `find` together 
11789         with `xargs` to avoid too long argument-lists in cmd line.
11790
11791 2005-05-04  Graham Percival  <gperlist@shaw.ca>
11792
11793         * Documentation/user/introduction.itely: updates "About this manual".
11794
11795         * Documentation/user/advanced-notation.itely,
11796         invoking.itely: minor fixes.
11797
11798 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11799
11800         * COPYING: add font exception. Update FSF address. 
11801
11802         * lily/context-def.cc (path_to_acceptable_context): bugfix, depth
11803         should be taken without child context.
11804
11805         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use it.
11806
11807         * scm/define-markup-commands.scm (triangle): new command, as
11808         robust replacement for unicode Delta/Triangle.
11809
11810 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11811
11812         * ps/music-drawing-routines.ps: add fillp argument.
11813
11814         * lily/lookup.cc (round_filled_polygon): polygon takes filled? argument
11815
11816         * lily/font-config.cc (init_fontconfig): don't add cff/
11817
11818         * VERSION (PACKAGE_NAME): release 2.5.22
11819
11820         * mf/GNUmakefile: remove cff/cff.ps/.map install rules.
11821
11822         * lily/grace-engraver.cc (consider_change_grace_settings): use
11823         is_alias(). Fixes problem with CueVoice grace notes. 
11824
11825         * lily/simultaneous-music-iterator.cc (construct_children): call
11826         Music_iterator::quit() for iterators that start out invalid. This
11827         fixes indefinitely continuing contexts.
11828
11829         * buildscripts/substitute-encoding.py: new file
11830
11831         * Documentation/user/basic-notation.itely (Basic polyphony): fix
11832         missing @end 
11833
11834         * scripts/lilypond-book.py (write_if_updated): print file name.
11835
11836         * Documentation/user/basic-notation.itely (Explicitly
11837         instantiating voices): idem.
11838
11839         * Documentation/user/advanced-notation.itely (Text spanners):
11840         remove stray { } 
11841
11842         * lily/context.cc (default_child_context_name): the default child
11843         is now first in accepts_list_.
11844
11845         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
11846         \defaultchild to all relevant contexts.  This fixes:
11847         drums-pitch.ly.
11848
11849         (Probably also fixes similar problems with ancient
11850         transcriptions getting CueVoices instead of the desired voices.)
11851  
11852         * lily/context-def.cc (get_default_child): new function.
11853         (get_accepted): place default child in front of list.
11854
11855         * lily/parser.yy (FIXME): add DEFAULTCHILD token.
11856
11857         * lily/include/context-def.hh (struct Context_def): add
11858         default_accept_
11859
11860 2005-05-03  Graham Percival  <gperlist@shaw.ca>
11861
11862         * scm/define-grobs.scm: remove "remove-first" line, since
11863         the absent property is set to #f anyway.
11864
11865         * Documentation/user/basic-notation.itely,
11866         advanced-notation.itely, instrument-notation.itely: minor
11867         fixes.
11868
11869         * ly/property-init.ly: add textSpanner{Up,Down,Neutral}.
11870
11871         * Documentation/user/advanced-notation.itely,
11872         changing-defaults.itely: consolidate Text stuff in
11873         advanced notation.
11874
11875         * Documentation/user/global.itely: better docs for \header.
11876
11877         * Documentation/user/putting.itely: new chapter; placeholder
11878         for future expansion.
11879
11880         * Documentation/user/examples.itely: moved "suggestions for
11881         writing LP files" section into putting.itely.
11882
11883         * Documentation/user/lilypond.itely: added new chapter,
11884         fixed the short table of contents.
11885
11886 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11887
11888         * lily/beam-quanting.cc (quanting): robustness fix, don't produce
11889         infinity for unfeasible beams.
11890
11891         * make/lilypond.fedora.spec.in (Group): idem.
11892
11893         * scripts/GNUmakefile (SEXECUTABLES): rename ps2png to lilypond-ps2png
11894
11895         * mf/GNUmakefile (ALL_GEN_FILES): remove .map
11896
11897         * scm/framework-ps.scm (write-preamble): extract CFF from OTF
11898         fonts directly.
11899
11900         * buildscripts/gen-emmentaler-scripts.py (i): idem.
11901
11902         * mf/GNUmakefile: remove all CFF rules.
11903
11904         * scm/framework-ps.scm (ps-embed-cff): reinstate.
11905
11906         * lily/open-type-font-scheme.cc (LY_DEFINE):
11907         new function ly:otf-font-table-data.
11908         (LY_DEFINE): new function otf-font?
11909
11910 2005-05-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11911
11912         * mf/GNUmakefile ($(outdir)/lilypond.map): remove rule.
11913         ($(outdir)/Fontmap.lily): idem.
11914
11915         * buildscripts/gen-emmentaler-scripts.py (i): load fetaXX encoding
11916         for PFAEmmentaler-XXX.pfa. 
11917
11918         * Documentation/user/music-glossary.tely (accidental): NL
11919         translation of accidental.
11920
11921 2005-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
11922
11923         * flower/include/international.hh: Bugfix: include "string.hh".
11924
11925         * lily/include/mingw-compatibility.hh: New file.
11926
11927         * flower/include/libc-extension.hh (memrev): Rename from strrev.
11928
11929         * configure.in: Search for mingw wcrtomb library.
11930
11931 2005-05-02  Mats Bengtsson  <mabe@s3.kth.se>
11932
11933         * scripts/convert-ly.py: Bug fix
11934
11935         * Documentation/user/changing-defaults.itely (Common tweaks):
11936         Added example where the context has to be specified explicitly
11937         (MetronomeMark). 
11938
11939 2005-05-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11940
11941         * scripts/lilypond-book.py (ly_options): set timing to #f for
11942         notime option.
11943
11944         * scripts/convert-ly.py (conv): typo.
11945
11946         * flower/*.cc: remove <? and >?
11947         
11948         * lily/*.cc: remove <? and >?
11949
11950         * lily/tweak-registration.cc (insert_tweak_from_file): Make sure
11951         that 0x0 isn't passed into scm_cons(). Fixes crash with tweak
11952         editor.
11953
11954 2005-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11955
11956         * lily/part-combine-engraver.cc: add space to variable list.
11957
11958 2005-04-30  Graham Percival  <gperlist@shaw.ca>
11959
11960         * scm/define-grobs.scm: changed RemoveEmptyVerticalGroup's
11961         remove-first to false (matches docs)
11962
11963         * Documentation/user/advanced-notation.itely: corrected docs
11964         concerning remove-first.
11965
11966 2005-04-29  Mats Bengtsson  <mabe@s3.kth.se>
11967
11968         * lily/part-combine-engraver.cc: make sure that the relevant
11969         properties are included in the documentation.
11970
11971 2005-04-28  Graham Percival  <gperlist@shaw.ca>
11972
11973         * Documentation/user/lilypond-book.itely: Bernard's docs
11974         for \betweenLilyPondSystem.
11975
11976 2005-04-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11977
11978         * Documentation/topdocs/INSTALL.texi (Top): remove TeX outdated
11979         remarks.
11980
11981 2005-04-28  Pal Benko  <benkop@freestart.hu>
11982
11983         * lily/mensural-ligature.cc (brew_flexa): apply thickness property
11984         only on vertical lines of flexa shape, and use a constant
11985         thickness value for horizontal lines (patch slightly modified by
11986         Jürgen Reuter)
11987
11988         * lily/include/mensural-ligature.hh: make 2 comments clearer
11989
11990 2005-04-28  Jürgen Reuter  <reuter@ipd.uka.de>
11991
11992         * lily/vaticana-ligature-engraver.cc (need_extra_space): renamed
11993         to need_extra_horizontal_space; bugfix: use class scope to avoid
11994         global namespace pollution
11995
11996         * Documentation/user/instrument-notation.itely (ligatures): added
11997         comment on possible future syntax change and how to work around
11998
11999         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf
12000         (epiphonus, cephalicus): fine-tune shape of plica head for narrow
12001         intervals (fixes agnus dei example)
12002
12003         * Documentation/user/instrument-notation.itely (white mensural
12004         ligatures): selected a more illustrative example
12005
12006 2005-04-28  Heikki Junes <hjunes@cc.hut.fi>
12007
12008         * Documentation/index.html.in: specify utf-8 charset in meta content.
12009
12010 2005-04-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12011
12012         * python/lilylib.py (make_ps_images): bugfixes; GS can produce
12013         empty 2nd page for single page.
12014
12015         * scm/lily.scm: remove p&c definitions.
12016
12017         * po/zh_TW.po (Module): new translation.
12018
12019         * lily/lily-guile.cc (ly_chain_assoc): remove.
12020
12021         * lily/general-scheme.cc (LY_DEFINE): export ly:chain_assoc_get
12022         (LY_DEFINE): recurse, iso. calling ly_chain_assoc.
12023
12024 2005-04-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12025
12026         * lily/beaming-info.cc: remove infinity_i
12027
12028         * scripts/abc2ly.py (out_filename): fix thinko with \version.
12029
12030 2005-04-26  Graham Percival  <gperlist@shaw.ca>
12031
12032         * Documentation/user/basic-notation.itely,
12033         instrument-notation.itely, advanced-notation.itely,
12034         changing-defaults.itely: minor fixes.  Added docs
12035         for colors to advanced-notation.itely.
12036
12037         * Documentation/user/advanced-notation.itely: fixed compile
12038         problem and added Bernard's x11-color doc patch.
12039
12040 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
12041
12042         * scm/output-ps.scm (grob-cause): Yet another fix, hope it's
12043         alright this time round.
12044
12045 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12046
12047         * Documentation/topdocs/INSTALL.texi (Top): idem.
12048
12049         * Documentation/topdocs/README.texi (Top): remove clean-fonts refs.
12050
12051         * VERSION (MAJOR_VERSION): release 2.5.21
12052
12053         * scm/output-ps.scm (grob-cause): bugfix.
12054
12055 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
12056
12057         * cygwin/*: Update.
12058
12059         * cygwin/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Remove profile
12060         stuff.
12061
12062         * scm/output-ps.scm (grob-cause): Bugfix.
12063
12064         * scm/lily.scm (ly:load): Remove x11-color.
12065
12066         * stepmake/aclocal.m4 (STEPMAKE_GET_EXECUTABLE): Bugfix: do not
12067         quote executable, fixes getting version from program --with
12068         --options.
12069         (STEPMAKE_KPATHSEA): Bugfix for Cygwin cross building: use
12070         $ac_exeect.
12071
12072         * Documentation/user/GNUmakefile: Only build music-glossary with
12073         rendered lilypond snippets during web.
12074
12075 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12076
12077         * po/de.po: update.
12078
12079         * lily/GNUmakefile (OUT_DIST_FILES): don't dist lexer.cc
12080
12081 2005-04-22  Laura Conrad <lconrad@laymusic.org>
12082  
12083         * scripts/abc2ly:
12084         second title line append with punctuation dash character;
12085         encode abc2ly python strings in utf-8
12086        
12087 2005-04-21  Laura Conrad <lconrad@laymusic.org>
12088
12089         * scripts/abc2ly fix chords (again)
12090  
12091 2005-04-22  Bernard Hurley  <bernard@fong-hurley.org.uk>
12092
12093         * scm/x11-color.scm: new file
12094         All x11 color names can be accessed with:
12095         #(x11-color 'ColorName),
12096         #(x11-color "ColorName") or:
12097         #(x11-color "color name")
12098         If the x11 color name is not recognised then it defaults
12099         to black
12100
12101         * scm/lily.scm: amended to call scm/x11-color.scm
12102
12103 2005-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12104
12105         * Documentation/user/invoking.itely (Reporting bugs): comment out
12106         reference to online PNG bug repository.
12107
12108 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12109
12110         * lily/translator-scheme.cc (ly:translator-property): Remove.
12111         Update callers.
12112
12113         * lily/context-scheme.cc (ly:context-now): Move from translator.
12114         Update callers.
12115
12116 2005-04-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12117
12118         * input/regression/grid-lines.ly (skips): refine example.
12119
12120         * scm/define-context-properties.scm
12121         (all-user-translation-properties): doc autoBeamCheck
12122
12123         * input/regression/grid-lines.ly (Module): new file.
12124
12125         * lily/grid-point-engraver.cc (Module): new file.
12126
12127         * lily/grid-line.cc (Module): new file.
12128
12129         * lily/grid-line-span-engraver.cc (Module): new file.
12130
12131         * lily/grid-line-interface.cc (Module): new file.
12132
12133 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12134
12135         * scm/auto-beam.scm (revert-property-setting): Bugfixes: add
12136         missing parameter, actualy cdr through list.  Actually return a
12137         list with ENTRY removed (was '()).
12138
12139         * scripts/convert-ly.py: Update.  Print warning if file cannot be
12140         opened.
12141         (do_conversion): Fix printing of continuation comma.
12142
12143         * Documentation/user/advanced-notation.itely (Beam formatting):
12144         Remove refbugs about compound time and mixed duration.
12145
12146         * scm/auto-beam.scm (default-auto-beam-settings): Write out all
12147         modulo moments explicitely.
12148
12149         * lily/moment.cc (operator %): New function.
12150
12151         * lily/moment-scheme.cc (ly:mod-moment): Wrap it.
12152
12153         * lily/translator-scheme.cc (ly:translator-now,
12154         ly:translator-property): New function.
12155
12156         * scm/auto-beam.scm (default-auto-beam-check): New function.
12157
12158         * lily/auto-beam-engraver.cc (test_moment): Use it.
12159
12160         * flower/rational.cc (operator %): Bugfix.
12161
12162 2005-04-21  Erik Sandberg  <ersa9195@student.uu.se>
12163
12164         * scripts/abc2ly: Bugfix
12165
12166 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12167
12168         * python/fontextract.py (write_extracted_fonts): bugfix, too many
12169         %'s on EndFont comment.
12170
12171         * lily/ledger-line-spanner.cc: some more words of explanation.
12172
12173 2005-04-20  John Williams <williams@tni.com>  
12174         
12175         * scripts/lilypond-book.py: htmlquote bugfix.
12176         Allow snippets to be given distinct filenames.
12177         Allow the default alt text to be overridden.
12178
12179 2005-04-20  Erik Sandberg  <ersa9195@student.uu.se>
12180
12181         * ly/performer-init.ly: Bugfix
12182
12183         * THANKS: Added bughunters.
12184
12185 2005-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
12186
12187         * SConstruct (test_lib): Bump mftrace requirement to 1.1.9.
12188
12189         * lily/auto-beam-engraver.cc (test_moment): Test exact measure
12190         position (was: use modulo measure length).
12191
12192         * configure.in (no gui_b): Remove optional gtk+ requirement.
12193
12194 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12195
12196         * Documentation/user/basic-notation.itely (Pitches): add
12197         LedgerLineSpanner.
12198
12199         * lily/dynamic-engraver.cc (process_music): set right bound to
12200         script if present. Else, do not set.
12201         (acknowledge_grob): only set right bound of finished spanner to
12202         note column if no other bound is set.
12203
12204         * python/lilylib.py (make_ps_images): switch back to png16m.
12205         
12206 2005-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
12207
12208         * scripts/lilypond-book.py (write_if_updated): Bugfix for not
12209         writing up to date file.  Add dvips usage suggestion.
12210
12211         * scripts/convert-ly.py: Fix error message.
12212         Print usage if no files on command line.
12213         (usage): Add example usage.
12214
12215         * input/test/compound-time.ly: New file.
12216
12217         * input/test/circle.ly: New file.
12218
12219         * Documentation/topdocs/NEWS.tely: Use them.
12220
12221         * input/test/boxed-stencil.ly: Remove \score.
12222
12223         * buildscripts/mf-to-table.py (base): Add .log dependency.
12224
12225         * mf/GNUmakefile: Add PFAemmentaler and PFAaybabtu dependencies on
12226         pfa's.  Add .log dependency
12227
12228         * scm/define-markup-commands.scm (lower): New command.
12229
12230         * elisp/lilypond-mode.el (LilyPond-pdf-command): New command,
12231         make it default.
12232
12233 2005-04-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12234
12235         * lily/dynamic-engraver.cc (acknowledge_grob): add note-column
12236         also to finished cresc as right bound. This fixes:
12237         skip-string-decresc.ly
12238
12239         * lily/slur-scoring.cc (get_bound_info): robustness: substitute
12240         relative_coordinate if extent is empty.
12241
12242         * lily/stem.cc (width_callback): determine correct extent if flag
12243         is not there. This fixes slur-no-flag.ly
12244
12245         * lily/grace-engraver.cc (consider_change_grace_settings): new
12246         function.
12247         (initialize): also consider_change_grace_settings() on
12248         initialization. Fixes large grace notes at start of score.
12249
12250         * lily/break-align-interface.cc (do_alignment): don't translate if
12251         total_extent is empty.
12252
12253         * buildscripts/lilypond-{login,profile}.sh (Module): remove file.
12254
12255 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12256
12257         * scm/output-ps.scm (grob-cause): don't add cwd if path starts
12258         with slash.
12259
12260 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
12261
12262         * stepmake/aclocal.m4: Remove tfm_path.
12263
12264 2005-04-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12265
12266         * scm/music-functions.scm (markup-expression->make-markup): fix
12267         bug with cons arguments of markup commands.
12268         (music->make-music): fix music expression property list building
12269
12270 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
12271
12272         * aclocal.m4: Massage package names.
12273
12274         * SCons updates.
12275
12276 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12277
12278         * VERSION (PACKAGE_NAME): release 2.5.20
12279
12280         * lily/stem.cc (calc_stem_info): add minimum Y extent of
12281         stem-tremolo.  Fixes: bugs/tremolo-stem-length-beamed
12282
12283         * lily/percent-repeat-engraver.cc (try_music): add measure before
12284         next_moment to future processing moment. Fixes:
12285         percent-repeat-mm-rest.ly
12286         (process_music): don't add moment for 2nd time.
12287
12288         * input/regression/repeat-percent.ly: add mmrests as extra test.
12289
12290         * lily/axis-group-engraver.cc (acknowledge_grob): read
12291         keepAliveInterfaces to decide what to kill.
12292
12293         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add
12294         percent-repeat-interface to keepAliveInterfaces. This fixes
12295         percent-repeat-harakiri.
12296
12297 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
12298
12299         * SCons updates.
12300
12301 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12302
12303         * config.make.in (TTFTOOL_ENDIAN): rm TFM_PATH
12304
12305         * aclocal.m4: remove --enable-tfm-path configure option
12306
12307         * input/test/ancient-font.ly (lowerStaff): clef name errors.
12308
12309         * scm/backend-library.scm (postscript->png): newline after
12310         finishing command.
12311
12312         * lily/paper-score-scheme.cc (LY_DEFINE): new file.
12313         (LY_DEFINE): ly:paper-score-paper-systems: new function 
12314
12315         * lily/score-scheme.cc (LY_DEFINE): require music argument. 
12316
12317         * lily/score.cc (default_rendering): use Music_output too.
12318
12319         * input/test/chord-names-languages.ly (Module): rename file.
12320
12321         * lily/text-spanner.cc: add bound-padding.
12322
12323         * lily/paper-book.cc (systems): accept Paper_score
12324         iso. Paper_system vector. 
12325
12326         * input/regression/line-arrows.ly: new file.
12327
12328         * lily/paper-score.cc (process): run get_paper_systems() only once.
12329
12330         * lily/line-spanner.cc (line_stencil): add arrows.
12331
12332 2005-04-18  Jonatan Liljedahl  <lijon@kymatica.com>
12333
12334         * lily/line-interface.cc (make_arrow): new function. 
12335         (arrows): idem.
12336
12337 2005-04-18  Mathieu Giraud  <magiraud@free.fr>
12338
12339         * input/test/chord-names-german.ly: update for italian/french
12340         chords.
12341         
12342         * Documentation/user/instrument-notation.itely (Printing chord
12343         names): update.
12344
12345 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12346
12347         * lily/include/paper-score.hh (class Paper_score): remove unused
12348         prototypes.
12349
12350         * lily/book.cc (process): add -COUNT to midi output.
12351
12352         * lily/score.cc (book_rendering): remove outname argument
12353         (book_rendering): return list of Music_outputs. 
12354
12355         * lily/global-context-scheme.cc (LY_DEFINE): remove outname argument.
12356
12357         * lily/book.cc (process): loop over Music_outputs returned from
12358         Score::book_rendering().
12359
12360         * lily/*.cc (width_callback): remove spurious "unused" warnings
12361         for assert (axis==[XY]_AXIS); 
12362
12363         * lily/include/music-output.hh (class Music_output): smobify class.
12364
12365         * lily/include/paper-score.hh (class Paper_score): make members
12366         private.
12367
12368         * lily/performance.cc (process): return #f iso. #<undefined>. This
12369         prevents #<undefined> leaking into GUILE-userspace.
12370
12371 2005-04-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12372
12373         * config.hh.in: remove HAVE_PANGO_FC_FONT_MAP_ADD_DECODER_FIND_FUNC.
12374
12375 2005-04-17  Mathieu Giraud  <magiraud@free.fr>
12376
12377         * scm/chord-name.scm : support for italian and french
12378         chords names.
12379
12380         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): add
12381         a space defined by chordPrefixSpacer when the root name is
12382         direclty followed by a prefix.
12383
12384         * ly/engraver-init.ly : chordPrefixSpacer       
12385         * scm/define-context-properties.scm : chordPrefixSpacer
12386         * ly/property-init.ly : italianChords, frenchChords 
12387
12388 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
12389
12390         * mf/feta-din.mf: Remove.
12391
12392         * mf/GNUmakefile (fontdir): Bugfix.
12393
12394         * mf/SConstruct: Some updates.
12395
12396         * SConstruct: Require pkg-config.
12397         (test_program): Bugfix for double digit version compares, use
12398         integer (not string-) compare.
12399         Optionally require gs 8.14.
12400
12401         * stepmake/aclocal.m4 (STEPMAKE_PANGO_FT2): Define HAVE_PANGO16 too.
12402
12403         * lily/*: s/ifdef HAVE_*/if have/.
12404
12405         * SConstruct (test_lib): New function.  Update pkg-config and some
12406         other requirements.
12407
12408         * configure.in: Require pkg-config.  Enforce REQUIRE and version for
12409         freetype, pangof2t.
12410
12411 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12412
12413         * po/lilypond.pot, ...: Update using bison-CVS.
12414
12415         * python/lilylib.py (make_ps_images): Fixo.
12416
12417 2005-04-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12418
12419         * python/lilylib.py (make_ps_images): typo.
12420
12421         * configure.in (gui_b): make bison optional.
12422
12423         * lily/GNUmakefile (OUT_DIST_FILES): dist parser and lexer.
12424
12425 2005-04-16  Bernard Hurley  <bernard@fong-hurley.org.uk>
12426
12427         * framework-eps.scm: code added so that a macro \betweenLilyPondSystem
12428         with one parameter can be defined in a LaTeX file when processed
12429         by lilypond-book this will be evaluated between the systems of
12430         a multi-system score. The parameter is the number of systems processed.
12431
12432 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12433
12434         * python/lilylib.py (make_ps_images): Escape newline.
12435
12436         * Documentation/user/music-glossary.tely: Run
12437         texinfo-all-menus-update.
12438
12439 2005-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
12440
12441         * scm/lily-library.scm (old-relative-not-used-message)
12442         (version-not-seen-message): Add input-file-name-location to message.
12443
12444         * lily/parser.yy (lilypond): Add token aliases.
12445
12446         * Documentation/user/music-glossary.tely (accidental): Fixes.  Do
12447         not confuse with alteration.
12448         (alteration): Add.
12449
12450 2005-04-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12451
12452         * python/lilylib.py (make_ps_images): use -dEPSCrop
12453
12454         * VERSION (PACKAGE_NAME): release 2.5.19 
12455
12456         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
12457         only put xrefs in info documentation.
12458
12459         * make/ly-rules.make ($(outdir)/%.html.omf): transplant .dvi ->
12460         .pdf rule to tex-rules.make.
12461
12462         * scm/framework-eps.scm (dump-stencils-as-EPSes): remove comments
12463         from -systems.* output.
12464
12465         * stepmake/stepmake/tex-rules.make ($(outdir)/%.pdf): make PDF
12466         directly, remove -$(PAGESIZE) target.
12467
12468         * input/test/embedded-postscript.ly: update.
12469
12470 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12471
12472         * make/lysdoc-targets.make (local-WWW): remove ps.gz target.
12473
12474         * Documentation/user/changing-defaults.itely (Font selection):
12475         document font-name.
12476
12477         * input/regression/font-name.ly: show Pango fonts for
12478         font-name. Update example. 
12479
12480         * lily/pango-select.cc (properties_to_pango_description): don't
12481         convert symbol font-size to number, but use to lookup.
12482
12483         * python/fontextract.py (write_extracted_fonts): add VMusage 0.
12484
12485         * scm/framework-ps.scm (write-preamble): use (NAME . CONTENTS) and
12486         (NAME . FILE-NAME) tuples for font descriptions. 
12487         (write-preamble): display BeginFont DSC comments.
12488
12489         * python/fontextract.py (write_extracted_fonts): new file. Extract
12490         font resources from a PS file.
12491
12492         * scripts/lilypond-book.py (option_definitions): --psfonts option.
12493         (Compile_error.process_include): do_file returns chunks.
12494
12495         * make/ly-vars.make (DVIPS_FLAGS): don't load .map file.
12496
12497         * make/lysdoc-targets.make: .texi is .PRECIOUS
12498
12499         * scripts/lilypond-book.py (write_if_updated): new function.
12500
12501 2005-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
12502
12503         * scm/framework-eps.scm (dump-stencils-as-EPSes): Massage messages.
12504
12505 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12506
12507         * scm/framework-eps.scm (dump-stencils-as-EPSes): no massages.
12508
12509         * input/regression/markup-syntax.ly: remove \score.
12510
12511         * scm/define-markup-commands.scm (draw-circle): add fill argument
12512
12513         * scm/stencil.scm (make-circle-stencil): add fill argument
12514
12515         * ps/music-drawing-routines.ps: add fill argument.
12516
12517         * ly/performer-init.ly: add CueVoice to MIDI too.
12518
12519         * ps/music-drawing-routines.ps: new routine BeginEPSF /
12520         EndEPSF.
12521
12522         * input/regression/markup-eps.ly: new file.
12523
12524         * scm/framework-ps.scm (write-preamble): change order: vars should
12525         be inited before procedures.
12526
12527         * scm/output-ps.scm (glyph-string): break lines. 255 chars is max
12528         for EPS files.
12529
12530         * scm/define-markup-commands.scm (epsfile): add epsfile command.
12531
12532 2005-04-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12533
12534         * configure.in (gui_b): add check for ghostscript 8.15
12535
12536 2005-04-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12537
12538         * lily/hairpin.cc (after_line_breaking): suicide the hairpinlet at
12539         start of line. Fixes cresc-after-newline.ly
12540
12541         * lily/source-file.cc (file_line_column_string): use get_column().
12542
12543 2005-04-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12544
12545         * lily/source-file.cc (get_column): utf-8 support for column numbers.
12546
12547 2005-04-12  Jan Nieuwenhuizen  <janneke@gnu.org>
12548
12549         * lily/*: use message () iso progress_indication () for messages.
12550         Revise/uniformise user messages.
12551
12552         * flower/warn.cc (progress_indication): New function.
12553         (message): Use it.  Fixes newline problems.
12554
12555         * config.make.in (webdir): Sort out install dirs.
12556
12557         * stepmake/stepmake/generic-targets.make (final-install): Bugfix.
12558
12559         * python/lilylib.py (command_name): Bugfix.
12560         (make_ps_images):
12561
12562 2005-04-11  Pedro Kroger  <kroeger@pedrokroeger.net>
12563
12564         * lily/main.cc: --help says what types of backends are availabe
12565
12566 2005-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12567
12568         Fix ./VERSION dependency, and without need to reconfigure.
12569
12570         * lily/main.cc (setup_paths): Update.
12571
12572         * stepmake/bin/make-version.py (defs): Add TOPLEVEL_VERSION define..
12573
12574         * config.hh.in (LILYPOND_DATADIR): Remove TOPLEVEL_VERSION.
12575
12576         * scripts/convert-ly.py (\markup): Fix too simplistic regexps.
12577         Add \line for some simplistic cases.
12578
12579         * lily/GNUmakefile (main.o): Add missing dependency on version.hh.
12580
12581 2005-04-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12582
12583         * elisp/lilypond-mode.el (LilyPond-lilypond-command): command used
12584         to compile LY files (useful for adding eg. "-I" args)
12585         (LilyPond-command-alist): use `LilyPond-lilypond-command'. Add a
12586         2Gnome command for gnome backend.
12587         (LilyPond-command-formatgnome): call the 2Gnome command. key
12588         binding: C-c C-g
12589
12590 2005-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
12591
12592         * Documentation/user/GNUmakefile (lilypond/index.html): Bugfix:
12593         depend on all PNG images.
12594
12595 2005-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
12596
12597         * GNUmakefile.in: Bugfix: also link .map files.
12598
12599 2005-04-09  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12600
12601         * scm/music-functions.scm (music->make-music): generate 
12602         a (make-music ...) sexpr from a music expression.
12603         (display-scheme-music): use guile pretty printer to display the
12604         make-music sexpr.
12605
12606 2005-04-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12607
12608         * ly/engraver-init.ly: reindent.
12609         Add CueVoice.
12610
12611         * scm/music-functions.scm (music-pretty-string): handle moments
12612         too.
12613         (music-pretty-string): only print non-empty lists.
12614         (cue-substitute): create CueVoice context, which has smaller type.
12615
12616         * lily/moment-scheme.cc (LY_DEFINE): new methods
12617         ly:moment-grace-{numerator,denominator}
12618
12619         * lily/context-handle.cc: remove quit() method. 
12620
12621         * lily/font-config.cc (init_fontconfig): be verbose about font path.
12622         (init_fontconfig): success is 0, not !0
12623
12624 2005-04-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12625
12626         * mf/feta-nummer-code.mf (code): add plus glyph.
12627
12628         * lily/tie.cc (print): idem.
12629
12630         * lily/slur.cc (print): don't use thickness property for
12631         slur shape-thickness.
12632
12633         * lily/stencil-scheme.cc (LY_DEFINE): don't reverse the order
12634         while adding stencils.
12635
12636         * scm/define-markup-commands.scm (with-color): with-color markup
12637         command.
12638         (whiteout): new markup command 
12639         (filled-box): new markup command
12640
12641 2005-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
12642
12643         * Documentation/topdocs/NEWS.tely (Top): Make tex-able.  Handy
12644         test for PDF docs.
12645
12646         * mf/GNUmakefile (lilypond.map): Add PFAEmmentaler,
12647         PFAAybabtu-Regular.  Fixes feta font in PDFs.
12648         
12649         Notes for tetex-3.0 make web:
12650            psclean.map: s/uhv8a/uhvr8a/
12651            config.ps add:
12652                 p +psfonts_t1.map
12653                 p +psclean.map
12654                 p +typeface.map
12655
12656 2005-04-06  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12657
12658         * scm/music-functions.scm (music-pretty-string): fix bug with
12659         string argument.
12660
12661 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
12662
12663         * stepmake/bin/add-html-footer.py (i18n): Bugfix.
12664
12665 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12666
12667         * scripts/lilypond-book.py (Lilypond_snippet.__init__): 
12668         only process options if they're there.
12669         (write_file_map): add version-seen? to snippet-map.ly
12670
12671 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
12672
12673         * scripts/lilypond-book.py (split_options): Bugfix.  Small code
12674         formatting cleanups.
12675
12676         * mf/GNUmakefile: Rewrite $addprefix, $addsuffix using % short-forms.
12677         Add PFAaybabtu.pfa dependency on aybabtu.subfonts.
12678
12679 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12680
12681         * scm/framework-ps.scm (ps-font-command): don't hash, just use
12682         name directly.
12683
12684         * lily/main.cc (setup_paths): either add mf/out to search path or 
12685         fonts/{otf,type1,etc}
12686         
12687         * lily/font-config.cc (init_fontconfig): either add mf/out to
12688         FontConfig or fonts/{otf,type1,etc}
12689
12690         * GNUmakefile.in: don't put mf/ link in share/ dir.
12691
12692         * lily/staff-spacing.cc: move same-direction-correction to
12693         note-spacing-interface
12694
12695         * scm/lily.scm (lilypond-main): use variable argument count for
12696         exception handler.
12697
12698         * lily/font-config.cc (init_fontconfig): add operator pacification
12699         message.
12700
12701         * mf/aybabtu.pe.in (i): generate PFAAybabtu.pfa
12702
12703         * buildscripts/gen-emmentaler-scripts.py (i): generate
12704         PFAEmmentaler as well.
12705
12706         * scm/framework-ps.scm (munge-lily-font-name): new function
12707         (write-preamble): hack: insert PFA equivalent of CFF into
12708         .PS. This makes LilyPond output printable on normal PS printers
12709         again.
12710
12711         * buildscripts/gen-emmentaler-scripts.py (i): generate
12712         PFAEmmentaler.pfa aswell.
12713
12714 2005-04-06  John Williams <williams@tni.com>  
12715         
12716         * scripts/lilypond-book.py: refactor the compose_ly procedure.
12717         
12718 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12719
12720         * scm/page-layout.scm (default-page-make-stencil): always combine
12721         the header stencil, even if empty. This prevents the body text to
12722         reach up to the margins.
12723
12724         * po/rw.po (Module): new file, for Kinyarwanda.
12725
12726         * input/test/spacing-optical.ly (Module): new file.
12727
12728         * lily/staff-spacing.cc: add same-direction-correction
12729
12730 2005-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
12731
12732         * Documentation/user/introduction.itely (Engraving): Comment-out
12733         non-existent file.
12734
12735 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12736
12737         * scm/define-grob-properties.scm (all-user-grob-properties): add
12738         same-direction-correction
12739
12740         * VERSION: release 2.5.18
12741
12742 2005-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
12743
12744         * lily/grob.cc (mark_smob): Check pscore->layout_ before
12745         dereferencing.  Fixes make web.
12746
12747         * lily/midi-stream.cc: Handle unwritable midi file.  Include
12748         errno.h.
12749
12750         * Documentation/user/: Fix links.
12751
12752 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12753
12754         * lily/text-interface.cc (Module): rename from text-item.cc
12755
12756         * input/regression/apply-output.ly (texidoc): function naming fix.
12757
12758         * lily/time-signature-performer.cc (derived_mark): new function.
12759
12760         * lily/lily-parser-scheme.cc:  print mapped file name for progress
12761
12762         * scripts/lilypond-book.py (find_linestarts): new function.
12763         (find_toplevel_snippets): keep track of line numbers.
12764
12765         * lily/key-performer.cc (try_music): remove FIXME warning, gobble
12766         all key changes.
12767
12768         * ly/declarations-init.ly (partCombineListener): use
12769         ignoreBarChecks. Fixes: warn-partcombine-barcheck.ly
12770
12771         * lily/bar-check-iterator.cc (process): ignoreBarChecks property.
12772
12773 2005-04-04  Jan Nieuwenhuizen  <janneke@gnu.org>
12774
12775         * lily/text-item.cc: Fix link.
12776
12777         * Documentation/user/changing-defaults.itely (Changing defaults):
12778         Fix programs reference links.
12779
12780         * Documentation/user/music-glossary.tely: Convert to utf-8.
12781
12782 2005-04-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12783
12784         * make/lilypond-vars.make: remove TEXMF from variables.
12785         remove DEB_BUILD pk font variables.
12786         remove GUILE_LOAD_PATH
12787         remove TeX memory vars.
12788
12789 2005-04-04  Werner Lemberg  <wl@gnu.org>
12790
12791         * lilypond/scm-option.cc (ly_option_usage): Add final newline.
12792
12793 2005-04-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12794
12795         * ps/lilyponddefs.ps: remove reencode-font
12796
12797         * lily/simple-spacer.cc (add_columns): also compare
12798         directly. Column rank doesn't distinguish between broken and
12799         unbroken columns. This fixes large spaces before time sig changes.
12800
12801         * Documentation/user/point-and-click.itely: document ly:set-option.
12802
12803         * lily/grob.cc (get_uncached_stencil): only set grob-cause if
12804         point_and_click_global is set.
12805
12806         * lily/scm-option.cc (LY_DEFINE): add point-and-click
12807         ly:set-option argument.
12808
12809 2005-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
12810
12811         * GNUmakefile.in: Include symlinks in webball.
12812
12813         * Documentation/user/GNUmakefile (source-links): Add symlinks to
12814         source dir for split and non-split manuals.
12815
12816         * Documentation/user/*y: Fix @uref/@inputfile links for
12817         split/non-split HTML documents.
12818
12819         * Documentation/user/GNUmakefile (local-WWW): Do not generate
12820         .ps.gz.
12821         
12822 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
12823
12824         * GNUmakefile.in: Add newline.
12825
12826 2005-04-01  Erlend Aasland  <erlenda@gmail.com>
12827
12828         * tex/lilyponddefs.tex: use color instead of xcolor
12829         * scm/output-tex.scm: minor editing
12830
12831 2005-04-02  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12832
12833         * scm/music-functions.scm (display-scheme-music): pretty printer
12834         for music expressions.
12835
12836 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
12837
12838         * buildscripts/install-info-html.sh (index_file): Fix link.
12839
12840 2005-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
12841
12842         * input/test/dynamic-extra.ly (piuf): Use utf-8 iso TeX accent.
12843
12844         * Documentation/index.html.in: Add size estimates with some big pages.
12845
12846         * Documentation/user/tutorial.itely (Running LilyPond for the
12847         first time): Add/replace some @rglos links.  TODO: add more
12848         @rglos links in tutorial, test non-intrusiveness (.css).
12849
12850         * stepmake/bin/add-html-footer.py (do_file): Remove info's
12851         annoying's indication of referencing external document.
12852
12853         * Documentation/user/GNUmakefile: Split version of glossary too.
12854         * Documentation/user/macros.itexi (@rglos): Have makeinfo produce
12855         links, not only for html.
12856
12857         * Documentation/user/introduction.itely: Fix some links for other
12858         than html, do not use `here' as link name.
12859
12860 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
12861
12862         * scm/documentation-generate.scm (string-append): Fix @usermanref,
12863         @glossaryref.
12864
12865 2005-03-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12866
12867         * scm/page-layout.scm (default-page-make-stencil): only add header
12868         if existing and not empty. Fixes spurious programming error.
12869
12870         * lily/span-bar.cc (print): don't make rounded edges for spanbars.
12871
12872 2005-03-31  Erlend Aasland  <erlenda@gmail.com>
12873
12874         * scm/output-tex.scm: implement {re,}setcolor
12875         * tex/lilyponddefs.tex: use color package
12876
12877 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
12878
12879         * GNUmakefile.in (local-WWW-post): Restore .htaccess and .html
12880         additions to website.
12881
12882         * Documentation/user/lilypond.tely: Remove reference to ps.gz.
12883
12884         * Documentation/user/macros.itexi: Fix @usermanref html links in
12885         split documents: use @inforef.
12886
12887 2005-03-30  Graham Percival  <gperlist@shaw.ca>
12888
12889         * Documentation/user/programming-interface.itely: minor fix.
12890
12891         * Documentation/user/advanced-notation.itely: added info to
12892         Metronome markings.
12893
12894 2005-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
12895
12896         * scm/output-lib.scm (make-stencil-boxer): Junk code duplication,
12897         use box-stencil.  Remove y-padding argument.
12898         (make-stencil-circler): New function.
12899
12900         * buildscripts/lilypond-words.py (F): 
12901         * elisp/SConscript (a): 
12902         * elisp/GNUmakefile (LILYPOND_WORDS_DEPENDS):
12903         * vim/SConscript (a): 
12904         * vim/GNUmakefile (LILYPOND_WORDS_DEPENDS): Update.
12905
12906         * lily/general-scheme.cc: Build fix.
12907
12908         * scm/markup.scm:
12909         * input/regression/markup-scheme.ly: 
12910         * input/regression/markup-syntax.ly: Drop 'new-' from name.
12911
12912         * scm/stencil.scm (make-circle-stencil): New function.
12913
12914         * scm/define-markup-commands.scm (draw-circle): Use it.  New
12915         name (was cicle).  Update callers.
12916         (circle): New markup command, similar to box.
12917
12918         * scm/stencil.scm (circle-stencil): New function.
12919
12920 2005-03-29  David Jedlinsky  <lilypond@ipnh.com>
12921
12922         * configure.in: Detect libutf8/wchar.h variant.
12923
12924         * stepmake/aclocal.m4: Modify shared size test.
12925
12926 2005-03-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12927
12928         * make/lilypond.fedora.spec.in (Group): remove texmf profile stuff.
12929
12930 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12931
12932         * scripts/convert-ly.py (conv): add stencil-aligned-to! rule.
12933         
12934         * VERSION (PACKAGE_NAME):  release 2.5.17
12935
12936 2005-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
12937
12938         * scm/backend-library.scm (postscript->png): Fix comment and png
12939         message.
12940
12941         * GNUmakefile.in (link-tree): Fix locales.
12942
12943 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12944
12945         * lily/stencil-scheme.cc (LY_DEFINE): change to
12946         ly:stencil-aligned-to, non mutating.
12947
12948         * scm/safe-lily.scm (lambda): remove ly:stencil-set-extent!
12949
12950         * lily/stencil-scheme.cc: remove ly:stencil-set-extent!
12951
12952         * lily/quote-iterator.cc (derived_mark): call
12953         Music_wrapper_iterator::derived_mark() too.
12954
12955         * lily/grace-engraver.cc (derived_mark): change signature, add
12956         const.
12957
12958 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12959
12960         * SConstruct (symlink): 
12961         * GNUmakefile.in (link-tree): Add scripts to prefix.
12962
12963         * lily/general-scheme.cc (ly:effective-prefix): New function.
12964
12965         * scm/backend-library.scm (postscript->png): Use it.
12966
12967 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12968
12969         * lily/paper-score.cc (process): don't delete grobs after
12970         producing stencils. 
12971
12972         * scm/part-combiner.scm (determine-split-list): switch off
12973         debugging info.
12974
12975         * scm/backend-library.scm (postscript->png): explicitly use ps2png.py
12976         if available.
12977
12978         * scm/define-context-properties.scm
12979         (all-user-translation-properties): add stringNumberOrientations.
12980
12981         * lily/new-fingering-engraver.cc (position_scripts): make generic,
12982         so fingering and string-numbers are separately controlled.
12983
12984 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12985
12986         * stepmake/aclocal.m4: Fix shared size test: add missing comma, do
12987         not use debugging.
12988
12989 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12990
12991         * GNUmakefile.in (local-WWW-post): remove UTF8 .htaccess.
12992
12993         * config.hh.in: add HAVE_FONTCONFIG.
12994
12995         * Documentation/user/instrument-notation.itely (String number
12996         indications): new node.
12997
12998         * input/regression/new-markup-syntax.ly (texidoc): add circle.
12999
13000         * lily/new-fingering-engraver.cc (add_string): new function. 
13001         (acknowledge_grob): accept string-number-event as well.
13002
13003         * scm/define-markup-commands.scm (circle): new markup command.
13004
13005         * scm/output-lib.scm (print-circled-text-callback): new function.
13006
13007         * lily/GNUmakefile: move ifeq after include stepmake.make.
13008
13009 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
13010
13011         * config.make.in (HAVE_LIBKPATHSEA_SO):
13012         * stepmake/aclocal.m4: Also subst HAVE_LIBKPATHSEA_SO.
13013
13014         * lily/GNUmakefile (MODULE_LDFLAGS): Only if not HAVE_KPATHSEA_SO,
13015         add KPATHSEA_LIBS.
13016
13017         * debian/watch: 
13018         * debian/control: Update.
13019
13020 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13021
13022         * input/test/title-markup.ly (spaceTest): remove.
13023
13024         * input/test/embedded-tex.ly (Module): remove.
13025
13026         * input/test/music-box.ly: use 'name property, not ly:music-name.
13027
13028         * lily/GNUmakefile (MODULE_LDFLAGS): add KPATHSEA_LIBS.
13029
13030         * stepmake/aclocal.m4: STEPMAKE_FONTCONFIG: add.
13031
13032 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
13033
13034         * Documentation/topdocs/INSTALL.texi (Top): Remove information
13035         about xdeltas.  Add information about CVS.
13036
13037         * scm/lily.scm (lilypond-main): Fix invocation of handler,
13038         gracefully handle failed files.
13039
13040         * lily/GNUmakefile (MODULE_LDFLAGS): Remove KPATHSEA_LIBS.
13041
13042         * Documentation/topdocs/INSTALL.texi (Top): Whitespace and other
13043         small fixes.
13044
13045         * scm/framework-tex.scm (convert-to-ps): Proper option spacing.
13046         No unnecessarily specific i18n messages.  Remove stray `1'.
13047
13048 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13049
13050         * buildscripts/lys-to-tely.py (strip_extension): add utf-8
13051         documentencoding
13052
13053         * scm/documentation-lib.scm (texi-file-head): set utf-8
13054         documentencoding.
13055
13056         * ly/chord-modifiers-init.ly (whiteTriangleMarkup): use the greek
13057         Delta, not the Symbol one. 
13058
13059         * mf/GNUmakefile ($(outdir)/lilypond.map): add -Regular to Aybabtu
13060         for the .map file.
13061
13062         * Documentation/topdocs/INSTALL.texi (Top): add running
13063         requirement as compilation requirement.
13064
13065 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13066
13067         * buildscripts/mutopia-index.py (headertext): add h1 header and
13068         utf-8 charset meta field.
13069
13070         * input/GNUmakefile: prune example list.
13071
13072         * scm/framework-tex.scm (convert-to-ps): add -ofoo.ps to dvips
13073         options.
13074
13075         * lily/slur-scoring.cc (get_base_attachments): only look at stem
13076         extent for visible stems.
13077
13078         * lily/grob.cc (mark_smob): mark \layout block from Grob::mark_smob().
13079
13080 2005-03-27  Jan Nieuwenhuizen  <janneke@gnu.org>
13081
13082         * Documentation/topdocs/INSTALL.texi (Top): Updates.
13083
13084         * scripts/convert-ly.py: Python 2.2 compatibility (thanks Mats).
13085
13086 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13087
13088         * lily/slur-scoring.cc (get_base_attachments): robustness. Don't
13089         pass inf/nan into slur scoring.
13090
13091         * ly/titling-init.ly (oddHeaderMarkup): don't show page no. on 1st
13092         page.
13093
13094         * scripts/abc2ly.py (dump_voices): use alphabet().
13095
13096 2005-03-27  Jeff Smith <whydoubt@yahoo.com>
13097         
13098         * mf/GNUmakefile (depth): use $(FONTFORGE). 
13099
13100 2005-03-27 Matthias Neeracher <neeracher@mac.com>
13101         
13102         * flower/include/virtual-methods.hh: simplify. Patch by
13103
13104 2005-03-25  John Williams <williams@tni.com>  
13105
13106         * scripts/lilypond-book.py (main): add png for HTML too, guess
13107         only if necessary. 
13108
13109 2005-03-25  Graham Percival  <gperlist@shaw.ca>
13110
13111         * Documentation/topdocs/INSTALL.texi: now recommends
13112         lexer-gcc-3.1.sh for gcc 3.1.1 or higher.
13113
13114         * Documentation/user/basic-notation.itely,
13115         Documentation/user/tutoria.itely: warn about
13116         only one (phrasing) slur at once.
13117
13118 2005-03-24  Pedro Kroger  <kroeger@pedrokroeger.net>
13119
13120         * ly/music-functions-init.ly (removeWithTag): fixed to return "music".
13121
13122 2005-03-23  Graham Percival  <gperlist@shaw.ca>
13123
13124         * Documentation/user/basic-notation.itely: fixed info about
13125         ending a (de)cresc.
13126
13127         * Documentation/user/lilypond-book.itely: fixed
13128         lilypond-book filter example and warned about not doing
13129         --filter and --process at the same time.
13130
13131 2005-03-23  Mats Bengtsson  <mabe@s3.kth.se>
13132
13133         * lily/parser.yy (bass_number),
13134         Documentation/user/instrument-notation.itely (Figured bass): 
13135         Add the possibility to use text markup in figured bass. 
13136
13137 2005-03-19  Graham Percival  <gperlist@shaw.ca>
13138
13139         * Documentation/user/global.itely: added info about naming
13140         identifiers and breakbefore.
13141
13142         * Documentation/user/invoking.itely: added info about batch
13143         processing files with convert-ly, removed references to TeX
13144         in the jail section.
13145
13146         * Documentation/user/examples.itely: possibly fixed piano
13147         dynamics.
13148
13149         * Documentation/user/advanced-notation.itely: added info
13150         about removing other types of Staff.
13151
13152         * Documentation/user/instrument-notation.itely: possibly
13153         fixed piano staff line switch.
13154
13155         * Documentation/user/changing-defaults.itely: added info
13156         about using normal font in titles.
13157
13158 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13159
13160         * VERSION (PATCH_LEVEL): release 2.5.16
13161
13162         * make/ly-vars.make (DVIPS_FLAGS): include lilypond.map path
13163         explicitly.
13164
13165 2005-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
13166
13167         * scm/framework-tex.scm (convert-to-dvi): Barf if NAME contains
13168         whitespace.
13169
13170         * python/lilylib.py (make_ps_images):
13171         * scm/backend-library.scm (postscript->pdf, postscript->png):
13172         Quote file name.  Use format rather than string-append juggling.
13173
13174 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13175
13176         * python/lilylib.py (make_ps_images): add x to -g argument. 
13177
13178         * lily/key-performer.cc (create_audio_elements): don't use
13179         scm_eval_string. Check for minor 3rd directly.
13180   
13181         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
13182         (sarabandeCelloGlobal): key is D minor, not F major.
13183
13184 2005-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
13185
13186         Fix truncated --png output (Peter Danenberg).
13187         
13188         * python/lilylib.py (make_ps_images):
13189         * scripts/ps2png.py (copyright): Grok --papersize option.
13190
13191         * scm/backend-library.scm (postscript->png): Add parameter
13192         PAPERSIZE.  Update callers.
13193
13194         * scm/output-gnome.scm (music-font?): Bugfix: use "Emmentaler".
13195         Fixes symbol placement.
13196
13197         * lily/spanner.cc: 
13198         * lily/stencil.cc: Use "libc-extension.hh" (WAS:
13199         <libc-extension.hh>).
13200
13201 2005-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
13202
13203         * Nitpick run.
13204
13205         * buildscripts/fixcc.py: Update.
13206
13207         Builddir run fixes.
13208
13209         * HACKING (datadir): Add VERSION.
13210
13211         * GNUmakefile.in (linktree): Bugfix: outconfdirs are one dir
13212         higher up.
13213
13214 2005-03-15  Werner Lemberg  <wl@gnu.org>
13215
13216         * mf/feta-klef.mf (draw_gclef): Move z10' slightly so that the
13217         diagonal stem doesn't become thinner.
13218
13219 2005-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
13220
13221         * buildscripts/fixcc.py: Fixes (Werner).
13222
13223 2005-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13224
13225         * mf/GNUmakefile ($(outdir)/lilypond.map): capitalize
13226         Emmentaler/Aybabtu.
13227
13228         * GNUmakefile.in: fix lilypond-words path.
13229
13230         * po/tr.po: update to 2.3.21
13231
13232         * lily/new-fingering-engraver.cc (position_scripts): take priority
13233         from head position.
13234
13235         * input/regression/finger-chords-order.ly (texidoc): new file.
13236
13237 2005-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
13238
13239         * make/ly-rules.make: 
13240         * stepmake/aclocal.m4: 
13241         * Documentation/user/GNUmakefile: Remove old makeinfo compatibility.
13242
13243         * buildscripts/fixcc.py (rules): Leave space after operator.
13244
13245 2005-03-14  Werner Lemberg  <wl@gnu.org>
13246
13247         * mf/feta-klef.mf (draw_gclef): Replace `simple_serif' for
13248         top of the glyph with smooth curve.
13249
13250 2005-03-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13251
13252         * Documentation/user/global.itely (Page layout): remove
13253         printpagenumber.
13254
13255 2005-03-13  Jürgen Reuter  <reuter@ipd.uka.de>
13256
13257         * input/regression/mensural-ligatures.ly: new file (with examples
13258         compiled by Pal Benko).
13259
13260         * Documentation/user/instrument-notation.itely: Bugfix: yet some
13261         other "custodes.*-u0" -> "custodes.*.u0" renaming victims in
13262         musicglyph access.  Many small beautifications in ancient
13263         examples.
13264
13265         * input/test/divisiones.ly: fixed indentation; small
13266         beautifications
13267
13268         * ly/engraver-init.ly: added FIXME comment
13269
13270         * scripts/lilypond-book.py,
13271         Documentation/user/lilypond-book.itely: added music fragment
13272         option "packed" to lilypond-book
13273
13274         * Documentation/user/instrument-notation.itely: Bugfix: added
13275         missing LedgerLineSpanner color setting in several places.  Added
13276         music fragment option "packed" to VaticanaContext example.
13277
13278 2005-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13279
13280         * scm/define-grobs.scm (all-grob-descriptions): switch off
13281         Hyphen_spanner::set_spacing_rods 
13282
13283         * lily/lyric-hyphen.cc (print): add padding between syllable and
13284         hyphen.
13285         (print): shorten hyphen in tight situations (determine using
13286         minimum-length)
13287
13288         * scm/paper.scm (layout-set-staff-size): increase blotdiameter to
13289         0.4pt.
13290
13291 2005-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
13292
13293         * ly/titling-init.ly (bookTitleMarkup): Refinements.
13294
13295         * input/regression/page-breaks.ly (paper): Set not raggedlastbottom,
13296         header/footer markings for regression-test.
13297
13298         * scm/backend-library.scm (output-scopes, header-to-file): Move
13299         from framework-tex.scm.
13300
13301         * scm/framework-ps.scm (output-framework)
13302         (output-preview-framework):
13303         * scm/framework-eps.scm (output-classic-framework)
13304         (output-framework): Use it.  Fixes collated files.
13305
13306 2005-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
13307
13308         * input/sakura-sakura.ly: 
13309         * input/xiao-haizi-guai-guai.ly: Add from Debian package (Anthony).
13310
13311         * buildscripts/guile-gnome.sh: Update.
13312
13313         * mf/GNUmakefile (aybabtu.otf): Add dependency on .pe.
13314
13315         * mf/aybabtu.pe.in: Capitalize Aybabtu.
13316
13317 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13318
13319         * lily/separating-group-spanner.cc (find_rods): oops. Fix the real
13320         culprit: always exit the loop if we find a rod, even if it has
13321         distance < 0. 
13322
13323         * lily/ledger-line-spanner.cc (set_spacing_rods): rewrite to O(n)
13324         algorithm.
13325
13326         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
13327         $(outdir)/%.svg $(outdir)/%.pfa): add --simplify.
13328
13329         * scm/output-svg.scm (dashed-line): new  function body.
13330         
13331         * GNUmakefile.in: create .htaccess.
13332
13333 2005-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13334
13335         * Documentation/topdocs/NEWS.tely (Top): Fix text example.
13336
13337 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13338
13339         * VERSION (PACKAGE_NAME): release 2.5.15
13340
13341         * scm/output-{pdf,pdftex,sketch}.scm (Module): remove bitrotted files.
13342
13343         * scm/framework-svg.scm (output-framework): put scaling in
13344         document header. Apply scaling only once.
13345         (output-framework): dump page size in px, not mm. 
13346
13347         * scm/lily-library.scm (modified-font-metric-font-scaling): rename
13348         from font-size.
13349
13350         * lily/paper-outputter-scheme.cc (LY_DEFINE):
13351         ly:outputter-output-scheme, new function.
13352
13353         * scm/output-svg.scm (pango-description-to-svg-font): new function
13354
13355 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13356
13357         * Documentation/user/GNUmakefile (deep-symlinks): remove outimages
13358         target.
13359
13360         * input/typography-demo.ly: new file.
13361
13362 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
13363
13364         * Documentation/user/global.itely (File structure): Add markup blocks
13365         to toplevel expressions.
13366         (Multiple movements, Creating titles): Add markup blocks.
13367
13368         * lily/stencil-scheme.cc: Use "libc-extension.hh" (WAS:
13369         <libc-extension.hh>).
13370
13371         * lily/accidental.cc (accurate_boxes): Compile fix: 1.51 was broken.
13372
13373         * flower
13374         * lily
13375         * kpath-guile: Nitpick run: buildscripts/fixcc.py.
13376
13377 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13378
13379         * lily/accidental.cc: special bboxes for natural. 
13380
13381         * mf/feta-toevallig.mf: make stems heavier.
13382
13383         * lily/dynamic-text-spanner.cc (print): add bound padding for edge
13384         texts as well.
13385
13386         * mf/feta-klef.mf: revise. 
13387
13388         * mf/feta-schrift.mf: make thinning of accent less pronounced.
13389
13390         * mf/feta-klef.mf: add rounded curve at top. 
13391         make thinnib a little heavier.
13392
13393 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
13394
13395         * lily/parser.yy (book_body): Oops, allow \markup in \book too.
13396
13397         * buildscripts/fixcc.py: New file.
13398
13399         * input/regression/utf8.ly: Update Debian font description.
13400
13401 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
13402
13403         * stepmake/aclocal.m4: Fix test.
13404
13405 2005-03-09  Graham Percival  <gperlist@shaw.ca>
13406
13407         * Documentation/user/invoking.itely: added Sebastino Vigna's
13408         docs for the --jail option.
13409
13410 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13411
13412         * lily/stem.cc (print): only produce stemlets if there are no
13413         noteheads on this stem.
13414
13415         * lily/note-spacing.cc (stem_dir_correction): robustness fix:
13416         don't crash on stemlet (visible stem without heads).
13417
13418         * scm/define-grobs.scm (all-grob-descriptions): junk LeftEdge for
13419         unbroken situations. 
13420
13421         * scm/output-lib.scm (center-invisible): new function.
13422
13423         * lily/spacing-loose-columns.cc (set_loose_columns): use spacing
13424         wishes to determine loose column space.
13425
13426         * lily/font-config.cc (init_fontconfig): add
13427         fonts/{otf,type1,cff}  to path.
13428
13429         * lily/main.cc (setup_paths): add fonts/{otf,svg,tfm,cff} to path
13430
13431         * mf/GNUmakefile (Module): install all fonts under otf/
13432
13433         * scm/framework-ps.scm (Module): read fonts from fonts/extension,
13434         replace /fonts/otf/ by /ps/ 
13435
13436         
13437 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
13438
13439         * lily/paper-book.cc (classic_output): Reinstate header_0_ hack.
13440
13441         * lily/book.cc (process): Oops, add score_.header_.
13442
13443         * lily/paper-book.cc: Fold hearders, score and texts into scores_.
13444
13445         * lily/parser.yy: Handle toplevel and book texts as score.
13446
13447         * scm/page-layout.scm (default-page-make-stencil):
13448         Bugfix: (page-properties rename.
13449
13450         * scm/backend-library.scm (ly:system): Typo.
13451
13452 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13453
13454         * stepmake/stepmake/executable-targets.make (installexe): don't
13455         strip installed executables
13456
13457         * lily/font-select.cc (get_font_by_design_size): revert
13458         pango_description_string as well.
13459
13460         * lily/system.cc (set_loose_columns): put loose column just left
13461         of next column.
13462
13463         * lily/include/group-interface.hh (extract_grob_array): rename
13464         from Pointer_group_interface__extract_grobs
13465
13466         * input/regression/ledger-line-minimum.ly (texidoc): new file.
13467
13468         * lily/ledger-line-spanner.cc (set_spacing_rods): new
13469         function. Keep ledgered note heads at a minimum distance.
13470         Introduce minimum-length-fraction
13471         (print): introduce length-fraction property.
13472
13473 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13474
13475         * tex/GNUmakefile: remove latin1.enc rules.
13476
13477 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
13478
13479         * scm/titling.scm: Typo.
13480
13481         * input/regression/score-text.ly: Really add.
13482
13483         * lily/score.cc: Bugfixes for SCM header_ and texts_ members.
13484
13485 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13486
13487         * lily/open-type-font-scheme.cc:  new file.
13488
13489 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
13490
13491         * scm/titling.scm (layout-extract-page-properties): Rename from
13492         page-properties.  Update callers.
13493
13494         * lily/lexer.ll (Lily_lexer):
13495         * lily/parser.yy: Junk lyric_markup state.
13496
13497         * Documentation/topdocs/NEWS.tely (Top): Mention markup text feature.
13498
13499         * scripts/lilypond-book.py (PREAMBLE_LY): toplevel-music-handler:
13500         Add texts parameter.
13501
13502 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
13503
13504         * lily/lexer.ll (lyric_markup): New mode.
13505         (Lily_lexer::push_lyric_markup_state): New method.
13506         (MARKUPCOMMAND): Markup during lyric mode returns LYRIC_MARKUP.
13507
13508         * lily/parser.yy (book_body):
13509         (toplevel_expression): Grok \markup texts.
13510
13511         * lily/score-scheme.cc (ly:music-scorify): 
13512         * scm/lily-library.scm (collect-music-for-book): Take texts
13513         parameter.
13514
13515         * lily/score.cc (texts_): New member.
13516
13517         * lily/paper-book.cc (systems): Format score texts.
13518
13519         * score-text.ly: New file.
13520
13521         * ttftool/SConscript:
13522         * kpath-guile/SConscript: New file.
13523
13524         * lily/SConscript:
13525         * SConstruct: Update.
13526
13527 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13528
13529         * VERSION (PACKAGE_NAME): release 2.5.14
13530
13531 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
13532
13533         * lily/main.cc: Add dummy xgettext markers.
13534
13535 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13536
13537         * make/lilypond.fedora.spec.in (Requires): scrap kpathsea/tex
13538         requirements
13539
13540         * stepmake/aclocal.m4: check dynamic link, by checking if kpathsea
13541         executable is < 40k
13542
13543         * lily/main.cc (setup_paths): remove tfm1 tfm2 tfm3 include path
13544         hack.
13545
13546 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
13547
13548         * flower/libc-extension.cc:
13549         * flower/include/libc-extension.hh: [Open]BSD simply cast
13550         cookie/funopen declarations.
13551
13552         * stepmake/aclocal.m4: Check for libkpathsea.so.
13553
13554         * kpath-guile/kpath.c (ly_kpathsea_expand_variable): Use
13555         dl_kpse_find_file.
13556
13557 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13558
13559         * kpath-guile/kpath.c (open_library): dlopen libkpathsea.so
13560         (open_library): alternative for static library.
13561
13562 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
13563
13564         * configure.in: Set TTFTOOL_ENDIAN iso global CFLAGS.
13565
13566         * ttftool/GNUmakefile (MODULE_CFLAGS): Add $(TTFTOOL_ENDIAN).
13567
13568         Drop run-time dependency on teTeX.
13569
13570         * lily/kpath.cc (initialize_kpathsea): dlopen libkpathsea.
13571
13572         * stepmake/aclocal.m4 (STEPMAKE_KPATHSEA): Do not include
13573         KPATHSEA_LIBS in LIBS.
13574         (STEPMAKE_DLOPEN): New function.
13575
13576         * lily/font-config.cc (init_fontconfig): Use dir for directory,
13577         not path.
13578
13579         * flower/file-path.cc (directories): Rename from paths, as this
13580         return an array of directories (a single path).
13581
13582 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13583
13584         * lily/GNUmakefile (MODULE_LIBS): link with kpath-guile
13585
13586         * lily/all-font-metrics.cc (kpathsea_find_file): wrapper around
13587         new ly:kpathsea-find-file
13588
13589         * kpath-guile/kpath.c: new file. Put kpath bindings in lib.
13590
13591         * kpath-guile/GNUmakefile: new file
13592
13593         * buildscripts/gen-emmentaler-scripts.py (i): generate
13594         emmentaler-X.fontname as well.
13595
13596         * buildscripts/ps-embed-cff.py: new script
13597
13598         * scm/lily-library.scm: remove ps-embed-cff.
13599
13600         * scm/framework-ps.scm (write-preamble): don't use kpathsea for
13601         font loading. 
13602
13603         * scm/font.scm (add-music-fonts): load dynamics/numbers through
13604         fontconfig as well.
13605
13606         * lily/font-config.cc (init_fontconfig): add cff/ too.
13607
13608         * ly/generate-embedded-cff.ly: capitalize.
13609
13610         * lily/pango-select.cc (select_pango_font): use ::find_pango_font,
13611         so as to register the pango font.
13612
13613         * lily/font-config.cc (init_fontconfig): add
13614         prefix/{otf,type1,mf/out} to fontconfig path.
13615
13616         * lily/main.cc: only look at one prefix directory, LILYPONDPREFIX
13617         overrides all. 
13618
13619         * configure.in (gui_b): remove ec mftrace check
13620
13621         * config.hh.in: use lilypond-Major.Minor as data directory.
13622
13623         * scm/framework-ps.scm (dump-page): use output-units for landscape.
13624
13625         * buildscripts/gen-emmentaler-scripts.py (i): lower case file
13626         name.
13627
13628 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
13629
13630         * lily/main.cc (do_chroot_jail): Small cleanups.  Avoid constant
13631         error messages.
13632
13633         * flower/libc-extension.cc:
13634         * flower/include/libc-extension.hh: [Open]BSD fixes for
13635         cookie/funopen declarations.
13636
13637 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13638
13639         * buildscripts/gen-emmentaler-scripts.py (outdir): capitalize
13640         emmentaler.
13641
13642         * lily/score-engraver.cc (initialize): remove check for ecrm10 /
13643         lcrm10.
13644
13645         * scm/define-markup-commands.scm (fontsize): new markup
13646         command. Also set baseline-skip
13647
13648 2005-03-06 Sebastiano Vigna <vigna@dsi.unimi.it>.
13649         
13650         * lily/main.cc (do_chroot_jail): paranoia security for webserver
13651         use.
13652
13653 2005-03-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13654
13655         * stepmake/bin/add-html-footer.py (do_file): make wiki link optional.
13656
13657         * lily/pdf.cc: remove PDF related files
13658
13659 2005-03-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13660
13661         * ly/deutsch.ly: add quarter tones, patch by Arno Waschk.
13662         <hamamatsu@gmx.de>
13663
13664 2005-03-05  Graham Percival  <gperlist@shaw.ca>
13665
13666         * Documentation/user/advanced-notation.itely: first draft
13667         of reorg done.
13668
13669         * Documentation/user/global.itely: fixed (sub)section
13670         bits of MIDI.
13671
13672 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
13673
13674         * cygwin/mknetrel (extras): Bufix (Bertalan).
13675
13676         * Documentation/user/basic-notation.itely (Chords): @ref fix.
13677         * Documentation/user/instrument-notation.itely (Introducing chord
13678         names): Compile fix: must have unique name.
13679
13680 2005-03-02  Graham Percival  <gperlist@shaw.ca>
13681
13682         * Documentation/user/instrument-notation.itely: reorg.
13683
13684 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
13685
13686         * scm/output-gnome.scm:
13687         * scm/output-svg.scm: Fix font scaling.
13688
13689 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
13690
13691         * ly/titling-init.ly (tagline): Use Engraving.  Add comment about
13692         what link to use best.
13693
13694         * Documentation/user/instrument-notation.itely (Ancient accidentals): 
13695         * Documentation/user/tutorial.itely (Automatic and manual beams):
13696         Fix @ref.
13697
13698         * lily/tweak-registration.cc (replace_grob_tweak): New function.
13699         * lily/tweak-registration-scheme.cc (LY_DEFINE): Wrap it.
13700         * scm/framework-gnome.scm (tweak): Use it.
13701
13702 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13703
13704         * Documentation/topdocs/NEWS.tely (Top): elucidate GS problem.
13705
13706         * scm/output-ps.scm (white-text): reinstate white-text
13707
13708 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
13709
13710         * scm/output-ps.scm (offset-add): Remove.
13711
13712         * scm/lily-library.scm (offset-flip-y): New function.
13713         * scm/framework-gnome.scm (tweak): Use it.
13714
13715         * scm/output-gnome.scm (grob-cause): Add parameter.
13716
13717         * scm/lily.scm (ly:all-stencil-expressions): Add url-link.
13718         * scm/output-ps.scm (url-link): Move.
13719         (white-text): Warn user about brokenness.
13720
13721         * Documentation/topdocs/NEWS.tely: Be more accurate and respectful
13722         wrt ghostscript.
13723
13724 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13725
13726         * lily/slash-repeat-engraver.cc (try_music): always make slashes
13727         if body length smaller than measure length.
13728
13729         * scm/define-markup-commands.scm (with-url): oops. use Y extent
13730         for Y.
13731
13732         * ly/titling-init.ly (tagline): put default tagline in \paper
13733
13734 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
13735
13736         * lily/kpath.cc: 
13737         * lily/pdf.cc (Pdf_file): Use more generic error messages.
13738
13739         * scm/lily-library.scm (version-not-seen-message): New function.
13740         * ly/init.ly: Use it.
13741
13742         * scm/page-layout.scm (ly:optimal-page-breaks): Display page
13743         breaks as progess.
13744
13745         * scripts/lilypond-book.py (do_process_cmd): Do not lump
13746         whitespace with l10n message.
13747
13748         * scm/framework-tex.scm (convert-to-ps):
13749         (convert-to-dvi): Do not use overly specific l10n messages.
13750
13751         * ly/titling-init.ly (bookTitleMarkup): Add baseline skips from 2.4.
13752
13753         * tex/GNUmakefile $(outdir)/latin1.enc: Build fix:
13754         merge stderr with stdout.  
13755
13756 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
13757
13758         * flower/libc-extension.cc: Tested BSD compile fix (Matthias
13759         Neeracher).
13760
13761 2005-02-29  Graham Percival  <gperlist@shaw.ca>
13762
13763         * Documentation/user/instrument-notation.teily: moved
13764         \arpeggio to Basic.
13765
13766         * Documentation/user/advanced-notation.itely: Articulation to
13767         Basic, a bunch of stuff from Basic moved to Advanced.
13768
13769         * Documentation/user/basic.itely: swapped various sections,
13770         reorganized Basic.
13771
13772 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
13773
13774         * flower/memory-stream.cc: 
13775         * flower/libc-extension.cc: Remove obsolete #undefs.
13776
13777         * flower/include/libc-extension.hh: Bugfix for BSD, place #ifdef
13778         more carefully.
13779
13780 2005-02-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13781
13782         * make/lilypond.fedora.spec.in (Requires): add GS 8.15 as
13783         dependency.
13784
13785         * VERSION (PACKAGE_NAME): release 2.5.13
13786
13787         * GNUmakefile.in (web-ext): don't ship ps.gz
13788
13789         * tex/GNUmakefile ($(outdir)/latin1.enc): redirect stderr to
13790         stdout
13791
13792 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
13793
13794         * lily/general-scheme.cc (LY_DEFINE): Compile fix for systems
13795         without libintl.  Now it compiles too.
13796
13797 2005-02-28  Graham Percival  <gperlist@shaw.ca>
13798
13799         * Documentation/user/basic-notation.itely,
13800         instument-notation.itely, advanced-notation.itely:
13801         split up contents of notation.itely.
13802
13803         * Documentation/user/notation.itely: file removed.
13804
13805         * Documentation/user/invoking.itely, converters.itely:
13806         moved convert-ly info to invoking.itely.
13807
13808         * Documentation/user/global.itely, changing-defaults.itely,
13809         sound-output.itexi: moved global settings, file layout, and
13810         sound into global.itely.
13811
13812         * Documentation/user/sound-output.itexi: file removed.
13813
13814         * Documentation/user/lilypond.tely: removed links to
13815         notation.itely and sound.itely.
13816
13817 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13818
13819         * scm/output-ps.scm (grob-cause): only do mark_URI if non-empty.
13820
13821         * scm/framework-ps.scm (write-preamble): remove pdf-viewer code.
13822  
13823         * THANKS: add sponsor.
13824
13825         * scm/define-markup-commands.scm (with-url): new markup command.
13826
13827         * scm/page-layout.scm (TAGLINE): add www.lilypond.org with URL to
13828         tagline.
13829         
13830         * scm/output-tex.scm (url-link): stub.
13831
13832         * scm/output-ps.scm (url-link): new function.
13833
13834         * lily/lily-parser-scheme.cc (LY_DEFINE): deprecate
13835         ly:set-point-and-click
13836
13837 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
13838
13839         * ps/music-drawing-routines.ps (mark_file_line): Switch Action
13840         based on pdf-viewer setting.
13841
13842         * scm/framework-ps.scm (write-preamble): Find and set preferred
13843         pdf-viewer.
13844
13845 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13846
13847         * Documentation/user/point-and-click.itely: update for PDF point &
13848         click.
13849
13850         * scripts/lilypond-pdfpc-helper.py: new file. Invoke different
13851         editors based on EDITOR setting.
13852
13853 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
13854
13855         * scm/*: Oops, more grand 2005 replace bits.
13856
13857 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13858
13859         * ps/music-drawing-routines.ps: new routine: insert PDF mark
13860
13861         * scm/output-ps.scm (grob-cause): point & click support for
13862         PostScript
13863
13864 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13865
13866         * lily/input-scheme.cc (LY_DEFINE): rename to
13867         ly:input-file-line-column
13868
13869 2005-02-26  Graham Percival  <gperlist@shaw.ca>
13870
13871         * Documentation/user/examples.itely: small fix from Steve Doonan.
13872
13873         * Documentation/user/scheme-tutorial.itely: small fix from Steve Doonan.
13874
13875         * THANKS: added Yuval Harel.
13876
13877         * Documentation/user/{various}: inserted two spaces after a period.
13878
13879         * Documentation/user/lilypond.tely: added framework for reorg.
13880
13881         * Documentation/user/basic-notation.itely, instrument-notation.itely,
13882         advanced-notation.itely, global.itely: new files, placeholder for
13883         future reorg.
13884
13885 2005-02-26 Yuval Harel  <yuvalh@hotpop.com>
13886
13887         * Documentation/user/notation.itely: revamped Polyphony section
13888         
13889 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13890
13891         * Documentation/user/lilypond-book.itely (Music fragment options):
13892         doc fontload.
13893
13894         * Documentation/user/changing-defaults.itely (Text encoding): add
13895         fontload option to utf8 include
13896
13897         * scripts/lilypond-book.py (compose_ly): add fontload option
13898
13899         * scm/framework-eps.scm (dump-stencils-as-EPSes): add
13900         force-eps-font-include option.
13901
13902         * ly/chord-modifiers-init.ly (blackTriangleMarkup): reinstate
13903         black triangle
13904
13905         * Documentation/user/invoking.itely (Editor support): remove
13906         lilypond-latex section.
13907
13908         * scripts/lilypond-latex.py (Module): remove script.
13909
13910         * cygwin/lily-wins.py (stat): write to .lylog, so as not to
13911         overwrite .log. 
13912
13913         * lily/main.cc: remove -m, --no-layout
13914
13915         * flower/include/libc-extension.hh: add ALIAS_FILE_TO_FILECOOKIE
13916         to define. We don't want to override fprintf everywhere.
13917
13918 2005-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
13919
13920         * cygwin/lilypond.hint: 
13921         * cygwin/README.in: Update dependencies.
13922
13923         * stepmake/aclocal.m4 (STEPMAKE_PANGO, STEPMAKE_PANGO_FT2):
13924         Bugfix: do not pollute CPPFLAGS, LIBS.
13925
13926         * cygwin/mknetrel (extras): Cross compile fixes.
13927
13928         * ttftool/util.c: 
13929         * ttftool/ttfps.c: 
13930         * ttftool/ps.c: #include libc-extension.hh
13931
13932         * flower/include/libc-extension.hh:
13933         * flower/libc-extension.cc (fopencookie)[!HAVE_FOPENCOOKIE]: Add
13934         wrapper using funopen.
13935         (fopencookie, handle_cookie_io_fclose, handle_cookie_io_fprintf,
13936         handle_cookie_io_fprintf): Add wrappers catching Memory_out_stream.
13937
13938         * config.hh.in:
13939         * configure.in (AC_CHECK_FUNCS): Add fopencookie, funopen.
13940         (AC_CHECK_HEADERS): Add libio.h
13941
13942         * scripts/convert-ly.py: Uniformize, internationalize.
13943         (2.5.2): Remove fatal encoding rule.
13944         (2.5.13): Handle latin1 encoding gracefully.
13945
13946 2005-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
13947
13948         * HACKING: Fix line breaks.
13949
13950 2005-02-23  Werner Lemberg  <wl@gnu.org>
13951
13952         * mf/graycx.mf, mf/graylj.mf: Removed.  Any decent TeX distribution
13953         contains those two files.
13954
13955 2005-02-21  Werner Lemberg  <wl@gnu.org>
13956
13957         * mf/feta-nummer-code.mf ("Numeral 5"): Include intersection point
13958         to improve overlap removal process.
13959
13960         * mf/feta-slag.mf (draw_trillelement): Add parameter to control
13961         left and right ending.  This ensures better overlapping.
13962         Update all callers.
13963         ("lineprall"): Don't use draw_gridline to get better overlapping.
13964
13965 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13966
13967         * scm/lily-library.scm (ps-embed-cff): add \n after EndResource
13968
13969         * Documentation/topdocs/NEWS.tely (Top): oops.
13970
13971 2005-02-21  Pedro Kroger  <kroeger@pedrokroeger.net>
13972
13973         * HACKING: new file.
13974
13975         * input/regression/utf8.ly (portuguese): added a portuguese example
13976         to show latin1 accents.
13977
13978 2005-02-21  Pal Benko  <benkop@freestart.hu>
13979
13980         * lily/mensural-ligature-engraver.cc:
13981         * lily/mensural-ligature.cc:
13982         * lily/include/mensural-ligature.hh: new algorithm implemented
13983
13984         * scm/define-grob-properties.scm: join-left killed (add-join may
13985         be used); join-left-amount changed to join-right-amount
13986
13987 2005-02-21  Graham Percival  <gperlist@shaw.ca>
13988
13989         * Documentation/user/notation.itely: small but urgent fix.
13990
13991 2005-02-21  Jürgen Reuter  <reuter@ipd.uka.de>
13992
13993         * lily/duration-scheme.cc: bugfix: correct parameters to
13994         SCM_ASSERT_TYPE.
13995
13996         * THANKS: added Pal.
13997
13998         * Documentation/user/notation.itely: bugfix: unTeXified
13999         $\\backslash$.  Bugfix: yet another glyph renaming victim:
14000         "timesig.*x/y" -> "timesig.*xy".
14001
14002 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14003         
14004         * VERSION (PACKAGE_NAME): release 2.5.12
14005
14006 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14007
14008         * ly/engraver-init.ly: set tieWaitForNote to #t by default
14009
14010         * configure.in (gui_b): bump GUILE requirement to 1.6.5 
14011
14012         * Documentation/topdocs/NEWS.tely: add inputfileref macro.
14013
14014         * scm/framework-ps.scm (supplies-or-needs): uniq font name list.
14015
14016 2005-02-20  Jan Nieuwenhuizen  <janneke@gnu.org>
14017
14018         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: recode
14019         latin1..utf-8.
14020
14021         * input/regression/stanza-number.ly:
14022         * input/regression/utf8.ly (hebrew): Use addlyrics.  Update.
14023
14024         * lily/tie-engraver.cc (acknowledge_grob): Compile fix.
14025
14026 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14027
14028         * Documentation/topdocs/NEWS.tely (Top): only mention 2.5
14029         NEWS. Refer to website for older news.  
14030
14031         * stepmake/bin/add-html-footer.py (i18n): don't strip .PNG /
14032         .HTML. This should be done for specific servers only.
14033
14034         * Documentation/topdocs/NEWS.tely (Top): move to .tely. Add some
14035         .ly image examples.
14036
14037         * scm/define-grobs.scm (all-grob-descriptions): put ledger lines
14038         in layer 0 too.
14039
14040         * scm/define-context-properties.scm
14041         (all-user-translation-properties): add tieWaitForNote
14042
14043         * scm/define-grobs.scm (all-grob-descriptions): add
14044         Tie_column::before_line_breaking
14045
14046         * lily/tie.cc (get_column_rank): new function
14047
14048         * lily/tie-column.cc (before_line_breaking): new function.
14049         (werner_directions): take into account ties that start on
14050         different columns.  
14051
14052         * lily/score-engraver.cc (set_columns): move add_column() so we
14053         have column rank available.
14054
14055         * lily/tie.cc (get_column_rank): new function.
14056
14057         * input/regression/utf8.ly (japanese): add japanese lyrics.
14058
14059         * lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
14060
14061         * THANKS: add Steve D
14062
14063         * ttftool/*.c: add TTF -> Type42 conversion library. Based on
14064         Public Domain work by Juliusz Chroboczek <jch@pps.jussieu.fr>
14065
14066 2005-02-20  Tatsuya Ono  <tats_ono@infoseek.jp>
14067
14068         * mf/parmesan-heads.mf: "0harmonic" -> "s0harmonic"
14069         to show harmonic notes
14070         * scm/define-markup-commands.scm: in \markup-by-number
14071         "dots-dot" -> "dots.dot" to show dotted notes
14072
14073 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14074
14075         * flower/include/memory-stream.hh (class Memory_out_stream): new file.
14076
14077         * flower/memory-stream.cc (writer): new file.
14078
14079         * configure.in: add endian test.
14080
14081 2005-02-19  Jürgen Reuter  <reuter@ipd.uka.de>
14082
14083         * Documentation/user/examples.itely: small
14084         simplification/beautification
14085
14086         * Documentation/user/notation.ietly: bugfix: fixed many artefacts
14087         from the "x-y-z"->"x.y.z" renaming of glyphs throughout the whole
14088         notation manual.
14089
14090         * lily/mensural-ligature.cc: bugfix: another few victims of the
14091         "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
14092
14093         * ly/gregorian-init.ly: commit some experimental code for hi-level
14094         ligature input language lying around here for several months.
14095
14096         * lily/mensural-ligature-engraver.cc: bugfix: another victim of
14097         the "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
14098
14099         * lily/vaticana-ligature-engraver.cc: bugfix: another few
14100         "x-y-z"->"x.y.s-z" fixes.
14101
14102 2005-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14103
14104         * scm/framework-pdf.scm (scm): new file
14105
14106         * lily/include/pdf.hh (class Pdf_file): new file.
14107
14108         * lily/pdf.cc (write_trailer): new file.
14109
14110 2005-02-18  Erlend Aasland  <erlenda@gmail.com>
14111
14112         * input/regression/color.ly: new file
14113
14114         * lily/stencil.cc (interpret_stencil_expression):
14115         when a color expression is encountered: save current color,
14116         process the rest of the expression, and restore previous color.
14117
14118         * lily/system.cc (get_line): check all grobs for color property and
14119         prepare the stencil scheme expressions for further processing.
14120         Fix layer-loop.
14121
14122         * scm/define-grob-properties.scm: introduce the color property.
14123
14124         * scm/output-lib.scm: color helper functions.
14125
14126         * scm/output-ps.scm: introduce setcolor/resetcolor.
14127
14128 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
14129
14130         * ly/*.ly, input/regression/*.ly: Added missing \version
14131         statements in some files.
14132
14133 2005-02-15  Graham Percival  <gperlist@shaw.ca>
14134
14135         * Documentation/user/notation.itely: minor editing.
14136
14137         * Documentation/user/converters.itely: updated convert-ly bugs.
14138
14139         * Documentation/user/lilypond-book.itely: add info about using
14140         feta characters in latex.
14141
14142 2005-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14143
14144         * scripts/convert-ly.py: new slur dash patch by Bertalan Fodor.
14145
14146 2005-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14147
14148         * scm/define-grob-properties.scm (all-user-grob-properties):
14149         removed 'dashed property.
14150
14151 2005-02-13  Nicolas Sceaux  <nicolas.sceaux@free.fr>
14152
14153         * scm/lily.scm (define-safe-public): new macro for defining
14154         variables that can be used in --safe mode. Use it in *.scm
14155         instead of manually setting safe-objects in safe-lily.scm.
14156
14157 2005-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14158         
14159         * lily/slur.cc: Slur-dash patch by Bertalan.
14160
14161         * ly/engraver-init.ly (EasyNotation): glyph name dash -> period.
14162
14163         * stepmake/bin/add-html-footer.py (do_file): do i18n only once. 
14164
14165 2005-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
14166
14167         * stepmake/aclocal.m4: teTeX-3.0 inimf fix.  Comment-out.
14168
14169 2005-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
14170
14171         * mf/GNUmakefile: teTeX-3.0 install fix.
14172
14173         * Cygwin patch from Bertalan.
14174
14175         * stepmake/stepmake/metafont-rules.make: Remove bashism.
14176
14177 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
14178
14179         * GNUmakefile.in: 
14180         * SConstruct (symlink): teTeX-3.0 build fix: add map symlink.
14181
14182         * tex/GNUmakefile: teTeX-3.0 fix: install .enc in fonts/enc.  Add
14183         2.0.x compatibility.
14184
14185 2005-02-08  Werner Lemberg  <wl@gnu.org>
14186
14187         * mf/feta-din-code.mf: Format; clean up code.
14188         Replace `---' with `--' plus explicit path directions.
14189         (linethickness#, stafflinethickness#): Remove.
14190         ("dynamic f"): Replace `draw' with `draw_rounded_block'.
14191         ("dynamic s"): Improve shape.
14192         ("dynamic p"): Improve shape.
14193         Replace `draw' with better outline approximation.
14194         ("dynamic r"): Improve shape.
14195         Don't call `fill' and `draw' at the same time.
14196
14197 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
14198
14199         * SConstruct (symlink):
14200         * GNUmakefile.in ($(builddir)/share/lilypond-force): teTeX-3.0
14201         build fix: add enc symlink.
14202
14203         * lily/general-scheme.cc: Compile fixes: include wchar.h, string.h.
14204
14205         Support for DESTDIR besides prefix=/foo
14206
14207         * vim/GNUmakefile (local-install): Use $(INSTALL) -d iso mkdir.
14208
14209         * stepmake/stepmake/*.make:
14210         * */GNUmakefile:
14211         * GNUmakefile.in: Prepend $(DESTDIR) to installation directory.
14212
14213         * config.make.in (prefix): Remove broken $(DESTDIR) hack.
14214
14215         * stepmake/aclocal.m4: Use %0.f iso %d to quiet gawk < 3.1.4 and
14216         mawk in fontforge (date) test.
14217
14218 2005-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14219
14220         * scm/font.scm (make-century-schoolbook-tree): add NCS as
14221         font-family=roman. Add Luxi Sans as sans
14222
14223 2005-02-07  Graham Percival  <gperlist@shaw.ca>
14224
14225         * Documentation/user/notation.itely: add warning about
14226         percent repeats and Voice contexts.
14227
14228         * Documentation/user/lilypond-book.itely: clarified the
14229         necessity of dvips -u arguments.
14230
14231 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
14232
14233         * THANKS: Added a bunch of bug hunters.
14234
14235 2005-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14236
14237         * scm/framework-ps.scm (output-preview-framework): bugfix.
14238
14239         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): use unicode
14240         o/ for chord modifier..
14241
14242         * lily/general-scheme.cc (LY_DEFINE): new function ly:wide-char->utf-8.
14243
14244         * lily/drum-note-performer.cc:  remove unused (thanks Michael
14245         Welsh Duggan). 
14246
14247 2005-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
14248
14249         * Documentation/user/changing-defaults.itely (Text encoding): Clarify.
14250
14251         * ly/titling-init.ly: Do not also print intstrument in header on
14252         first page.  Do not print page number on first and only page.
14253
14254 2005-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14255
14256         * input/regression/*.ly: remove old-relative everywhere
14257
14258         * lily/music-sequence.cc (simultaneous_relative_callback): do
14259         what-if analysis on copy, not on original. Fixes old-relative
14260         compatibility.
14261
14262         * scm/backend-library.scm (postscript->png): space before
14263         --verbose.
14264         
14265 2005-02-05  Werner Lemberg  <wl@gnu.org>
14266
14267         * mf/feta-autometric.mf (fet_beginchar): Check whether `feta_group'
14268         is defined.
14269
14270         * mf/feta-alphabet.mf: Define `staffsize#'.
14271         Include `feta-params.mf'.
14272         s/staffheight/design_size/.
14273
14274         * mf/feta-alphabet??.mf: s/staffheight/design_size/.
14275
14276         * mf/feta-alphabet26.mf: Fix a serious bug (design size off by 8pt).
14277
14278         * mf/feta-nummer-code.mf: Reformatted.
14279         (draw_six): Use outline intersection to avoid a self-intersecting
14280         path.
14281         ("Numeral comma"): Fix serious outline glitches.  This slightly
14282         changes the glyph shape.
14283         ("Numeral dash"): Use `draw_rounded_block'.
14284         ("Numeral dot"): Use `drawdot'.
14285         ("Numeral 1"): Assure identical tangent directions for the
14286         intersection points of paths.  The glyph shape improvement is only
14287         visible at very high magnifications.
14288         ("Numeral 2"): Use `solve' macro to make the lower right part of
14289         the glyph outline touch the x axis exactly.  This changes the
14290         glyph shape.
14291         Minor fixes for better overlap removal support.
14292         ("Numeral 4"): Make lefter corner `rounder'.
14293         ("Numeral 5"): Assure identical tangent directions for the
14294         intersection points of paths.  This improves the glyph shape at
14295         high magnifications.
14296         ("Numeral 7"): Use `solve' macro to make the upper right part of
14297         the glyph outline touch the metrics box exactly.  This changes the
14298         glyph shape.
14299         Avoid corner in the upper left part of the glyph (causing a minor
14300         shape change).
14301
14302         * mf/feta-ital-*.mf: Removed.  Unused.
14303
14304 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14305
14306         * VERSION (PATCH_LEVEL): release 2.5.11
14307
14308         * input/regression/fill-line-test.ly: new file.
14309
14310         * buildscripts/gen-emmentaler-scripts.py (i): insert dash in
14311         emmentaler name, eg. emmentaler-23. 
14312
14313 2005-02-04  Christian Hitz  <chhitz@gmx.net>
14314
14315         * scm/scm/define-markup-commands.scm (fill-line): rework for better
14316         alignment with centered texts
14317
14318         * scm/stencil.scm (stack-stencils-padding-list): new function, takes a
14319         list of paddings
14320
14321 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14322
14323         * mf/GNUmakefile ($(outdir)/lilypond.map): add aybabtu to .map file.
14324
14325         * lily/note-column.cc (translate_rests): call flush_extent_cache()
14326         of parents when translating rests. Fixes: c-chord-rest.ly 
14327
14328         * lily/include/dimension-cache.hh (struct Dimension_cache): add
14329         dimension_callback_ member.
14330
14331         * lily/grob.cc (flush_extent_cache): new function. Force recompute
14332         of extents.
14333
14334 2005-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
14335
14336         * all but lily/*: The grand 2004/2005 replace.
14337
14338 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14339
14340         * lily/*: add space after ,  
14341
14342         * scm/music-functions.scm (has-request-chord): don't use
14343         ly:music-name anywhere. Fixes <<\\>> notation. 
14344
14345         * scm/define-markup-commands.scm (box): use font-size for
14346         padding. Fixes boxed-rehearsal-marks.ly
14347
14348         * lily/parser.yy (assignment_id): allow LYRICS_STRING as
14349         identifier definition too, so foo = \lyrics { ...   } bar = #1
14350         doesn't complain about "bar" being LYRICS_STRING.
14351
14352         * lily/paper-def.cc (find_pango_font): new routine; Store
14353         pango_fonts in hash tab too. This is necessary for retrieving
14354         Pango_fonts::physical_font_tab() later on.
14355  
14356         * lily/pango-font.cc (pango_item_string_stencil): bugfix: don't
14357         crash if psname is null.
14358
14359         * lily/lily-guile.cc (ly_hash2alist): new function
14360
14361         * Documentation/user/changing-defaults.itely (Text encoding):
14362         rewrite. 
14363
14364         * lily/pango-font.cc (physical_font_tab): new member. Store PSname
14365         -> font_filename mapping.
14366
14367         * lily/pango-font-scheme.cc (LY_DEFINE): new file. New function
14368         ly_pango_font_physical_fonts
14369
14370         * scm/framework-ps.scm (supplies-or-needs): extract names from
14371         physical Pango_fonts.
14372
14373         * utf8.ly: new file.
14374
14375 2005-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14376
14377         * Documentation/user/changing-defaults.itely (Page layout): add
14378         doco about systemSeparatorMarkup.
14379
14380         * scm/page-layout.scm (default-page-make-stencil): add-to-page
14381         function.
14382         (default-page-make-stencil): insert system separators.
14383
14384         * scm/define-markup-commands.scm (hcenter): add
14385         (beam): add.
14386
14387 2005-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14388
14389         * scm/output-ps.scm (ez-ball): reinstate ez notation.
14390
14391 2005-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
14392
14393         * lily/main.cc: Spell backend consistently.  Sort options.
14394
14395 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14396
14397         * scripts/lilypond-book.py (Module): revert @include.
14398         
14399 2005-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
14400
14401         * scripts/lilypond-book.py: Resurrect HTML links to .ly source.
14402         Bugfix: @include .tex (not .texi).  Small cleanups.
14403
14404         * stepmake/bin/add-html-footer.py (i18n): New function.
14405
14406 2005-01-31  Werner Lemberg  <wl@gnu.org>
14407
14408         * mf/feta-nummer.mf: Removed.  Unused.
14409
14410 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14411
14412         * lily/ : 2004 -> 2005 s&r
14413
14414         * scm/file-cache.scm (cached-file-contents): add file. Read each
14415         file only once.
14416
14417         * scm/font.scm (add-pango-fonts): change order. Medium weight is
14418         now default.
14419
14420         * VERSION: release 2.5.10
14421         
14422         * mf/GNUmakefile (INSTALLATION_OUT_FILES4): install cff.ps files.
14423
14424         * make/ly-rules.make ($(outdir)/%.texi): detect new EOF marker.
14425
14426         * scm/framework-ps.scm (dump-stencil-as-EPS): robustness: ensure
14427         that both X and Y extents of bbox are non-nil.
14428
14429 2005-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14430
14431         * scm/chord-name.scm (alteration->text-accidental-markup): change
14432         - to . 
14433
14434         * scm/output-ps.scm (utf8-string): add utf8-string for completeness.
14435
14436         * scm/framework-ps.scm (dump-stencil-as-EPS): new function
14437
14438         * Documentation/user/invoking.itely (Invoking lilypond): add note
14439         about EPS backend.
14440
14441         * scm/framework-eps.scm: new file: create per-system/per-page EPS
14442         files for inclusion in lilypond-book document.
14443
14444         * input/tutorial/lbook-latex-test.tex: rename from lilbook.tex
14445
14446         * input/tutorial/lbook-texi-test.texi: new file.
14447
14448         * scm/safe-lily.scm (safe-objects): add
14449         {begin,end}-of-line-(in)?visible as safe.
14450  
14451 2005-01-30  Graham Percival  <gperlist@shaw.ca>
14452
14453         * Documentation/user/changing-defaults.itely: fixed example
14454         of (dynamics).
14455
14456 2005-01-29  Graham Percival  <gperlist@shaw.ca>
14457
14458         * lily/main.cc: fix info about -o=FILE.
14459
14460 2005-01-29  Werner Lemberg  <wl@gnu.org>
14461
14462         * mf/feta-toevallig.mf ("Natural"): Completely changed the
14463         construction to assure smooth transition from straight to curved
14464         lines.
14465
14466 2005-01-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14467
14468         * lily/stencil.cc (moved_to_edge): don't halt on adding empty
14469         stencils.
14470
14471         * ps/lilyponddefs.ps: add start-page, start-system doesn't
14472         translate to top of page. Fixes alignment problems of
14473         lilypond-generated EPS files.
14474
14475 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14476
14477         * scm/part-combiner.scm (analyse-spanner-states): trigger on
14478         crescendo-end as well, since Decrescendo maybe ended with Stop
14479         Crescendo.). Fixes: partcombine-diminuendo.ly
14480
14481         * scm/script.scm (default-script-alist): swap portato symbols.
14482
14483         * lily/instrument-name-engraver.cc (acknowledge_grob): typo.
14484
14485         * lily/paper-outputter-scheme.cc (LY_DEFINE):
14486         ly:outputter-port. New function.
14487
14488         * scm/framework-ps.scm (output-classic-framework): dump a
14489         -systems.texi too
14490         (output-classic-framework): dump multiple systems on an "infinite"
14491         page EPS including fonts. 
14492
14493         * scripts/lilypond-book.py (Lilypond_snippet.ly_is_outdated): use
14494         .eps files for both texi and tex formats. Use PNG coming from
14495         lilypond.
14496         
14497 2005-01-28  Graham Percival  <gperlist@shaw.ca>
14498
14499         * Docuemntation/user/invoking.itely: fix info about -o=FILE.
14500
14501         * scripts/lilypond-latex.py: fix info about -o=FILE.
14502
14503 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14504
14505         * ly/generate-embedded-cff.ly: write .cff.ps files.
14506
14507         * mf/GNUmakefile ($(outdir)/lilypond.map): add .cff.ps to .map file.
14508
14509         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
14510         $(outdir)/%.svg $(outdir)/%.pfa): remove --simplify
14511
14512 2005-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
14513
14514         * lily/include/guile-compatibility.hh (SCM_VECTOR_P): Compile fix.
14515
14516 2005-01-28  Werner Lemberg  <wl@gnu.org>
14517
14518         * mf/feta-macros.mf (soft_start_penstroke, soft_end_penstroke): New
14519         macros.
14520         (draw_bulb): Improved.
14521
14522         * mf/feta-pendaal.mf ("Pedal asterisk"): Remove workaround for
14523         metapost bug.
14524         (draw_pedal_P): Use soft_end_penstroke.
14525         (draw_pedal_d): Use soft_start_penstroke.
14526
14527         * mf/feta-schrift.mf ("Trill (`tr')"): Remove redundant point in
14528         path.
14529         ("Varied Coda"): Move some points to avoid fontforge warnings.  This
14530         doesn't change the glyph shape.
14531
14532         * mf/feta-accordion.mf ("accOldEE"): Draw glyph differently (without
14533         changing the shape) to avoid fontforge warnings.
14534
14535         * mf/feta-klef.mf (draw_tab_T, draw_tab_A, draw_tab_B): Use
14536         soft_end_penstroke and fix glyph shape.
14537
14538 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14539
14540         * lily/*.cc: Scheme deprecation of SCM_VECTOR_* 
14541
14542 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14543
14544         * scm/define-markup-commands.scm (line): filter out empty stencils
14545         from line command.
14546
14547         * lily/stencil-scheme.cc (LY_DEFINE): only allow finite real
14548         amount.
14549
14550 2005-01-27  Graham Percival  <gperlist@shaw.ca>
14551
14552         * Documentation/user/notation.itely: added info about what
14553         \voiceFoo does.  Also rewrote warning about marks at
14554         a line break.
14555
14556         * Documentation/user/changing-defaults.itely: added info
14557         about putting dynamics in parenthesis and brackets.
14558
14559 2005-01-27  Werner Lemberg  <wl@gnu.org>
14560
14561         * mf/feta-schrift.mf ("Trill (`tr')"): Fix typo.
14562
14563 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14564
14565         * mf/feta-schrift.mf: reverse u and d portato. Fixes:
14566         portato-direction.ly
14567
14568         * lily/beam.cc (consider_auto_knees): add beam height to
14569         threshold. Fixes: knee-multiple-beam.ly
14570
14571         * lily/instrument-name-engraver.cc (acknowledge_grob): also ignore
14572         pedal line spanners. Fixes: instrument-center-pedal.ly
14573
14574         * lily/auto-beam-engraver.cc (acknowledge_grob): stop beam
14575         if encountering barline. Fixes: auto-beam-repeat.ly
14576
14577 2005-01-26  Werner Lemberg  <wl@gnu.org>
14578
14579         * mf/feta-slag.mf (draw_trillelement): Fix shape to get clean
14580         overlapping.
14581
14582         * mf/feta-toevallig.mf (draw_meta_sharp): Fix shape to avoid curves
14583         with inflections for the 1/2 sharp glyph.
14584
14585         * mf/feta-schrift.mf ("Trill (`tr')"): Fix start position of
14586         connection between `t' and `r'.
14587         Unify bulb with the rest of `r' to avoid grazing outlines which
14588         confuses the overlap removal algorithm of fontforge.
14589
14590         * mf/feta-bolletjes.mf (draw_slash): Fix shape to avoid curves with
14591         inflections.
14592         (draw_cross): Fix shape to have uniform thickness in corners.
14593
14594         * mf/feta-pendaal.mf (draw_pedal_P): Break shape into smaller pieces
14595         to avoid an uneven number of self-intersections; this confuses
14596         fontforge.
14597         Fix a slight bug in the shape at left bottom (which is visible only
14598         at high magnifications).
14599         `Center' the stem horizontally to avoid overlapping.
14600
14601 2005-01-24  Werner Lemberg  <wl@gnu.org>
14602
14603         * mf/feta-autometric.mf (fet_beginfont): Set font_coding_scheme
14604         to `asis'.
14605         (fet_begingroup): Save group name in string `feta_group'.
14606         (fet_endgroup): Updated.
14607         (fet_beginchar): Emit `glyph_name' special for mf2pt1.
14608
14609         * mf/feta-bolletjes.mf: s/p/pat/ for paths.
14610
14611         * mf/feta-pendaal.mf ("Pedal asterisk"): Add workaround for bug
14612         in metapost.
14613
14614 2005-01-24  Graham Percival  <gperlist@shaw.ca>
14615
14616         * Documentation/user/notation.itely: really minor editing.
14617
14618 2005-01-22  Graham Percival  <gperlist@shaw.ca>
14619
14620         * Documentation/user/examples.itely: minor editing.
14621
14622         * Documentation/user/changing-defaults.itely: minor editing.
14623
14624         * Documentation/user/notation.itely: clarified info on polyphony
14625         and \addlyrics.
14626
14627 2005-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
14628
14629         * scm/output-gnome.scm: 
14630         * scm/output-svg.scm:
14631         * scm/lily-library.scm (font-name-style): Update font name
14632         kludging for fontconfig use.
14633
14634 2005-01-20  Erlend Aasland  <erlenda@gmail.com>
14635
14636         * scm/define-markup-commands.scm: Document right-align and
14637         larger markup commands. Remove "TODO" from the topmost comment
14638         "each markup function should have a doc string." More consistent
14639         use of new-lines.
14640
14641 2005-01-22  Graham Percival  <gperlist@shaw.ca>
14642
14643         * Documentation/user/changing-defaults: removed info about
14644         copyright symbol, since it's likely to change soon.
14645         Added info about betweensystemspace.
14646
14647         * Documentation/user/notation.itely: minor fixes.
14648
14649         * Documentation/user/lilypond.tely,
14650         Documentation/user/music-glossary.tely: changed copyright
14651         date to 2005 instead of 2004.
14652
14653         * input/test/volta-chord-names.ly: added old example back.
14654
14655 2005-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14656
14657         * mf/feta-beugel.mf: use design size 20 (not 15).
14658
14659         * mf/aybabtu.pe.in: scale brace fonts to design sizes.
14660         change name to aybabtu completely
14661
14662 2005-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14663
14664         * buildscripts/gen-emmentaler-scripts.py (outdir): add
14665         design_size to fontname
14666
14667 2005-01-19  Werner Lemberg  <wl@gnu.org>
14668
14669         * mf/feta-accordion.mf, mf/feta-klef.mf, mf/feta-pendaal.mf,
14670         mf/feta-schrift.mf: s/p/pat/ if a path variable.
14671
14672         * mf/feta-autometric.mf (set_char_box): Add code which emits
14673         specials for mf2pt1 if run with metapost.
14674         (to_bp): New macro for mf2pt1.
14675
14676 2005-01-18  Graham Percival  <gperlist@shaw.ca>
14677
14678         * Documentation/user/changing-defaults: added info on
14679         creating a copyright symbol.
14680
14681 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14682
14683         * VERSION: release 2.5.9
14684         
14685 2005-01-18  Erlend Aasland  <erlenda@gmail.com>
14686
14687         * scm/auto-beam.scm: Simplify score-override-auto-beam-setting
14688
14689         * Documentation/user/notation.itely: Document
14690         score-override-auto-beam-setting Fix documentation for
14691         revert-auto-beam-setting.
14692
14693 2005-01-18  Werner Lemberg  <wl@gnu.org>
14694
14695         * scm/framework-ps.scm (ps-embed-cff): Fix DSC comments.
14696         (procset): New function to define a procset resource.
14697         (ps-embed-pfa): New function to define a font resource.
14698         (setup): New function to define a `Setup' environment.
14699         (preamble): Use new functions.
14700
14701         * ps/lilypond.defs (init-lilypond-parameters): New function to
14702         get rid of directly executed PS code.  Used in scm/framework-ps.scm.
14703
14704 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14705
14706         * mf/GNUmakefile (MFTRACE_FLAGS): add --no-afm to MFTRACE_FLAGS
14707
14708 2005-01-17  Erlend Aasland  <erlenda@gmail.com>
14709
14710         * scm/define-markup-commands.scm: Change number->markletter-string
14711         to take two arguments (vector number). Add number->mark-alphabet-vector
14712         and markalphabet markup command.
14713
14714         * scm/translation-functions.scm: Add format-mark-box-alphabet,
14715         format-mark-alphabet, format-mark-box-barnumbers and
14716         format-mark-barnumbers. Fix bug in format-mark-box-numbers.
14717
14718 2005-01-17  Graham Percival  <gperlist@shaw.ca>
14719
14720         * Documentation/user/examples.itely: add SATB automatic piano
14721         reduction template.
14722
14723         * Documentation/user/notation.itely: added info about changing
14724         partcombine texts.  Also adds examples of alternate lyrics.
14725
14726         * Documentation/user/changing-defaults.itely: added warning
14727         about \RemoveEmptyStaffContext overriding previous changes.
14728
14729 2005-01-17  Werner Lemberg  <wl@gnu.org>
14730
14731         * buildscripts/mf-to-table.py: Use `FetaAlphabetEncoding' for
14732         feta-alphabet*.
14733
14734 2005-01-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14735
14736         * python/lilylib.py (make_ps_images): don't do final showpage for
14737         multi-page documents.
14738         
14739         * VERSION (MY_PATCH_LEVEL): release 2.5.8
14740
14741 2005-01-16  Graham Percival  <gperlist@shaw.ca>
14742
14743         * Documentation/user/lilypond.tely: changed order of appendices;
14744         unified index should be last.
14745
14746         * Documentation/user/notation.itely: add example of key signatures
14747         and info about Staff.printKeyCancellation.
14748
14749 2005-01-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14750
14751         * lily/include/repeated-music.hh (class Repeated_music): change
14752         into "namespace" class.
14753
14754         * lily/event.cc: remove Key_change_event.
14755
14756         * lily/include/transposed-music.hh (class Transposed_music): remove.
14757
14758         * lily/transposed-music.cc: remove
14759
14760         * lily/include/relative-music.hh: remove.
14761
14762         * lily/include/music-sequence.hh (struct Music_sequence): change
14763         into "namespace" class.
14764
14765         * lily/untransposable-music.cc (Module): remove
14766
14767         * lily/include/un-relativable-music.hh (Module): remove
14768
14769         * lily/include/untransposable-music.hh (Module): remove
14770
14771         * lily/include/music-list.hh (Module): remove file
14772
14773         * lily/un-relativable-music.cc: remove file.
14774
14775 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
14776
14777         * lily/parser.yy: Compile fix.
14778
14779 2005-01-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14780
14781         * lily/include/music.hh (class Music): unvirtualize transpose().
14782
14783         * lily/sequential-music.cc: remove file.
14784
14785         * lily/include/lyric-combine-music.hh ("music.hh"): remove file.
14786
14787         * lily/slur-scoring.cc (get_best_curve): only switch on
14788         DEBUG_SLUR_SCORING for non NDEBUG builds.
14789
14790         * lily/include/music.hh (class Music): replace Music::start_mom()
14791         by start-callback property
14792
14793         * lily/include/grace-music.hh: remove file. 
14794
14795         * lily/stem.cc (height): robustness fix.
14796
14797         * lily/time-scaled-music.cc: remove file.
14798
14799         * lily/include/music.hh (class Music): include SCM init argument.
14800         (class Music): replace Music::get_length() virtual by
14801         length-callback property everywhere.
14802
14803         * scripts/convert-ly.py (conv): add  # to \property scalar value.
14804
14805         * mf/GNUmakefile: don't install *list.ly
14806
14807 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
14808
14809         * mf/GNUmakefile (CFF_FILES): Bugfix: only big cheeses and braces.
14810
14811 2005-01-12  Werner Lemberg  <wl@gnu.org>
14812
14813         This patch addresses the following problems in the feta sources
14814         files which contribute to the fetaXX fonts.
14815
14816         . Many fixes for rasterization at low resolutions (consistent use of
14817           `vround' and `hround', integer shift values for paths, applying
14818           `eps' for mirrored paths, use of `define_whole_pixels' and
14819           friends, etc.) -- while this probably looks like a waste of time
14820           it has revealed deficiencies in some glyph shapes.  See comment at
14821           the end of feta-params.mf how vertical symmetry is achieved.
14822
14823         . The `---' operator has been replaced everywhere with `--'; this
14824           both improves and considerably reduces the font size after
14825           conversion with mf2pt1.
14826
14827         These change aren't explicitly mentioned below since virtually all
14828         glyphs are affected.
14829
14830         Other notable differences:
14831
14832         . Glyphs from feta-accordion.mf now have charboxes around the
14833           outline.
14834
14835         . Fixed incorrect charbox for `accDot'.
14836
14837         . The `rcomma' and `lcomma' glyphs were distorted due to a typo.
14838
14839         . Fixed position of the bow in the `upprall' glyph and its siblings.
14840
14841         . The bulb size in the `2/2 meter' and `4/4 meter' glyphs is now
14842           dependent on the staff line thickness to avoid touching the middle
14843           staff line at smaller sizes.
14844
14845         . Largely extended output for feta-testXX: Where useful, glyphs
14846         are shown both between and on staff lines.
14847
14848
14849         * mf/feta-params.mf (staff_space_rounded,
14850         stafflinethickness_rounded, linethickness_rounded,
14851         ledgerlinethickness_rounded, stemthickness_rounded): New variables.
14852         Update all code which uses them where appropriate.
14853         (feta_eps, feta_shift, feta_space_shift, feta_offset, feta_fillpen):
14854         New variables used to control rasterization at low resolutions.  Set
14855         to zero if feta code is processed with metapost.
14856
14857         * mf/feta-macros.mf (draw_staff, draw_staff_outline): Updated.
14858         (draw_rounded_block, draw_square_block): Updated to use `--' only.
14859         (flare_path): Updated.
14860         Make it work with `filldraw' (but only circular pens).
14861         (hfloor, vfloor, hceiling, vceiling): New macros.
14862
14863         * mf/feta-accordion.mf ("accDiscant", "accFreebase", "accStdbase"):
14864         Use `draw' again in mf mode to have good pixel dropout control.
14865         Fix intersection points of horizontal lines with circle.
14866         ("accDot"): Fix parameters for set_char_box.
14867         ("accOldEE"): Use `draw' again in mf mode to have good pixel dropout
14868         control.
14869
14870         * mf/feta-banier.mf: Updated.
14871
14872         * mf/feta-bolletjes.mf (remember_pic): New variable, used for
14873         testing.
14874         (undraw_inside_ellipse): Remove `center' argument.  Update all
14875         callers.
14876         (draw_brevis): New macro, called by "Brevis notehead".
14877         (draw_whole_triangle_head): New macro, called by "Whole
14878         trianglehead".
14879         (draw_small_triangle_head): Use `filldraw'.
14880
14881         * mf/feta-eindelijk.mf: Remove useless global group.
14882         Updated.
14883
14884         * mf/feta-klef.mf (draw_c_clef): Correct point positions for using
14885         `filldraw'.
14886
14887         * mf/feta-pendaal.mf: Updated.
14888
14889         * mf/feta-puntje.mf: Updated.
14890
14891         * mf/feta-schrift.mf (draw_very_long_fermata): Simplified to use
14892         less points.
14893         ("Flageolet"): Use `draw' again in mf mode to have good pixel
14894         dropout control.
14895         ("Varied Coda"): Use `draw_block'.
14896         (draw_comma): Fix typo.
14897         (draw_arpeggio_arrow): Use `draw' also in mf mode to have good
14898         pixel dropout control.
14899
14900         * mf/feta-slag.mf ("upprall", "downprall", "lineprall"): Fix start
14901         position of bow.
14902
14903         * mf/feta-timesig.mf (draw_C): Reduce bulb size for smaller design
14904         sizes.
14905
14906         * mf/feta-toevallig.mf (remember_pic): New variable, used for
14907         testing.
14908         (draw_meta_sharp): Much simplified.
14909         ("Sharp", "1/2 Sharp", "3/4 Sharp"): Don't rotate but shift.
14910
14911         * mf/feta-test-generic.mf: Include all files as in feta-generic.mf.
14912
14913 2005-01-13  Mats Bengtsson  <mabe@s3.kth.se>
14914
14915         * Documentation/user/notation.itely (Ancient rests): Fix typo
14916         (thanks Anthony)
14917
14918 2005-01-13  Jan Nieuwenhuizen  <janneke@gnu.org>
14919
14920         * scm/auto-beam.scm (score-override-auto-beam-setting): New function.
14921
14922         * lily/main.cc (setup_paths): Add cff.
14923
14924         * mf/GNUmakefile (foe): Include actual target %.cff.
14925         (INSTALLATION_OUT_SUFFIXES): Install CFF and SVG fonts too.
14926
14927 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14928
14929         * lily/include/lily-lexer.hh (class Lily_lexer): lose hungarian _b
14930         suffix for main_input_b_.
14931
14932         * scm/music-functions.scm (toplevel-music-functions):
14933         precompute music lengths for music expressions.  
14934
14935 2005-01-11  Nicolas Sceaux  <nicolas.sceaux@free.fr>
14936
14937         * lily/include/input.hh (class Input): new `end_' slot for end of
14938         input. Renamed defined_str0_ to start_.
14939
14940         * lily/input.cc (Input): Add Input::Input (Input const &) and
14941         remove Input::Input (Source_file*, char const *). Use the new
14942         slots.
14943         (set_location): method used by bison to propagate input
14944         locations (YYLLOC_DEFAULT).
14945         (end_line_number, end_column_number, step_forward): new methods
14946         
14947         * lily/input-scheme.cc (ly:input-both-locations): new function,
14948         similar to ly:input-location, but also return the end line and
14949         column.
14950
14951         * lily/include/includable-lexer.hh: 
14952         * lily/includable-lexer.cc: 
14953         * lily/include/lily-lexer.hh (class Lily_lexer): 
14954         * lily/lily-lexer.cc (add_lexed_char): Move add_lexed_char from
14955         Includable_lexer to Lily_lexer, in order to update lexloc (the
14956         yylloc), a new slot of Lily_lexer.
14957         (here_input, LexerError): simplify by using the lexloc slot (aka
14958         yylloc)
14959
14960         * lily/lexer.ll: #define yylloc to use input locations (it may
14961         be useless here?). Fixed the #embedded_scm rule (step the location
14962         forward in order to skip the sharp sign before parsing the scheme
14963         expression)
14964
14965         * lily/include/lily-parser.hh (class Lily_parser): 
14966         * lily/lily-parser.cc: Remove push_spot(), pop_spot() and
14967         here_input()
14968         (parser_error): overload for more precise locations of errors.
14969
14970         * lily/parser.yy (YYLTYPE): set location type to Input
14971         (YYLLOC_DEFAULT): use Input::set_location()
14972         (yylex): add the YYLTYPE* location parameter.
14973         Clean push_spot()/pop_spot()/here_input(), and use @$, @1, etc.
14974         Give an Input parameter to THIS->parser-error() for more accurate
14975         messages.
14976
14977 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14978
14979         * stepmake/aclocal.m4: do NDEBUG for optimizing builds.
14980
14981         * lily/include/beam.hh (DEBUG_QUANTING): performance: only switch
14982         on BEAMQUANTING for non-NDEBUG builds.
14983
14984         * lily/stem.cc (head_count): performance: avoid String::String()
14985         inside oft called function.
14986
14987 2005-01-09  Graham Percival  <gperlist@shaw.ca>
14988
14989         * Documentation/user/examles.itely: attempted fix for broken
14990         string quartet template.
14991
14992         * Documentation/user/notation.itely: remove unnecessary broken
14993         link.
14994
14995 2005-01-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14996
14997         * VERSION (PACKAGE_NAME): release 2.5.7
14998
14999 2005-01-09  Jan Nieuwenhuizen  <janneke@gnu.org>
15000
15001         * config.make.in (METAFONT): Append -progname=mf, fixes use with
15002         mf-nowin for teTeX-3.0.  Backportme.
15003
15004         * scm/output-svg.scm (utf8-string): New function.
15005
15006         * scm/output-gnome.scm (utf8-string): New function.
15007         (otf-name-mangling): Remove.
15008
15009         * lily/pango-font.cc (Pango_font): Use font string iso font
15010         filename for utf8-text.
15011
15012         * buildscripts/gen-emmentaler-scripts.py: Remove designsize from
15013         name.
15014
15015 2005-01-08  Graham Percival  <gperlist@shaw.ca>
15016
15017         * Documentation/user/notation.itely: add info about
15018         Staff.extraNatural = ##f in Pitches section.  Also
15019         fixed some minor issues in the Vocal music section.
15020
15021 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15022
15023         * scm/output-ps.scm (white-text): comment out Helvetica font,
15024         which is broken for my GS install.
15025
15026         * lily/pango-font.cc (pango_item_string_stencil): use ink_rect,
15027         which provides a tighter bbox.
15028
15029         * scm/define-grobs.scm (all-grob-descriptions): remove all
15030         extra-offsets from definitions.
15031
15032 2005-01-08  Erlend Aasland  <erlenda@gmail.com>
15033
15034         * scm/output-lib.scm: Rename guitar-tunings to guitar-tuning and
15035         add tuning for 4-string bass and some common 4/5-string banjo
15036         tunings.  New function (four-string-banjo) turns a 5-string tuning
15037         into a 4-string tuning.  New function
15038         (fret-number-tablature-format-banjo) computes correct fret numbers
15039         on 5-string banjos.
15040
15041         * ly/engraver-init.ly: Default stringTunings = #guitar-tuning
15042         Add beam correction to TabVoice.
15043
15044         * scm/define-grobs.scm: Adjust notehead offset. Print fret numbers
15045         using bold font; makes tabs more readable.
15046
15047 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15048
15049         * lily/font-select.cc (get_font_by_design_size): don't make
15050         Modified_font_metric; this causes trouble, since we don't know the
15051         font magnification from inside Pango_font::text_stencil()
15052
15053         * lily/all-font-metrics.cc (find_pango_font): take magnification argument.
15054
15055         * Documentation/user/notation.itely (The Lyrics context): comment out
15056         broken {Small ensembles} link.
15057
15058         * scm/framework-svg.scm (output-framework): change calling convention.
15059
15060         * lily/object-key-dumper-scheme.cc: new file.
15061
15062         * lily/object-key-undumper-scheme.cc: new file.
15063
15064         * lily/tweak-registration-scheme.cc: new file.
15065
15066         * lily/pango-select.cc (symbol_to_pango_variant): init local variable.
15067
15068         * Documentation/user/examples.itely (String quartet): uncomment
15069         broken example.
15070
15071         * lily/font-config.cc: new file.
15072
15073 2005-01-08  Jan Nieuwenhuizen  <janneke@gnu.org>
15074
15075         * scm/output-svg.scm: 
15076         * scm/output-gnome.scm: s/bigcheese/emmentaler.
15077
15078         * lily/score-engraver.cc (MUSIC_FONT): Use emmentaler20.
15079
15080 2005-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
15081
15082         * lily/general-scheme.cc (LY_DEFINE): Use snprintf (WAS: sprintf).
15083         Add headers.
15084
15085         * lily/GNUmakefile (general-scheme.o): Add version.hh dependency.
15086
15087 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15088
15089         * mf/GNUmakefile (debian-mirror): rename bigcheese to emmentaler.
15090
15091         * lily/include/main.hh: lose _b hungarian suffixes for global
15092         variables.
15093
15094         * lily/include/lily-guile-macros.hh: new file.
15095
15096         * lily/pango-select-scheme.cc (LY_DEFINE): new file.
15097
15098         * lily/general-scheme.cc: new file. 
15099
15100         * lily/font-select.cc (get_font_by_design_size): retrieve
15101         PangoFont for (designsize . "pango-descr") entries.
15102
15103         * lily/lily-parser-scheme.cc: new file.
15104
15105         * lily/output-def-scheme.cc: new file.
15106
15107         * lily/paper-book-scheme.cc: new file.
15108
15109         * lily/duration-scheme.cc (LY_DEFINE): new file.
15110
15111         * lily/pitch-scheme.cc:  new file.
15112
15113         * scm/font.scm (add-cmr-fonts): use real dimens in font selection.
15114
15115 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15116
15117         * lily/dimensions.cc (LY_DEFINE): add ly:{inch,cm,mm,bp,pt}.
15118
15119 2005-01-06  Graham Percival  <gperlist@shaw.ca>
15120
15121         * Documentation/user/notation.itely: minor editing.
15122
15123         * Documentation/user/changing-defaults: minor editing.
15124
15125         * Documentation/user/examples.itely: add template for
15126         string quartet part extraction; demonstrates tag.
15127
15128 2005-01-06  Erlend Aasland  <erlenda@gmail.com>
15129
15130         * Documentation/user/notation.itely: documents
15131         format-mark-box-letters and format-mark-box-numbers
15132
15133         * scm/define-context-properties.scm: change comment.
15134
15135 2005-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15136
15137         * scm/framework-ps.scm (output-classic-framework): new function:
15138         dump systems as separate .eps files (without fonts) and write a
15139         single collecting .tex file.
15140
15141 2005-01-05  Mats Bengtsson  <mabe@s3.kth.se>
15142
15143         * Documentation/user/notation.itely (Setting simple songs):
15144         Correct several errors in the equivalent formulation of
15145         \addlyrics. 
15146         (The Lyrics context): Corrected link to the SATB example.
15147
15148 2005-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15149
15150         * scm/lily.scm (completize-formats): new function
15151         (postprocess-output): new function
15152
15153         * lily/paper-book.cc (classic_output): change calling
15154         convention. Give basename as first argument. 
15155         remove Paper_book::post_processing().
15156
15157         * lily/lily-guile.cc (LY_DEFINE): ly:output-backend, new function.
15158
15159 2005-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15160
15161         * lily/paper-outputter.cc (LY_DEFINE): new function
15162         ly:outputter-close.
15163
15164         * lily/main.cc: change --format,-f to --backend,-b
15165
15166         * lily/include/main.hh: rename format to backend.
15167
15168         * scm/translation-functions.scm (format-mark-box-numbers): add.
15169         patch by Erlend Aasland
15170
15171 2005-01-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15172
15173         * lily/pango-font.cc (text_stencil): dump string as
15174         (utf-8-string FONTDESC UTF8) for use in -f gnome, -f svg.
15175
15176 2005-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
15177
15178         * configure.in (gui_b): Remove handy developer-only
15179         PKG_CONFIG_PATH settings that cater for Jan-and-Han-Wen ~/usr/pkg/
15180         CVS source installations (but break other non-default but correct
15181         PKG_CONFIG_PATH setups), as this is no longer developer-only.
15182
15183         * SConstruct: 
15184         * ps/GNUmakefile (INSTALLATION_FILES): teTeX-3.0
15185         compatibility (backportme).
15186
15187         * GNUmakefile.in: teTeX-3.0 compatibility (backportme).
15188
15189 2005-01-03  Werner Lemberg  <wl@gnu.org>
15190
15191         Prepare glyph shapes for mf2pt1 conversion.
15192
15193         * mf/feta-accordion.mf (accreg_pen): Removed.  No longer used.
15194         (accDiscant, accFreebase, accStdbase): Replace `draw' with
15195         `penstroke'.
15196         (accDot): Use `drawdot'.
15197         (accBayanbase): Replace `draw' with `draw_gridline'.
15198         (print_penpos): Moved to feta-macros.mf.
15199         (accOldEE): Replace `filldraw' with `penstroke'.
15200         Replace `draw' with `penstroke' and `drawdot'.
15201
15202         * mf/feta-banier.mf: Code clean-up.
15203         ("grace dash (up)", "grace dash (down)"): Replace `draw' with
15204         `fill'.
15205
15206         * mf/feta-bolletjes (draw_cross): Remove call to `labels'.
15207
15208         * mf/feta-eindelijk.mf (draw_rest_bulb, draw_eigth_rest): Add
15209         paremeter to control drawing of labels.  Update all callers.
15210
15211         * mf/feta-klef.mf (draw_c_clef): Use `&' not `..' to connect paths.
15212         (new_bulb): Return a bulb as a single path.  To do that, it now
15213         takes some more parameters.  Updated all callers.
15214         (draw_gclef): Major clean-up.  `draw' has been replaced with
15215         `penstroke', unnecessary outlines have been removed.
15216         Remove (unused) gnome-canvas code.
15217
15218         * mf/feta-macros.mf (print_penpos): New macro (from
15219         feta-accordion.mf).
15220         Other minor fixes.
15221
15222         * mf/feta-pendaal.mf ("Pedal asterisk"): Use `undrawdot'.
15223         ("Pedal dot"): Use `drawdot'.
15224         (draw_pedal_P): Add parameter to control drawing of labels.  Update
15225         all callers.
15226         Fix shape at top.
15227         (draw_pedal_e): Add parameter to control drawing of labels.  Update
15228         all callers.
15229         (draw_pedal_d): Add parameter to control drawing of labels.  Update
15230         all callers.
15231         Revert drawing direction.
15232
15233         * mf/feta-schrift.mf (draw_fermata): Use single path.
15234         (draw_short_fermata): Replace `filldraw' with `fill'.
15235         (draw_long_fermata, draw_very_long_fermata): Replace calls to
15236         `draw_rounded_block' with a single path.
15237         ("Thumb"): Draw full circle instead of mirroring segments.
15238         (draw_accent): New macro.
15239         ("> accent", "espr"): Use it.
15240         (draw_marcato): Replace `filldraw' and `draw' with `fill'.
15241         ("open (unstopped)"): Draw full circle instead of mirroring
15242         segments.
15243         (draw_vee): Removed.
15244         ("Upbow"): Use `draw_accent' instead of `draw_vee'.
15245         ("Downbow"): Replace calls to `draw_rounded_block' with a single
15246         path.
15247         ("Trill (`tr')"): Replace overlapping loop drawn with `draw' with
15248         partial pieces drawn with `fill' -- these do still overlap with the
15249         stem of the `t' but just once, not multiple times so that fontforge
15250         can handle it gracefully.
15251         Change other parts of the glyph so that fontforge's overlapping
15252         algorithm reliably works.
15253         (draw_heel): Replace `draw' with `fill'.
15254         (draw_toe): Use `draw_accent' instead of `draw_vee'.
15255         ("Flageolet"): Replace `draw' with `penstroke'.
15256         ("Segno"): Replace `filldraw' with `penstroke'.
15257         Replace `draw' with `drawdot'.
15258         ("Coda"): Replace `fill' with `penstroke', using a single path.
15259         ("Varied Coda"): Use less overlapping paths.
15260         (draw_arpeggio_arrow): Replace `filldraw' with `fill', using a
15261         single path.
15262
15263         * mf/feta-slag.mf (draw_trillelement): Put `clearxy' outside of
15264         group to better control the `labels' command.
15265         Rename argument to `offset' and use it actually.  Update all
15266         callers.
15267         Replace `filldraw' with `fill'.
15268         ("mordent", "prallmordent", "upmordent", "downmordent",
15269         "lineprall"): Replace `draw' with `draw_gridline'.
15270         ("upprall", "downprall"): Replace `draw' with `fill'.
15271
15272         * mf/feta-timesig.mf: Formatting.
15273
15274         * mf feta-toevallig.mf (draw_meta_flag): Move code to draw labels
15275         to...
15276         ("Flat"): Here.
15277         (draw_paren): Move code to draw labels to...
15278         ("Right Parenthesis"): Here.
15279
15280 2005-01-02  Graham Percival <gperlist@shaw.ca>
15281
15282         * Documentation/user/notation.itely: add example of \setTextDecresc
15283         and \setTextDim.
15284
15285 2005-01-02  Tatsuya Ono <tats_ono@infoseek.jp>
15286
15287         * scm/define-markup-commands.scm :  fix glyph-strings of
15288         accidentals and \note-by-number
15289
15290 2005-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15291
15292         * VERSION: 2.5.6 released.
15293         
15294         * ps/lilyponddefs.ps: put mm -> pt scaling in here.
15295
15296         * input/regression/new-markup-scheme.ly: oops. font-family=music
15297         -> font-encoding fetaMusic.  
15298
15299         * lily/main.cc: put default to PS.
15300
15301         * lily/tfm.cc: idem.
15302
15303         * lily/afm.cc: idem.
15304
15305         * lily/include/modified-font-metric.hh (struct
15306         Modified_font_metric): remove coding_scheme() method.
15307
15308         * input/mutopia/F.Schubert/morgenlied.ly: convert to utf8
15309
15310         * scripts/convert-ly.py (conv): crash on encountering \encoding.
15311
15312         * input/les-nereides.ly: convert to utf8
15313
15314         * lily/modified-font-metric.cc (text_dimension): idem.
15315
15316         * lily/parser.yy (TODO): idem.
15317
15318         * lily/include/lily-lexer.hh (class Lily_lexer): idem.
15319
15320         * lily/lexer.ll: remove encoding
15321
15322         * scm/framework-ps.scm (output-variables): separately scale the
15323         page to mm 
15324
15325         * lily/pango-font.cc (Pango_font): fix scaling.
15326
15327         * lily/font-metric.cc (design_size): design_size returns a
15328         dimension now as well.
15329
15330 2004-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15331
15332         * mf/GNUmakefile ($(outdir)/%.otf-table): use findstring. Fixes
15333         brace generation. 
15334
15335         * lily/text-metrics.cc (LY_DEFINE): use scm_c_make_hash_table().
15336
15337 2004-12-30  Jan Nieuwenhuizen  <janneke@gnu.org>
15338
15339         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Do not try to
15340         install unbuildable Fontmap and Fontmap.lily (Simon Aridis-Lang).
15341
15342 2004-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15343
15344         * mf/GNUmakefile ($(outdir)/%.otf-table): include parmesan20.lisp
15345         in first run as well.
15346
15347         * scm/paper.scm (layout-set-staff-size): use text-font-size in
15348         dimension less points (ie. 12 = 12 point)
15349
15350         * lily/pango-select.cc (select_pango_font): use find_scaled_font().
15351
15352         * lily/all-font-metrics.cc (find_pango_font): set description_
15353
15354         * lily/pango-font.cc (text_stencil): export size as well.
15355         (text_stencil): fix scaling and extents box.
15356
15357 2004-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15358
15359         * Documentation/topdocs/NEWS.texi (Top): add -f texstr
15360
15361         * Documentation/user/invoking.itely (Invoking lilypond): document
15362         texstr
15363
15364         * scripts/convert-ly.py (conv): add ancient rules.
15365
15366         * scm/clef.scm (c0-pitch-alist): replace - with .
15367
15368         * scripts/lilypond-book.py (process_snippets): add texstr support.
15369
15370         * scm/framework-texstr.scm (header): change extension to .textmetrics
15371
15372         * lily/lily-parser.cc (parse_file): do try_load_text_metrics for
15373         -f tex.
15374
15375         * lily/text-metrics.cc: new file.
15376         (try_load_text_metrics): new function
15377
15378         * lily/include/text-metrics.hh: new file.
15379
15380 2004-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15381
15382         * lily/include/lily-guile.hh (ly_lily_module_constant): rename
15383         ly_scheme_function to ly_lily_module_constant.
15384
15385         * lily/modified-font-metric.cc (text_dimension): try
15386         lookup_tex_text_dimension() first.
15387
15388         * lily/tfm.cc: new function ly:load-text-dimensions
15389
15390 2004-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15391
15392         * scm/output-texstr.scm (text): use \lilygetmetrics
15393
15394         * scm/framework-texstr.scm (header): dump in new format.
15395
15396         * tex/lilypond-tex-metrics: new file.
15397         
15398 2004-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
15399
15400         * lily/pango-font.cc (text_stencil): Quick try at glyph->charcode
15401         mapping.
15402         (index_to_charcode): New method.
15403
15404         * scm/output-ps.scm (glyph-string): 
15405         * scm/output-gnome.scm (glyph-string): Add FONT parameter.
15406
15407 2004-12-26  Jan Nieuwenhuizen  <janneke@gnu.org>
15408
15409         * scm/output-gnome.scm (FIXME-glyph-string): New function.  Cannot
15410         implement fully, need FONT to get to charcode.
15411
15412         * scm/lily.scm (ly:all-stencil-expressions): Add glyph-string.
15413
15414         * scm: Cleanups.
15415
15416         * Documentation/user/changing-defaults.itely: Fix internalsrefs
15417         {Tunable context properties},
15418         {All layout objects},
15419         {Music definitions}.
15420
15421 2004-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15422
15423         * VERSION: release 2.5.5
15424         
15425         * lily/main.cc: use TeX as default output format.
15426
15427         * flower/file-path.cc (find): try to open directly as well, so we
15428         find absolute path files. 
15429
15430         * lily/pango-select.cc: new file.
15431
15432         * scm/framework-ps.scm: remove all encoding code. 
15433         load pfb/pfa for PangoFont too.
15434         
15435         * lily/lily-guile.cc (ly_chain_assoc_get): new function.
15436
15437 2004-12-22  Werner Lemberg  <wl@gnu.org>
15438
15439         Prepare glyph shapes for mf2pt1 conversion.
15440
15441         * mf/feta-toevallig.mf ("Double Sharp"): Minor path fix.
15442
15443         * mf/feta-bolletjes.mf (penposx): New auxiliary macro.
15444         (define_triangle_shape): Use it to replace `draw' with `fill' and
15445         `unfill'.  Update all callers.
15446         (draw_slash): Replace `filldraw' with `fill'.  Update all callers.
15447         (draw_cross): Ditto.
15448         ("X-Circled notehead"): Replace `draw' with `fill' and `unfill'.
15449         Use penrazor for better conversion with mf2pt1.
15450         (generic_draw_solfa_note_shape, draw_solfa_note_shape,
15451         draw_solfa_quarter_note_shape, triangle): Removed.  Unused.
15452         (draw_do_head, draw_re_head, draw_mi_head, draw_fa_head,
15453         draw_la_head, draw_ti_head): Replace `filldraw' with
15454         `fill'.  Update all callers.
15455
15456 2004-12-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15457
15458         * lily/paper-book.cc (output): revert: only allow a single output
15459         format.
15460
15461         * lily/include/pango-font.hh: new file.
15462
15463         * lily/pango-font.cc: new file.
15464
15465         * lily/font-metric.cc (text_stencil): new routine
15466
15467         * lily/all-font-metrics.cc (find_pango_font): new routine.
15468
15469         * lily/include/font-metric.hh (struct Font_metric): add
15470         text_stencil()
15471
15472         * configure.in (PKG_CONFIG_PATH): require PANGO_FT2
15473
15474 2004-12-22  Werner Lemberg  <wl@gnu.org>
15475
15476         Prepare glyph shapes for mf2pt1 conversion.
15477
15478         * mf/feta-macros.mf, mf_feta-eindelijk.mf: Some formatting.
15479
15480         * mf/feta-toevallig.mf: Formatting.
15481         (draw_meta_sharp): Modify path to replace `filldraw' with `fill'.
15482         ("Natural"): Fix paths to allow better postprocessing.
15483         (draw_meta_flat): Use `z3l' as additional point in path to get
15484         better conversion with mf2pt1.
15485         Other minor cleanups.
15486         ("3/4 Flat"): Add auxiliary points and modify path to replace
15487         `draw' with `fill'.
15488         ("Double Sharp"): Mirror path segments instead of picture elements
15489         to get a single outline.
15490         Modify path to replace `filldraw' with `fill'.
15491
15492 2004-12-22  Graham Percival  <gperlist@shaw.ca>
15493
15494         * input/test/unfold-all-repeats.ly: added file back.
15495
15496         * Documentation/user/notation.itely,
15497         Documentation/user/programming-interface.itely
15498         Documentation/user/changing-defaults.itely: fixed misc broken
15499         links to input/test/ files.
15500
15501 2004-12-22  Jan Nieuwenhuizen  <janneke@gnu.org>
15502
15503         * tex/texinfo.tex: Update.  We should not be distributing this,
15504         but since we do, use latest version.
15505
15506         * Documentation/user/macros.itexi: Comment-out \fetaflat,
15507         \fetasharp.  Fixes make web.  FIXME: make usable (compatible?) TeX
15508         macros for feta glyphs.
15509
15510 2004-12-22  Graham Percival  <gperlist@shaw.ca>
15511
15512         * Documentation/user/changing-defaults.itely: fix index for set.
15513
15514         * Documentation/user/converters.itely: added convert-ly bugs list
15515         from CVS.
15516
15517 2004-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
15518
15519         * python/lilylib.py (setup_environment): Set GS_FONTPATH, GS_LIB
15520         to empty.  Fixes make web, using gs-gpl-8.01.  In fact,
15521         gs-afpl-8.50 has more trouble with make web (ie, uses *a lot* more
15522         resourses; 3x MAXSIZE, 4x MAXRSS, 1.5x user).
15523
15524         * mf/GNUmakefile (pfa_warning): Use less broken check.
15525
15526         * python/lilylib.py (setup_environment): Remove cruft from
15527         GS_FONTPATH.
15528
15529         * configure.in: Bump mftrace requirement to 1.1.1.
15530
15531 2004-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
15532
15533         * scm/output-svg.scm (beam): Use polygon.
15534
15535         * scm/lily-library.scm: Bugfix.
15536
15537         * Documentation/user/invoking.itely (Invoking lilypond): Bugfix.
15538
15539         * mf/GNUmakefile (ALL_GEN_FILES): Remove unbuildable Fontmap.lily.
15540
15541 2004-12-19  Werner Lemberg  <wl@gnu.org>
15542
15543         Prepare glyph shapes for mf2pt1 conversion.
15544
15545         * mf/feta-eindelijk: Some formatting.
15546         (multi_rest_x, multi_beam_height): Removed.  Unused.
15547         ("Quarter rest"): Use `intersectiontimes' to create a single
15548         outline.
15549         (rest_crook): Removed.  Unused.
15550         (draw_rest_bulb): Return path (without filling).  Update callers.
15551         Simplified.
15552         (draw_eighth_rest, "16th rest", "32th rest", "64th rest",
15553         "128th rest"): Simplify `pat'.
15554         Create single outline.
15555
15556 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
15557
15558         * mf/GNUmakefile (ALL_GEN_FILES):
15559         (INSTALLATION_OUT_SUFFIXES): Remove unbuildable fonts.scale.
15560
15561         * scm/output-svg.scm (polygon, draw-line, dashed-line): New
15562         function.
15563
15564 2004-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15565
15566         * scm/output-texstr.scm (placebox): add routine
15567
15568         * VERSION (PACKAGE_NAME): release 2.5.4
15569
15570         * scm/framework-texstr.scm (output-framework): new file.  
15571
15572         * scm/output-texstr.scm: new file. Collect (TEXT . ) calls for TeX
15573         processing.
15574
15575         * Documentation/user/invoking.itely (Invoking lilypond): add SVG
15576
15577         * stepmake/stepmake/metafont-rules.make: make single SVG/PFA/PFB
15578         rule.
15579
15580         * configure.in (gui_b): bump mftrace requirement to 1.1.0
15581
15582         * mf/feta-bolletjes.mf (triangle): add s to 0triangle.
15583
15584         * mf/GNUmakefile (ALL_GEN_FILES): make SVG files too.
15585
15586 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
15587
15588         * scm/framework-svg.scm (dump-page): Implement landscape.
15589
15590 2004-12-18  Jan Nieuwenhuizen  <janneke@gnu.org>
15591
15592         * lily/main.cc (setup_paths): Add svg to search path.
15593
15594         * scm/output-svg.scm:
15595         * scm/framework-svg.scm: Add pageSet.  Update.
15596         (dump-fonts): New function.
15597         (output-framework): Use it.
15598
15599         * mf/GNUmakefile: 
15600         * buildscripts/gen-bigcheese-scripts.py: Also generate SVG font.
15601
15602 2004-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15603
15604         * tex/lilyponddefs.tex: comment out new ifpdf code.
15605
15606 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
15607
15608         * GNUmakefile.in: 
15609         * SConstruct (symlink): Replace afm by otf.
15610
15611         * scm/framework-gnome.scm (gnome-main): Remove invocation of
15612         ly:pango-add-afm-decoder.
15613
15614         * lily/lily-guile.cc ("ly:pango-add-afm-decoder"): Build fix: Remove.
15615
15616 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15617
15618         * scm/output-ps.scm (new-text): don't access t glyph for getting
15619         space dimension.
15620
15621         * ly/init.ly: warn about \version
15622
15623         * lily/lexer.ll: set version-seen?
15624
15625 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
15626
15627         * scm/output-svg.scm (string->entities): Update.
15628
15629 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15630
15631         * lily/main.cc (setup_paths): replace afm by otf for path. 
15632
15633         * lily/pangofc-afm-decoder.cc: remove.
15634
15635         * lily/include/pangofc-afm-decoder.hh: remove.
15636
15637         * scm/framework-scm.scm (output-framework): new file.
15638
15639         * mf/GNUmakefile: remove SAUTER_FONTS.
15640         remove SVG/sodipodi hacks.
15641
15642         * scm/lily-library.scm (stderr): move stderr.
15643
15644         * mf/GNUmakefile: remove AFM support.
15645
15646         * buildscripts/mf-to-table.py (base): remove AFM support.
15647
15648         * lily/open-type-font.cc (design_size): use design_size
15649
15650 2004-12-17  Pedro Kroger  <kroeger@pedrokroeger.net>
15651
15652         * lily/font-metric.cc (LY_DEFINE): Fix the docstring.
15653
15654 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
15655
15656         * mf/GNUmakefile: Generate combined aybabtu info.
15657         * mf/aybabtu.pe.in (i): Load it.
15658
15659         * scm/framework-tex.scm (otf-font-load-command): Bugfix: subfonts
15660         are not symbols.
15661
15662         * lily/include/open-type-font.hh (count): New method.
15663
15664         * mf/aybabtu.pe.in: Typo.
15665
15666         * Documentation/user/out/lilypond-internals.nexi (Scheme
15667         functions): Typo.
15668
15669         * lily/include/guile-compatibility.hh (SCM_HASHTABLE_P): Add compat.
15670
15671 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15672
15673         * buildscripts/gen-bigcheese-scripts.py (i): use symbols for
15674         subfonts.
15675
15676         * scm/output-tex.scm (named-glyph): new function. This fixes TeX output.
15677
15678         * scm/framework-tex.scm (otf-font-load-command): load subfonts.
15679         (tex-font-command-raw): new function.
15680
15681         * lily/include/virtual-font-metric.hh (Module): remove file
15682
15683         * lily/virtual-font-metric.cc (Module): remove file.
15684         
15685
15686         * lily/open-type-font.cc (LY_DEFINE): ly:otf-font-glyph-info
15687         (get_indexed_char): read bbox from lily table if present.
15688
15689 2004-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15690
15691         * mf/GNUmakefile ($(outdir)/aybabtu.subfonts): rule for
15692         aybabtu.subfonts
15693
15694         * mf/feta-beugel.mf (y): don't number consecutively, instead, use
15695         global glyphname. Enables more than 64 glyphs in the OTF.
15696
15697 2004-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
15698
15699         * scm/font.scm (add-music-fonts): Load aybabtu iso all separate
15700         braces.
15701
15702         * lily/open-type-font.cc (design_size): Use 12 as default for
15703         design size.
15704
15705         * mf/aybabtu.pe.in: New file.  Merge all our braces.
15706
15707         * mf/GNUmakefile: Generate aybabtu.
15708
15709         * tex/lilyponddefs.tex: teTeX 3.0 pdfetex fix.
15710
15711 2004-12-14  Jan Nieuwenhuizen  <janneke@gnu.org>
15712
15713         * scm/lily-library.scm (char->unicode-index): Remove.
15714
15715         * scm/output-gnome.scm (text): Bugfix for plain string input.
15716         Updates.
15717
15718         * scm/output-svg.scm (svg-font): Add weight to font selection.
15719
15720 2004-12-14  Mats Bengtsson  <mabe@s3.kth.se>
15721
15722         * Documentation/topdocs/INSTALL.texi (Top): Point to
15723         buildscripts/out/clean-fonts instead of
15724         buildscripts/clean-fonts.sh. 
15725
15726 2004-12-13  Graham Percival  <gperlist@shaw.ca>
15727
15728         * input/regression/figured-bass.ly: attempt to clarify text.
15729
15730         * Documentation/user/notation.tely: add cindex for tag, attempt to
15731         add figured bass example.
15732
15733         * Documentation/user/changing-defaults: basic editing.
15734
15735 2004-12-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15736
15737         * buildscripts/gen-bigcheese-scripts.py (i): load .subfonts table. 
15738
15739         * lily/open-type-font.cc (LY_DEFINE): new function
15740         ly:font-sub-fonts
15741
15742         * lily/include/font-metric.hh (struct Font_metric): new method
15743         sub_fonts()
15744
15745         * lily/vaticana-ligature-engraver.cc (transform_heads): replace
15746         . with - in add.stem.
15747         
15748 2004-12-13  Jan Nieuwenhuizen  <janneke@gnu.org>
15749
15750         * scm/encoding.scm (coding-alist): Fix encodings for fetaNumber
15751         and fetaDynamic.
15752
15753         * lily/rest.cc (glyph_name): Change - to . .
15754
15755         * scm/output-gnome.scm (text): Hello world, again.
15756
15757         * scm/output-svg.scm (named-glyph): New function.  Hello world!
15758
15759         * lily/modified-font-metric.cc (index_to_charcode): New method.
15760
15761         * lily/include/font-metric.hh (index_to_charcode): New function.
15762
15763         * lily/font-metric.cc (ly:font-glyph-name-to-charcode): Use it in
15764         new function.
15765         (ly:font-glyph-to-index): Remove.
15766
15767 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15768
15769         * lily/open-type-font.cc (make_index_to_charcode_map): new method.
15770
15771         * mf/feta-autometric.mf (code): remove tex name from fet_beginchar.
15772
15773         * lily/open-type-font.cc (load_scheme_table): new function
15774
15775         * lily/dots.cc (print): replace - 
15776
15777         * lily/open-type-font.cc (attachment_point): new function.
15778         (load_table): read LILC table
15779
15780         * buildscripts/gen-bigcheese-scripts.py (Module): new
15781         file. Generate FF scripts.
15782
15783         * mf/feta-din10.mf: idem.
15784
15785         * mf/feta-nummer10.mf: remove mf files.
15786
15787         * mf/feta-alphabet.mf (dynamic_design_size): merge din and number font.
15788
15789 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
15790
15791         * lily/lily-guile.cc: Use scm_from_locale_stringn.
15792
15793         * lily/include/guile-compatibility.hh (scm_from_locale_stringn): Add
15794         compatibility.
15795
15796 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15797
15798         * lily/open-type-font.cc (get_indexed_char): scale metrics by
15799         design-size and units_per_EM.
15800
15801         * mf/bigcheese.pe.in: set PUA codepoints before loading din & nummer.
15802
15803 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
15804
15805         * mf/bigcheese.pe.in (i): Map to 0xe000 (PUA) for testing, which
15806         does not crash fontforge.
15807
15808         * scm/lily-library.scm (char->unicode-index): Hack to map onto
15809         PUA.
15810
15811 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15812
15813         * scm/framework-ps.scm (ps-embed-cff): new function.
15814
15815         * lily/lily-guile.cc (LY_DEFINE): make ly:gulp-file binary proof.
15816
15817 2004-12-12  Werner Lemberg  <wl@gnu.org>
15818
15819         * mf/bigcheese.pe.in: Add PUA mapping.
15820         Don't create Type 42 but bare CFF font.
15821
15822 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
15823
15824         * scm/output-gnome.scm (placebox): Hackery to get bigcheese symbols
15825         within canvas boundaries.
15826
15827         * mf/merge.pe.in: Set font names, version, license GPL.
15828
15829         * make/substitute.make: Add FONTFORGE.
15830
15831         * config.make.in (FONTFORGE): Add.
15832
15833         * configure.in (gui_b): Use PATH_PROG for fontforge.
15834
15835 2004-12-11  Graham Percival  <gperlist@shaw.ca>
15836
15837         * scm/define-markup-commands.scm: add baseline-skip to info
15838         about \column.
15839
15840 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
15841
15842         * lily/font-metric.cc (ly:font-get-glyph-index): New function.
15843
15844         * scm/output-gnome.scm (named-glyph): Use it.
15845
15846         * scm/lily.scm (ly:all-stencil-expressions): Add named-glyph.
15847
15848         * flower/string.cc (substitute_char): Rename, rewrite, modify this.
15849         (upper_string, lower_string, reverse_string): Remove.
15850
15851         * configure.in (fontforge): Reinstate version check.
15852
15853         * ly/engraver-init.ly: Fix clef glyph names.
15854
15855         * lily/time-signature.cc (special_time_signature): Fix fraction
15856         glyph names.
15857
15858 2004-12-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15859
15860         * mf/merge.pe: new file.
15861
15862         * lily/freetype.cc: new file.
15863
15864         * lily/include/open-type-font.hh (class Open_type_font): new file.
15865
15866         * lily/include/freetype.hh: new file.
15867
15868         * lily/open-type-font.cc: new file.
15869
15870         * lily/all-font-metrics.cc (find_otf): new function.
15871
15872 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
15873
15874         * lily/time-signature.cc (special_time_signature): Fix.
15875
15876         * configure.in (PKG_CONFIG_PATH): Remove stray `i'.  Check for
15877         GTK2 before checking for pango.  Fixes -fgnome.
15878
15879         * lily/font-metric.cc (LY_DEFINE): Also rename C name to match
15880         Scheme name.
15881
15882         * scm/define-markup-commands.scm:
15883         * scm/safe-lily.scm: Bugfix: ly:font-by-name.
15884
15885         * configure.in: Require makeinfo 4.7 (needed for @ifdocbook).
15886
15887         * stepmake/aclocal.m4 (STEPMAKE_GET_VERSION): Grok fontforge-like
15888         date versions.  Fixes configure.
15889         (STEPMAKE_CHECK_VERSION): Support optional actual program version
15890         argument.
15891
15892 2004-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15893
15894         * buildscripts/mf-to-table.py (write_ps_encoding): write real
15895         names in .enc
15896
15897         * lily/*.cc: use '.' iso. '-' for separating glyph name elements.
15898
15899 2004-12-09  Graham Percival  <gperlist@shaw.ca>
15900
15901         * Documentation/user/changing-defaults.itely: add info about
15902         make-dynamic-script
15903
15904         * Documentation/user/notation.itely: add link in dynamics to
15905         section about make-dynamic-script.
15906
15907 2004-12-09  Christian hitz  <chhitz@gmx.net>
15908
15909         * lily/lily-guile.cc: change MACOS_X to __APPLE__
15910
15911 2004-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15912
15913         * buildscripts/mf-to-table.py (parse_logfile): use . for
15914         concatting name and group.
15915         (parse_logfile): use M for Minus (negative.)
15916
15917         * lily/include/type-swallow-translator.hh
15918         (DECLARE_EVENT_SWALLOWER): ENTER_DESCRIPTION -> ADD_TRANSLATOR
15919
15920         * lily/*.cc: cosmetics around = sign.
15921
15922         * lily/paper-column.cc (Paper_column): copy rank_. This fixes
15923         lyric spacing on the penultimate column.
15924
15925 2004-12-05  Christian Hitz  <chhitz@gmx.net>
15926
15927         * configure.in:
15928         * lily/accidental-placement.cc:
15929         * lily/bar-line.cc:
15930         * lily/beam-concave.cc:
15931         * lily/beam-quanting.cc:
15932         * lily/beam.cc:
15933         * lily/bezier-bow.cc:
15934         * lily/bezier.cc:
15935         * lily/break-align-interface.cc:
15936         * lily/custos.cc:
15937         * lily/dimension-cache.cc:
15938         * lily/dot-column.cc:
15939         * lily/font-metric.cc:
15940         * lily/font-select.cc:
15941         * lily/gourlay-breaking.cc:
15942         * lily/grob-property.cc:
15943         * lily/grob.cc:
15944         * lily/lily-guile.cc:
15945         * lily/line-spanner.cc:
15946         * lily/lookup.cc:
15947         * lily/lyric-extender.cc:
15948         * lily/lyric-hyphen.cc:
15949         * lily/mensural-ligature.cc:
15950         * lily/midi-def.cc:
15951         * lily/misc.cc:
15952         * lily/note-collision.cc:
15953         * lily/note-column.cc:
15954         * lily/note-head.cc:
15955         * lily/paper-outputter.cc:
15956         * lily/percent-repeat-item.cc:
15957         * lily/rest-collision.cc:
15958         * lily/side-position-interface.cc:
15959         * lily/simple-spacer.cc:
15960         * lily/slur-configuration.cc:
15961         * lily/slur-scoring.cc:
15962         * lily/slur.cc:
15963         * lily/spaceable-grob.cc:
15964         * lily/spacing-spanner.cc:
15965         * lily/spanner.cc:
15966         * lily/staff-symbol-referencer.cc:
15967         * lily/stem.cc:
15968         * lily/stencil.cc:
15969         * lily/system-start-delimiter.cc:
15970         * lily/system.cc:
15971         * lily/text-item.cc:
15972         * lily/tie.cc:
15973         * lily/tuplet-bracket.cc:
15974         * lily/vaticana-ligature.cc: Fix for MacOS X: use <math.h> instead of
15975         <cmath> beacause isinf/isnan is undefined in <cmath>
15976
15977 2004-12-03  Mats Bengtsson  <mabe@s3.kth.se>
15978
15979         * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond.
15980
15981 2004-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15982
15983         * VERSION: release 2.5.3
15984         
15985 2004-11-29  Arno Waschk <arno@arnowaschk.de>
15986
15987         * mf/feta-schrift.mf: added <>-like articulation mark as "espressivo"
15988
15989 2004-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15990
15991         * scm/music-functions.scm (cue-substitute): voice counts start at 0.
15992
15993         * lily/note-head.cc (internal_print): always try the "s" head if
15994         u/d not found.
15995
15996         * scm/titling.scm (marked-up-headfoot): reinstate default tagline.
15997
15998 2004-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15999
16000         * mf/parmesan-heads.mf (overdone_heads): typos.
16001
16002 2004-11-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
16003
16004         * lily/parser.yy (markup): in markups, { .. } without command
16005         before are also flattened, ie \line must be explicitely used.
16006
16007         * Documentation/user/changing-defaults.itely:
16008         * Documentation/user/notation.itely: 
16009         * input/wilhelmus.ly: 
16010         * input/regression/instrument-name-markup.ly: 
16011         * input/regression/markup-score.ly: 
16012         * input/regression/new-markup-scheme.ly: 
16013         * input/regression/new-markup-syntax.ly: 
16014         * input/test/coriolan-margin.ly: use \line in markups where
16015         appropriate
16016         
16017 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
16018
16019         * scm/new-markup.scm (map-markup-command-list): helper function
16020         used in parser.yy to map markup commands on a markup list.
16021
16022         * lily/parser.yy: get rid off < > in markups by treating { } as
16023         real lists.
16024
16025         * lily/lexer.ll: remove < > from markup lexer mode.
16026
16027         * scripts/convert-ly.py (conv): add rule for converting 
16028         \markup < > to \markup { }
16029
16030         * ly/titling-init.ly: 
16031         * input/test/coriolan-margin.ly: 
16032         * input/regression/new-markup-syntax.ly: 
16033         * input/regression/new-markup-scheme.ly: 
16034         * input/regression/multi-measure-rest-text.ly: 
16035         * input/regression/markup-stack.ly: 
16036         * input/regression/markup-score.ly: 
16037         * input/regression/instrument-name-markup.ly: 
16038         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: 
16039         * input/mutopia/R.Schumann/romanze-op28-2.ly: 
16040         * input/mutopia/J.S.Bach/wtk1-fugue2.ly: 
16041         * input/wilhelmus.ly: 
16042         * Documentation/user/notation.itely: 
16043         * Documentation/user/music-glossary.tely: 
16044         * Documentation/user/changing-defaults.itely: change < > to { } in
16045         markups
16046
16047 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16048
16049         * lily/accidental-placement.cc (position_accidentals): shortcut if
16050         no accidentals to place.
16051
16052 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
16053
16054         * scm/define-grob-properties.scm (all-user-grob-properties): fixed
16055         typo s/ly:dimension ?/ly:dimension?/
16056
16057         * input/regression/lily-in-scheme.ly: 
16058         * input/regression/music-function.ly: 
16059         * ly/spanners-init.ly (assertBeamSlope): 
16060         * scm/music-functions.scm (def-grace-function): add the paper
16061         argument to music function definitions.
16062
16063 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16064
16065         * lily/moment.cc (LY_DEFINE):
16066         ly:moment-main-{denominator,numberator}, new function.
16067
16068         * lily/score-engraver.cc (typeset_all): assign to column on basis
16069         of axis-group-parent-X setting.
16070
16071         * lily/axis-group-engraver.cc (process_acknowledged_grobs): do
16072         add_element() on basis of axis-group-parent-Y setting.
16073
16074         * lily/grob.cc: add axis-group-parent-{XY} properties.
16075
16076         * input/regression/spacing-stick-out.ly: new file.
16077
16078         * lily/simple-spacer.cc (add_columns): use binary search for
16079         setting column rods. Changes O(n^2) to O(n log(n)) for
16080         constructing spacing problem from columns.
16081         (add_columns): read allow-outside-line to make sure no texts stick
16082         out.
16083         (solve): Simple_spacer::is_active() only determines
16084         satisfies_constraints_ for non-ragged typesetting.
16085
16086         * lily/simultaneous-music.cc (to_relative_octave): only set
16087         old_relative_used if return pitch actually changed.
16088
16089         * scm/define-context-properties.scm
16090         (all-user-translation-properties): change to match implementation.
16091
16092         * python/lilylib.py: Replace re.match by re.search and adds "-c
16093         showpage" to the gs command line (Johannes Schindelin)
16094
16095         * scm/framework-ps.scm (output-preview-framework): sanitize bbox
16096         before processing. Prevents crash when inf is in the extent.
16097
16098         * scm/define-markup-commands.scm (note-by-number): add "s" to
16099         "noteheads-" glyphname.
16100  
16101         * lily/parser.yy (Generic_prefix_music): supply parser argument to
16102         music function as well.
16103         
16104 2004-11-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16105
16106         * VERSION: release 2.5.2
16107
16108         * Documentation/user/changing-defaults.itely (Creating titles):
16109         add breakbefore variable.
16110
16111         * lily/paper-book.cc (set_system_penalty): new function. Set
16112         penalty_ based on breakBefore setting
16113
16114         * lily/context-specced-music-iterator.cc (construct_children):
16115         interpret special context id $uniqueContextId 
16116
16117         * lily/context.cc (create_unique_context): new method. Move
16118         creation of unique (\new) contexts into interpreting phase. This
16119         makes
16120
16121           foo= \new Staff ..
16122           << \foo \foo >>
16123
16124         produce 2 staves.
16125         
16126
16127         * scm/define-music-properties.scm (all-music-properties): add
16128         quoted-voice-direction
16129
16130         * ly/music-functions-init.ly: killCues function.
16131
16132         * scm/music-functions.scm (cue-substitute): move creation of voice
16133         contexts further to the back. 
16134
16135 2004-11-25  Werner Lemberg  <wl@gnu.org>
16136
16137         * tex/GNUmakefile ($(outdir)/latin1.enc): Replace `/minus' with
16138         `/hyphen' in encoding vector to get correct glyph name for EC fonts.
16139
16140 2004-11-24  Erik Sandberg  <ersa9195@student.uu.se>
16141
16142         * buildscripts/guile-gnome.sh: Fixed typo.
16143
16144 2004-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16145
16146         * lily/lexer.ll: add < >  to markup lexer mode (backportme)
16147
16148         * scripts/abc2ly.py (dump_slyrics): add ord(). 
16149
16150         * lily/note-heads-engraver.cc (process_music): add shapeNoteStyles
16151         to regular engraver. 
16152
16153 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16154
16155         * mf/feta-bolletjes.mf (triangle): rewrite solfa heads.
16156
16157 2004-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
16158
16159         * scm/define-markup-commands.scm (fill-line): Typo.
16160
16161         * buildscripts/guile-gnome.sh (GGVERSION): Build update for 2.7.96
16162         and newer.
16163
16164 2004-11-22  Erik Sandberg  <ersa9195@student.uu.se>
16165
16166         * ly/dynamic-scripts-init.ly: Fixed typo.
16167
16168 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16169
16170         * mf/feta-bolletjes.mf (overdone_heads): cleanup triangle
16171         note-head, to have different attachment points for up and down.
16172
16173         * mf/feta-bolletjes.mf: merge solfa heads into main note heads.
16174
16175         * mf/feta-generic.mf (else): remove solfa.
16176
16177         * mf/feta-bolletjes.mf (tishape): remove unicode test.
16178
16179         * scm/define-context-properties.scm
16180         (all-user-translation-properties): add shapeNoteStyles property.
16181
16182         * lily/shape-note-heads-engraver.cc (process_music): new file.
16183
16184         * lily/event.cc (transpose): call Event::transpose() for
16185         transposing the tonic.
16186
16187 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
16188
16189         * scm/output-gnome.scm: Save some pointers about pango/fontconfig
16190         Unicode/OpenType and AFM.
16191
16192         * lily/include/guile-compatibility.hh (scm_from_bool): Add.
16193
16194 2004-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16195
16196         * lily/grob.cc (Grob): idem. Plugs mem leaks. 
16197
16198         * lily/context.cc (Context): unprotect key from ctor.
16199
16200         * scm/stencil.scm (stack-lines): return empty-stencil if argument
16201         is '()
16202         (stack-stencils): idem.
16203
16204         * Documentation/user/changing-defaults.itely (Creating titles):
16205         document new title layout options.
16206
16207         * lily/parser.yy (lilypond_header_body): copy previous
16208         $globalheader if present.
16209
16210         * lily/ly-module.cc (LY_DEFINE): rename ly:import-module to
16211         ly:module-copy
16212         
16213         * scm/page-layout.scm (marked-up-headfoot): remove old functions.
16214
16215         * scm/titling.scm: remove old titling functions
16216
16217         * lily/stencil.cc (translate): remove absolute dimension.
16218
16219         * ly/titling-init.ly (oddFooterMarkup): new file. Generate titles
16220         via markup.
16221
16222         * scm/page-layout.scm (marked-up-headfoot): create header/footer
16223         field from user-supplied markup
16224
16225         * scm/define-markup-commands.scm (on-the-fly): new markup
16226         command. Enter SCM markup procedure directly in Scheme.
16227         (fromproperty): new markup command. Read markup from props argument.
16228
16229         * scm/titling.scm (marked-up-title): create title via
16230         user-specified markup. 
16231
16232         * scm/define-markup-commands.scm (column): remove empty stencils
16233         from column.
16234
16235         * lily/ly-module.cc (LY_DEFINE): use ly_module_lookup(). This does
16236         not have side-effect of creating variable stub.
16237
16238         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-empty?
16239
16240 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
16241
16242         * scm/encoding.scm (coding-alist): 
16243         * scm/font.scm (add-ec-fonts):
16244         * ly/paper-defaults.ly: Use actual name for EC fontencoding:
16245         Extended-TeX-Font-Encoding---Latin.
16246
16247         * lily/side-position-interface.cc (general_side_position): Add
16248         actual offset to error message (avoid constant error messages).
16249
16250         * lily/all-font-metrics.cc (find_font): Add "lm" to try-AFM-first
16251         block.
16252
16253         * lily/font-select.cc (select_encoded_font)
16254         (get_font_by_mag_step, get_font_by_design_size): 
16255         * lily/modified-font-metric.cc (Modified_font_metric): 
16256         * lily/paper-def.cc (find_scaled_font): Add font_encoding parameter.
16257
16258         * scm/encoding.scm (coding-alist): Add fetaDynamic.
16259         (read-encoding-file): Bugfix: do not require space after bracket.
16260
16261         * scm/font.scm (add-cork-lm-fonts): Remove lmbxi8 and lmbxi14,
16262         these do not exist.
16263
16264 2004-11-20  Graham Percival  <gperlist@shaw.ca>
16265
16266         * Documentation/user/notation.itely: added info about typesetting
16267         boxed bar numbers.
16268
16269 2004-11-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16270
16271         * flower/interval.cc (T_to_string): gcc4 fixes.
16272
16273         * scm/define-markup-commands.scm (fill-line): use
16274         stack-stencils. This fixes problems with putting already centered
16275         stencils in a line.
16276
16277         * VERSION: release 2.5.1
16278
16279         * lily/bar-line.cc (get_staff_bar_size): add line thickness.
16280
16281 2004-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16282
16283         * input/example-[1-3].ly: simplify.
16284
16285         * lily/cluster-engraver.cc (try_music): react to busy-playing-event
16286
16287         * scm/output-ps.scm (new-text): new function. Use glyphshow to
16288         show glyphs.
16289
16290         * scm/encoding.scm (decode-byte-string): new function.
16291
16292         * scripts/convert-ly.py (conv): add warning about
16293         set-global-staff-size.
16294
16295         * Doxyfile: add. 
16296
16297         * scripts/convert-ly.py (conv): add raggedlastbottom rule
16298         (conv): warn for TextSpanner split.
16299         (conv): warn for textheight.
16300
16301 2004-11-19  Jan Nieuwenhuizen  <janneke@gnu.org>
16302
16303         * GNUmakefile.in (install-WWW): Invoke install-info, so that when
16304         building the documentation, info with images are installed.
16305         (final-install): Fix description.  Mention sourcing of login
16306         scripts (instead of running).
16307
16308 2004-11-18  Jan Nieuwenhuizen  <janneke@gnu.org>
16309
16310         * Debian lmodern support.  Note that LilyPond will issue warnings
16311         
16312             no such encoding: "FontSpecific"
16313
16314           The font selection mechanism wants to get the encoding from the
16315           font itself, but the idea of lmodern is that it is usable with
16316           different encodings, ie, Lily should get the encoding from the
16317           font tree, rather than the font itself.  This would require some
16318           more work.
16319         
16320         * configure.in: Test for and accept lmodern if EC fonts not found.
16321
16322         * scm/framework-tex.scm (font-load-command): TeX font name
16323         mangling for latin1 encoded cork-lm fonts.
16324         (convert-to-ps): Load lm.map if available.
16325
16326         * ly/paper-defaults.ly: Use cork-lm encoding if ec is not
16327         available.
16328
16329         * scm/encoding.scm (coding-alist): Add cork-lm encoding.
16330
16331         * scm/font.scm: Add header.  Autoload cork-lm and ec fonts if
16332         available.
16333
16334         * lily/kpath.cc (ly_kpathsea_find_file): Rename.  Do not use
16335         path for absolute file name, that is silly.
16336
16337         * lily/score-engraver.cc (initialize): 
16338
16339         * Documentation/user/GNUmakefile (local-install-info): Invoke
16340         install-info --remove first.
16341
16342         * #include cleanup (Andreas Scherer).
16343
16344 2004-11-18  Heikki Junes  <hjunes@cc.hut.fi>
16345
16346         * input/test/script-abbreviations.ly: fix typos.
16347
16348 2004-11-17  Werner Lemberg  <wl@gnu.org>
16349
16350         * python/lilylib.py (options_help_str): Support pretty-printing of
16351         newlines in fourth element of option description.
16352
16353         * scripts/lilypond-book.py (option_definitions): Use new lilylib
16354         feature.
16355         Sort options.
16356
16357         * Documentation/user/lilypond-book.itely: Finish update.
16358
16359 2004-11-17  Jan Nieuwenhuizen  <janneke@gnu.org>
16360
16361         * Documentation/user/macros.itexi: Add comment about \command.
16362
16363         * Documentation/user/lilypond.tely:
16364         * Documentation/user/lilypond-book.itely: Fix names of lilypond
16365         and lilypond-book nodes, so that `info lilypond' visits the manual
16366         at top level, and `info lilypond-book' visits the lilypond-book
16367         section.
16368
16369         * Documentation/user/GNUmakefile (local-install-info): Fix rules
16370         and packager messages.
16371
16372         * lily/pangofc-afm-decoder.cc: Update test.
16373
16374 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
16375
16376         * scm/lily-library.scm (char->unicode-index): New function.
16377
16378         * scm/output-gnome.scm: 
16379         * scm/output-svg.scm: Cleanup.  Map custom fonts to PUA.
16380
16381         * Proper naming of file name throughout; s/filename/file[-_]name/.
16382
16383         * lily/modified-font-metric.cc ("ly:font-encoding"): New function.
16384
16385         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Map onto PUA.
16386
16387 2004-11-16  Werner Lemberg  <wl@gnu.org>
16388
16389         * scripts/lilypond-book.py: The Lord has commanded me to use only
16390         tabs for indentation.  Your humble servant obeys.
16391
16392 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
16393
16394         * scm/output-svg.scm: Font fixes.  Sodipodi now groks svg
16395         including font, if LilyPond-feta font is only feta font in path.
16396
16397         * scm/output-gnome.scm (text): Revert to file name of font if font
16398         has no name.  Fixes ec font selection.
16399         (char): Bugfix: do not utf8 twice.  Fixes clefs.
16400
16401         * scm/framework-svg.scm:
16402         * scm/output-svg.scm: New file.  TODO: figure out how to
16403         do character by index in font.
16404
16405         * scm/output-sodipodi.scm: Remove.
16406
16407         * scm/output-ps.scm (stem): Remove.
16408
16409 2004-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
16410
16411         * scm/output-gnome.scm (beam): New function.
16412         (slur): Round corners.
16413         (round-filled-box): Round corners.
16414
16415 2004-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16416
16417         * scm/output-gnome.scm (beam): add function.
16418         (draw-line): new routine.
16419         (dashed-line): stub; call draw-line
16420         (polygon): new routine.
16421
16422 2004-11-15  Werner Lemberg  <wl@gnu.org>
16423
16424         * Documentation/user/lilypond-book.itely: Revise section on
16425         lilypond-book options.
16426         Other minor fixes.
16427
16428         * scripts/lilypond-book.py: Change indentation to 4.
16429         Minor formatting.
16430
16431 2004-11-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16432
16433         * lily/system.cc (apply_tweaks): new function. Run tweaks on all
16434         grobs that have tweaks specced.
16435         
16436 2004-11-14  Heikki Junes  <hjunes@cc.hut.fi>
16437
16438         * Documentation/user/sound-output.itexi: add code snippets for MIDI.
16439
16440 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
16441
16442         * lily/font-metric.cc (get_indexed_char_stencil): Bugfix: get
16443         actual char #, not 0 based index.
16444
16445         * lily/system-start-delimiter.cc (staff_brace): Start at 65.
16446
16447         * mf/feta-beugel.mf: Actually start at char #65.  Add header.
16448         Warning: do make -C mf clean.
16449
16450         * lily/context-property.cc: Compile fix.
16451
16452         * scm/output-gnome.scm: Add ec-fonts-mftraced to ~/.fonts.conf.
16453         Grok ec-fonts, braces and dynamics.
16454
16455         * scm/framework-gnome.scm (gnome-main): Register braces with pango.
16456
16457 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16458
16459         * lily/include/tweak-registration.hh: new file.
16460
16461         * lily/tweak-registration.cc: new file.
16462
16463         * scm/framework-gnome.scm (save-tweaks): use new key mechanism for
16464         saving tweaks.
16465
16466         * scm/output-gnome.scm (text): comment dribble.
16467
16468 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
16469
16470         * lily/pangofc-afm-decoder.cc (main): Test more feta fonts.
16471
16472         * scm/output-gnome.scm (bezier-sandwich): New function.  Reset
16473         path-def before using.  Fixes muchtomany slurs in wrong places
16474         bug.
16475
16476 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16477
16478         * lily/grob-scheme.cc (LY_DEFINE): add new function ly:grob-key.
16479
16480         * lily/include/object-key-undumper.hh (Module): new file.
16481
16482         * lily/object-key-undumper.cc (Module): New file. Deserialize
16483         keys. SCM bindings
16484
16485         * lily/object-key-dumper.cc (Object_key_dumper): idem.
16486         Provide SCM bindings.
16487
16488         * lily/include/object-key-dumper.hh (class Object_key_dumper): 
16489         new file. Serialize object keys.
16490         
16491         * lily/object-key.cc (dump): new function.
16492         (as_scheme): new virtual function
16493         (undump): new function
16494         (undumpers): new table.
16495
16496         * lily/include/global-context.hh (Context): take \score key upon init.
16497
16498         * lily/object-key-dumper.cc (serialize_key): new file.
16499
16500         * lily/include/object-key-dumper.hh (class Object_key_dumper): new file.
16501
16502         * lily/lily-lexer.cc: remove \quote.
16503
16504         * lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
16505
16506         * lily/context.cc (Context): take key argument in ctor.
16507         (create_context): new function
16508
16509         * lily/grob.cc (Grob): take key argument in ctor.  
16510
16511         * lily/lilypond-key.cc (do_compare): new file.
16512
16513         * lily/object-key.cc (Object_key): new file.
16514
16515         * lily/include/object-key.hh (class Object_key): new file.
16516
16517         * lily/include/lilypond-key.hh (class Lilypond_context_key): new file.
16518
16519 2004-11-13  Graham Percival  <gperlist@shaw.ca>
16520
16521         * Documentation/user/lilypond-book.itely: add small warning about
16522         noindent default in lilypond-book.
16523
16524         * Documentation/user/converters.itely: add examples for convert-ly.
16525
16526         * Documentation/user/examples.itely: change version string in templates
16527         to 2.4.0.
16528
16529 2004-11-12  Karl Hammar  <karl@aspodata.se>
16530
16531         * GNUmakefile.in (local-WWW-post): `find ...` overflows the
16532         cmdline, use xargs instead (backportme)
16533
16534 2004-11-10  Andreas Scherer  <andreas_mutopia@freenet.de>
16535         
16536         * Documentation/user/: Numerous fixes in the user manual.
16537
16538 2004-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16539
16540         * lily/parser.yy (re_rhythmed_music): search music expression for
16541         context-id, surround by \new Voice if not found. Fixes:
16542         addlyrics-second-staff.ly
16543
16544         * VERSION: 2.5.0 released.
16545         
16546 2004-11-12  Jan Nieuwenhuizen  <janneke@gnu.org>
16547
16548         * Documentation/index.html.in: Fix url to one big page.  (backportme)
16549
16550         * Documentation/user/GNUmakefile: Separate rules for split and
16551         unsplit html documents.  Remove perl massaging.  (backportme)
16552
16553 2004-11-11  Graham Percival  <gperlist@shaw.ca>
16554
16555         * Documentation/user/lilypond-book.itely: add short warning about
16556         \lilypond{} in LaTeX docs.
16557
16558 2004-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
16559
16560         * stepmake/aclocal.m4: Barf if kpathsea/kpathsea.h is not
16561         found.  (backportme)
16562
16563         * Documentation/topdocs/INSTALL.texi (ec-fonts-mtraced): Add
16564         version requirement.  (backportme)
16565
16566         * configure.in: Be explicit about old versions of
16567         ec-fonts-mtraced.  (backportme)
16568
16569         * lily/context-selector.cc (set_tweaks): New function.
16570         * lily/grob-selector.cc (set_tweaks): (Re)set hash table.  Fixes
16571         web with -DTWEAK.
16572
16573         * Documentation/user/introduction.itely (Automated engraving):
16574         Remove fragment option.  Fixes web.
16575
16576         * lily/context-property.cc (make_item_from_properties):
16577         * lily/context.cc (add_context)[TWEAK]: Tweak registration behind
16578         #ifdef.
16579
16580         * scm/define-context-properties.scm
16581         (all-internal-translation-properties): Add tweakRank and tweakCount.
16582
16583         * lily/grob.cc: 
16584         * scm/define-grob-properties.scm (all-internal-grob-properties):
16585         Add tweak-rank and tweak-count.
16586
16587 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
16588
16589         * scm/output-gnome.scm (string->utf8-string, char->utf8-string):
16590         New function.
16591         (text): Use them.
16592
16593         * scm/framework-gnome.scm (item-event): Add support from TLA.  Support
16594         animated/opaque grob dragging tweaks.
16595
16596         * buildscripts/guile-gnome.sh: Update.
16597
16598 2004-11-10  Mats Bengtsson  <mabe@s3.kth.se>
16599
16600         * scm/define-grobs.scm (all-grob-descriptions): Added
16601         line-interface to the LigatureBracket object.
16602
16603 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
16604
16605         * scm/framework-gnome.scm (item-event): Support non-animated mouse
16606         dragging tweaks.
16607
16608         * lily/lily-guile.cc (ly_to_string, ly_to_symbol): New function.
16609
16610         * lily/context-selector.cc (store_context): New function.
16611
16612         * lily/grob-selector.cc (register_grob)[TWEAK]: Apply tweak.
16613         (store_grob): New function.
16614         (identify_grob): Add Moment parameter.
16615
16616         * lily/lily-parser.cc (parse_file)[TWEAK]: Read .ly.t file if it
16617         exists.
16618
16619         * scm/framework-gnome.scm (save-tweaks): Write as alist.
16620
16621 2004-11-09  Jan Nieuwenhuizen  <janneke@gnu.org>
16622
16623         * scm/framework-gnome.scm (item-event): Print grob id.
16624         (save-tweaks): New function.
16625         (tweak): New funtion.
16626         (item-event): Use it, bound to arrow keys.
16627
16628         * lily/context-property.cc (make_item_from_properties): Register grob.
16629         * lily/context.cc (add_context): Register context.
16630
16631         * lily/include/context-selector.hh:
16632         * lily/include/grob-selector.hh:
16633         * lily/context-selector.cc:
16634         * lily/grob-selector.cc: New file.
16635
16636 2004-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16637
16638         * lily/slur.cc: add 'positions to interface
16639
16640         * lily/main.cc: reinstate PS as standard output format. 
16641
16642         * scm/framework-tex.scm (output-preview-framework): print systems
16643         up to first non title system.
16644
16645         * lily/grace-engraver.cc (start_translation_timestep): split
16646         scm_cadddr
16647         
16648 2004-11-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16649
16650         * lily/quote-iterator.cc (Module): remove old quote-iterator
16651
16652         * scm/define-music-types.scm (music-descriptions): move
16653         NewQuoteMusic over QuoteMusic
16654
16655         * Documentation/user/notation.itely (Formatting cue notes): use
16656         \cueDuring.
16657
16658         * lily/new-quote-iterator.cc (quote_ok): new function.
16659
16660         * input/regression/quote-cue-during.ly: new file.
16661
16662         * input/regression/quote-grace.ly: new file.
16663
16664         * scm/define-context-properties.scm (Module): change definition of
16665         graceSettings
16666
16667         * lily/context-property.cc (Module): rename from
16668         translator-property.cc
16669
16670         * lily/context.cc (context_name_symbol): new function
16671
16672         * lily/grace-engraver.cc: new file. Set properties for grobs based
16673         on the grace-ness of now_moment().
16674
16675         * scm/music-functions.scm (add-grace-property): use list
16676         iso. vector for graceSettings
16677         remove set-{start,stop}-grace-properties. 
16678
16679         * lily/new-quote-iterator.cc (construct_children): set
16680         quote_outlet_ if no quoted-context-{id,type} specified.
16681
16682         * scripts/convert-ly.py (conv): \quote -> \quoteDuring.
16683
16684         * lily/parser.yy (command_element): remove \quote.
16685
16686         * ly/music-functions-init.ly (location): add quoteDuring music
16687         function. 
16688
16689         * lily/lexer.ll: allow \encoding in lyrics as well.  Remove
16690         optional semicolon. (backportme)
16691
16692 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
16693
16694         * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no
16695         need to link to GUILE et al.
16696
16697 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16698
16699         * scm/define-music-properties.scm (all-music-properties): add
16700         quoted-context-type, quoted-context-id.
16701
16702         * scm/lily.scm (type-check-list): new function.
16703         
16704         * scm/lily-library.scm: new file. Generic library routines.
16705
16706         * lily/parser.yy (Generic_prefix_music): move typechecking out of
16707         parser.
16708
16709         * ly/music-functions-init.ly: add quoteDuring function.
16710
16711         * lily/include/music-iterator.hh (class Music_iterator): rename
16712         set_translator -> set_context
16713
16714         * lily/parser.yy (Generic_prefix_music_scm): add
16715         MUSIC_FUNCTION_SCM_SCM_MUSIC
16716
16717         * scm/lily.scm (sanitize-command-option): new function. (backportme)
16718
16719         * scm/framework-tex.scm (header): sanitize TeX paper size.
16720         (backportme)
16721
16722 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
16723
16724         * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard.
16725
16726         * tex/lilyponddefs.tex: If no inputencoding use latin1.  (backportme)
16727
16728         * scm/framework-tex.scm (font-load-command): Use T1 if no
16729         font-encoding set.  (backportme)
16730
16731         * scm/lily.scm (postscript->pdf): Remove .pdf file if it
16732         exists before converting.  (backportme)
16733
16734         * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it
16735         exists before converting.  (backportme)
16736         (convert-to-ps): Remove .ps file if it exists before
16737         converting.  (backportme)
16738
16739         * lily/lexer.ll: Remove extra progress newline, use present tense.
16740
16741         * scm/paper.scm (paper-alist): public.
16742         * scm/framework-tex.scm (convert-to-ps):
16743         * scm/lily.scm (postscript->pdf): Do not leak papersizename into
16744         command line.
16745
16746 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16747
16748         * scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme)
16749
16750         * lily/recording-group-engraver.cc (derived_mark): mark
16751         now_events_. (backportme)
16752
16753 2004-11-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16754
16755         * mf/GNUmakefile: use Fedora-3 in download link. (backportme.)
16756
16757         * scm/framework-tex.scm (convert-to-dvi): use ly:system for
16758         invoking latex. (backportme.)
16759
16760         * lily/stem.cc (off_callback): center stems for all rest stems.
16761
16762 2004-11-05  Werner Lemberg  <wl@gnu.org>
16763
16764         * Documentation/user/lilypond.tely: Add more guidelines for writing
16765         lilypond texinfo documents.
16766
16767 2004-11-05  Heikki Junes  <hjunes@cc.hut.fi>
16768
16769         * Documentation/index.html.in: remove <hr>.
16770
16771         * THANKS: change 2.3 to 2.4.
16772
16773 2004-11-05  Jan Nieuwenhuizen  <jannneke@gnu.org>
16774
16775         * scm/output-gnome.scm: More fontconfig comment.
16776
16777 2004-11-05  Pedro Kroger  <kroeger@pedrokroeger.net>
16778
16779         * GNUmakefile.in ($(builddir)/share/lilypond-force): create the
16780         <package> directory in $(builddir)/share according with
16781         PACKAGE_NAME defined in the VERSION file.
16782
16783 2004-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16784
16785         * lily/beam.cc (rest_collision_callback): use local beam
16786         multiplicity.
16787
16788         * input/regression/stem-stemlet.ly: new file.
16789
16790         * lily/stem.cc (add_head): store rests as well.
16791
16792         * scm/define-grob-properties.scm (all-user-grob-properties): add
16793         stemlet-length
16794
16795         * lily/stem.cc: store rests as well.
16796         
16797         * input/regression/new-slur.ly: mention forcing.
16798
16799 2004-11-04  Werner Lemberg  <wl@gnu.org>
16800
16801         * Documentation/user/*: A new round of layout fixes and document
16802         structure cleanup.
16803
16804 2004-11-04  Heikki Junes <hjunes@cc.hut.fi>
16805
16806         * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x.
16807
16808 2004-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
16809
16810         * Documentation/topdocs/INSTALL.texi (Top): Remove geometry.
16811
16812 2004-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
16813
16814         * Documentation/topdocs/INSTALL.texi (Top): Fix geometry url (dax).
16815
16816         * lily/lily-parser.cc (LY_DEFINE): Remove "Now " from message.
16817
16818         * lily/main.cc (main): Invoke identify.
16819
16820         * scm/lily.scm (postscript->pdf): Remove progress newline.
16821         Write progress to stderr.
16822
16823         * lily/paper-book.cc (output): Remove progress newline.
16824
16825         * scm/framework-tex.scm (convert-to-dvi, convert-to-ps): Call
16826         gettext on user messages, and remove whitespace.
16827
16828         * lily/paper-outputter.cc (get_paper_outputter): Add progress newline.
16829
16830         * scripts/lilypond-latex.py (program_name): Bugfix: use only basename of
16831         argv[0] (Thomas Scharkowski).
16832
16833         * configure.in: Bugfix: add REQUIRED parameter to STEPMAKE_TEXMF
16834         call (carlyannehorse).  Also check for mf and mf-nowin.  Add check
16835         for ec-fonts-mtraced.
16836
16837         * GNUmakefile.in (builddir-exec): Add symlink tex/out.  Fixes
16838         --srcdir build (Bertalan).
16839
16840         * stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile
16841         headers and library too (Laura Conrad).
16842
16843         * Documentation/topdocs/INSTALL.texi (Top): Mention development
16844         package for guile too (Laura Conrad).
16845
16846         * lily/main.cc (usage): Typo.
16847
16848 2004-11-02  Werner Lemberg  <wl@gnu.org>
16849
16850         * Documentation/user/notation.ly: More fixes to improve appearance.
16851
16852         * tex/texinfo.tex: Updated from texinfo CVS -- this version provides
16853         better output for multicolumn tables.
16854
16855 2004-11-01  Mats Bengtsson  <mabe@s3.kth.se>
16856
16857         * lily/main.cc (dir_info): Fixed typo in the printouts.
16858
16859 2004-11-01  Werner Lemberg  <wl@gnu.org>
16860
16861         * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
16862         of output.
16863         Set `per_line' to 2; replace hard-coded value with it.
16864
16865         * Documentation/user/*: Many fixes to improve appearance of
16866         printed manual.
16867
16868 2004-11-01  Werner Lemberg  <wl@gnu.org>
16869
16870         * Documentation/user/changing-defaults.itely,
16871         Documentation/user/notation.ly,
16872         Documentation/user/programming-interface.itely: Use @/.
16873         Fix formatting of some lilypond snippets and tables.
16874
16875         * scripts/lilypond-book.py (compose_ly): Provide useful default
16876         for LINEWIDTH in `override'.
16877
16878 2004-10-31  Graham Percival  <gperlist@shaw.ca>
16879
16880         * Documentation/user/invoking.itely: change "3.0" -> "2.4"
16881
16882 2004-10-31  Werner Lemberg  <wl@gnu.org>
16883
16884         Resetting @exampleindent to `5' gives ugly results with texinfo's
16885         DVI output.  Use `@format @exampleindent 0 ... @end format' instead
16886         (if not quoting) to change @exampleindent only locally.
16887
16888         * scripts/lilypond-book.py (NOQUOTE): New variable.
16889         (output) [LATEX]: Remove AFTER and BEFORE.
16890         [TEXINFO]: Remove AFTER and BEFORE.
16891         Fix QUOTE and VERBATIM pattern.
16892         Add NOQUOTE pattern.
16893         (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
16894         and BEFORE.
16895         [output_texinfo]: Use NOQUOTE.
16896
16897 2004-10-31  Graham Percival  <gperlist@shaw.ca>
16898
16899         * Documentation/user/changing-defaults.itely: clarify paper
16900         size commands with correct info.
16901
16902         * Documentation/user/lilypond-book.itely: add more docs for
16903         filename extensions.
16904
16905 2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16906
16907         * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
16908         (PATCH_LEVEL): start 2.5.0.
16909
16910 #Local variables:
16911 #coding: utf-8
16912 #End:
16913