]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
fdf144c6e851b6b5f80a6f19a282f1f22cff50f0
[lilypond.git] / ChangeLog
1 2006-10-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
2
3         * Documentation/user/instrument-notation.itely (Entering lyrics):
4         add note about lyric ties and required font.
5
6         * lily/open-type-font.cc (glyph_list): format errors.
7
8         * Documentation/user/programming-interface.itely (Scheme
9         procedures as properties): more doco on simple-closure and scheme
10         callbacks.
11         (Input variables and Scheme): use lilypond[verbatim], document
12         dummy statement.
13
14         * Documentation/user/page.itely (Displaying spacing): use \book
15         explicitly, so arrows show .
16         (Line breaking): add note about Forbid_line_break_engraver
17
18         * Documentation/user/tweaks.itely (Common tweaks): also set length
19         to prevent tie squeezing. 
20         (Default files): use @var{}
21
22         * Documentation/user/converters.itely (Invoking abc2ly): remove mup2ly.
23         (Generating LilyPond files): add FOMUS.
24
25 2006-10-20  Joe Neeman  <joeneeman@gmail.com>
26
27         * scm/define-grobs.scm (all-grob-descriptions): set side-axis and
28         Y-offset for TextScript and Script
29
30         * lily/text-engraver.cc (make_item): 
31         * lily/script-engraver.cc (make_script_from_event):
32         remove call to Side_position_interface::set_axis since all scripts
33         now have this set by default
34
35         * lily/context.cc: 
36         * lily/prob.cc: use variables
37
38 2006-10-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
39
40         * lily/page-turn-engraver.cc (acknowledge_note_head): don't look
41         at typography, rather analyse stream event duration. 
42
43         * Documentation/user/page.itely (Page formatting): set a6 paper
44         for system separator example.
45         
46         * lily/arpeggio.cc (Module): idem.
47
48         * lily/accidental-placement.cc: add script-priority property.
49
50         * scm/framework-ps.scm (dump-stencil-as-EPS): thinko.
51
52         * lily/ttf.cc (print_trailer): if all else fails: use
53         glyphIndexXXXX as glyph name. Fixes #117.
54
55         * lily/pango-font.cc (pango_item_string_stencil): only use cmap
56         entry if cmap contains glyph.
57         (get_index_to_charcode_map): remove from Pango_font class, use
58         global filename -> font mapping.
59         (get_glyph_index_name): new function.
60         (pango_item_string_stencil): use glyphIndexXXXX as glyph name,
61         only for TTF. 
62
63         * scripts/lilypond-book.py (main): use -deps-box-padding=-3
64
65         * scm/framework-ps.scm (dump-stencil-as-EPS): use eps-box-padding,
66         a number.
67
68         * scm/define-grob-properties.scm (all-user-grob-properties):
69         remove outdated doc. Fixes #116
70
71         * lily/completion-note-heads-engraver.cc (process_music): always
72         clone input events; otherwise we may overwrite input 'duration
73         property. Fixes #115.
74
75         * lily/general-scheme.cc (LY_DEFINE): explicit cast in case
76         scm_t_int32 != int
77
78         * scm/output-svg.scm (pango-description-regexp-comma): Remove ^
79         anchor. Fixes #114
80
81         * VERSION (PATCH_LEVEL): bump version.
82
83 2006-10-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
84
85         * lily/engraver.cc (internal_make_grob): use variables.
86
87         * flower/string-convert.cc (dec2double): clean-up warnings. 
88
89         * configure.in (CXXFLAGS): add -Werror.
90
91         * VERSION (PACKAGE_NAME): release 2.9.25
92
93 2006-10-18  Joe Neeman  <joeneeman@gmail.com>
94
95         * lily/simple-spacer.cc (get_line_forces): test for non-fitting
96         line even if we precede a forced break.
97
98         * lily/optimal-page-breaking.cc (try_page_spacing): square line
99         forces too. Make page-spacing weight default to 10 because the
100         changes to vertical springs decreased the page force/line force
101         proportions. Also, take the average of line force and page force
102         instead of just the sum.
103
104         * lily/constrained-breaking.cc (initialize): make the stiffness
105         of the vertical springs depend on the height of the system. This
106         prevents pages with only a few large systems from getting huge
107         forces
108
109         * Documentation/user/page.itely (Page formatting): document the
110         change in default page-spacing-weight
111
112         * lily/include/constrained-breaking.hh: initialise bottom_padding_
113
114 2006-10-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
115
116         * input/typography-demo.ly (melody): remove superfluous slur.
117
118         * scm/define-grob-interfaces.scm (piano-pedal-script-interface):
119         add piano-pedal-script-interface
120
121 2006-10-18  Bertalan Fodor  <lilypondtool@organum.hu>
122
123         * scripts/lilypond-book.py: DocBook support.
124
125 2006-10-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
126
127         * lily/piano-pedal-engraver.cc (struct Pedal_info): remove
128         Y-alignment code.
129         (stop_translation_timestep): set bound to currentMusicalColumn if
130         not set yet. Fixes #102
131
132         * lily/piano-pedal-bracket.cc: formatting.
133
134         * input/test/engraver-one-by-one.ly (MyStaff): reformat.
135
136         * lily/piano-pedal-align-engraver.cc: new class
137         Piano_pedal_align_engraver. Handle side-positioning Y-alignment
138         for piano pedals.  
139
140 2006-10-18  Heikki Junes  <hjunes@gmail.com>
141
142         * po/fi.po: Update Finnish translation (before the next release).
143
144 2006-10-17  Joe Neeman  <joeneeman@gmail.com>
145
146         * lily/system.cc (get_paper_system): reinstate the backwards-
147         compatible page breaking for the old page breaker.
148
149 2006-10-17  Erik Sandberg  <mandolaerik@gmail.com>
150         
151         * lily/recording-group-engraver.cc: removed
152
153         * lily/context.cc, lily/translator-group.cc: Don't touch
154         Context::implementation_ if it's null
155
156 2006-10-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
157
158         * scm/paper.scm: only use left-margin if defined.
159
160         * scm/define-grob-interfaces.scm (stroke-finger-interface): typo.
161
162         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): idem.
163
164         * lily/new-fingering-engraver.cc: stringFingerOrientations ->
165         strokeFingerOrientations
166
167         * lily/script-column.cc (row_before_line_breaking): also handle
168         accidentals and arpeggios in horizontal script stacking.
169
170         * lily/script-row-engraver.cc (acknowledge_accidental_placement):
171         new function.
172
173         * input/regression/script-stack-horizontal.ly: trim.
174
175 2006-10-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
176
177         * scm/output-lib.scm (stroke-finger::calc-text): allow reading of
178         'text property too.
179
180         * ly/music-functions-init.ly: rename to StrokeFingerEvent, set
181         'text if string argument.
182
183         * scm/define-grobs.scm (all-grob-descriptions): rename to StrokeFinger.
184
185         * scm/define-context-properties.scm
186         (all-user-translation-properties): change to strokeFingerOrientations
187
188 2006-10-16  Erik Sandberg  <mandolaerik@gmail.com>
189
190         * lily/parser.yy: remove debug output
191
192 2006-10-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
193
194         * ly/paper-defaults.ly: set left/right margin.
195
196         * scm/paper.scm (set-paper-dimensions): use left-margin and
197         right-margin for computing linewidth.
198
199         * Documentation/topdocs/NEWS.tely (Top): idem.
200
201         * input/regression/lyric-tie.ly (texidoc): use vowels for tied
202         lyrics example.
203
204         * scm/define-markup-commands.scm (tied-lyric): increase negative
205         space: space syllables tighter.
206
207         * VERSION (PATCH_LEVEL): bump version.
208
209         * scm/paper.scm: patch by Arvid Gr"otting, arvidgr@gmail.com: tune
210         Ax paper sizes. 
211
212 2006-10-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
213
214         * COPYING: further clarification
215
216         * VERSION: release 2.9.24
217
218         * input/regression/script-stack-horizontal.ly: add version.
219
220         * scm/lily-library.scm (list-join): use fold-right. Fixes #112
221
222         * input/regression/lyric-tie.ly (texidoc): use different words.
223
224         * mf/GNUmakefile (ALL_GEN_FILES): remove fonts.cache-1
225
226 2006-10-15  Erik Sandberg  <mandolaerik@gmail.com>
227
228         * lily/*.cc, lily/include/*.hh: eliminate dummy arguments from
229         macros ADD_TRANSLATOR, DECLARE_SMOBS and DECLARE_SIMPLE_SMOBS
230         
231 2006-10-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
232
233         * mf/GNUmakefile: remove fc-cache calls; not necessary for fc 2.4; 
234
235         * Doxyfile: remove file.
236
237         * scm/define-grob-interfaces.scm (string-finger-interface): add
238         string-finger-interface
239
240         * lily/general-scheme.cc (LY_DEFINE): move
241         ly_camel_case_to_lisp_identifier to here. Use vector<char> iso. char[] 
242
243         * Documentation/topdocs/NEWS.tely (Top): add note for
244         string-finger feature.
245
246         * scm/define-grobs.scm (all-grob-descriptions): add 'string-names
247         property.
248
249         * scm/output-lib.scm (string-finger::calc-text): read 'digit
250         instead of 'text
251
252         * input/regression/script-stack-horizontal.ly: new file.
253
254         * ly/engraver-init.ly: add Script_row_engraver.
255
256         * lily/script-column.cc (order_grobs): refactor: separate axis
257         independent code.
258         (row_before_line_breaking): new function.
259
260         * lily/script-row-engraver.cc (Script_row_engraver): new file.
261
262         * scm/define-grobs.scm (all-grob-descriptions): add ScriptRow
263
264 2006-10-14  Jürgen Reuter  <reuter@ipd.uka.de>
265
266         * Documentation/user/instrument-notation.itely: Cleanup: Remove
267         annoying skip notes from mensural ligature example.  Update
268         @refbugs for ligatures and mensural ligatures.
269
270         * lily/coherent-ligature-engraver.cc,
271         lily/include/coherent-ligature-engraver.hh,
272         lily/mensural-ligature-engraver.cc,
273         lily/vaticana-ligature-engraver.cc: Revise code for item
274         reparentizing.  There should now be less programming_error
275         messages.
276
277         * lily/mensural-ligature-engraver.cc: Improve placement of dots.
278
279         * lily/mensural-ligature.cc, lily/vaticana-ligature.cc:
280         Maintenance bugfix: Don't create empty Stencil (), but empty box
281         instead.  This fix should eliminate some programming_error
282         messages.
283
284         * ly/engraver-init.ly (MensuralStaff): Set default accidental
285         style.
286
287         * input/regression/mensural-ligatures.ly: Maintenance bugfix: Move
288         \layout block _before_ score.
289
290 2006-10-14  Han-Wen Nienhuys  <hanwen@lilypond.org>
291
292         * GNUmakefile.in (PATCH_FILES): remove darwin.patch.
293
294         * lily/pango-font.cc (pango_item_string_stencil): more verbose message.
295
296 2006-10-13  Erlend Aasland  <erlenda@gmail.com>
297
298         * lily/note-collision.cc: fix issue #44 (dot/notehead collision)
299
300 2006-10-13  Han-Wen Nienhuys  <hanwen@lilypond.org>
301
302         * VERSION (PATCH_LEVEL): bump version.
303
304         * COPYING: clarify exception note.
305
306         * lily/main.cc: remove remark about "COPYING".
307
308         * scm/framework-ps.scm (clip-system-EPSes): change ordering, so
309         system-count starts at 0 for each clip-region. Change name to
310         FILE[-COUNT]-from-FROM-to-TO-clip[-COUNT]. Take clip-regions from
311         layout block, per score.
312
313 2006-10-13  Erik Sandberg  <mandolaerik@gmail.com>
314
315         * lily/input-smob.cc: add equal_p for Input
316
317         * lily/music-scheme.cc (ly_camel_case_to_lisp_identifier): new
318         function
319
320         * lily/parser.yy: MY_MAKE_MUSIC sets music origin
321
322         * lily/prob.cc: Add equal_p predicate for Prob
323
324         * lily/translator.cc: small cleanup
325
326         * scm/document-music.cc: use data from translator listener
327         registration to generate documentation for event classes
328
329         * lily/*: Eliminate accept arg of ADD_TRANSLATOR
330         
331         * lily/include/*: Eliminate dummy arg of DECLARE_*SMOBS
332         
333 2006-10-13  Jan Nieuwenhuizen  <janneke@gnu.org>
334
335         * GNUmakefile.in (SCRIPTS): Remove lexer-gcc-3.1.sh.
336
337 2006-10-12  Jan Nieuwenhuizen  <janneke@gnu.org>
338
339         * Documentation/topdocs/INSTALL.texi: Thinko.
340
341         * .cvsignore: Update.
342
343         * lexer-gcc-3.1.sh: Remove.
344
345         * Documentation/topdocs/INSTALL.texi: Remove obsolete ftp server.
346         Update anonymous cvs access.  Remove comment about gcc 3.0.4.
347
348 2006-10-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
349
350         * VERSION: release 2.9.23
351
352         * lily/paper-column-engraver.cc (stop_translation_timestep): also
353         typecheck barnumber.
354
355         * scm/framework-ps.scm (dump-stencil-as-EPS): fix thinkos.
356
357         * scm/lily.scm (type-p-name-alist): add rhythmic-location? type name.
358
359         * Documentation/topdocs/NEWS.tely (Top): doc new clipping feature
360
361         * input/regression/clip-systems.ly (Notes): new file. 
362
363         * scm/lily.scm (define-scheme-options): add clip-systems option.
364
365         * scm/framework-ps.scm (dump-stencil-as-EPS-with-bbox): new
366         function
367         (dump-stencil-as-EPS): move bbox calculation from previous
368         dump-stencil-as-EPS
369         (output-framework): use -dclip-systems 
370
371         * scm/lily-library.scm (filtered-map): new function
372
373         * scm/framework-ps.scm (clip-system-EPS): new function.
374         (clip-system-EPSes): new function.
375
376         * lily/paper-column.cc: add rhythmic-location to interface
377
378         * scm/define-grob-properties.scm (all-user-grob-properties): add
379         rhythmic-location property.
380
381         * scm/clip-region.scm: new file: rhythmic-location data type and
382         system-clipped-x-extent function.
383
384         * ly/init.ly: use (scm clip-region)
385
386         * lily/paper-column-engraver.cc (stop_translation_timestep): set
387         rhythmic-location for paper column grobs.
388
389         * lily/grob-scheme.cc (LY_DEFINE): minor cleanup
390
391 2006-10-12  Jürgen Reuter  <reuter@ipd.uka.de>
392
393         * ly/engraver-init.ly: Remove obsolete comment on
394         Bar_number_engraver.
395
396         * Documentation/user/instrument-notation.itely: Tune Ancient
397         Articulations figure, such that the episem actually shows.
398
399         * lily/mensural-ligature.cc (internal_brew_primitive): Bugfix:
400         fix Han-Wen's fix (rev. 1.53): scm_is_pair -> scm_is_number.
401
402         * lily/vaticana-ligature-engraver.cc: Minor robustness fix /
403         cleanup.
404
405 2006-10-12  Graham Percival  <gpermus@gmail.com>
406
407         * Documentation/user/ {some}: minor edits that were lost somehow.
408
409 2006-10-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
410
411         * VERSION (PACKAGE_NAME): bump version.
412
413         * input/regression/lyric-tie.ly (texidoc): new file.
414
415         * Documentation/topdocs/NEWS.tely (Top): add new feature.
416
417         * lily/general-scheme.cc (LY_DEFINE): elucidate docstring.
418
419         * scm/define-markup-commands.scm (tied-lyric): new function: split
420         string along ~ and reattach with U+203F (tie character) and
421         negative space.
422
423         * scm/output-lib.scm (lyric-text::calc-text): new function.
424
425         * lily/lyric-engraver.cc (process_music): don't set 'text.
426
427         * scm/output-lib.scm (string-finger::calc-text): new function
428         (lyric-text::print): new function.
429
430         * lily/new-fingering-engraver.cc (add_fingering): refactor; make
431         generic for fingering & string number. Use for string-finger. 
432
433         * scm/define-music-types.scm (music-descriptions): add
434         StringFingerEvent
435
436         * lily/fingering-engraver.cc (listen_string_finger): new function
437
438         * scm/define-grobs.scm (all-grob-descriptions): add StringFinger
439
440         * scm/define-context-properties.scm
441         (all-user-translation-properties): add stringFingerOrientations
442
443 2006-10-11  Jürgen Reuter  <reuter@ipd.uka.de>
444
445         * mf/parmesan-dots.mf (new), mf/parmesan-generic.mf,
446         ly/engraver-init.ly: Added vaticana-style augmentum dot glyph.
447
448         * lily/dots.cc: Added style property for dots.
449
450         * mf/parmesan-heads.mf: Fix typo in comment.
451
452         * mf/feta-bolletjes.mf, scm/output-lib.scm: Fix longa notes bug by
453         adding longa head to feta font and removing obsolete default
454         mapping scheme code.
455
456 2006-10-10  Han-Wen Nienhuys  <hanwen@lilypond.org>
457
458         * scm/output-lib.scm (fingering::calc-text): use origin
459         event-property, not music-property.
460
461         * lily/lilypond.rc.in: spell my name correctly.
462
463 2006-10-10  Joe Neeman  <joeneeman@gmail.com>
464
465         * lily/grob.cc (pure_height): only add minimum-Y-extent if we
466         already have a non-empty extent. Fixes estimation for Hara-kiri
467         staves.
468
469 2006-10-09  Jürgen Reuter  <reuter@ipd.uka.de>
470
471         * ly/gregorian-init.ly: Simplify definition of \episemInitium and
472         \episemFinis.
473
474         * lily/ligature-engraver.cc: Remove unused #include.
475
476         * lily/vaticana-ligature-engraver.cc: Fix placement of dots.
477         Bugfix: remove method check_for_prefix_loss(Item *) from global
478         namespace to avoid namespace pollution.
479
480 2006-10-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
481
482         * VERSION: release 2.9.22
483
484         * ly/generate-documentation.ly: update option name.
485
486         * lily/dynamic-text-spanner.cc (print): revert fix.
487
488         * scm/define-grob-interfaces.scm
489         (trill-pitch-accidental-interface):
490         add trill-pitch-accidental-interface
491
492         * lily/dots-engraver.cc (acknowledge_rhythmic_head): only
493         dereference if it's really a duration.
494
495         * lily/figured-bass-engraver.cc (process_music): clear spanner if
496         useBassFigureExtenders is not set.
497         (listen_bass_figure): record as new event if
498         useBassFigureExtenders not set. Fixes #103.
499
500         * scm/stencil.scm (circle-stencil): don't center stencil argument,
501         instead: move circle. Fixes #107.
502
503         * scm/define-grobs.scm (all-grob-descriptions): set
504         allow-loose-spacing for PaperColumn and
505         NonMusicalPaperColumn. Kludge for #110.
506
507         * lily/spaceable-grob.cc: add allow-loose-spacing property.
508
509         * lily/spacing-determine-loose-columns.cc (is_loose_column):
510         allow-loose-spacing property.
511
512         * scm/define-markup-commands.scm (postscript): gsave & grestore
513         around embedded PS. Do setlinewidth too. Fixes  #109.
514
515 2006-10-08  Jürgen Reuter  <reuter@ipd.uka.de>
516
517         * lily/ligature-bracket-engraver: Bugfix: Add missing stream event
518         code.  This patch fixes ligature brackets that were not at all
519         engraved any more.
520
521 2006-10-08  Graham Percival  <gpermus@gmail.com>
522
523         * Docuemntation/user/page.itely: clarify two-pass vs. ragged-bottom.
524
525         * ly/property-init.ly: fix sacred harp notehead shapes (bug 96).
526
527         * scm/define-context-properties.scm: clarified docs (bug 91).
528
529         * Documentation/user/basic-notation.itely: document volta brackets
530         not aligning (bug 63).
531
532         * Documentation/user/ global.itely invoking.itely: ignore or
533         add warnings about texstr.
534
535 2006-10-08  John Mandereau  <john.mandereau@free.fr>
536
537         * po/fr.po: update translation.
538
539         * po/: update msgids.
540
541 2006-10-08  Jan Nieuwenhuizen  <janneke@gnu.org>
542
543         * GNUmakefile.in (HELP_CATALOGS): Fix in-build-tree locales.
544
545 2006-10-08  Nicolas Sceaux  <nicolas.sceaux@free.fr>
546
547         * Documentation/user/page.itely (Two-pass vertical spacing): add
548         documentation for two-pass spacing technique.
549
550 2006-10-06  Graham Percival  <gpermus@gmail.com>
551
552         * Documentation/user/convert-ly.txt: new file; new
553         storage place for this file (moved from bugs/ CVS).
554
555 2006-10-06  Jürgen Reuter  <reuter@ipd.uka.de>
556
557         * lily/note-head.cc: Fixed programming_error message.
558
559 2006-10-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
560
561         * scm/define-grobs.scm (pure-conversion): move pure-callback
562         further into body.
563
564         * scm/script.scm (default-script-alist): set avoid-slur for turn,
565         marcato, stopped, thumb.
566
567 2006-10-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
568
569         * lily/completion-note-heads-engraver.cc (process_music): don't
570         skimp on memory usage.
571
572         * lily/beam.cc (set_stem_lengths): do set_stemend for invisible
573         stems too. Fixes #5
574
575         * lily/parenthesis-engraver.cc (acknowledge_grob): set parent of
576         parenthesis item. This fixes premature Y-extent triggering. Fixes
577         issue #95. 
578  
579         * VERSION (PATCH_LEVEL): bump version.
580
581 2006-10-04  Graham Percival  <gpermus@gmail.com>
582
583         * Documentation/user/advanced-notation.itely: added
584         info about instrument names for piano or other contexts,
585         thanks Marcus!
586
587 2006-10-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
588
589         * mf/feta-bolletjes.mf (solfa_quarter_width): use
590         solfa_base_notewidth as unit for non-DO-notes too.
591
592         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: update email.
593
594         * VERSION: release 2.9.21
595
596         * Documentation/topdocs/NEWS.tely (Top): simpler, more clearer
597         override.
598
599 2006-10-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
600
601         * python/lilylib.py (progress): Minor fix.
602
603 2006-10-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
604
605         * lily/note-name-engraver.cc: doc engraver.
606
607         * scm/output-lib.scm (hairpin::calc-grow-direction): new function.
608
609         * lily/dynamic-engraver.cc (process_music): don't set grow-direction.
610
611         * scm/define-grobs.scm (all-grob-descriptions): calc duration-log
612         by callback.
613
614         * lily/stem-engraver.cc (make_stem): don't set duration-log
615
616         * scripts/lilypond-book.py (Lilypond_file_snippet.my_system):
617         write snippet-names binary.
618
619         * python/lilylib.py (system): use os.system for mingw32
620
621         * scripts/lilypond-book.py (bindir): use os.pathsep for prepending
622         to $PATH.
623
624         * scm/backend-library.scm: update email address.
625
626         * Documentation/topdocs/NEWS.tely (Top): add duration-log override
627         example.
628
629         * scm/define-grobs.scm (all-grob-descriptions): use callback to
630         calc dot count.
631
632         * lily/dots-engraver.cc (class Dots_engraver): new engraver:
633         handle dot creation separately.
634
635         * lily/tab-note-heads-engraver.cc (process_music): idem.
636
637         * lily/drum-note-engraver.cc (process_music): idem.
638
639         * lily/note-heads-engraver.cc (process_music): idem.
640
641         * lily/rest-engraver.cc: don't set duration-log.
642
643         * scm/output-lib.scm (string-number::calc-text): new function.
644         (note-head::calc-duration-log): new function.
645
646         * lily/fingering-engraver.cc (make_script): remove 'text setting.
647
648         * scm/output-lib.scm (fingering::calc-text): new function.
649
650 2006-10-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
651
652         * scripts/lilypond-book.py: Fix typo gs-load-font -> gs-load-fonts
653          and include-eps-font -> include-eps-fonts
654
655 2006-10-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
656
657         * lily/multi-measure-rest-engraver.cc: use internalBarNumber
658
659         * lily/timing-translator.cc: list properties.
660         (start_translation_timestep): update internalBarNumber too.
661
662         * scm/define-context-properties.scm
663         (all-user-translation-properties): add internalBarNumber.
664
665         * input/regression/spacing-no-note.ly: new file.
666
667         * buildscripts/output-distance.py (link_file): verbosity for OSError.
668
669         * lily/book.cc: #include cleanup.
670
671         * lily/include/lily-guile-macros.hh: add assert to
672         scm_or_str2symbol(SCM).
673
674         * VERSION (PATCH_LEVEL): bump version.
675
676         * lily/spacing-spanner.cc (musical_column_spacing): handle
677         musical->nonmusical spacing case, where there is no spacing
678         wish. Fixes issue #61.
679
680         * lily/pango-font.cc (text_stencil): allow 'tight' bounds.
681         (pango_item_string_stencil): use logical rect horizontally (to
682         preserve spaces), ink_rect vertically (for time signatures).
683
684         * lily/font-metric.cc (word_stencil): new interface function
685
686         * input/regression/utf-8-mixed-text.ly: new file.
687
688         * lily/percent-repeat-engraver.cc (listen_percent): remove
689         spurious warning.
690
691         * lily/phrasing-slur-engraver.cc (acknowledge_script): only ack
692         non-dynamic scripts. Fixes #30.
693
694         * lily/slur.cc (outside_slur_callback): make offset_scm optional.
695
696         * lily/beam.cc (rest_collision_callback): make prev_offset optional.
697
698         * lily/grob-closure.cc (chain_offset_callback): don't pass 0 but
699         SCM_UNDEFINED for non-existent data.
700
701         * lily/side-position-interface.cc (general_side_position): allow
702         optional current_offset argument for chaining, so combinations of side-position
703         and outside slur callback don't add up.  Fixes issue #92.
704
705         * lily/pango-font.cc (pango_item_string_stencil): use
706         logical_rect. This prevents spaces after words from disappearing,
707         issue #72.
708         
709         * VERSION: release 2.9.20
710
711 2006-10-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
712
713         * scm/define-grob-properties.scm (all-user-grob-properties):
714         mention stencil as user settable.
715
716 2006-10-02  Joe Neeman  <joeneeman@gmail.com>
717
718         * Documentation/user/page.itely (Page formatting): 
719         document auto-first-page-number
720
721         * lily/page-breaking.cc (find_chunks_and_breaks): 
722         * lily/paper-score.cc (calc_breaking): Follow changes to the
723         Constrained_breaking interface
724
725         * lily/constrained-breaking.cc (calc_subproblem): run the main loop
726         here backwards, as an optimisation
727         (initialize): new function; move most of the code in resize () here
728         (combine_demerits): cache ragged_right_
729         (Constrained_breaking): constructor now takes the Paper_score
730
731 2006-10-02  Erik Sandberg  <mandolaerik@gmail.com>
732         
733         * lily/lexer.ll, lily/parser.yy: Add EXPECT_NO_MORE_ARGS token, to
734         avoid parser lookahead for 0-ary functions.
735
736         * lily/translator.cc: Extract event classes from
737         IMPLEMENT_TRANSLATOR_LISTENER for documentation generation.
738
739 2006-10-02  Heikki Junes  <hjunes@gmail.com>
740
741         * po/fi.po: Fix spaces, commas etc. in Finnish translation using
742         KBabel fix tool.
743
744 2006-10-01  Nicolas Sceaux  <nicolas.sceaux@free.fr>
745
746         * scm/layout-page-layout.scm (page-breaking-wrapper): new
747         function. Call the page breaking function selected in the
748         `page-breaking' \paper variable, then the post processing function
749         chosen using the `page-post-process' \paper variable.
750         (line-height): new function. Return the height of a system.
751         (line-minimum-position-on-page): new function. Return the position
752         of a system on page (using the previous line position), only
753         considering between system padding.
754         (stretchable-line?): new function. Says whether a line can be
755         stretched (ie. is not a title nor a single staff system).
756         (page-maximum-space-left): new function. Computes space left on a
757         page, when all systems are separated by their padding.
758
759         * lily/page-breaking.cc (breaking::make_pages): Move page post
760         processing function call to page breaking wrapper (common to all
761         page breakers).
762
763         * lily/paper-book.cc (book::pages): call the page breaking
764         wrapper, instead of the page breaker directly
765
766         * ly/paper-defaults.ly: Add \paper variables for page breaking
767         wrapper and page post processing function. Make
768         `write-page-layout' value depend on the 'dump-tweaks option. Add a
769         `system-maximum-stretch-procedure' variable for holding a function
770         computing the maximum stretch a system allows.
771
772         * scm/layout-page-dump.scm (write-page-breaks): computes the
773         stretch to apply to systems on a page to minimize left
774         space. Dump this stretch length.
775
776         * ly/music-functions-init.ly (spacingTweaks): implement it. Read
777         the system-stretch property of the tweak data to stretch the
778         system.
779         (includePageLayoutFile): Void function which includes the
780         generated page-layout file if it exists and if the page layout
781         dumping is not asked.
782         (scoreTweak): if the score tweak named by the argument exists,
783         return it.
784
785 2006-10-01  Joe Neeman  <joeneeman@gmail.com>
786
787         * lily/page-spacing.cc (compress_lines, uncompress_solution):
788         handle correctly the case where there are multiple \noPageBreaks
789         in a row.
790
791 2006-09-30  Laura Conrad <lconrad@laymusic.org>
792
793         * abc2ly.py adds segno (S) and Coda (O) to articulations.
794         
795         * abc2ly.py fix so that entering " -- " will translate to a -- in
796         the lilypond instead of a " - - "
797         
798 2006-09-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
799
800         * lily/align-interface.cc: fix typo
801
802         * lily/dynamic-text-spanner.cc (print): Add a special case for
803         trill spanner right sides. 
804
805         * scm/define-grobs.scm (all-grob-descriptions): set padding to 0.1
806
807         * lily/align-interface.cc (get_extents_aligned_translates): add
808         support for padding variable.
809
810         * lily/break-align-interface.cc (self_align_callback): oops: use
811         loop variable in guard.
812
813         * input/regression/repeat-percent-grace.ly: new file.
814
815         * lily/percent-repeat-engraver.cc (start_translation_timestep):
816         remember first currentCommandColumn of a grace run. Fixes issue 70.
817
818         * lily/percent-repeat-iterator.cc (class Percent_repeat_iterator):
819         move class definition to CC file.
820
821         * lily/multi-measure-rest.cc (percent): use robust_relative_extent()
822
823         * lily/slash-repeat-engraver.cc (listen_percent): don't warn for
824         measure-long  repeats.
825
826         * flower/include/international.hh: include stdarg.h
827
828 2006-09-30  Joe Neeman  <joeneeman@gmail.com>
829
830         * lily/page-turn-page-breaking.cc (calc_demerits): now that we allow
831         put_systems_on_pages to return an empty result, we need to assign
832         demerits properly in that case.
833         (put_systems_on_pages): Make the number of pages depend on the
834         evenness of page_number. Add auto-first-page-number.
835         (calc_subproblem): ensure that the page-number is even for the
836         left-hand page. Warn if the first page-turn doesn't fit onto the
837         first (right-hand) page.
838
839         * lily/page-spacing.cc (solve): bug: demerits_ would always be inf
840         (min_page_count): make this publicly accessible
841         (min_page_count): fix a bug when there are forced page breaks that
842         was introduced when I made this loop run backwards
843         (space_systems_on_n_pages, space_systems_on_n_or_one_more_pages):
844         replace space_systems_on_min_pages with these two. The logic in
845         space_systems_on_min_pages was getting too convoluted and is better
846         contained in page-turn-page-breaking.
847
848         * lily/page-turn-engraver.cc (breakable_column): remove an always-true
849         conditional
850         (breakable_column): typo
851
852         * lily/source-file.cc (get_line): fix off-by-one error
853         and clean up some of the logic
854
855 2006-09-29  Joe Neeman  <joeneeman@gmail.com>
856
857         * lily/page-breaking.cc (make_pages): honour the first-page-number
858         property
859
860 2006-09-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
861
862         * VERSION (PACKAGE_NAME): bump version.
863
864 2006-09-26  Pal Benko  <benko.pal@gmail.com>
865
866         * scm/parser-clef.scm: add petrucci-f3 and -f4 clefs
867         (the latter is the same as petrucci-f which is kept for compatibility)
868
869 2006-09-26  Erik Sandberg  <mandolaerik@gmail.com>
870         
871         * lily/part-combine-iterator.cc: solo1-event -> solo-one-event
872
873 2006-09-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
874
875         * lily/global-context.cc (run_iterator_on_me): break out of loop
876         if moment doesn't increase.
877
878         * scm/define-grob-properties.scm (all-user-grob-properties): add
879         forced property.
880
881         * lily/accidental.cc (after_line_breaking): read forced property.
882
883         * lily/accidental-engraver.cc (process_acknowledged): set 'forced
884         property.
885
886         * input/regression/accidental-forced-tie.ly:  new file.
887
888 2006-09-25  Han-Wen Nienhuys  <hanwen@lilypond.org>
889
890         * ly/engraver-init.ly: set ignoreFiguredBassRest in Staff context.
891
892         * lily/figured-bass-engraver.cc: only listen to rest events if
893         ignoreFiguredBassRest is not set.
894
895         * scm/define-context-properties.scm
896         (all-user-translation-properties): add ignoreFiguredBassRest property
897
898 2006-09-24  Joe Neeman  <joeneeman@gmail.com>
899
900         * lily/paper-book.cc (get_system_specs):
901         (set_system_penalty): fix breakbefore.
902         We used to set a penalty on the system after the break, now we
903         set a permission on the system before the break
904
905         * lily/grob-property.cc: add scm debugging hooks into
906         property modification
907
908         * lily/context-property.cc:
909         * lily/engraver.cc:
910         rename make_foo_from_properties to internal_make_foo and
911         move it from context-property.cc to a member function of
912         Engraver.
913         
914         * lily/include/lily-guile-macros.hh:
915         overload ly_symbol2scm macro so that there is no more need
916         to use internal_foo
917
918         * lily/volta-repeat-iterator.cc:
919         * lily/tweak-engraver.cc:
920         * lily/tuplet-bracket.cc:
921         * lily/span-bar-engraver.cc:
922         * lily/script-engraver.cc:
923         * lily/prob-scheme.cc:
924         * lily/pointer-group-interface.cc:
925         * lily/parser.yy:
926         * lily/grob-scheme.cc:
927         * lily/grob-property.cc:
928         * lily/context.cc:
929         * lily/context-property.cc:
930         * lily/break-substitution.cc:
931         * lily/break-align-engraver.cc:
932         * lily/axis-group-interface.cc:
933         * lily/align-interface.cc:
934         remove calls to internal_FOO
935
936         * lily/system-start-delimiter-engraver.cc:
937         * lily/parenthesis-engraver.cc:
938         * lily/accidental-engraver.cc:
939         remove calls to make_foo_from_properties
940
941 2006-09-23  Graham Percival  <gpermus@gmail.com>
942
943         * Documentation/user/programming-iterfaces.itely: fix
944         def-music-function -> define-music... leftover.
945
946 2006-09-23  Joe Neeman  <joeneeman@gmail.com>
947
948         * lily/page-spacing.cc (min_page_count): by running the loop
949         backwards, we can calculate ragged_last properly.
950
951 2006-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
952
953         * ly/titling-init.ly (scoreTitleMarkup): Rename (typo!?)
954         printfirst-page-number -> print-first-page-number
955
956         * python/convertrules.py: corresponding rule.
957
958         * Documentation/user/page.itely (Page formatting): Document the
959         default values of all page layout parameters. 
960
961 2006-09-22  Erik Sandberg  <mandolaerik@gmail.com>
962
963         * lily/lexer.ll: remove limitation on music function arity. New
964         mode extratoken, which inserts extra EXPECT_* tokens after
965         MUSIC_FUNCTION token. Junk all MUSIC_FUNCTION_* tokens.
966
967         * lily/parser.yy: Change grammar for music function accordingly.
968
969         * lily/include/lily-parser.hh: New method get_state, new member
970         hidden_state. Works around a problem when parser fetches
971         MUSIC_FUNCTION token but not the following EXPECT_* token.
972
973         * lily/translator.cc, lily/context.cc:, lily/translator-group.cc:
974         remove try_music
975
976         * lily/*-engraver.cc, lily/*-performer.cc: Remove all remaining
977         references to Music; use ASSIGN_EVENT_ONCE everywhere
978
979         * lily/grob-info.cc: junk *music_cause
980
981         * lily/music.cc: copy eventified articulations to stream event
982
983         * lily/part-combine-iterator.cc: Cleanup using enums
984
985         * lily/translator-group.cc: Junk OldMusicEvent, and associated
986         methods
987
988         * lily/include/engraver.hh: Junk music.hh include
989
990         * lily/stream-event.cc: Changed constructors
991
992 2006-09-21  Graham Percival  <gpermus@gmail.com>
993
994         * Documentation/user/tweaks.itely (Fitting music onto fewer
995         pages): change settings to avoid warning messages.
996
997 2006-09-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
998
999         * Documentation/user/tweaks.itely (Fitting music onto fewer
1000         pages): Add between-system-space setting. 
1001
1002 2006-09-21  Han-Wen Nienhuys  <hanwen@lilypond.org>
1003
1004         * lily/accidental-placement.cc (calc_positioning_done): don't
1005         trigger Y-extent calculation too early. Use pure_height instead.
1006
1007         * lily/scale.cc (LY_DEFINE): new file. 
1008
1009 2006-09-20  Joe Neeman  <joeneeman@gmail.com>
1010
1011         * lily/page-breaking.cc (find_chunks_and_breaks): ignore breaks
1012         that happen at the start of a score: having a zero-length
1013         chunk was messing up min_system_count calculations.
1014
1015         * lily/source-file.cc (get_line): lower_bound, not
1016         binary_search. Fixes problem where point-and-click would
1017         always point to the first line.
1018
1019 2006-09-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
1020
1021         * lily/accidental-placement.cc (calc_positioning_done): also put
1022         stems into accidental support. 
1023
1024         * lily/tie-engraver.cc (process_music): also set tieMelismaBusy if
1025         event_ detected.
1026
1027         * scm/script.scm (default-script-alist): avoid-slur and
1028         slur-padding for portato script.
1029
1030         * lily/stem-tremolo.cc (translated_stencil): new function. 
1031         (height): use new function. Fixes tremolos on whole notes.
1032
1033         * lily/slur-scoring.cc (get_best_curve): don't crash if no optimal
1034         slur found.
1035
1036 2006-09-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
1037
1038         * scripts/abc2ly.py (try_parse_comment): idem.
1039
1040         * scripts/lilypond-book.py (find_toplevel_snippets): use 'foo' in
1041         bar_string iso. string.find()
1042
1043         * lily/*.cc: idem.
1044
1045         * lily/slur.cc (get_curve): always use scm_is_pair() looping
1046         scheme lists.  
1047
1048 2006-09-18  Graham Percival  <gpermus@gmail.com>
1049
1050         * Documentation/user/basic-notation.itely: add bug
1051         warning about ties and octavation/clef.
1052
1053 2006-09-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
1054
1055         * VERSION (PACKAGE_NAME): release 2.9.18
1056
1057 2006-08-29  Milan Zamazal  <pdm@brailcom.org>
1058
1059         * elisp/lilypond-mode.el (LilyPond-command-alist): Don't try to
1060         figure out midi file names right here.
1061         
1062 2006-09-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
1063
1064         * scm/framework-ps.scm (dump-stencil-as-EPS): naming pad-eps-boxes.
1065
1066         * scm/backend-library.scm: option naming:  gs-font-load*s*
1067
1068         * scm/framework-eps.scm (dump-stencils-as-EPSes): rename option to
1069         include-eps-fonts
1070
1071 2006-09-17  Joe Neeman  <joeneeman@gmail.com>
1072
1073         * scm/define-music-types.scm (music-descriptions): remove
1074         BreakEvent and fix {Page,Line}{Break,Turn}Event so
1075         Music::to_event doesn't complain.
1076
1077         * lily/accidental-placement.cc (ape_compare):
1078         * lily/semi-tie.cc (compare): 
1079         * lily/note-column.cc (shift_compare): replace by XXX_less
1080
1081         * lily/tie-formatting-problem.cc (set_chord_outline): 
1082         * lily/tie-column.cc (calc_positioning_done): 
1083         * lily/system.cc (post_processing)
1084         (get_paper_system): 
1085         * lily/stem.cc (note_head_positions)
1086         (calc_positioning_done): 
1087         * lily/spanner.cc (do_break_processing)
1088         (find_broken_piece): 
1089         * lily/span-bar.cc (print): 
1090         * lily/semi-tie-column.cc (calc_positioning_done): 
1091         * lily/rest-collision.cc (calc_positioning_done): 
1092         * lily/program-option.cc (get_help_string): 
1093         * lily/note-collision.cc (get_clash_groups):
1094         * lily/new-fingering-engraver.cc (position_scripts):
1095         * lily/keyword.cc (Keyword_table):
1096         * lily/hara-kiri-group-spanner.cc (request_suicide):
1097         * lily/grob-pq-engraver.cc (stop_translation_timestep):
1098         * lily/accidental-placement.cc (calc_positioning_done):
1099         (stagger_apes):
1100         * lily/beam.cc (get_beam_segments):
1101         * lily/grob-array.cc (remove_duplicates):
1102         use new vector_sort
1103         
1104         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ily:
1105         ragged-last-bottom = ##f (test the new page breaker)
1106
1107         * flower/include/std-vector.hh (vector_sort): use STL sort stuff
1108
1109         * scm/define-context-properties.scm
1110         (all-internal-translation-properties): remove properties that
1111         were used to communicate page-turn stuff to the paper-column
1112         engraver.
1113
1114         * lily/lily-guile.cc (robust_scm2string): new function
1115
1116         * lily/paper-column-engraver.cc: Clean up page turn stuff
1117
1118         * lily/page-turn-engraver.cc: Re-write the page turn logic here
1119         instead of cluttering up paper-column-engraver.cc
1120
1121 2006-09-17  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1122
1123         * scm/layout-page-dump.scm (scm): export utility function names,
1124         to allow user writing cutsom dumping functions.
1125
1126         * scm/layout-page-layout.scm: export utility function names to
1127         enable custom page breaking function writing. Tabify.
1128         (line-next-space): use ?-suffix only for predicates
1129         (page-maximum-space-to-fill): new function. Return the space
1130         between first and bottom system of a page, to give to
1131         space-systems.
1132         (space-systems): use a space-to-fill argument (for instance as
1133         computed by page-maximum-space-to-fill) instead of computing
1134         internaly this space with the page height. That way, the caller
1135         can adjust the space to use.
1136         (make-page-from-systems, walk-paths): compute space to fill before
1137         calling space-systems.
1138
1139 2006-09-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
1140
1141         * scm/script.scm (default-script-alist): set paddings for every
1142         type here, increase for portato mark.
1143
1144         * scm/lily.scm (define-scheme-options): typo: add s, so it is 
1145         -dinclude-eps-fonts
1146
1147 2006-09-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
1148
1149         * scm/define-grobs.scm (all-grob-descriptions): oops, typo:
1150         use spanner::set-spacing-rods
1151
1152         * lily/note-column.cc: reformat.
1153
1154         * lily/rest-collision.cc (calc_positioning_done): fix whole/half
1155         step positioning for note/rest combinations.
1156
1157         * input/regression/rest-note-collision.ly: new file.
1158
1159         * scm/define-grobs.scm (all-grob-descriptions): add
1160         springs-and-rods
1161
1162         * flower/include/std-vector.hh: switch off again.
1163
1164         * VERSION (PATCH_LEVEL): bump to 2.9.18
1165
1166         * flower/include/std-string.hh: idem.
1167
1168         * flower/include/std-vector.hh (_GLIBCXX_DEBUG): set if NDEBUG not set.
1169
1170 2006-09-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1171
1172         * ly/engraver-init.ly: Make FiguredBass accepted in GrandStaff and
1173         PianoStaff. 
1174
1175 2006-09-08  Joe Neeman  <joeneeman@gmail.com>
1176
1177         * Documentation/user/page.itely: update page breaking documentation
1178
1179 2006-09-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
1180
1181         * lily/note-collision.cc (calc_positioning_done): only access
1182         first head if available.
1183
1184         * lily/tuplet-engraver.cc: add tupletFullLengthNote to description.
1185
1186         * scm/framework-ps.scm (output-preview-framework): use new name.
1187
1188         * lily/program-option.cc (internal_set_option): use new names.
1189
1190         * Documentation/user/SConscript (lilypond_book_flags): update -d
1191         variable names.
1192
1193         * Documentation/user/lilypond-book.itely (Inserting LilyPond
1194         output into other programs): new variable names.
1195
1196         * scm/lily.scm (define-scheme-options): uniformize var names.
1197
1198         * lily/tuplet-engraver.cc (listen_tuplet_span): verify that
1199         tuplets_ is non-empty before popping.
1200
1201 2006-09-07  Joe Neeman  <joeneeman@gmail.com>
1202
1203         * lily/spanner.cc (find_broken_piece): 
1204         * lily/spacing-spanner.cc (get_columns): 
1205         * lily/source-file.cc (get_line): 
1206         * lily/simple-spacer.cc (get_column_description): 
1207         * lily/keyword.cc (lookup): 
1208         use the new binary search.
1209
1210         * flower/include/std-vector.hh: replace binary_search with
1211         a more STL-like version
1212
1213 2006-09-04  Michael Welsh Duggan  <md5i@cs.cmu.edu>
1214
1215         * lily/tie-performer.cc: remove unused last_event_ property.
1216         (class Tie_performer): add now_tied_heads_ property for
1217         partially-tied heads.
1218         (acknowledge_audio_element): when adding an Audio_note, put the
1219         note in now_tied_heads_ if the audio note is partially tied.
1220         (stop_translation_timestep): always include entries in
1221         now_tied_heads_ in heads_to_tie_.
1222
1223         * lily/drum-note-performer.cc (process_music): look for tie-events
1224         in the articulations; pass to Audio_note constructor.
1225
1226         * lily/note-performer.cc (process_music): look for tie-events in
1227         the articulations; pass to Audio_note constructor.
1228
1229         * lily/audio-item.cc (Audio_note): Initialize tie_event_ in
1230         constructor.
1231
1232         * lily/include/audio-item.hh (class Audio_note): add tie_event_.
1233         include initializer in constructor.
1234
1235 2006-09-02  Joe Neeman  <joeneeman@gmail.com>
1236
1237         * lily/simple-spacer.cc (get_line_forces): Ignore loose columns
1238         unless they are breakable. This fixes discrepancies between the forces
1239         calculated here and the forces calculated in get_line_configuration.
1240
1241         * lily/grob.cc (pure_relative_y_coordinate): fix some
1242         mis-estimation that was happening with piano staves.
1243
1244         * lily/constrained-breaking.cc (resize): don't choke if we get a
1245         measure that won't fit on a line.
1246         (combine_demerits): don't consider uniformity when ragged
1247
1248         * lily/page-spacing.cc (solve): why the f* were there two of these?
1249         (calc_subproblem): properly handle the case where a system is taller
1250         than the page.
1251
1252         * lily/system.cc (get_paper_system): ensure that all the permissions
1253         and penalties are passed to the paper systems.
1254
1255         * lily/page-breaking.cc (create_system_list): support system-count.
1256
1257         * scm/define-grobs.scm (pure-print-callbacks): add
1258         ly:script-interface::print
1259
1260         * lily/page-spacing.cc (min_page_count): fix calculation of min
1261         pages if we are ragged and there are non-zero springs.
1262
1263         * scm/layout-page-layout.scm: if the pure-height estimates are under
1264         the real height, allow space-systems to ignore padding if it is
1265         needed in order to fit the systems on one page
1266
1267         * lily/optimal-page-breaking.cc (try_page_spacing): fix reading
1268         ragged properties
1269         (solve): fix performance problem. Make sure we always get at least
1270         one solution
1271
1272         * lily/page-breaking.cc (make_pages): include write-page-breaks
1273         and page-stencil
1274
1275         * lily/paper-score.cc (calc_breaking): remove Gourlay breaker
1276
1277         * scm/define-grobs.scm: add the new slur-callback
1278         fix pure-relevant to not exclude grobs whose extent is already
1279         calculated
1280
1281         * ly/paper-defaults.ly: make ly:optimal-breaking the new default
1282         page breaker
1283
1284         * lily/slur.cc (pure_height): new callback to estimate the height
1285         of a slur
1286
1287 2006-09-02  Graham Percival  <gpermus@gmail.com>
1288
1289         * Documentation/user/invoking.itely: small update on
1290         MacOS X notes; thanks Trevor!
1291
1292 2006-09-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
1293
1294         * VERSION (MY_PATCH_LEVEL): release 2.9.17
1295
1296         * lily/lexer.ll: accept EOF in all states.
1297
1298         * lily/tempo-performer.cc (Tempo_performer): initialize last_tempo_.
1299
1300         * lily/source-file.cc (Source_file): always 0-terminate character
1301         array, to prevent Flex from barfing.
1302
1303         * lily/global-context.cc (get_output): robustness: don't crash if
1304         no Score context found.
1305
1306         * lily/include/book.hh (class Book): idem.
1307
1308         * lily/include/context-def.hh (struct Context_def): idem.
1309
1310         * lily/include/score.hh (class Score): don't derive from Input.
1311
1312         * lily/book.cc (Book): add a copy ctor. 
1313
1314         * buildscripts/output-distance.py (FileLink.calc_distance): count
1315         orphans in distance too.
1316
1317         * python/midi.c (midi_parse_track): robustness: don't read past
1318         end of string.
1319
1320         * ly/performer-init.ly: add Control_track_performer, move
1321         Tempo_performer and Time_signature_performer to Score.        
1322
1323         * lily/score-performer.cc (acknowledge_audio_elements): override
1324         from base class: add to audio-columns
1325
1326         * lily/control-track-performer.cc (add_text): new file: generate
1327         the control track.
1328
1329         * lily/performance.cc: move output_header_track to
1330         Control_track_performer ()
1331
1332         * lily/midi-walker.cc (Midi_walker): get channel in constructor.
1333
1334         * lily/include/midi-item.hh (class Midi_channel_item): insert
1335         class into hierarchy, for items that can have a channel setting. Dehungarify.
1336
1337         * lily/include/performer.hh (class Performer): remove
1338         play_element();  move functionality into announce/acknowledge.
1339
1340         * lily/audio-staff.cc (output): remove channel_ from Midi_track.
1341
1342         * lily/tie-engraver.cc (stop_translation_timestep): only wipe
1343         heads_to_tie_ if there are new heads to tie.  Fixes polyphony in ties.
1344
1345 2006-08-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
1346
1347         * lily/tie-engraver.cc (stop_translation_timestep): robustness for
1348         ambituses.
1349
1350         * lily/all-font-metrics.cc: remove TFM support.
1351
1352         * lily/include/tfm.hh: remove TFM support, TFM reader.
1353
1354         * lily/include/binary-source-file.hh: remove Binary_source_file.
1355
1356 2006-08-27  Graham Percival  <gpermus@gmail.com>
1357
1358         * Documentation/topdocs/NEWS.itely: add @c marker for
1359         stuff I've processed.
1360
1361         * Documentation/user/ various: info from NEWS.
1362
1363 2006-08-27  Joe Neeman  <joeneeman@gmail.com>
1364
1365         * lily/paper-column-engraver.cc (finalize): Oops, this change
1366         should have gone in on 2006-08-23
1367
1368 2006-08-26  Mats Bengtsson  <mabe@s3.kth.se>
1369
1370         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use double
1371         quotes to quote arguments. Fixes Windows problem.
1372
1373         * python/lilylib.py (progress): idem
1374
1375 2006-08-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
1376
1377         * scripts/musicxml2ly.py: fix for importing
1378         minor key signatures from MusicXML.  (Phillip Kirlin)
1379
1380 2006-08-24  Phillip Kirlin  <pkirlin@acm.org>
1381
1382         * python/musicxml.py: 
1383         (Attributes.get_key_signature): now correctly retrieves mode from 
1384         MusicXML. 
1385
1386 2006-08-25  Han-Wen Nienhuys  <hanwen@lilypond.org>
1387
1388         * lily/parser.yy (output_def_body): take ownership of identifier
1389         back to C++.
1390
1391         * Documentation/user/advanced-notation.itely (Metronome marks):
1392         update use of \tempo in \midi.
1393
1394         * VERSION: release 2.9.16
1395         
1396 2006-08-24  Erik Sandberg  <mandolaerik@gmail.com>
1397
1398         * input/mutopia/*: upgrade to new midi tempo syntax (repairs make
1399         web partially)
1400
1401 2006-08-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
1402
1403         * input/regression/tie-chord-partial.ly: clarify example.
1404
1405         * scm/define-music-properties.scm (all-music-properties): remove
1406         untied.
1407
1408         * ly/music-functions-init.ly: remove \untied.
1409
1410         * lily/tie-engraver.cc (struct Head_event_tuple): store both
1411         stream events and music events.
1412         (stop_translation_timestep): search acknowledged heads for
1413         tie-event.
1414
1415         * input/regression/tie-chord-partial.ly: new file.
1416
1417         * scm/define-markup-commands.scm (char): use ly:wide-char->utf-8
1418         for \char markup command.
1419
1420         * scm/define-event-classes.scm (unlistened-music-event-classes): idem.
1421
1422         * scm/define-music-types.scm (music-descriptions): consistency:
1423         Use solo-{one,two}-event iso. solo-[12]-event.
1424
1425         * lily/part-combine-engraver.cc (process_music):
1426         Use solo-{one,two}-event iso. solo-[12]-event.
1427
1428         * ly/declarations-init.ly (partCombineListener): add Timing as
1429         alias
1430
1431         * flower/std-string.cc (string_copy): use copy ()
1432
1433         * lily/source-file.cc (Source_file): use copy(). Remove contents_str0()
1434
1435 2006-08-24  Graham Percival  <gpermus@gmail.com>
1436
1437         * Documentation/user/changing-defaults.itely, global.itely,
1438         lilypond-book.itely, page.itely: minor changes from mailist.
1439
1440 2006-08-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
1441
1442         * buildscripts/mutopia-index.py (allfiles): filter lily-XXX and
1443         snippet-map
1444
1445         * scm/define-context-properties.scm
1446         (translator-property-description): robustness: detect type errors
1447         in property definitions.
1448
1449         * lily/parser.yy (score_body): protect SCORE_IDENTIFIER result
1450         after getting it from SCM. 
1451
1452         * lily/smobs.cc (protect_smob): switch off fancy smob protection
1453         for now. 
1454
1455         * lily/include/performer.hh (class Performer): strip get_tempo()
1456         method.
1457
1458         * lily/midi-def.cc: strip file.
1459
1460         * lily/lexer.ll (Lily_lexer): don't protect hash key separately.
1461
1462         * lily/include/context-def.hh (struct Context_def): use
1463         VIRTUAL_COPY_CONSTRUCTOR().
1464
1465         * lily/source-file.cc: smobification.
1466
1467         * lily/include/source-file.hh (class Source_file): smobify
1468         Source_file. Trim redundant members.
1469
1470         * lily/parser.yy (Lily_lexer::try_special_identifiers): unprotect
1471         clones after creation. This plugs a huge memory leak.
1472
1473         * python/convertrules.py (FatalConversionError.sub_tempo):
1474         complete rule for \midi{ \tempo }
1475
1476         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): idem.
1477
1478         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): update tempo.
1479
1480 2006-08-23  Joe Neeman  <joeneeman@gmail.com>
1481
1482         * input/regression/optimal-page-breaking-hstretch.ly: test for
1483         ragged-last-bottom also
1484
1485         * lily/paper-column-engraver.cc (finalize): make the end of a score
1486         breakable by default. This is to balance out a change in behaviour
1487         of the page-turn-breaker which no longer makes the end of a score
1488         breakable.
1489
1490         * lily/paper-book.cc (pages): set the systems_ once the pages are
1491         broken
1492
1493         * lily/page-turn-page-breaking.cc (calc_subproblem): use the new
1494         Page_breaking interface.
1495
1496         * lily/page-breaking.cc (class Page_breaking): make the interface
1497         more consistent and provide abstractions for dealing with
1498         Line_divisions.
1499
1500         * lily/optimal-page-breaking.cc (solve): use a more straightforward
1501         algorithm. Use the new interface to Page_breaking.
1502
1503         * lily/page-spacing.cc: better support for ragged-bottom and
1504         ragged-last-bottom
1505
1506 2006-08-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
1507
1508         * python/convertrules.py (conv): warning on \tempo{}
1509
1510         * ly/performer-init.ly: set tempoWholesPerMinute.
1511
1512         * ly/midi-init.ly: remove \midi
1513
1514         * lily/tempo-performer.cc: look at tempoWholesPerMinute to set
1515         MIDI tempo.
1516
1517         * lily/metronome-engraver.cc (process_music): use tempoUnitCount
1518         tempoUnitDuration for determining what to print.
1519
1520         * lily/lyric-extender.cc: typo.
1521
1522         * lily/parser.yy (output_def_body): disallow \tempo in \midi{}
1523
1524         * lily/duration-scheme.cc (LY_DEFINE): ly:duration-length: new
1525         function.
1526
1527         * scm/lily.scm (define-scheme-options): alphabetize, add eps-pad-boxes.
1528
1529         * scm/framework-ps.scm (dump-stencil-as-EPS): only pad boxes if
1530         eps-pad-boxes is set.
1531
1532         * scripts/lilypond-book.py (main): use -deps-pad-boxes.
1533
1534         * THANKS: update sponsors.
1535
1536         * ly/english.ly: quarter tone naming (thanks, Trevor Baca)
1537
1538         * Documentation/topdocs/NEWS.tely (Top): doc new feature.
1539
1540         * input/regression/tie-chord-untied.ly: new file.
1541
1542         * lily/tie-engraver.cc (acknowledge_note_head): check 'untied property.
1543
1544         * scm/define-music-properties.scm (all-music-properties): add
1545         'untied property.
1546
1547         * buildscripts/mutopia-index.py (allfiles): look for .ly rather
1548         than .ly.txt.
1549         (headertext_nopics): sanitize no-examples text.
1550
1551         * scm/page.scm (make-page-stencil): don't rely on extents of
1552         page-stencil. This fixes spurious space around .EPS files produced
1553         with the EPS backend.
1554
1555 2006-08-21  Han-Wen Nienhuys  <hanwen@lilypond.org>
1556
1557         * lily/stencil-scheme.cc (LY_DEFINE): make extent arguments optional.
1558
1559         * lily/hara-kiri-engraver.cc (process_music): remember
1560         keepAliveInterfaces after processing \set
1561
1562         * lily/lyric-extender.cc (print): support left/right-padding for
1563         extenders.
1564
1565         * scm/documentation-generate.scm (string-append): revert lilypond/
1566         path, doc why.
1567
1568 2006-08-20  Graham Percival  <gpermus@gmail.com>
1569
1570         * Documentation/user/lilypond.tely: clarification to
1571         license presentation (not to actual license).
1572
1573         * Documentation/user/basic-notation.itely,
1574         instrument-notation.itely: minor changes.
1575
1576         * input/ {regression, test}/+.ly: clarification to
1577         text (you can click on examples).  Thanks, Mats!
1578
1579         * input/manual/bar-lines.ly: adds ||: repeats.
1580
1581 2006-08-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
1582
1583         * make/ly-vars.make (OMF_FILES): strip ps.gz from OMF_FILES 
1584
1585         * scm/documentation-lib.scm (texi-file-head): category LilyPond.
1586
1587         * Documentation/user/lilypond.tely: strip lilypond/ from info
1588         links, rename to category LilyPond
1589
1590         * lily/pango-font.cc (description_string): new function.
1591
1592         * VERSION: release 2.9.15
1593
1594         * lily/spacing-engraver.cc (stop_translation_timestep): use
1595         Dscho's fix for spacing spanner. 
1596
1597         * scm/define-music-types.scm (music-descriptions): use
1598         apply-output-event for ApplyOutputEvent
1599
1600         * lily/output-property-engraver.cc (listen_apply_output): rename
1601         from listen_layout_instruction.
1602
1603         * lily/piano-pedal-engraver.cc (struct Pedal_type_info): new
1604         function protect()
1605
1606 2006-08-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
1607
1608         * scm/lily.scm (lilypond-all): option read-file-list: substitute
1609         commandline args with contains, split by \n.
1610
1611         * scripts/lilypond-book.py (Lilypond_file_snippet.my_system):
1612         write snippet-names file, call with -dread-file-list. Fixes
1613         command limitations on 64-bit systems.
1614
1615         * input/regression/stencil-color-rotation.ly: new file.
1616
1617         * lily/include/translator.hh (struct Acknowledge_information):
1618         revert: don't use Protected_scm in global objects, as GUILE can't
1619         handle gc_unprotect from automated destructors on MacOS X.
1620  
1621         * lily/grob.cc (get_print_stencil): use retval.expr() as base for
1622         color, not the original stencil. Fixes combinations of
1623         color/transparency/rotation. 
1624
1625         * scripts/lilypond-book.py (main): add --formats=eps for
1626         texinfo/latex.
1627
1628         * lily/spacing-engraver.cc (stop_translation_timestep): don't
1629         crash if spacing_ is nonexistent.
1630
1631 2006-08-14  Mats Bengtsson  <mabe@s3.kth.se>
1632
1633         * scripts/lilypond-book.py (output): Remove obsolete(!?)
1634         \catcode`\@=12 in the LaTeX output.
1635
1636 2006-08-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
1637
1638         * scm/define-music-types.scm (music-descriptions):
1639         use sustain-event iso. sustain-pedal-event.
1640
1641 2006-08-11  Joe Neeman  <joeneeman@gmail.com>
1642
1643         * scripts/convert-ly.py: honour the -n command-line switch
1644
1645 2006-08-10  Han-Wen Nienhuys  <hanwen@lilypond.org>
1646
1647         * scm/output-lib.scm (bar-line::calc-glyph-name): add dashed liine
1648         break specification.
1649
1650 2006-08-10  Joe Neeman  <joeneeman@gmail.com>
1651
1652         * Documentation/user: convert-ly the user manual
1653
1654 2006-08-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
1655
1656         * stepmake/aclocal.m4: version check patch (thanks MWD)
1657
1658         * ly/music-functions-init.ly: robustness. Don't crash if
1659         currentBarNumber is not a number.
1660
1661         * VERSION (PATCH_LEVEL): bump.
1662
1663 2006-08-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
1664
1665         * stepmake/aclocal.m4: better version check; handle fooX.Y
1666         binaries too.
1667
1668         * ly/performer-init.ly: instrument name fixup.
1669
1670         * input/manual/chord-names-jazz.ly (banterProperties):
1671         instrumentName update
1672
1673         * scm/define-event-classes.scm (lambda): use ly:is-listened-event-class
1674
1675         * lily/ly-module.cc (ly_module_symbols): use ly_hash_table_keys
1676
1677         * lily/translator.cc (LY_DEFINE): ly:is-listened-event-class: new
1678         function. Use hash tables to check membership.
1679
1680         * lily/general-scheme.cc (LY_DEFINE): new function.
1681
1682         * lily/piano-pedal-engraver.cc (struct Pedal_type_info): idem
1683
1684         * lily/include/translator.hh (struct Acknowledge_information): add
1685         Protected_scm
1686
1687         * ly/music-functions-init.ly: change name to BreathingEvent
1688
1689         * input/regression/*.ly: apply it.
1690
1691         * python/convertrules.py (conv): better instrumentName conversion
1692         rule.
1693
1694         * scm/define-music-types.scm (music-descriptions): add
1695         line-break-event to LineBreakEvent music
1696
1697         * lily/music.cc (to_event): don't crash if music type not set.
1698
1699         * lily/spacing-loose-columns.cc (set_loose_columns): don't barf if
1700         spacing not set.
1701
1702         * lily/spacing-engraver.cc (stop_translation_timestep): set
1703         spacing for proportional notation too.
1704
1705         * scm/translation-functions.scm (format-bass-figure): inspect
1706         stream-event.
1707
1708         * scripts/lilypond-book.py (bindir): add bindir to $PATH.
1709
1710 2006-08-08  Joe Neeman  <joeneeman@gmail.com>
1711
1712         * lily/include/constrained-breaking.hh: add Line_details (Prob*)
1713
1714         * scm/page.scm (make-page): make it friendlier to call (esp. from C++)
1715
1716         * scm/layout-page-layout.scm (make-page-from-systems): new function
1717         (optimal-page-breaks): use the new page-breaking calling convention
1718
1719         * scm/define-context-properties.scm (all-user-translation-properties):
1720         add revokePageTurns
1721
1722         * lily/paper-column-engraver.cc (stop_translation_timestep): add
1723         revokePageTurns  functionality. If there is a special barline within
1724         the breakable region, break there instead of at the end of the region.
1725
1726         * lily/paper-book.cc (pages): use the new page-breaking calling
1727         convention
1728
1729 2006-08-07  Erik Sandberg  <mandolaerik@gmail.com>
1730
1731         * lily/lexer.ll, lily/source-file.cc: Add \sourcefileline command
1732
1733         * scripts/lilypond-book.py: insert \sourcefileline command in
1734         output, so lilypond error messages refer to the spot in the
1735         original .lytex / .itely sourcefile.
1736
1737 2006-08-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
1738
1739         * lily/spacing-loose-columns.cc (set_loose_columns): oops: use
1740         space to next column for distance to fixed col.
1741
1742         * VERSION (PACKAGE_NAME): release 2.9.14
1743
1744         * lily/pitched-trill-engraver.cc (make_trill): do set_parent also
1745         if no accidental.
1746
1747         * lily/accidental-engraver.cc (process_acknowledged): don't create
1748         accidental for trill span event. This fixes spurious accidentals
1749         on trills.
1750
1751 2006-08-04  Mats Bengtsson  <mabe@s3.kth.se>
1752
1753         * scm/define-grob-properties.scm (all-user-grob-properties):
1754         Clarify documentation of side-axis and direction. Thanks to Paul
1755         for the inspiration.
1756
1757         * lily/bar-line.cc: Add documentation for "||:" also in the
1758         interface documentation.
1759
1760 2006-08-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
1761
1762         * lily/spacing-loose-columns.cc (set_loose_columns): bugfix.
1763
1764         * lily/paper-column.cc (set_system): new function.
1765
1766         * lily/spacing-engraver.cc (stop_translation_timestep): store
1767         SpacingSpanner refs in Paper_column.
1768
1769         * lily/spacing-loose-columns.cc (set_loose_columns): rewrite
1770         compute loose clique spacing using GraceSpacing/SpacingSpanner.
1771
1772 2006-08-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
1773
1774         * lily/beam-engraver.cc (listen_beam): add method for
1775         Grace_beam_engraver too.
1776
1777 2006-08-03  Mats Bengtsson  <mabe@s3.kth.se>
1778
1779         * python/convertrules.py: Fix indentation bug that broke
1780         conversion of files older than 1.3.117.
1781         Fix escape error in the description for 2.9.6.
1782
1783 2006-08-02  Erik Sandberg  <mandolaerik@gmail.com>
1784
1785         * lily/*-engraver.cc: convert all try_music functions to listen_*
1786         functions.
1787
1788         * lily/piano-pedal-engraver.cc: some additional cleanups: use
1789         enums to represent pedal types, and calculate more data statically.
1790
1791         * scm/part-combiner.scm (recording-group-emulate): create a
1792         softcoded substitute for recording-group-engraver.cc.
1793
1794         * lily/music.cc: make a common transpose function for events and
1795         music
1796
1797         * ly/declarations-init.ly: change melisma/melismaEnd. Eliminates
1798         ManualMelismaEvent, and obsoletes Melisma_translator.
1799
1800 2006-08-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
1801
1802         * input/test/instrument-name-align.ly: update version.
1803
1804 2006-08-02  Mats Bengtsson  <mabe@s3.kth.se>
1805
1806         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
1807         Doc the --pdf flag to lilypond-book.
1808
1809 2006-07-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
1810
1811         * Documentation/topdocs/NEWS.tely (Top): add description.
1812
1813         * input/regression/tuplet-full-length-note.ly: add file.
1814
1815         * lily/instrument-name-engraver.cc (acknowledge_axis_group):
1816         always store axis group.
1817
1818 2006-07-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
1819
1820         * input/regression/instrument-switch.ly: new file.
1821
1822         * lily/instrument-switch-engraver.cc (process_music): new file.
1823
1824         * ly/engraver-init.ly: add Instrument_switch_engraver
1825
1826         * ly/music-functions-init.ly: \instrumentSwitch
1827
1828         * scm/define-context-properties.scm
1829         (all-user-translation-properties): add instrumentCueName
1830
1831         * scm/define-grobs.scm (all-grob-descriptions): add InstrumentSwitch
1832
1833 2006-07-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
1834
1835         * ly/music-functions-init.ly: music function \transposition.
1836
1837         * lily/parser.yy (command_element): softcode \transposition.
1838
1839         * lily/fall-engraver.cc (process_music): delta-pitch -> delta-step.
1840         (process_music): oops.
1841
1842         * lily/instrument-name-engraver.cc (start_spanner): new
1843         function. Create spanner when property changes.
1844         (stop_spanner): new function.
1845
1846         * python/convertrules.py (conv): add rule.
1847
1848         * lily/instrument-name-engraver.cc: shortVocalName iso. vocNam,
1849         shortInstrumentName iso. instr.
1850
1851         * scm/output-ps.scm (dashed-line): add phase argument to
1852         dashed-line.
1853
1854         * lily/bar-line.cc (dashed_bar_line): new function.
1855         (compound_barline): support \bar "dashed". 
1856
1857         * lily/lily-parser-scheme.cc (LY_DEFINE): only write
1858         --output=DIR to DIR/BASE if it is a dir. 
1859
1860         * flower/file-name.cc (file_part): new function
1861         (dir_part): new function
1862
1863         * lily/lily-parser-scheme.cc (LY_DEFINE): 
1864
1865         * DEDICATION: update
1866
1867 2006-07-25  Han-Wen Nienhuys  <hanwen@lilypond.org>
1868
1869         * lily/instrument-name-engraver.cc: formatting.
1870
1871         * python/convertrules.py (conv): bugfix for \epsfile.
1872
1873 2006-07-25  Joe Neeman  <joeneeman@gmail.com>
1874
1875         * lily/grob.cc:
1876         
1877         * lily/gourlay-breaking.cc: Oops, these should have been included
1878         in my last commit
1879
1880 2006-07-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
1881
1882         * scripts/*.py (program_name): cleanup relocation snippets.
1883
1884         * scripts/convert-ly.py (datadir): remove LILYPONDPREFIX support.
1885
1886 2006-07-24  Joe Neeman  <joeneeman@gmail.com>
1887
1888         * scm/define-grobs.scm (all-grob-descriptions): make NonMusicalPaperColumn
1889         page-breakable by default
1890
1891         * scm/layout-page-layout.scm (space-systems): fix bug where the force isn't
1892         correctly calculated for a single-system page
1893
1894         * scm/lily-library.scm (interval-sane?): also check that the first number is no
1895         bigger than the second number
1896
1897         * lily/simple-spacer.cc (solve): allow compression even when ragged (but we
1898         acknowledge that we aren't satisfying constraints)
1899
1900         * lily/hara-kiri-group-spanner.cc (request_suicide): give equal treatment to
1901         non-Items
1902
1903         * lily/grob.cc (pure_height): add minimum-Y-extent
1904
1905         * lily/gourlay-breaking.cc (solve): don't ignore a compression force, even if we're
1906         ragged
1907
1908         * lily/constrained-breaking.cc: convert code to use new Matrix class
1909         (get_best_solution): new function
1910
1911         * scm/page.scm (make-page-stencil): don't crash if we annotate-layout when there
1912         is a page with no systems
1913
1914 2006-07-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
1915
1916         * VERSION (PACKAGE_NAME): release 2.9.13
1917
1918         * scm/define-grobs.scm (all-grob-descriptions): remove stray
1919         assignment.
1920
1921 2006-07-21  Han-Wen Nienhuys  <hanwen@lilypond.org>
1922
1923         * Documentation/topdocs/NEWS.tely (Top): doc new features.
1924
1925         * scm/output-lib.scm (grace-spacing::calc-shortest-duration): new
1926         function.
1927
1928         * scm/define-grob-properties.scm (all-user-grob-properties):
1929         remove grace-space-factor.
1930
1931         * scm/define-grob-interfaces.scm (grace-spacing-interface): add
1932         grace-spacing-interface
1933         (spacing-options-interface): add.
1934
1935         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add Grace_spacing_engraver
1936
1937         * lily/spacing-options.cc (get_duration_space): move function from spacing-basic.cc
1938
1939         * lily/spacing-basic.cc (note_spacing): do init_from_grob on
1940         GraceSpacing object.
1941
1942         * lily/note-spacing.cc: fix prop list formatting
1943
1944         * lily/beaming-pattern.cc (de_grace): new function. Sensible
1945         beaming for grace notes too.
1946
1947         * input/regression/spacing-grace.ly: update.
1948
1949         * lily/grace-spacing-engraver.cc: new file.
1950
1951         * lily/spacing-spanner.cc: add strict-grace-spacing.
1952
1953 2006-07-20  Graham Percival  <gpermus@gmail.com>
1954
1955         * lily/parser.yy: compile fix.
1956
1957 2006-07-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
1958
1959         * scm/define-grobs.scm (all-grob-descriptions): typo.
1960
1961         * scm/framework-eps.scm (dump-stencils-as-EPSes): just strip
1962         .eps extension from includegraphics.
1963
1964         * scripts/lilypond-book.py (main): add support for --pdf. 
1965
1966         * lily/spacing-spanner.cc (calc_common_shortest_duration): use
1967         callback to compute common shortest duration.
1968         (set_springs): typo.
1969
1970         * scm/define-grob-properties.scm (all-user-grob-properties): add
1971         strict-grace-spacing.
1972
1973         * lily/spacing-determine-loose-columns.cc (is_loose_column):
1974         support float_grace_columns_.
1975
1976         * lily/spacing-options.cc (init_from_grob): new file.
1977
1978         * Documentation/topdocs/NEWS.tely (Top): doc tupletFullLengthNote.
1979
1980         * input/regression/spacing-loose-grace.ly: new file.
1981
1982         * Documentation/topdocs/NEWS.tely (Top): document new feature.
1983
1984         * lily/tuplet-engraver.cc (struct Tuplet_description): read
1985         tupletFullLengthNote too. Choose right bound depending on value.
1986
1987         * input/regression/tuplet-full-length-note.ly: new file.
1988
1989 2006-07-19  Erik Sandberg  <mandolaerik@gmail.com>
1990
1991         * lily/*-performer.cc: Converted try_music to listen_*
1992
1993         * lily/grob-info.cc, lily/engraver.cc: represent the cause of grob
1994         as a stream-event internally. Introduce event_cause (), deprecate
1995         music_cause ().
1996
1997         * scm/define-music-types.scm: Removed BusyPlayingEvent
1998         
1999 2006-07-19  Mats Bengtsson  <mabe@s3.kth.se>
2000
2001         * Documentation/user/advanced-notation.itely (Font selection):
2002         Document how to get a list of available fonts using 'lilypond
2003         -dshow-available-fonts blabla'.
2004
2005 2006-07-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
2006
2007         * GNUmakefile.in: filter lily-XXX.pdf files.
2008
2009         * scm/define-grob-interfaces.scm (bend-after-interface): add thickness.
2010
2011         * scm/define-grob-properties.scm (all-internal-grob-properties):
2012         remove delta-pitch. Use delta-position everywhere.
2013
2014         * scm/output-lib.scm (fall::print): use new order.
2015
2016         * scm/output-ps.scm (path): reorder arguments.
2017
2018         * scm/output-svg.scm (path): support for path primitive.
2019
2020         * input/regression/bend-after.ly: new file.
2021
2022         * Documentation/user/GNUmakefile ($(outdir)/%.pdf): foolproof
2023         recipe for eps -> pdf conversion.
2024
2025 2006-07-19  Erik Sandberg  <mandolaerik@gmail.com>
2026
2027         * lily/parser.yy, lily/lexer.ll: added some simplifications by
2028         Angelo Contardi.
2029
2030 2006-07-19  Graham Percival  <gpermus@gmail.com>
2031
2032         * input/manual/screech-boink.ly: moved to here.
2033
2034         * input/screech-boink.ly: deleted.
2035
2036         * scm/define-grob-properties.scm: clarify doc string.
2037
2038 2006-07-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
2039
2040         * Documentation/topdocs/NEWS.tely (Top): doc new feature.
2041
2042         * scm/output-ps.scm (path): define path.
2043
2044         * scm/define-stencil-commands.scm
2045         (ly:register-stencil-expression): add path.
2046
2047         * scm/define-music-properties.scm (all-music-properties): add delta-pitch.
2048
2049         * ly/engraver-init.ly: add Fall_engraver
2050
2051         * lily/parser.yy (music_function_event): allow musicfunction
2052         without music arg as music_function_event.
2053
2054         * lily/grob-scheme.cc (LY_DEFINE):
2055         ly:grob-robust-relative-extent. New function.
2056
2057         * scm/define-grobs.scm (all-grob-descriptions): add BendAfter
2058
2059         * scm/define-music-types.scm (music-descriptions): add BendAfterEvent.
2060
2061         * scm/output-lib.scm (fall::print): new function
2062
2063         * lily/fall-engraver.cc (stop_fall): new file.
2064
2065         * ly/music-functions-init.ly: alphabetise.
2066
2067         * Documentation/user/GNUmakefile (OUT_PNG_IMAGES): pdf iso. eps as
2068         base.
2069
2070 2006-07-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
2071
2072         * VERSION (PATCH_LEVEL): bump version. Release 2.9.12
2073
2074         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
2075         doc pdftex usage.
2076
2077         * lily/translator-group.cc (connect_to_context): non const error message.
2078
2079         * Documentation/user/GNUmakefile ($(outdir)/%.pdf): update to use PDF
2080
2081         * scm/paper.scm (internal-set-paper-size): define landscape to #f
2082         if unset.
2083
2084         * scm/framework-ps.scm (convert-to-pdf): swap h and w in case of landscape. 
2085
2086         * stepmake/stepmake/texinfo-rules.make: strip DVI support.
2087
2088         * scm/framework-eps.scm (dump-stencils-as-EPSes): generate
2089         systems.pdftex too.
2090
2091         * scm/backend-library.scm (postscript->pdf): use -dEPSCrop for PDF.
2092
2093         * make/lilypond-vars.make (TEXINPUTS): add pdf output format.
2094
2095         * Documentation/topdocs/NEWS.tely (Top): add pdftex note.
2096
2097         * scm/output-ps.scm (resetrotation): use gsave/grestore for rotation.
2098
2099         * lily/main.cc (parse_argv): don't overwrite previous --formats string.
2100
2101         * scm/backend-library.scm (postscript->pdf): strip .eps too. 
2102
2103 2006-07-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2104
2105         * scm/layout-page-layout.scm: Define module, tidy code, use more
2106         functions iso. a single big one.
2107
2108         * scm/layout-page-dump.scm: move page dump functions used in two
2109         pass spacing to this file. Define module.
2110
2111         * scm/lily.scm (ly:load): don't load layout-page-layout.scm
2112          (separate module)
2113
2114         * ly/paper-defaults.ly: use module layout-page-layout.
2115
2116 2006-07-14  Erik Sandberg  <mandolaerik@gmail.com>
2117
2118         * lily/music.cc: Revised MusicEvent event class. It now contains
2119         event data directly instead of encapsulating it in music. The
2120         previously used class is renamed to OldMusicEvent.
2121
2122         * lily/stream-event.cc: Stream events are now probs.
2123         
2124         * lily/translator-group.cc, lily/translator.cc: Translators can
2125         now listen directly to stream events, by using macros
2126         [DECLARE,IMPLEMENT]_TRANSLATOR_LISTENER.
2127
2128         * lily/arpeggio-engraver.cc: Converted to use new event system
2129
2130         * THANKS: Corrected spelling mistake.
2131
2132 2006-07-12  Graham Percival  <gpermus@gmail.com>
2133
2134         * Documentation/user/SConscript, make/lilypond-vars.make,
2135         input/GNUmakefile: doc build looks in input/manual instead
2136         of input/test/
2137
2138         * input/manual/ GNUmakefile, SConscript: build files for
2139         input/manual/
2140
2141         * input/test/ various: some files moved to input/manual/ 
2142
2143         * Documentation/user/basic-notation.itely: small updates;
2144         thanks Kieren and Charles!
2145
2146 2006-07-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
2147
2148         * VERSION (PACKAGE_NAME): release 2.9.11
2149
2150         * Documentation/topdocs/NEWS.tely (Top): update prop value 
2151
2152         * Documentation/user/basic-notation.itely (Tuplets): new property
2153         value.
2154
2155 2006-07-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
2156
2157         * python/convertrules.py (conv): tweaks. 
2158
2159         * VERSION (PATCH_LEVEL): bump version.
2160
2161         * python/convertrules.py (conv): add rule for
2162         tupletNumberFormatFunction.
2163
2164         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
2165         tupletNumberFormatFunction.
2166
2167         * scm/define-grobs.scm (all-grob-descriptions): calc TupletNumber
2168         text through 'text callback.
2169
2170         * lily/time-scaled-music-iterator.cc (construct_children): copy
2171         tweaks generated events.
2172
2173         * scm/define-context-properties.scm
2174         (all-user-translation-properties): remove tupletNumberFormatFunction
2175
2176         * lily/tuplet-engraver.cc (process_music): don't read
2177         tupletNumberFormatFunction
2178
2179         * scm/output-lib.scm (tuplet-number::calc-fraction-text): new
2180         function.
2181
2182 2006-07-11  Erik Sandberg  <mandolaerik@gmail.com>
2183
2184         * lily/global-context-scheme.cc: Separated ly:run-translator into
2185         smaller pieces.
2186
2187         * lily/score-engraver.cc, lily/score-performer.cc,
2188         scm/define-context-properties.scm: Make paper/midi output
2189         accessable as a context property.
2190
2191         * lily/score-translator.cc, lily/score-context.cc: Removed.
2192
2193 2006-07-07  Guido Amoruso  <guidonte@katamail.com>
2194
2195         * scm/ps-to-png.scm (Module): 
2196         * scm/framework-tex.scm (Module): 
2197         * scm/framework-ps.scm (Module): 
2198         * scm/backend-library.scm (Module): 
2199         * scm/framework-ps.scm: invoke gs with "-dDEVICEWIDTHPOINTS" and
2200         "dDEVICEHEIGHTPOINTS".
2201
2202 2006-07-04  Graham Percival  <gpermus@gmail.com>
2203
2204         * Documentation/user/ various: general improvements to
2205         "working with lilypond files" section.
2206
2207 2006-07-03  Erik Sandberg  <mandolaerik@gmail.com>
2208
2209         * lily/sequential-iterator.cc: Change the default get_music_list
2210         to read elements-callback music property
2211
2212         * scm/define-music-types.scm, scm/music-functions.scm: Cleaner
2213         processing of multimeasure rests. Softcoded
2214         sequential-music-iterator.
2215
2216         * lily/sequential-music-iterator.cc: Removed.
2217
2218 2006-06-28  Graham Percival  <gpermus@gmail.com>
2219
2220         * Documentation/user/basic-notation.itely: clarify \repeatTie.
2221
2222 2006-06-27  Erik Sandberg  <mandolaerik@gmail.com>
2223
2224         * lily/parser.yy: Wrap non-post-events in EventChords before
2225         assigning them to identifiers.
2226
2227 2006-06-27  Mats Bengtsson  <mabe@s3.kth.se>
2228
2229         * lily/bar-line.cc (compound_barline): Fix parenthesis error,
2230         gives correct vertical placement of \bar ":" in all staff
2231         sizes. Thanks Martial!
2232
2233 2006-06-26  Graham Percival  <gpermus@gmail.com>
2234
2235         * Documentation/user/invoking.itely : minor update from mailist.
2236
2237 2006-06-26  Erik Sandberg  <mandolaerik@gmail.com>
2238
2239         * lily/ various: Introduce stream events of types Prepare,
2240         OneTimeStep, CreateContext, AnnounceNewContext, RemoveContext,
2241         ChangeContext, SetProperty, RevertProperty, Override and Revert.
2242
2243         * lily/global-context*.cc: Time is now -inf before iteration
2244         starts.
2245
2246         * lily/include/context.hh: Removed unique_, init_
2247
2248         * Documentation/topdocs/NEWS: Make the feathered beam example
2249         avoid triggering a bug.
2250
2251 2006-06-24  Graham Percival  <gpermus@gmail.com>
2252
2253         * Documentation/user/ various: small additions from mailist.
2254
2255 2006-06-22  Mats Bengtsson  <mabe@s3.kth.se>
2256
2257         * ly/performer-init.ly: Add some missing links in the context
2258         hierarchy for MIDI output. There are probably some more missing!
2259
2260 2006-06-21  Graham Percival  <gpermus@gmail.com>
2261
2262         * Documentation/user/ various: minor spelling fixes;
2263         thanks Dave Luttinen!
2264
2265         * Documentation/user/ various: small clarifications;
2266         thanks Anthony Youngman!
2267
2268 2006-06-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
2269
2270         * po/fr.po: add \n appropriately.
2271
2272         * lily/lexer.ll: remove ? from version-seen?  
2273
2274 2006-06-19  John Mandereau  <john.mandereau@free.fr>
2275
2276         * po/fr.po; update translation, by Jean-Charles Malahieude and
2277         John Mandereau.
2278
2279 2006-06-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
2280
2281         * THANKS: add Markus Schneider.
2282
2283         * lily/tab-staff-symbol-engraver.cc: derive from Engraver, not
2284         Staff_symbol_engraver
2285
2286         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): don't
2287         replace staff_engraver
2288
2289         * lily/staff-symbol-engraver.cc (stop_spanner): announce end of
2290         spanner.
2291
2292         * lily/staff-collecting-engraver.cc
2293         (acknowledge_end_staff_symbol): new function
2294
2295         * lily/volta-engraver.cc (acknowledge_end_staff_symbol): new function. 
2296
2297         * lily/staff-collecting-engraver.cc
2298         (acknowledge_end_staff_symbol): new function.
2299
2300         * lily/main.cc: switch on relocation by default.
2301
2302 2006-06-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
2303
2304         * lily/spacing-spanner.cc (musical_column_spacing): set
2305         compound_fixed_note_space to 0.0. Document why.
2306
2307         * lily/simple-spacer.cc (is_sane): also have a kludge for numeric
2308         range of inverse_hooke_
2309         (Simple_spacer): init completely.
2310         (fits): const
2311         (get_line_configuration): don't use cols.resize(); it introduces
2312         initialized data.
2313
2314         * scm/framework-ps.scm (dump-page): add setstrokeadjust. 
2315
2316         * ps/music-drawing-routines.ps: remove selectfont L1 hack.
2317
2318         * lily/beaming-pattern.cc (best_splitpoint_index): urg, 2nd
2319         try. Divide by beatlength.
2320
2321         * input/regression/beaming-ternary-metrum.ly: update doc.
2322         add beatLength hack.
2323
2324         * scm/music-functions.scm (make-time-signature-set): add
2325         standard-beat-grouping. 
2326
2327 2006-06-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
2328
2329         * input/regression/tie-whole.ly: new file.
2330
2331         * lily/tie-formatting-problem.cc (set_column_chord_outline): don't
2332         cross center of note head in case of invisible stem. 
2333
2334 2006-06-16  Graham Percival  <gpermus@gmail.com>
2335
2336         * Documentation/user/ various: small fixes from mailist.
2337
2338 2006-06-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
2339
2340         * lily/breathing-sign.cc (offset_callback): idem.
2341
2342         * lily/align-interface.cc (align_to_fixed_distance): remove
2343         hungarian suffix.
2344
2345         * lily/beaming-pattern.cc (count_factor_twos): oops. We want
2346         x%2==0.
2347
2348 2006-06-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
2349
2350         * VERSION (PACKAGE_NAME): release 2.9.9
2351
2352         * ly/lilypond-book-preamble.ly: add \version
2353
2354 2006-06-14  Han-Wen Nienhuys  <hanwen@lilypond.org>
2355
2356         * scripts/lilypond-book.py (PREAMBLE_LY): include
2357         lilypond-book-preamble.ly
2358
2359         * lily/stem.cc (get_beaming): return max of 0 and
2360         scm_ilength. Fixes slurring from/to beams.
2361
2362         * ly/lilypond-book-preamble.ly: new file.
2363
2364         * lily/slur.cc: add inspect-index feature.
2365
2366 2006-06-13  Graham Percival  <gpermus@gmail.com>
2367
2368         * Documentation/user/tutorial.itely: trivial fix.
2369
2370 2006-06-13  Erik Sandberg  <mandolaerik@gmail.com>
2371
2372         * lily/parser.yy, scm/ly-syntax-constructors.scm: Produce almost
2373         all non-event music in the parser via MAKE_SYNTAX.
2374
2375         * lily/parser-scheme.cc: Add ly:parser-error function
2376
2377         * scm/paper.scm: fix typo
2378
2379 2006-06-13  Han-Wen Nienhuys  <hanwen@lilypond.org>
2380
2381         * THANKS: add RT.
2382
2383         * lily/font-config.cc (init_fontconfig): add warning if cache_file
2384         is null.
2385
2386         * buildscripts/output-distance.py (test_compare_signatures):
2387         timing routines.
2388         (read_signature_file): use new signature format.
2389
2390         * scm/stencil.scm (write-system-signature): simpler signature
2391         format.
2392
2393         * lily/stem.cc (calc_stem_end_position): calc quantized-positions
2394         for beamed case. 
2395
2396         * lily/note-spacing.cc (stem_dir_correction): don't inspect
2397         stem_end_position, but estimate instead. 
2398
2399         * lily/tuplet-bracket.cc (calc_positions): look at
2400         stem-end-position for tuplet bracket slope. Fixes sloped tuplet
2401         brackets narrower than beams. 
2402
2403         * lily/lexer.ll: set version-seen? even if version is
2404         INVALID. 
2405
2406         * lily/rest.cc (y_offset_callback): bugfix: decide position
2407         override based on scm_is_number(). Fixes \rest on center staff
2408         line. 
2409
2410         * lily/beaming-pattern.cc (best_splitpoint_index): fix beaming
2411         patterns for 16th triplets.
2412
2413 2006-06-10  Graham Percival  <gpermus@gmail.com>
2414
2415         * Documentation/user/ page.itely, global.itely: editing
2416         and reorg.
2417
2418         * Documentation/user/ various: findex -> funindex.
2419
2420 2006-06-10  Erik Sandberg  <mandolaerik@gmail.com>
2421
2422         * lily/time-scaled-music-iterator.cc: Use tupletSpannerDuration to
2423         insert extra tuplet events.
2424
2425 2006-06-10  Graham Percival  <gpermus@gmail.com>
2426
2427         * Documentation/user/programming-interfaces.itely: add
2428         info from NEWS.
2429
2430         * python/convertrules.py: add annotatefoo -> annotate-foo
2431         rules.
2432
2433         * Documentation/user/global.itely: start editing.
2434
2435         * Documentation/user/page.itely: major editing, new spacing
2436         docs.
2437
2438 2006-06-10  Han-Wen Nienhuys  <hanwen@lilypond.org>
2439
2440         * scm/define-markup-commands.scm (wordwrap-markups): use
2441         output-def 'line-width if undefined.
2442
2443         * HACKING: trim outdated info.
2444
2445 2006-06-09  Mats Bengtsson  <mabe@s3.kth.se>
2446
2447         * scm/define-grobs.scm (all-grob-descriptions): Add
2448         line-spanner-interface to all grobs that already have
2449         text-spanner-interface or dynamic-text-spanner-interface
2450
2451         * scm/page.scm: Rename annotate{headers,systems,page}->
2452         annotate-*
2453
2454         * input/regression/page-spacing.ly,
2455         input/regression/page-layout-manual-position.ly: idem
2456
2457 2006-06-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
2458
2459         * lily/line-spanner.cc: cleanup property list.
2460
2461         * scripts/lilypond-book.py (find_toplevel_snippets): don't use
2462         generator expressions (2.3 compat). 
2463
2464 2006-06-09  Mats Bengtsson  <mabe@s3.kth.se>
2465
2466         * lily/vertical-align-engraver.cc: Make sure that the
2467         align{Above,Below}Context properties are included in the automatic
2468         documentation.
2469
2470 2006-06-08  Joe Neeman  <joeneeman@gmail.com>
2471
2472         * scm/paper-system.scm (paper-system-annotate): also annotate the
2473         estimated pure-Y-extent
2474
2475         * scm/define-grobs.scm: add pure-Y-extent and pure-Y-offset functions
2476
2477         * lily/system.cc (break_into_pieces): set the estimated height
2478         of each child system
2479
2480         * lily/stem.cc (pure_height): new pure-Y-extent callback
2481
2482         * lily/staff-symbol-referencer.cc (callback): don't destroy
2483         the staff-position property
2484
2485         * lily/hara-kiri-group-spanner.cc (request_suicide): split
2486         consider_suicide into two functions
2487
2488         * lily/constrained-breaking.cc (resize): use the new pure
2489         callbacks to estimate the height of a system
2490
2491         * lily/axis-group-interface.cc (pure_group_height): new
2492         side-effect-free VerticalAxisGroup height-callback
2493
2494         * lily/align-interface.cc (get_extents_aligned_translates):
2495         split align_elements_to_extents into two functions
2496         (get_pure_child_y_translation): new function
2497
2498         * lily/grob.cc: new functions for pure-Y-extent and pure-Y-offset
2499
2500         * lily/item.cc: new functions pure_is_visible and spanned_rank_iv
2501
2502         * lily/paper-score.cc: cache break_indices and columns
2503
2504         * lily/side-position-interface.cc: new pure-Y-extent callbacks
2505         
2506 2006-06-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
2507
2508         * lily/font-config.cc (init_fontconfig): do the init if
2509         cache_file, but don't look at cache_file.
2510
2511         * input/regression/quote-tie.ly: new file.
2512
2513         * lily/tie-engraver.cc (struct Head_event_tuple): add end_moment_
2514         to Head_event_tuple, so we deal gracefully with ties on
2515         cue-endings.
2516
2517         * lily/pango-font.cc (pango_item_string_stencil): type correctness
2518         for FcChar8*
2519
2520 2006-06-08  Graham Percival  <gpermus@gmail.com>
2521
2522         * input/test/ smart-transpose.ly, reverse-music.ly:
2523         \applyMusic to music functions update, thanks Michael!
2524
2525 2006-06-07  Graham Percival  <gpermus@gmail.com>
2526
2527         * input/test/ add-staccato.ly, add-text-script.ly,
2528         unfold-all-repeats.ly, music-box.ly: \applyMusic to
2529         music functions update, thanks to Michael Meixner.
2530
2531         * Documentation/user/music-glossary.tely: small fix
2532         from Francisco.
2533
2534         * Documentation/user/ various: minor additions from mailist.
2535
2536         * Documentation/user/lilypond.tely, basic-notation.itely:
2537         small test of @funindex.  (works here)
2538
2539         * input/test/font-table.ly: reduce size to partially
2540         de-ugly version in manual.
2541
2542         * Documentation/user/page.itely: new file (split former
2543         "global issues" into "page settings" and "non-musical
2544         output".
2545
2546         * Documentation/user/ various: fix @ref{}s to match
2547         new chapter names (above).
2548
2549 2006-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2550
2551         * SConstruct (LILYPONDPREFIX): Bootstrap fix.
2552
2553 2006-06-06  Graham Percival  <gpermus@gmail.com>
2554
2555         * Documentation/user/advanced-notation.itely: add example
2556         for segno/coda on barline.
2557
2558         * tex/texinfo.tex: merge from upstream.
2559
2560 2006-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
2561
2562         * scripts/lilypond-book.py (process_snippets): Argument fix.
2563
2564         * SConstruct:
2565         * buildscripts/builder.py:
2566         * lily/SConscript: 
2567         * mf/SConscript: 
2568         * Documentation/user/SConscript:  More SCons fixes.
2569
2570 2006-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2571
2572         * lily/font-config.cc (init_fontconfig): Only initialize if
2573         global cache_file is found.
2574
2575 2006-06-06  Erik Sandberg  <mandolaerik@gmail.com>
2576
2577         * ly/music-functions-init.ly: Updated \overrideProperty to use the
2578         new \applyOutput.
2579
2580 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
2581
2582         * VERSION (PACKAGE_NAME): release 2.9.8
2583
2584         * lily/ledger-line-engraver.cc (stop_translation_timestep): new
2585         function. Delay ledger modifying ledgered grobs to
2586         stop_translation_timestep(), to ensure that we're ledgering
2587         according to the new spanner.
2588         (acknowledge_staff_symbol): don't check for non-NULL
2589         staff_sym->get_bound()
2590
2591         * lily/staff-symbol-engraver.cc (start_spanner): set left bound on
2592         creation.
2593
2594         * Documentation/pictures/GNUmakefile (XPM_FILES): src-wildcard for
2595         pictures too.
2596
2597         * GNUmakefile.in (dist-toplevel-txt-files): dist aclocal.m4
2598         directly from srcdir/stepmake/aclocal.m4
2599         
2600         * Documentation/misc/GNUmakefile (TEXTS): use src-wildcard for
2601         disting MISC files.
2602
2603         * lily/simple-spacer.cc (get_column_desc): desc -> description.
2604
2605 2006-06-06  Joe Neeman  <joeneeman@gmail.com>
2606
2607         * lily/simple-spacer.cc (get_line_configuration): add
2608         keep-inside-line rods
2609         (struct Column_desc): add constructor
2610         (struct Rod_desc): add constructor
2611         (get_line_forces): check for forced page breaks here too
2612
2613         * lily/instrument-name-engraver.cc (acknowledge_axis_group): prevent
2614         support/elements cycles between InstrumentNames and AxisGroups
2615
2616 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
2617
2618         * config.make.in (METAFONT): remove MAKEINFO_VERSION
2619
2620         * stepmake/stepmake/topdocs-targets.make (make-txt-files): define
2621         make-txt-files target.
2622
2623         * stepmake/stepmake/toplevel-targets.make (do-top-doc): use
2624         make-txt-files target.
2625
2626         * configure.in (LINK_GXX_STATICALLY): $srcdir for readlink.py
2627
2628         * stepmake/stepmake/generic-vars.make (distdir): create dist in
2629         top-build-dir.
2630
2631 2006-06-06  Jürgen Reuter  <reuter@ipd.uka.de>
2632
2633         * Documentation/user/instrument-notation.itely,
2634         input/regression/breathing-sign-ancient.ly,
2635         input/test/divisiones.ly: Removed redundant property settings for
2636         vaticana contexts.
2637
2638         * ly/gregorian-init.ly: Rewrote \versus and \responsum in order to
2639         fix lyrics alignment problems.  They are implemented now as scheme
2640         functions that add the appropriate unicode char to the first lyric
2641         event rather than adding a separate lyric event.  Minor edit of
2642         comments.
2643
2644 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
2645
2646         * GNUmakefile.in (dist-toplevel-txt-files): new target. Don't
2647         pollute src dir with built .txt files, but install directly from
2648         Documentation/topdocs/out/
2649
2650         * buildscripts/output-distance.py
2651         (ComparisonData.create_html_result_page): put version/directories
2652         in table header.
2653
2654         * Documentation/topdocs/NEWS.tely (Top): document spacing section
2655         feature.
2656
2657         * configure.in (LINK_GXX_STATICALLY): use readlink.py to resolve links.
2658         Patch by Karl Hammar
2659         
2660         * buildscripts/readlink.py: add  file.
2661         Patch by Karl Hammar
2662
2663 2006-06-06  Joe Neeman  <joeneeman@gmail.com>
2664
2665         * lily/tuplet-number.cc (print): prevent stencil from being
2666         garbage collected.
2667
2668 2006-06-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
2669
2670         * scm/stencil.scm (write-system-signature): explicitly 
2671         -well, superfluously- close output port.
2672
2673         * buildscripts/output-distance.py (main): oops. Add extra argument.
2674
2675 2006-06-05  Graham Percival  <gpermus@gmail.com>
2676
2677         * Documentation/user/music-glossary.tely: clarified example
2678         from Francisco Vila, thanks!
2679
2680 2006-06-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
2681
2682         * input/regression/spacing-section.ly: new file.
2683
2684         * lily/input.cc (programming_error): new function.
2685
2686         * lily/spacing-engraver.cc (try_music): new function. Accept
2687         spacing-section-event
2688
2689         * lily/spacing-spanner.cc (set_springs): take slices of all
2690         columns for spacing.
2691
2692         * lily/include/paper-column.hh (class Paper_column): add
2693         Paper_column::compare.
2694
2695         * ly/spanners-init.ly (newSpacingSection): add newSpacingSection.
2696
2697         * scm/define-music-types.scm (music-descriptions): add
2698         SpacingSectionEvent
2699
2700         * lily/music-iterator.cc (report_event): use programming_error for
2701         sending non-event error.
2702
2703         * lily/input.cc (programming_error): new function
2704
2705         * buildscripts/output-distance.py (main): use compare-XXX for
2706         compare files.
2707         (main): --threshold option, default at 0.30
2708
2709         * output-distance.py (main): add --threshold option.
2710
2711 2006-06-04  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2712
2713         * scm/paper-system.scm (paper-system-annotate): fix problem when
2714         annotating an empty system
2715
2716 2006-06-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
2717
2718         * GNUmakefile.in: reinstate old web tar/copying.
2719
2720 2006-06-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
2721
2722         * lily/lyric-combine-music-iterator.cc (find_voice): return 0 if
2723         nothing changes. (Erik S) 
2724
2725         * lily/percent-repeat-iterator.cc (get_music_list): fix repeat
2726         count. (Erik S)
2727
2728 2006-05-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2729
2730         * scm/define-markup-commands.scm (whiteout): do not force
2731         foreground color of argument markup to black.
2732
2733         * scm/stencil.scm (annotate-y-interval): put arrow dimension at
2734         the left of the arrow, instead of below the arrow name, so that,
2735         when two little arrows are vertically stacked, their dimensions
2736         and name should not overlap. Add a color key parameter.
2737
2738         * scm/paper-system.scm (paper-system-annotate): Annotate
2739         next-space+next-padding instead of next-space. Annotate space
2740         between next-padding and next-space+padding, respectively, and
2741         following system extent and refpoint-Y-extent. Use colors.
2742
2743         * scm/page.scm (annotate-page): translate annotations slightly to
2744         the right.
2745
2746 2006-06-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
2747
2748         * lily/figured-bass-position-engraver.cc (acknowledge_end_slur):
2749         fix for x-staff slurs. Thanks Joe!
2750
2751         * buildscripts/output-distance.py
2752         (SystemLink.output_expression_change_count): keep track of changed
2753         details, and dump in details html page.
2754  
2755         * input/regression/figured-bass-staff.ly: add note about setting
2756         properties in Staff context.
2757
2758         * lily/figured-bass-position-engraver.cc (acknowledge_slur):
2759         add slurs and ties to support too.
2760
2761         * buildscripts/output-distance.py (main): set dest_dir
2762         argument. Add --max-count option.
2763
2764 2006-06-02  Jürgen Reuter  <reuter@ipd.uka.de>
2765
2766         * ly/gregorian-init.ly: Converted to utf-8.  Added memorable
2767         shortcuts for special unicode chars that are useful in chant
2768         notation.  Revised exisiting and added new comments.
2769
2770 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
2771
2772         * make/mutopia-rules.make: remove duplicate recipe.
2773
2774 2006-06-02  Werner Lemberg  <wl@gnu.org>
2775
2776         * tex/texinfo.cnf: Fix typo (\euro -> \minus).
2777         Add support for U+0132 (IJ) and U+0133 (ij).
2778
2779 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
2780
2781         * buildscripts/output-distance.py (FileLink): new class. collect
2782         info systems from one .ly file. 
2783         (FileLink.link_files_for_html): further tweaks.
2784
2785 2006-06-02  Graham Percival  <gpermus@gmail.com>
2786
2787         * tex/texinfo.tex: partial fix for @funindex.
2788
2789         * Documentation/user/macros.tely: uncomment @funindex (doesn't
2790         break anything).
2791
2792 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
2793
2794         * make/mutopia-vars.make (ly_examples): replace .ly.txt with .ly
2795
2796         * tex/texinfo.tex (sectionheading, q.v.): call \quoteexpand for
2797         @example too. Backportme.
2798
2799 2006-06-02  Graham Percival  <gpermus@gmail.com>
2800
2801         * tex/texinfo.cnf: added UTF-8 support for texinfo; patch
2802         from Werner Lemberg.
2803
2804 2006-06-02  Paco (Francisco Vila)  <fravd@ya.com>
2805
2806         * Documentation/user/music-glossary.tely: additional spanish
2807         updates and a lyrics fix in an example.
2808
2809 2006-06-02  Jürgen Reuter  <reuter@ipd.uka.de>
2810
2811         * scm/define-grob-properties.scm: Previous patch contained
2812         spurious line from another patch not yet committed.  Fixed.
2813
2814         * scm/define-grob-properties.scm: Add missing doc strings for
2815         ancient notation.
2816
2817 2006-06-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
2818
2819         * buildscripts/output-distance.py
2820         (ComparisonData.write_text_result_page): separate the scores, sort
2821         by geo_score.
2822
2823         * scm/framework-eps.scm (output-classic-framework): start at 1 for
2824         system signatures.
2825
2826         * buildscripts/output-distance.py (me_path): use argv[0] for
2827         sys.path extension
2828         (ComparisonData.img_cell): use colored borders.
2829
2830         * scm/stencil.scm (write-system-signature): escape newlines too.
2831         (write-system-signature): use (1,-1) interval for empty interval
2832
2833 2006-01-01  Graham Percival  <gpermus@gmail.com>
2834
2835         * Documentation/user/music-glossary.tely: Spanish updates
2836         from Francisco Vila.
2837
2838         * Documentation/user/lilypond-book.itely: addition from
2839         Vaclav Smilauer.
2840
2841         * Documentation/user/ various: edits, small additions
2842         from mailist, etc.
2843
2844 2006-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2845
2846         * GNUmakefile.in (tree-lib-prefix-current):
2847         (tree-share-prefix-current): Use version number in tree, add
2848         `current' symlinks.
2849
2850 2006-06-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
2851
2852         * GNUmakefile.in: write VERSION, again.
2853
2854         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
2855         $(outdir)/%.ly $(outdir)/%.ps): dump sigs for normal files too.
2856
2857         * stepmake/aclocal.m4: robuster version detection.
2858
2859         * buildscripts/output-distance.py
2860         (ComparisonData.create_html_result_page): copy only if file
2861         exists, fixup src paths.
2862
2863         * stepmake/bin/add-html-footer.py (built): junk gulp_file()
2864
2865 2006-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2866
2867         * stepmake/aclocal.m4: Robustification for (gcc) version detection.
2868         Another datarootdir reto.
2869
2870         * cygwin/postinstall-lilypond.sh: Do not fail if info docs aren't
2871         available.  This should be moved to postinstall-lilypond-doc.
2872
2873 2006-05-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
2874
2875         * GNUmakefile.in: simplify local-WWW-post. 
2876         remove -type l from find.
2877
2878         * buildscripts/output-distance.py (ComparisonData.compare_trees):
2879         fixes. Don't follow symlinks.
2880         (ComparisonData.create_html_result_page): remove previous results.
2881         insert ../python in path.
2882
2883         * scripts/lilypond-book.py (PREAMBLE_LY): spacing fixes.
2884
2885 2006-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
2886
2887         * config.make.in (datadir): Add datarootdir to silence autoconf.
2888
2889         * stepmake/aclocal.m4: Update for autoconf-2.59d.
2890
2891 2006-05-31  Erlend Aasland  <erlenda@gmail.com>
2892
2893         * dynamic-engraver.cc: fix bug (dynamics collide with accidentals)
2894
2895         * scm/output-ps.scm (repeat-slash): fix a bug that made repeat
2896         slash beams too wide.
2897
2898 2006-05-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
2899
2900         * VERSION: release 2.9.7
2901         
2902 2006-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
2903
2904         * lily/relocate.cc (read_relocation_dir): Do not blindly
2905         dereference DIR.
2906
2907 2006-05-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
2908
2909         * lily/parser.yy: replace THIS by PARSER
2910
2911         * Documentation/index.html.in: add link to test-results.html page.
2912
2913         * Documentation/topdocs/NEWS.tely (Top): update NEWS entry.
2914
2915         * scm/translation-functions.scm (format-bass-figure): translate
2916         digits over 10 to the left
2917
2918         * scm/define-markup-commands.scm (translate-scaled): new markup.
2919
2920         * mf/feta-nummer-code.mf (code): overshoot the topright tip of the
2921         7 glyph. 
2922
2923         * ly/engraver-init.ly: add Figured_bass_engraver
2924
2925         * lily/engraver-group.cc (acknowledge_grobs): use start/stop drul.
2926
2927         * lily/figured-bass-engraver.cc (clear_spanners): use everywhere.
2928
2929         * lily/score-engraver.cc (announce_grob): only note START announces.
2930
2931         * lily/include/engraver-group.hh (Translator_group):
2932         acknowledge_hash_table_ is now drul.
2933
2934         * lily/engraver.cc (announce_end_grob): new method.
2935
2936         * lily/include/grob-info.hh (class Grob_info): add start_end_ member.
2937
2938         * lily/translator-dispatch-list.cc (create): take start_end argument.
2939
2940         * lily/include/translator.hh (TRANSLATOR_DECLARATIONS): change
2941         acknowledge_static_array_ to drul
2942
2943         * lily/include/translator.icc (ADD_END_ACKNOWLEDGER): new macro.
2944
2945         * scm/define-grob-interfaces.scm
2946         (bass-figure-alignment-interface): add bass-figure-alignment-interface
2947
2948         * scm/define-grobs.scm (all-grob-descriptions): add
2949         BassFigureAlignmentPositioning
2950
2951         * ly/Welcome-to-LilyPond-MacOS.ly: include in LilyPond, so version
2952         number stays up to date. Backportme.
2953
2954 2006-05-30  Mats Bengtsson  <mabe@s3.kth.se>
2955
2956         * Documentation/user/basic-notation.itely (Bar lines): Document
2957         the "||:" bar type. 
2958
2959 2006-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
2960
2961         * buildscripts/builder.py: Remove --ly option/target from mf-to-table.
2962
2963         * scripts/lilypond-book.py: Bugfix: do not blindly attempt
2964         .../current hack if LILYPONDPREFIX is fine.  Fixes `scons doc'
2965         build.
2966
2967         * Resurrect `scons lily' build.
2968
2969         * SConstruct (symlink_tree): Bugfix: link
2970         music-drawing-routines.ps to file iso directory.
2971
2972         * lily/SConscript: Remove kpath-guile from LIBS.
2973
2974         * SConstruct (libdir_package_version): Typo.
2975         (configure): Comment-out fontforge for lack of fontforge.pc .
2976         Also add libdir* to environment.
2977
2978 2006-05-30  Graham Percival  <gpermus@gmail.com>
2979
2980         * Documentation/user/ various: minor additions from mailist and
2981         editing.
2982
2983 2006-05-30  Paco <fravd@ya.com>
2984
2985         * Documentation/user/music-glossary.tely: numerous corrections and
2986         some new translations.
2987
2988 2006-05-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
2989
2990         * BackportmeStart.
2991         
2992         * buildscripts/output-distance.py
2993         (ComparisonData.create_html_result_page): new routine: summarise
2994         results in HTML page with images. 
2995         (ComparisonData.create_text_result_page): create summary text files too.
2996
2997         * GNUmakefile.in (web-ext): package .signature files too. They
2998         compress well. 
2999
3000         * scm/stencil.scm (write-system-signature): typo.
3001
3002         * GNUmakefile.in: create web-root/VERSION to help upload scripts.
3003
3004         * scm/stencil.scm (write-system-signature): better escaping.
3005         only write signature for music systems, not for markup systems.
3006
3007         * scm/framework-ps.scm (output-framework): dump-signatures support
3008         for plain output.
3009
3010         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): add -ddump-signatures.
3011
3012         * scm/framework-ps.scm (write-preamble): redefine mark_URI to nop
3013         for -dno-point-and-click
3014
3015         * lily/grob.cc (get_print_stencil): don't read
3016         point_and_click_global to determine whether to set grob-cause.
3017
3018 2006-05-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
3019
3020         * buildscripts/output-distance.py (main): new function.
3021         (ComparisonData): new class.
3022
3023         * lily/ledger-line-engraver.cc (acknowledge_staff_symbol): be more
3024         careful with generating new LedgerLineSpanners.
3025
3026         * lily/ledger-line-spanner.cc (set_spacing_rods): suicide if no staff.
3027
3028         * ly/engraver-init.ly: remove Ledger_line_engraver from Voice
3029         context. This fixes double ledger lines in output. 
3030
3031         * lily/system.cc (get_paper_system): remove 3 layer limit.
3032
3033         * buildscripts/output-distance.py (SystemLink.distance): new
3034         file. Compare signatures.
3035
3036         * python/safeeval.py (SafeEval.visitUnarySub): new file.
3037
3038         * lily/grob-array.cc (remove_duplicates): rename from
3039         uniq(). Sort before calling uniq() so it actually works.
3040
3041 2006-05-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
3042
3043         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): strip
3044         \version from lilypond file snippet.
3045         (Lilypond_file_snippet.ly): oops. typo.
3046         (find_toplevel_snippets): urgh. again.
3047
3048         * lily/system.cc (get_paper_systems): uniq all_elements_ , to
3049         prevent duplicated broken items in output.
3050
3051         * scm/framework-eps.scm (output-classic-framework): only dump if
3052         dump-signatures is set.
3053
3054         * scm/lily.scm (define-scheme-options): add dump-signatures option.
3055
3056         * scm/stencil.scm (write-system-signature): new routine: write
3057         python parseable signature of a separate paper system.
3058         BackportmeEnd.
3059         
3060 2006-05-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
3061
3062         * lily/stanza-number-engraver.cc (process_music): use is_markup()
3063         iso is_string().
3064         include header.
3065
3066 2006-05-25  Erik Sandberg  <mandolaerik@gmail.com>
3067
3068         * translator-group.cc: send music events to engravers in
3069         non-bottom contexts.
3070
3071         * tuplet-engraver.cc: process tuplet brackets in correct order.
3072
3073 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
3074
3075         * stepmake/aclocal.m4: STEPMAKE_PYTHON(): clear cached value since
3076         arg 2 might point us to a new binary (patch by Karl Hammar)
3077         
3078 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
3079
3080         * VERSION (PACKAGE_NAME): release 2.9.6
3081
3082         * Documentation/topdocs/NEWS.tely (Top): trim explanation. 
3083
3084         * Documentation/user/*.itely: 2nd
3085         attempt: replace funindex -> findex globally.
3086
3087 2006-05-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3088
3089         * input/no-notation/display-lily-tests.ly: fix \applyOutput
3090         test. Add \break, \pageBreak, \pageTurn, etc, tests.
3091
3092         * scm/define-music-display-methods.scm: display methods for
3093         breaks. Fix \applyOutput.
3094
3095 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
3096
3097         * Documentation/user/macros.itexi: comment out funindex expansion. 
3098
3099         * Documentation/user/music-glossary.tely: junk \oldaddlyrics
3100         everywhere.
3101
3102         * GNUmakefile.in: fix wildcarding for scrips/out/ links. Thanks
3103         Karl Hammar. Backportme.
3104  
3105         * Documentation/user/advanced-notation.itely (Balloon help): idem.
3106
3107         * Documentation/user/changing-defaults.itely (Creating contexts): idem.
3108
3109         * Documentation/user/programming-interface.itely (Running a
3110         function on all layout objects): idem.
3111
3112         * Documentation/user/introduction.itely (Automated engraving):
3113         update \applyOutput syntax
3114
3115         * lily/lyric-combine-music-iterator.cc (start_new_syllable):
3116         remove debugging hook.
3117
3118         * configure.in (LINK_GXX_STATICALLY): use "" to allow $
3119         expansion. 
3120
3121         * Documentation/user/GNUmakefile (TEXI2DVI_FLAGS): add -E.
3122
3123         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
3124         TEXI2DVI_FLAGS to texi2dvi invocation. 
3125
3126 2006-05-24  Erik Sandberg  <mandolaerik@gmail.com>
3127
3128         * lily/chord-tremolo-*.cc: Reworked how \repeat "tremolo"
3129         works. More work is done by iterator now, and engraver has been
3130         very much simplified.
3131
3132         * lily/translator-group.cc: try_music is now invoked through a
3133         listener
3134
3135         * lily/*-iterator.cc: Massive cleanups. Junked
3136         try_music_in_children globally. Renamed try_music to report_event,
3137         and made that method descend to a bottom context automatically.
3138
3139         * lily/event-iterator.cc: New file.
3140
3141         * lily/output-property-iterator.cc,
3142         lily/old-lyric-combine-music-iterator.cc: Removed.
3143
3144         * python/convert-rules.py: Modified the syntax for \applyOutput.
3145
3146 2006-05-23  Graham Percival  <gpermus@gmail.com>
3147
3148         * stepmake/stepmake/texinfo-rules.make: added -E, allows pdf doc
3149         creation.
3150
3151         * Documentation/user/ various: stuff that might have helped
3152         to fix the pdf creation, plus some minor doc additions.
3153
3154         * Documentation/user/changing-defaults.itely: remove @b from
3155         @b{ @internasref{foo}}; this breaks texi2dvi -E.
3156
3157 2006-05-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
3158
3159         * lily/beaming-pattern.cc (beamify): deal with negative start
3160         moments for beaming patterns.
3161
3162 2006-05-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
3163
3164         * lily/beaming-info.cc (beamify): new function: read beatLength
3165         and beatGrouping from context. 
3166
3167         * input/regression/beam-beat-grouping.ly (Module): new file.
3168
3169         * input/regression/beam-unconnected-beamlets.ly (Module): new file.
3170
3171         * lily/beam.cc (get_beam_segments): generate events for
3172         max_connect_ case too.
3173         (get_beam_segments): read Stem::max-beam-connect.
3174
3175         * input/regression/beam-single-stem.ly: new file.
3176
3177         * lily/stem.cc (set_beaming): use #f as signaling value for
3178         beamcount 0.
3179
3180         * lily/beam-engraver.cc (typeset_beam): set right bound if unset.
3181
3182         * lily/beam.cc (set_beaming): read clip-edges property.
3183         (calc_direction): don't suicide for single stem.
3184
3185         * lily/beaming-info.cc (best_splitpoint_index): take bool*
3186         argument, remove 1<<15 hack. Remove clip_edges() 
3187
3188         * lily/hairpin.cc (print): only do padding for nonmusical bounds
3189
3190 2006-05-21  Graham Percival  <gpermus@gmail.com>
3191
3192         * Documentation/user/basic-notation.itely: reorg.
3193
3194         * Documentation/user/ various: minor fixes.
3195
3196 2006-05-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
3197
3198         * lily/stencil-expression.cc (register_stencil_head): opps, append
3199         to cdr of static SCM object.
3200
3201 2006-05-19  Graham Percival  <gpermus@gmail.com>
3202
3203         * Documentation/user/README.txt, lilypond.tely, macros.itexi:
3204         update framework for command index.  DOC WRITERS: use @funindex
3205         instead of @cindex @code{}.
3206
3207         * Documentation/user/ various: replace @cindex @code{} => @funindex
3208
3209 2006-05-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
3210
3211         * lily/beam.cc (set_stem_lengths): trigger 'beaming callback, in
3212         case positions is set manually. 
3213
3214 2006-05-18  Erik Sandberg  <mandolaerik@gmail.com>
3215         
3216         * scm/ly-syntax-constructors.scm: New file. Converted a few syntax
3217         rules to Scheme.
3218
3219 2006-05-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
3220
3221         * Documentation/user/changing-defaults.itely (Contexts explained):
3222         use absolute dimension for @image.
3223
3224         * Documentation/user/GNUmakefile (OUT_PNG_IMAGES): generate PNG
3225         out image for illustration too.
3226         ($(outdir)/%.png): add more png <-> eps rules. 
3227
3228 2006-05-17  Graham Percival  <gpermus@gmail.com>
3229
3230         * Documentation/user/ various: remove trailing whitespace, cosmetic
3231         change to reduce changes produced by diff.
3232
3233 2006-05-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
3234
3235         * lily/main.cc (do_chroot_jail): correctness tweak.
3236
3237         * python/lilylib.py (system): import subprocess in system () only.
3238
3239         * scripts/*.py: use TARGET_PYTHON iso PYTHON. Backportme.
3240
3241         * make/substitute.make (ATVARIABLES): add TARGET_PYTHON as subst
3242         variable. Backportme.
3243
3244 2006-05-17  Erik Sandberg  <mandolaerik@gmail.com>
3245         
3246         * lily/parser.yy: Change all syntax rules of type Music to SCM type
3247
3248 2006-05-17  Werner Lemberg  <wl@gnu.org>
3249
3250         * lily/lexer.ll (init_signature_has_table): Add
3251         `scm-scm-music-music'.
3252
3253         * lily/parser.yy (MUSIC_FUNCTION_SCM_SCM_MUSIC_MUSIC): New token.
3254         (Generic_prefix_music_scm): Add rule for it.
3255
3256         * lily/quote-iterator.cc (Quote_iterator::process): Handle
3257         `quoted-transposition' property.
3258
3259         * ly/music-functions-init.ly (transposedCueDuring): New function.
3260
3261         * scm/define-music-properties.scm (all-music-properties): Updated.
3262
3263         * Documenation/topdocs/NEWS.itely: Document it.
3264
3265 2006-05-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
3266
3267         * python/lilylib.py (system): move import subprocess to system()
3268         definition. 
3269
3270         * python/convertrules.py (conv): fix convert-ly rules for 2.9.4
3271
3272         * VERSION (PATCH_LEVEL): release 2.9.5
3273         
3274         * Documentation/topdocs/INSTALL.texi (Top): update versions and
3275         build instructions. 
3276
3277         * ly/engraver-init.ly: switch on hairpinToBarline by default.
3278
3279 2006-05-16  Graham Percival  <gpermus@gmail.com>
3280
3281         * Documentation/user/basic-notation.itely: editing from Dave, thanks!
3282
3283         * Documentation/user/ various: minor fixes.
3284
3285 2006-05-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
3286
3287         * Documentation/topdocs/NEWS.tely (Top): add hairpinToBarline feature.
3288
3289 2006-05-16  Mats Bengtsson  <mabe@s3.kth.se>
3290
3291         * Documentation/user/advanced-notation.itely (Instrument names):
3292         Modified obsolete instruction on how to move instrument names away
3293         from the staves. Hmm, at second thought the bug probably has been
3294         solved, so the full bug description should probably be removed.
3295
3296 2006-05-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
3297
3298         * lily/dynamic-engraver.cc (typeset_all): hang ending on
3299         currentCommandColumn. 
3300
3301         * lily/hairpin.cc (print): also add padding for non-neighbor
3302         hairpin bounds.
3303
3304         * scm/define-context-properties.scm
3305         (all-user-translation-properties): add hairpinToBarline
3306
3307         * input/regression/hairpin-to-barline.ly: new file.
3308
3309         * lily/context.cc (internal_send_stream_event): thinko fix.
3310
3311         * lily/tie.cc (set_default_control_points): robustness fix.
3312
3313         * python/musicxml.py (Part.interpret): don't complain about
3314         incomplete measures.
3315
3316         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): only add
3317         new music if last_event_chord() returned None.
3318
3319         * python/musicxml.py (Part.interpret): skip back over chord notes.
3320
3321 2006-05-16  Erik Sandberg  <mandolaerik@gmail.com>
3322         
3323         * lily/percent-repeat-engraver.cc, lily/parser.yy,
3324         lily/define-music-types.cc, lily/percent-repeat-iterator.cc,
3325         lily/slash-repeat-engraver.cc,
3326         lily/include/percent-repeat-iterator.hh: Rework percent repeats:
3327         iterator sends PercentEvents
3328
3329         * lily/time-scaled-music-iterator.cc, lily/tuplet-engraver.cc:
3330         rework tuplets: send start/stop events to engraver
3331
3332         * lily/context.cc, lily/music.cc, lily/context-scheme.cc: Add
3333         dispatchers event-source and events-below to Context
3334         
3335 2006-05-15  Graham Percival  <gpermus@gmail.com>
3336
3337         * Documentation/user/README.txt: update info for doc writers.
3338
3339         * Documentation/user/programming-interface.itely: integrate
3340         Nicolas' fixes for chapter rewrite.
3341
3342         * Documentation/user/ various: minor fixes.
3343
3344 2006-05-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
3345
3346         * lily/clef-engraver.cc: cleanup.
3347
3348         * Documentation/user/GNUmakefile: dist context-example.eps too.
3349
3350         * lily/key-engraver.cc (create_key): use
3351         explicitKeySignatureVisibility for cancellation too. 
3352
3353         * lily/font-config.cc (init_fontconfig): don't close file if
3354         f==NULL. 
3355
3356 2006-05-15  Erlend Aasland  <erlenda@gmail.com>
3357
3358         * Documentation/topdocs/NEWS.tely: niente and rotation news
3359
3360 2006-05-14  Erlend Aasland  <erlenda@gmail.com>
3361
3362         * lily/include/stencil.hh
3363         * lily/stencil.cc (rotate): new function. Makes it possible
3364         to rotate a stencil around a given offset.
3365
3366         * lily/grob.cc (get_print_stencil): add rotation support
3367
3368         * lily/stencil-interpret.cc (interpret_stencil_expression):
3369         add rotation support
3370
3371         * lily/stencil-scheme.cc (ly:stencil-rotate): new function
3372
3373         * scm/define-grob-properties.scm: add 'rotation property
3374
3375         * scm/define-markup-commands.scm: add rotate markup command
3376         
3377         * scm/output-ps.scm: add rotation support in PostScript backend
3378
3379         * scm/output-svg.scm: add rotation support in SVG backend
3380
3381 2006-05-13  Graham Percival  <gpermus@gmail.com>
3382
3383         * Documentation/user/music-glossary.itely: French correction.
3384
3385         * Documentation/user/programming-interface.itely: major
3386         new docs, some reorg, some info from Nicolas.
3387
3388         * Documentation/user/ various: small fixes.
3389
3390 2006-05-12  Mats Bengtsson  <mabe@s3.kth.se>
3391
3392         * Documentation/user/programming-interface.itely (Markup
3393         programmer interface): Remove duplicate text.
3394
3395 2006-05-12  Graham Percival  <gpermus@gmail.com>
3396
3397         * Documentation/user/context-example.eps: new file.
3398
3399         * Documentation/user/changing-defaults.itely: set up file to
3400         use eps image.
3401
3402         * Documentation/user/programming-interface.itely: changes
3403         from mailist.
3404
3405 2006-05-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
3406
3407         * configure.in (LINK_GXX_STATICALLY): python 2.4 req.
3408
3409 2006-05-11  Graham Percival  <gpermus@gmail.com>
3410
3411         * Documentation/user/programming-interface.itely: first round of
3412         editing and merging emails from Nicolas.
3413
3414         * Documentation/user/scheme-tutorial: minor edit.
3415
3416 2006-05-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
3417
3418         * python/musicxml.py (Xml_node.__init__): _attribute_dict stores
3419         XML attributes.
3420         (Xml_node.message): use it.
3421
3422         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): 
3423         oops. Add duration argument.
3424
3425 2006-05-10  Joe Neeman  <joeneeman@gmail.com>
3426
3427         * lily/paper-column-engraver.cc (make_columns):
3428         * scm/define-grobs.scm: Revert my previous change and set the default
3429         in define-grobs.scm instead.
3430
3431 2006-05-09  Graham Percival  <gpermus@gmail.com>
3432         
3433         * Documentation/user/changing-defaults.itely: general editing,
3434         info about \set and \override.
3435
3436         * Documentation/user/tweaking.itely, advanced-notation.itely:
3437         fixes from Dave Luttinen, thanks!
3438
3439 2006-05-09  Joe Neeman  <joeneeman@gmail.com>
3440
3441         * lily/paper-column-engraver.cc (make_columns): By default, a column
3442         needs to be breakable.
3443
3444 2006-05-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
3445
3446         * scripts/musicxml2ly.py (musicxml_clef_to_lily): use new
3447         Attributes methods
3448         (musicxml_time_to_lily): idem
3449         (musicxml_key_to_lily): idem
3450         (instrument_drumtype_dict): dict for supported drumtypes.
3451         (LilyPondVoiceBuilder.__init__): new class: sanely keep track of
3452         moments and pending mm rests
3453         (musicxml_voice_to_lily_voice): rewrite to use LilyPondVoiceBuilder
3454         (musicxml_voice_to_lily_voice): strip KeyChangeEvents for drums.
3455         (musicxml_voice_to_lily_voice): add mode change.
3456         (option_parser): lxml.etree (http://codespeak.net/lxml/) for more
3457         speed and less memory usage (factor 5 to 10).
3458         (convert): write -defs.ly  and driver file separately so people
3459         can script their own part extraction.
3460
3461         * python/musicxml.py (minidom_demarshal_node): new function:
3462         separate minidom handling.
3463         (lxml_demarshal_node): new function: support lxml.etree too.
3464         (Xml_node.message): new function: verbose error message, with XML
3465         path to offending node.
3466         (Attributes.get_measure_length): sane interface to MusicXML attributes.
3467         (Part_list.generate_id_instrument_dict): new method: collect
3468         instrument names, to be able to set drum_type.
3469         (Part.interpret): handle underfull measures
3470         (Part.interpret): assign instrument names.
3471
3472         * python/musicexp.py (Output_printer.close): new method
3473         (MusicWrapper.print_ly): new class: support other modes,
3474         eg. \drummode
3475         (BarCheck.print_ly): new class. Support bar checks, with comments
3476         and fancy barchecks. 
3477         (NoteEvent.__init__): also set drum_type for drum notes.
3478         (MultiMeasureRest.lisp_expression): dump mm rests.
3479
3480         * lily/paper-column-engraver.cc (stop_translation_timestep): set
3481         line-break-permission if forbidBreak is not set.
3482
3483 2006-05-09  Joe Neeman  <joeneeman@gmail.com>
3484
3485         * scm/define-context-properties.scm:
3486         * scm/define-grob-properties.scm:
3487         * scm/define-grobs.scm:
3488         * scm/define-music-display-methods.scm:
3489         * scm/define-music-properties.scm:
3490         * scm/define-music-types.scm:
3491         * scm/music-functions.scm:
3492         * ly/declarations-init.ly:
3493         * lily/include/constrained-breaking.hh:
3494         * lily/system.cc:
3495         * lily/spaceable-grob.cc:
3496         * lily/simple-spacer.cc:
3497         * lily/paper-score.cc:
3498         * lily/paper-column.cc:
3499         * lily/paper-column-engraver.cc:
3500         * lily/item.cc:
3501         * lily/gourlay-breaking.cc:
3502         * lily/constrained-breaking.cc:
3503         * python/convertrules.py:
3504         Change "penalty", "page-penalty" and "breakable" to "line-break-penalty",
3505         "page-break-penalty" and "line-break-permission".
3506         Add "page-break-permission", "page-turn-permission" and "page-turn-penalty".
3507         Replace BreakEvent with LineBreakEvent, PageBreakEvent and PageTurnEvent.
3508
3509         * lily/bar-engraver.cc:
3510         * lily/beam-engraver.cc:
3511         * lily/forbid-break-engraver.cc:
3512         * lily/ligature-engraver.cc:
3513         * lily/paper-column-engraver.cc:
3514         * lily/percent-repeat-engraver.cc:
3515         * lily/score-engraver.cc:
3516         * lily/score-engraver.hh:
3517         * lily/paper-column-engraver.hh:
3518         Inter-engraver communication regarding line breaks is done through context
3519         properties (Score.forbidBreak) instead of function calls.
3520
3521 2006-05-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
3522
3523         * VERSION (PACKAGE_NAME): release 2.9.4
3524
3525 2006-05-08  Graham Percival  <gpermus@gmail.com>
3526
3527         * Documentation/user/working.itely: proofreading from Dave
3528         Luttinen, thanks.
3529
3530         * Doucmentation/user/README.txt: updated with manual style info.
3531
3532         * Documentation/user/ various: trim linewidth to 78 chars.
3533
3534 2006-05-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
3535
3536         * scm/define-grob-properties.scm (all-internal-grob-properties):
3537         remove chord-tremolo property.
3538
3539         * lily/beam.cc (get_beam_segments): don't use stem position as
3540         base for broken ends.
3541
3542 2006-05-06  Graham Percival  <gpermus@gmail.com>
3543
3544         * Documentation/user/putting.itely: proofreading from Dave
3545         Luttinen, thanks!
3546
3547         * Documentation/user/ various: more reorg and clarifications.
3548
3549 2006-05-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
3550
3551         * scm/lily.scm (TEX_STRING_HASHLIMIT): move from framework-texstr.scm.
3552
3553         * ly/music-functions-init.ly: new function featherDurations
3554
3555         * lily/beam.cc: read grow-direction for feathered beaming.
3556
3557         * Documentation/topdocs/NEWS.tely (Top): typo.
3558
3559 2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
3560
3561         * lily/include/beam.hh (struct Beam_stem_segment): add gapped_ for
3562         tremolo beams.
3563
3564 2006-05-05  Erik Sandberg  <mandolaerik@gmail.com>
3565         * lily/context.cc, lily/global-context.cc: Added 'unique' member,
3566         used by music streams.
3567
3568         * lily/dispatcher.cc, lily/dispatcher-scheme.cc,
3569         lily/stream-event.cc, lily/stream-event-scheme.cc,
3570         lily/listener.cc, lily/scheme-listener.cc,
3571         lily/scheme-listener-scheme.cc, lily/include/dispatcher.hh,
3572         lily/include/stream-event.hh, lily/include/listener.hh,
3573         lily/include/scheme-listener.hh, scm/define-event-classes.scm:
3574         Created data structures for music streams.
3575         
3576 2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
3577
3578         * lily/beam.cc (get_beam_segments): new function. Reorganise the
3579         construction of a beam. 
3580         (print): rewrite. 
3581
3582         * flower/include/std-vector.hh (default_compare): use only one comparison.
3583
3584         * scm/define-markup-commands.scm (note-by-number): remove debug display.
3585         (note-by-number): further attachment fixes.
3586
3587         * scm/lily-library.scm (ordered-cons): new function.
3588         (interval-index): new function
3589
3590         * lily/note-head-scheme.cc (LY_DEFINE): new file.
3591
3592         * lily/note-head.cc (get_stem_attachment): new function.
3593
3594         * scm/define-markup-commands.scm (note-by-number): read 'style
3595         property. 
3596
3597         * input/regression/markup-note.ly: show note-head style option.
3598
3599         * mf/feta-bolletjes.mf (overdone_heads): fix attachment points for
3600         triangle head.
3601
3602 2006-05-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
3603
3604         * mf/GNUmakefile (NCSB_OTFS): remove old ncsb detection further.
3605
3606         * configure.in (LINK_GXX_STATICALLY): fix for ncsb detection.
3607
3608         * lily/include/constrained-breaking.hh: GCC 4 fix.
3609
3610 2006-05-04  Joe Neeman  <joeneeman@gmail.com>
3611
3612         * lily/simple-spacer.cc: Remove class Simple_spacer_wrapper.
3613         Replace it with functions get_line_forces and get_line_configuration.
3614         (class Simple_spacer): Make data private.
3615         Rewrite compression algorithm to be faster and simpler.
3616
3617         * lily/simple-spacer-scheme.cc (ly_solve_rod_and_spring_problem):
3618         * lily/gourlay-breaking.cc (solve):
3619         * lily/constrained_breaking.cc (space_line):
3620         Change it to the new simple-spacer code.
3621
3622         * lily/paper-score.cc (get_paper_systems):
3623         (Paper_score):
3624         (process):
3625         Delay breaking the systems until they are requested.
3626         (find_break_indices):
3627         Use vsize for indices.
3628         (calc_breaking):
3629         Move the "Calculating line breaks" message here.
3630
3631         * lily/system.cc (pre_processing):
3632         Move the "Calculating line breaks" message away from here.
3633         (break_into_pieces):
3634         Allow multiple calls to this function in sequence (with touching-but-
3635         not-overlapping breakpoints).
3636
3637         * lily/constrained-breaking.cc:
3638         Replace most of the get_XXXX functions with get_line_details.
3639         Only calculate the force for each line. Calculate configurations only
3640         for the lines we will actually use.
3641         Replace cols_ with lines_.
3642
3643 2006-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3644
3645         * mf/GNUmakefile (depth): remove FC_FIND.
3646
3647         * config.make.in (NCSB_SOURCE_FILES): subst NCSB_SOURCE_FILES
3648
3649         * configure.in (LINK_GXX_STATICALLY): call fc-match from within configure.
3650
3651         * scm/framework-ps.scm (write-preamble): new function.
3652         (write-preamble): load mac fonts via fondu, even if gs-font-load
3653         is set.
3654
3655 2006-05-03  Werner Lemberg  <wl@gnu.org>
3656
3657         * mf/GNUmakefile (FC_FIND): Fix typo.
3658
3659 2006-05-03  Erlend Aasland  <erlenda@gmail.com>
3660
3661         * stepmake/stepmake/generic-targets.make (cvs-clean): also remove out-www dirs.
3662
3663 2006-05-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
3664
3665         * stepmake/aclocal.m4: run python-config for crosscompiling
3666         flags. 
3667
3668         * scripts/lilypond-book.py (Lilypond_file_snippet.my_system): add
3669         -f png for HTML, TEXINFO formats. 
3670
3671         * input/tutorial/lbook-html-test.html: new file.
3672
3673         * lily/include/tie-formatting-problem.hh (class
3674         Tie_formatting_problem): index Chord_outline_map by Tuple2 for
3675         [column, direction]. This fixes laissez vibrer ties.
3676  
3677         * flower/include/tuple.hh (struct Tuple2): new file.
3678
3679         * mf/GNUmakefile (FC_FIND): new function. Find ncsb using
3680         $(FCMATCH), only if $(NCSB_DIR) not set. 
3681
3682         * configure.in (LINK_GXX_STATICALLY): only warn if $NCSB_DIR set.
3683
3684         * config.make.in (DOCUMENTATION): set FCMATCH.  
3685
3686         * autogen.sh (srcdir): don't set --with-ncsb-dir. 
3687
3688 2006-05-03  Graham Percival  <gpermus@gmail.com>
3689
3690         * Documentation/user/ various: final round of reorg.
3691
3692         * Documentation/user/instrument-notation.itely: some more
3693         fixes from Eduardo, thanks!
3694
3695 2006-05-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
3696
3697         * VERSION (PACKAGE_NAME): release 2.9.3
3698
3699         * flower/file-path.cc (is_dir): canonicalize file name before stat'ing.
3700
3701         * lily/relocate.cc (framework_relocation): remove old relocation stuff.
3702
3703 2006-05-01  Mats Bengtsson  <mabe@s3.kth.se>
3704
3705         * scm/define-grob-properties.scm (all-user-grob-properties):
3706         Correct typo, thanks to Eduardo.
3707
3708 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
3709
3710         * scripts/GNUmakefile (SEXECUTABLES): remove lilypond-ps2png.scm
3711
3712         * buildscripts/lilypond-words.py (F): indent fix.
3713
3714         * input/regression/tie-arpeggio-collision.ly: new file.
3715
3716         * lily/tie-formatting-problem.cc (set_column_chord_outline): new
3717         function: store outlines per column rank.
3718
3719         * lily/include/tie-configuration.hh (class Tie_configuration): add
3720         column_ranks_ to specification and configuration, to distinguish
3721         between ties for different heads in arpegiated chords.
3722
3723         * lily/relocate.cc (framework_relocation): use INSTALLER_PREFIX.
3724
3725         * *.py: more 4 space indents.
3726
3727         * autogen.sh (conf_flags): set sensible default for with-ncsb-dir
3728
3729 2006-05-01  Joe Neeman  <joeneeman@gmail.com>
3730
3731         * scm/lily-library.scm: Fix guile 1.6 compatibility in inf? and nan?
3732
3733 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
3734
3735         * buildscripts/pfx2ttf.fontforge (err): create OTF files.
3736
3737         * scripts/abc2ly.py (dump_score): indent of 4 for python code. 
3738
3739         * configure.in (LINK_GXX_STATICALLY): remove locate() call.
3740
3741 2006-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3742
3743         * python/convertrules.py (conv): indent 4 for python files.
3744
3745 2006-04-29  Mats Bengtsson  <mabe@s3.kth.se>
3746
3747         * Documentation/user/changing-defaults.itely (Creating contexts):
3748         Clarify \new semantics.
3749
3750 2006-04-28  Graham Percival  <gpermus@gmail.com>
3751
3752         * Documentation/user/ various: major new sections in the
3753         Learning manual, slight reorg elsewhere.
3754
3755 2006-04-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
3756
3757         * mf/GNUmakefile (MFTRACE_FLAGS): add $(outdir) to $(ENCODING_FILE) 
3758
3759         * scm/framework-ps.scm (output-framework): remove PageMedia
3760
3761 2006-04-27  Graham Percival  <gpermus@gmail.com>
3762
3763         * Documentation/user/ tweaks.itely, working.itely: new
3764         files, being more advanced "learning manual" chapters.
3765
3766         * Documentation/user/ tutorial, putting, lilypond: reorg.
3767
3768 2006-04-26  Graham Percival  <gpermus@gmail.com>
3769
3770         * input/regression/lyric-combine-polyphonic.ly: fixed test
3771         (no more "can't find context `one'" error).
3772
3773 2006-04-25  Joe Neeman <joeneeman@gmail.com>
3774
3775         * lily/stem-tremolo.cc (print): fix whole note tremolo placement
3776
3777         * input/regression/stem-tremolo.ly: add 2 more whole note examples
3778         
3779 2006-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3780
3781         * lily/relocate.cc (read_relocation_dir): new function.
3782
3783 2006-04-26  Graham Percival  <gpermus@gmail.com>
3784
3785         * Documentation/user/instrument-notation.itely: a few more fixes
3786         from Eduardo, thanks!
3787
3788         * Documentation/user/README.txt: new file; contains info on
3789         style that used to be in lilypond.tely.
3790
3791         * Documentation/user/ various: first round of doc reorg.
3792
3793         * Documentation/user/baer-flat-bw.png: remove alpha bit from
3794         graphic; this probably causes problems on some pdf
3795         viewers, notably Adobe Acrobat.
3796
3797 2006-04-24  Graham Percival  <gpermus@gmail.com>
3798
3799         * Documentation/user/instrument-notation.itely: many alterations
3800         to Vocal music, from Eduardo Viera.
3801
3802 2006-04-23  Graham Percival  <gpermus@gmail.com>
3803
3804         * Documentation/user/instrument-notation.itely: fix \new
3805         instead of \context problem.
3806
3807 2006-04-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3808
3809         * lily/relocate.cc (expand_environment_variables): new function.
3810         (read_line): id.
3811         (read_relocation_file): id.
3812
3813         * scm/stencil.scm (eps-file->stencil): fix EPS PS embedding code 
3814
3815 2006-04-21  Erlend Aasland  <erlenda@gmail.com>
3816
3817         * ly/engraver-init.ly: remove old comments from TabVoice
3818
3819 2006-04-20  Graham Percival  <gpermus@gmail.com>
3820
3821         * Documentation/user/instrument-notation.itely: added Erlend's
3822         latest doc patch, thanks!
3823
3824 2006-04-19  Erlend Aasland <erlenda@gmail.com>
3825
3826         * lily/include/slur.hh:
3827         * lily/slur.cc:
3828         * lily/phrasing-slur-engraver.cc:
3829         * lily/slur-engraver.cc: Fix 'cut & paste' code by merging
3830         acknowledge_extra_object () from Phrasing_slur_engraver:: and
3831         Slur_engraver:: and putting it in
3832         Slur::auxiliary_acknowledge_extra_object ().
3833
3834         * ps/music-drawing-routines.ps (draw_dashed_slur): fix another bug
3835
3836         * lily/note-collision.cc: fix a comment
3837
3838 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
3839
3840         * stepmake/bin/add-html-footer.py: fix footer position in
3841         generated html files: before </body> and </html> tags.
3842
3843 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
3844
3845         * scripts/GNUmakefile: revert last "fix", which rather broke make.
3846         Earlier successive `make' commands finally compiled ok.
3847
3848         * Documentation/topdocs/INSTALL.texi: require mftrace 1.1.19.
3849
3850 2006-04-18  Erlend Aasland <erlenda@gmail.com>
3851
3852         * lily/include/stem-tremolo.hh:
3853         * lily/stem-tremolo.cc: move rotated_box () to Lookup:: and update
3854         callers.
3855
3856         * lily/lookup.cc:
3857         * lily/include/lookup.hh: add rotated_box ()
3858
3859 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
3860
3861         * scripts/GNUmakefile: bugfix: run help2man only after scripts have 
3862         been generated. Fixes "can't get `--help'" bug after make clean.
3863
3864         * THANKS: alphabetize contributors.
3865
3866 2006-04-17  Graham Percival  <gpermus@gmail.com>
3867
3868         * Documentation/user/instrument-notation.itely: added Erlend's
3869         tabs and banjo doc patch.  Thanks!
3870
3871 2006-04-17  Erlend Aasland  <erlenda@gmail.com>
3872
3873         * scm/define-grobs.scm: fix stem-attachment for tablature note heads.
3874
3875         * ps/music-drawing-routines.ps (draw_dashed_line): fix dash pattern bug.
3876
3877         * scm/output-lib.scm: add some more predefined string tunings.
3878
3879         * Documentation/user/instrument-notation.itely: and doc them.
3880
3881 2006-04-16  Jürgen Reuter  <reuter@ipd.uka.de>
3882
3883         * ly/engraver.ly: Remove obsolete comments.
3884
3885         * ly/gregorian-init.ly: Define default layout block.
3886
3887         * input/puer-fragment.ly: Updated and extended.
3888
3889 2006-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
3890
3891         * lily/lily-parser-scheme.cc: Use them to fix --output=DIR/BASE
3892         pdf conversion behaviour.
3893
3894         * flower/file-name.cc (dir_name)
3895         (get_working_directory): Move from relocate.cc.
3896
3897         * lily/relocate.cc (setup_paths): Remove rogue stat calls.
3898         
3899         * lily/relocate.cc: Encapsulate sys/stat.h in
3900         HAVE_STAT_H.
3901
3902 2006-04-14  Graham Percival  <gpermus@gmail.com>
3903
3904         * Documentation/user/ various: small updates from Cameron
3905         and Juergen, thanks!
3906
3907         * Documentation/user/ various: small updates of my own.
3908
3909         * THANKS: 2.7 -> 2.8.
3910
3911 2006-04-11  Graham Percival  <gpermus@gmail.com>
3912
3913         * scm/define-context-properties.scm: typo.
3914
3915         * Documentation/user/ : many more small updates.
3916
3917 2006-04-13  Jürgen Reuter  <reuter@ipd.uka.de>
3918
3919         * scm/define-music-types.scm: disposed "docme".
3920
3921 2006-04-11  Erlend Aasland  <erlenda@gmail.com>
3922
3923         * lily/hairpin.cc: make niente circles a bit smaller.
3924
3925 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
3926
3927         * mf/GNUmakefile: remove redundant mftrace check. Also remove
3928         get-pfa and get-*-fonts targets.
3929
3930 2006-04-10  Graham Percival  <gpermus@gmail.com>
3931
3932         * THANKS, Documentation/user/ basic-notation, advanced-notation,
3933         music-glossary, programming-interface: more minor fixes
3934         from mailist.
3935
3936         * scm/define-grob-properties.scm: clarified direction, thanks Mats!
3937
3938         * scm/define-context-properties.scm: another old \property update.
3939         This time tested for compiling!
3940
3941 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
3942
3943         * mf/GNUmakefile: fix for mftrace version >= 1.2.0
3944
3945 2006-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3946
3947         * scm/define-context-properties.scm (all-user-translation-properties): 
3948         * Documentation/user/global.itely (Page formatting): Compile fix.
3949
3950 2006-04-09  Mats Bengtsson  <mabe@s3.kth.se>
3951
3952         * Documentation/user/advanced-notation.itely (Polymetric
3953         notation): Update the example to use the "+" symbol and add link
3954         to input/test/compound-time.ly.
3955
3956 2006-04-08  Graham Percival  <gpermus@gmail.com>
3957
3958         * scm/define-grob-properties.scm: clarify docs for #'direction.
3959
3960         * scm/define-context-properties.scm: update old \property override.
3961
3962         * Documentation/user/ advanced-notation, global, lilypond-book:
3963         more minor doc updates.
3964
3965 2006-04-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
3966
3967         * lily/parser.yy (Generic_prefix_music_scm): append lists, not objects.
3968
3969         * scm/backend-library.scm (search-gs): oops.
3970
3971 2006-04-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
3972
3973         * scripts/lilypond-book.py (output): use base, not filename for href.
3974
3975         * scm/backend-library.scm: only look for gs.
3976
3977         * scripts/lilypond-book.py (output): fix printfilename.
3978
3979         * lily/parser.yy (music_function_musicless_prefix): fold together
3980         definitions of signature (SCM*) (Music|post_event|chord_body_element)
3981
3982         * lily/slur.cc (print): only set font-size if not set yet.
3983
3984         * lily/slur-configuration.cc (add_score): improved layout of debug
3985         scoring output.
3986
3987 2006-04-05  David Feuer  <David.Feuer@gmail.com>
3988
3989         * music-drawing-routines.ps (draw_round_box): removed testing artifact.
3990         (draw_circle): Hopefully fixed regression.
3991         Improved documentation for several procedures.
3992         
3993 2006-03-04  Werner Lemberg  <wl@gnu.org>
3994
3995         * ly/engraver-init.ly (\Score): Add beam-event to quotedEventTypes.
3996
3997 2006-04-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
3998
3999         * scripts/musicxml2ly.py (bindir): add dynamic
4000         relocation. 
4001
4002 2006-04-04  Graham Percival  <gpermus@gmail.com>
4003
4004         * Documentation/user/ basic-notation, advanced-notation, putting,
4005         instrument-notation, invoking, lilypond, THANKS: another ream of small
4006         fixes from the Doc Helpers.
4007
4008 2006-04-03  David Feuer  <David.Feuer@gmail.com>
4009
4010         * music-drawing-routines.ps: remove superfluous gsave/grestore pairs.
4011
4012         * lilyponddefs.ps (set-ps-scale-to-lily-scale): Fixed code duplication.
4013
4014         * Cleaned up interfaces between PostScript and Scheme, and moved
4015         computations from PostScript to Scheme:
4016
4017         * music-drawing-routines.ps
4018         (*SF, stroke_and_fill): new procedures.  Replaced stroke and fill
4019         with stroke_and_fill throughout.
4020         (euclidean_length, print_letter, draw_box): Deleted unused
4021         procedures.  If someone needs draw_box, implement it using
4022         draw_round_box; don't duplicate code.
4023         (print_glyphs, draw_round_box, draw_polygon, draw_repeat_slash):
4024         Refactored/cleaned up interfaces.
4025         (mark_URI): Moved.
4026
4027         * output-ps.scm: reordered arguments to PostScript functions to
4028         match new interfaces
4029         (glyph-string): Rewrote glyph-string.
4030         (grob-cause): Replaced string-append with format.
4031         (repeat-slash): Rewrote to do computation here.
4032         (round-filled-box): Rewrote to do computation here.
4033
4034 2006-04-04  Erlend Aasland  <erlenda@gmail.com>
4035
4036         * stepmake/stepmake/generic-targets.make: add cvs-clean target
4037
4038         * stepmake/stepmake/toplevel- targets.make: print help info about
4039         cvs-clean
4040
4041 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
4042
4043         * input/regression/hairpin-circled.ly: new file
4044
4045 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
4046
4047         * lily/hairpin.cc (print): add support for circled tip
4048
4049         * scm/define-grob-properties.scm: add circled-tip parameter
4050
4051         * scm/define-grobs.scm: init circled-tip to false
4052         
4053 2006-04-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
4054
4055         * scm/music-functions.scm (quote-substitute): set
4056         iterators-ctor. 
4057
4058 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
4059
4060         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): set
4061         BSTINPUTS. 
4062
4063         * Documentation/topdocs/AUTHORS.texi (Top): add David Feuer.
4064
4065         * scm/output-ps.scm (glyph-string): revert cid selectfont.
4066
4067 2006-03-31  David Feuer  <david.feuer@gmail.com>
4068         
4069         * scm/framework-ps.scm:
4070         
4071         * scm/output-ps.scm: glyph-string now produces smaller, more
4072         readable, and probably faster PostScript.  Several findfont
4073         scalefont setfont instances changed to selectfont
4074         Hacked-up string-appends changed to formats.
4075
4076         * ps/music-drawing-routines.ps: add print_letter, print_glyphs.
4077         
4078 2006-03-30  Graham Percival  <gpermus@gmail.com>
4079
4080         * scm/lily-library.scm: make "no version" warning message more polite.
4081
4082         * lily/music.cc: add double quotes to failed octave check.
4083
4084         * Documentation/user/ advanced-notation, changing-defaults,
4085         instrument-notation, invoking, music-glossary: whole bunch of minor
4086         fixes from mailist.
4087
4088 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
4089
4090         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): use
4091         $(buildscriptdir) iso. depth.
4092
4093         * VERSION (PACKAGE_NAME): release 2.9.1
4094
4095 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
4096
4097         * lily/pango-font.cc (pango_item_string_stencil): more robustness.
4098
4099         * VERSION (PATCH_LEVEL): bump version number.
4100
4101         * flower/include/guile-compatibility.hh (scm_from_uint32): add
4102         scm_from_uint32 ()
4103
4104         * lily/pango-font.cc (pango_item_string_stencil): use
4105         scm_from_uint32 ()
4106
4107         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
4108         $(outdir)/emmentaler-%.svg): remove canary.
4109
4110         * lily/pango-font.cc (pango_item_string_stencil): only use uXXX
4111         glyphnames if we have a ttf font.
4112
4113 2006-03-30  Mats Bengtsson  <mabe@s3.kth.se>
4114
4115         * Documentation/user/advanced-notation.itely (Font selection):
4116         Corrected reference to the font-family-override.ly example.
4117
4118 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
4119         
4120         * lily/chord-tremolo-engraver.cc (acknowledge_stem): set the
4121         stem-tremolo object in the stem (or else the stem might not be
4122         long enough).
4123
4124 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
4125
4126         * lily/ttf.cc (print_trailer): only print existing glyphs.
4127
4128 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
4129
4130         * lily/stem-tremolo.cc (print): for whole notes (and breves, etc.)
4131         position the tremolo based on the position of the notehead.
4132
4133         * input/regression/stem-tremolo.ly: add example of unbeamed eighth
4134         notes and update the texidoc line with the new positioning rules.
4135         
4136 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
4137
4138         * lily/ttf.cc (print_trailer): don't always use uXXX glyphname.
4139
4140         * scripts/lilypond-book.py (Module): set default for linewidth if
4141         preamble not found.
4142
4143 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
4144
4145         * VERSION (PACKAGE_NAME): release 2.9.0.
4146
4147         * input/regression/stem-tremolo-position.ly: new file.
4148
4149         * lily/stem-tremolo.cc: remove Stem_tremolo::dim_callback
4150
4151 2006-03-28  Joe Neeman  <joeneeman@gmail.com>
4152
4153         * lily/stem-tremolo.cc (print): position
4154         the tremolo depending only on the end of the stem
4155         and not on the notehead
4156         (raw_stencil): center, on the middle staff line, the
4157         flag that is closest to the end of the stem (previously
4158         the bottom flag)
4159         (calc_width): add this callback to shorten a tremolo when
4160         it is beamed or it is stemup with a flag
4161         (style): add this callback to make a tremolo rectangular when
4162         it is beamed or it is stemup with a flag
4163         (rotated_box): this is like Lookup::beam but makes a rotated
4164         rectangle instead of a parallelogram
4165
4166         * lily/stem.cc (calc_stem_info): make sure the stem
4167         is long enough to fit the tremolo
4168         (calc-length): reduce the length of tremolo stems since the
4169         tremolo code is now capable of better positioning
4170
4171         * scm/define-grobs.scm: make calc_width the default beam-width
4172         callback for stem-tremolo and add the style callback
4173                 
4174 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
4175
4176         * lily/tuplet-bracket.cc (calc_control_points): handle suicide
4177         case. 
4178
4179 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
4180
4181         * lily/ttf.cc (make_index_to_charcode_map): restore old
4182         cmap. 
4183
4184 2006-03-28  Werner Lemberg  <wl@gnu.org>
4185
4186         * lily/pango-font.cc (get_unicode_name): Fix `uXXXXX' glyph names.
4187
4188 2006-03-28  Graham Percival  <gpermus@gmail.com>
4189
4190         * THANKS: update for 2.9, add section for Documentation helpers.
4191
4192         * Documentation/topdocs/NEWS.tely: compile fix.
4193
4194         * Documentation/user/ basic-notation, global, advanced-notation,
4195         examples.itely: minor fixes from mailist.
4196
4197 2006-03-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
4198
4199         * mf/feta-bolletjes.mf: match width of solfa notes with normal
4200         note heads. 
4201
4202         * lily/ttf.cc (print_trailer): use it.
4203
4204         * lily/pango-font.cc (get_unicode_name): new function.
4205
4206         * lily/ttf.cc (make_index_to_charcode_map): move function from
4207         open-type-font.cc
4208         (print_trailer): substitute uniXXXX name if applicable. 
4209
4210         * lily/pango-font.cc (get_index_to_charcode_map): new function.
4211         (pango_item_string_stencil): use it to generate uniXXXX names.
4212
4213         * mf/feta-bolletjes.mf (overdone_heads): add small style (ugly)
4214         note heads, for uniform widths in shape note output.
4215         (overdone_heads): hmm. remove them again.
4216
4217         * scripts/lilypond-book.py (output): add links to filenames.
4218
4219         * Documentation/topdocs/INSTALL.texi (Top): update versions.
4220
4221         * lily/note-collision.cc (get_clash_groups): only consider when
4222         Note_column::dir <> CENTER. 
4223
4224         * scripts/lilypond-book.py (get_option_parser): init output_name
4225         to ''. 
4226
4227 2006-03-24  Graham Percival  <gpermus@gmail.com>
4228
4229         * Documentation/topdocs/NEWS.tely: add @end itemize
4230
4231         * Documentation/user/ global, advanced-notation: minor
4232         stuff from mailist.
4233
4234 2006-03-23  Graham Percival  <gpermus@gmail.com>
4235
4236         * Documentation/user/ lilypond.tely, music-glossary,
4237         preface: housekeeping; 2005->2006, remove "notes for 2.6"
4238
4239 2006-03-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
4240
4241         * mf/GNUmakefile: don't install .enc files.
4242
4243         * Documentation/topdocs/NEWS.tely: clear for 2.9 cycle.
4244
4245         * VERSION (PATCH_LEVEL): bump to 2.9.0
4246
4247 2006-03-22  Graham Percival  <gpermus@gmail.com>
4248
4249         * Documentation/user/advanced-notation.itely: minor fixes
4250         from mailist.
4251
4252 2006-03-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
4253
4254         * Documentation/topdocs/AUTHORS.texi (Top): add Joe Neeman.
4255
4256         * branch lilypond_2_8
4257
4258 2006-03-22  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
4259
4260         * scripts/lilypond-book.py (samefile): new function, for windoze
4261         compatibility.
4262
4263 2006-03-21  Graham Percival  <gpermus@gmail.com>
4264
4265         * ly/engraver-init.ly: add info about StaffGroup.
4266
4267 2006-03-21  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
4268
4269         * input/regression/stem-direction-context.ly: idem.
4270
4271         * Documentation/topdocs/NEWS.tely (Top): fix interpolation example.
4272
4273         * THANKS: add Mats.
4274
4275         * input/regression/page-layout-twopass.ly: comment out \markup so
4276         tweak-file is left.
4277
4278         * lily/instrument-name-engraver.cc (finalize): add to instrument
4279         name global System. This also fixes chopped instrument names, but
4280         doesn't crash when there are slurs/beams.
4281
4282         * lily/slur-configuration.cc (add_score): disallow negative slur
4283         scores.
4284         
4285 2006-03-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4286
4287         * scm/framework-ps.scm (dump-stencil-as-EPS): remove debugging code.
4288
4289         * lily/instrument-name-engraver.cc (process_music): kludge: add
4290         InstrumentName spanner to axis group of left bound. Fixes chopped
4291         off instrument names in EPS images.
4292
4293         * input/regression/lyric-hyphen-retain.ly: elaborate explanation.
4294
4295         * scripts/abc2ly.py (option_parser): update to 2.7.40
4296
4297 2006-03-20  Graham Percival  <gpermus@gmail.com>
4298
4299         * THANKS: move small doc contributors to SUGGESTIONS.
4300
4301         * Documentation/user/ basic-notation, advanced-notation,
4302         global: small changes from mailist.
4303
4304 2006-03-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4305
4306         * Documentation/user/advanced-notation.itely (Text marks): update
4307         for new rehearsalMarkAlignSymbol convention.
4308
4309         * VERSION (PATCH_LEVEL): bump version.
4310
4311         * input/test/instrument-name-align.ly: new file.
4312
4313         * scm/define-markup-commands.scm (hcenter-in): add hcenter-in.
4314
4315         * input/test/instrument-name-align.ly: new file. Document how to
4316         align instrument names.
4317
4318         * lily/mark-engraver.cc: remove properties.
4319
4320         * scm/define-context-properties.scm
4321         (all-user-translation-properties): remove align symbol properties
4322         for barnumber/reh. mark.
4323
4324         * lily/break-align-interface.cc (self_align_callback): new
4325         interface, new function. Look at complete alignment. This handles
4326         tunable break alignments in case break-align-symbols are missing.
4327
4328         * lily/bar-number-engraver.cc (acknowledge_break_alignment): new function
4329
4330         * lily/mark-engraver.cc (acknowledge_break_alignment): new function.
4331
4332         * python/convertrules.py (conv): mark/bar number alignment rule.
4333
4334         * lily/break-align-interface.cc (calc_positioning_done): also
4335         store offset from last visible break-alignment to its
4336         neighbor. This makes alignment on non-visible objects more reliable.
4337
4338         * po/lilypond.pot (Module): ran po-replace.
4339
4340         * input/regression/tie-single-manual.ly (Module): new file.
4341
4342         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
4343         look at has_manual_position_.
4344         (from_ties): set has_manual_position_ if tie has staff-position set.
4345
4346         * lily/tuplet-bracket.cc (calc_positions): idem.
4347
4348         * lily/tuplet-number.cc (print): don't print tupletnumber if it
4349         doesn't span time.
4350
4351 2006-03-19  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4352
4353         * scm/define-markup-commands.scm (smallCaps): new markup command
4354         for turning a text to small caps using smaller font size and upper
4355         casing.
4356
4357 2006-03-17  Graham Percival  <gpermus@gmail.com>
4358
4359         * Documentation/user/ examples, instrument-notation,
4360         advnaced-notation: minor fixes from mailist.
4361
4362 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4363
4364         * Documentation/user/tutorial.itely (First steps): change example
4365         to verbatim.  
4366
4367 2006-03-17  Graham Percival  <gpermus@gmail.com>
4368
4369         * Documentation/user/ examples, advanced: minor changes from mailist.
4370
4371         * THANKS: add Geoff Horton, for documentation stuff.
4372
4373 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4374
4375         * python/lilylib.py (system): revert have_select kludge.
4376
4377         * Documentation/user/tutorial.itely (Commenting input files):
4378         update version numbers in doc. 
4379
4380         * scm/define-grob-interfaces.scm (multi-measure-interface): add
4381         bound-padding to multi-measure-interface
4382
4383 2006-03-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4384
4385         * input/test/engraver-example.ily: update version number.
4386
4387         * VERSION (PACKAGE_NAME): release 2.7.39
4388
4389         * lily/note-spacing.cc (get_spacing): heighten threshold where
4390         accidentals/arpeggios influence previous spacing fully.
4391
4392         * lily/rest.cc (y_offset_callback): only use direction if
4393         staff-position wasn't set before.
4394
4395         * lily/bar-number-engraver.cc: add support for
4396         barNumberAlignSymbol. 
4397         add ADD_ACKNOWLEDGER() call for break_aligned. Fixes bar-number-breathe
4398
4399         * lily/pointer-group-interface.cc (set_ordered): new function. 
4400         (add_unordered_grob): new function.
4401
4402         * lily/grob-array.cc (Grob_array): grob-arrays are always assumed
4403         to ordered, unless the opposite has been proved.  This fixes
4404         random reordering of large object groups across linebreaks,
4405         eg. beams.
4406
4407         * lily/main.cc (do_chroot_jail): printf format fix.
4408
4409         * lily/tie-formatting-problem.cc (generate_configuration):
4410         multiply y-shift for dot with direction.
4411  
4412         * scm/define-markup-commands.scm (note-by-number): put (magstep
4413         size) in y-attach too.
4414
4415         * Documentation/topdocs/NEWS.tely (Top): show override.
4416
4417         * scm/define-grobs.scm (all-grob-descriptions): reinstate neutral
4418         direction for stems.
4419         
4420 2006-03-15  Graham Percival  <gpermus@gmail.com>
4421
4422         * Documentation/user/ changing-defaults, global: minor
4423         fixes from mailist.
4424
4425 2006-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4426
4427         * lily/lexer.ll (Lily_lexer): bump required version to 2.7.38
4428
4429         * lily/spacing-spanner.cc (musical_column_spacing): crude fix for
4430         breakable items after uniformly stretched notes.
4431
4432         * lily/tie-formatting-problem.cc (set_chord_outline): initialize
4433         outline with outer edge of note heads. This prevents infinity
4434         problems with tied whole notes.
4435
4436         * scripts/lilypond-book.py (do_file): use os.popen
4437
4438         * python/convertrules.py (conv): add rule for Stem #'beamed-*
4439
4440 2006-03-14 Erik Sandberg  <mandolaerik@gmail.com>
4441
4442         * Documentation/user/invoking.itely: Add ragged-right to bug report
4443         guidelines.
4444
4445 2006-03-14  Graham Percival  <gpermus@gmail.com>
4446
4447         * Documentation/user/global.itely: small fix from mailist.
4448
4449 2006-03-14  Mats Bengtsson  <mabe@s3.kth.se>
4450
4451         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use the
4452         file descriptor returned by tempfile.mkstemp() when writing
4453         to tmpfile and closing it. Solves problem with unlink(tmpfile)
4454         on mingw.
4455
4456 2006-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
4457
4458         * po/fi.po: newline bugfix.
4459
4460 2006-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
4461
4462         * scm/paper.scm (paper-alist): Rounding fixes.
4463
4464 2006-03-13  Graham Percival  <gpermus@gmail.com>
4465
4466         * Documentation/user/ changing-defaults, instrument-notation,
4467         tutorial: small fixes from mailist, mostly from Mats.  Thanks!
4468
4469 2006-03-13 Heikki Junes  <hjunes@cc.hut.fi>
4470
4471         * po/fi.po: update.
4472
4473 2006-03-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4474
4475         * stepmake/bin/add-html-footer.py (mail_address_url): don't add
4476         mailto: to http:// 
4477
4478         * python/lilylib.py (print_environment): move ps_page_count to
4479         lilypond-book.py
4480
4481 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4482
4483         * Documentation/user/music-glossary.tely (G clef): fix clef alignments.
4484
4485         * scm/framework-ps.scm (embed-document): new function. Use to
4486         embed PFA files.
4487
4488         * ly/engraver-init.ly: init rehearsalMarkAlignSymbol to staff-bar.
4489
4490 2006-03-12  Mats Bengtsson  <mabe@s3.kth.se>
4491
4492         * Documentation/user/instrument-notation.itely (Setting simple
4493         songs): Added \book{...} around the full example, so the separate
4494         markups are included in the printed example. 
4495
4496 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4497
4498         * scripts/lilypond-book.py (get_latex_textwidth): explicitly close
4499         tmphandle.
4500
4501         * python/lilylib.py (system): rewrite system() using
4502         subprocess. Remove >& redirection trickery.
4503
4504 2006-03-11  Graham Percival  <gpermus@gmail.com>
4505
4506         * Documentation/user/ changing-defaults, global, scheme-tutorial,
4507         notation-appendices.itely: minor fixes from mailist.
4508
4509 2006-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4510
4511         * Documentation/user/GNUmakefile ($(outdir)/lilypond.html):
4512         unsplit man also needs images.
4513
4514         * tex/texinfo.tex (sectionheading, q.v.): relax after \char'15.
4515
4516         * VERSION (PACKAGE_NAME): 2.7.38 released.
4517
4518 2006-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4519
4520         * scripts/lilypond-book.py (get_latex_textwidth): look for latex
4521         log in output dir.
4522
4523 2006-03-08  Johannes Schindelin  <Johannes.Schindelin@gmx.de>
4524
4525         * lily/audio-column.cc, lily/score-performer.cc: MIDI output now
4526         respects the Score.skipTypesetting property.
4527         
4528 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4529
4530         * scm/framework-ps.scm (ps-embed-cff): no Setup section in
4531         Prolog. No %%EOF after CFF file.
4532
4533 2006-03-08  Joe Neeman  <joeneeman@gmail.com>
4534         
4535         * lily/constrained-breaking.cc (get_max_systems): used to return a
4536         much too big value
4537         (combine_demerits): use pointers to reduce copying data
4538         (calc_subproblem): idem
4539         (get_page_penalty): add page turn penalties
4540         
4541 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4542
4543         * Documentation/user/invoking.itely (Invoking lilypond): better
4544         explanation of -e usage.
4545
4546         * lily/main.cc (main_with_guile): don't append to
4547         init_scheme_code_string
4548
4549         * tex/texinfo.tex (sectionheading, q.v.): don't center @image.
4550
4551         * Documentation/user/invoking.itely: add note about MacOS X scripts.
4552
4553         * scripts/convert-ly.py (do_options): don't print help for
4554         --show-rules rule.
4555
4556         * tex/texinfo.tex: patch texinfo.tex to leave single quotes in
4557         @code and @example. Update from texinfo.tex from CVS.
4558
4559 2006-03-08  Graham Percival  <gpermus@gmail.com>
4560
4561         * Documentation/user/scheme-tutorial.itely: clarifies distances
4562         measured in staff-spaces.
4563
4564 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4565
4566         * lily/slur.cc (outside_slur_callback): only calculate offsets if
4567         consider[k] is true.
4568
4569         * scm/output-ps.scm (grob-cause): put numbers to ~$ (Thanks Johannes!)
4570
4571         * lily/spacing-basic.cc (standard_breakable_column_spacing): also
4572         consider columns that have originals.  Unifies spacing for mm
4573         rests around line breaks.
4574
4575         * lily/multi-measure-rest.cc (set_spacing_rods): read bound-padding.
4576         (set_text_rods): idem.
4577         (calculate_spacing_rods): new function: share code between
4578         set_text_rods and set_spacing_rods.
4579         (set_text_rods): take extents of bounds into account.  
4580
4581 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4582
4583         * Documentation/user/basic-notation.itely (Writing music in
4584         parallel): don't use relative.
4585
4586 2006-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4587
4588         * ly/music-functions-init.ly (Module): add shiftDurations
4589
4590         * ly/drumpitch-init.ly (drumPitchNames): add tamtam.
4591
4592         * scm/paper.scm (paper-alist): no decimals for Ax paper sizes. 
4593
4594         * ly/engraver-init.ly: init vocalName to nil.
4595
4596 2006-03-05 Erik Sandberg  <mandolaerik@gmail.com>
4597
4598         * scm/music-functions.scm (music->make-music): bugfix,
4599         KeyChangeEvents are now handled correctly.
4600
4601         * scripts/lilypond-book.py: Add --debug option.
4602
4603 2006-03-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4604
4605         * python/lilylib.py: add tempfile.
4606
4607 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4608
4609         * VERSION (PACKAGE_NAME): release 2.7.37
4610
4611         * python/lilylib.py (ps_page_count): remove make_ps_images().
4612         (ps_page_count): remove mkdir_p
4613         (system): remove cleanup_temp.
4614         (exit): remove lilypond_version_(check)
4615         (error_log): remove pseudo_filter_p
4616         remove read_pipe
4617         remove cp_to_dir
4618         remove identify
4619
4620         * scripts/lilypond-book.py (Lilypond_snippet.compose_ly): don't
4621         use __main__
4622
4623         * lily/accidental-engraver.cc (make_standard_accidental): only add
4624         support for side-axis is X_AXIS. Fixes text-spacing-accidental.ly
4625
4626         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
4627         $(outdir)/emmentaler-%.svg): rewrite without functions; too many
4628         Make incompatibilities.
4629
4630         * scm/output-ps.scm (grob-cause): replace backslashes by /
4631         (glyph-string): use ~$ for less decimals for glyph-string and grob-cause.
4632
4633 2006-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4634
4635         * cygwin/GNUmakefile: Install fixes.
4636
4637         * scripts/GNUmakefile (SEXECUTABLES): Install fix: remove mup2ly.
4638
4639         * lily/note-head.cc (head::get_balltype): Compile fix.
4640
4641         * flower/file-name.cc (dos_to_posix): Flower string fix.
4642
4643 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4644
4645         * python/lilylib.py: pychecker cleanups.
4646
4647         * scripts/lilypond-book.py
4648         (Lilypond_snippet.output_print_filename): pychecker cleanups
4649
4650         * scripts/midi2ly.py (Key.dump): pychecker cleanups.
4651
4652         * python/lilylib.py (underscore): remove identify() , warranty()
4653
4654         * ps/music-drawing-routines.ps: change Border routine for GSView
4655         compatibility.
4656
4657         * lily/stem.cc (height): use quantize-positions.  This triggers
4658         set_stem_lengths, so scripts on beamed stems are handled correctly.
4659
4660         * lily/side-position-interface.cc (aligned_side): check if edges
4661         of script are inside staff. Fixes accent of edge of the staff.
4662
4663         * input/regression/staccato-pos.ly: more examples.
4664
4665         * stepmake/aclocal.m4 (depth): fix bashism.
4666
4667         * lily/lyric-combine-music-iterator.cc: move from
4668         new-lyric-combine-iterator.cc
4669         (process): add pending_grace_lyric_ member to delay lyrics on
4670         grace notes.
4671
4672         * lily/system-start-text.cc (print): suicide if we don't have any
4673         elements. Fixes hara kiri'd instrument names.
4674
4675         * scripts/mup2ly.py (Module): remove.
4676
4677 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4678
4679         * Documentation/user/global.itely (A single music expression):
4680         close @lilypond properly
4681
4682         * lily/volta-bracket.cc (modify_edge_height): change from
4683         after_line_breaking_callback. Suicide last bracket if appropriate.
4684  
4685         * python/lilylib.py: strip getopt support
4686
4687         * scripts/etf2ly.py (do_options): use optparse
4688
4689         * scripts/midi2ly.py: optparse, strip lilylib copy. 
4690
4691         * scripts/abc2ly.py (voices): use optparse.
4692
4693         * stepmake/stepmake/generic-vars.make: new function absdir.
4694
4695         * scripts/convert-ly.py (bindir): use optparse, argv[0] relocation.
4696
4697         * scripts/lilypond-book.py (find_file): use global_options for
4698         include path
4699
4700         * scm/ps-to-png.scm (ps-page-count): prevent null characters
4701         entering C code.
4702
4703 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4704
4705         * python/lilylib.py (get_global_option): ughness for extracting
4706         global options from lilylib.
4707         (NonDentedHeadingFormatter.format_heading): move from musicxml2ly
4708
4709         * scripts/lilypond-book.py (get_option_parser): use optparse for
4710         option handling.  Put options in global_options variable.
4711
4712 2006-02-28  Heikki Junes  <hjunes@cc.hut.fi>
4713
4714         * Documentation/index.html.in: clarify.
4715
4716 2006-02-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4717
4718         * scm/layout-page-layout.scm (write-page-breaks): add a
4719         music-system-heights property to the page layout output.
4720
4721         * scm/page.scm (make-page-stencil): take footer into account when
4722         computing the 'space-left page property
4723         (annotate-space-left): take footer into account when annonating
4724         space left.
4725
4726 2006-02-28  Graham Percival  <gpermus@gmail.com>
4727
4728         * Documentation/user/ advanced-notation, global: more (final)
4729         docs for music expressions, removed special fermatas.
4730
4731 2006-02-27  Graham Percival  <gpermus@gmail.com>
4732
4733         * Documentation/user/ basic-notation, global: minor changes
4734         from mailist.
4735
4736 2006-02-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4737
4738         * scm/framework-ps.scm:         
4739         * scm/lily-library.scm (nan?, inf?): Move guile 1.6 compatibility
4740         layer for inf? and nan? from framework-ps to lily-library.
4741
4742 2006-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4743
4744         * mf/GNUmakefile ($(outdir)/emmentaler-$(1).otf
4745         $(outdir)/emmentaler-$(1).svg): remove backslashes from define endef.
4746
4747         * buildscripts/substitute-encoding.py (Module): remove file.
4748
4749         * mf/GNUmakefile: more PFA strippage.
4750
4751         * mf/aybabtu.pe.in (i): remove PFAaybabtu generation
4752
4753         * buildscripts/gen-emmentaler-scripts.py (i): remove PFAemmentaler
4754         generation
4755
4756         * scm/framework-ps.scm: remove font name munging.
4757
4758         * Documentation/topdocs/INSTALL.texi (Top): bump GS requirement.
4759
4760 2006-02-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4761
4762         * scm/markup.scm (define-markup-command): change
4763         def-markup-command to define-markup-command
4764
4765         * scm/music-functions.scm (define-music-function): change
4766         def-music-function to define-music-function.
4767
4768         * python/convertrules.py (conv): rules for def-music-function
4769         and def-markup-commands
4770
4771         * Documentation/user/programming-interface.itely,
4772         input/no-notation/display-lily-tests.ly,
4773         input/regression/lily-in-scheme.ly,
4774         input/regression/markup-user.ly,
4775         input/regression/music-function.ly, input/regression/tie-chord.ly,
4776         scm/fret-diagrams.scm, ly/music-functions-init.ly,
4777         ly/gregorian-init.ly: use new macro names (define-music-function,
4778         define-markup-command).
4779
4780 2006-02-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4781
4782         * scripts/lilypond-book.py (main): write Makefile dependencies file. 
4783         (output): add comments to lp-book latex output.
4784
4785         * GNUmakefile.in (footifymail): use gmane address for webpage bug
4786         address.
4787
4788 2006-02-23  Graham Percival  <gpermus@gmail.com>
4789
4790         * Documentation/user/ tutorial, global: minor changes.
4791
4792 2006-02-23  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4793
4794         * mf/GNUmakefile: add '\' in multi-line "define ... endef"
4795         blocks (for make 3.80)
4796
4797         * scm/parser-ly-from-scheme.scm (ly:parse-string-result): add
4798         \notemode so that user should not have to explicitely type it.
4799
4800         * scm/define-music-display-methods.scm: various
4801         fixes (ApplyOutputEvent, ApplyContext; \new, \context and derived
4802         constructs)
4803
4804         * input/no-notation/display-lily-tests.ly: new tests for
4805         \applyOutput and \applyContext
4806
4807 2006-02-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4808
4809         * lily/constrained-breaking.cc: patch by Joe Neeman: "I have
4810         changed it slightly so that the number of systems returned by
4811         solve () will be the same as the last value passed to resize
4812         (). I've also added more documentation, removed casts, fixed style
4813         problems and put in some recovery if constraints aren't satisfied."
4814
4815 2006-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4816
4817         * elisp/lilypond-mode.el (count-matches-as-number): New funtion
4818         for emacs < 22 compatibility.
4819         (count-rexp): Use it.
4820         (LilyPond-string-current-midi, LilyPond-string-all-midi): Remove
4821         substring juggling (Milan Zamazal).
4822
4823 2006-02-23  Graham Percival  <gpermus@gmail.com>
4824
4825         * Documentation/user/ basic-notation, advanced-notation,
4826         global.itely, invoking.itely, tutorial,itely:
4827         minor fixes from mailist.
4828
4829         * scm/define-markup-commands.scm: improve docs of \filled-box.
4830
4831 2006-02-23  Heikki Junes  <hjunes@cc.hut.fi>
4832
4833         * Documentation/index.html.in: changes concern the previous release.
4834
4835         * input/regression/+.ly: cultivate typographical terminology.
4836
4837 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4838
4839         * scm/define-grob-interfaces.scm (parentheses-interface): add
4840         padding to parentheses-interface.
4841
4842         * Documentation/user/GNUmakefile: remove $(CROSS) support from
4843         Documentation/user/GNUmakefile. Use --disable-documentation for that.
4844
4845         * VERSION (PATCH_LEVEL): release 2.7.36
4846
4847         * lily/slur.cc: add avoid-slur (ugh.)
4848         
4849         * lily/slur-configuration.cc (fit_factor): oops, skip point if
4850         intersection gets smaller. This fixes slurs over extreme points.
4851
4852         * lily/melody-engraver.cc (stop_translation_timestep): ignore
4853         stems with neutral-direction set.
4854
4855         * lily/piano-pedal-engraver.cc (create_text_grobs): idem.
4856
4857         * lily/open-type-font.cc (load_table): format error.
4858
4859         * lily/change-iterator.cc (process): format fix.
4860
4861         * flower/include/international.hh (_f): idem.
4862
4863         * flower/include/std-string.hh: add format printf attribute.
4864
4865         * scm/define-grobs.scm (all-grob-descriptions): height of all
4866         PedalLineSpanner is Y-extent property. Fixes pedal-ped.ly
4867
4868         * lily/ambitus-engraver.cc (finalize): use grob_array. This fixes
4869         ambitus lines.
4870
4871         * input/regression/beam-cross-staff-slope.ly: remove decrescendo.
4872
4873 2006-02-22 Erik Sandberg  <mandolaerik@gmail.com>
4874
4875         * input/regression/: upgraded syntax for some files.
4876
4877         * THANKS: Add bughunters.
4878
4879 2006-02-22  Graham Percival  <gpermus@gmail.com>
4880
4881         * Documentation/user/ invoking.itely, advanced-notation.itely,
4882         global.itely: long-awaited "let's make chapter 10 not suck"
4883         update.  Rearrange chapter 10; now called "global issues",
4884         addresses file structure, etc.  Some info from other files
4885         moved into global.itely.
4886
4887 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4888
4889         * lily/accidental-engraver.cc (acknowledge_rhythmic_head): also
4890         catch trill-span-event notes.
4891
4892         * Documentation/user/examples.itely (Ancient notation templates): typo.
4893         (Jazz combo): typo.
4894
4895         * scripts/lilypond-book.py (main): scrap invokes_lilypond(). 
4896
4897         * Documentation/user/basic-notation.itely (Ties): document \repeatTie.
4898
4899         * Documentation/topdocs/NEWS.tely (Top): document \repeatTie.
4900
4901         * scm/define-music-types.scm (music-descriptions): add RepeatTieEvent
4902
4903         * lily/repeat-tie-engraver.cc (acknowledge_note_head): new file. cut & paste
4904         froum Laissez_vibrer_engraver.
4905
4906         * ly/declarations-init.ly (repeatTie): add \repeatTie
4907
4908         * scm/define-grobs.scm (all-grob-descriptions): add RepeatTie, RepeatTieColumn
4909
4910         * scm/define-grob-properties.scm (all-user-grob-properties): add
4911         head-direction property.
4912
4913         * lily/tie-formatting-problem.cc (from_semi_ties): rename from
4914         from_lv_ties. Take head direction argument.
4915
4916         * lily/semi-tie-column.cc: rename from
4917         laissez-vibrer-tie-column.cc. Rename class too.
4918
4919         * lily/semi-tie.cc: rename from laissez-vibrer-tie.cc. Rename
4920         class too.
4921
4922         * lily/paper-score.cc (find_break_indices): move from Break_algorithm.
4923
4924         * lily/break-algorithm.cc (find_break_indices): remove linewidth <
4925         0 case.
4926         (find_breaks): idem.
4927
4928 2006-02-21  Graham Percival  <gpermus@gmail.com>
4929
4930         * Documentation/user/advanced-notation.itely: fixed make-moment]
4931         example.
4932
4933         * Documentation/user/basic-notation.itely: more clarification to
4934         transpose.
4935
4936 2006-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4937
4938         * lily/include/constrained-breaking.hh (class
4939         Constrained_breaking): new file.
4940
4941         * lily/constrained-breaking.cc (resize): new file.
4942
4943         * lily/gourlay-breaking.cc (do_solve): ragged-last iso raggedlast
4944
4945         * Documentation/user/advanced-notation.itely (Clusters): insert
4946         end ignore too.
4947
4948         * lily/tie-column.cc (calc_positioning_done): support for
4949         tie-score debugging
4950
4951         * lily/tie-formatting-problem.cc
4952         (generate_extremal_tie_variations): factor out.
4953         (score_ties_configuration): annotate all tie 
4954         (print_ties_configuration): new routine.
4955         (generate_configuration): nudge extremal ties outside of the head
4956         Y extents.
4957         (score_ties_configuration): oops. convert to staff-space before
4958         determining position symmetry.
4959
4960 2006-02-20  Graham Percival  <gpermus@gmail.com>
4961
4962         * Documentation/user/*-notation.itely: misc minor editing,
4963         shifting doc sections around.
4964
4965         * Documentation/user/*-notation-itely, global.itely,
4966         changing-defaults.itely: added new stuff from NEWS.
4967
4968 2006-02-20  Heikki Junes  <hjunes@cc.hut.fi>
4969
4970         * po/fi.po: update.
4971
4972 2006-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4973
4974         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): don't run
4975         lilypond --verbose for lp-book.
4976
4977         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
4978         $(outdir)/%.ly $(outdir)/%.ps): use $(srcdir) iso $(shell pwd).
4979
4980         * make/lysdoc-rules.make ($(outdir)/collated-files.tely): use
4981         $(buildscript-dir) iso. absolute depth.
4982
4983         * buildscripts/genicon.py (dir): thinko.
4984
4985         * Documentation/pictures/GNUmakefile ($(outdir)/%.ico): typo.
4986
4987 2006-02-19 Erik Sandberg  <mandolaerik@gmail.com>
4988
4989         * scm/output-lib.scm: swap darkcyan/darkyellow
4990
4991         * THANKS: Add bughunters.
4992
4993 2006-02-19  Graham Percival  <gpermus@gmail.com>
4994
4995         * Documentation/user/programming-interfaces.itely: fixed example.
4996
4997         * Documentation/user/instrument-notation.itely: fix @{ @}.
4998
4999         * scm/script.scm: add avoid-slur for \open.
5000
5001 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5002
5003         * lily/tie-formatting-problem.cc (score_configuration): use
5004         sliding score for min-length. 
5005
5006         * Documentation/pictures/GNUmakefile (local-dist): loose the rule
5007         spaghetti for icons.
5008
5009         * buildscripts/genicon.py (program_name): new file.
5010
5011         * lily/tie-formatting-problem.cc (set_chord_outline): put dots
5012         in outline too.  
5013         (generate_configuration): for small ties, also look for collisions
5014         at Y + DIR*h + DELTA_Y.
5015         (get_variations): consider variation for dot positions too.
5016
5017         * lily/side-position-interface.cc (aligned_side): take abs for
5018         quantized rounded position. Fixes tenuto below staff.
5019
5020         * scm/stencil.scm (annotate-y-interval): robustify: print nan/inf
5021         markers when necessary.
5022
5023         * lily/program-option.cc (internal_set_option): add
5024         strict_infinity_checking option.
5025
5026         * scm/output-lib.scm (cyan): swap yellow and cyan.
5027
5028 2006-02-19  Graham Percival  <gpermus@gmail.com>
5029
5030         * darwin.patch: trivial linenumber update.
5031
5032         * Documentation/user/ {various}: `\context foo = named' changed
5033         to `\new foo = "name"' in docs.
5034
5035 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5036
5037         * scm/stencil.scm (annotate-y-interval): use it.
5038
5039         * scm/lily-library.scm (interval-sane?): new function.
5040
5041         * buildscripts/mf-to-table.py (Char_metric.__init__): remove
5042         tfm_checksum stuff.
5043
5044         * lily/tie-formatting-problem.cc (from_lv_ties): add heads for
5045         common refpoint.
5046
5047         * flower/include/std-vector.hh (iterof): add iterof macro.
5048
5049         * lily/enclosing-bracket.cc (width): new function.
5050
5051         * lily/align-interface.cc (align_elements_to_extents): reinstate
5052         warning.
5053
5054 2006-02-18  Heikki Junes  <hjunes@cc.hut.fi>
5055
5056         * Documentation/index.html.in: fix spelling: thankyous.
5057
5058 2006-02-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5059
5060         * lily/lyric-hyphen.cc: typo.
5061
5062 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5063
5064         * stepmake/stepmake/c++-rules.make ($(outdir)/%.cc
5065         $(outdir)/%.hh): generate h and c in one rule; otherwise -jX
5066         builds don't work. 
5067
5068         * VERSION: release 2.7.35
5069
5070         * lily/beam.cc (get_default_dir): oops. Take abs () for
5071         extremes[DOWN].
5072         (get_default_dir): use extreme position criterion only in absence
5073         of forced stem directions.
5074
5075         * VERSION (PATCH_LEVEL): bump VERSION.
5076
5077         * mf/GNUmakefile: explicit rules for emmentaler/aybabtu
5078         dependencies. Necessary for -jX builds.  
5079
5080 2006-02-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5081
5082         * lily/relocate.cc (setup_paths): Yet another const fix.
5083
5084 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5085
5086         * configure.in (HOST_ARCH): determine HOST_ARCH in configure.
5087
5088         * lily/relocate.cc (setup_paths): oops.
5089
5090 2006-02-17  Heikki Junes  <hjunes@cc.hut.fi>
5091
5092         * Documentation/index.html.in: order links: html before PDF.
5093
5094 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5095
5096         * lily/tie-column-format.cc (Module): remove.
5097
5098         * lily/relocate.cc (setup_paths): GCC 4.2 fixes: const correctness.
5099
5100         * lily/text-spanner.cc (print): idem.
5101
5102         * lily/dynamic-text-spanner.cc (print): only print line if longer
5103         than dash-period.
5104
5105         * lily/auto-change-iterator.cc (change_to): formatting.
5106
5107         * lily/beam.cc (get_default_dir): take extreme note head as input
5108         for stem direction.
5109
5110         * lily/tie.cc (get_default_dir): only look directions for visible
5111         stems. 
5112
5113         * lily/side-position-interface.cc (aligned_side): oops. Don't
5114         mutiply with direction. This fixes quantized (staccato, tenuto)
5115         scripts below notes.
5116
5117         * lily/lyric-hyphen.cc (set_spacing_rods): oops. Multiply with
5118         direction. Fixes c-lyrics-center-align.ly
5119
5120 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
5121
5122         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Add copy
5123         constructor.
5124
5125         * lily/std-string.cc:
5126         * lily/include/std-vector.hh (split_string): Move and rename from
5127         lily/include/misc.hh, lily/misc.cc.  Update callers.
5128
5129 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5130
5131         * lily/include/pango-font.hh: HAVE_PANGO_FT2 iso. HAVE_PANGO_16
5132
5133 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
5134
5135         * flower/test-file.cc: New file.
5136
5137         * stepmake/stepmake/test-vars.make (TEST_MODULE_LIBES): Fixes for
5138         libraries.
5139
5140         * flower/GNUmakefile (TEST_MODULE_LIBS): Link to flower lib.
5141
5142 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5143
5144         * flower/include/file-storage.hh: remove file.
5145
5146         * lily/include/midi-item.hh (class Midi_track): idem.
5147
5148         * lily/include/source.hh (class Sources): idem.
5149
5150         * lily/include/performance.hh (class Performance): use vector
5151         iso. Cons<>
5152
5153         * flower/include/cons.hh (class Cons): remove file.
5154
5155         * flower/include/flower-proto.hh: remove template cruft.
5156
5157         * lily/include/font-metric.hh: use size_t not vsize for indices.
5158
5159         * flower/include/flower-proto.hh (Module): remove std-vector.hh
5160         from proto.
5161
5162         * lily/include/all-font-metrics.hh: use HAVE_PANGO_FT2
5163
5164         * lily/include/paper-book.hh (class Paper_book):
5165         make get_system_specs() public.
5166
5167         * scm/layout-page-layout.scm (optimal-page-breaks): only consider
5168         the force=10000 case if we don't have a current-best. 
5169
5170         * lily/tuplet-bracket.cc (get_bounds): don't do (size() - 1) for
5171         vsize 
5172
5173         * flower/include/flower-proto.hh: remove outdated templates.
5174
5175         * scm/page.scm: use annotate-spacing
5176
5177 2006-02-15  Graham Percival  <gpermus@gmail.com>
5178
5179         * scm/translation-functions.scm: circle patch from Erlend, thanks!
5180
5181         * THANKS: moved Erlend Aasland to contributors.
5182
5183 2006-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5184
5185         * config.hh.in: remove HAVE_PANGO_16
5186
5187         * lily/tuplet-bracket.cc (calc_positions): multiply with
5188         staff-space for beam case. This fixes tuplets+beams on scaled
5189         staves.
5190
5191         * config.hh.in: remove all Kpathsea related defines.
5192
5193         * lily/dot-column.cc (side_position): reach stem via dots->
5194         head->stem. Inspect all stems for dot collisions. 
5195
5196         * lily/dot-column-engraver.cc (class Dot_column_engraver): excise
5197         stem handling.
5198
5199         * lily/bar-number-engraver.cc (process_music): document function
5200         of whichBar.
5201
5202         * lily/score.cc (default_rendering): add pscore, not systems
5203         themselves.
5204
5205         * lily/paper-book.cc (get_system_specs): separate generation of
5206         titles and systems.
5207
5208         * flower/include/std-vector.hh: don't include config.hh
5209
5210 2006-02-15  Jan Nieuwenhuizen  <janneke@gnu.org>
5211
5212         * flower/include/std-vector.hh: Better wrapper compatibility with
5213         std::vector.
5214
5215         * flower/include/flower-proto.hh: Remove cheap forward declaration
5216         attempts.
5217
5218         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): Bugfix.
5219
5220 2006-02-14  Graham Percival  <gpermus@gmail.com>
5221
5222         * Documentation/user/invoking.itely: add warning about command line.
5223
5224 2006-02-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5225
5226         * lily/include/lily-proto.hh: add Prob, rm Page.
5227
5228         * flower/include/std-vector.hh (VPOS): use 64 bit-proof version.
5229
5230         * VERSION: release 2.7.34
5231
5232         * lily/relocate.cc (framework_relocation): show canary if
5233         GHOSTSCRIPT_VERSION undefined.
5234
5235         * GNUmakefile.in: remove $(VERSION) symlink.
5236
5237         * lily/relocate.cc (setup_paths): add + 
5238
5239 2006-02-13  Heikki Junes  <hjunes@cc.hut.fi>
5240
5241         * Documentation/index.html.in: specify sizes for all big HTML pages.
5242
5243 2006-02-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5244
5245         * config.hh.in: remove @FRAMEWORKDIR@
5246
5247         * lily/system-start-text.cc (get_stencil): new file: separate out
5248         system-start-delimiter text support.
5249
5250         * input/**ly: replace \context with \new where appropriate.
5251         
5252         * THANKS: add Don.
5253
5254         * lily/slur-scoring.cc (get_base_attachments): use
5255         robust_relative_extent. This fixes problems with empty paper-columns. 
5256
5257 2006-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5258
5259         * Documentation/topdocs/NEWS.tely (Top): document \new syntax.
5260
5261         * scm/define-music-properties.scm (all-music-properties):
5262         create-new property.
5263
5264         * lily/context-specced-music-iterator.cc (construct_children):
5265         inspect 'create-new property iso. magical $uniqueContextId context
5266         id.
5267
5268         * lily/parser.yy (optional_id): allow \new "Bar" = "foo" too.
5269
5270         * lily/context-key-manager.cc (Module): new file. Encapsulate
5271         object key generation.
5272
5273         * lily/include/context-key-manager.hh (Module): new file.
5274
5275 2006-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5276
5277         * scm/define-grobs.scm (all-grob-descriptions): center instrument
5278         names vertically
5279
5280         * configure.in (LINK_GXX_STATICALLY): strip -DSTRING_UTILS_INLINED
5281         options.
5282         (reloc_b): excise --enable-framework-dir
5283
5284         * lily/relocate.cc (framework_relocation): use getenv
5285         LILYPOND_GS_VERSION or -DGHOSTSCRIPT_VERSION to set GS version.
5286
5287 2006-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
5288
5289         * flower/include/std-string.hh: 
5290         * flower/include/std-vector.hh: Finish std:: conversion; move
5291         flower extensions from std:: namespace.  Update users.
5292
5293         * lily/include/lily-proto.hh: Replace Link_array__*_ macros by
5294         their expansion to vector<*>.  Update users.
5295
5296 2006-02-10  Graham Percival  <gpermus@gmail.com>
5297
5298         * Documentation/user/invoking.itely: add example to File structure.
5299
5300         * Documentation/user/ instrument-notation.itely, cheatsheet.itely,
5301         examples.itely, putting.itely: {\new|\context} Lyrics \lyricsto.
5302
5303 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5304
5305         * ly/paper-defaults.ly: typo.
5306
5307         * lily/parenthesis-engraver.cc (acknowledge_grob): don't do
5308         set_parent() for parentheses. This will make it show up in bbox
5309         calculations.
5310
5311         * scm/output-lib.scm (parentheses-item::print): rewrite, using
5312         ly:grob-common* functions.
5313
5314         * lily/grob-scheme.cc (LY_DEFINE):
5315         ly:grob-common-refpoint-of-array: new function 
5316         ly:grob-common-refpoint: new function 
5317         ly:grob-relative-coordinate: new function 
5318
5319         * lily/instrument-name-engraver.cc (process_music): use
5320         Text_interface::is_markup(). This fixes \markup on instrument names.  
5321
5322         * scm/define-grobs.scm (all-grob-descriptions): set line-thickness
5323         for ties and slurs.
5324
5325         * lily/slur.cc (print): idem.
5326
5327         * lily/tie.cc: add line-thickness for ties. 
5328
5329 2006-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
5330
5331         * scm/output-svg.scm: Document diversion from GNU coding standards
5332         as a workaround for a bug in Microsoft Internet Explorer.
5333
5334 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5335
5336         * lily/instrument-name-engraver.cc (process_music): use
5337         is_markup() iso. is_string()
5338
5339         * Documentation/user/changing-defaults.itely (Module): add menu entry.
5340
5341         * lily/percent-repeat-engraver.cc (process_music): only look at
5342         main_part_ for % repeats.
5343
5344         * lily/stem-tremolo.cc (get_beam_translation): new function.
5345         (calc_slope): new function.
5346         (height): don't use real slope.
5347
5348 2006-02-10  Jürgen Reuter  <reuter@ipd.uka.de>
5349
5350         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: add
5351         new connect-to-neighbor, control-points and staff-padding
5352         properties to make ligature brackets showing up again.
5353
5354 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5355
5356         * VERSION: release 2.7.33
5357
5358         * lily/relocate.cc (prefix_relocation): oops. One TOPLEVEL_VERSION
5359         too many.
5360
5361         * Documentation/user/changing-defaults.itely (Difficult tweaks):
5362         remove applyOutput example.
5363         (Objects connected to the input): document \tweak, \parenthesize
5364
5365         * lily/relocate.cc (prefix_relocation): allow "current"
5366         iso. TOPLEVEL_VERSION for share/lilypond/ suffix. This makes
5367         changing VERSION in a lily tree less painful.
5368
5369         * input/regression/parenthesize.ly: new file. 
5370
5371         * scm/output-lib.scm (parenthesize-element): new function.
5372
5373         * scm/define-grobs.scm (all-grob-descriptions): add ParenthesesItem.
5374
5375         * lily/parenthesis-engraver.cc (acknowledge_grob): new file.
5376
5377         * lily/accidental-engraver.cc (make_standard_accidental): reroute
5378         cause: accidentals are caused by note heads, not note events. 
5379
5380 2006-02-08  Graham Percival  <gpermus@gmail.com>
5381
5382         * darwin.patch: small patch from Erlend, thanks!
5383
5384         * Documentation/user/basic-notation.itely: add stem-neutral example.
5385
5386         * Documentation/user/putting.itely: clarifications.
5387
5388 2006-02-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5389
5390         * Documentation/topdocs/NEWS.tely (Top): remove internal cleanup
5391         note, add more guidelines to what should go into NEWS.
5392
5393         * input/sakura-sakura.ly: document how to override font.
5394
5395         * input/regression/font-family-override.ly:  doc -dshow-available-fonts
5396
5397 2006-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5398
5399         * lily/midi-item.cc (to_string): truncate time sig at 255 beats.
5400
5401 2006-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
5402
5403         * scripts/convert-ly.py (lilypond_version_re_str): Move from
5404         convertrules.  Add explicit grouping, needed for python2.2.
5405
5406 2006-02-07  Jan Nieuwenhuizen  <janneke@gnu.org>
5407
5408         * Documentation/topdocs/NEWS.tely (Top): Mention code cleanup.
5409
5410 2006-02-07  Graham Percival  <gpermus@gmail.com>
5411
5412         * Documentation/user/global.itely: fix line-width in (text) docs.
5413
5414         * Documentation/user/lilypond-book.itely: same.
5415
5416 2006-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5417
5418         * VERSION (PACKAGE_NAME): release 2.7.32
5419
5420         * Documentation/topdocs/NEWS.tely (Top): document new variable
5421         naming.
5422
5423         * flower/include/array.icc (Message): remove file.
5424
5425         * flower/include/std-vector.hh: make sure vsize and VPOS are
5426         defined for binary_search_bounds().
5427
5428         * flower/std-string.cc (std): add to_string(long unsigned).
5429
5430         * configure.in (gui_b): excise std_string option.
5431         (gui_b): excise std_vector option.
5432
5433         * flower/string.cc (Module): excise flower array & string
5434
5435         * flower/include/std-string.hh: excise flower string.
5436
5437         * {ly,lily,scm}/*: use dashes in \paper and \layout variables
5438
5439         * python/convertrules.py (lilypond_version_re_str): require
5440         only numbers and dots in \version string.
5441
5442 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5443
5444         * lily/system-start-delimiter.cc (print): allow style = text too.
5445
5446         * lily/system-start-delimiter-engraver.cc
5447         (acknowledge_system_start_text): new function, also add add to
5448         support of system-start-text (instrument names). This fixes
5449         instrument names on piano staves.
5450
5451         * lily/instrument-name-engraver.cc: rewrite. Use
5452         system-start-delimiter approach. This save memory and cpu.
5453
5454         * scm/define-grobs.scm (all-grob-descriptions): remove
5455         instrument-name from break-alignment.
5456
5457         * mf/GNUmakefile ($(NCSB_TTFS)): depend on pfx2ttf script too.
5458
5459 2006-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5460
5461         * stepmake/stepmake/generic-vars.make (LOOP): Add PLUS to keep -j
5462         jobserver going.
5463
5464         * configure.in (std_vector): On by default.
5465
5466         * lily/include/font-metric.hh:
5467         * lily/include/tfm-reader.hh: 
5468         * lily/include/spanner.hh: Use unsigned for indices and sizes.
5469         Update users.
5470
5471         * Documentation/user/changing-defaults.itely: Fix link v2.5, out-www.
5472
5473 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5474
5475         * VERSION (PACKAGE_NAME): 2.7.31
5476
5477         * scm/framework-ps.scm (dump-stencil-as-EPS): don't hardcode left
5478         EPS edge at 0, but take minimum with left-overshoot. This fixes
5479         cut off system start delims. 
5480
5481         * lily/instrument-name-engraver.cc (stop_translation_timestep):
5482         hack: add to axis group if not added yet. This fixes hara kiri'd
5483         piano staves.
5484
5485         * lily/hara-kiri-group-spanner.cc
5486         (force_hara_kiri_in_y_parent_callback): fix signatures.
5487
5488         * lily/hairpin.cc (print): check next hairpin to see whether or
5489         not to be continuing.
5490
5491 2006-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
5492
5493         * Remove trailing whitespace from makefiles.
5494         
5495         * flower/include/std-vector.hh: Add binary_search_bounds workaround
5496         for earlier gcc.
5497
5498         * .cvsignore: Add out*, out-www, config-*.  Remove lots of cruft.
5499
5500         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Workaround.
5501
5502         * config.hh.in (HAVE_STL_DATA_METHOD): Add.
5503
5504         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): New function.
5505
5506         * configure.in: Use it.
5507
5508 2006-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5509
5510         * scm/music-functions.scm (pitch-of-note): new function.
5511
5512         * ly/music-functions-init.ly: add \octave and \addquote
5513
5514         * lily/parser.yy (music_function_chord_body): softcode \octave.
5515         (lilypond_header): softcode \addquote
5516
5517 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5518
5519         * flower/include/std-vector.hh[STD_VECTOR]: Do not include
5520         array.hh, parray.hh at all.  Getting ready to flip the
5521         configure default.
5522
5523         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
5524
5525         * lily/source-file.cc (file::get_line): Help binary_search_bounds
5526         a bit.
5527
5528         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
5529
5530 2006-02-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5531
5532         * flower/include/array.hh: typo. 
5533
5534 2006-02-02  Graham Percival  <gpermus@gmail.com>
5535
5536         * Documentation/user/advanced-notation.itely: doc "\#" in text.
5537
5538 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5539
5540         * flower/include/pqueue.hh: Derive from std::vector.
5541
5542         * flower/include/parray.hh: Conform to std::vector interface.
5543         Update users.
5544
5545 2006-02-02  Graham Percival  <gpermus@gmail.com>
5546
5547         * Documentation/topdocs/NEWS.itely: grammar fix from Laura.
5548
5549 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5550
5551         * flower/file-path.cc (is_file): remove if 0 section.
5552
5553         * buildscripts/pfx2ttf.fontforge (err): robustness fix for
5554         selecting afii61352.
5555
5556 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5557
5558         * flower/include/std-vector.hh (boundary): Oops, reverse.
5559
5560         * flower/string-convert.cc (convert::unsigned_string): Bugfix:
5561         remove superfluous `d'.
5562
5563         * flower/include/std-vector.hh (boundary, top): Detach from class.
5564         Remove empty vector shell.
5565
5566         * flower/include/array.hh (reverse, swap): Detach from class.
5567         Update users.
5568         
5569         * flower/include/std-vector.hh
5570         * flower/include/array.hh (concat): Globally change to insert ().
5571
5572         
5573         * flower/include/std-vector.hh
5574         * flower/include/parray.hh
5575         * flower/include/array.hh (elem, elem_ref): Globally replace by
5576         at ().
5577
5578 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5579
5580         * Documentation/topdocs/NEWS.tely (Top): use ly: prefix for members.
5581
5582         * python/convertrules.py (FatalConversionError.sub_cxx_id):
5583         anticipate on identifier substitutions.
5584
5585 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5586
5587         * flower/include/std-vector.hh (insert): Remove, replace by
5588         std::vector interface.  Update callers.
5589
5590         * flower/include/array.icc (insert): Change signature to
5591         match std::vector interface.
5592         
5593         * flower/include/array.icc (vector_sort): Bugfix.
5594
5595 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5596
5597         * lily/parser.yy (output_def_head_with_mode_switch): new
5598         production. Result: dashes and underscores may be used in the
5599         \paper block.
5600
5601         * lily/lexer.ll: add DASHED_WORD.  Accept in INITIAL mode.
5602
5603         * python/convertrules.py (conv): oops. One slash too much.
5604
5605 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5606
5607         * flower/include/std-vector.hh (sort): Remove, replace by
5608         ::vector_sort.  Update callers.
5609
5610         * flower/include/std-vector.hh (slice): Remove.  Update callers.
5611         (sort): Bugfix.
5612
5613         * flower/test-std.cc (vector_sort): New test.
5614
5615 2006-02-01  Graham Percival  <gpermus@gmail.com>
5616
5617         * Documentation/user/putting.itely: fixes from Erik.
5618
5619 2006-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
5620
5621         * flower/test-std.cc: Add simple unit test for vector migration.
5622
5623         * stepmake/stepmake/test*: Unit test support.
5624
5625         * flower/include/std-vector.hh (del): Remove.  Use erase (),
5626         update callers.
5627
5628         * flower/include/array.hh (begin, end): Add.
5629         (del, get): Remove.
5630
5631 2006-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5632
5633         * lily/include/lily-guile-macros.hh (MAKE_SCHEME_CALLBACK): use
5634         std::string not String. 
5635
5636         * lily/context-def.cc (path_to_acceptable_context): use INT_MAX
5637         iso UINT_MAX.
5638
5639         * lily/prob.cc (Prob): copy type_ too.
5640
5641         * lily/lily-guile.cc (mangle_cxx_identifier): new
5642         function. Class_bla::foo_bar_[px] ->
5643         ly:class-bla::foo-bar[?!]. Changes throughout
5644
5645 2006-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5646
5647         * flower/include/guile-compatibility.hh (scm_from_unsigned): add scm_from_unsigned().
5648
5649         * lily/beam.cc (calc_direction): take dir from visible stem in
5650         degenerate case.
5651
5652 2006-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
5653
5654         * lily/melody-spanner.cc (spanner::calc_neutral_stem_direction):
5655         Fix -1, >=0 boundary checks for unsigned vsize.
5656
5657         * lily/separating-group-spanner.cc (spanner::find_rods): Fix >=0
5658         loop for unsigned vsize.
5659
5660         * configure.in (--enable-std-vector): New option.
5661         (--enable-std-string): On by default.
5662
5663         * flower/include/std-vector.hh: New file.  Enable switch to
5664         std::vector, update client code.
5665
5666 2006-01-30  Graham Percival  <gpermus@gmail.com>
5667
5668         * scm/document-translation.scm: clarify "this context is also
5669         known as".  Thanks, Werner!
5670
5671         * Documentation/user/putting.itely: small fixes from Don Blaheta.
5672
5673         * Documentation/user/invoking.itely: small fix from Don.
5674
5675 2006-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5676
5677         * scm/lily.scm (define-scheme-options): rename option
5678         preview-include-book-title to book-title-preview
5679         (define-scheme-options): move force-eps-font-include (from paper
5680         block) to eps-font-include -d option.
5681
5682         * VERSION (PATCH_LEVEL): release 2.7.30
5683
5684         * input/bach-schenker.ly (staffPiano): new file.
5685
5686         * buildscripts/pfx2ttf.fontforge: remove No. glyph from TTF file.
5687
5688         * Documentation/topdocs/NEWS.tely (Top): simplify NEWS entry, add
5689         credits to Nicolas.
5690
5691         * scm/define-markup-commands.scm (epsfile): add scaling to \epsfile.
5692
5693         * ps/lilyponddefs.ps: remove start-system, stop-system,
5694         start-page fluff. This saves putting { } code on the stack, fixing
5695         stack overflows when including EPS files.
5696
5697 2006-01-29  Graham Percival  <gpermus@gmail.com>
5698
5699         * Documentation/user/putting.itely: minor fixes (comments on -devel).
5700
5701 2006-01-29  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5702
5703         * Documentation/topdocs/NEWS.tely (Top): add \parallelMusic news.
5704
5705 2006-01-28  Graham Percival  <gpermus@gmail.com>
5706
5707         * Documentation/user/putting.itely: minor fixes (mostly tab->space).
5708
5709 2006-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5710
5711         * input/mutopia/claop.py: Update.
5712
5713 2006-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5714
5715         * input/regression/completion-heads.ly (texidoc): fix.
5716
5717         * lily/staff-symbol-referencer.cc (on_staff_line): idem.
5718
5719         * lily/tie-formatting-problem.cc
5720         (set_ties_config_standard_directions): use abs iso fabs for ints.
5721
5722         * Documentation/topdocs/INSTALL.texi (Top): document ncsb requirement.
5723
5724         * mf/feta-bolletjes.mf (overdone_heads): solfa_noteheight, a
5725         little less than noteheight, to prevent overlaps in chords.
5726
5727         * lily/note-collision.cc (check_meshing_chords): wipe upper FA
5728         head, and fudge stem-attachment.
5729
5730         * scm/lily-library.scm (not): define hash-for-each for guile 1.6
5731
5732         * lily/slur-scoring.cc (get_best_curve): handle opt_idx < 0 case.
5733
5734 2006-01-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5735
5736         * lily/main.cc (main): Debugging aid: catch exceptions.
5737
5738         * flower/std-string.cc (to_string): Robustification.  Fixes midi
5739         output with std::string.
5740
5741 2006-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5742
5743         * Documentation/topdocs/INSTALL.texi (Top): remove libkpathsea notes.
5744
5745 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
5746
5747         * Fix -DSTRING_UTILS_INLINED.
5748
5749 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5750
5751         * VERSION (PATCH_LEVEL): release 2.7.29
5752
5753         * lily/relocate.cc (setup_paths): mingw uses std string too.
5754
5755         * lily/*.cc: various fixes for substr(ARG).
5756
5757         * lily/sustain-pedal.cc (print): 
5758
5759         * flower/file-name.cc (slashify): use std strings.
5760
5761         * flower/string-convert.cc: remove publib.h
5762
5763         * scm/define-markup-commands.scm (verbatim-file): new markup
5764         command \verbatim-file
5765
5766         * Documentation/topdocs/NEWS.tely: fixup URLs
5767
5768         * input/regression/alignment-vertical-manual-setting.ly (Module):
5769         new file.
5770
5771         * lily/align-interface.cc (align_elements_to_extents): overwrite
5772         translations with numbers in alignment-offsets from left bound
5773
5774         * scm/page.scm (make-page-stencil): read X-offset from paper-system.
5775         (page-translate-systems): new function: take into account Y-offset.
5776
5777         * Documentation/topdocs/NEWS.tely (Top): document new features.
5778
5779         * input/regression/page-layout-manual-position.ly (Module): new
5780         file.
5781
5782 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
5783
5784         * flower/file-path.cc (path::parse_path): Oops.
5785
5786         * Finish std::string interface.  For now, use std:: marker
5787         throughout for easy s/r.
5788
5789 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5790
5791         * Documentation/user/putting.itely (Score is a single musical
5792         expression): typo.
5793         (Score is a single musical expression): more typos.
5794
5795         * scm/page.scm (annotate-space-left): thinko.
5796         (annotate-page): more thinkos.
5797
5798 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5799
5800         * scm/layout-page-layout.scm (write-page-breaks): record tweaks
5801         for different \score blocks separately.
5802         (post-process-pages): put write-page-layout into paper block.
5803
5804         * lily/output-def.cc (get_parser): new file.
5805
5806         * lily/output-def-scheme.cc (LY_DEFINE): ly:output-def-parser, new
5807         file.
5808
5809         * lily/include/output-def.hh (class Output_def): add parser_ member.
5810
5811         * input/regression/page-layout-twopass.ly (Module): new file.
5812
5813         * scm/lily.scm: remove cpp hack.
5814
5815         * lily/lyric-engraver.cc (get_voice_to_lyrics): use NPOS everywhere.
5816
5817 2006-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5818
5819         * GNUmakefile.in (c-clean): New target.
5820
5821         * flower/include/std-string.hh: String/std::string compatibility:
5822         Use NPOS for `not found' (iso -1), use ssize for length () and pos
5823         type.
5824
5825         * flower/rational.cc: 
5826         * flower/include/rational.hh: 
5827
5828         * flower/offset.cc: 
5829         * flower/include/offset.hh: 
5830
5831         * flower/interval.cc: 
5832         * flower/include/interval.hh: 
5833
5834         * flower/string-convert.cc: 
5835         * flower/include/string-convert.hh: Use std::string [interface].
5836         Update callers.
5837
5838 2006-01-25  Heikki Junes  <hjunes@cc.hut.fi>
5839
5840         * Documentation/index.html.in: clean up.
5841
5842 2006-01-25  Graham Percival  <gpermus@gmail.com>
5843
5844         * Documentation/user/putting.itely: another new untested doc section.
5845
5846 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5847
5848         * scm/layout-page-layout.scm (write-page-breaks): write
5849         \spacingTweaks #ALIST. Handle grace timing.
5850
5851         * scm/: more imports.
5852
5853         * scm/page.scm (make-page): add footer/header.
5854         (annotate-space-left): revise: only take page argument.
5855         (layout->page-init): new function.
5856
5857         * scm/layout-page-layout.scm (write-page-breaks): preliminary
5858         version of the system/spacing/linebreak hack writing to the output
5859
5860         * lily/prob-scheme.cc (LY_DEFINE): take optional 'key val args in
5861         ly:make-prob.
5862
5863         * lily/grob-scheme.cc (LY_DEFINE): ly:spanner-get-bound ->
5864         ly:spanner-bound
5865
5866 2006-01-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5867
5868         * scm/stencil.scm (annotate-y-interval): move from layout-page-layout.scm
5869
5870         * scm/paper-system.scm (paper-system-annotate): new file. Handle paper-system.
5871
5872         * scm/layout-page-layout.scm (optimal-page-breaks): move all page
5873         handling to page.scm
5874
5875         * lily/prob-scheme.cc (LY_DEFINE): new file.
5876         (LY_DEFINE): functions ly:make-prob , ly:prob-type? , ly:prob-(set-)property(!)
5877
5878         * lily/music-scheme.cc (LY_DEFINE): rewrite get/set property using
5879         prob functions.
5880
5881         * lily/music.cc (derived_mark): derive Music from Prob.
5882
5883         * lily/paper-system.cc (LY_DEFINE): derive from Prob.
5884
5885         * lily/prob.cc (Module): Implement Prob (Property Object), object
5886         with shared and r/w property alists.  
5887
5888         * lily/include/prob.hh (Module): new file. Declare Prob.
5889
5890         * flower/string.cc: remove is_empty().
5891
5892         * flower/include/string.hh (class String): remove String:: qualifier.
5893
5894         * buildscripts/analyse-cxx-log.py: new file. Read compile log to
5895         substitute appropriate functions.
5896
5897         * flower/include/string.hh (class String): remove to_str0 and
5898         is_empty(). S&R everywhere.
5899
5900 2006-01-23  Graham Percival  <gpermus@gmail.com>
5901
5902         * Documentation/user/basic-notation.itely: add hairpin
5903         after-linebreak tweak to commonprop.
5904
5905         * Documentation/user/putting.itely: added two new sections.
5906
5907 2006-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5908
5909         * flower/international.cc: 
5910         * flower/include/international.hh: 
5911
5912         * flower/getopt-long.cc: 
5913         * flower/include/getopt-long.hh: Use std::string [interface].
5914         Update callers.
5915
5916         * flower/include/std-string.hh: Oops, bugfix for --disable-std-string.
5917
5918         * stepmake/stepmake/executable-rules.make: Add dependency on
5919         module libraries.
5920
5921 2006-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5922
5923         * flower/file-path.cc: 
5924         * flower/include/file-path.hh: Use std::string [interface].
5925         Update callers.
5926
5927         * flower/direction.cc: 
5928         * flower/axis.cc: Unused.  Remove.
5929
5930         * configure.in (--enable-std-string): New option.
5931
5932         * flower/std-string.cc: 
5933         * flower/include/std-string.hh: New file.
5934
5935         * flower/file-name.cc[STD_STRING]:
5936         * flower/include/file-name.hh[STD_STRING]: Use it.  Update callers.
5937
5938 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5939
5940         * scm/output-svg.scm (placebox): no GNU coding standards in SVG output. 
5941
5942         * scm/define-markup-commands.scm (with-dimensions):
5943         with-dimensions markup command.
5944
5945         * input/test/font-table.ly: use it.
5946
5947         * lily/open-type-font.cc (glyph_list): new function.
5948
5949         * lily/open-type-font-scheme.cc (LY_DEFINE): ly:otf-glyph-list function.
5950
5951         * lily/ttf.cc: remove ly:font-glyph-list scheme function
5952
5953 2006-01-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5954
5955         * ly/music-functions-init.ly (parallelMusic): new music function
5956         for parallel music entry.
5957
5958         * scm/define-music-properties.scm (all-music-properties): new
5959         'void music property
5960
5961         * scm/music-functions.scm (ly:music-message): make public, to be
5962         used in music function definitions
5963
5964         * scm/lily-library.scm (collect-music-for-book): discard music
5965         when the 'void property is set.
5966
5967 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5968
5969         * lily/ttf.cc (LY_DEFINE): store name before destroying face.
5970
5971         * mf/GNUmakefile: idem.
5972
5973         * buildscripts/mf-to-table.py (help): excise fetaXXlist.ly support.
5974
5975         * stepmake/bin/install.py (dest): Only chmod/chown just created directories
5976
5977         * Documentation/user/notation-appendices.itely (The Feta font):
5978         use it.
5979
5980         * input/test/font-table.ly: new file. Generate font table within lily.
5981
5982         * Documentation/user/notation-appendices.itely (The Feta font):
5983         use new font-table.ly file. 
5984
5985         * stepmake/stepmake/install-out-targets.make
5986         (local-install-outfiles): only create directory if
5987         $(INSTALLATION_OUT_DIR) is defined. This fixes install on Gentoo.
5988
5989 2006-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5990
5991         * lily/ttf.cc (LY_DEFINE): new function ly:font-glyph-list.
5992
5993         * VERSION (PACKAGE_NAME): release 2.7.28
5994
5995         * scm/framework-ps.scm (write-preamble): use it to pick exactly
5996         the right font from a Mac dfont.
5997         (write-preamble): don't forget directory, only look at files.
5998
5999         This fixes problems with TTF files in dfonts that don't match
6000         their PostScript names.
6001          
6002         * lily/ttf.cc (LY_DEFINE): ly:ttf-ps-name: new routine to extract
6003         PS name from TTF font.
6004
6005         * input/regression/tie-manual.ly: document new feature.
6006
6007         * Documentation/topdocs/NEWS.tely (Top): add tie NEWS.
6008
6009         * VERSION (MY_PATCH_LEVEL): bump to .28
6010
6011         * Documentation/user/basic-notation.itely (Ties): add tie examples
6012         refs.
6013
6014         * lily/tie-formatting-problem.cc (score_ties_configuration):
6015         symmetry penalties for outer ties.
6016
6017 2006-01-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6018
6019         * lily/tie-formatting-problem.cc (generate_configuration) 
6020         (set_manual_tie_configuration): skip non-pair manual
6021         tie-configuration, so you can set individual ties as
6022
6023           #'tie-configuration = #'((7 . 1) #t (-3 . 1))
6024
6025         * input/regression/tie-chord.ly: use generateTiePattern to
6026         simplify file.
6027
6028         * lily/tie-formatting-problem.cc (peak_around): new function.
6029         (score_configuration): use sliding criterion for staff line collisions. 
6030         (score_configuration): idem for dot collisions.
6031         (generate_configuration): use separate stem_gap for gap to stem.
6032
6033         * lily/include/tie-formatting-problem.hh (struct Tie_details):
6034         separate penalty factors for x and y distance.
6035         (struct Tie_details): separate penalties for tip and center line collisions.
6036
6037 2006-01-19 Han-Wen Nienhuys  <hanwen@xs4all.nl>
6038
6039         * lily/tie-formatting-problem.cc (generate_configuration): make
6040         large ties avoid stafflines in the horizontal section.
6041         (score_configuration): use softcoded penalties
6042         (score_aptitude): idem.
6043
6044         * lily/tie-helper.cc (from_grob): softcode tie details
6045
6046         * lily/staff-symbol-referencer.cc (on_staff_line): new function
6047
6048         * lily/staff-symbol-referencer.cc (on_line): rename from
6049         on_staffline 
6050
6051 2006-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6052
6053         * ly/music-functions-init.ly: remove duplicate tag.
6054
6055         * lily/include/*.hh: GCC 4.1 fixes.
6056
6057 006-01-16  Erlend Aasland  <erlenda@gmail.com>
6058
6059         * Documentation/user/global.itely: fix typos; @bugs -> @refbugs
6060
6061         * scm/define-music-types.scm: fix bug in desc. string
6062         for OverrideProperty
6063
6064 2006-01-15 Erik Sandberg  <mandolaerik@gmail.com>
6065
6066         * scripts/lilypond-book.py: bugfix
6067
6068         * scm/define-music-types.scm: fix typos.
6069
6070 2006-01-14  Graham Percival  <gpermus@gmail.com>
6071
6072         * Documentation/user/ basic-notation.itely, global.itely,
6073         advanced-notation.itely, instrument-notation.itely: small
6074         additions (bugs and commonly tweaked properties).
6075
6076 2006-01-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6077
6078         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): generic
6079         detection of mingw build.
6080         (MINGW_BUILD): opps.
6081
6082 2006-01-12  Jan Nieuwenhuizen  <janneke@gnu.org>
6083
6084         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Add
6085         i686-mingw32.
6086
6087 2006-01-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6088
6089         * scm/music-functions.scm (skip->rest): add skip->rest
6090
6091 2006-01-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6092
6093         * lily/font-config.cc (init_fontconfig): call FcConfigBuildFonts()
6094         explicitly.
6095
6096         * lily/font-config-scheme.cc (LY_DEFINE): also display font and
6097         config dirs. Aids debugging. 
6098         (display_config): also display config files.
6099
6100 2006-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6101
6102         * VERSION: release 2.7.27
6103
6104         * lily/bar-line.cc (calc_bar_size): inspect staff->extent (Y_AXIS)
6105         for determining bar size.
6106
6107         * lily/staff-symbol.cc (print): place lines at distance line-positions
6108
6109         * scm/define-grob-properties.scm (all-user-grob-properties): add
6110         line-positions.
6111
6112         * lily/staff-symbol.cc (height): new function.
6113
6114         * input/regression/staff-line-positions.ly:  new file.
6115
6116 2006-01-06  Graham Percival  <gpermus@gmail.com>
6117
6118         * input/test/add-staccato.ly: remove reference to old file.
6119
6120 2006-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6121
6122         * scripts/lilypond-book.py (invokes_lilypond): allow . in path to
6123         lilypond binary too.
6124
6125 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6126
6127         * make/mutopia-rules.make (Module): use LILYPOND_BINARY
6128
6129 2006-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6130
6131         * scripts/midi2ly.py: Bugfix: Declare datadir.
6132
6133         * make/ly-rules.make:
6134         * make/mutopia-rules.make: Use LILYPOND_BINARY (WAS: LILYPOND, but
6135         that seems to be gone). Fixes make web.
6136
6137         * The grand 2005-2006 replace.
6138
6139         * VERSION (MY_PATCH_LEVEL): Stay on .26 for now.
6140
6141 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6142
6143         * make/lilypond-vars.make: set LILYPOND_BINARY variable
6144         (LILYPOND_BOOK_LILYPOND_FLAGS): new variable
6145         LILYPOND_BOOK_LILYPOND_FLAGS to hold system dependent settings,
6146         like -dgs-font-load.
6147
6148         * Documentation/user/GNUmakefile ($(outdir)/interfaces.itexi):
6149         remove absolute path to lilypond binary.
6150         
6151 2006-01-05 Pedro Kroeger    <kroeger@pedrokroeger.net>
6152
6153         * configure.in (NCSB_DIR): fix --with-ncsb-dir option.
6154
6155 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6156
6157         * make/lilypond-vars.make: support LILYPOND_EXTERNAL_BINARY variable.
6158
6159         * mf/GNUmakefile: remove broken dvips map symlink.
6160
6161 2006-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6162
6163         * lily/main.cc: 
6164         * configure.in: Cosmetic fixes.
6165
6166 2006-01-04  Mats Bengtsson  <mabe@s3.kth.se>
6167
6168         * Documentation/user/music-glossary.tely (Pitch names): Added
6169         Spanish pitch names and durations, thanks to Ernesto Gancedo
6170
6171 2006-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6172
6173         * scm/lily.scm (define-scheme-options): use quasi-quote for option
6174         init. Fixes verbose printing of .scm files.
6175
6176         * stepmake/aclocal.m4: add spaces before - options.
6177         
6178 2006-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
6179
6180         * lily/relocate.cc (setup_paths): Bugfix: do not store result
6181         of path search in local block variable.
6182
6183 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6184
6185         * configure.in (NCSB_DIR): --enable-ncsb-dir
6186         (LINK_GXX_STATICALLY): denko.
6187
6188         * mf/GNUmakefile ($(NCSB_TTFS)): NCSB_DIR iso. NCSB_PATH. 
6189
6190         * configure.in (LINK_GXX_STATICALLY): --enable-ncsb-path option. 
6191         use locate to find c059033l.pfb. 
6192         
6193 2006-01-02  Jan Nieuwenhuizen  <janneke@gnu.org>
6194
6195         * lily/tie-formatting-problem.cc
6196         (problem::generate_base_chord_configuration): Use my_round (was
6197         round).
6198
6199         * lily/source-file.cc (file::get_counts)[!HAVE_MBRTOWC]: Bugfix,
6200         do not invoke mbrtowc.
6201
6202         * lily/relocate.cc (setup_paths): Add more debugging verbosity.
6203
6204 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6205
6206         * scm/lily.scm (lilypond-all): oops. remove debugging hack.
6207
6208 2005-01-02  Heikki Junes  <hjunes@cc.hut.fi>
6209
6210         * Documentation/user/invoking.itely (svg): revise.
6211
6212 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6213
6214         * lily/lexer.ll: use sourcefilename iso. renameinput.
6215
6216 2006-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6217
6218         * mf/GNUmakefile ($(NCSB_TTFS)): revise rule. Create
6219         <PostScriptName>.ttf instead of c059XXXttf.
6220
6221         * lily/program-option.cc (LY_DEFINE): special support for
6222         --verbose, so it works before option init too.
6223  
6224         * mf/GNUmakefile (local-install): oops.
6225
6226         * lily/lyric-hyphen.cc (print): oops.
6227
6228         * buildscripts/pfx2ttf.fontforge: new file.
6229         
6230         * mf/GNUmakefile (NCSB_PATH): add vars for NCSB.
6231         ($(outdir)/%.ttf): new rule. 
6232
6233         * scm/define-grobs.scm (all-grob-descriptions): add font-interface
6234         to LyricHyphen.
6235
6236         * lily/lyric-hyphen.cc (print): multiply hyphen height by
6237         font-size
6238
6239 2005-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6240
6241         * VERSION: release 2.7.26
6242         
6243         * mf/GNUmakefile (install-fc-cache): remove old font.cache-1 files.
6244
6245 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6246
6247         * lily/font-config.cc (init_fontconfig): verbosity.
6248
6249         * THANKS: add Muziekacademie Lede. 
6250
6251         * scripts/musicxml2ly.py (print_voice_definitions): new function 
6252         (print_score_setup): new function
6253         (convert): read part definition to output staves properly.
6254
6255         * python/musicxml.py (Measure.get_notes): new class. Wrap lists of
6256         Music_xml notes.
6257
6258         * python/musicexp.py (Output_printer.__init__): use _ in data
6259         members.
6260         (Output_printer.unformatted_output): new function: no formatting,
6261         but count braces.
6262         (Duration.get_length): remove isinstance() checks for
6263         Output_printer everywhere.
6264
6265         * input/regression/lyrics-bar.ly (texidoc): add
6266         Separating_line_group_engraver.
6267
6268 2005-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
6269
6270         * lily/relocate.cc (framework_relocation): New function,
6271         factored from set_relocation ().
6272         (prefix_relocation): Rename from set_relocation ().
6273         (setup_paths): Use it.
6274
6275 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6276
6277         * scm/*.scm: use LEFT/RIGHT/UP/DOWN etc. iso. magical
6278         numbers. Patch by Erlend Aasland.
6279
6280 2005-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6281
6282         * lily/font-config.cc (init_fontconfig): print warning if cache
6283         file is not existant.
6284
6285         * lily/main.cc: don't use #ifdef but #if
6286
6287 2005-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6288
6289         * lily/grob-property.cc (internal_set_property): don't abort on
6290         calculation-in-progress.
6291
6292         * lily/beam.cc (get_default_dir): robustness: don't divide by zero.
6293
6294         * lily/tuplet-bracket.cc (calc_control_points): oops: typo. Read
6295         connect-to-neighbor property not connect-to-other
6296
6297         * lily/program-option.cc (LY_DEFINE): remove Protected_scm global variable.
6298         (LY_DEFINE): oops. don't forget protection.
6299
6300         * flower/parse-afm.cc (Module): strip AFM handling completely.
6301
6302         * lily/stencil-expression.cc: idem.
6303
6304         * lily/grob-interface-scheme.cc (LY_DEFINE): idem.
6305
6306         * lily/function-documentation.cc (ly_add_function_documentation):
6307         use static member iso. Protected_scm
6308
6309         * lily/main.cc: use ifdef ARGV0_RELOCATION iso. MINGW
6310
6311         * config.make.in (prefix): remove HAVE_KPATHSEA_SO
6312
6313 2005-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6314
6315         * lily/relocate.cc (set_env_dir): New function.
6316         (set_relocation): Use it to fix setting PANGO_PREFIX.
6317
6318 2005-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6319
6320         * input/regression/stem-direction-context.ly: remove rest.
6321
6322         * lily/melody-engraver.cc (process_music): restart for bar lines.
6323         (acknowledge_slur): restart for slurs.
6324
6325 2005-12-27  Heikki Junes  <hjunes@cc.hut.fi>
6326
6327         * Documentation/user/invoking.itely: describe how to view SVG 
6328         output using Inkscape which replace embedded fonts with OTF fonts.
6329
6330 2005-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6331
6332         * lily/relocate.cc (set_relocation): set PANGO_PREFIX
6333
6334 2005-12-23  Jan Nieuwenhuizen  <janneke@gnu.org>
6335
6336         * lily/melody-engraver.cc (class Melody_engraver): Remove lying
6337         comment.
6338
6339 2005-12-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6340
6341         * VERSION (PACKAGE_NAME): release 2.7.25
6342
6343         * Documentation/topdocs/NEWS.tely (Top): document new feature.
6344
6345         * input/regression/stem-direction-context.ly: new file.
6346
6347         * lily/relocate.cc (set_relocation): add PANGO_PREFIX
6348
6349         * lily/melody-engraver.cc (acknowledge_stem): restart MelodyItem
6350         on rest.
6351
6352         * ly/engraver-init.ly: add Melody_engraver
6353
6354         * lily/beam.cc (calc_direction): use default-direction
6355         iso. get_default_direction()
6356
6357         * scm/define-grob-properties.scm (all-user-grob-properties): add
6358         default-direction property.
6359
6360         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem.
6361
6362         * lily/stem.cc (calc_default_direction): remove
6363         Stem::get_default_direction, use default-direction with callback
6364         instead.
6365
6366         * lily/melody-spanner.cc (calc_neutral_stem_direction): 
6367
6368         * lily/melody-engraver.cc: new file. Acknowledge stems for
6369         interpolated stem directions. 
6370
6371         * lily/melody-spanner.cc: new file. Interpolate stem directions.
6372
6373         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem
6374
6375         * lily/slur-configuration.cc (fit_factor): more robust check for
6376         point in curve X-extent.
6377
6378         * lily/slur.cc (outside_slur_callback): return offset_scm, not 0.
6379         (outside_slur_callback): check for 'outside avoidance.
6380
6381         * lily/slur-configuration.cc (score_extra_encompass): don't use
6382         bound->column() == avoid->column() for checking extents, as this
6383         doesn't work for accidentals. 
6384
6385         * lily/slur-engraver.cc (acknowledge_extra_object): remove
6386         DynamicText hardcoding.
6387
6388         * lily/slur-scoring.cc (enumerate_attachments): robustness: don't
6389         crash if bound stem is NULL
6390
6391         * lily/piano-pedal-performer.cc: patch by MWD for enabling piano
6392         pedals.
6393
6394 2005-12-22  Graham Percival  <gpermus@gmail.com>
6395
6396         * scm/define-markup-commands.scm: typo.  @code{\raise}
6397         => @code{\\raise}.
6398
6399         * darwin.patch: now used again, includes a
6400         required patch from fink.
6401
6402 2005-12-21  Heikki Junes  <hjunes@cc.hut.fi>
6403
6404         * po/TODO: mention gtranslator along with kbabel.
6405         * po/fi.po: update translations.
6406
6407 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6408
6409         * lily/relocate.cc (setup_paths): Bugfix.
6410
6411 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6412
6413         * lily/slur-configuration.cc (score_extra_encompass): don't use
6414         "avoid" choice for avoid-slur.
6415
6416         * stepmake/bin/install.py (dest): don't create existing dir.
6417
6418 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6419
6420         * stepmake/bin/install.py: Remove file before copying.
6421
6422         * config.make.in: 
6423         * stepmake/aclocal.m4: Do not substitute INSTALL.
6424
6425 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6426
6427         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
6428         depend on link-tree.
6429
6430         * lily/relocate.cc (setup_paths): only check path for non-absolute
6431         dir without directory part.
6432
6433         * flower/file-name.cc (is_absolute):  new method.
6434         (is_absolute): check root_ too.
6435
6436 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6437
6438         * lily/relocate.cc (setup_paths) [__MINGW32__]: Comment-out broken
6439         relocation code.  Oops, don't comment out too much.
6440
6441         * stepmake/stepmake/generic-vars.make (INSTALL): Assign INSTALL_PY
6442         iso itself.
6443
6444         * lily/relocate.cc [HAVE_GETTEXT]: Include libintl.h.  Fixes mingw
6445         compile.
6446
6447 2005-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
6448
6449         * .cvsignore: Add install-sh.
6450
6451         * autogen.sh (srcdir): Typo.
6452
6453 2005-12-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6454
6455         * autogen.sh (srcdir): urg. Touch install-sh.
6456
6457         * stepmake/bin/install-sh (Module): remove.
6458
6459         * stepmake/stepmake/generic-vars.make (INSTALL): add $(INSTALL).
6460
6461         * lily/include/relocate.hh: new file.
6462
6463         * lily/relocate.cc: new file. Contain relocation logic.
6464
6465         * lily/main.cc (setup_paths): fix: LILYPOND_RELOCATE_PREFIX.
6466         (main): read LILYPOND_VERBOSE as the first thing.
6467
6468         * stepmake/aclocal.m4: remove INSTALL variable.
6469
6470         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
6471         separate target for making font symlinks.
6472         (documentation-dir): use $(if $(findstring )) for switching off
6473         Documentation.
6474
6475         * stepmake/stepmake/help2man-vars.make (OUT_DIST_FILES): only do
6476         something if DOCUMENTATION is no.
6477
6478 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6479
6480         * VERSION: release 2.7.24
6481
6482         * lily/script-column-engraver.cc (stop_translation_timestep):
6483         delay adding to script-column.
6484
6485         * lily/tuplet-bracket.cc (print): suicide if no control-points. 
6486
6487         * python/convertrules.py (conv): rule for number-visibility
6488
6489         * lily/slur-configuration.cc (score_extra_encompass): different
6490         distance measure for avoid and inside avoidance.
6491         (score_extra_encompass): use 1/(distance+eps) as penalty.
6492
6493         * lily/slur-scoring.cc (generate_avoid_offsets): use 'inside
6494         encompass objects for generating slur curves.
6495
6496         * lily/slur.cc: use details iso. slur-details property.
6497
6498         * input/regression/slur-tuplet.ly: new file.
6499
6500         * lily/slur-engraver.cc (acknowledge_tuplet_number): new function.  
6501
6502         * flower/include/offset.hh (class Offset): new operator /=
6503
6504         * lily/tuplet-number.cc (print): new file, new interface.
6505
6506         * scm/define-grob-properties.scm (all-user-grob-properties):
6507         remove number-visibility property.
6508
6509         * lily/tuplet-bracket.cc (calc_control_points): new function
6510         (calc_connect_to_neighbors): new function.
6511         (print): remove text handling for tuplet numberdef.
6512
6513         * lily/tuplet-engraver.cc (struct Tuplet_description): create
6514         TupletNumbers too. 
6515
6516         * lily/lily-guile.cc (robust_scm2booldrul): new function
6517
6518         * scm/define-grobs.scm (all-grob-descriptions): new grob TupletNumber
6519
6520         * lily/tuplet-bracket.cc (calc_position_and_height): use
6521         staff-padding to control whether tuplet brackets are over staves.
6522
6523         * lily/grob.cc (suicide): clear dim_caches_.
6524
6525         * lily/dimension-cache.cc (clear): new function.
6526
6527         * lily/grob.cc (extent): swap order of min-extent and extent
6528         calculations. This fixes hara kiri staves. 
6529
6530 2005-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6531
6532         * lily/main.cc: Nitpick: relocation is not based on path, but on
6533         directory (location).
6534
6535 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6536
6537         * lily/main.cc (setup_paths): read LILYPOND_RELOCATE_PREFIX
6538
6539         * stepmake/stepmake/install-targets.make (local-uninstall): idem.
6540
6541         * stepmake/stepmake/install-out-targets.make (local-install-outfiles): idem.
6542
6543         * stepmake/stepmake/help2man-targets.make (install-help2man): idem.
6544
6545         * stepmake/stepmake/generic-vars.make (Module): idem.
6546
6547         * stepmake/stepmake/executable-targets.make (default): use it.
6548
6549         * stepmake/bin/install.py (create_dir): new file. Replace install-sh.
6550
6551         * make/GNUmakefile: don't install make rules.
6552
6553         * lily/main.cc (setup_paths): don't inspect $PATH for argv0 with
6554         slashes.
6555         (prepend_env_path): more verbosity.
6556
6557 2005-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6558
6559         * GNUmakefile.in: add dir argument for find command.
6560
6561         * lily/parser.yy (bass_figure): set_spot() for bass figures. This
6562         fixes weird line numbers for point & click.
6563
6564         * lily/source-file.cc (get_counts): init line/column/char counts.
6565
6566 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6567
6568         * lily/main.cc: remove ARGV0_RELOCATION, instead use --relocate.
6569
6570 2005-12-16  Graham Percival  <gpermus@gmail.com>
6571
6572         * Documentation/user/basic-notation.itely, advanced-notation.itely:
6573         minor fixes from Fredric.  Thanks!
6574
6575 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6576
6577         * ly/music-functions-init.ly: add \bar and \clef music function 
6578
6579         * lily/lily-lexer.cc: idem.
6580
6581         * lily/parser.yy (FIXME): remove BAR and CLEF.
6582
6583 2005-12-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6584
6585         * Documentation/topdocs/NEWS.tely (Top): doc string argument change.
6586
6587         * lily/parser.yy (Generic_prefix_music_scm): allow strings as
6588         function arguments too
6589
6590         * lily/main.cc (set_relocation): new function.
6591
6592         * scripts/musicxml2ly.py (convert): add \version
6593
6594         * lily/tie.cc: remove get_default_attachments()
6595
6596         * VERSION (PACKAGE_NAME): release 2.7.23
6597         
6598         * lily/chord-tremolo-engraver.cc (acknowledge_stem): use
6599         ultimate_music_cause(). This fixes core dumps in unfold-all-repeats.ly
6600
6601         * Documentation/topdocs/NEWS.tely (Top): document new feature.
6602
6603         * lily/tie-formatting-problem.cc (score_ties): new function
6604         (get_variations): new function. Try flipping dirs for collisions.
6605         (generate_optimal_chord_configuration): new function. 1-opt search
6606         for better configuration.
6607
6608         * lily/tie-configuration.cc: new file.
6609
6610         * lily/tie.cc: junk Tie::get_configuration()
6611
6612         * lily/tie-formatting-problem.cc (score_ties_aptitude): new function.
6613         (score_ties_configuration): new function.
6614         (generate_ties_configuration): new function.
6615         (generate_base_chord_configuration): new function.
6616         (set_ties_config_standard_directions): Move body from tie-column-format.cc 
6617         (set_manual_tie_configuration): Move body from tie-column-format.cc 
6618
6619         * input/regression/tie-dot.ly: new file.
6620
6621         * lily/tie-formatting-problem.cc (score_configuration): score
6622         tie/dot collisions.
6623
6624         * lily/tie-helper.cc (get_transformed_bezier): new function
6625
6626         * Documentation/topdocs/NEWS.tely (Top): strip out-www.
6627
6628         * stepmake/stepmake/python-module-vars.make (SHARED_FLAGS): use
6629         -undefined suppress iso. -framework Python 
6630
6631         * scm/define-grobs.scm (all-grob-descriptions): set
6632         springs-and-rods (thanks Joe Neeman!)
6633
6634 2005-12-12  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6635
6636         * input/no-notation/display-lily-tests.ly (test): 
6637         * scm/display-lily.scm (tag->lily-string): the syntax for tags has
6638         changed from \tag #'(a b) to \tag #'a \tag #'b
6639
6640 2005-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6641
6642         * Documentation/topdocs/NEWS.tely: strip out-www.
6643
6644         * lily/include/grob-interface.hh: include lily-guile.hh not libguile.h
6645
6646         * config.make.in (AR): add AR and RANLIB
6647
6648         * flower/libc-extension.cc: include cassert
6649
6650         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): more robust
6651         darwin check.
6652
6653 2005-12-11  Graham Percival  <gpermus@gmail.com>
6654
6655         * stepmake/stepmake/generic-vars.make: define DARWIN_BUILD.
6656
6657         * stepmake/stepmake/python-modules-vars.make: define
6658         SHARED_FLAGS for OSX.  Thanks Johannes Schindelin!
6659
6660         * THANKS: added Johannes Schindelin.
6661
6662 2005-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6663
6664         * python/midi.c (pymidi_parse): use memcmp() iso. strcmp().
6665
6666         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
6667         Span_arpeggio_engraver, add Tweak_engraver to Score context. 
6668
6669         * lily/parser.yy: reorganize file layout.
6670
6671         * ly/music-functions-init.ly: add tweak music function.
6672
6673         * lily/grob-info.cc (ultimate_music_cause): new function:
6674         recursively lookup causes. 
6675
6676         * lily/parser.yy (chord_body_element): allow music functions for
6677         post-events, allow music functions for chord elements. 
6678  
6679         * lily/font-config-scheme.cc (display_fontset): add cast.
6680
6681         * python/convertrules.py (FatalConversionError.sub_syms): \tag
6682         #'(a b) -> \tag #'a \tag #'b rule.
6683
6684         * python/musicexp.py (Output_printer.dump_version): new function
6685
6686 2005-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6687
6688         * lily/parser.yy (FIXME): remove \tag
6689         (FIXME): remove tag_music() function.
6690
6691         * lily/lily-lexer.cc: remove \tag
6692
6693         * ly/music-functions-init.ly: define music-function "tag"
6694
6695         * lily/parser.yy (chord_body_element): allow tags in chord bodies.
6696
6697 2005-12-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6698
6699         * VERSION (PATCH_LEVEL): release 2.7.22
6700
6701         * input/regression/lyric-hyphen-retain.ly: renew.
6702
6703         * scm/define-grobs.scm (all-grob-descriptions): add LyricSpace
6704         grob
6705
6706         * lily/lyric-hyphen.cc (set_spacing_rods): use minimum-distance
6707         iso. minimum-length property for rods.
6708
6709         * lily/hyphen-engraver.cc (acknowledge_lyric_syllable): create
6710         LyricSpace item to keep lyrics spaced apart.
6711
6712         * ly/engraver-init.ly: remove Separating_line_group_engraver
6713
6714         * Documentation/user/music-glossary.tely: do setfilename before
6715         music-glossary.
6716
6717 2005-12-07  Heikki Junes  <hjunes@cc.hut.fi>
6718
6719         * Documentation/user/lilypond-book.itely: use `,´ after xref:
6720         See xref documentation, for example.
6721
6722 2005-12-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6723
6724         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): use
6725         pending_skip iso. ly_voice[-1]
6726         (main): add if __main__ for debugging.
6727
6728         * python/musicxml.py (Accidental.__init__): new class.
6729
6730         * scripts/musicxml2ly.py (progress): new function
6731         (musicxml_key_to_lily): don't barf on modeless keys.
6732         (create_skip_music): new function.
6733         (musicxml_spanner_to_lily_event): new function. Handle beams too.
6734         (musicxml_note_to_lily_main_event): new function.
6735
6736         * python/musicexp.py (Music.__init__): add comment field.
6737         (NestedMusic.append): new routine.
6738         (SequentialMusic.print_ly): print comment.
6739         (ArpeggioEvent.ly_expression): new class
6740         (BeamEvent.ly_expression): new class
6741         (NoteEvent.__init__): support for cautionary/forced accs.
6742
6743         * lily/lookup.cc (slur): normal order for array loop.
6744
6745         * scm/framework-ps.scm (dump-stencil-as-EPS): set left X of bbox
6746         to 0.0.
6747
6748         * ly/engraver-init.ly: set bar-size, so bar-lines aren't
6749         collapsed.
6750
6751 2005-12-06 Erik Sandberg  <mandolaerik@gmail.com>
6752
6753         * scm/music-functions.scm: Make phrasing slurs follow voice direction
6754
6755         * scripts/lilypond-book.py: Introduce option
6756             --preserve-line-breaks, for usage with srcltx
6757
6758 2005-12-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6759
6760         * scm/output-lib.scm (print-circled-text-callback): draw circle
6761         around text using make-circle-markup.
6762
6763         * Documentation/user/*: strip out-www from file names.
6764
6765 2005-12-05  Heikki Junes  <hjunes@cc.hut.fi>
6766
6767         * Documentation/user/lilypond.tely (direntry): remove empty lines;
6768         fixes invalid info entry issue with makeinfo 4.8 in debian sid.
6769
6770 2005-12-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6771
6772         * Documentation/user/GNUmakefile: idem.
6773
6774         * Documentation/user/macros.itexi: strip out-www
6775
6776         * python/rational.py: python 2.3 compat.
6777
6778         * VERSION (PATCH_LEVEL): release 2.7.21
6779
6780         * scripts/musicxml2ly.py (NonDentedHeadingFormatter.format_headi):
6781         option formatting, lilypond style.
6782
6783         * python/musicexp.py: grab from Ikebana: a library for composing
6784         ly music expressions. 
6785         (Output_printer): class for advanced .ly printing.
6786         (eg. tupletting) 
6787
6788         * python/musicxml.py: new file. Read MusicXML MiniDOM tree, and
6789         convert to pythonesque structure.
6790
6791         * python/rational.py: PD rational number class.
6792
6793         * Documentation/user/converters.itely (Invoking musicxml2ly):  new node.
6794
6795 2005-12-04  Erik Sandberg  <mandolaerik@gmail.com>
6796
6797         * lily/part-combine-iterator.cc: Minor bugfix
6798         
6799         * THANKS: Update bughunters
6800
6801 2005-12-02  Werner Lemberg  <wl@gnu.org>
6802
6803         * mf/README: Document process for proper mf2pt1 conversion.
6804
6805         * mf/feta-beugel.mf (draw_brace): Fix path to assure clean
6806         overlapping.
6807
6808         * mf/feta-harmonica.mf: Removed.  Unused.
6809
6810 2005-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6811
6812         * scripts/lilypond-book.py (do_file): fix thinkos.
6813
6814 2005-12-01  Jan Nieuwenhuizen  <janneke@gnu.org>
6815
6816         * lily/GNUmakefile ($(outdir)/FlexLexer.h):
6817         ($(outdir)/parser.cc): 
6818         ($(outdir)/lexer.cc): Bugfix: depend on config.h.
6819
6820 2005-11-30  Pedro Kröger  <kroeger@pedrokroeger.net>
6821
6822         * ly/titling-init.ly (tagline): it should be a space between
6823         "Music engraving by LilyPond" and the version number.
6824
6825 2005-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6826
6827         * VERSION (PACKAGE_NAME): release 2.7.20
6828
6829 2005-11-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6830
6831         * scm/define-markup-commands.scm (pad-to-box): new markup command.
6832
6833         * scm/define-grobs.scm (all-grob-descriptions): set thickness to
6834         1.0.
6835         (all-grob-descriptions): don't shift RehearsalMark arbitrarily.
6836
6837 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6838
6839         * configure.in (LINK_GXX_STATICALLY): remove kpathsea checks.
6840
6841         * kpath-guile/: remove directory
6842
6843         * scm/kpathsea.scm (ly:kpathsea-expand-variable): new
6844         file. Encapsulate kpathsea using commandline tools.
6845
6846         * lily/all-font-metrics.cc (kpathsea_find_file): use (scm
6847         kpathsea) module.
6848
6849 2005-11-29  Mats Bengtsson  <mabe@s3.kth.se>
6850
6851         * Documentation/user/advanced-notation.itely (Setting automatic
6852         beam behavior): Correct a few typos. Thanks to David Bobroff.
6853
6854         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use
6855         \usepackage instead of \RequirePackage. Thanks to Bernard Hurley.
6856
6857 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6858
6859         * scripts/*.py: gmane address for bugs.
6860
6861 2005-11-28 Pal Benko <benkop@freestart.hu>
6862         
6863         * make/ly-rules.make: add -f switch to mv
6864
6865         * scm/output-libs.scm: add new bar symbol "." for punctus divisionis
6866
6867         * lily/bar-line.cc: interpret it
6868
6869 2005-11-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6870
6871         * configure.in (--disable-documentation): New switch.
6872
6873         * GNUmakefile.in: Use it.
6874
6875         * stepmake/aclocal.m4: Use AC_ARG_ENABLE for kpatsea.
6876
6877 2005-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6878
6879         * scripts/lilypond-book.py (do_file): search chunks for
6880         \\begin{document}
6881
6882         * GNUmakefile.in: add copy step in between so we can lose the
6883         out-www directories.
6884
6885 2005-11-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6886
6887         * lily/pango-font.cc (pango_item_string_stencil): put
6888         geometry.width into glyph-string too.
6889
6890 2005-11-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6891
6892         * scm/define-music-display-methods.scm (RevertProperty):
6893         (OverrideProperty): Use grob-property-path property, a list of
6894         symbols, instead of grob-property, which used to be a single
6895         symbol.
6896         (BassFigureEvent): a figure can be a plain number, not necessarily a
6897         markup.
6898
6899 2005-11-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6900
6901         * VERSION: release 2.7.19
6902         
6903         * lily/figured-bass-engraver.cc (process_music): check
6904         figuredBassCenterContinuations first.
6905
6906         * scm/translation-functions.scm (format-bass-figure): make double
6907         sharp larger. 
6908
6909         * lily/mark-engraver.cc: read rehearsalMarkAlignSymbol to
6910         determine X-parent.
6911
6912         * lily/system-start-delimiter-engraver.cc: move from
6913         Nested_system_start_delimiter_engraver, rename
6914         Nested_system_start_delimiter_engraver ->
6915         System_start_delimiter_engraver.
6916
6917         * lily/nested-system-start-delimiter-engraver.cc (from_list): read
6918         bracket type from hierarchy.
6919
6920 2005-11-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6921
6922         * lily/rest.cc (y_offset_callback): read staff-position.
6923
6924         * scm/define-grob-properties.scm (all-user-grob-properties): don't
6925         mark after-line-breaking-callback as internal.
6926
6927         * lily/self-aligment-interface.cc: remove self-[XY]-offset.
6928
6929 2005-11-25  Werner Lemberg  <wl@gnu.org>
6930
6931         * mf/feta-banier.mf ("d3"): Make `flare' equal to `staff_space'.
6932
6933 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6934
6935         * stepmake/bin/add-html-footer.py (do_file): add google
6936
6937         * lily/staff-symbol-engraver.cc (process_music): bugfix: stop
6938         staff if first_start_ is true.
6939
6940 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6941
6942         * scripts/midi2ly.py (split_track): add __repr__ members.
6943         (track_first_item): only return Item if not None. This fixes a
6944         problem when dumping a track that starts with an empty channel.
6945
6946         * python/midi.c: doc module.
6947
6948 2005-11-22  Mats Bengtsson  <mabe@s3.kth.se>
6949
6950         * Documentation/user/global.itely (Creating MIDI files): Fix
6951         compilation problem.
6952
6953 2005-11-22  Graham Percival  <gpermus@gmail.com>
6954
6955         * Documentation/user/basic-notation.itely: clarify dynamic
6956         padding text.
6957
6958         * Documentation/user/advanced-notation.itely: add unicode
6959         escape control example, whatever that is.  :)
6960
6961         * Documentation/user/global.itely: added "removing dynamics
6962         from MIDI" code.
6963
6964 2005-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6965
6966         * VERSION (PATCH_LEVEL): release 2.7.18
6967
6968         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): replace
6969         System_start_delimiter_engraver by
6970         Nested_system_start_delimiter_engraver.
6971
6972         * lily/nested-system-start-delimiter-engraver.cc (struct
6973         Bracket_nesting_node): new class.
6974         (struct Bracket_nesting_group): new class
6975         (struct Bracket_nesting_staff): new class.
6976         (process_music): create hierarchy of grobs. This allows separate
6977         tuning of different SSDs. 
6978
6979         * scm/define-grobs.scm (all-grob-descriptions): new Grob SystemStartSquare
6980         (all-grob-descriptions): remove old NestedSystemStartDelimiter.
6981
6982 2005-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6983
6984         * lily/side-position-interface.cc (aligned_side): multiply
6985         staff_radius by 2.
6986
6987         * lily/script-engraver.cc (make_script_from_event): allow setting
6988         values to '()
6989
6990 2005-11-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6991
6992         * lily/system-start-delimiter.cc (line_bracket): don't shorten height.
6993
6994         * scm/define-grobs.scm (all-grob-descriptions): new grob
6995         NestedSystemStartDelimiter.
6996
6997         * input/regression/system-start-heavy-bar.ly: new file.
6998
6999         * lily/nested-system-start-delimiter-engraver.cc: new file.
7000
7001         * lily/nested-system-start-delimiter.cc: new file.
7002
7003         * input/regression/system-start-nesting.ly: new file.
7004
7005         * scm/define-grobs.scm (all-grob-descriptions): use X side
7006         positioning for positioning braces for nested contexts.
7007
7008         * lily/system-start-delimiter.cc (print): don't divide extent by
7009         staff_space.
7010         (print): use style iso. glyph.
7011         (staff_bracket): translate glyph inside routine already.
7012
7013 2005-11-18  Michael Welsh Duggan <md5i@cs.cmu.edu>
7014
7015         * lily/vaticana-ligature-engraver.cc: fixed 2 typos in glyph
7016         names.
7017
7018 2005-11-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7019
7020         * scm/define-context-properties.scm
7021         (all-user-translation-properties): rename figuredBassFormatter
7022         from newFiguredBassFormatter.
7023
7024         * scm/define-grobs.scm (all-grob-descriptions): move from NewBassFigure
7025
7026         * lily/figured-bass-engraver.cc: move from new-figured-bass-engraver.cc
7027
7028         * lily/stem.cc (calc_stem_info): trigger beaming calculation.
7029
7030         * lily/beam.cc (calc_beaming): new function.
7031         (calc_shorten): new function.
7032
7033         * THANKS: add Edward Neeman.
7034
7035         * input/regression/accidental-clef-change.ly: new file.
7036
7037         * lily/note-collision.cc (check_meshing_chords): don't merge fa heads.
7038
7039         * scm/define-grobs.scm (all-grob-descriptions): add Y-offset property.
7040
7041         * lily/clef-engraver.cc (inspect_clef_properties): reset
7042         localKeySignature for clef changes.
7043
7044 2005-11-17  Mats Bengtsson  <mabe@s3.kth.se>
7045
7046         * python/midi.c: PyMIDINIT_FUNC isn't defined in Python < 2.3 
7047         add dummy definition that works in Linux and add information in
7048         INSTALL.texi on the specific Python requirements for Cygwin/Mingw.
7049
7050         * Documentation/user/changing-defaults.itely (Modifying context
7051         plug-ins): Add index for \with.
7052
7053         * Documentation/user/music-glossary.tely (dal segno): Updated
7054         example to version >=2.6.
7055
7056 2005-11-16  Mats Bengtsson  <mabe@s3.kth.se>
7057
7058         * Documentation/user/instrument-notation.itely (Printing chord
7059         names): Reorder \chordmode and \repeat in one example.
7060
7061 2005-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7062
7063         * VERSION: release 2.7.17
7064         
7065         * Documentation/topdocs/NEWS.tely (Top): add note about
7066         refactoring.
7067
7068         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
7069         new function. Search region of 3 positions for best tie.
7070         (score_configuration): new function.
7071         (score_aptitude): new function.
7072         (generate_configuration): new function.
7073         (get_configuration): new function.
7074         (Tie_formatting_problem): new function
7075
7076         * input/regression/page-top-space.ly: a6 for page-top-space demo. 
7077
7078         * stepmake/aclocal.m4: use $(if ) for config-FOOF.make
7079
7080         * THANKS: add Eduardo Vieira & Ralph Little
7081
7082         * mf/feta-bolletjes.mf (solfa_quarter_width): make solfa heads
7083         narrower.
7084
7085         * lily/include/tie-formatting-problem.hh (class
7086         Tie_formatting_problem): add Tie_details to
7087         Tie_formatting_problem. Update calling conventions.
7088
7089         * stepmake/aclocal.m4: oops. Include $CONFIGFILE.make, not
7090         config.make.
7091
7092         * Documentation/user/lilypond.tely: remove musedata2ly entry.
7093
7094 2005-11-16  Jürgen Reuter  <reuter@ipd.uka.de>
7095
7096         * lily/ligature-engraver.cc, lily/include/ligature-engraver.hh,
7097         scm/define-context-properties.scm: Maintenance bugfix: make
7098         ligature brackets work again by removing obsolete ligature
7099         primitive callback push/pop.
7100
7101         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: do
7102         not call Tuplet_bracket::calc_direction.  Removed obsolete gap
7103         value.
7104
7105 2005-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
7106
7107         * stepmake/aclocal.m4 (depth): Explain why absolute directory is
7108         used and do not call it a path.
7109         (FLEXLEXER_FILE): Rename from FLEXLEXER_PATH and add file name.
7110
7111 2005-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7112
7113         * lily/include/tie-formatting-problem.hh (class
7114         Tie_formatting_problem): new file.
7115
7116         * lily/tie-formatting-problem.cc (common_x_refpoint): new file.
7117
7118         * Documentation/misc/ChangeLog-2.3:  new file.
7119
7120         * lily/audio-staff.cc (output): degarianize.
7121
7122 2005-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
7123
7124         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.pyc):
7125         Unset PYTHONOPTIMIZE.  Fixes install if set.
7126
7127 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7128
7129         * python/convertrules.py (conv): add warning about drums. 
7130
7131         * make/stepmake.make: include toplevel-version.make after config.make.
7132
7133         * stepmake/aclocal.m4 (depth): make sure $srcdir is absolute.
7134         also allow python2.4
7135
7136         * config.make.in (configure-srcdir): remove GXX GCC vars.
7137
7138         * stepmake/aclocal.m4: don't do non-srcdir build with
7139         symlinks. Use inclusion, so the src directory name can be changed.
7140
7141 2005-11-13  Jan Nieuwenhuizen  <janneke@gnu.org>
7142
7143         * make/mutopia-vars.make:
7144         * make/ly-vars.make: Use src-wildcard iso wildcard for source
7145         files.
7146
7147 2005-11-13  Werner Lemberg  <wl@gnu.org>
7148
7149         * mf/feta-arrow.mf: For all glyphs, don't mirror `currentpicture'
7150         but the affected path.  This ensures that the (overlapping) outlines
7151         have the same direction, which is a necessary prerequisite for
7152         FontForge's algorithm to remove overlaps.
7153         Formatting.
7154
7155         * mf/feta-haak.mf: Formatting.
7156         (draw_bracket): Slightly modify outline to avoid an unnecessary
7157         corner.
7158         Don't use ad-hoc values for `leave_angle' and `tip_angle' but derive
7159         them from the affected paths.
7160
7161 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7162
7163         * mf/README: remove xpm / accordion notes.
7164
7165         * lily/tie-column-format.cc (set_chord_outline): add dots into
7166         skyline extents. This fixes tie formatting if the left head has dots.
7167
7168         * lily/tie.cc (get_configuration): only shift tie by a whole staff
7169         space inside the staff.
7170         (get_configuration): shift another position if necessary in case
7171         of left head tie  
7172
7173 2005-11-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7174
7175         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): use
7176         buildscript-dir iso. $(depth)/buildscripts.
7177
7178         * tex/GNUmakefile (local-uninstall): remove
7179         music-drawing-routines.ps juggling.
7180
7181         * stepmake/stepmake/install-targets.make (local-install-files):
7182         prepend src-dir to install targets.
7183
7184         * lily/system-start-delimiter-engraver.cc
7185         (acknowledge_system_start_delimiter): use
7186         add_offset_callback(). This fixes translation of nested
7187         staffgroups.
7188
7189         * lily/grob-closure.cc (add_offset_callback): only encaps in
7190         simple_closure if it's a procedure.
7191         
7192         * lily/span-bar.cc (calc_glyph_name): read glyph-name, not glyph
7193         from bar-line.
7194
7195         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
7196         remove-empty where pertinent.
7197
7198 2005-11-12  Graham Percival  <gpermus@gmail.com>
7199
7200         * Documentation/user/instrument-notation.itely: added
7201         Cameron Horsburgh's multiple stanzas docs.  Thanks!
7202
7203 2005-11-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7204
7205         * lily/GNUmakefile
7206         ($(top-build-dir)/Documentation/pictures/$(outbase)/lilypond.ico):
7207         make picture in builddir, not srcdir.
7208
7209 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7210
7211         * VERSION: release 2.7.16
7212         
7213         * scripts/lilypond-book.py (main): use commands.mkarg () to quote
7214         shell arguments. 
7215
7216 2005-11-10  Mats Bengtsson  <mabe@s3.kth.se>
7217
7218         * Documentation/user/examples.itely (Piano templates): Minor
7219         modification to the Piano centered lyrics example.
7220
7221 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7222
7223         * scripts/lilypond-invoke-editor.scm (run-browser): look at
7224         $BROWSER.
7225
7226         * Documentation/user/point-and-click.itely: simplify p&c
7227         instruction: don't configure firefox. Put lilypond-invoke-editor
7228         in front of the browser.
7229
7230         * scripts/lilypond-invoke-editor.scm (run-editor): new function.
7231         (run-browser): new function.
7232
7233         * lily/parser.yy (Lily_lexer): recognize Book
7234
7235         * lily/book.cc (clone): new function
7236
7237         * lily/parser.yy (book_body): allow BOOK_IDENTIFIER.
7238
7239 2005-11-10  Jürgen Reuter  <reuter@ipd.uka.de>
7240
7241         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc:
7242         Maintenance bugfix: reduce number of font related warnings by
7243         updating naming conventions for glyph-name.
7244
7245 2005-11-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7246
7247         * scm/define-grobs.scm (all-grob-descriptions): add
7248         rhythmic-grob-interface to TabNoteHead.
7249
7250         * scm/layout-beam.scm (check-quant-callbacks): remove
7251         set_stem_lengths()
7252
7253 2005-11-08  Jürgen Reuter  <reuter@ipd.uka.de>
7254
7255         * ly/gregorian-init.ly (divisiones): Maintenance bugfix: vertical
7256         alignment of centered divisiones.
7257
7258         * scm/scripts.scm (articulations): Maintenance bugfix:
7259         follow-into-staff -> quantize-position.
7260
7261         * lily/vaticana-ligature-engraver.cc (transform_heads): Bugfix:
7262         plica head in porrectus deminutus.
7263
7264 2005-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7265
7266         * make/lilypond.fedora.spec.in (Group): add %clean section.
7267
7268         * lily/tuplet-bracket.cc (print): change check: remove bracket if
7269         less then 1/5th of total length.  
7270         (print): use gap too.  Fixes tupletUp-single-bracket.ly
7271
7272         * scm/music-functions.scm (glue-mm-rest-texts): also put other
7273         events into EventChord. This fixes textspanners on mm rests. Fixes
7274         spanner-rest.ly
7275
7276         * lily/side-position-interface.cc (get_axis): read side-axis
7277         (set_axis): set side-axis.
7278
7279         * scm/define-grobs.scm (all-grob-descriptions): add side-axis
7280         properties everywhere.
7281
7282         * lily/spacing-spanner.cc (breakable_column_spacing): add
7283         average-spacing-wishes. Take maximum if not set.
7284         (musical_column_spacing): idem. Fixes: spacing-keysig-note.ly
7285
7286         * scm/define-grobs.scm (all-grob-descriptions): add
7287         average-spacing-wishes.
7288
7289         * lily/grob-closure.cc (add_offset_callback): bugfix: properly add
7290         offset callbacks. This fixes alignment for Fingering objects.
7291
7292         * scm/define-grobs.scm (all-grob-descriptions): tiny bit less
7293         space for key - timesig combination. 
7294
7295         * input/regression/script-stem-tremolo.ly (Module): new file.
7296
7297         * scm/define-grobs.scm (all-grob-descriptions): decrease distance
7298         to key sig.
7299
7300         * lily/dynamic-engraver.cc (acknowledge_stem_tremolo): new function.
7301         Fixes: c-tremolo-script.ly.
7302         
7303         * lily/text-engraver.cc (acknowledge_stem_tremolo): new function.
7304
7305         * lily/script-engraver.cc (acknowledge_stem_tremolo): new function.
7306         
7307         * scm/define-grobs.scm (all-grob-descriptions): remove
7308         self-X-offset. Fixes alignment of octavate-8.
7309
7310         * scripts/lilypond-book.py (datadir): look in
7311         LILYPONDPREFIX/share/lilypond/current/
7312
7313         * GNUmakefile.in: symlink current to <VERSION>. 
7314
7315 2005-11-07  Pedro Kroger  <kroeger@pedrokroeger.net>
7316
7317         * lily/main.cc: eps listed as a backend.
7318
7319 2005-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7320
7321         * scm/lily-library.scm (print-music-as-book): quote $defaultpaper.
7322
7323 2005-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7324
7325         * lily/include/score.hh (class Score): remove texts_ member.
7326
7327         * lily/beam.cc (set_stem_lengths): force direction callback.
7328         (print): read quantized-positions, so we can force
7329         Beam::set_stem_lengths to occur.
7330         (rest_collision_callback): use common X parent. 
7331
7332 2005-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
7333
7334         * flower/file-path.cc (find): Bugfix: Return name of file found.
7335
7336         * lily/main.cc (setup_paths): Bugfix for argv0 logic.
7337         (setup_paths)[__CYGWIN__ || __MINGW32__]: Normalize argv0.
7338         (setup_paths)[__MINGW32__]: Also look for argv0 + .exe.
7339
7340 2005-11-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7341
7342         * flower/offset.cc: idem.
7343
7344         * mf/*.mf: update email address.
7345
7346         * lily/font-config-scheme.cc:  new file.
7347
7348         * GNUmakefile.in (SUBDIRS): remove debian/ directory.
7349
7350         * lily/*:  cs.uu.nl -> xs4all.nl
7351
7352         * VERSION (PATCH_LEVEL): release 2.7.15
7353
7354         * make/lilypond.mandrake.spec.in (Module): remove Mandrake & Suse
7355         spec files.
7356
7357         * make/lilypond.fedora.spec.in: add %{libdir}/lilypond/
7358
7359 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7360
7361         * GNUmakefile.in: bugfix: encapsulate mkdir && cd in parens.   
7362
7363         * lily/staff-performer.cc (process_music): add audio
7364         elements. This makes MIDI instrument changes work once again.
7365
7366         * lily/main.cc (LY_DEFINE): add gmane address.
7367
7368         * lily/beam.cc: remove calc_positions()
7369
7370         * lily/include/grob.hh (class Grob): move pscore, dim_cache_,
7371         original_ in private scope.
7372         (class Grob): drop pscore_ pointer, change to output_def pointer.
7373         (class Grob): cleanup class definition.
7374
7375         * ly/spanners-init.ly (assertBeamQuant): use make-simple-closure.
7376
7377 2005-11-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7378
7379         * lily/main.cc (setup_paths)[__MINGW32__]: Do not assume argv0 is
7380         absolute.  Better diagnostics.
7381
7382         * GNUmakefile.in: Add bin/ to tree and populate with some links.
7383         This makes lilypond run from the build directory using argv0
7384         relocation (without any --prefix or LILYPONDPREFIX setting).
7385
7386 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7387
7388         * Documentation/topdocs/NEWS.tely (Top): document new backend design.
7389
7390         * scm/define-grobs.scm: purge self-[XY]-offset variables, replace
7391         with simple-closure.
7392
7393         * lily/self-aligment-interface.cc (set_align_self): new function
7394         (set_center_parent): new function.
7395
7396         * lily/side-position-interface.cc (set_axis): new function.
7397
7398         * lily/new-fingering-engraver.cc (position_scripts): use drul for
7399         generic code. 
7400
7401         * scm/define-grob-properties.scm (all-user-grob-properties):
7402         remove [XY]-offset-callbacks add [YX]-offset
7403         
7404 2005-11-02  Mats Bengtsson  <mabe@s3.kth.se>
7405
7406         * scm/define-grobs.scm (all-grob-descriptions): Added space-alist
7407         entry for time signatures after breathing signs. Bug report by
7408         Scott Russell.
7409
7410 2005-11-01  Jan Nieuwenhuizen  <janneke@gnu.org>
7411
7412         * lily/main.cc (setup_paths)[!__MINGW32__]: Bugfix: if argv0 is
7413         not absolute, make it absolute using PATH.
7414
7415 2005-10-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7416
7417         * python/midi.c (initmidi): Fix type for mingw.
7418
7419 2005-10-27  Jan Nieuwenhuizen  <janneke@gnu.org>
7420
7421         * stepmake/stepmake/compile-vars.make (SHARED_FLAGS): Support mingw.
7422
7423         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Detect mingw
7424         cross compiling.
7425
7426         * stepmake/aclocal.m4: Support python cross compiling.
7427
7428         * stepmake/stepmake/python-module-vars.make (SHARED_MODULE_SUFFIX):
7429         Add mingw section.
7430
7431 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7432
7433         * scm/output-lib.scm (chain-grob-member-functions): replace
7434         chained-callback.cc
7435
7436         * lily/chained-callback.cc (Module): remove file.
7437
7438         * lily/rest-collision.cc (force_shift_callback_rest): change to
7439         chained callback.
7440
7441         * lily/rest.cc (y_offset_callback): merge function of 3 callbacks. 
7442
7443         * lily/grob.cc (y_parent_positioning): remove axis argument from
7444         parent_positioning callbacks.
7445         (Grob): junk init code
7446         (get_offset): use generic property callbacks for
7447         X-offset, Y-offset. Remove Grob::{add,has}_offset_callback.
7448         (axis_parent_positioning): new function
7449         (axis_offset_symbol): new function
7450         (chain_offset_callback): new function
7451         (add_offset_callback): new function
7452
7453         * lily/beam.cc (rest_collision_callback): change signature; this
7454         is now a chained callback.
7455
7456         * lily/include/dimension-cache.hh (class Dimension_cache): remove
7457         callback administration.
7458
7459         * lily/simple-closure.cc: new file. Smob type that allows "grob
7460         member functions",
7461
7462             (ly:make-simple-closure FUNC A B)
7463
7464         is evaluated as (FUNC grob A B). This allows chaining of callbacks
7465         in various ways.
7466
7467         * lily/slur-engraver.cc (acknowledge_extra_object): use chained
7468         callbacks.
7469
7470         * lily/slur.cc (outside_slur_callback): take 2 arguments.
7471
7472         * lily/rest.cc (polyphonic_offset_callback): remove.
7473
7474         * lily/script-engraver.cc (try_music): remove bool* argument.
7475
7476         * scm/script.scm (default-script-alist): set quantize-position
7477         appropriately.
7478
7479         * lily/script-engraver.cc: remove follow_into_staff_ special coding. 
7480
7481         * lily/side-position-interface.cc (aligned_side): move staff
7482         position quantization from
7483         Side_position_interface::quantised_position().
7484         (quantised_position): remove
7485         
7486 2005-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7487
7488         * input/regression/beam-quant-standard.ly: reindent, set
7489         debug-beam-quanting to #t.
7490
7491         * lily/beam-concave.cc (calc_concaveness): set concaveness to
7492         10000 if this is a "hard" concave beam.
7493
7494         * lily/beam.cc (calc_least_squares_positions): change from
7495         calc_least_squares_dy
7496         (set_stem_lengths): this is now a chained callback.
7497
7498         * lily/context-property.cc (execute_general_pushpop_property):
7499         bugfix override with procedure should have effect.
7500
7501         * scm/define-grob-properties.scm (all-internal-grob-properties):
7502         remove position-callbacks.
7503
7504         * scm/define-grobs.scm (all-grob-descriptions): use
7505         ly:make-callback-chain for positions property.
7506
7507         * scm/layout-beam.scm (check-quant-callbacks): return list of
7508         chained callbacks.
7509
7510         * scm/lily.scm (type-p-name-alist): add callback-chain
7511
7512         * lily/lily-guile.cc (type_check_assignment): type check failure
7513         is warning not message.
7514
7515         * lily/grob-property.cc (try_callback): walk callback chain if
7516         appropriate.
7517
7518         * lily/chained-callback.cc: new file. new smob type.
7519
7520         * lily/lily-guile.cc (procedure_arity): new function.
7521
7522 2005-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7523
7524         * Documentation/topdocs/INSTALL.texi (Top): add perl flex bison.
7525
7526 2005-10-25  John Mandereau  <john.mandereau@free.fr>
7527  
7528         * Documentation/user/instrument-notation.itely (Figured bass):
7529         describe new features
7530
7531 2005-10-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7532
7533         * lily/beam.cc (calc_least_squares_dy): use property callback.
7534
7535         * lily/beam-concave.cc (calc_concaveness): use property callback.
7536
7537         * ly/paper-defaults.ly: move fixed dimensions from paper.scm 
7538
7539 2005-10-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7540
7541         * HACKING: Update.
7542
7543 2005-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7544
7545         * scm/layout-page-layout.scm (page-headfoot): annotate
7546         pagetopspace too.
7547
7548         * scm/stencil.scm (dimension-arrows): shorten arrowed lines a bit. 
7549
7550         * scm/layout-page-layout.scm (annotate-y-interval): y-annotation
7551         doesn't take y-space.
7552
7553         * scm/paper.scm (paper-alist): fix A7 dimensions. 
7554
7555 2005-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7556
7557         * stepmake/stepmake/generic-vars.make (DIST_FILES): Fix
7558         src-wildcard, remove $(wildcard).
7559
7560         * po/GNUmakefile (PO_FILES): 
7561         * ps/GNUmakefile (PS_FILES): 
7562         * tex/GNUmakefile (TEX_FILES): 
7563         * cygwin/GNUmakefile (POSTINSTALLS):
7564         * vim/GNUmakefile (EXTRA_DIST_FILES): Bugfix: [etags sr?] missed
7565         some wildcard calls.
7566
7567 2005-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7568
7569         * THANKS: add Thomas Bushnell.
7570
7571 2005-10-23  Jan Nieuwenhuizen  <janneke@gnu.org>
7572
7573         * scm/lily.scm: Remove horrendous running-from-gui? kludge.
7574         (lilypond-main): Redirect to gui-main if 'gui is set.
7575
7576         * scripts/midi2ly.py (datadir): Add libdir iso datadir to path,
7577         for alternative installations kludging s/share/lib/g
7578         LILYPONDPREFIX. 
7579
7580         * SConstruct (libdir_package_version): Define.
7581
7582         * python/SConscript: 
7583         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install binary .so
7584         module in libdir.  
7585
7586 2005-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7587
7588         * lily/main.cc: clarify --safe.
7589
7590 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7591
7592         * VERSION: release 2.7.14
7593         
7594         * Documentation/user/*.itely: remove minimumVerticalExtent.
7595
7596         * scm/define-grobs.scm (all-grob-descriptions): remove
7597         RemoveEmptyVerticalGroup
7598
7599         * lily/hara-kiri-engraver.cc (get_spanner): create VerticalAxisGroup.
7600
7601         * lily/include/lily-guile.hh (GUILE_ELLIPSIS): define to get clean
7602         compile on MOSX
7603
7604         * python/convertrules.py (conv): add rules.
7605
7606         * lily/grob.cc: remove is_empty()
7607
7608         * lily/grob-property.cc: remove add_to_list_property().
7609
7610         * scripts/convert-ly.py (datadir): add prefix switching hack to
7611         .py too.
7612
7613         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ily (cresc): remove
7614         space-function tweak.
7615
7616         * lily/grob.cc: remove X-extent-callback / Y-extent-callback.
7617
7618         * scm/define-grob-properties.scm (all-user-grob-properties):
7619         remove callback property.
7620
7621         * lily/include/grob.hh (class Grob): remove property_callbacks_
7622         member. Properties of procedure type are assumed to be callbacks.
7623
7624         * lily/ligature-engraver.cc (override_stencil_callback):
7625         rewrite. Use noteHeadLigaturePrimitive as source.
7626
7627         * scm/define-grob-properties.scm (all-internal-grob-properties):
7628         remove ligature-primitive-callback
7629
7630         * lily/include/dimension-cache.hh (class Dimension_cache): make
7631         class, with Grob as friend.
7632
7633         * lily/grob.cc: remove set_extent_callback(), set_extent() and
7634         has_extent_callback()
7635
7636         * scm/translation-functions.scm (format-new-bass-figure): read
7637         figuredBassPlusDirection
7638
7639         * scm/define-context-properties.scm
7640         (all-user-translation-properties): add figuredBassPlusDirection.
7641
7642         * lily/staff-spacing.cc (next_notes_correction): oops. Init wishes.
7643
7644         * lily/align-interface.cc (set_ordered): new function.
7645
7646         * lily/grob.cc (flush_extent_cache): rewrite.
7647
7648         * lily/dimension-cache.cc (Dimension_cache): cache extent as
7649         Interval pointer directly.
7650
7651         * lily/main.cc (setup_paths): insert extra / .
7652         (setup_paths): junk cff entry.
7653
7654         * lily/font-config.cc (init_fontconfig): only add type1 / otf
7655         directories.
7656
7657         * lily/axis-group-engraver.cc (finalize): remove
7658         extraVerticalExtent, minimumVerticalExtent verticalExtent.
7659
7660         * lily/grob.cc (Grob): don't set extent from ctor.
7661         (extent): use property callbacks. 
7662
7663         * lily/axis-group-interface.cc: remove set_axes() function.
7664
7665         * lily/grob-property.cc (del_property): new function.
7666
7667 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7668
7669         * lily/font-config.cc (init_fontconfig): resurrect mf/out/ check.
7670         
7671 2005-10-20  Jan Nieuwenhuizen  <janneke@gnu.org>
7672
7673         * stepmake/stepmake/script-vars.make (PYTHON_SCRIPTS_IN): Oops.  Add.
7674
7675 2005-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7676
7677         * mf/SConscript: Updates.
7678
7679         * lily/GNUmakefile (OUT_DIST_FILES): Bugfix.
7680
7681         * stepmake/stepmake/*:
7682         * */GNUmakefile:
7683         * config.make.in:
7684         * GNUmakefile.in:
7685         * stepmake/aclocal.m4: Friendlier --srcdir build, allowing `make'
7686         from any directory in build-dir.  Cleanups.
7687
7688         * make/srcdir.make.in: Remove.
7689
7690         * lily/main.cc (setup_paths): Fix and document build-dir hack.
7691
7692         * SConstruct (CheckYYCurrentBuffer): Use TryCompile (there is no
7693         main).
7694
7695         * lily/SConscript: Remove ttftools.
7696
7697         * SConstruct: Resurrect.
7698
7699 2005-10-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7700
7701         * lily/tuplet-bracket.cc (print): use dy iso. positions[RIGHT] for
7702         Y coordinate. 
7703
7704         * lily/paper-book.cc (add_score_title): put Paper_score title into
7705         systems_ list.
7706
7707         * scm/translation-functions.scm (format-new-bass-figure): also
7708         allow plus in combination with _
7709
7710 2005-10-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7711
7712         * VERSION: 2.7.13 released.
7713
7714         * lily/note-collision.cc (check_meshing_chords): don't wipe
7715         stencil, merely set transparent.
7716
7717         * Documentation/topdocs/NEWS.tely (Top): mention John Mandereau. 
7718         (Top): document #'callbacks.
7719         (Top): document nested \override.
7720
7721         * input/regression/figured-bass.ly: update for slash and pluses.
7722
7723         * input/regression/figured-bass-continuation-forbid.ly (Module):
7724         new file.
7725
7726         * scm/translation-functions.scm (format-new-bass-figure): use
7727         slashed-digit if diminished is set.
7728         (format-new-bass-figure): add + if 'augmented is set.
7729
7730         * scm/define-markup-commands.scm (slashed-digit): new command slashed-digit.
7731
7732         * input/test/piano-staff-distance.ly: remove file.
7733
7734         * Documentation/user/advanced-notation.itely (Formatting cue
7735         notes): use length-fraction for making stems/beams smaller.
7736
7737         * lily/parser.yy (bass_figure): accept \+ \! and / as figured bass
7738         modifications.
7739
7740         * lily/new-figured-bass-engraver.cc: new property
7741         centerFiguredBassContinuations
7742
7743         * Documentation/user/changing-defaults.itely (Difficult tweaks):
7744         use callbacks.
7745
7746         * lily/context-property.cc (execute_general_pushpop_property):
7747         robustness checks.
7748
7749         * input/regression/override-nest.ly: new file.
7750
7751         * python/convertrules.py (FatalConversionError.subber): conversion
7752         rule for #'callbacks
7753
7754         * input/regression/override-nest.ly: new function.
7755
7756         * lily/parser.yy (music_property_def): allow \override #'a #'b =
7757         #c too. 
7758
7759         * lily/context-property.cc (lookup_nested_property): new function.
7760         (evict_from_alist): new function.
7761         (general_pushpop_property): new function.
7762         (execute_general_pushpop_property): rewrite. Support nested
7763         properties too.
7764
7765 2005-10-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7766
7767         * lily/beam.cc: use length-fraction too.
7768
7769         * scm/define-grob-properties.scm (all-user-grob-properties):
7770         remove property flag-width-function
7771         (all-user-grob-properties): remove space-function.
7772
7773         * scm/layout-beam.scm: remove flag-width-function.
7774
7775         * lily/beam.cc: remove flag-width-function
7776
7777         * scm/layout-beam.scm: remove beam dir functions.
7778
7779         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): use length-fraction.
7780
7781         * lily/stem.cc (calc_length): multiply with length_fraction. Makes
7782         for easier grace tweaks.
7783
7784         * lily/beam.cc: remove dir-function.
7785
7786         * lily/system.cc (pre_processing): use callback to trigger spacing procedures.
7787
7788         * lily/grob.cc: remove spacing-procedure.
7789
7790         * lily/note-head.cc (calc_stem_attachment): new function.
7791         (internal_print): use callback to get glyph-name.
7792
7793         * lily/grob-property.cc (get_interfaces): new function.
7794
7795         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-interfaces
7796
7797         * lily/stem.cc (calc_stem_end_position): new function.
7798         (calc_length): new function.
7799         document details for stem.
7800         remove Stem::get_direction()
7801
7802         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-set-callback! 
7803
7804         * lily/grob-property.cc (set_callback): new function.
7805
7806         * lily/script-engraver.cc (make_script_from_event): don't trigger callback.
7807
7808         * lily/item-scheme.cc: new file.
7809
7810         * lily/bar-line.cc (before_line_breaking): remove function.
7811         remove bar-size-procedure, break-glyph-function
7812
7813         * lily/clef-engraver.cc (set_glyph): use glyph iso. glyph-name
7814
7815         * lily/clef.cc (before_line_breaking): change to calc_glyph_name.
7816
7817         * lily/system-start-delimiter.cc (print): suicide from
7818         here. Remove after_line_breaking_callback.
7819
7820         * lily/script-interface.cc (calc_direction): use callback for direction.
7821
7822         * lily/side-position-interface.cc (aligned_side): don't use
7823         Side_position_interface::get_direction directly. Use callback. 
7824
7825         * lily/grob.cc (get_stencil): simplify: use callback mechanism to
7826         calculate stencil.
7827         (get_print_stencil): rename from get_stencil: create stencil with
7828         transparency, color and cause. 
7829
7830         * scm/define-grobs.scm: change print-function to stencil callback everywhere.
7831
7832         * python/convertrules.py (conv): insert temporary warning rule.
7833
7834         * lily/multi-measure-rest.cc (set_text_rods): use stencil directly.
7835
7836         * lily/grob-property.cc (try_callback): remove marker if applicable.
7837
7838         * lily/grob.cc: elucidate doc about after/before-line-breaking
7839
7840         * lily/slur-scoring.cc (enumerate_attachments): robustness fix.
7841
7842         * lily/stem.cc (height): idem.
7843
7844         * lily/stem-tremolo.cc: idem.
7845
7846         * lily/slur.cc (height): don't use get_uncached_stencil()
7847
7848         * lily/rest.cc (y_offset_callback): use offset callback
7849         iso. after-line-breaking callback.
7850
7851         * lily/grob.cc: change after/before-line-breaking-callback to
7852         after/before-line-breaking dummy properties.
7853
7854         * lily/include/grob.hh: remove Grob_status.
7855
7856         * scm/define-context-properties.scm
7857         (all-user-translation-properties): remove verticalAlignmentChildCallback
7858
7859         * lily/tuplet-bracket.cc: use positions property iso. left,right-position.
7860         (calc_direction): use callback
7861         (calc_positions): use callback.
7862
7863         * lily/tie.cc (calc_direction): use callback. Only call parent
7864         positioning for more than one tie.
7865
7866         * lily/tie-column.cc (calc_positioning_done): use callback
7867
7868         * lily/slur-scoring.cc (calc_control_points): use callback
7869
7870         * lily/slur.cc (calc_direction): use callback.
7871
7872         * lily/note-collision.cc (force_shift_callback): remove.
7873
7874         * lily/dot-column.cc (force_shift_callback): remove. Use
7875         other_axis_parent_positioning.
7876
7877         * lily/grob.cc (other_axis_parent_positioning): new function.
7878         (same_axis_parent_positioning): new function
7879
7880         * lily/align-interface.cc (alignment_callback): remove function.
7881
7882         * lily/note-collision.cc (calc_positioning_done): use callback.
7883
7884         * lily/laissez-vibrer-tie.cc (calc_control_points): use callback.
7885         (calc_direction): idem.
7886         remove print function.
7887
7888         * lily/laissez-vibrer-tie-column.cc (calc_positioning_done): use callback.
7889
7890         * lily/dot-column.cc (calc_positioning_done): use callback.
7891
7892         * lily/break-align-interface.cc (calc_positioning_done): use callback.
7893
7894         * lily/beam.cc (calc_direction): use pseudo-property for beam
7895         direction callback.
7896         (calc_positions): use callback 
7897
7898         * lily/align-interface.cc (calc_positioning_done): use
7899         callback. Fold fixed  distance and normal alignment in one function.
7900
7901         * lily/stem.cc (calc_stem_end_position): use callback.
7902         (calc_positioning_done): idem.
7903         (calc_direction): idem.
7904         (calc_stem_end_position): idem
7905         (calc_stem_info): idem.
7906
7907         * lily/grob-property.cc (get_property_data): new function: 
7908         (try_callback): new function.
7909
7910         * scm/define-grob-properties.scm (all-user-grob-properties): doc
7911         callbacks property.
7912
7913         * lily/break-align-interface.cc: remove Break_align_interface::alignment_callback.
7914
7915 2005-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7916
7917         * lily/tie.cc (get_position): robustness fix. Don't crash if a
7918         tie
7919         has no heads.
7920         
7921         * lily/include/*.hh (Module): compile fixes.
7922
7923 2005-10-14  Heikki Junes <hjunes@cc.hut.fi>
7924
7925         * elisp/lilypond-font-lock.el, elisp/lilypond-indent.el: Avoid nil 
7926         as an argument for char-syntax: use (char-syntax (or nil 0)) 
7927         instead of (char-syntax nil), thanks to Milan Zamazal.
7928
7929 2005-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7930
7931         * make/lilypond.fedora.spec.in (Group): add lilypond-internals to
7932         dist.
7933
7934         * lily/tuplet-bracket.cc: check columns of bounds, not bounds
7935         themselves.
7936
7937 2005-10-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7938
7939         * flower/include/virtual-methods.hh (VIRTUAL_COPY_CONSTRUCTOR):
7940         add class_name() method.
7941
7942         * lily/music-scheme.cc: remove ly:music-name.
7943
7944 2005-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7945
7946         * cygwin/postinstall-lilypond.sh: Remove cruft.
7947
7948         * cygwin/postremove-lilypond.sh: Remove.
7949
7950         * cygwin/GNUmakefile (default): Remove postremove rules.
7951
7952 2005-10-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7953
7954         * ly/titling-init.ly (evenHeaderMarkup): use space in header on
7955         even header too.
7956         
7957         * scm/define-markup-commands.scm (wordwrap-string): bugfix for
7958         MacOS 9 users.
7959
7960         * lily/hara-kiri-group-spanner.cc (consider_suicide): only
7961         consider break index for broken spanner.
7962
7963         * scm/define-markup-commands.scm (wordwrap-string): remove \r
7964         characters from string before splitting.
7965
7966 2005-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7967
7968         * scm/framework-ps.scm (output-preview-framework): use
7969         is-book-title to determine whether to chop off the booktitle.
7970
7971         * lily/paper-book.cc (systems): init from book-title-properties
7972         (add_score_title): init score-title-properties.
7973
7974         * ly/paper-defaults.ly: add {score,book}-title-properties.
7975
7976         * scm/document-backend.scm (lookup-interface): error message if
7977         using unknown interface.
7978
7979         * lily/volta-bracket.cc (after_line_breaking): new function. Set
7980         edge-height.
7981
7982         * lily/horizontal-bracket.cc (make_enclosing_bracket): rename from
7983         make_bracket.
7984         (make_bracket): new function.
7985
7986         * scm/lily.scm (define-scheme-options): add paper-size option.
7987
7988         * ly/declarations-init.ly (laissezVibrer): get paper size from
7989         -dpaper-size
7990
7991         * scm/translation-functions.scm: use \fontsize for changing the
7992         fontsize.
7993
7994         * scm/define-grobs.scm (all-grob-descriptions): set
7995         between-length-limit to 1.0
7996
7997         * lily/tie-helper.cc: add between_length_limit_ detail property.
7998
7999         * mf/feta-bolletjes.mf: typos.
8000
8001         * lily/note-head.cc (internal_print): don't shadow idx
8002         parameter. This fixes wrong attachment for do shape heads.
8003
8004 2005-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8005
8006         * scm/parser-ly-from-scheme.scm: rename from ly-from-scheme.scm
8007
8008         * scm/parser-clef.scm (supported-clefs): rename from clef.scm
8009
8010         * scm/layout-slur.scm: rename from slur.scm
8011
8012         * scm/layout-page-layout.scm: rename from page-layout.scm
8013
8014         * scm/layout-beam.scm: rename from beam.scm
8015
8016         * scm/define-grob-interfaces.scm (bass-figure-interface): add
8017         bass-figure-interface
8018
8019         * lily/new-figured-bass-engraver.cc (process_music): add
8020         implicitBassFigures property.
8021         
8022         * scm/define-markup-commands.scm (pad-x): new markup.
8023
8024         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set
8025         minimumVerticalExtent on FiguredBass context.
8026
8027         * lily/figured-bass-continuation.cc (center_on_figures): kludge in
8028         case the continuation crosses a line break.
8029
8030 2005-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
8031
8032         * flower/file-name.cc (dos_to_posix)[__CYGWIN__]: Return
8033         unconverted value if cygwin_conv_to_posix_path () fails.  Fixes
8034         absolute file name bug.  
8035
8036 2005-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8037
8038         * VERSION (PACKAGE_NAME): release 2.7.12
8039
8040         * input/regression/figured-bass-continuation-center.ly: new file.
8041
8042         * input/regression/beam-outside-beamlets.ly: new file.
8043
8044         * lily/beam.cc (set_beaming): don't clip edges.
8045         (connect_beams): don't clip edges.
8046
8047         * lily/beaming-info.cc (clip_edges): new function.
8048
8049         * lily/enclosing-bracket.cc (struct Enclosing_bracket): new file.
8050
8051         * Documentation/user/instrument-notation.itely (Figured bass):
8052         demonstrate extenders, update seealso links.
8053
8054         * scm/titling.scm (marked-up-headfoot): change tagline
8055         handling. tagline = ##f will blank the tagline as well.
8056
8057 2005-10-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8058
8059         * Documentation/topdocs/NEWS.tely: add entry for Figured bass.
8060
8061         * lily/new-figured-bass-engraver.cc (struct
8062         New_figured_bass_engraver): add new_music_found_ member.
8063
8064         * lily/lilypond-version.cc (Lilypond_version): deal with
8065         incorrectly formatted version strings. 
8066
8067         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): switch on
8068         New_figured_bass_engraver by default.
8069
8070         * lily/ttf.cc (print_trailer): only define glyph names when
8071         FT_Face has FT_FACE_FLAG_GLYPH_NAMES
8072
8073 2005-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8074
8075         * lily/horizontal-bracket.cc (make_bracket): new function.
8076
8077         * scm/define-grobs.scm (all-grob-descriptions): new grobs
8078         NewBassFigure, BassFigureBracket, BassFigureContinuation,
8079         BassFigureLine, BassFigureAlignment
8080
8081         * lily/new-figured-bass-engraver.cc (process_music): new file.
8082
8083         * lily/figured-bass-continuation.cc: new file.
8084
8085         * lily/include/horizontal-bracket.hh (struct Horizontal_bracket):
8086         new file.
8087
8088 2005-10-04  Mats Bengtsson  <mabe@s3.kth.se>
8089
8090         * scripts/lilypond-book.py: Bug fix, put the quote around the
8091         actual score for LaTeX documents.
8092
8093         * scm/define-grobs.scm (all-grob-descriptions): Change
8094         collapse-height of the SystemStartBracket grob to 5.0, 
8095         so the bracket disappears for single stave score lines (similarly
8096         to SystemStartBraces). 
8097
8098         * Documentation/user/advanced-notation.itely (Polymetric
8099         notation): Clarify the use of compressMusic.
8100
8101         * Documentation/user/basic-notation.itely (Grace notes): Clarify
8102         that the grace spacer note in other staves need the same duration
8103         and document the stroke-style property.
8104
8105 2005-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8106
8107         * Documentation/user/global.itely (Vertical spacing): document
8108         alignment-extra-space and fixed-alignment-extra-space.
8109
8110         * Documentation/topdocs/NEWS.tely (Top): add entry.
8111
8112         * input/regression/alignment-vertical-spacing.ly: new file.
8113
8114         * python/convertrules.py (conv): add rule.
8115
8116         * ly/music-functions-init.ly: rename outputProperty to overrideProperty
8117
8118         * lily/align-interface.cc (stretch_after_break): new
8119         function. Read fixed-alignment-extra-space property.
8120         (align_elements_to_extents): read alignment-extra-space property.
8121
8122         * lily/lily-guile.cc (robust_scm2dir): new function.
8123
8124         * scm/page-layout.scm (page-headfoot): annotate headsep and footsep.
8125         (annotate-space-left): new function. Annotate space left on page. 
8126         (annotate-y-interval): new function.
8127         (paper-system-annotate-last): new function. Annotate bottom-space.
8128
8129         * mf/feta-beugel.mf (y): 
8130
8131 2005-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8132
8133         * VERSION (PACKAGE_NAME):  release 2.7.11
8134
8135         * scm/lily-library.scm (interval-translate): new function
8136         (interval-center): new function. 
8137
8138         * scm/page-layout.scm (paper-system-annotate): new function. Add
8139         arrows for dimensions.
8140  
8141         * scm/stencil.scm (dimension-arrows): new function.
8142
8143         * Documentation/user/global.itely (Vertical spacing): mention annotatespacing
8144
8145         * input/regression/page-spacing.ly: add annotatespacing
8146
8147         * lily/paper-system-scheme.cc (LY_DEFINE): remove ly:paper-system-{extent,stencil}
8148         (LY_DEFINE): new function ly:paper-system-set-property!
8149
8150         * Documentation/user/global.itely (Paper size): explain how to add
8151         sizes.
8152
8153         * scm/paper.scm (paper-alist): rename tabloid paper to 11x17 to
8154         correspond to GS's definition.
8155
8156         * lily/tuplet-bracket.cc (after_line_breaking): suicide empty
8157         tuplet bracket.
8158         (print): only connect to next bracket if the next one is alive.
8159         (print): set padding to 0.0 if the bound is a breakable
8160         column. This makes tupletFullLength brackets reach up to the staff
8161         line if it doesn't connect to the next line.
8162
8163 2005-09-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8164
8165         * lily/bar-number-engraver.cc: correct docs.
8166
8167         * scm/output-lib.scm (first-bar-number-invisible): rename from
8168         default-bar-number-visibility
8169
8170 2005-09-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8171
8172         * scm/define-music-properties.scm (all-music-properties): remove
8173         predicate property.
8174
8175 2005-09-28  Heikki Junes  <hjunes@cc.hut.fi>
8176
8177         * po/fi.po: refresh.
8178
8179 2005-09-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8180
8181         * input/regression/hara-kiri-pianostaff.ly (disappear): remove
8182         superfluous s1.
8183         (disappear): bugfix.
8184
8185         * lily/stem-tremolo.cc (raw_stencil): read slope property.
8186
8187         * lily/include/paper-system.hh (class Paper_system): remove
8188         staff_extents_ member.
8189
8190         * lily/paper-system-scheme.cc (LY_DEFINE): remove.
8191
8192         * lily/include/paper-system.hh (class Paper_system): remove
8193         number_ variable. Remove is_title_. Remove break_before_penalty_
8194
8195         * lily/paper-book.cc (systems): use 'number property iso. number_
8196         member.
8197
8198         * lily/paper-system-scheme.cc: remove ly:paper-system-break-before-penalty
8199         remove ly:paper-system-number.
8200
8201         * scm/lily-library.scm (paper-system-title?): new function.
8202
8203         * lily/book.cc (process): bugfix: flip ?: cases. 
8204
8205         * Documentation/user/changing-defaults.itely (Difficult tweaks):
8206         add outputProperty.
8207
8208         * ly/music-functions-init.ly: add outputProperty music function.
8209
8210         * scm/paper.scm (set-paper-dimension-variables): add pagetopspace
8211
8212         * scm/page-layout.scm (ly:optimal-page-breaks): read next-space
8213         and next-padding.
8214         (optimal-page-breaks): rename from ly:optimal-page-breaks.
8215
8216         * lily/paper-system-scheme.cc (LY_DEFINE): new function.
8217
8218         * lily/paper-system.cc (internal_get_property): new function.
8219
8220         * Documentation/user/global.itely (Vertical spacing): refer to
8221         page-spacing.ly
8222
8223         * scm/page-layout.scm (ly:optimal-page-breaks): add support for
8224         pagetopspace
8225
8226         * input/regression/page-spacing.ly: new file.
8227
8228         * input/regression/page-top-space.ly: new file.
8229
8230         * lily/spacing-spanner.cc: cmath -> math.h
8231
8232         * lily/paper-system.cc (read_left_bound): new function. Read
8233         line-break-system-details from left bound to determine extents.
8234  
8235         * Documentation/user/programming-interface.itely (Using LilyPond
8236         syntax inside Scheme): change applyxxx -> applyXxx.
8237
8238         * ly/music-functions-init.ly: add outputProperty music function.
8239
8240         * lily/parser.yy (Generic_prefix_music_scm): add scm-scm-scm signature.
8241
8242         * lily/grob-scheme.cc (LY_DEFINE): add ! to ly:grob-suicide! name.
8243
8244         * python/convertrules.py (conv): rule
8245
8246         * ly/music-functions-init.ly: applyxxx -> applyXxx
8247
8248         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): alias
8249         TabVoice to Voice.
8250
8251 2005-09-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8252
8253         * flower/include/real.hh: include <math.h> iso. <cmath>
8254
8255         * flower/include/offset.hh: include real.hh
8256
8257 2005-09-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8258
8259         * Documentation/user/changing-defaults.itely (Difficult tweaks):
8260         fix example, now that 'interfaces is no longer directly available.
8261
8262         * lily/book.cc (process): don't crash if paper == NULL.
8263
8264         * po/fr.po: update.
8265
8266 2005-09-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8267
8268         * scm/define-music-types.scm (music-descriptions): set length and
8269         start-callback for QuoteMusic
8270
8271 2005-09-15  Mats Bengtsson  <mabe@s3.kth.se>
8272
8273         * lily/tie.cc (get_configuration): Replace fabs -> abs for integer
8274         arguments. Fixes compilation error with gcc 3.3.
8275
8276 2005-09-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8277
8278         * VERSION: release 2.7.10
8279
8280         * stepmake/stepmake/python-module-rules.make
8281         ($(outdir)/%$(SHARED_MODULE_SUFFIX)): SHARED_FLAGS at the end.  
8282
8283         * lily/*.cc: remove <cmath> everywhere. <cmath> is included from
8284         real.hh
8285
8286 2005-09-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8287
8288         * stepmake/stepmake/c++-vars.make (#EXTRA_CXXFLAGS): don't add
8289         -Werror. Otherwise GCC barfs over various optimizations.
8290
8291         * scm/define-grob-properties.scm (all-internal-grob-properties):
8292         add note-head property
8293
8294         * Documentation/user/instrument-notation.itely (Laissez vibrer
8295         ties): new node.
8296
8297         * input/regression/laissez-vibrer-ties.ly: new file.
8298
8299         * lily/laissez-vibrer-engraver.cc: new file.    
8300
8301         * lily/include/tie-column-format.hh: new file.
8302
8303         * lily/tie-column-format.cc: new file. 
8304
8305         * lily/tie-column.cc (set_manual_tie_configuration): new function.
8306
8307         * lily/laissez-vibrer-tie.cc: new file.
8308
8309         * lily/include/laissez-vibrer-tie.hh: new file.
8310
8311         * ly/engraver-init.ly: add Laissez_vibrer_engraver
8312
8313         * ly/declarations-init.ly (laissezVibrer): add \laissezVibrer
8314
8315         * scm/define-grobs.scm (all-grob-descriptions): add
8316         LaissezVibrerTie, LaissezVibrerTieColumn
8317
8318         * lily/tie-column.cc (set_tie_config_directions): new function
8319         (final_shape_adjustment): new function.
8320         (shift_small_ties): new function.
8321
8322         * scm/define-music-types.scm (music-descriptions): add LaissezVibrerEvent
8323
8324         * lily/include/tie.hh (struct Tie_details): add x_gap_
8325         (struct Tie_configuration): add head_position_
8326
8327         * lily/tie-column.cc (set_chord_outline): new function.
8328
8329         * mf/cmr.enc.in:  remove file.
8330
8331 2005-09-11  Graham Percival  <gpermus@gmail.com>
8332
8333         * Documentation/user/examples.itely: typo fix.  Thanks, Matevž
8334
8335 2005-09-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8336
8337         * mf/feta-banier.mf: make vertical stem 1/2 stemthickness wide to
8338         reduce aliasing effects.
8339
8340         * lily/tie-column.cc (set_chord_outlines): bugfix: insert complete
8341         box in skyline.
8342
8343 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8344
8345         * lily/tie.cc (get_configuration): don't crash if left_dot is NULL.
8346
8347         * flower/include/real.hh: std::fabs too.
8348
8349 2005-09-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8350
8351         * Documentation/user/lilypond.tely: Spell Baßtuba in UTF-8 (Werner). 
8352
8353         * lily, flower: Include C++ iso C headers.  Import namespace std
8354         throughout.
8355
8356         * lily/side-position-interface.cc: 
8357         * lily/scm-hash.cc: 
8358         * lily/note-head.cc: 
8359         * lily/include/includable-lexer.hh: 
8360         * flower/include/string-data.icc: Remove using std::*.
8361
8362         * lily, flower: Include C++ iso C headers.  Import namespace std
8363         throughout.
8364
8365         * lily/side-position-interface.cc: 
8366         * lily/scm-hash.cc: 
8367         * lily/note-head.cc: 
8368         * lily/include/includable-lexer.hh: 
8369         * flower/include/string-data.icc: Remove using std::*.
8370
8371         * Documentation/user/instrument-notation.itely (Entering lyrics):
8372         Multiple latin-1->utf-8 conversion fix.
8373
8374         * Documentation/user/*tely: Update Emacs cookie to utf-8.
8375
8376 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8377
8378         * lily/tie.cc (get_configuration): also avoid dots for non-space
8379         situations.
8380
8381 2005-09-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8382
8383         * Documentation/user/instrument-notation.itely: Bugfix.
8384
8385 2005-09-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8386
8387         * tex/GNUmakefile: don't install texinfo.tex
8388
8389         * tex/ : cleanup: remove unused files.
8390
8391         * lily/general-scheme.cc: remove my_{isinf,isnan}.
8392
8393         * flower/include/real.hh: using std::{isnan,isinf}
8394         
8395         * VERSION (PATCH_LEVEL): release 2.7.9
8396
8397 2005-09-05  Graham Percival  <gpermus@gmail.com>
8398
8399         * Documentation/user/ instrument-notation.itely,
8400         advanced-notation.itely: minor tweaks.
8401
8402         * input/test/script-chart.ly: add item padding.
8403
8404 2005-09-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8405
8406         * flower/offset.cc: use math.h iso. <cmath>
8407
8408         * scm/ps-to-png.scm (make-ps-images): use png16m again, for sake
8409         of IE users.
8410
8411         * scm/framework-eps.scm (dump-stencils-as-EPSes): cleanup.
8412         (widen-left-stencil-edges): new function. Fix alignment problems
8413         with LaTeX includegraphics.
8414
8415         * lily/text-interface.cc (interpret_markup): use abort().
8416
8417 2005-09-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8418
8419         * input/regression/tie-chord.ly (testLong): add a chord in 4ths
8420
8421         * lily/tie.cc (get_configuration): update bezier shape as we
8422         change Y positions.
8423         (get_configuration): don't move large ties if we're outside of the
8424         staff.
8425
8426 2005-09-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8427
8428         * scm/define-markup-commands.scm (strut): swap X and Y dims.
8429         
8430 2005-09-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8431
8432         * .cvsignore: Add auto-generated configure files and then some.
8433
8434 2005-09-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8435
8436         * scm/define-grobs.scm (DynamicLineSpanner): Add
8437         X-extent-callback.  Fixes hairpin-slur collision.
8438
8439 2005-08-31  Graham Percival  <gpermus@gmail.com>
8440
8441         * Documentation/user/advanced-notation.itely,
8442         basic-notation.itely: minor changes.
8443
8444 2005-08-31  Mats Bengtsson  <mabe@s3.kth.se>
8445
8446         * scm/framework-eps.scm (dump-stencils-as-EPSes): Insert a
8447         \linebreak between each .eps file if \betweenLilyPondSystem is
8448         undefined. 
8449
8450         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
8451         music): Document the \linebreak
8452
8453         * Documentation/user/lilypond-book.itely,
8454         input/tutorial/lbook-latex-test.tex,
8455         Documentation/user/examples.itely: Remove \usepackage{graphics}
8456
8457 2005-08-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8458
8459         * mf/aybabtu.pe.in (i): don't merge alphabet into aybabtu.
8460
8461         * lily/ly-module.cc (make_stand_in_procs_weak): 1.6.4 and earlier
8462         compat bugfix.
8463
8464         * scripts/lilypond-book.py (PREAMBLE_LY): define
8465         inside-lilypond-book
8466         (modify_preamble): new function. Insert \RequirePackage{graphics}
8467         when no {graphics found in preamble.  
8468
8469 2005-08030  Graham Percival  <gpermus@gmail.com>
8470
8471         * Documentation/user/basic-notation.itely, global.itely,
8472         tutorial.itely: misc small changes.
8473
8474 2005-08-30  Jan Nieuwenhuizen  <janneke@gnu.org>
8475
8476         * stepmake/aclocal.m4: Include MY_PATCH_LEVEL in config.make's
8477         VERSION.
8478
8479 2005-08-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8480
8481         * lily/tie-column.cc (new_directions): put Tie down on center
8482         staff line. 
8483
8484         * lily/script-interface.cc (before_line_breaking): use
8485         Grob::programming_error
8486
8487         * scm/ps-to-png.scm (make-ps-images): use pngalpha device.
8488
8489         * scripts/lilypond-book.py (get_latex_textwidth): oops. Take [0]
8490         of splitext.
8491
8492 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8493
8494         * VERSION (PACKAGE_NAME): VERSION release 2.7.8
8495
8496 2005-08-29  Werner Lemberg  <wl@gnu.org>
8497
8498         * mf/GNUmakefile: Add `-f' flag to `rm' command while removing
8499         the `*.scale.pfa' files to avoid warnings.
8500
8501 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8502
8503         * lily/tempo-performer.cc (process_music): idem.
8504
8505         * lily/midi-def.cc (get_tempo): Rational to int conversion bug.
8506
8507 2005-08-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8508
8509         * Documentation/user/advanced-notation.itely (Text markup): not a
8510         fragment.
8511
8512         * lily/midi-item.cc (to_string): use to_int() iso. int cast.
8513
8514         * lily/staff-performer.cc (initialize): add tempo/name to
8515         audio_staff_
8516
8517
8518 2005-08-26  Graham Percival  <gpermus@gmail.com>
8519
8520         * Documentation/user/advanced.itely: add text-only example.
8521
8522         * Documentation/user/invoking.itely: add index entries for
8523         convert-ly.
8524
8525         * Documentation/user/ tutorial.itely, basic-notation.itely:
8526         small fixes suggested by Steve D.  Thanks!
8527
8528 2005-08-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8529
8530         * input/regression/markup-bidi-pango.ly: new file.
8531
8532         * lily/pango-font.cc (pango_item_string_stencil): make Mingw code
8533         standard. Remove #ifdef. Remove memleak.
8534         (text_stencil): use text_dir to decide how to composite items.
8535         (text_stencil): determine uniform text direction for the entire
8536         string.
8537
8538         * scripts/lilypond-book.py (output_name): remove
8539         latex_filter_cmd. Non-portable to non-Unix systems. 
8540         (get_latex_textwidth): use File.write and os.unlink() instead.
8541
8542         * THANKS: add Vicente & Trevor.
8543
8544         * lily/grob.cc (discretionary_processing): look up origin for
8545         programming_error too. 
8546
8547         * input/regression/tie-broken.ly: new file.
8548
8549         * lily/tie-column.cc (set_chord_outlines): set outline for line
8550         break case too.
8551         
8552 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8553
8554         * lily/pango-font.cc (text_stencil): don't translate glyphs in
8555         unscaled transform, just translate stencils.
8556
8557         * ly/performer-init.ly: init timing to #t.  Fixes bar checks in
8558         MIDI.
8559
8560         * scm/define-markup-commands.scm (wordwrap-string): use
8561         text-direction
8562         (wordwrap-stencils): idem.
8563         (line): idem.
8564         (fill-line): idem.
8565         (wordwrap-stencils): translate last line to right for
8566         text-direction = LEFT.
8567
8568         * scm/define-grob-properties.scm (all-user-grob-properties): add
8569         text-direction.
8570
8571 2005-08-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8572
8573         * lily/lily-parser.cc (Lily_parser): also copy output_basename_
8574         when copying a Lily_parser object.
8575
8576 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8577
8578         * scm/define-markup-commands.scm (null): add null markup.
8579
8580 2005-08-25  Mats Bengtsson  <mabe@s3.kth.se>
8581
8582         * lily/item.cc: Add documentation of center-invisible
8583
8584 2005-08-24  Graham Percival  <gpermus@gmail.com>
8585
8586         * Documentation/user/advanced-notation.itely: add info about
8587         raising text.
8588
8589         * Documentation/user/programming-interface.itely: fix example
8590         involving raised text.
8591
8592 2005-08-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8593
8594         * lily/beam.cc (print): fix X start/end points of isolated
8595         beamlets.
8596
8597         * scm/output-ps.scm (grob-cause): escape spaces in URLs.
8598
8599         * lily/multi-measure-rest.cc (set_text_rods): new function.
8600
8601         * lily/vertical-align-engraver.cc (process_music): call
8602         Align_interface::set_axis(). This forces #'elements to be ordered,
8603         preventing random vertical reordering of staves.
8604
8605         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
8606         add avoid-slur property. 
8607
8608         * Documentation/user/basic-notation.itely (Measure repeats): add
8609         countPercentRepeats example.
8610
8611         * Documentation/user/advanced-notation.itely (Other text markup
8612         issues): remove remark about normal-font.  We have \normal-text
8613
8614         * input/regression/tie-chord.ly: add note about remaining bugs.
8615
8616         * lily/tie.cc (print): try Tie_column::set_directions () if
8617         control-points not yet defined.
8618
8619 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8620
8621         * lily/system-start-delimiter.cc (staff_brace): don't remove brace
8622         extent. This fixes braces falling out of the EPS bbox.
8623
8624         * mf/feta-beugel.mf (braces_per_font): make brace glyph align
8625         exactly to bbox.
8626
8627 2005-08-23  Graham Percival  <gpermus@gmail.com>
8628
8629         * {various} : change #up->#UP and #down->#DOWN.
8630
8631         * ly/titling-init.ly: Spacing fix when using printallheaders=##t.
8632
8633         * Documentation/user/advanced-notation.itely: clarify
8634         what objects handles text on a multimeasure rest.
8635
8636 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8637
8638         * VERSION (PATCH_LEVEL): release 2.7.7
8639
8640 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8641
8642         * make/lilypond-vars.make: set -dgs-font-load for "make web" 
8643
8644         * Documentation/topdocs/INSTALL.texi (Top): add GS bugfix requirement.
8645
8646         * input/regression/*.ly: formatting clean-up. Default layout
8647         before music expression.
8648
8649         * input/mutopia/R.Schumann/GNUmakefile (examples): switch off
8650         romanze28-2 example.
8651
8652         * scm/ps-to-png.scm: remove dir-re function.
8653         (make-ps-images): generate page names, instead of globbing them.
8654         This brings down LilyPond memory usage for make web by a factor
8655         10. 
8656
8657         * scripts/lilypond-book.py (Lilypond_snippet.png_is_outdated):
8658         don't use glob. With 3000 files, globbing
8659         Documentation/user/out-www/ can take too much time. 
8660         
8661         * lily/lily-guile.cc (gulp_file_to_string): take size argument.
8662
8663         * lily/general-scheme.cc (LY_DEFINE): take optional size argument.
8664
8665         * input/regression/tie-manual.ly: new file
8666
8667         * input/regression/tie-chord.ly: update.
8668
8669         * flower/include/interval.hh (struct Interval_t): 
8670
8671         * lily/tie.cc (distance): new function 
8672         (height): new function.
8673         (init): new function
8674         (Tie_details): new struct.
8675
8676         * lily/skyline.cc (skyline_height): new function.
8677
8678         * lily/tie-column.cc (set_chord_outlines): new function.
8679         (new_directions): read tie-configuration
8680
8681         * lily/skyline.cc: fix ASCII art.
8682         
8683 2005-08-22  Mats Bengtsson  <mabe@s3.kth.se>
8684
8685         * python/convertrules.py (string_or_scheme): Fix spelling error
8686
8687 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8688         
8689         * lily/tie-column.cc (set_directions): set directions only once.
8690         (add_configuration): new function.
8691
8692         * lily/tie.cc (set_control_points): new function
8693
8694         * lily/tie-column.cc (new_directions): new function.
8695
8696         * ly/music-functions-init.ly: set 'pitch property
8697         iso. trill-pitch. This makes \relative work with \pitchedTrill
8698
8699         * lily/tie.cc (get_configuration): new function. Don't generate
8700         control points, rather, generate configuration.
8701         remove head-pair property.
8702
8703         * lily/include/tie.hh (struct Tie_configuration): new struct.
8704
8705 2005-08-22  Heikki Junes  <hjunes@cc.hut.fi>
8706
8707         * Documentation/topdocs/NEWS.tely: clarify.
8708
8709 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8710
8711         * lily/tie.cc: remove minimum-length
8712
8713         * scm/define-grob-properties.scm (all-user-grob-properties):
8714         remove staffline-clearance, y-offset 
8715
8716         * input/regression/tie-dots.ly (Module): remove.
8717
8718         * lily/tie.cc (get_control_points): rewrite. Put short ties in
8719         staff-spaces, make long ties cross staff lines. Avoid flags and dots.
8720
8721         * input/regression/tie-single.ly: new file.
8722
8723 2005-08-21  Graham Percival  <gpermus@gmail.com>
8724
8725         * ly/bagpipe.ly: fix compile problem.
8726
8727 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8728
8729         * lily/midi-item.cc (name): new method.
8730
8731         * lily/staff-performer.cc (acknowledge_audio_element): use
8732         signature of baseclass.
8733
8734         * lily/engraver-group.cc (do_announces): move recursion call out
8735         of while loop. 
8736
8737         * lily/drum-note-performer.cc (class Drum_note_performer): use
8738         process_music everywhere.
8739
8740         * ly/performer-init.ly: add default children everywhere.
8741
8742         * lily/paper-book.cc (output): call paper-book-write-midis
8743         directly: always write MIDI, even if no \layout {} block. 
8744
8745 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8746
8747         * VERSION (PACKAGE_NAME): release 2.7.6
8748
8749         * lily/percent-repeat-engraver.cc (try_music): don't print warning
8750         about not being able to handle repeat.
8751
8752 2005-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
8753
8754         * Documentation/user/examples.itely (Piano templates):
8755         * lily/include/performer-group.hh: Remove last traces of
8756         Performer_group_performer.  Fixes make web.
8757
8758 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8759
8760         * Documentation/user/examples.itely (Piano templates): change
8761         Engraver_group_engraver -> Engraver_group
8762
8763         * lily/ly-module.cc (make_stand_in_procs_weak): only kludge if
8764         scm_stand_in_procs is not weak_any.
8765
8766         * lily/volta-bracket.cc (print): don't use strcmp().
8767
8768         * lily/volta-engraver.cc (process_music): use
8769         Text_interface::is_markup() for setting the 'text property of the
8770         volta bracket.
8771
8772         * input/mutopia/claop.py (accents): update syntax to 2.6
8773
8774         * scm/define-context-properties.scm
8775         (all-user-translation-properties): add countPercentRepeats.
8776
8777         * Documentation/user/basic-notation.itely (Measure repeats): add
8778         isolated percent example.
8779
8780 2005-08-18  Graham Percival  <gpermus@gmail.com>
8781
8782         * input/ {various}: change direction #1, #-1 to
8783         #up/#down or \fooUp, \fooDown.
8784
8785         * Documentation/user/music-glossary.tely: #-1 to #down.
8786
8787         * ly/bagpipe.ly, engraver-init.ly, property-init.ly: #1
8788         to #up, #-1 to #down.
8789
8790 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8791
8792         * lily/include/engraver-group.hh: rename.
8793
8794         * lily/include/performer-group.hh: rename.
8795
8796 2005-08-18  Mats Bengtsson  <mabe@s3.kth.se>
8797
8798         * input/test/script-abbreviations.ly: Removed some old LaTeX
8799         left overs.
8800
8801 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8802
8803         * python/convertrules.py (conv): inside-slur -> avoid-slur.
8804         Remove functions.  Remove if 1: constructs, reindent.
8805
8806         * scripts/convert-ly.py (add_version): Add functions from
8807         convertrules.py
8808
8809         * scm/script.scm (default-script-alist):
8810         s/priority/script-priority.  Fixes script stacking.  Backportme.
8811         (Fermata): Very low priority.
8812
8813 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8814
8815         * input/regression/*.ly: remove superfluous \score blocks. Reindent.
8816
8817         * input/regression/slur-script.ly: remove padding tweaks. Add
8818         comment strings.
8819
8820         * lily/note-spacing.cc (get_spacing): remove kludge for EOL wide
8821         time sigs and related stuff.
8822
8823         * scm/define-grob-properties.scm (all-user-grob-properties): add
8824         @code{} tags to property description.
8825
8826         * lily/include/line-group-group-engraver.hh (Module): remove file.
8827
8828         * python/convertrules.py (conv): add rule for
8829         Engraver_group_engraver -> Engraver_group.
8830
8831         * lily/include/performer-group-performer.hh: analogous.
8832
8833         * lily/include/engraver-group-engraver.hh: rename to Engraver_group.
8834
8835         * lily/context-def.cc (instantiate): check for
8836         Engraver_group_engraver and Performer_group_performer not
8837         Engraver/Performer. Fixes crashes when doing \with { \consists .. }
8838  
8839 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8840
8841         * input/les-nereides.ly: Remove three fingering tweaks, update
8842         remaining one.
8843
8844         * input/regression/slur-script-inside.ly: Update, fix doc.
8845
8846         * scm/script.scm: Update to avoid-slur.
8847
8848         * scm/define-grob-properties.scm (avoid-slur): New property.
8849
8850         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
8851         * lily/slur-engraver.cc (acknowledge_extra_object): Invoke
8852         outside_slur_callback if avoid-slur != #'inside.
8853
8854         * scm/define-grobs.scm (Fingering, Textscript): No
8855         inside-slur/outside-slur preference.
8856         (DynamicLineSpanner): Always outside slur.
8857
8858         * input/regression/slur-script.ly: More tests.
8859
8860 2005-08-17  Graham Percival  <gpermus@gmail.com>
8861
8862         * Documentation/user/lilypond-book: fix notime entry.
8863
8864         * Documentation/user/advanced-notation.itely: add info on
8865         getting an I rehearsal mark.
8866
8867         * Documentation/user/putting.itely: reinstate "I", re-enforce
8868         the fact that \override numbers are the result of
8869         experimentation and personal taste.
8870
8871         * Documentation/user/invoking.itely: update convert-ly bugs.
8872
8873 2005-08-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8874
8875         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set timing
8876         to #t.
8877
8878         * lily/timing-translator.cc (initialize): don't initialize timing.
8879
8880         * input/regression/stem-spacing.ly (Module): remove file.
8881
8882         * input/regression/spacing-stick-out.ly: specify Score context for
8883         \override
8884
8885         * input/regression/clefs.ly: remove spurious {}s 
8886
8887 2005-08-17  Heikki Junes  <hjunes@cc.hut.fi>
8888
8889         * Documentation/topdocs/NEWS.tely,
8890         input/regression/repeat-percent-count.ly: clarify a bit.
8891
8892 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8893
8894         * input/no-notation/display-lily-tests.ly: delete
8895         display-lily-init call.
8896
8897         * ly/music-functions-init.ly (displayLilyMusic): move
8898         display-lily-init call at top level, so that the user should not
8899         have to call it.
8900
8901         * scm/define-music-display-methods.scm (note-name->lily-string):
8902         retrieve note names directly from pitchnames using new function `rassoc'.
8903         (display-lily-init): note names list construction removed.
8904
8905 2005-08-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8906
8907         * THANKS: spello.
8908
8909         * lily/lily-parser.cc (get_header): copy module, instead of
8910         returning it.
8911
8912         * Documentation/topdocs/NEWS.tely (Top): add entry for percent
8913         counters.
8914
8915         * Documentation/user/basic-notation.itely (Measure repeats): add
8916         links to Counter grobs.
8917
8918         * scm/define-grobs.scm (all-grob-descriptions): add
8919         DoublePercentRepeatCounter
8920         (all-grob-descriptions): add PercentRepeatCounter
8921
8922         * lily/percent-repeat-engraver.cc (class Percent_repeat_engraver):
8923         also create counter grobs.
8924
8925         * lily/separation-item.cc (extremal_break_aligned_grob): don't
8926         return grob without space-alist.
8927
8928         * input/proportional.ly: tune staff-padding.
8929
8930         * input/regression/repeat-percent-count.ly: new file. 
8931
8932 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8933
8934         * input/no-notation/display-lily-tests.ly: moved from
8935         input/regression/ to input/no-notation. Be sure to call
8936         `display-lily-init' before trying to use the display function.
8937
8938 2005-08-16  Mats Bengtsson  <mabe@s3.kth.se>
8939
8940         * scripts/lilypond-book.py (option_definitions): Don't localize
8941         the empty string. Fixes bug when --psfonts was used with
8942         non-English locale.
8943
8944 2005-08-15  Graham Percival  <gpermus@gmail.com>
8945
8946         * lily/tuplet-bracket.cc: simple build fix.
8947
8948         * Documentation/user/putting.itely: use "we" instead of "I".
8949
8950         * Documentation/user/basic-notation.itely: cautionary accidentals
8951         work with naturals, too.
8952
8953 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8954
8955         * lily/tuplet-bracket.cc (calc_position_and_height): add
8956         staff-padding support.
8957
8958         * input/proportional.ly: set staff-padding.
8959         
8960         * VERSION (PATCH_LEVEL): release 2.7.5
8961
8962         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): text formatting
8963         fixes. Remove tweaks.
8964
8965         * input/regression/tuplet-slope.ly: add a test case.
8966
8967         * lily/tuplet-bracket.cc (calc_position_and_height): revert
8968         erroneous fix. Add spanner bounds to offset array with relative X
8969         positions.
8970
8971         * ly/engraver-init.ly: add Rest_engraver only once.
8972
8973         * scm/define-music-display-methods.scm (KeyChangeEvent): only do
8974         (*parser*) lookup if (*parser*) != #f.
8975
8976 2005-08-15  Jan Nieuwenhuizen  <janneke@gnu.org>
8977
8978         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
8979         Cut-and paste update.
8980
8981         * input/regression/slur-script.ly: Add example of reverting
8982         inside-slur for fingering.
8983
8984         * scm/define-grobs.scm (DynamicLineSpanner, Fingering,
8985         TextScript): Explicitly set inside-slur #f, forcing these out of slur.
8986
8987         * lily/slur-engraver.cc (acknowledge_extra_object): Only invoke
8988         outside_slur_callback if inside-slur == #f (as opposed to unset).
8989
8990 2005-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
8991
8992         * tex/GNUmakefile (INSTALLATION_FILES): Remove enc symlink setup,
8993         encoding files are already removed.
8994
8995 2005-08-15  Mats Bengtsson  <mabe@s3.kth.se>
8996
8997         * Documentation/user/advanced-notation.itely (Instrument names):
8998         Document a workaround for instrument names that collide with
8999         system start braces/brackets.
9000
9001 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9002
9003         * lily/rest-collision.cc (do_shift): spello.
9004
9005         * input/proportional.ly: use #'used property. Set break-overshoot
9006         property.
9007
9008         * mf/feta-arrow.mf: center on arrow tip center, iso. tip edge.
9009
9010         * lily/paper-column.cc: add #'used property
9011
9012         * lily/mark-engraver.cc (stop_translation_timestep): set grob
9013         array for staves found.
9014
9015         * lily/metronome-engraver.cc (stop_translation_timestep): set grob
9016         array for stavesFound.
9017
9018         * lily/staff-spacing.cc (next_note_correction): add fixed and
9019         space to calling convention. This fixes spacing of accidentals
9020         after barlines.
9021
9022         * input/regression/spacing-accidental-stretch.ly: add barline -
9023         accidental case.
9024
9025         * scm/framework-ps.scm (page-header): add version number to
9026         creator
9027         (eps-header): idem.
9028
9029         * mf/feta-bolletjes.mf: swap d0 and u0 fa heads.
9030         
9031 2005-08-13  Graham Percival  <gpermus@gmail.com>
9032
9033         * Documentation/user/global.itely: add "fit as much as
9034         possible onto this page" example (Vertical spacing).
9035
9036 2005-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9037
9038         * *: Nitpick run.
9039
9040         * buildscripts/fixcc.py: Fixes.
9041
9042 2005-08-12  Graham Percival  <gpermus@gmail.com>
9043
9044         * Documentation/user/advanced-notation.itely: add markup
9045         example to Text spanners.
9046
9047 2005-08-12  Mats Bengtsson  <mabe@s3.kth.se>
9048
9049         * Documentation/user/basic-notation.itely (Ties): Add example of
9050         tying a tremolo to a chord. Thanks to Steve Doonan. 
9051
9052         * lily/tie-engraver.cc: Add tieWaitForNote to the list of read
9053         properties and move tieMelismaBusy to the list of written
9054         properties. 
9055
9056 2005-08-12  Heikki Junes  <hjunes@cc.hut.fi>
9057
9058         * po/TODO: suggest to use a dedicated tool like kbabel.
9059
9060         * po/fi.po: update using kbabel.
9061
9062 2005-08-12  Jan Nieuwenhuizen  <janneke@gnu.org>
9063
9064         * *: Remove obsolete files.  Nitpick run.
9065
9066         * lily/lily-guile.cc (parse_symbol_list): Bugfix.
9067
9068 2005-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9069
9070         * mf/GNUmakefile (get-*-fonts): Rename from get-*-pfa.  Copy SVG
9071         too.
9072
9073         * Documentation/topdocs/NEWS.tely (Top): Add slur script feature.
9074
9075         * lily/lily-guile.cc (parse_symbol_list): Rewrite.  Grok multiple
9076         whitespace as symbol separator.
9077
9078         * lily/side-position-interface.cc: Add slur-padding.
9079
9080         * input/regression/slur-script.ly: Fixed.  Backportme?  This is
9081         quite a large fix, and it never worked in a stable release; so not
9082         really a regression.
9083
9084         * lily/phrasing-slur-engraver.cc (class Phrasing_slur_engraver):
9085         Update cut and paste code from Slur_engraver.
9086
9087         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
9088         Add.
9089
9090         * scm/define-grobs.scm (DynamicLineSpanner): Add
9091         dynamic-line-spanner-interface.
9092         (DynamicLineSpanner, TextScript, Fingering): Add slur-padding.
9093
9094 2005-08-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9095
9096         * lily/slur-engraver.cc (acknowledge_extra_object): Bugfix: use
9097         to_boolean () so that non-set 'inside-slur means false.
9098
9099         * lily/slur.cc (outside_slur_callback): Bugfixes: make sure that
9100         slur has control-points.  Skip script without direction.  Always
9101         do_shift if script inside slur, even if slur not contained in
9102         script y-extent.  Increment k in loop.
9103
9104 2005-08-11  Mats Bengtsson  <mabe@s3.kth.se>
9105
9106         * scm/define-markup-commands.scm: Improved regexp to search for
9107         EPS bounding boxes and corrected call to ly:warning.
9108
9109 2005-08-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9110
9111         * Documentation/user/programming-interface.itely (Displaying music
9112         expressions): doc for \displayLilyMusic. Also some precisions in
9113         "Markup construction in Scheme"
9114
9115 2005-08-10  Mats Bengtsson  <mabe@s3.kth.se>
9116
9117         * scm/define-markup-commands.scm (normal-text): Added 2 new
9118         markup commands, \normal-text and \medium (the latter thanks to
9119         Bruce Fairchild). 
9120
9121 2005-08-08  Graham Percival  <gpermus@gmail.com>
9122
9123         * Documentation/user/programming-interface.itely: fix @{ @}.
9124
9125         * scm/define-markup-commands.scm: add linewidth info to
9126         \justify and \wordwrap, add "upright is the opposite of italic".
9127
9128         * Documentation/user/advanced-notation.itely: shaped->shape,
9129         add (cons (markup "foo")) type of example to text markup,
9130         reword multi-measure rests section.
9131
9132         * lily/note-heads-engraver.cc: changed Shaped->Shape in a
9133         comment.  No actual code was touched.
9134
9135         * Documentation/user/invoking.itely: add more info about
9136         \include.  Thanks, Bruce!
9137
9138         * THANKS: add Bruce Fairchild, alphabetise.
9139
9140         * Documentation/user/global.itely: document \score{\header{}}
9141         behavior.
9142
9143         * Documentation/user/basic-notation.itely: reword multi-measure
9144         rest discussion in Rests.
9145
9146 2005-08-08  Mats Bengtsson  <mabe@s3.kth.se>
9147
9148         * Documentation/user/programming-interface.itely (Markup
9149         construction in Scheme): Corrected example and tried to clarify
9150         the implicit \line in the table.
9151
9152 2005-08-07  Graham Percival  <gpermus@gmail.com>
9153
9154         * Documentation/user/instrument-notation.itely: moved
9155         some bagpipe info back into the bagpipe section.  Somehow
9156         it ended up in the "other vocal issues" section?!  :o_O
9157
9158 2005-08-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9159
9160         * scm/framework-ps.scm (dir-join): Rename from path-join (joins
9161         directories, not paths).
9162
9163 2005-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9164
9165         * scm/framework-ps.scm (munge-lily-font-name): Bugfix: Munge only
9166         plain emmentaler/aybabtu.  Backportme.
9167
9168         * lily/tuplet-bracket.cc (calc_position_and_height): Bugfix:
9169         missing dir correction.
9170
9171 2005-08-05  Graham Percival  <gperlist@shaw.ca>
9172
9173         * scm/define-markup-commands: fix reversed justify/wordwrap
9174         doc strings.
9175
9176 2005-08-05  Jürgen Reuter  <reuter@ipd.uka.de>
9177
9178         * lily/ligature-engaver.cc, lily/coherent-ligature-engaver.cc,
9179         lily/gregorian-ligature-engaver.cc,
9180         lily/include/ligature-engraver.hh,
9181         lily/include/coherent-ligature-engraver.hh,
9182         lily/include/gregorian-ligature-engraver.hh: make these classes
9183         truely abstract.  This should fix some internal oddities such as
9184         duplicate as well as dead translator/property declarations, and
9185         also some dead code.
9186
9187         * lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc:
9188         bugfix: avoid message "junking empty ligature" on ligature
9189         brackets by collecting dummy grobs.
9190
9191 2005-08-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9192
9193         * lily/tuplet-bracket.cc (print): default right overshoot to 0.0
9194
9195         * input/proportional.ly (staffKind): bugfix.
9196         (staffKind): updates by Trevor Baca.
9197
9198         * scm/define-grobs.scm (all-grob-descriptions): remove arrows as
9199         default layout. 
9200
9201         * lily/tuplet-bracket.cc (print): check whether edge-text is a
9202         pair.
9203
9204         * lily/beam.cc (rest_collision_callback): call position_beam() if
9205         necessary.
9206
9207         * VERSION: release 2.7.4
9208
9209         * input/regression/spacing-uniform-stretching.ly: new file.
9210
9211         * lily/spacing-loose-columns.cc (set_loose_columns): use robust_relative_extent().
9212
9213         * Documentation/topdocs/NEWS.tely (Top): add Nicolas as
9214         contributor.
9215
9216         * lily/include/ly-module.hh: define MODULE_GC_KLUDGE globally.
9217
9218         * input/proportional.ly: new file.
9219
9220         * lily/tuplet-bracket.cc (after_line_breaking): don't suicide if
9221         columns is empty
9222
9223         * lily/tuplet-engraver.cc (finalize): new function. Reset right
9224         bounds to currentCommandColumn for the last step.
9225         (start_translation_timestep): if tupletFullLength is set, set
9226         bound to Paper Column
9227
9228         * input/regression/tuplet-full-length.ly (indent): new file.
9229
9230         * lily/spacing-loose-columns.cc (set_loose_columns): space a whole
9231         clique of loose columns, eg. a set of grace notes in strict
9232         notespacing.
9233
9234         * input/regression/spacing-strict-spacing-grace.ly: new file.
9235
9236         * lily/key-signature-interface.cc: change property name to
9237         alteration-alist
9238
9239         * lily/key-engraver.cc (read_event): read keyAlterationOrder, not
9240         keyAccidentalOrder
9241
9242         * python/convertrules.py (conv): keyAccidentalOrder ->
9243         keyAlterationOrder
9244
9245         * lily/key-engraver.cc (create_key): always print a cancellation
9246         for going to C-major/A-minor, regardless of printKeyCancellation.
9247         (create_key): remove typecheck for visibility. This fixes key
9248         signature not being printed.
9249
9250         * lily/spacing-determine-loose-columns.cc: new file.
9251
9252         * input/regression/spacing-strict-notespacing.ly: new file.
9253
9254         * lily/spacing-spanner.cc (generate_springs): rename from
9255         do_measure. 
9256         (generate_pair_spacing): new function.
9257         (init, generate_pair_spacing): set between-cols for floating
9258         nonmusical columns.
9259
9260         * lily/spaceable-grob.cc (get_spring): new function. 
9261
9262         * lily/tuplet-bracket.cc (print): on the left, the overshoot is
9263         relative to the right edge of the prefatory matter.
9264
9265         * lily/beam.cc (print): read break-overshoot to determine where to
9266         stop/start broken beams.
9267
9268         * input/regression/spanner-break-overshoot.ly: new file.
9269
9270 2005-08-04  Graham Percival  <gperlist@shaw.ca>
9271
9272         * ly/bagpipe.ly: updated.
9273
9274         * Documentat/user/instrument.itely: un-comment out bagpipe example.
9275
9276 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9277
9278         * lily/dynamic-engraver.cc (acknowledge_slur): add slur to
9279         support: now (de)crescs avoid slurs as well.
9280
9281         * Documentation/user/instrument-notation.itely (Bagpipe example):
9282         comment out non-functioning bagpipe example.
9283         (Bagpipe definitions): idem.
9284
9285         * Documentation/topdocs/NEWS.tely (Top): add uniform-stretching example.
9286         (Top): add proportionalNotationDuration example.
9287
9288         * input/regression/spacing-proportional.ly: new file.
9289
9290         * lily/tuplet-bracket.cc (parallel_beam): broken bracket never is
9291         synched to a beam.
9292
9293         * lily/beam.cc (shift_region_to_valid): divide by zero fix. This
9294         fixes beams with a single stem (eg. beams across linebreaks.)
9295
9296         * lily/parser.yy (simple_string): allow \new STRING_IDENTIFIER.
9297
9298         * flower/rational.cc (operator +): prevent overflow. This fixes
9299         heavily nested tuplets.
9300
9301         * lily/auto-beam-engraver.cc (derived_mark): new method. Yes. We
9302         have to protect even those unlikely to be corrupted data members.  
9303
9304 2005-08-04  Graham Percival  <gperlist@shaw.ca>
9305
9306         * ly/bagpipe.ly: new file.
9307
9308         * THANKS: added Sven Axelsson.
9309
9310 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9311
9312         * lily/spacing-engraver.cc (stop_translation_timestep): directly
9313         copy proportionalNotationDuration into currentMusicalColumn if
9314         set.
9315
9316         * lily/spacing-spanner.cc (musical_column_spacing): if
9317         uniform-stretching set, fixed space is 0.0
9318
9319         * input/regression/spacing-multi-tuplet.ly: show
9320         uniform-stretching property.
9321
9322         * lily/spacing-spanner.cc (effective_shortest_duration): new function.
9323
9324         * lily/include/spacing-spanner.hh (class Spacing_spanner): new file.
9325         (struct Spacing_options): new struct.
9326
9327         * lily/spacing-basic.cc: new file.
9328
9329         * lily/spacing-spanner.cc (note_spacing): remove outdated code:
9330         delta_t doesn't have to be smaller than shortest_playing_len
9331
9332 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9333
9334         * input/regression/markup-arrows.ly:  new file.
9335
9336         * lily/tuplet-bracket.cc: document new behavior.
9337
9338         * input/regression/tuplet-broken.ly: new file. Demonstrate tuplets
9339         with line breaks.
9340
9341         * scm/define-markup-commands.scm (arrow-head): arrow-head markup command.
9342
9343         * scm/define-grobs.scm (all-grob-descriptions): set arrows as
9344         default 
9345
9346         * lily/tuplet-bracket.cc: add edge-text property.
9347         add break-overshoot.
9348         (print): read break-overshoot.
9349         (print): read edge-text, add stencils.
9350
9351         * mf/feta-arrow.mf: new file.
9352
9353         * mf/feta-generic.mf: add feta-arrow.
9354
9355 2005-08-03  Mats Bengtsson  <mabe@s3.kth.se>
9356
9357         * Documentation/user/lilypond-book.itely (An example of a
9358         musicological document): Added flag -o to dvips for people who use
9359         the default setting in teTeX where output is sent to the printer. 
9360
9361         * Documentation/user/global.itely (Vertical spacing): Added
9362         reference to the Axis_group_engraver which documents the *Extent
9363         properties.
9364
9365 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9366
9367         * Documentation/user/basic-notation.itely (Tuplets): add note
9368         about nested tuplets. Remove BUG. 
9369
9370         * input/regression/tuplet-nest.ly: update: remove manual hack. 
9371
9372         * lily/tuplet-bracket.cc (print): use robust_scm2drul
9373         (print): manually call print() for subtuplets.
9374         (calc_position_and_height): add subtuplets to the
9375         support. Vertically shift outer tuplet 
9376
9377         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): set
9378         remove-first for Lyrics, ChordNames and FiguredBass
9379
9380         * scm/define-grob-properties.scm (all-internal-grob-properties):
9381         use ly:grob-array? iso. grob-list?
9382         (all-internal-grob-properties): add tuplets grob-array.
9383
9384         * lily/tuplet-bracket.cc (add_tuplet_bracket):
9385         new function
9386
9387 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9388
9389         * input/test/time-signature-staff.ly: new file.
9390
9391         * ly/declarations-init.ly (center): escape to Scheme. Fixes
9392         spurious #<Music FingerEvent> errors. Backportme.
9393
9394 2005-08-03  Mats Bengtsson  <mabe@s3.kth.se>
9395
9396         * Documentation/user/programming-interface.itely (Markup
9397         construction in Scheme): Corrected markup syntax in the
9398         translation table.
9399
9400 2005-08-03  Graham Percival  <gperlist@shaw.ca>
9401
9402         * Documentation/user/instrument-notation.itely: small update
9403         to bagpipe notation docs; thanks Sven!
9404
9405         * Documentation/user/basic-notation.itely: add link about trills.
9406
9407 2005-08-02  Graham Percival  <gperlist@shaw.ca>
9408
9409         * Documentation/user/music-glossary: remove accidentally committed
9410         fink patch.
9411
9412 2005-08-02  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
9413
9414         * lily/lily-parser.cc (get_header): new function. Enable multiple
9415         \header definitions.
9416
9417         * lily/parser.yy (lilypond_header_body): use get_header.
9418
9419         * ly/init.ly:
9420         * scm/lily-library.scm (print-score-with-defaults): renamed
9421         $globalheader to $defaultheader
9422             
9423         * Documentation/user/global.itely (Creating titles): added short
9424         explanation that multiple headers are useable.
9425
9426
9427 2005-08-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9428
9429         * lily/module-scheme.cc (LY_DEFINE): new file. 
9430
9431         * Documentation/user/advanced-notation.itely (Font selection): add
9432         doco for make-pango-font-tree.
9433
9434 2005-07-31  Graham Percival  <gperlist@shaw.ca>
9435
9436         * Documentation/user/music-glossary: more languages
9437         for tenuto.
9438
9439         * Docuemntation/user/instrument-notation.itely: minor
9440         update for bagpipe example.
9441
9442 2005-07-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9443
9444         * input/regression/+.ly (TODO): add some text.
9445
9446 2005-07-28  Graham Percival  <gperlist@shaw.ca>
9447
9448         * Documentation/user/invoking.itely: \score begins with music.
9449
9450         * Documentation/user/ basic-notation.itely,
9451         instrument-notation.itely: minor changes.
9452
9453         * Documentation/user/music-glossary.itely: began tenuto entry.
9454
9455 2005-07-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9456
9457         * scm/output-socket.scm (bezier-sandwich): add bezier-sandwich
9458
9459         * mf/feta-bolletjes.mf: swap up and down for aiken heads.
9460
9461 2005-07-27  Graham Percival  <gperlist@shaw.ca>
9462
9463         * Documentation/user/examples.itely: remove bagpipe template.
9464
9465         * Documentation/user/instrument-notation.itely: add bagpipe
9466         section, maybe fix quotes in lyrics.  I hate text encoding.
9467         Clarify chord durations, more bagpipe stuff.
9468
9469 2005-07-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9470  
9471         * lily/accidental-engraver.cc: formatting fixes.
9472
9473         * lily/spacing-spanner.cc (prune_loose_columns): right-items is a
9474         grob-array.
9475
9476         * lily/arpeggio.cc (print): suicide arpeggio for single notehead.
9477
9478         * lily/note-column.cc (arpeggio): new function.
9479
9480         * lily/note-spacing.cc (get_spacing): also take arpeggio into
9481         account for spacing.
9482
9483 2005-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9484
9485         * lily/main.cc (sane_setenv)[!ARGV0_RELOCATION]: Also define.
9486         (setup_guile_env): Use it instead of nonstandard setenv.  Fixes
9487         mingw build.
9488         
9489 2005-07-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9490
9491         * scm/lily.scm (lilypond-all): clear anonymous modules after
9492         processing files.
9493
9494 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9495
9496         * flower/include/guile-compatibility.hh (SCM_I_CONSP): add
9497         SCM_I_CONSP
9498
9499         * VERSION: 2.7.3 released
9500
9501         * Documentation/user/invoking.itely (Invoking lilypond): add
9502         LILYPOND_GC_YIELD documentation.
9503
9504         * lily/*: cleanups: use scm_from_int iso. scm_int2num. Idem for
9505         scm_from_real / scm_make_real.
9506
9507         * lily/main.cc (setup_guile_env): new function. Set GC min_yields
9508         higher. This increases memory footprint, but provides overall
9509         speedup of 15 to 20%. 
9510
9511         * lily/include/translator.hh (class Translator): remove
9512         PRECOMPUTED_VIRTUAL everywhere.
9513
9514         * lily/include/lily-guile.hh: inline scm_c[ad]r, scm_is_pair.
9515
9516         * lily/context.cc (now_mom): non-recursive now_mom() 
9517
9518         * lily/include/profile.hh: new file.
9519
9520         * lily/profile.cc: new file.
9521
9522         * lily/grob.cc (Grob::Grob): look properties up directly.
9523
9524         * lily/open-type-font.cc (get_indexed_char): cache index -> bbox
9525         lookups.
9526
9527         * lily/include/box.hh (class Box): smob Box type.
9528
9529         * lily/smobs.cc (protect_smob): O(1) GC (un)protection.
9530
9531         * lily/include/smobs.hh (DECLARE_BASE_SMOBS): add methods
9532         protect() and unprotect(). Use throughout.
9533
9534 2005-07-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9535
9536         * Documentation/topdocs/NEWS.tely: new item for \displayLilyMusic
9537
9538         * scm/define-music-display-methods.scm (markup->lily-string):
9539         markup elements can also be strings (without simple-markup
9540         appended)
9541
9542 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9543
9544         * lily/context.cc (where_defined): also assign value in
9545         where_defined().
9546
9547         * lily/bezier.cc (get_other_coordinate): use curve_coordinate
9548         (curve_coordinate): new function
9549
9550         * lily/simple-spacer.cc (add_columns): only add rods between
9551         column i and begin/end if keep-inside-line is set (this repleces
9552         allow-outside-line as default)
9553
9554 2005-07-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9555
9556         * lily/tuplet-engraver.cc (start_translation_timestep): only read
9557         tupletSpannerDuration if applicable.
9558
9559         * lily/font-size-engraver.cc (process_music): read fontSize only
9560         once per timestep.
9561
9562         * lily/engraver*cc: use throughout.
9563         
9564         * lily/include/translator.icc (ADD_ACKNOWLEDGER): new macro.
9565
9566         * lily/translator.cc (add_acknowledger): new file. Directly jump
9567         into an Engraver::acknowledge_xxx () method based on a grobs
9568         interface-list.
9569
9570         * lily/include/translator-dispatch-list.hh (class
9571         Engraver_dispatch_list): new struct, new file.
9572
9573         * scm/define-context-properties.scm
9574         (all-internal-translation-properties): remove acceptHashTable,
9575         acknowledgeHashTable
9576
9577         * lily/translator-group.cc (mark_smob): idem for acceptHashTable.
9578
9579         * lily/engraver-group-engraver.cc (Engraver_group_engraver):
9580         change acknowledgeHashTable to C++ member. 
9581
9582         * lily/rest-collision.cc (do_shift): use extract_grob_set().
9583
9584 2005-07-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9585
9586         * scm/display-lily.scm: new file. Define a `display-lily-music'
9587         function, that displays the music expression given as an argument,
9588         using LilyPond notation.
9589
9590         * scm/define-music-display-methods.scm: new file. Implementation
9591         of display methods for each music type.
9592
9593         * ly/music-functions-init.ly (displayLilyMusic): new function for
9594         displaying music with LilyPond notation.
9595
9596         * input/regression/display-lily-tests.ly: new regression test file
9597         for `display-lily-music'.
9598
9599         * scm/markup.scm: remove obsolete debugging code (for printing
9600         markups with LilyPond notation).
9601
9602         * scm/define-music-types.scm (music-name-to-property-table):
9603         * scm/clef.scm (supported-clefs): export, in order to be accessible
9604         from the (scm display-lily) module.
9605
9606 2005-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
9607
9608         * Documentation/topdocs/NEWS.tely (Top): Typo.
9609
9610 2005-07-22  Heikki Junes  <hjunes@cc.hut.fi>
9611
9612         * Documentation/index.html.in, Documentation/texinfo.css,
9613           stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
9614           Documentation/bibliography/index.html.in,
9615           Documentation/bibliography/html-long.bst: revert css-width patch,
9616           it does not work with IE6.
9617
9618 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9619
9620         * Documentation/texinfo.css: revert 760px hack. 
9621
9622         * VERSION: release 2.7.2
9623
9624         * Documentation/topdocs/NEWS.tely (Top): mention barNumberCheck
9625
9626         * Documentation/user/basic-notation.itely (Barnumber check): add
9627         section.
9628
9629         * scm/music-functions.scm (skip-to-last): new function. Show only
9630         last showLastLength part of the \score.
9631
9632         * lily/moment-scheme.cc (LY_DEFINE): new function ly:moment-sub
9633
9634         * python/convertrules.py (conv): add ly:x-moment rule
9635
9636         * lily/moment-scheme.cc (LY_DEFINE): rename ly:X-moment  -> ly:moment-X
9637
9638         * Documentation/topdocs/NEWS.tely (Top): add new feature.
9639
9640         * Documentation/user/instrument-notation.itely (Flexibility in
9641         alignment): options in subsections.
9642
9643         * lily/lyric-engraver.cc (process_music): don't typeset text for _
9644         syllable text. Instead, assume that the previous lyric text is a
9645         melismated text.
9646
9647         * Documentation/index.html.in: revert 800x600 change.
9648
9649 2005-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9650
9651         * lily/main.cc (main): Remove invalid handle kludge.
9652
9653         * scm/lily.scm (running-from-gui?): WINDOWS: check -dgui.
9654         (lambda): add gui define.
9655
9656 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9657
9658         * Documentation/topdocs/NEWS.tely (Top): add note about Musica ficta.
9659
9660         * Documentation/user/instrument-notation.itely (Musica ficta
9661         accidentals): add section Musica ficta accidentals
9662
9663         * lily/accidental-engraver.cc (make_suggested_accidental): new
9664         function.
9665         (make_standard_accidental): move into new function.
9666         (create_accidental): new function.
9667
9668         * scm/define-grobs.scm (all-grob-descriptions): new Grob
9669         AccidentalSuggestion
9670
9671         * lily/output-def-scheme.cc (LY_DEFINE): take default  argument.
9672
9673         * lily/output-def.cc (lookup_variable): return SCM_UNDEFINED if
9674         undefined.
9675
9676         * Documentation/user/global.itely (Page formatting): document
9677         horizontalshift.
9678
9679         * scm/page-layout.scm (default-page-music-height):
9680         horizontalshift: new variable, shift all systems by
9681         horizontalshift to the right, to make space for instrument names.
9682
9683         * scm/paper.scm (set-paper-dimension-variables): add horizontalshift
9684
9685         * lily/input-scheme.cc (LY_DEFINE): take format commands.
9686
9687 2005-07-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9688
9689         * lily/note-column.cc (dir): idem.
9690
9691         * lily/spacing-spanner.cc (Module): idem.
9692
9693         * lily/script-column.cc (before_line_breaking): use extract_grob_set()
9694
9695         * lily/include/paper-column.hh (class Paper_column): add
9696         non-static get_rank() member.
9697
9698         * VERSION: release 2.7.1
9699         
9700         * scm/framework-null.scm: new file, used for benchmarking.
9701
9702 2005-07-20  Heikki Junes  <hjunes@cc.hut.fi>
9703
9704         * Documentation/topdocs/INSTALL.texi, configure.in: fix
9705         version dependencies for fontforge and gs.
9706
9707         * Documentation/index.html.in, Documentation/texinfo.css,
9708         stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
9709         Documentation/bibliography/index.html.in, 
9710         Documentation/bibliography/html-long.bst: optimize width of
9711         html for a 800x600 screen (width:760), increases printability
9712         when 'fit to page' is not set and readability in wide screens.
9713
9714         * stepmake/bin/add-html-footer.py: add missing </p>.
9715
9716 2005-07-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9717
9718         * scm/define-markup-commands.scm (beam): use polygon in beam
9719         command.
9720
9721         * lily/grob-pq-engraver.cc (stop_translation_timestep): save up
9722         all acknowledged grobs, and do potentially expensive merge and
9723         write in one go.
9724
9725         * buildscripts/mf-to-table.py (write_fontlist): enforce noBreak.
9726
9727         * configure.in (reloc_b): add --enable-static-gxx to statically
9728         link to libstdc++
9729
9730         * lily/GNUmakefile (static-gxx-libs): new target
9731         static-gxx-libs. Create symlink to libstdc++.a
9732
9733         * lily/new-lyric-combine-music-iterator.cc: rename to
9734         Lyric_combine_music_iterator
9735
9736         * lily/lyric-combine-music-iterator.cc
9737         (Old_lyric_combine_music_iterator): rename to
9738         Old_lyric_combine_music_iterator
9739
9740         * lily/*-engraver.cc (various): remove double use of
9741         PRECOMPUTED_VIRTUAL function: only use
9742         start_translation_timestep() and stop_translation_timestep(), not
9743         both.
9744
9745         * lily/break-substitution.cc (fast_substitute_grob_array): do
9746         fast_substitute_grob_array for all unordered grob_arrays.
9747         (substitute_grob): return Grob *. Saves packing/unpacking SCMs.
9748         (substitute_grob_array): optimize.
9749
9750         * lily/align-interface.cc (set_axis): set ordered_ for 'elements
9751
9752         * lily/include/grob-array.hh (class Grob_array): ordered_ member.
9753
9754         * lily/parser.yy: revert $globalheader patch.
9755         
9756         * lily/include/translator.icc
9757         (IMPLEMENT_FETCH_PRECOMPUTABLE_METHODS): directly jump into
9758         Translator methods, without _static helper.
9759  
9760         * lily/grob-smob.cc (derived_mark): rename from
9761         do_derived_mark(). Return void.
9762
9763         * scm/define-context-properties.scm
9764         (all-internal-translation-properties): remove tweakCount/tweakRank.
9765
9766         * scm/output-lib.scm (begin-of-line-invisible): use vectors for
9767         predefined break-visibilities.
9768
9769         * lily/item.cc (handle_prebroken_dependencies): use a vector of 3
9770         booleans for break-visibility.
9771
9772         * Documentation/topdocs/NEWS.tely (Top): add note about engravers.
9773
9774         * python/convertrules.py (conv): rule for Timing_translator. 
9775
9776         * lily/include/translator.icc: new file. 
9777
9778         * lily/paper-column-engraver.cc (process_music): new
9779         file. Separate Paper_column factory from Score_engraver.
9780
9781         * lily/vertically-spaced-context-engraver.cc: administer
9782         spaceable-staves property of System.
9783
9784         * lily/translator-group-ctors.cc: new file.
9785
9786         * lily/context-property.cc (make_grob_from_properties): construct
9787         the right Grob class programmatically, looking at the class entry
9788         for the meta property.
9789
9790         * lily/break-align-engraver.cc (stop_translation_timestep): call
9791         Break_align_interface::add_element() directly.
9792
9793         * lily/context.cc (measure_position): measure_position() is now a
9794         normal function.
9795
9796         * lily/include/translator.hh (class Translator): rename
9797         process_acknowledged_grobs() to process_acknowledged() and move to
9798         Translator.
9799
9800         * scm/define-grobs.scm (all-grob-descriptions): add a 'class meta
9801         field for each grob description.
9802
9803         * lily/include/translator-group.hh (class Translator_group):
9804         change to base class. Separate class from Translator. This gets
9805         rid of virtual inheritance for Engravers/Performers.
9806
9807         * lily/staff-performer.cc (class Staff_performer): derive
9808         Staff_performer from Performer, not Performer_group_performer 
9809
9810         * Lily/translator-group.cc (precomputed_recurse_over_translators):
9811         new function.
9812         (precompute_method_bindings): new function. Precompute lists of
9813         Translators, so we only call methods (process_music,
9814         start_translation_timestep, etc.) for Translators needing
9815         it. Also: dispose of pointer-to-member-function calls.
9816
9817         * lily/engraver-group-engraver.cc: remove engraver_each,
9818         recurse_down_engravers ()
9819
9820         * lily/note-head.cc (internal_print): only call
9821         glyph-name-procedure if style != default. 
9822
9823 2005-07-16  Graham Percival  <gperlist@shaw.ca>
9824
9825         * ly/titling-init.ly: add printallheaders option.
9826
9827         * Documentation/user/global.itely: document printallheaders.
9828
9829 2005-07-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9830
9831         * lily/system.cc (do_derived_mark): don't mark from object_alist_
9832         anymore, but do it centrally.  
9833
9834         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
9835         hammer hack.
9836
9837         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-object
9838
9839         * scm/output-lib.scm: remove hammer-print-function.
9840
9841         * lily/include/pointer-group-interface.hh (extract_grob_set): new
9842         macro. Declare a Link_array<Grob> and fill it from a grob.
9843         (extract_item_set): idem for item.
9844
9845         * lily/break-substitution.cc: add header.
9846         (fast_substitute_grob_array): rewrite for Grob_arrays.
9847         (substitute_grob_array): idem.
9848
9849         * lily/group-interface.cc (add_thing): remove file.
9850
9851         * flower/include/parray.hh (class Link_array): slice() is const.
9852
9853         * lily/include/grob-array.hh: new file.
9854
9855         * lily/grob-array.cc (spanner): new file.
9856
9857         * lily/beam-quanting.cc (fill): read details property from beam.
9858
9859         * lily/beam.cc: support details property.
9860
9861         * total speedups below: approx 10%.
9862
9863         * lily/include/beam.hh: new struct, softcode beam quanting parameters
9864
9865         * lily/include/grob.hh (class Grob): add interfaces_ member.
9866
9867         * lily/bezier.cc (init_polynomial_cache): new function: cache
9868         binom(3,j) t^j (1-t)^{3-j}
9869         (curve_point): opps, actually use the cache for t^j , (1-t)^j! 
9870
9871         * lily/*.cc: substitution throughout.
9872
9873         * lily/grob-property.cc (internal_get_object): new routine.
9874         (internal_set_object): idem. Store grob refrences in separate
9875         alist. This saves processing time, since properties aren't
9876         break-substituted, and the per grob namespace is smaller, both for
9877         grobs and non-grob properties.
9878
9879         * scm/define-grob-properties.scm (all-internal-grob-properties):
9880         remove center-element.
9881
9882         * lily/grob.cc: remove tweak-count, tweak-rank.
9883
9884 2005-07-15  Graham Percival  <gperlist@shaw.ca>
9885
9886         * Documentation/user/lilypond-book.itely: fixes example.
9887
9888 2005-07-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9889
9890         * Documentation/user/global.itely (Creating titles):    
9891         * Documentation/user/examples.itely (All headers): change the
9892         place of \header in \score blocks (after music block) to make
9893         examples compile (cf. changes on parser.yy on 2005-07-10)
9894
9895 2005-07-13  Graham Percival  <gperlist@shaw.ca>
9896
9897         * python/convertrules.py: add exc -> ecc rule.
9898
9899         * scripts/convert-ly.py: add location of convertrules.py
9900         in a comment.
9901
9902         * Documentation/user/changing-defaults.itely: fix language.
9903
9904 2005-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
9905
9906         * lily/lily-parser-scheme.cc (LY_DEFINE): Guile 1.6 fix.
9907
9908 2005-07-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9909
9910         * scm/output-socket.scm (grob-bbox): don't use inf? 
9911
9912         * flower/include/rational.hh: add operator bool() 
9913
9914         * scm/define-music-types.scm (music-descriptions): remove
9915         internal-class-name properties.
9916
9917         * lily/include/event.hh: remove file.
9918
9919         * lily/include/music-constructor.hh: remove file.
9920
9921         * lily/parser.yy (Lily_lexer): check EVENT_IDENTIFIER using 'event
9922         in 'types property.
9923
9924         * lily/music.cc (duration_length_callback): new function.
9925
9926         * lily/event.cc: remove file.
9927
9928         * lily/music-constructor.cc: remove file.
9929
9930         * lily/music-scheme.cc (LY_DEFINE): rename to ly:make-music
9931
9932         * lily/context.cc (get_grob_key): nop if use_object_keys not set.
9933         (get_context_key): idem.
9934
9935         * scm/lily.scm (lambda): new option object-keys (default to #f)
9936
9937         * scm/output-svg.scm (utf-8-string): rename  from utf8-string.
9938
9939         * scm/output-gnome.scm: remove beam routine.
9940
9941         * scm/output-ps.scm (scm): idem.
9942
9943         * scm/output-svg.scm: remove beam.
9944
9945         * ps/music-drawing-routines.ps: remove draw_beam.
9946
9947         * lily/lookup.cc (beam): use round_filled_polygon() for beam.
9948
9949         * flower/include/guile-compatibility.hh (scm_from_locale_string):
9950         add scm_from_locale_string compatibility glue. 
9951
9952 2005-07-13  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
9953
9954         * scripts/lilypond-book.py: Prevent occuring error when
9955         'lilypond-book --output=foo/ somefile.ly' is executed multiple
9956         times and target file shoud be overwritten.  (Error message said
9957         'input file and output file is same'.)
9958
9959 2005-07-13  Graham Percival  <gperlist@shaw.ca>
9960
9961         * input/regression/slur-extreme.ly,
9962         input/regression/slur-scoring.ly, lily/slur-configuration.cc,
9963         lily/slur.cc, mf/feta-din-code.mf, mf/feta-timesig.mf,
9964         mf/parmesan-heads.mf, scm/define-grob-properties.scm: Change
9965         "excentricity" to "eccentricity".
9966
9967         * Documentation/user/converters.itely: fix URL for Noteedit and
9968         Rosegarden.
9969
9970         * THANKS: added Yoshinobu Ishizaki.
9971
9972 2005-07-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9973
9974         * scm/define-markup-commands.scm (justify-field): add. 
9975
9976         * scm/define-grobs.scm (all-grob-descriptions): decrease font size.
9977
9978 2005-07-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9979
9980         * lily/lookup.cc (filled_box): express filled_box with
9981         round_filled_box
9982
9983         * scm/midi.scm (paper-book-write-midis): new function. Write all
9984         performances in numbered MIDI files.
9985
9986         * lily/performance-scheme.cc (LY_DEFINE): new file.
9987         (LY_DEFINE): new function ly:performance-write.
9988
9989         * lily/lily-parser-scheme.cc (LY_DEFINE): ly:parser-output-name:
9990         new function.
9991         (LY_DEFINE): change name ly:parser-define -> ly:parser-define!
9992
9993         * scm/framework-*.scm: use port arguments throughout.
9994
9995         * lily/include/lily-guile.hh: rename ly_c_X_p -> ly_is_X
9996
9997         * lily/paper-outputter.cc (Paper_outputter): take port argument.
9998
9999         * lily/paper-outputter-scheme.cc (LY_DEFINE): take port argument.
10000
10001         * scm/framework-texstr.scm (output-framework): 
10002
10003         * input/regression/repeat-fold.ly (texidoc): remove TeX strings.
10004
10005         * scm/output-lib.scm (tablature-stem-attachment-function):
10006         tablature stem attachment fix. 
10007
10008 2005-07-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10009
10010         * lily/bezier.cc: hardcode binomial coefficients of order 3.
10011
10012         * lily/include/music-wrapper.hh: remove Music_wrapper as Music subtype.
10013
10014         * scm/define-music-types.scm (music-descriptions): don't use
10015         Music_wrapper type.
10016
10017         * lily/paper-column.cc (print): print moment too.
10018
10019         * scripts/mup2ly.py (cp_to_dir): remove 1.5.2 compat glue.  
10020         remove compatibility cruft.
10021
10022         * lily/parser.yy (score_body): \score can only begin with Music. 
10023
10024         * lily/score-scheme.cc (LY_DEFINE): rename scorify to
10025         make-score. Take music argument only. Move parser interaction to
10026         Scheme.
10027
10028         * scm/lily-library.scm (scorify-music): new function.
10029
10030         * python/lilylib.py (datadir): remove 2.1 compat kludge.
10031         (datadir): remove resource import.
10032         (print_environment): remove get_bbox()
10033         (cp_to_dir): remove pre 1.5.2 compat glue.
10034
10035 2005-07-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10036
10037         * lily/include/simple-spacer.hh (Module): idem.
10038
10039         * lily/include/spring.hh (struct Spring): store inverse
10040         strength. This prevents division by zero.
10041
10042         * VERSION: release 2.7.0
10043         
10044         * lily/include/music.hh (class Music): remove Music::duration_log()
10045
10046         * lily/stem-engraver.cc (make_stem): take duration log from event.
10047
10048         * lily/chord-tremolo-engraver.cc: don't ack note-head-interface.
10049
10050 2005-07-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10051
10052         * scm/lily.scm (ly:load): load autochange.scm
10053
10054         * Documentation/user/tutorial.itely (Running LilyPond for the
10055         first time): remove reference to DVI/TeX
10056
10057         * scm/define-markup-commands.scm (text): add \text markup command.
10058
10059         * configure.in (reloc_b): bump requirement to Python 2.2.
10060
10061         * lily/include/dots.hh (class Dots): make has_interface() static.
10062
10063         * python/convertrules.py (conv): add rule for ly:grob-default-font
10064
10065         * scm/define-grobs.scm (all-grob-descriptions): reorganize in
10066         alphabetical order.
10067
10068         * input/regression/trill-spanner-pitched.ly: new file.
10069
10070         * lily/font-interface-scheme.cc (LY_DEFINE): function
10071         ly:grob-default-font (changed from get-default-font).
10072
10073         * lily/axis-group-interface-scheme.cc (LY_DEFINE): new file.
10074
10075         * lily/note-head.cc (internal_print): if style is not a symbol,
10076         set style to 'default. 
10077         (internal_print): no style suffix if glyph-name-procedure not
10078         set. Default to quarter head.
10079
10080         * scm/define-grobs.scm (Module): new grob TrillPitchHead.
10081
10082         * scm/define-music-properties.scm (all-music-properties): add trill-pitch.
10083
10084         * ly/music-functions-init.ly: \pitchedTrill
10085
10086         * lily/pitched-trill-engraver.cc (acknowledge_grob): new file.
10087
10088         * ly/Welcome_to_LilyPond.ly: update to 2.6.0
10089
10090         * lily/trill-spanner-engraver.cc (finalize): rename req -> event
10091
10092         * scm/define-markup-commands.scm (pad-markup): pad-markup command.
10093
10094         * po/fr.po: update
10095
10096         * po/de.po: update.
10097
10098 2005-07-06  Graham Percival  <gperlist@shaw.ca>
10099
10100         * Documentation/user/changing-defaults.itely: add link
10101         to grob-iterface.
10102
10103         * Documentation/user/advanced-notation.itely: add material
10104         to Setting automatic beam behaviour.  Thanks, Joe!
10105
10106         * Documentation/user/lilypond.itely: change encoding to utf-8.
10107
10108 2005-07-01  Mats Bengtsson  <mabe@s3.kth.se>
10109
10110         * Documentation/user/advanced-notation.itely (Setting automatic
10111         beam behavior): Correct the documentation of
10112         revert-auto-beam-setting (backportme)
10113
10114 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10115
10116         * lily/ly-module.cc (ly_make_anonymous_module): define
10117         %module-public-interface of module. 
10118
10119         * lily/lily-parser.cc (print_smob): allow printing of parser smob
10120         without lexer.
10121
10122 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10123
10124         * input/regression/fret-diagrams.ly: stretch example.
10125
10126 2005-06-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10127
10128         * cygwin/GNUmakefile ($(outdir)/%.sh): Bugfix: use TAB (Bertalan
10129         Fodor).
10130
10131 2005-06-30  Graham Percival  <gperlist@shaw.ca>
10132
10133         * Documentation/topdocs/AUTHORS.texi: update personal web address.
10134
10135         * Documentation/user/examples.itely, lilypond-book.itely:
10136         change \RequirePackage to \usepackage.
10137
10138         * Documentation/user/global.itely: document copyright and tagline.
10139
10140 2005-06-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10141
10142         * Documentation/user/basic-notation.itely (Transpose): remove link
10143         to nonexistent UntransposableMusic.
10144
10145         * scm/output-svg.scm: remove old definitions.
10146
10147         * scripts/lilypond-book.py (do_file): search for kpsewhich before
10148         invoking.
10149
10150         * python/lilylib.py (search_exe_path): new function.
10151
10152 2005-06-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10153
10154         * python/lilylib.py (mkdir_p): remove setup_environment()
10155         (backportme)
10156
10157         * buildscripts/mutopia-index.py (headertext): trim text.
10158
10159         * Documentation/topdocs/NEWS.tely (Top): refresh.
10160
10161         * scm/define-markup-commands.scm (wordwrap-string): new function:
10162         split string in paras and words.
10163         (wordwrap-markups): new function.
10164         (wordwrap-stencils): new function. 
10165         (justify): use it.
10166         (wordwrap): use it.
10167         (wordwrap-string): use it
10168         (justify-string): use it.
10169
10170         * scm/lily-library.scm (regexp-split): new function.
10171
10172         * scm/define-markup-commands.scm: remove encoded-simple. 
10173         remove font-markup.
10174         (fontsize): remove old version  of fontsize.
10175         (wordwrap): new markup function. Wrap into paragraphs.
10176
10177         * VERSION: Branch lilypond_2_6
10178         (MINOR_VERSION): go to 2.7.0
10179
10180 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10181
10182         * po/zh_TW.po: update from translation project.
10183
10184 2005-06-28  Graham Percival  <gperlist@shaw.ca>
10185
10186         * scm/midi.scm: compile fix.
10187
10188 2005-06-28  Mats Bengtsson  <mabe@s3.kth.se>
10189
10190         * scripts/lilypond-book.py : Fix embarrassing bug in my previous
10191         patch. Now, the tempfile module is loaded too, not only used.
10192
10193 2005-06-28  Stephen Charles McCarthy  <stecmccarthy@hotpop.com>
10194
10195         * scm/midi.scm: changed midi volumes in absolute-volume-alist from
10196         0.05 - 1.00 to 0.25 - 1.00
10197
10198         * scm/midi.scm: moved the default-instrument-equalizer procedure
10199         to just under the insturment-equalizer-alist it takes as an
10200         argument.
10201
10202 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10203
10204         * Documentation/user/advanced-notation.itely (Font selection):
10205         remove CMR note.
10206
10207         * scm/framework-ps.scm (write-preamble): ly:warning iso. ly:warn 
10208
10209 2005-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10210
10211         * THANKS: Add UTF-8 marker.
10212
10213         * Documentation/user/point-and-click.itely (http): Update: use
10214         lilypond-invoke-editor.  Fix: instruct to use user.js.
10215
10216 2005-06-27  Graham Percival  <gperlist@shaw.ca>
10217
10218         * ly/titling-init.ly: implements printpagenumber, increases
10219         space between dedication and title (to avoid collisions with
10220         "g" and "q" in dedication), and nicer logic about copyright
10221         and instrument fields being printed on the first page.
10222         Thanks Vincent!
10223
10224         * Documentation/user/global.itely: document printpagenumber.
10225
10226 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10227
10228         * Documentation/topdocs/NEWS.tely: Update to 2.6.
10229
10230 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10231
10232         * THANKS: update to 2.6
10233
10234         * VERSION: 2.6.0 released.
10235
10236 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10237
10238         * cygwin/GNUmakefile (OUT_POSTREMOVES): Reinclude install script
10239         rule, errorneously removed probably because of misleading comment.
10240
10241 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10242
10243         * python/lilylib.py (datadir): py2exe comments.
10244
10245         * Documentation/topdocs/INSTALL.texi (Top): remove EC fonts requirement.
10246
10247         * configure.in (reloc_b): make fontconfig REQUIRED.
10248
10249 2005-06-27  Heikki Junes <hjunes@cc.hut.fi>
10250
10251         * po/fi.po: add latest translations.
10252
10253 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10254
10255         * ChangeLog: recode utf-8
10256
10257         * Documentation/pictures/lilypond.xpm (Module): edited photo as
10258         logo.
10259
10260         * Documentation/user/examples.itely (Module): 2.4.0 -> 2.6.0
10261
10262         * input/*.ly (Module): 2.4 -> 2.6 grand convert-ly s/r. 
10263
10264         * python/convertrules.py (do_conversion): don't print program_name
10265         from within a module
10266
10267         * configure.in (reloc_b): bump fontforge requirement to 20050624.
10268
10269         * python/convertrules.py (conv): add 2.6.0 dummy rule.
10270
10271 2005-06-23  Graham Percival  <gperlist@shaw.ca>
10272
10273         * Documentation/user/lilypond-book.itely,
10274         Documentation/user/examples.itely: add \RequirePackage{graphics}.
10275
10276         * ly/titling.ly: checks printfirstpagenumber, adds meter, and
10277         fixes baseline-skip.  Thanks Vincent!
10278
10279         * Documentation/user/advanced-notation.itely, global.itely:
10280         moved "Selecting font sizes" to global, since it deals with
10281         notation font size, not text fonts.
10282
10283 2005-06-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10284
10285         * buildscripts/gen-emmentaler-scripts.py (notice): add GPL notice
10286         to fonts.
10287
10288 2005-06-23  Mats Bengtsson  <mabe@s3.kth.se>
10289
10290         * scripts/lilypond-book.py (LATEX_DOCUMENT): More or less ugly
10291         workaround since /dev/stdin doesn't work on Cygwin. Using a
10292         temporary file in the current directory since latex doesn't
10293         understand the path name to the default TMP in Cygwin (at least on
10294         win XP).
10295         
10296         * Documentation/user/global.itely (Creating titles): Correct
10297         misprint in example. Thanks to Rob Vlasaty.
10298
10299 2005-06-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10300
10301         * VERSION (PATCH_LEVEL): release 2.5.32
10302
10303         * lily/lily-parser-scheme.cc (LY_DEFINE): don't set 'parser
10304         variable in lily module
10305
10306         * scm/framework-ps.scm (output-classic-framework): error message
10307         regarding the classic framework.
10308
10309         * Documentation/user/henle-flat-gray.png (Module): new file.
10310
10311         * Documentation/user/baer-flat-gray.png (Module): new file.
10312
10313         * scm/output-lib.scm (fret-number-tablature-format): vcenter and
10314         whiteout for markups.
10315
10316         * buildscripts/substitute-encoding.py (note_glyph): include _ in
10317         regex too. This fixes change clef appearance in PDF. 
10318
10319         * ttftool/include/*: remove.
10320
10321         * configure.in (reloc_b): remove TTFTOOL_ENDIAN
10322
10323         * config.make.in (WINDRES): remove TTFTOOL_ENDIAN.
10324
10325         * lily/GNUmakefile (MODULE_INCLUDES): remove ttftool
10326
10327         * ttftool/*: remove ttftool subdirectory.
10328
10329         * GNUmakefile.in (SUBDIRS): remove ttftool subdirectory.
10330
10331         * lily/ttf.cc (print_header): new file. Convert to type42, using
10332         FreeType to parse the TTF. 
10333
10334         * ttftool/parse.c (readPostTable): ugh. Kludge: nglyphs in maxp
10335         and post table may differ. Pass around post_nglyphs as well.
10336
10337 2005-06-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10338
10339         * ly/music-functions-init.ly (musicMap): new music function
10340         musicMap. 
10341         
10342 2005-06-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10343
10344         * make/mutopia-rules.make: anti-alias-factor = 2
10345
10346         * scm/ps-to-png.scm (make-ps-images): cleanup multipage vs. single
10347         page switch.
10348
10349         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): set
10350         anti-alias-factor for lilypond-book runs.
10351
10352         * scm/ps-to-png.scm (scale-down-image): new function.
10353         (my-system): new function.
10354         (make-ps-images): blow up GS resolution by anti-alias-factor,
10355         scale down image by anti-alias-factor.  This improves appearance
10356         of bitmaps
10357         (make-ps-images): remove showpage. Fixes spurious empty png at
10358         end.
10359
10360         * scm/framework-ps.scm (write-preamble): downcase filename before
10361         string-matching. Should fix .TTF files (as opposed to ttf files)  
10362
10363         * Documentation/user/tutorial.itely (Running LilyPond for the
10364         first time): separate subsections for windows, macos and unix.  
10365
10366         * Documentation/user/invoking.itely (Updating files with
10367         convert-ly): add MacOS X note.
10368
10369 2005-06-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10370
10371         * Documentation/user/introduction.itely (Engraving): don't include
10372         file optical-spacing, add directly.
10373
10374         * lily/paper-outputter.cc (file): open file in binary mode. This
10375         fixes OTF embedding on windows.
10376
10377 2005-06-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10378
10379         * scm/framework-ps.scm (write-preamble): remove debugging output.
10380
10381         * mf/aybabtu.pe.in (i): don't generate aybabtu.cff
10382
10383         * mf/GNUmakefile ($(outdir)/fonts.cache-1): create font cache for
10384         outdir.
10385         (install-fc-cache): install font cache in installation directories.
10386
10387 2005-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10388
10389         * scm/editor.scm (editor-command-template-alist): Use char iso
10390         column, except for Emacs.
10391         (get-editor-command): Substitute char too (Bertalan Fodor).
10392
10393 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10394
10395         * scm/ps-to-png.scm (make-ps-images): Use ~S instead of single
10396         quoted ~s.  This should fix PNG output on Windows; single quotes
10397         are regular characters on Windows.
10398
10399 2005-06-16  Graham Percival  <gperlist@shaw.ca>
10400
10401         * Documentation/user/basic-notation.itely: include ChoirStaff
10402         in System start delimiters.
10403
10404         * Documentation/user/putting.itely: new doc section on
10405         fixing overlapping notation.
10406
10407 2005-06-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10408
10409         * Documentation/user/global.itely (Paper size): \paper is in
10410         \book, not \score.
10411
10412         * make/mutopia-rules.make: -ddelete-intermediate-files
10413
10414         * ly/engraver-init.ly: make Staff default child of ChoirStaff.
10415
10416 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10417
10418         * ChangeLog: Recode utf-8.
10419
10420         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install .so module in
10421         datadir with .py modules.
10422
10423 2005-06-15  Heikki Junes  <hjunes@cc.hut.fi>
10424
10425         * Documentation/user/basic-notation.itely (Ties): add tieDashed.
10426
10427 2005-06-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10428
10429         * make/mutopia-rules.make: switch off ps, p&c for lilypond runs.
10430         
10431         * scm/framework-ps.scm (write-preamble): remove status check.
10432
10433         * Documentation/user/invoking.itely (Updating files with
10434         convert-ly): remove -o option.
10435
10436         * VERSION (PACKAGE_NAME): release 2.5.31
10437
10438         * scm/framework-ps.scm (write-preamble): use ly:system.
10439         (write-preamble): verbosity.
10440
10441         * scripts/convert-ly.py: cleanup. Use lilylib. Use convertrules.
10442
10443         * python/convertrules.py: new file. Store conversion rules
10444         separately.
10445
10446 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10447
10448         * scm/backend-library.scm (postprocess-output): remove debugging gobs.
10449
10450 2005-06-14  Mats Bengtsson  <mabe@s3.kth.se>
10451
10452         * Documentation/topdocs/NEWS.tely (Top): Corrected name of
10453         \musicDisplay 
10454
10455         * Documentation/user/instrument-notation.itely (More stanzas): Add
10456         reference to StanzaNumber.
10457
10458 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10459
10460         * THANKS: separate section for website translators.
10461
10462 2005-06-14  Graham Percival  <gperlist@shaw.ca>
10463
10464         * Documentation/topdocs/INSTALL.texi: update vim info;
10465         thanks Simon Bailey!
10466
10467         * Documentation/user/advanced-notation.itely: included
10468         color names.
10469
10470         * Documentation/user/advanced-notation.itely,
10471         Documentation/usr/notation-appendices.itely: moved
10472         color names into an appendix.
10473
10474 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10475         
10476         * lily/program-option.cc (LY_DEFINE): new function ly_add_option.
10477
10478         * scm/lily.scm (lambda): initialize program options from here.
10479
10480         * scm/framework-*.scm: add header info.
10481
10482         * lily/main.cc (parse_argv): only set output format to pdf if no
10483         other format specified.
10484
10485         * scm/backend-library.scm (postprocess-output): process
10486         'delete-intermediate-files after running convert-to-*. This fixes
10487         PNG generation when 'delete-intermediate-files is set.
10488         
10489 2005-06-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10490
10491         * buildscripts/mutopia-index.py (list_item): thinko. Fixes png
10492         links on website. 
10493
10494 2005-06-13  Graham Percival  <gperlist@shaw.ca>
10495
10496         * Documentation/topdocs/INSTALL.texi,
10497         Documentation/user/lilypond-book.itely: typos.
10498
10499 2005-06-12  Pal Benko  <benkop@freestart.hu>
10500
10501         * elisp/lilypond-mode.el (LilyPond-command-alist: 2PS): space
10502         added between program name and switch; -b changed to -f not
10503         to generate pdf
10504
10505 2005-06-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10506
10507         * elisp/lilypond-mode.el (LilyPond-command-alist): remove 2midi
10508         (LilyPond-command-alist): use -f ps (thanks to Pal Benko)
10509
10510         * input/sakura-sakura.ly: add \midi.
10511
10512         * buildscripts/mutopia-index.py (find): use /usr/bin/find
10513         iso. python find. 
10514
10515         * ttftool/test.c (main): cosmetics.
10516
10517         * ttftool/util.c (surely_lseek): use stdio FILE's for I/O 
10518
10519         * ttftool/test.c: new file. If compiled with -DTEST_TTFTOOL,
10520         create a ttf2ps binary.
10521
10522         * scm/ps-to-png.scm (make-ps-images): fix rename-page-1 functionality.
10523
10524         * scm/backend-library.scm (postscript->png): set rename-page-1 to
10525         true.
10526
10527 2005-06-11  Graham Percival <gperlist@shaw.ca>
10528
10529         * Documentation/user/lilypond-book.itely: add warning about
10530         the font warnings in dvips.
10531
10532 2005-06-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10533
10534         * THANKS: typo
10535
10536         * mf/GNUmakefile ($(outdir)/$(redhat-package)): Fedora-4 url.
10537
10538         * GNUmakefile.in: remove links for .map, .enc
10539         don't fail if out/ doesn't exist yet.
10540
10541 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10542
10543         * ttftool/util.c (surely_read): return nbytes
10544
10545         * stepmake/bin/text2html.py (txt2html): add utf-8 marker. 
10546
10547         * VERSION (PACKAGE_NAME): release 2.5.30
10548
10549         * flower/string-convert.cc (precision_string): >? fix.
10550
10551         * scm/ps-to-png.scm (make-ps-images): search-gs for multipage too.
10552         (make-ps-images): add verbose -q too.
10553
10554         * lily/default-actions.cc (Module): new file. default
10555         {book,score}-print functions.
10556
10557         * scm/ly-from-scheme.scm (ly:parse-string-result): use new setup:
10558         pass results via parseStringResult, lookup via ly:parser-lookup.  
10559
10560         * lily/lily-parser.cc (Lily_parser): only clone lexer in
10561         constructors.
10562         (parse_file): encapsulate do_yyparse() in scm_set_current_module()
10563         (parse_string): idem.
10564
10565         * ly/spanners-init.ly (assertBeamQuant): don't use #{ #} in init.
10566
10567         * lily/main.cc (main_with_guile): copy be_verbose_global into
10568         ly_set_option()
10569
10570 2005-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10571
10572         * scm/backend-library.scm (postscript->pdf):
10573         * scm/ps-to-png.scm (make-ps-images): Do not use gs -q switch in
10574         verbose mode.  Search for several names of gs executable.
10575
10576 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10577
10578         * lily/ly-module.cc (ly_make_anonymous_module): call make-module
10579         directly. This fixes a massive memory leak, provided you use CVS
10580         GUILE.
10581
10582 2005-06-10  Erik Sandberg  <ersa9195@student.uu.se>
10583
10584         * ly/property-init.ly: Added tieDashed.
10585
10586         * THANKS: Added some bughunters for 2.5.
10587
10588 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10589
10590         * lily/program-option.cc: add debug-gc option.
10591
10592         * lily/include/lily-guile-macros.hh: don't protect exported module
10593         objects.
10594
10595         * lily/include/lily-parser.hh (class Lily_parser): remove beam_check().
10596
10597         * scm/backend-library.scm (postscript->pdf): use
10598         delete-intermediate-files iso. running-from-gui? 
10599
10600         * ttftool/util.c (surely_read): robustness. Allow read() to return
10601         less bytes than requested, as per posix standards.
10602
10603         * lily/pfb.cc (LY_DEFINE): set ttf_verbosity from ttf-verbosity
10604         program option.
10605
10606         * ttftool/include/ttftool.h ("C"): rename verbosity to
10607         ttf_verbosity. Add to public interface.
10608
10609         * scm/music-functions.scm (unfold-repeats): remove debugging display.
10610
10611         * lily/program-option.cc: rename from scm-option.cc
10612
10613         * lily/scm-option.cc (LY_DEFINE): handle no-foobar option setting.
10614         (get_help_string): Print pretty help string.
10615
10616         * scripts/lilypond-book.py (PREAMBLE_LY): add no-point-and-click
10617         to snippet preamble.
10618
10619         * lily/scm-option.cc: remove command-line-settings option. Fold
10620         all command-line options plus default settings in a generic
10621         interface. 
10622
10623         * flower/getopt-long.cc (table_string): indent 2nd lines of help
10624         texts too.
10625
10626 2005-06-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10627
10628         * flower/file-name.cc: Bugfix: only append DIRSEP if BASE_
10629         or EXT_ components non-empty.
10630
10631 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
10632
10633         * scm/lily.scm (running-from-gui?): Export.
10634
10635         * lily/lily-parser-scheme.cc (ly:parse-file): Use it to generate
10636         output in .ly source directory.
10637
10638 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10639
10640         * ttftool/util.c (surely_lseek): more verbosity.
10641
10642         * lily/include/lily-proto.hh: add Context_def. This fixes FC4
10643         compile.
10644
10645         * lily/parser.yy (Repeated_music): remove >? 
10646
10647         * scm/backend-library.scm (postscript->pdf): Support for
10648         -dgs-font-load=1
10649
10650         * scm/framework-ps.scm (write-preamble): make font loading
10651         switchable to GS via --define-default gs-font-load=1
10652
10653 2005-06-09  Graham Percival  <gperlist@shaw.ca>
10654
10655         * Documentation/user/global.itely: added \layout docs.
10656
10657 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10658
10659         * lily/lily-parser-scheme.cc: add unistd.h
10660
10661 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10662
10663         * scm/editor.scm: add char argument.
10664
10665         * scripts/lilypond-invoke-editor.scm (dissect-uri): add char. 
10666
10667         * ttftool/util.c (syserror): use errno for better error reporting.
10668
10669         * lily/source-file.cc (get_counts): new function. Calc column,
10670         line and char count in one go.
10671
10672         * lily/binary-source-file.cc (quote_input): rename to quote_input
10673
10674         * lily/input.cc (set): new function.
10675
10676 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
10677
10678         * flower/file-path.cc (find): Bugfix.  Append rather than prepend
10679         directory part of file name to search directory.
10680
10681         * lily/lily-parser-scheme.cc (ly:parse-file): Prepend cwd to
10682         search path and chdir to DIR if --outname=DIR used.
10683
10684         * lily/main.cc (prepend_env_path): Bugfix: Check directory
10685         existence before appending original path.
10686
10687 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10688
10689         * ttftool/parse.c (readNamingTable): verbosity for "bad TTF
10690         file" massage.
10691
10692         * Documentation/user/GNUmakefile (TEXINPUTS): set TEXINPUTS so our
10693         texinfo.tex is always used.
10694         
10695 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10696
10697         * flower/include/axis.hh: rename from axes.hh
10698
10699         * lily/include/text-interface.hh (Module): rename from text-item.hh
10700
10701         * VERSION (PATCH_LEVEL): release 2.5.29
10702
10703         * ttftool/parse.c (readNamingTable): handle Apple/8bit encoding too.
10704
10705         * scm/framework-ps.scm (font-file-as-ps-string): new function.
10706         (handle-macfont): new function. Call fondu for Native mac fonts.
10707
10708         * scm/define-markup-commands.scm (fill-line): handle text-widths =
10709         '() case.
10710
10711 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10712
10713         * scm/ps-to-png.scm (make-ps-images): Bugfix: `Pages: 1\n' is not
10714         multi-page.  Fix .eps regular expression.
10715
10716 2005-06-07  Graham Percival  <gperlist@shaw.ca>
10717
10718         * Documentation/user/putting.itely: add info on modifying templates.
10719
10720         * Documentation/user/lilypond.itely, converters.itely, invoking.itely:
10721         misc small changes.
10722
10723 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10724
10725         * scm/ps-to-png.scm (make-ps-images): no paper size for multi-page.
10726
10727         * scripts/lilypond-ps2png.scm
10728
10729         * VERSION (PACKAGE_NAME): release 2.5.28
10730
10731 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10732
10733         * lily/main.cc (prepend_env_path): Do not append /, that does not
10734         work.  Localedir lives in datadir, not in prefix.
10735
10736         * scm/framework-ps.scm (write-preamble): Remove load-font-via-GS
10737         hack for windows.
10738
10739         * flower/include/file-cookie.hh: Compile fix.
10740
10741 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10742
10743         * ly/engraver-init.ly: add \defaultchild to InnerStaffGroup. 
10744
10745         * scm/ps-to-png.scm (gulp-port): rename from read. Don't redefine
10746         system primitives.
10747         (gulp-port): using read-string!/partial. We don't want to read an
10748         entire PS file  (GUILE 1.6 limits strings to 16M) 
10749
10750         * scm/define-grobs.scm (all-grob-descriptions): remove arch-*
10751         properties. Add font-interface. 
10752
10753         * scm/define-grob-properties.scm (all-user-grob-properties):
10754         remove old bracket properties.
10755
10756         * scm/x11-color.scm: reformat. 
10757
10758         * lily/ledger-line-engraver.cc (acknowledge_grob): create new
10759         LedgerLineSpanner if new StaffSymbol is found. 
10760
10761         * lily/staff-symbol-engraver.cc (acknowledge_grob): also set
10762         staff-symbol for finishing staff. 
10763
10764         * lily/GNUmakefile (OUT_DIST_FILES): don't dist Flex output
10765
10766         * scm/output-svg.scm (setcolor): implement (re)setcolor with <g>
10767         change black to currentColor everywhere. This fixes color support
10768         in SVG.
10769
10770 2005-06-06  Carl Sorensen  <carldsorensen@comcast.net>
10771
10772         * input/regression/fret-diagrams.ly: new file to test fret diagram
10773         capability
10774
10775         * scm/output-tex.scm: remove white-dot and white-text
10776
10777         * scm/output-ps.scm: remove white-dot and white-text
10778
10779         * scm/fret-diagrams.scm (sans-serif-stencil-white): removed -- 
10780         using ly:stencil-in-color instead
10781         (draw-dots) : remove call to white-dot
10782
10783 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10784
10785         * flower/memory-stream.cc (Memory_out_stream): remove fopencookie
10786         support.
10787
10788         * ttftool/ttfps.c: use lily_cookie functions everywhere. 
10789
10790         * flower/include/file-cookie.hh: new file. lily_cookie extension 
10791
10792         * flower/file-cookie.cc: new file. lily_cookie extension.
10793         
10794 2005-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10795
10796         * scm/editor.scm (editor-command-template-alist): Add syn
10797         editor (Jaap [de Vos]).
10798
10799 2005-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10800
10801         * scripts/lilypond-ps2png.scm:
10802         * scm/ps-to-png.scm: New file.
10803
10804         * scm/backend-library.scm (postscript->png): Use it.
10805
10806         * scripts/lilypond-ps-to-png.py: Remove file.
10807
10808         * python/lilylib.py (get_bbox, make_ps_images): Remove.
10809
10810 2005-06-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10811
10812         * lily/auto-beam-engraver.cc (acknowledge_grob): remove dead code.
10813
10814         * scm/auto-beam.scm (default-auto-beam-check): only forbid beam
10815         start on grace moment. Fixes autobeam-grace.ly.
10816
10817         * lily/auto-beam-engraver.cc (process_acknowledged_grobs): don't
10818         process anything unless we're at the end of a pending beam. Fixes
10819         syncopated 8ths beamed across a beat.
10820
10821 2005-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10822
10823         * scm/editor.scm (editor-command-template-alist): Start emacs if
10824         emacslient fails.
10825
10826         * lily/main.cc (setup_localisation): Listen to LILYPOND_LOCALEDIR.
10827
10828         * flower/file-path.cc (is_file, is_dir): Export.
10829
10830         * lily/main.cc (prepend_env_path, set_env_file): Use them.
10831
10832 2005-06-02  Mats Bengtsson  <mabe@s3.kth.se>
10833
10834         * lily/easy-notation.cc: Added include cctype to correct
10835         compilation error.
10836
10837 2005-06-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10838
10839         * scm/backend-library.scm (postscript->pdf): set resolution to
10840         1200, so bitmap fonts aren't that ugly. 
10841
10842         * Documentation/topdocs/NEWS.tely (Top): add entry about font family.
10843
10844         * lily/dynamic-engraver.cc (acknowledge_grob): only center on
10845         parent if we have a notehead. Fixes incorrect offsets when
10846         Paper_column is very wide in the X direction.
10847
10848         * input/regression/font-family-override.ly (Module): new file.
10849
10850         * scm/font.scm (make-pango-font-tree): new function.
10851
10852         * lily/beam.cc (before_line_breaking): remove warning about less
10853         than 2 visible stems. We still get a warning when there is only
10854         one stem.
10855
10856 2005-06-01  Werner Lemberg  <wl@gnu.org>
10857
10858         * buildscripts/substitute-encoding.py: Handle PFAemmentaler-xx.pfa
10859         correctly.
10860
10861 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10862
10863         * lily/slur-scoring.cc (generate_avoid_offsets): new
10864         function. Generate avoid offsets once per slur.
10865
10866         * lily/slur.cc (add_extra_encompass): add dependency to
10867         extra-encompass object. This fixes bugs/c-phrasing-slur.ly
10868
10869         * lily/stencil.cc (is_empty): check dim_ field for is_empty()
10870         too. Fixes inf error with added bass notes.
10871
10872         * scripts/lilypond-book.py (do_options): --psfonts doesn't take
10873         argument anymore.
10874
10875         * make/ly-vars.make (DVIPS_FLAGS): use .psfonts as extension.
10876
10877         * input/tutorial/lbook-latex-test.tex: add line length test.
10878
10879         * scripts/lilypond-book.py (set_default_options): new
10880         function. Call this before dissecting snippets, so linewidth
10881         settings reach the snippets.
10882
10883 2005-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
10884
10885         * scm/lily.scm (PLATFORM, slashify): Remove double slashes.
10886
10887 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10888
10889         * input/mutopia/R.Schumann/romanze-op28-2.ly (leftb): bugfix.
10890
10891 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
10892
10893         * stepmake/aclocal.m4: More autopackage friendliness.
10894
10895 2005-05-31  Graham Percival  <gperlist@shaw.ca>
10896
10897         * Documentation/index.html.in: remove link to LSR.
10898
10899         * Documentation/user/global.itely: remove duplicate
10900         "dedication" \header{} section.
10901
10902 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10903
10904         * VERSION (PACKAGE_NAME): release 2.5.27.
10905
10906         * lily/lily-parser-scheme.cc (LY_DEFINE): unprotect paper
10907         too. Plugs memory leak.
10908
10909         * make/lilypond.fedora.spec.in (Group): remove
10910         lilypond-pdfpc-helper.
10911
10912         * scripts/GNUmakefile (SEXECUTABLES): remove
10913         lilypond-pdfpc-helper. Use lilypond-invoke-editor instead.
10914
10915         * scm/font.scm (make-century-schoolbook-tree): add Mono as
10916         'typewriter family.
10917
10918         * lily/score.cc (Score): unprotect copy of Output_def. Plugs
10919         memory leak.
10920
10921         * lily/parser.yy (score_body): don't clone Score, that's done in
10922         Lily_lexer::try_special_identifiers(). This fixes a memory leak.
10923
10924         * lily/score-engraver.cc (derived_mark): new function.
10925         (initialize): unprotect Paper_score. This fixes a memory leak.
10926
10927         * lily/score-performer.cc (derived_mark): new function.
10928
10929         * lily/score-translator.cc (get_output): use SCM for get_output() call.
10930
10931         * stepmake/aclocal.m4: put FlexLexer.h test in conftest.cc. Fixes
10932         spurious warning.
10933
10934         * scm/font.scm (make-century-schoolbook-tree): use Sans for sans
10935         serif.
10936
10937 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
10938
10939         * configure.in (reloc_b): Add --enable-relocation.
10940
10941 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10942
10943         * lily/pfb.cc (LY_DEFINE): show file name when loading PFB. 
10944
10945         * input/regression/alignment-order.ly: add Staff example.
10946
10947 2005-05-31  John Mandereau   <john.mandereau@free.fr>
10948
10949         * po/fr.po: update.
10950
10951 2005-05-31  Graham Percival  <gperlist@shaw.ca>
10952
10953         * Documentation/index.html.in: add link to LSR.
10954
10955 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10956
10957         * scm/define-stencil-commands.scm (Module): new file. Register all
10958         allowed stencil expression heads in a central place.
10959
10960         * lily/stencil-scheme.cc (LY_DEFINE): check is_stencil_head in
10961         ly:make-stencil
10962
10963         * lily/stencil-expression.cc (all_stencil_heads): registering
10964         stencil expressions.
10965
10966         * lily/stencil-interpret.cc: new file. Stencil expression
10967         interpreting.
10968
10969         * input/xiao-haizi-guai-guai.ly: move file back.
10970
10971 2005-05-30  Graham Percival  <gperlist@shaw.ca>
10972
10973         * Documentation/user/advanced.itely, converters.itely,
10974         instrument-notation.itely, lilypond-book.itely: misc small
10975         changes.
10976
10977 2005-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10978
10979         * lily/lexer.ll: Skip UTF-8 BOM at BOF.
10980
10981         * make/lilypond.fedora.spec.in: Fix source url.
10982
10983         * cygwin: Update from mingw patches.
10984
10985         * scm/editor.scm (editor-command-template-alist): Use jedit
10986         -reuseview (Bertalan), add uedit (Patrick Huberts).
10987
10988         * input/xiao-hai-zi-guai-guai.ly: Rename from
10989         xiao-haizi-guai-guai.ly.
10990
10991         * input/*: Reindent, do not use TAB.
10992
10993         * Documentation/pictures/ly.xpm: Bugfix: do not anti-alias against
10994         white background.
10995
10996 2005-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10997
10998         * scm/framework-ps.scm (dump-stencil-as-EPS): Add silly fix for
10999         numerical overflow error.
11000
11001 2005-05-29 Laura Conrad <lconrad@laymusic.org>
11002         
11003         * abc2ly.py: fix to syntax error in multi-part output.
11004
11005 2005-05-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11006
11007         * lily/span-bar.cc (print): sort bar line extents. Fixes problem
11008         with disappearing span bars when alignAboveContext is active
11009
11010         * lily/property-iterator.cc (check_grob): use is-grob?
11011         object-property. Fixes crash-key-sig-font-size.ly. 
11012
11013 2005-05-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11014
11015         * lily/bar-line.cc (print): don't round barlines; this produces
11016         odd aliasing effects in Acroread.
11017
11018         * lily/timing-engraver.cc (process_music): robustness fix.
11019
11020         * lily/context-def.cc (filter_engravers): bugfix.
11021
11022 2005-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11023
11024         * lily/lilypond.rc.in: Add ly-icon.
11025
11026         * lily/GNUmakefile: 
11027         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Add ly-icon
11028         rules.
11029
11030 2005-05-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11031
11032         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-in-color
11033
11034         * ps/music-drawing-routines.ps: 
11035
11036         * scm/output-ps.scm: remove draw ez_ball.
11037
11038         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
11039         EasyNotation context definition.
11040
11041         * lily/easy-notation.cc (brew_ez_stencil): new file. Use
11042         Text_interface and color for making easy note heads.
11043
11044         * lily/stencil.cc (with_color): new function.
11045
11046         * ps/music-drawing-routines.ps: remove draw_zigzag_line
11047
11048         * lily/line-spanner.cc (zigzag_stencil): rewrite to use draw-line
11049         output routine. Zigzag now works in SVG too.
11050
11051         * scm/output-tex.scm (filledbox): idem.
11052
11053         * scm/output-svg.scm (filledbox): idem.
11054
11055         * scm/output-ps.scm (lily-def): remove horizontal-line. 
11056
11057         * lily/lookup.cc (horizontal_line): use draw-line. 
11058
11059         * lily/system-start-delimiter.cc: remove old staff bracket code.
11060
11061         * mf/feta-haak.mf: further tweaks.
11062
11063         * lily/system-start-delimiter.cc (staff_bracket): use glyphs.
11064
11065         * mf/feta-generic.mf: include feta-haak.
11066
11067         * mf/feta-haak.mf: rewrite. Make separate glyphs for the tips 
11068
11069         * scm/framework-ps.scm (write-preamble): only load fonts if their
11070         filename is a string. 
11071
11072 2005-05-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11073
11074         * scm/output-svg.scm (circle): support circle.
11075         (bracket): stub for bracket.
11076
11077         * scripts/lilypond-book.py (main): make sure --psfonts warning is
11078         correct.
11079
11080 2005-05-26  Graham Percival  <gperlist@shaw.ca>
11081
11082         * Documentation/user/lilypond.tely, advanced-notation.itely,
11083         basic-notation.itely, instrument-notation.itely, global.itely,
11084         introduction.itely, tutorial.itely: rearranging, editing,
11085         clean-up.
11086
11087         * mf/GNUmakefile: change a "make -C" to "${MAKE} -C", required
11088         for compiling on FreeBSD.
11089
11090 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11091
11092         * lily/pfb.cc (LY_DEFINE): progress indication for opening ttf and
11093         otf files.
11094
11095         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (lower):
11096         bugfixes.
11097
11098         * VERSION: 2.5.26 released.
11099
11100         * scm/titling.scm (marked-up-headfoot): revert Pedro's patch. 
11101
11102 2005-05-25  Pedro Kroger  <kroeger@pedrokroeger.net>
11103
11104         * scm/titling.scm (marked-up-headfoot): doesn't print pagenumbers
11105         if printpagenumber is false.
11106
11107 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11108
11109         * lily/font-config.cc (init_fontconfig): comment out FontConfig
11110         cache warning.
11111
11112         * lily/tie.cc (print): support dotted ties.
11113         
11114 2005-05-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11115
11116         * scm/define-grobs.scm (all-grob-descriptions): switch off
11117         debugging
11118         (all-grob-descriptions): Arpeggio has Y-extent.
11119
11120         * scm/define-music-properties.scm (all-music-properties): document
11121         length-callback and start-callback as "read-only".
11122
11123         * scm/music-functions.scm (unfold-repeats): rewrite. Cannot set
11124         length-callback after creation. 
11125
11126         * scripts/convert-ly.py (conv): unfoldrepeats -> unfoldRepeats,
11127         compressmusic -> compressMusic.
11128
11129         * ly/music-functions-init.ly (oldaddlyrics): idem.
11130
11131         * lily/parser.yy: NewLyricCombineMusic ->
11132         LyricCombineMusic. LyricCombineMusic -> OldLyricCombineMusic.
11133
11134 2005-05-24  Pedro Kroger  <kroeger@pedrokroeger.net>
11135
11136         * ly/Welcome_to_LilyPond.ly: typo.
11137
11138 2005-05-24  Graham Percival  <gperlist@shaw.ca>
11139
11140         * Documentation/user/lilypond.tely: move changing-defaults to be
11141         before global issues.
11142
11143         * Documentation/user/basic-notation.itely: move Transpose section
11144         here from advanced/Other.
11145
11146         * Documentation/user/changing-defaults.itely,
11147         advanced-notation.itely: move Fonts to advanced, edit.
11148
11149 2005-05-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11150
11151         * lily/parser.yy (bare_int): remove rule.  From now on, we require
11152         # before negative integers.
11153
11154 2005-05-23  Graham Percival  <gperlist@shaw.ca>
11155
11156         * ly/property.ly: Update tieDotted to have the same form as slurDotted.
11157
11158         * Documentation/user/lilypond.tely: change Unified index to
11159         LilyPond index.
11160
11161         * Documentation/user/advanced-notation.itely,
11162         instrument-notation.itely: editing.
11163
11164 2005-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
11165
11166         * scm/lily.scm (lilypond-all): Bugfix: return failed.
11167
11168         * lily/main.cc (setup_paths)[__MINGW32__]: Normalize LILYPONDPREFIX.
11169
11170 2005-05-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11171
11172         * lily/general-scheme.cc (ly:stderr-redirect): Rename from
11173         ly:port-move.  Needs to be stderr-specific on mingw.
11174         Run fixcc.
11175
11176 2005-05-20  Jan Nieuwenhuizen  <janneke@gnu.org>
11177
11178         * lily/general-scheme.cc (ly:port-move): Remove.
11179
11180         * scm/backend-library.scm (postscript->pdf): Remove -dSAFER in
11181         windows.
11182
11183         * lily/main.cc (setup_paths) [ARGV0_RELOCATION]: Reinstate GS_*
11184         variables.  This eliminates the need for a gs.bat wrapper, which
11185         opens a console.
11186
11187         * scripts/lilypond-invoke-editor.scm (running-from-gui?): 
11188         * scm/lily.scm (running-from-gui?): 
11189         * lily/main.cc[MINGW]: Remove isatty inversion, this is an
11190         artifact of not compiling with -mwindows.
11191
11192         * scm/editor.scm: Define PLATFORM.
11193
11194 2005-05-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11195
11196         * scripts/lilypond-book.py (PREAMBLE_LY): add marker, where people
11197         can start to cut & paste lilypond-book fragments.  
11198
11199         * scm/define-music-types.scm (music-descriptions): remove
11200         UntransposableMusic
11201
11202 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11203
11204         * scm/output-ps.scm (glyph-string): remove / before CIDs.
11205
11206 2005-05-20  Graham Percival  <gperlist@shaw.ca>
11207
11208         * Documentation/user/instrument-notation.itely: remove *Engraver.
11209
11210         * Documentation/user/advanced-notation.itely: edit, rearrange.
11211
11212 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11213
11214         * scm/output-ps.scm (glyph-string): take cid? argument. Use
11215         findresource iso. findfont for CID CFF fonts.
11216
11217         * VERSION (PACKAGE_NAME): release 2.5.25
11218
11219         * ly/Welcome_to_LilyPond.ly: add  \version
11220
11221 2005-05-20  Graham Percival  <gperlist@shaw.ca>
11222
11223         * Documentation/user/programming-interface.itely: move
11224         \displayMusic into its own section.
11225
11226         * Documentation/user/basic-notation.itely: finish editing.
11227
11228 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11229
11230         * flower/file-path.cc (find): don't throw away file_name.dir, but
11231         append to it. Fixes \include with directories.
11232
11233         * flower/include/file-path.hh (class File_path): don't derive from
11234         Array<String>.
11235
11236         * flower/include/file-name.hh (class File_name): remove to_str0()
11237
11238         * lily/hara-kiri-engraver.cc (acknowledge_grob): split
11239         Hara_kiri_engraver in separate file.
11240
11241         * lily/slur-configuration.cc (score_encompass): oops, <? to min()
11242         translation went wrong. Fixes vertically translated slurs.
11243
11244 2005-05-19  Graham Percival  <gperlist@shaw.ca>
11245
11246         * Documentation/user/basic-notaton.itely: editing.
11247
11248 2005-05-18  Graham Percival  <gperlist@shaw.ca>
11249
11250         * Documentation/user/macros.itexi, basic-notation.itely:
11251         add @commonprop (commonly used properties) macro.
11252
11253 2005-05-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11254
11255         * ly/Welcome_to_LilyPond.ly: talk about icon, not program.
11256
11257         * scripts/lilypond-book.py (invokes_lilypond): new function
11258         (main): only run fontextract if invokes_lilypond() is true.
11259
11260         * lily/function-documentation.cc (ly_add_function_documentation):
11261         duh, use !=
11262
11263         * Documentation/topdocs/INSTALL.texi (Top): add MacOS command.
11264
11265         * stepmake/aclocal.m4: remove kpathsea warning, change to OPTIONAL.
11266
11267         * scm/lily.scm (running-from-gui?): lowercase Darwin.
11268
11269         * lily/function-documentation.cc (ly_add_function_documentation):
11270         use scm_hash_table_p() for checking.
11271
11272 2005-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
11273
11274         * Documentation/user/advanced-notation.itely (Text scripts):
11275         Change nonexisting @internalsref{Text markup} to @ref{Text
11276         markup}.  Change @internalsref{Text script} to
11277         @internalsref{TextScript}.
11278
11279         * lily/main.cc (setup_paths): Bugfix: pangorc is not pango.modules.
11280
11281 2005-05-17  Graham Percival  <gperlist@shaw.ca>
11282
11283         * Documentation/user/tutorial.itely, basic-notation.itely,
11284         changing-defaults.itely: remove duplicate cindex entries
11285         that appear on the same page.
11286
11287         * scm/define-grobs.scm: change default padding for TextSpanner.
11288
11289         * Documentation/topdocs/AUTHORS.texi: update email address.
11290
11291         * Documentation/user/global.itely: add info about \include.
11292
11293 2005-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
11294
11295         * scm/backend-library.scm (postscript->pdf): Remove (useless) .ps
11296         when running-from-gui.
11297
11298         * scm/editor.scm (get-editor): Add platform defaults.
11299
11300         * scm/backend-library.scm (postscript->pdf): Typo.
11301
11302 2005-05-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11303
11304         * scm/lily.scm (running-from-gui?): Darwin never runs from GUI.
11305
11306         * lily/font-config.cc (init_fontconfig): add warning about cache.
11307
11308 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11309
11310         * lily/main.cc (setup_paths)[ARGV0_RELOCATION]: Remove GS_*.
11311
11312 2005-05-16  Mats Bengtsson  <mabe@s3.kth.se>
11313
11314         * lily/horizontal-bracket.cc (print): Take care of the direction
11315         property so brackets above the stave point downwards. 
11316
11317         * scm/define-grobs.scm (all-grob-descriptions): Set staff-padding
11318         for HorizontalBracket so it doesn't end up within the stave.
11319
11320 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11321
11322         * lily/GNUmakefile (default): Typo.
11323
11324         * scm/lily.scm (PLATFORM): Export.
11325
11326         * scm/framework-ps.scm (write-preamble)[MINGW]: Use
11327         load-font-via-GS, ttftool or fopencookie is broken on windows.
11328         
11329         * scm/backend-library.scm (postscript->pdf)[MINGW]: Do not use
11330         -dSAFER, that is broken on windows.
11331
11332 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11333
11334         * lily/GNUmakefile ($(outdir)/FlexLexer.h): conditional dependency
11335         for FlexLexer.h
11336
11337         * scripts/lilypond-invoke-editor.scm: remove stray -
11338
11339 2005-05-15  Jan Nieuwenhuizen  <janneke@gnu.org>
11340
11341         * lily/lily-guile.cc (ly_scm2newstr): Use scm_i_string_length.
11342         Fixes deprecation warning.
11343
11344         * flower/include/string.icc (to_string): Only inline if
11345         -DSTRING_UTILS_INLINED.
11346
11347         * lily/pango-font.cc (pango_item_string_stencil): Normalize file
11348         name.  Remove windows comment.
11349
11350         * scm/editor.scm (slashify): New function.
11351         (get-editor-command): Use it.
11352         (get-command-template): Do not alter editor command if
11353         environment value includes `%(file)s' magic.
11354
11355         * scripts/lilypond-invoke-editor.scm (unquote-uri): New function.
11356         (dissect-uri): Use it.
11357         (unquote-uri): Bugfix.
11358
11359 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11360
11361         * scm/framework-ps.scm (write-preamble): add TTF rule.
11362
11363         * Documentation/topdocs/README.texi (Top): remove note about
11364         xdelta.
11365
11366         * Documentation/topdocs/INSTALL.texi (Top): remove Flex
11367         requirement.
11368
11369         * stepmake/aclocal.m4: STEPMAKE_FLEXLEXER_LOCATION: new
11370         function. Figure out where FlexLexer.h lives
11371
11372         * lily/GNUmakefile (OUT_DIST_FILES): dist lexer.cc and FlexLexer.h
11373         
11374 2005-05-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11375
11376         * scripts/lilypond-invoke-editor.scm (dissect-uri): Handle URIs
11377         with Windows root in file name.
11378
11379         * scm/backend-library.scm (ly:system): Only redirect output (using
11380         system and shell, ugh) if /dev/null is writable.
11381
11382         * Documentation/pictures/GNUmakefile [PLATFORM_WINDOWS]: Build
11383         windows icon.
11384
11385         * scm/lily.scm (is-absolute?): New function.  Fixes absolute files
11386         on Mingw.
11387
11388         * scm/output-ps.scm (grob-cause): Use it.  Fixes PDF point and
11389         click.
11390
11391         * flower/file-path.cc (is_dir, is_file): New function.  Actually
11392         use result of stat when available.
11393
11394         * flower/file-path.cc (find): Use it.  Refactor.  Fixes Mingw,
11395         absolute file name and root.
11396
11397         * scm/lily.scm (PLATFORM): On mingw, slashify getcwd.
11398
11399         * scm/editor.scm (get-editor-command): Typo: do not apply editor.
11400
11401         * flower/file-name.cc (slashify): Bugfix, do substitute if no
11402         slashes in file name.
11403
11404 2005-05-13  Jan Nieuwenhuizen  <janneke@gnu.org>
11405
11406         * Documentation/user/preface.itely (Preface): Run
11407         texinfo-all-menus-update.
11408
11409         * scm/editor.scm (get-editor-command): Bugfix: allow full
11410         LYEDITOR setting, partial XEDITOR setting.  With typo fix.
11411
11412         * Documentation/pictures/lilypond-48.xpm: New file.
11413
11414         * flower/file-path.cc (to_string): Bugfix: use PATHSEP.
11415
11416         * ly/Welcome_to_LilyPond.ly: New file.
11417
11418         * lily/main.cc (main): Only identify if we have a terminal.
11419
11420         * scm/backend-library.scm (postscript->png)
11421         (postscript->pdf): Fix file name quoting for GS/MINGW (ie,
11422         non-/bin/sh).
11423
11424 2005-05-13  Heikki Junes  <hjunes@cc.hut.fi>
11425
11426         * Documentation/topdocs/AUTHORS.texi: polish, update.
11427
11428 2005-05-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11429
11430         * Documentation/user/preface.itely (Notes for version 2.6): new
11431         notes for 2.6
11432
11433         * lily/dynamic-engraver.cc (stop_translation_timestep): first set
11434         finished_span_, then call typeset_all(). Fixes spurious "Hairpin
11435         is not fully contained" warnings.
11436
11437         * lily/slur-scoring.cc (get_bound_info): remove warning.
11438
11439         * lily/staff-symbol-engraver.cc (process_music): start initial
11440         spanner in process_music(). This fixes overrides of StaffSymbol
11441         properties.
11442
11443         * scm/framework-pdf.scm (Module): remove.
11444
11445         * Documentation/topdocs/AUTHORS.texi (AUTHORS): clean up, update.
11446
11447         * lily/ambitus-engraver.cc: formatting cleanups.
11448
11449         * mf/feta-solfa.mf (Module): remove.
11450
11451         * ChangeLog: more details about contributions.
11452
11453 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11454
11455         * lily/align-interface.cc (align_elements_to_extents): warn if
11456         called too early. Fixes: disappearing-staff-lines.ly
11457
11458         * VERSION (PACKAGE_NAME): release 2.5.24
11459
11460 2005-05-12  Jan Nieuwenhuizen  <janneke@gnu.org>
11461
11462         * stepmake/aclocal.m4: Typo.
11463
11464         * flower/string.cc (substitute): Take two strings or two
11465         characters.  Update callers.
11466
11467 2005-05-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11468
11469         * flower/file-name.cc (File_name): Slashify.
11470
11471         * scm/lily.scm: Use gui-main iso lilypond-main on MINGW.
11472
11473         * scripts/GNUmakefile (SEXECUTABLES): Add lilypond-invoke-editor.
11474
11475         * stepmake/aclocal.m4 (STEPMAKE_WINDOWS): New function.
11476
11477         * configure.in (gui_b): Use it.
11478
11479         * lily/lilypond.rc.in: New file.
11480
11481         * lily/GNUmakefile[PLATFROM_WINDOWS]: Compile it into executable.
11482
11483 2005-05-12  Graham Percival  <gperlist@shaw.ca>
11484
11485         * Documentation/user/advanced-notation.itely: edit of Text
11486         section; clarify text scripts vs. text markup.
11487
11488 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11489
11490         * lily/multi-measure-rest-engraver.cc
11491         (Multi_measure_rest_engraver): init bar_seen_ to true. Notice
11492         separation items on start. Fixes mm rests in start of score.
11493
11494         * lily/slur-scoring.cc (move_away_from_staffline): robustness,
11495         don't access StaffSymbol if not there.
11496         Fixes: crash-staff-symbol-engraver.ly.
11497
11498         * lily/instrument-name-engraver.cc (class
11499         Instrument_name_engraver): data member first_. Create
11500         InstrumentName on start. 
11501
11502 2005-05-12  Graham Percival  <gperlist@shaw.ca>
11503
11504         * Documentation/user/instrument-notation.itely: add guitar
11505         position.
11506
11507         * Documentation/user/introduction.itely,
11508         Documentation/user/lilypond.tely,
11509         Documentation/user/tutorial.itely: begin pruning
11510         unused (duplicated) cindex entries and misc cleanup.
11511
11512 2005-05-12  Mats Bengtsson  <mabe@s3.kth.se>
11513
11514         * input/test/volta-chord-names.ly: Bring the explanation up to
11515         date.
11516
11517 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
11518
11519         * Documentation/topdocs/{AUTHORS.texi,INSTALL.texi,README.texi}:
11520         Specify `@documentencoding utf-8' for html, ignore warnings.
11521
11522 2005-05-11  Erik Sandberg  <ersa9195@student.uu.se>
11523
11524         * THANKS: Added bughunters.
11525
11526 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
11527
11528         * lily/main.cc: update help string for `lilypond -H'.
11529
11530         * po/fi.po: update.
11531         
11532 2005-05-10  Graham Percival  <gperlist@shaw.ca>
11533
11534         * Documentation/user/advanced-notation.itely: minor fixes.
11535
11536 2005-05-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11537
11538         * scm/editor.scm: New module.
11539
11540         * scm/lily.scm (gui-main): Use it.
11541
11542         * scm/framework-gnome.scm (spawn-editor): Use it.
11543
11544         * scripts/lilypond-invoke-editor.scm: Use it in new script.
11545
11546 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11547
11548         * scm/framework-ps.scm (load-font-via-GS):  new function.
11549
11550         * lily/pango-font.cc (pango_item_string_stencil): add support for
11551         CID keyed font.
11552
11553         * scm/output-ps.scm (glyph-string): add support for CID keyed font.
11554
11555 2005-05-10  Graham Percival  <gperlist@shaw.ca>
11556
11557         * Documentation/user/basic-notation.itely: add @ref.
11558
11559         * Documentation/user/advanced-notation.itely: add example
11560         of 5/8 beaming.
11561
11562 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11563
11564         * scripts/lilypond-pdfpc-helper.py (ly_pc_editor): robustness fixes.
11565
11566         * scm/backend-library.scm (postscript->pdf): Invoke gs instead of
11567         going through ps2pdf wrappers.
11568
11569 2005-05-09  Jürgen Reuter  <reuter@ipd.uka.de>
11570
11571         * Documentation/user/instrument-notation.itely: petrucci note
11572         heads: updated docu
11573
11574         * input/regression/note-head-style.ly: updated regression test;
11575         indentation fixes
11576
11577         * ly/engraver-init.ly: MensuralVoiceContext: use petrucci note
11578         heads as default
11579
11580         * mf/parmesan-heads.mf: minor editing; use musicological names
11581         (rather than optical description) as note head names
11582
11583         * scm/output-lib.scm: complete petrucci heads
11584
11585 2005-05-09  Pal Benko  <benkop@freestart.hu>
11586
11587         * mf/parmesan-heads.mf: add petrucci heads (like neo-mensural
11588         heads, but bigger)
11589
11590 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11591
11592         * lily/main.cc (main_with_guile): Remove no files check.
11593
11594         * lily/main.cc (ly:usage): Export to Scheme.
11595
11596         * scm/lily.scm (no-files-handler): New function.
11597
11598         * scm/lily.scm (lilypond-main): Use it.
11599
11600         * configure.in (gui_b): Add mbrtowc checking.
11601         Resurrect [utf8/]wchar.h checking.
11602
11603 2005-05-09  Mats Bengtsson  <mabe@s3.kth.se>
11604
11605         * Documentation/user/advanced-notation.itely (Metronome marks):
11606         Add link to the program reference for MetronomeMark
11607
11608         * Documentation/user/lilypond-book.itely (An example of a
11609         musicological document): Correct the example using psfonts 
11610
11611 2005-05-09  Heikki Junes  <hjunes@cc.hut.fi>
11612
11613         * po/fi.po: update after a lesson how to update entries against
11614         source.
11615         
11616         * po/TODO: document the lesson.
11617
11618 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11619
11620         * configure.in (gui_b): remove wcrtomb checking.
11621
11622         * lily/general-scheme.cc (LY_DEFINE): hand-convert utf8 to 32
11623         bits. Patch by Matthias Neeracher. <neeracher@mac.com>
11624
11625 2005-05-09  Mats Bengtsson  <mabe@s3.kth.se>
11626
11627         * scripts/convert-ly.py: In the conversion to version 1.9.0, 
11628         keep Scheme expressions and strings unmodified when doing the
11629         conversion to postfix notation for slurs and beams. Should
11630         hopefully solve most related conversion problems. 
11631
11632         * Documentation/user/lilypond-book.itely : Clarify and correct how
11633         to call dvips with -h psfonts.
11634
11635 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11636
11637         * Documentation/user/instrument-notation.itely (Entering lyrics):
11638         Typo.  Fixes build.
11639
11640 2005-05-09  Graham Percival  <gperlist@shaw.ca>
11641
11642         * Documentation/user/lilypond-book.itely: document PSFONTS file.
11643
11644         * Documentation/user/lilypond.tely, lilypond-book.itely,
11645         tutorial.itely: change references to 2.5.x to 2.6.x.
11646
11647         * Documentation/user/instrument-notation.itely: clarified \addlyrics
11648         vs \lyricmode.
11649
11650         * Documentation/user/invoking.itely: remove old info about
11651         lilypond-profile.
11652
11653         * Documentation/topdocs/INSTALL.texi: remove old info about
11654         lilypond-profile, add warning about needing international fonts
11655         to build docs.
11656
11657 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11658
11659         * lily/include/grob-info.hh (class Grob_info): make data member
11660         private. Changes throughout.
11661
11662         * input/regression/alignment-order.ly: new file. 
11663
11664         * lily/vertical-align-engraver.cc (acknowledge_grob): read
11665         alignAboveContext and alignBelowContext
11666
11667 2005-05-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11668
11669         * lily/pfb.cc (LY_DEFINE): add cast.
11670
11671         * scm/framework-ps.scm (write-preamble): embed CFFs if file name
11672         matches .otf
11673         (write-preamble): warn about unknown fonts.
11674
11675         * lily/pfb.cc (Module): new function ly:otf->cff
11676
11677         * lily/open-type-font.cc (get_otf_table): use ::get_otf_table
11678         (get_otf_table): new function.
11679
11680 2005-05-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11681
11682         * scm/backend-library.scm (postscript->png): call lilypond-ps2png
11683         iso. ps2png.
11684
11685 2005-05-06  Heikki Junes  <hjunes@cc.hut.fi>
11686
11687         * po/fi.po: apply second round of update.
11688
11689 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11690
11691         * scm/x11-color.scm (make-x11-color-handler): don't use
11692         #\sp. Apparently doesn't work on all platforms. 
11693
11694 2005-05-06  Graham Percival  <gperlist@shaw.ca>
11695
11696         * Documentation/user/advanced-notation.itely, putting.itely,
11697         tutorial.itely, global.itely, introduction.itely: really minor fixes.
11698
11699 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11700
11701         * VERSION (PACKAGE_NAME): release 2.5.23
11702
11703 2005-05-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11704
11705         * Documentation/topdocs/AUTHORS.texi: Remove texinfo @accents,
11706         convert to utf-8.
11707
11708         * THANKS: Add translators for this release, convert to utf-8.
11709
11710         * mf/GNUmakefile (MFTRACE_FLAGS):
11711         * buildscripts/substitute-encoding.py (outdir): Build fix: pass
11712         outdir as option (WAS: hardcoded).
11713
11714 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11715
11716         * lily/staff-symbol-engraver.cc (Staff_symbol_engraver): init
11717         finished_span_
11718
11719         * THANKS: add Hans Forbrich.
11720
11721         * Documentation/topdocs/NEWS.tely (Top): document new feature.
11722
11723         * Documentation/user/basic-notation.itely (Staff symbol): document
11724         start/stop staff. Reference to ossia.ly
11725
11726         * input/test/ossia.ly: new example using stop and startStaff.
11727
11728         * lily/timing-engraver.cc: remove Timing_engraver::initialize(),
11729         in other words, don't create "|" barline at start of the score.
11730         (start_translation_timestep): don't set whichBar for start of score.
11731
11732         * input/regression/staff-halfway.ly: use new functionality.
11733
11734         * lily/staff-symbol-engraver.cc (try_music): take StaffSpanEvents,
11735         start and stop staff based on events.
11736
11737         * scm/define-music-types.scm (music-descriptions): add StaffSpanEvent
11738
11739         * ly/declarations-init.ly (startStaff, stopStaff): new identifiers.
11740
11741 2005-05-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11742
11743         * Documentation/user/programming-interface.itely (How markups work
11744         internally ): remove \encoding reference.
11745
11746 2005-05-04  Mats Bengtsson  <mabe@s3.kth.se>
11747
11748         * scripts/convert-ly.py: Attempt to do a smarter update of 
11749         text markups from versions < 1.9.0 with arbitrary nesting.
11750
11751 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
11752
11753         * po/fi.po: convert to utf-8, and update.
11754
11755 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11756
11757         * make/lilypond.suse.spec.in: update from suse 2.4 package.
11758
11759         * lily/*.cc: more <? >? to min/max changes
11760
11761         * lily/include/interpretation-context-handle.hh: rename
11762         Interpretation_context_handle to Context_handle.
11763
11764 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
11765
11766         * input/regression/GNUmakefile (local_delete): use `find` together 
11767         with `xargs` to avoid too long argument-lists in cmd line.
11768
11769 2005-05-04  Graham Percival  <gperlist@shaw.ca>
11770
11771         * Documentation/user/introduction.itely: updates "About this manual".
11772
11773         * Documentation/user/advanced-notation.itely,
11774         invoking.itely: minor fixes.
11775
11776 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11777
11778         * COPYING: add font exception. Update FSF address. 
11779
11780         * lily/context-def.cc (path_to_acceptable_context): bugfix, depth
11781         should be taken without child context.
11782
11783         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use it.
11784
11785         * scm/define-markup-commands.scm (triangle): new command, as
11786         robust replacement for unicode Delta/Triangle.
11787
11788 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11789
11790         * ps/music-drawing-routines.ps: add fillp argument.
11791
11792         * lily/lookup.cc (round_filled_polygon): polygon takes filled? argument
11793
11794         * lily/font-config.cc (init_fontconfig): don't add cff/
11795
11796         * VERSION (PACKAGE_NAME): release 2.5.22
11797
11798         * mf/GNUmakefile: remove cff/cff.ps/.map install rules.
11799
11800         * lily/grace-engraver.cc (consider_change_grace_settings): use
11801         is_alias(). Fixes problem with CueVoice grace notes. 
11802
11803         * lily/simultaneous-music-iterator.cc (construct_children): call
11804         Music_iterator::quit() for iterators that start out invalid. This
11805         fixes indefinitely continuing contexts.
11806
11807         * buildscripts/substitute-encoding.py: new file
11808
11809         * Documentation/user/basic-notation.itely (Basic polyphony): fix
11810         missing @end 
11811
11812         * scripts/lilypond-book.py (write_if_updated): print file name.
11813
11814         * Documentation/user/basic-notation.itely (Explicitly
11815         instantiating voices): idem.
11816
11817         * Documentation/user/advanced-notation.itely (Text spanners):
11818         remove stray { } 
11819
11820         * lily/context.cc (default_child_context_name): the default child
11821         is now first in accepts_list_.
11822
11823         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
11824         \defaultchild to all relevant contexts.  This fixes:
11825         drums-pitch.ly.
11826
11827         (Probably also fixes similar problems with ancient
11828         transcriptions getting CueVoices instead of the desired voices.)
11829  
11830         * lily/context-def.cc (get_default_child): new function.
11831         (get_accepted): place default child in front of list.
11832
11833         * lily/parser.yy (FIXME): add DEFAULTCHILD token.
11834
11835         * lily/include/context-def.hh (struct Context_def): add
11836         default_accept_
11837
11838 2005-05-03  Graham Percival  <gperlist@shaw.ca>
11839
11840         * scm/define-grobs.scm: remove "remove-first" line, since
11841         the absent property is set to #f anyway.
11842
11843         * Documentation/user/basic-notation.itely,
11844         advanced-notation.itely, instrument-notation.itely: minor
11845         fixes.
11846
11847         * ly/property-init.ly: add textSpanner{Up,Down,Neutral}.
11848
11849         * Documentation/user/advanced-notation.itely,
11850         changing-defaults.itely: consolidate Text stuff in
11851         advanced notation.
11852
11853         * Documentation/user/global.itely: better docs for \header.
11854
11855         * Documentation/user/putting.itely: new chapter; placeholder
11856         for future expansion.
11857
11858         * Documentation/user/examples.itely: moved "suggestions for
11859         writing LP files" section into putting.itely.
11860
11861         * Documentation/user/lilypond.itely: added new chapter,
11862         fixed the short table of contents.
11863
11864 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11865
11866         * lily/beam-quanting.cc (quanting): robustness fix, don't produce
11867         infinity for unfeasible beams.
11868
11869         * make/lilypond.fedora.spec.in (Group): idem.
11870
11871         * scripts/GNUmakefile (SEXECUTABLES): rename ps2png to lilypond-ps2png
11872
11873         * mf/GNUmakefile (ALL_GEN_FILES): remove .map
11874
11875         * scm/framework-ps.scm (write-preamble): extract CFF from OTF
11876         fonts directly.
11877
11878         * buildscripts/gen-emmentaler-scripts.py (i): idem.
11879
11880         * mf/GNUmakefile: remove all CFF rules.
11881
11882         * scm/framework-ps.scm (ps-embed-cff): reinstate.
11883
11884         * lily/open-type-font-scheme.cc (LY_DEFINE):
11885         new function ly:otf-font-table-data.
11886         (LY_DEFINE): new function otf-font?
11887
11888 2005-05-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11889
11890         * mf/GNUmakefile ($(outdir)/lilypond.map): remove rule.
11891         ($(outdir)/Fontmap.lily): idem.
11892
11893         * buildscripts/gen-emmentaler-scripts.py (i): load fetaXX encoding
11894         for PFAEmmentaler-XXX.pfa. 
11895
11896         * Documentation/user/music-glossary.tely (accidental): NL
11897         translation of accidental.
11898
11899 2005-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
11900
11901         * flower/include/international.hh: Bugfix: include "string.hh".
11902
11903         * lily/include/mingw-compatibility.hh: New file.
11904
11905         * flower/include/libc-extension.hh (memrev): Rename from strrev.
11906
11907         * configure.in: Search for mingw wcrtomb library.
11908
11909 2005-05-02  Mats Bengtsson  <mabe@s3.kth.se>
11910
11911         * scripts/convert-ly.py: Bug fix
11912
11913         * Documentation/user/changing-defaults.itely (Common tweaks):
11914         Added example where the context has to be specified explicitly
11915         (MetronomeMark). 
11916
11917 2005-05-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11918
11919         * scripts/lilypond-book.py (ly_options): set timing to #f for
11920         notime option.
11921
11922         * scripts/convert-ly.py (conv): typo.
11923
11924         * flower/*.cc: remove <? and >?
11925         
11926         * lily/*.cc: remove <? and >?
11927
11928         * lily/tweak-registration.cc (insert_tweak_from_file): Make sure
11929         that 0x0 isn't passed into scm_cons(). Fixes crash with tweak
11930         editor.
11931
11932 2005-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11933
11934         * lily/part-combine-engraver.cc: add space to variable list.
11935
11936 2005-04-30  Graham Percival  <gperlist@shaw.ca>
11937
11938         * scm/define-grobs.scm: changed RemoveEmptyVerticalGroup's
11939         remove-first to false (matches docs)
11940
11941         * Documentation/user/advanced-notation.itely: corrected docs
11942         concerning remove-first.
11943
11944 2005-04-29  Mats Bengtsson  <mabe@s3.kth.se>
11945
11946         * lily/part-combine-engraver.cc: make sure that the relevant
11947         properties are included in the documentation.
11948
11949 2005-04-28  Graham Percival  <gperlist@shaw.ca>
11950
11951         * Documentation/user/lilypond-book.itely: Bernard's docs
11952         for \betweenLilyPondSystem.
11953
11954 2005-04-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11955
11956         * Documentation/topdocs/INSTALL.texi (Top): remove TeX outdated
11957         remarks.
11958
11959 2005-04-28  Pal Benko  <benkop@freestart.hu>
11960
11961         * lily/mensural-ligature.cc (brew_flexa): apply thickness property
11962         only on vertical lines of flexa shape, and use a constant
11963         thickness value for horizontal lines (patch slightly modified by
11964         Jürgen Reuter)
11965
11966         * lily/include/mensural-ligature.hh: make 2 comments clearer
11967
11968 2005-04-28  Jürgen Reuter  <reuter@ipd.uka.de>
11969
11970         * lily/vaticana-ligature-engraver.cc (need_extra_space): renamed
11971         to need_extra_horizontal_space; bugfix: use class scope to avoid
11972         global namespace pollution
11973
11974         * Documentation/user/instrument-notation.itely (ligatures): added
11975         comment on possible future syntax change and how to work around
11976
11977         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf
11978         (epiphonus, cephalicus): fine-tune shape of plica head for narrow
11979         intervals (fixes agnus dei example)
11980
11981         * Documentation/user/instrument-notation.itely (white mensural
11982         ligatures): selected a more illustrative example
11983
11984 2005-04-28  Heikki Junes <hjunes@cc.hut.fi>
11985
11986         * Documentation/index.html.in: specify utf-8 charset in meta content.
11987
11988 2005-04-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11989
11990         * python/lilylib.py (make_ps_images): bugfixes; GS can produce
11991         empty 2nd page for single page.
11992
11993         * scm/lily.scm: remove p&c definitions.
11994
11995         * po/zh_TW.po (Module): new translation.
11996
11997         * lily/lily-guile.cc (ly_chain_assoc): remove.
11998
11999         * lily/general-scheme.cc (LY_DEFINE): export ly:chain_assoc_get
12000         (LY_DEFINE): recurse, iso. calling ly_chain_assoc.
12001
12002 2005-04-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12003
12004         * lily/beaming-info.cc: remove infinity_i
12005
12006         * scripts/abc2ly.py (out_filename): fix thinko with \version.
12007
12008 2005-04-26  Graham Percival  <gperlist@shaw.ca>
12009
12010         * Documentation/user/basic-notation.itely,
12011         instrument-notation.itely, advanced-notation.itely,
12012         changing-defaults.itely: minor fixes.  Added docs
12013         for colors to advanced-notation.itely.
12014
12015         * Documentation/user/advanced-notation.itely: fixed compile
12016         problem and added Bernard's x11-color doc patch.
12017
12018 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
12019
12020         * scm/output-ps.scm (grob-cause): Yet another fix, hope it's
12021         alright this time round.
12022
12023 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12024
12025         * Documentation/topdocs/INSTALL.texi (Top): idem.
12026
12027         * Documentation/topdocs/README.texi (Top): remove clean-fonts refs.
12028
12029         * VERSION (MAJOR_VERSION): release 2.5.21
12030
12031         * scm/output-ps.scm (grob-cause): bugfix.
12032
12033 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
12034
12035         * cygwin/*: Update.
12036
12037         * cygwin/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Remove profile
12038         stuff.
12039
12040         * scm/output-ps.scm (grob-cause): Bugfix.
12041
12042         * scm/lily.scm (ly:load): Remove x11-color.
12043
12044         * stepmake/aclocal.m4 (STEPMAKE_GET_EXECUTABLE): Bugfix: do not
12045         quote executable, fixes getting version from program --with
12046         --options.
12047         (STEPMAKE_KPATHSEA): Bugfix for Cygwin cross building: use
12048         $ac_exeect.
12049
12050         * Documentation/user/GNUmakefile: Only build music-glossary with
12051         rendered lilypond snippets during web.
12052
12053 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12054
12055         * po/de.po: update.
12056
12057         * lily/GNUmakefile (OUT_DIST_FILES): don't dist lexer.cc
12058
12059 2005-04-22  Laura Conrad <lconrad@laymusic.org>
12060  
12061         * scripts/abc2ly:
12062         second title line append with punctuation dash character;
12063         encode abc2ly python strings in utf-8
12064        
12065 2005-04-21  Laura Conrad <lconrad@laymusic.org>
12066
12067         * scripts/abc2ly fix chords (again)
12068  
12069 2005-04-22  Bernard Hurley  <bernard@fong-hurley.org.uk>
12070
12071         * scm/x11-color.scm: new file
12072         All x11 color names can be accessed with:
12073         #(x11-color 'ColorName),
12074         #(x11-color "ColorName") or:
12075         #(x11-color "color name")
12076         If the x11 color name is not recognised then it defaults
12077         to black
12078
12079         * scm/lily.scm: amended to call scm/x11-color.scm
12080
12081 2005-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12082
12083         * Documentation/user/invoking.itely (Reporting bugs): comment out
12084         reference to online PNG bug repository.
12085
12086 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12087
12088         * lily/translator-scheme.cc (ly:translator-property): Remove.
12089         Update callers.
12090
12091         * lily/context-scheme.cc (ly:context-now): Move from translator.
12092         Update callers.
12093
12094 2005-04-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12095
12096         * input/regression/grid-lines.ly (skips): refine example.
12097
12098         * scm/define-context-properties.scm
12099         (all-user-translation-properties): doc autoBeamCheck
12100
12101         * input/regression/grid-lines.ly (Module): new file.
12102
12103         * lily/grid-point-engraver.cc (Module): new file.
12104
12105         * lily/grid-line.cc (Module): new file.
12106
12107         * lily/grid-line-span-engraver.cc (Module): new file.
12108
12109         * lily/grid-line-interface.cc (Module): new file.
12110
12111 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12112
12113         * scm/auto-beam.scm (revert-property-setting): Bugfixes: add
12114         missing parameter, actualy cdr through list.  Actually return a
12115         list with ENTRY removed (was '()).
12116
12117         * scripts/convert-ly.py: Update.  Print warning if file cannot be
12118         opened.
12119         (do_conversion): Fix printing of continuation comma.
12120
12121         * Documentation/user/advanced-notation.itely (Beam formatting):
12122         Remove refbugs about compound time and mixed duration.
12123
12124         * scm/auto-beam.scm (default-auto-beam-settings): Write out all
12125         modulo moments explicitely.
12126
12127         * lily/moment.cc (operator %): New function.
12128
12129         * lily/moment-scheme.cc (ly:mod-moment): Wrap it.
12130
12131         * lily/translator-scheme.cc (ly:translator-now,
12132         ly:translator-property): New function.
12133
12134         * scm/auto-beam.scm (default-auto-beam-check): New function.
12135
12136         * lily/auto-beam-engraver.cc (test_moment): Use it.
12137
12138         * flower/rational.cc (operator %): Bugfix.
12139
12140 2005-04-21  Erik Sandberg  <ersa9195@student.uu.se>
12141
12142         * scripts/abc2ly: Bugfix
12143
12144 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12145
12146         * python/fontextract.py (write_extracted_fonts): bugfix, too many
12147         %'s on EndFont comment.
12148
12149         * lily/ledger-line-spanner.cc: some more words of explanation.
12150
12151 2005-04-20  John Williams <williams@tni.com>  
12152         
12153         * scripts/lilypond-book.py: htmlquote bugfix.
12154         Allow snippets to be given distinct filenames.
12155         Allow the default alt text to be overridden.
12156
12157 2005-04-20  Erik Sandberg  <ersa9195@student.uu.se>
12158
12159         * ly/performer-init.ly: Bugfix
12160
12161         * THANKS: Added bughunters.
12162
12163 2005-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
12164
12165         * SConstruct (test_lib): Bump mftrace requirement to 1.1.9.
12166
12167         * lily/auto-beam-engraver.cc (test_moment): Test exact measure
12168         position (was: use modulo measure length).
12169
12170         * configure.in (no gui_b): Remove optional gtk+ requirement.
12171
12172 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12173
12174         * Documentation/user/basic-notation.itely (Pitches): add
12175         LedgerLineSpanner.
12176
12177         * lily/dynamic-engraver.cc (process_music): set right bound to
12178         script if present. Else, do not set.
12179         (acknowledge_grob): only set right bound of finished spanner to
12180         note column if no other bound is set.
12181
12182         * python/lilylib.py (make_ps_images): switch back to png16m.
12183         
12184 2005-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
12185
12186         * scripts/lilypond-book.py (write_if_updated): Bugfix for not
12187         writing up to date file.  Add dvips usage suggestion.
12188
12189         * scripts/convert-ly.py: Fix error message.
12190         Print usage if no files on command line.
12191         (usage): Add example usage.
12192
12193         * input/test/compound-time.ly: New file.
12194
12195         * input/test/circle.ly: New file.
12196
12197         * Documentation/topdocs/NEWS.tely: Use them.
12198
12199         * input/test/boxed-stencil.ly: Remove \score.
12200
12201         * buildscripts/mf-to-table.py (base): Add .log dependency.
12202
12203         * mf/GNUmakefile: Add PFAemmentaler and PFAaybabtu dependencies on
12204         pfa's.  Add .log dependency
12205
12206         * scm/define-markup-commands.scm (lower): New command.
12207
12208         * elisp/lilypond-mode.el (LilyPond-pdf-command): New command,
12209         make it default.
12210
12211 2005-04-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12212
12213         * lily/dynamic-engraver.cc (acknowledge_grob): add note-column
12214         also to finished cresc as right bound. This fixes:
12215         skip-string-decresc.ly
12216
12217         * lily/slur-scoring.cc (get_bound_info): robustness: substitute
12218         relative_coordinate if extent is empty.
12219
12220         * lily/stem.cc (width_callback): determine correct extent if flag
12221         is not there. This fixes slur-no-flag.ly
12222
12223         * lily/grace-engraver.cc (consider_change_grace_settings): new
12224         function.
12225         (initialize): also consider_change_grace_settings() on
12226         initialization. Fixes large grace notes at start of score.
12227
12228         * lily/break-align-interface.cc (do_alignment): don't translate if
12229         total_extent is empty.
12230
12231         * buildscripts/lilypond-{login,profile}.sh (Module): remove file.
12232
12233 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12234
12235         * scm/output-ps.scm (grob-cause): don't add cwd if path starts
12236         with slash.
12237
12238 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
12239
12240         * stepmake/aclocal.m4: Remove tfm_path.
12241
12242 2005-04-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12243
12244         * scm/music-functions.scm (markup-expression->make-markup): fix
12245         bug with cons arguments of markup commands.
12246         (music->make-music): fix music expression property list building
12247
12248 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
12249
12250         * aclocal.m4: Massage package names.
12251
12252         * SCons updates.
12253
12254 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12255
12256         * VERSION (PACKAGE_NAME): release 2.5.20
12257
12258         * lily/stem.cc (calc_stem_info): add minimum Y extent of
12259         stem-tremolo.  Fixes: bugs/tremolo-stem-length-beamed
12260
12261         * lily/percent-repeat-engraver.cc (try_music): add measure before
12262         next_moment to future processing moment. Fixes:
12263         percent-repeat-mm-rest.ly
12264         (process_music): don't add moment for 2nd time.
12265
12266         * input/regression/repeat-percent.ly: add mmrests as extra test.
12267
12268         * lily/axis-group-engraver.cc (acknowledge_grob): read
12269         keepAliveInterfaces to decide what to kill.
12270
12271         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add
12272         percent-repeat-interface to keepAliveInterfaces. This fixes
12273         percent-repeat-harakiri.
12274
12275 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
12276
12277         * SCons updates.
12278
12279 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12280
12281         * config.make.in (TTFTOOL_ENDIAN): rm TFM_PATH
12282
12283         * aclocal.m4: remove --enable-tfm-path configure option
12284
12285         * input/test/ancient-font.ly (lowerStaff): clef name errors.
12286
12287         * scm/backend-library.scm (postscript->png): newline after
12288         finishing command.
12289
12290         * lily/paper-score-scheme.cc (LY_DEFINE): new file.
12291         (LY_DEFINE): ly:paper-score-paper-systems: new function 
12292
12293         * lily/score-scheme.cc (LY_DEFINE): require music argument. 
12294
12295         * lily/score.cc (default_rendering): use Music_output too.
12296
12297         * input/test/chord-names-languages.ly (Module): rename file.
12298
12299         * lily/text-spanner.cc: add bound-padding.
12300
12301         * lily/paper-book.cc (systems): accept Paper_score
12302         iso. Paper_system vector. 
12303
12304         * input/regression/line-arrows.ly: new file.
12305
12306         * lily/paper-score.cc (process): run get_paper_systems() only once.
12307
12308         * lily/line-spanner.cc (line_stencil): add arrows.
12309
12310 2005-04-18  Jonatan Liljedahl  <lijon@kymatica.com>
12311
12312         * lily/line-interface.cc (make_arrow): new function. 
12313         (arrows): idem.
12314
12315 2005-04-18  Mathieu Giraud  <magiraud@free.fr>
12316
12317         * input/test/chord-names-german.ly: update for italian/french
12318         chords.
12319         
12320         * Documentation/user/instrument-notation.itely (Printing chord
12321         names): update.
12322
12323 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12324
12325         * lily/include/paper-score.hh (class Paper_score): remove unused
12326         prototypes.
12327
12328         * lily/book.cc (process): add -COUNT to midi output.
12329
12330         * lily/score.cc (book_rendering): remove outname argument
12331         (book_rendering): return list of Music_outputs. 
12332
12333         * lily/global-context-scheme.cc (LY_DEFINE): remove outname argument.
12334
12335         * lily/book.cc (process): loop over Music_outputs returned from
12336         Score::book_rendering().
12337
12338         * lily/*.cc (width_callback): remove spurious "unused" warnings
12339         for assert (axis==[XY]_AXIS); 
12340
12341         * lily/include/music-output.hh (class Music_output): smobify class.
12342
12343         * lily/include/paper-score.hh (class Paper_score): make members
12344         private.
12345
12346         * lily/performance.cc (process): return #f iso. #<undefined>. This
12347         prevents #<undefined> leaking into GUILE-userspace.
12348
12349 2005-04-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12350
12351         * config.hh.in: remove HAVE_PANGO_FC_FONT_MAP_ADD_DECODER_FIND_FUNC.
12352
12353 2005-04-17  Mathieu Giraud  <magiraud@free.fr>
12354
12355         * scm/chord-name.scm : support for italian and french
12356         chords names.
12357
12358         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): add
12359         a space defined by chordPrefixSpacer when the root name is
12360         direclty followed by a prefix.
12361
12362         * ly/engraver-init.ly : chordPrefixSpacer       
12363         * scm/define-context-properties.scm : chordPrefixSpacer
12364         * ly/property-init.ly : italianChords, frenchChords 
12365
12366 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
12367
12368         * mf/feta-din.mf: Remove.
12369
12370         * mf/GNUmakefile (fontdir): Bugfix.
12371
12372         * mf/SConstruct: Some updates.
12373
12374         * SConstruct: Require pkg-config.
12375         (test_program): Bugfix for double digit version compares, use
12376         integer (not string-) compare.
12377         Optionally require gs 8.14.
12378
12379         * stepmake/aclocal.m4 (STEPMAKE_PANGO_FT2): Define HAVE_PANGO16 too.
12380
12381         * lily/*: s/ifdef HAVE_*/if have/.
12382
12383         * SConstruct (test_lib): New function.  Update pkg-config and some
12384         other requirements.
12385
12386         * configure.in: Require pkg-config.  Enforce REQUIRE and version for
12387         freetype, pangof2t.
12388
12389 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12390
12391         * po/lilypond.pot, ...: Update using bison-CVS.
12392
12393         * python/lilylib.py (make_ps_images): Fixo.
12394
12395 2005-04-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12396
12397         * python/lilylib.py (make_ps_images): typo.
12398
12399         * configure.in (gui_b): make bison optional.
12400
12401         * lily/GNUmakefile (OUT_DIST_FILES): dist parser and lexer.
12402
12403 2005-04-16  Bernard Hurley  <bernard@fong-hurley.org.uk>
12404
12405         * framework-eps.scm: code added so that a macro \betweenLilyPondSystem
12406         with one parameter can be defined in a LaTeX file when processed
12407         by lilypond-book this will be evaluated between the systems of
12408         a multi-system score. The parameter is the number of systems processed.
12409
12410 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12411
12412         * python/lilylib.py (make_ps_images): Escape newline.
12413
12414         * Documentation/user/music-glossary.tely: Run
12415         texinfo-all-menus-update.
12416
12417 2005-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
12418
12419         * scm/lily-library.scm (old-relative-not-used-message)
12420         (version-not-seen-message): Add input-file-name-location to message.
12421
12422         * lily/parser.yy (lilypond): Add token aliases.
12423
12424         * Documentation/user/music-glossary.tely (accidental): Fixes.  Do
12425         not confuse with alteration.
12426         (alteration): Add.
12427
12428 2005-04-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12429
12430         * python/lilylib.py (make_ps_images): use -dEPSCrop
12431
12432         * VERSION (PACKAGE_NAME): release 2.5.19 
12433
12434         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
12435         only put xrefs in info documentation.
12436
12437         * make/ly-rules.make ($(outdir)/%.html.omf): transplant .dvi ->
12438         .pdf rule to tex-rules.make.
12439
12440         * scm/framework-eps.scm (dump-stencils-as-EPSes): remove comments
12441         from -systems.* output.
12442
12443         * stepmake/stepmake/tex-rules.make ($(outdir)/%.pdf): make PDF
12444         directly, remove -$(PAGESIZE) target.
12445
12446         * input/test/embedded-postscript.ly: update.
12447
12448 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12449
12450         * make/lysdoc-targets.make (local-WWW): remove ps.gz target.
12451
12452         * Documentation/user/changing-defaults.itely (Font selection):
12453         document font-name.
12454
12455         * input/regression/font-name.ly: show Pango fonts for
12456         font-name. Update example. 
12457
12458         * lily/pango-select.cc (properties_to_pango_description): don't
12459         convert symbol font-size to number, but use to lookup.
12460
12461         * python/fontextract.py (write_extracted_fonts): add VMusage 0.
12462
12463         * scm/framework-ps.scm (write-preamble): use (NAME . CONTENTS) and
12464         (NAME . FILE-NAME) tuples for font descriptions. 
12465         (write-preamble): display BeginFont DSC comments.
12466
12467         * python/fontextract.py (write_extracted_fonts): new file. Extract
12468         font resources from a PS file.
12469
12470         * scripts/lilypond-book.py (option_definitions): --psfonts option.
12471         (Compile_error.process_include): do_file returns chunks.
12472
12473         * make/ly-vars.make (DVIPS_FLAGS): don't load .map file.
12474
12475         * make/lysdoc-targets.make: .texi is .PRECIOUS
12476
12477         * scripts/lilypond-book.py (write_if_updated): new function.
12478
12479 2005-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
12480
12481         * scm/framework-eps.scm (dump-stencils-as-EPSes): Massage messages.
12482
12483 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12484
12485         * scm/framework-eps.scm (dump-stencils-as-EPSes): no massages.
12486
12487         * input/regression/markup-syntax.ly: remove \score.
12488
12489         * scm/define-markup-commands.scm (draw-circle): add fill argument
12490
12491         * scm/stencil.scm (make-circle-stencil): add fill argument
12492
12493         * ps/music-drawing-routines.ps: add fill argument.
12494
12495         * ly/performer-init.ly: add CueVoice to MIDI too.
12496
12497         * ps/music-drawing-routines.ps: new routine BeginEPSF /
12498         EndEPSF.
12499
12500         * input/regression/markup-eps.ly: new file.
12501
12502         * scm/framework-ps.scm (write-preamble): change order: vars should
12503         be inited before procedures.
12504
12505         * scm/output-ps.scm (glyph-string): break lines. 255 chars is max
12506         for EPS files.
12507
12508         * scm/define-markup-commands.scm (epsfile): add epsfile command.
12509
12510 2005-04-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12511
12512         * configure.in (gui_b): add check for ghostscript 8.15
12513
12514 2005-04-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12515
12516         * lily/hairpin.cc (after_line_breaking): suicide the hairpinlet at
12517         start of line. Fixes cresc-after-newline.ly
12518
12519         * lily/source-file.cc (file_line_column_string): use get_column().
12520
12521 2005-04-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12522
12523         * lily/source-file.cc (get_column): utf-8 support for column numbers.
12524
12525 2005-04-12  Jan Nieuwenhuizen  <janneke@gnu.org>
12526
12527         * lily/*: use message () iso progress_indication () for messages.
12528         Revise/uniformise user messages.
12529
12530         * flower/warn.cc (progress_indication): New function.
12531         (message): Use it.  Fixes newline problems.
12532
12533         * config.make.in (webdir): Sort out install dirs.
12534
12535         * stepmake/stepmake/generic-targets.make (final-install): Bugfix.
12536
12537         * python/lilylib.py (command_name): Bugfix.
12538         (make_ps_images):
12539
12540 2005-04-11  Pedro Kroger  <kroeger@pedrokroeger.net>
12541
12542         * lily/main.cc: --help says what types of backends are availabe
12543
12544 2005-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12545
12546         Fix ./VERSION dependency, and without need to reconfigure.
12547
12548         * lily/main.cc (setup_paths): Update.
12549
12550         * stepmake/bin/make-version.py (defs): Add TOPLEVEL_VERSION define..
12551
12552         * config.hh.in (LILYPOND_DATADIR): Remove TOPLEVEL_VERSION.
12553
12554         * scripts/convert-ly.py (\markup): Fix too simplistic regexps.
12555         Add \line for some simplistic cases.
12556
12557         * lily/GNUmakefile (main.o): Add missing dependency on version.hh.
12558
12559 2005-04-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12560
12561         * elisp/lilypond-mode.el (LilyPond-lilypond-command): command used
12562         to compile LY files (useful for adding eg. "-I" args)
12563         (LilyPond-command-alist): use `LilyPond-lilypond-command'. Add a
12564         2Gnome command for gnome backend.
12565         (LilyPond-command-formatgnome): call the 2Gnome command. key
12566         binding: C-c C-g
12567
12568 2005-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
12569
12570         * Documentation/user/GNUmakefile (lilypond/index.html): Bugfix:
12571         depend on all PNG images.
12572
12573 2005-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
12574
12575         * GNUmakefile.in: Bugfix: also link .map files.
12576
12577 2005-04-09  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12578
12579         * scm/music-functions.scm (music->make-music): generate 
12580         a (make-music ...) sexpr from a music expression.
12581         (display-scheme-music): use guile pretty printer to display the
12582         make-music sexpr.
12583
12584 2005-04-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12585
12586         * ly/engraver-init.ly: reindent.
12587         Add CueVoice.
12588
12589         * scm/music-functions.scm (music-pretty-string): handle moments
12590         too.
12591         (music-pretty-string): only print non-empty lists.
12592         (cue-substitute): create CueVoice context, which has smaller type.
12593
12594         * lily/moment-scheme.cc (LY_DEFINE): new methods
12595         ly:moment-grace-{numerator,denominator}
12596
12597         * lily/context-handle.cc: remove quit() method. 
12598
12599         * lily/font-config.cc (init_fontconfig): be verbose about font path.
12600         (init_fontconfig): success is 0, not !0
12601
12602 2005-04-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12603
12604         * mf/feta-nummer-code.mf (code): add plus glyph.
12605
12606         * lily/tie.cc (print): idem.
12607
12608         * lily/slur.cc (print): don't use thickness property for
12609         slur shape-thickness.
12610
12611         * lily/stencil-scheme.cc (LY_DEFINE): don't reverse the order
12612         while adding stencils.
12613
12614         * scm/define-markup-commands.scm (with-color): with-color markup
12615         command.
12616         (whiteout): new markup command 
12617         (filled-box): new markup command
12618
12619 2005-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
12620
12621         * Documentation/topdocs/NEWS.tely (Top): Make tex-able.  Handy
12622         test for PDF docs.
12623
12624         * mf/GNUmakefile (lilypond.map): Add PFAEmmentaler,
12625         PFAAybabtu-Regular.  Fixes feta font in PDFs.
12626         
12627         Notes for tetex-3.0 make web:
12628            psclean.map: s/uhv8a/uhvr8a/
12629            config.ps add:
12630                 p +psfonts_t1.map
12631                 p +psclean.map
12632                 p +typeface.map
12633
12634 2005-04-06  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12635
12636         * scm/music-functions.scm (music-pretty-string): fix bug with
12637         string argument.
12638
12639 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
12640
12641         * stepmake/bin/add-html-footer.py (i18n): Bugfix.
12642
12643 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12644
12645         * scripts/lilypond-book.py (Lilypond_snippet.__init__): 
12646         only process options if they're there.
12647         (write_file_map): add version-seen? to snippet-map.ly
12648
12649 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
12650
12651         * scripts/lilypond-book.py (split_options): Bugfix.  Small code
12652         formatting cleanups.
12653
12654         * mf/GNUmakefile: Rewrite $addprefix, $addsuffix using % short-forms.
12655         Add PFAaybabtu.pfa dependency on aybabtu.subfonts.
12656
12657 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12658
12659         * scm/framework-ps.scm (ps-font-command): don't hash, just use
12660         name directly.
12661
12662         * lily/main.cc (setup_paths): either add mf/out to search path or 
12663         fonts/{otf,type1,etc}
12664         
12665         * lily/font-config.cc (init_fontconfig): either add mf/out to
12666         FontConfig or fonts/{otf,type1,etc}
12667
12668         * GNUmakefile.in: don't put mf/ link in share/ dir.
12669
12670         * lily/staff-spacing.cc: move same-direction-correction to
12671         note-spacing-interface
12672
12673         * scm/lily.scm (lilypond-main): use variable argument count for
12674         exception handler.
12675
12676         * lily/font-config.cc (init_fontconfig): add operator pacification
12677         message.
12678
12679         * mf/aybabtu.pe.in (i): generate PFAAybabtu.pfa
12680
12681         * buildscripts/gen-emmentaler-scripts.py (i): generate
12682         PFAEmmentaler as well.
12683
12684         * scm/framework-ps.scm (munge-lily-font-name): new function
12685         (write-preamble): hack: insert PFA equivalent of CFF into
12686         .PS. This makes LilyPond output printable on normal PS printers
12687         again.
12688
12689         * buildscripts/gen-emmentaler-scripts.py (i): generate
12690         PFAEmmentaler.pfa aswell.
12691
12692 2005-04-06  John Williams <williams@tni.com>  
12693         
12694         * scripts/lilypond-book.py: refactor the compose_ly procedure.
12695         
12696 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12697
12698         * scm/page-layout.scm (default-page-make-stencil): always combine
12699         the header stencil, even if empty. This prevents the body text to
12700         reach up to the margins.
12701
12702         * po/rw.po (Module): new file, for Kinyarwanda.
12703
12704         * input/test/spacing-optical.ly (Module): new file.
12705
12706         * lily/staff-spacing.cc: add same-direction-correction
12707
12708 2005-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
12709
12710         * Documentation/user/introduction.itely (Engraving): Comment-out
12711         non-existent file.
12712
12713 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12714
12715         * scm/define-grob-properties.scm (all-user-grob-properties): add
12716         same-direction-correction
12717
12718         * VERSION: release 2.5.18
12719
12720 2005-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
12721
12722         * lily/grob.cc (mark_smob): Check pscore->layout_ before
12723         dereferencing.  Fixes make web.
12724
12725         * lily/midi-stream.cc: Handle unwritable midi file.  Include
12726         errno.h.
12727
12728         * Documentation/user/: Fix links.
12729
12730 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12731
12732         * lily/text-interface.cc (Module): rename from text-item.cc
12733
12734         * input/regression/apply-output.ly (texidoc): function naming fix.
12735
12736         * lily/time-signature-performer.cc (derived_mark): new function.
12737
12738         * lily/lily-parser-scheme.cc:  print mapped file name for progress
12739
12740         * scripts/lilypond-book.py (find_linestarts): new function.
12741         (find_toplevel_snippets): keep track of line numbers.
12742
12743         * lily/key-performer.cc (try_music): remove FIXME warning, gobble
12744         all key changes.
12745
12746         * ly/declarations-init.ly (partCombineListener): use
12747         ignoreBarChecks. Fixes: warn-partcombine-barcheck.ly
12748
12749         * lily/bar-check-iterator.cc (process): ignoreBarChecks property.
12750
12751 2005-04-04  Jan Nieuwenhuizen  <janneke@gnu.org>
12752
12753         * lily/text-item.cc: Fix link.
12754
12755         * Documentation/user/changing-defaults.itely (Changing defaults):
12756         Fix programs reference links.
12757
12758         * Documentation/user/music-glossary.tely: Convert to utf-8.
12759
12760 2005-04-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12761
12762         * make/lilypond-vars.make: remove TEXMF from variables.
12763         remove DEB_BUILD pk font variables.
12764         remove GUILE_LOAD_PATH
12765         remove TeX memory vars.
12766
12767 2005-04-04  Werner Lemberg  <wl@gnu.org>
12768
12769         * lilypond/scm-option.cc (ly_option_usage): Add final newline.
12770
12771 2005-04-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12772
12773         * ps/lilyponddefs.ps: remove reencode-font
12774
12775         * lily/simple-spacer.cc (add_columns): also compare
12776         directly. Column rank doesn't distinguish between broken and
12777         unbroken columns. This fixes large spaces before time sig changes.
12778
12779         * Documentation/user/point-and-click.itely: document ly:set-option.
12780
12781         * lily/grob.cc (get_uncached_stencil): only set grob-cause if
12782         point_and_click_global is set.
12783
12784         * lily/scm-option.cc (LY_DEFINE): add point-and-click
12785         ly:set-option argument.
12786
12787 2005-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
12788
12789         * GNUmakefile.in: Include symlinks in webball.
12790
12791         * Documentation/user/GNUmakefile (source-links): Add symlinks to
12792         source dir for split and non-split manuals.
12793
12794         * Documentation/user/*y: Fix @uref/@inputfile links for
12795         split/non-split HTML documents.
12796
12797         * Documentation/user/GNUmakefile (local-WWW): Do not generate
12798         .ps.gz.
12799         
12800 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
12801
12802         * GNUmakefile.in: Add newline.
12803
12804 2005-04-01  Erlend Aasland  <erlenda@gmail.com>
12805
12806         * tex/lilyponddefs.tex: use color instead of xcolor
12807         * scm/output-tex.scm: minor editing
12808
12809 2005-04-02  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12810
12811         * scm/music-functions.scm (display-scheme-music): pretty printer
12812         for music expressions.
12813
12814 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
12815
12816         * buildscripts/install-info-html.sh (index_file): Fix link.
12817
12818 2005-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
12819
12820         * input/test/dynamic-extra.ly (piuf): Use utf-8 iso TeX accent.
12821
12822         * Documentation/index.html.in: Add size estimates with some big pages.
12823
12824         * Documentation/user/tutorial.itely (Running LilyPond for the
12825         first time): Add/replace some @rglos links.  TODO: add more
12826         @rglos links in tutorial, test non-intrusiveness (.css).
12827
12828         * stepmake/bin/add-html-footer.py (do_file): Remove info's
12829         annoying's indication of referencing external document.
12830
12831         * Documentation/user/GNUmakefile: Split version of glossary too.
12832         * Documentation/user/macros.itexi (@rglos): Have makeinfo produce
12833         links, not only for html.
12834
12835         * Documentation/user/introduction.itely: Fix some links for other
12836         than html, do not use `here' as link name.
12837
12838 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
12839
12840         * scm/documentation-generate.scm (string-append): Fix @usermanref,
12841         @glossaryref.
12842
12843 2005-03-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12844
12845         * scm/page-layout.scm (default-page-make-stencil): only add header
12846         if existing and not empty. Fixes spurious programming error.
12847
12848         * lily/span-bar.cc (print): don't make rounded edges for spanbars.
12849
12850 2005-03-31  Erlend Aasland  <erlenda@gmail.com>
12851
12852         * scm/output-tex.scm: implement {re,}setcolor
12853         * tex/lilyponddefs.tex: use color package
12854
12855 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
12856
12857         * GNUmakefile.in (local-WWW-post): Restore .htaccess and .html
12858         additions to website.
12859
12860         * Documentation/user/lilypond.tely: Remove reference to ps.gz.
12861
12862         * Documentation/user/macros.itexi: Fix @usermanref html links in
12863         split documents: use @inforef.
12864
12865 2005-03-30  Graham Percival  <gperlist@shaw.ca>
12866
12867         * Documentation/user/programming-interface.itely: minor fix.
12868
12869         * Documentation/user/advanced-notation.itely: added info to
12870         Metronome markings.
12871
12872 2005-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
12873
12874         * scm/output-lib.scm (make-stencil-boxer): Junk code duplication,
12875         use box-stencil.  Remove y-padding argument.
12876         (make-stencil-circler): New function.
12877
12878         * buildscripts/lilypond-words.py (F): 
12879         * elisp/SConscript (a): 
12880         * elisp/GNUmakefile (LILYPOND_WORDS_DEPENDS):
12881         * vim/SConscript (a): 
12882         * vim/GNUmakefile (LILYPOND_WORDS_DEPENDS): Update.
12883
12884         * lily/general-scheme.cc: Build fix.
12885
12886         * scm/markup.scm:
12887         * input/regression/markup-scheme.ly: 
12888         * input/regression/markup-syntax.ly: Drop 'new-' from name.
12889
12890         * scm/stencil.scm (make-circle-stencil): New function.
12891
12892         * scm/define-markup-commands.scm (draw-circle): Use it.  New
12893         name (was cicle).  Update callers.
12894         (circle): New markup command, similar to box.
12895
12896         * scm/stencil.scm (circle-stencil): New function.
12897
12898 2005-03-29  David Jedlinsky  <lilypond@ipnh.com>
12899
12900         * configure.in: Detect libutf8/wchar.h variant.
12901
12902         * stepmake/aclocal.m4: Modify shared size test.
12903
12904 2005-03-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12905
12906         * make/lilypond.fedora.spec.in (Group): remove texmf profile stuff.
12907
12908 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12909
12910         * scripts/convert-ly.py (conv): add stencil-aligned-to! rule.
12911         
12912         * VERSION (PACKAGE_NAME):  release 2.5.17
12913
12914 2005-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
12915
12916         * scm/backend-library.scm (postscript->png): Fix comment and png
12917         message.
12918
12919         * GNUmakefile.in (link-tree): Fix locales.
12920
12921 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12922
12923         * lily/stencil-scheme.cc (LY_DEFINE): change to
12924         ly:stencil-aligned-to, non mutating.
12925
12926         * scm/safe-lily.scm (lambda): remove ly:stencil-set-extent!
12927
12928         * lily/stencil-scheme.cc: remove ly:stencil-set-extent!
12929
12930         * lily/quote-iterator.cc (derived_mark): call
12931         Music_wrapper_iterator::derived_mark() too.
12932
12933         * lily/grace-engraver.cc (derived_mark): change signature, add
12934         const.
12935
12936 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12937
12938         * SConstruct (symlink): 
12939         * GNUmakefile.in (link-tree): Add scripts to prefix.
12940
12941         * lily/general-scheme.cc (ly:effective-prefix): New function.
12942
12943         * scm/backend-library.scm (postscript->png): Use it.
12944
12945 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12946
12947         * lily/paper-score.cc (process): don't delete grobs after
12948         producing stencils. 
12949
12950         * scm/part-combiner.scm (determine-split-list): switch off
12951         debugging info.
12952
12953         * scm/backend-library.scm (postscript->png): explicitly use ps2png.py
12954         if available.
12955
12956         * scm/define-context-properties.scm
12957         (all-user-translation-properties): add stringNumberOrientations.
12958
12959         * lily/new-fingering-engraver.cc (position_scripts): make generic,
12960         so fingering and string-numbers are separately controlled.
12961
12962 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12963
12964         * stepmake/aclocal.m4: Fix shared size test: add missing comma, do
12965         not use debugging.
12966
12967 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12968
12969         * GNUmakefile.in (local-WWW-post): remove UTF8 .htaccess.
12970
12971         * config.hh.in: add HAVE_FONTCONFIG.
12972
12973         * Documentation/user/instrument-notation.itely (String number
12974         indications): new node.
12975
12976         * input/regression/new-markup-syntax.ly (texidoc): add circle.
12977
12978         * lily/new-fingering-engraver.cc (add_string): new function. 
12979         (acknowledge_grob): accept string-number-event as well.
12980
12981         * scm/define-markup-commands.scm (circle): new markup command.
12982
12983         * scm/output-lib.scm (print-circled-text-callback): new function.
12984
12985         * lily/GNUmakefile: move ifeq after include stepmake.make.
12986
12987 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12988
12989         * config.make.in (HAVE_LIBKPATHSEA_SO):
12990         * stepmake/aclocal.m4: Also subst HAVE_LIBKPATHSEA_SO.
12991
12992         * lily/GNUmakefile (MODULE_LDFLAGS): Only if not HAVE_KPATHSEA_SO,
12993         add KPATHSEA_LIBS.
12994
12995         * debian/watch: 
12996         * debian/control: Update.
12997
12998 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12999
13000         * input/test/title-markup.ly (spaceTest): remove.
13001
13002         * input/test/embedded-tex.ly (Module): remove.
13003
13004         * input/test/music-box.ly: use 'name property, not ly:music-name.
13005
13006         * lily/GNUmakefile (MODULE_LDFLAGS): add KPATHSEA_LIBS.
13007
13008         * stepmake/aclocal.m4: STEPMAKE_FONTCONFIG: add.
13009
13010 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
13011
13012         * Documentation/topdocs/INSTALL.texi (Top): Remove information
13013         about xdeltas.  Add information about CVS.
13014
13015         * scm/lily.scm (lilypond-main): Fix invocation of handler,
13016         gracefully handle failed files.
13017
13018         * lily/GNUmakefile (MODULE_LDFLAGS): Remove KPATHSEA_LIBS.
13019
13020         * Documentation/topdocs/INSTALL.texi (Top): Whitespace and other
13021         small fixes.
13022
13023         * scm/framework-tex.scm (convert-to-ps): Proper option spacing.
13024         No unnecessarily specific i18n messages.  Remove stray `1'.
13025
13026 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13027
13028         * buildscripts/lys-to-tely.py (strip_extension): add utf-8
13029         documentencoding
13030
13031         * scm/documentation-lib.scm (texi-file-head): set utf-8
13032         documentencoding.
13033
13034         * ly/chord-modifiers-init.ly (whiteTriangleMarkup): use the greek
13035         Delta, not the Symbol one. 
13036
13037         * mf/GNUmakefile ($(outdir)/lilypond.map): add -Regular to Aybabtu
13038         for the .map file.
13039
13040         * Documentation/topdocs/INSTALL.texi (Top): add running
13041         requirement as compilation requirement.
13042
13043 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13044
13045         * buildscripts/mutopia-index.py (headertext): add h1 header and
13046         utf-8 charset meta field.
13047
13048         * input/GNUmakefile: prune example list.
13049
13050         * scm/framework-tex.scm (convert-to-ps): add -ofoo.ps to dvips
13051         options.
13052
13053         * lily/slur-scoring.cc (get_base_attachments): only look at stem
13054         extent for visible stems.
13055
13056         * lily/grob.cc (mark_smob): mark \layout block from Grob::mark_smob().
13057
13058 2005-03-27  Jan Nieuwenhuizen  <janneke@gnu.org>
13059
13060         * Documentation/topdocs/INSTALL.texi (Top): Updates.
13061
13062         * scripts/convert-ly.py: Python 2.2 compatibility (thanks Mats).
13063
13064 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13065
13066         * lily/slur-scoring.cc (get_base_attachments): robustness. Don't
13067         pass inf/nan into slur scoring.
13068
13069         * ly/titling-init.ly (oddHeaderMarkup): don't show page no. on 1st
13070         page.
13071
13072         * scripts/abc2ly.py (dump_voices): use alphabet().
13073
13074 2005-03-27  Jeff Smith <whydoubt@yahoo.com>
13075         
13076         * mf/GNUmakefile (depth): use $(FONTFORGE). 
13077
13078 2005-03-27 Matthias Neeracher <neeracher@mac.com>
13079         
13080         * flower/include/virtual-methods.hh: simplify. Patch by
13081
13082 2005-03-25  John Williams <williams@tni.com>  
13083
13084         * scripts/lilypond-book.py (main): add png for HTML too, guess
13085         only if necessary. 
13086
13087 2005-03-25  Graham Percival  <gperlist@shaw.ca>
13088
13089         * Documentation/topdocs/INSTALL.texi: now recommends
13090         lexer-gcc-3.1.sh for gcc 3.1.1 or higher.
13091
13092         * Documentation/user/basic-notation.itely,
13093         Documentation/user/tutoria.itely: warn about
13094         only one (phrasing) slur at once.
13095
13096 2005-03-24  Pedro Kroger  <kroeger@pedrokroeger.net>
13097
13098         * ly/music-functions-init.ly (removeWithTag): fixed to return "music".
13099
13100 2005-03-23  Graham Percival  <gperlist@shaw.ca>
13101
13102         * Documentation/user/basic-notation.itely: fixed info about
13103         ending a (de)cresc.
13104
13105         * Documentation/user/lilypond-book.itely: fixed
13106         lilypond-book filter example and warned about not doing
13107         --filter and --process at the same time.
13108
13109 2005-03-23  Mats Bengtsson  <mabe@s3.kth.se>
13110
13111         * lily/parser.yy (bass_number),
13112         Documentation/user/instrument-notation.itely (Figured bass): 
13113         Add the possibility to use text markup in figured bass. 
13114
13115 2005-03-19  Graham Percival  <gperlist@shaw.ca>
13116
13117         * Documentation/user/global.itely: added info about naming
13118         identifiers and breakbefore.
13119
13120         * Documentation/user/invoking.itely: added info about batch
13121         processing files with convert-ly, removed references to TeX
13122         in the jail section.
13123
13124         * Documentation/user/examples.itely: possibly fixed piano
13125         dynamics.
13126
13127         * Documentation/user/advanced-notation.itely: added info
13128         about removing other types of Staff.
13129
13130         * Documentation/user/instrument-notation.itely: possibly
13131         fixed piano staff line switch.
13132
13133         * Documentation/user/changing-defaults.itely: added info
13134         about using normal font in titles.
13135
13136 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13137
13138         * VERSION (PATCH_LEVEL): release 2.5.16
13139
13140         * make/ly-vars.make (DVIPS_FLAGS): include lilypond.map path
13141         explicitly.
13142
13143 2005-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
13144
13145         * scm/framework-tex.scm (convert-to-dvi): Barf if NAME contains
13146         whitespace.
13147
13148         * python/lilylib.py (make_ps_images):
13149         * scm/backend-library.scm (postscript->pdf, postscript->png):
13150         Quote file name.  Use format rather than string-append juggling.
13151
13152 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13153
13154         * python/lilylib.py (make_ps_images): add x to -g argument. 
13155
13156         * lily/key-performer.cc (create_audio_elements): don't use
13157         scm_eval_string. Check for minor 3rd directly.
13158   
13159         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
13160         (sarabandeCelloGlobal): key is D minor, not F major.
13161
13162 2005-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
13163
13164         Fix truncated --png output (Peter Danenberg).
13165         
13166         * python/lilylib.py (make_ps_images):
13167         * scripts/ps2png.py (copyright): Grok --papersize option.
13168
13169         * scm/backend-library.scm (postscript->png): Add parameter
13170         PAPERSIZE.  Update callers.
13171
13172         * scm/output-gnome.scm (music-font?): Bugfix: use "Emmentaler".
13173         Fixes symbol placement.
13174
13175         * lily/spanner.cc: 
13176         * lily/stencil.cc: Use "libc-extension.hh" (WAS:
13177         <libc-extension.hh>).
13178
13179 2005-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
13180
13181         * Nitpick run.
13182
13183         * buildscripts/fixcc.py: Update.
13184
13185         Builddir run fixes.
13186
13187         * HACKING (datadir): Add VERSION.
13188
13189         * GNUmakefile.in (linktree): Bugfix: outconfdirs are one dir
13190         higher up.
13191
13192 2005-03-15  Werner Lemberg  <wl@gnu.org>
13193
13194         * mf/feta-klef.mf (draw_gclef): Move z10' slightly so that the
13195         diagonal stem doesn't become thinner.
13196
13197 2005-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
13198
13199         * buildscripts/fixcc.py: Fixes (Werner).
13200
13201 2005-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13202
13203         * mf/GNUmakefile ($(outdir)/lilypond.map): capitalize
13204         Emmentaler/Aybabtu.
13205
13206         * GNUmakefile.in: fix lilypond-words path.
13207
13208         * po/tr.po: update to 2.3.21
13209
13210         * lily/new-fingering-engraver.cc (position_scripts): take priority
13211         from head position.
13212
13213         * input/regression/finger-chords-order.ly (texidoc): new file.
13214
13215 2005-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
13216
13217         * make/ly-rules.make: 
13218         * stepmake/aclocal.m4: 
13219         * Documentation/user/GNUmakefile: Remove old makeinfo compatibility.
13220
13221         * buildscripts/fixcc.py (rules): Leave space after operator.
13222
13223 2005-03-14  Werner Lemberg  <wl@gnu.org>
13224
13225         * mf/feta-klef.mf (draw_gclef): Replace `simple_serif' for
13226         top of the glyph with smooth curve.
13227
13228 2005-03-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13229
13230         * Documentation/user/global.itely (Page layout): remove
13231         printpagenumber.
13232
13233 2005-03-13  Jürgen Reuter  <reuter@ipd.uka.de>
13234
13235         * input/regression/mensural-ligatures.ly: new file (with examples
13236         compiled by Pal Benko).
13237
13238         * Documentation/user/instrument-notation.itely: Bugfix: yet some
13239         other "custodes.*-u0" -> "custodes.*.u0" renaming victims in
13240         musicglyph access.  Many small beautifications in ancient
13241         examples.
13242
13243         * input/test/divisiones.ly: fixed indentation; small
13244         beautifications
13245
13246         * ly/engraver-init.ly: added FIXME comment
13247
13248         * scripts/lilypond-book.py,
13249         Documentation/user/lilypond-book.itely: added music fragment
13250         option "packed" to lilypond-book
13251
13252         * Documentation/user/instrument-notation.itely: Bugfix: added
13253         missing LedgerLineSpanner color setting in several places.  Added
13254         music fragment option "packed" to VaticanaContext example.
13255
13256 2005-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13257
13258         * scm/define-grobs.scm (all-grob-descriptions): switch off
13259         Hyphen_spanner::set_spacing_rods 
13260
13261         * lily/lyric-hyphen.cc (print): add padding between syllable and
13262         hyphen.
13263         (print): shorten hyphen in tight situations (determine using
13264         minimum-length)
13265
13266         * scm/paper.scm (layout-set-staff-size): increase blotdiameter to
13267         0.4pt.
13268
13269 2005-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
13270
13271         * ly/titling-init.ly (bookTitleMarkup): Refinements.
13272
13273         * input/regression/page-breaks.ly (paper): Set not raggedlastbottom,
13274         header/footer markings for regression-test.
13275
13276         * scm/backend-library.scm (output-scopes, header-to-file): Move
13277         from framework-tex.scm.
13278
13279         * scm/framework-ps.scm (output-framework)
13280         (output-preview-framework):
13281         * scm/framework-eps.scm (output-classic-framework)
13282         (output-framework): Use it.  Fixes collated files.
13283
13284 2005-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
13285
13286         * input/sakura-sakura.ly: 
13287         * input/xiao-haizi-guai-guai.ly: Add from Debian package (Anthony).
13288
13289         * buildscripts/guile-gnome.sh: Update.
13290
13291         * mf/GNUmakefile (aybabtu.otf): Add dependency on .pe.
13292
13293         * mf/aybabtu.pe.in: Capitalize Aybabtu.
13294
13295 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13296
13297         * lily/separating-group-spanner.cc (find_rods): oops. Fix the real
13298         culprit: always exit the loop if we find a rod, even if it has
13299         distance < 0. 
13300
13301         * lily/ledger-line-spanner.cc (set_spacing_rods): rewrite to O(n)
13302         algorithm.
13303
13304         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
13305         $(outdir)/%.svg $(outdir)/%.pfa): add --simplify.
13306
13307         * scm/output-svg.scm (dashed-line): new  function body.
13308         
13309         * GNUmakefile.in: create .htaccess.
13310
13311 2005-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13312
13313         * Documentation/topdocs/NEWS.tely (Top): Fix text example.
13314
13315 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13316
13317         * VERSION (PACKAGE_NAME): release 2.5.15
13318
13319         * scm/output-{pdf,pdftex,sketch}.scm (Module): remove bitrotted files.
13320
13321         * scm/framework-svg.scm (output-framework): put scaling in
13322         document header. Apply scaling only once.
13323         (output-framework): dump page size in px, not mm. 
13324
13325         * scm/lily-library.scm (modified-font-metric-font-scaling): rename
13326         from font-size.
13327
13328         * lily/paper-outputter-scheme.cc (LY_DEFINE):
13329         ly:outputter-output-scheme, new function.
13330
13331         * scm/output-svg.scm (pango-description-to-svg-font): new function
13332
13333 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13334
13335         * Documentation/user/GNUmakefile (deep-symlinks): remove outimages
13336         target.
13337
13338         * input/typography-demo.ly: new file.
13339
13340 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
13341
13342         * Documentation/user/global.itely (File structure): Add markup blocks
13343         to toplevel expressions.
13344         (Multiple movements, Creating titles): Add markup blocks.
13345
13346         * lily/stencil-scheme.cc: Use "libc-extension.hh" (WAS:
13347         <libc-extension.hh>).
13348
13349         * lily/accidental.cc (accurate_boxes): Compile fix: 1.51 was broken.
13350
13351         * flower
13352         * lily
13353         * kpath-guile: Nitpick run: buildscripts/fixcc.py.
13354
13355 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13356
13357         * lily/accidental.cc: special bboxes for natural. 
13358
13359         * mf/feta-toevallig.mf: make stems heavier.
13360
13361         * lily/dynamic-text-spanner.cc (print): add bound padding for edge
13362         texts as well.
13363
13364         * mf/feta-klef.mf: revise. 
13365
13366         * mf/feta-schrift.mf: make thinning of accent less pronounced.
13367
13368         * mf/feta-klef.mf: add rounded curve at top. 
13369         make thinnib a little heavier.
13370
13371 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
13372
13373         * lily/parser.yy (book_body): Oops, allow \markup in \book too.
13374
13375         * buildscripts/fixcc.py: New file.
13376
13377         * input/regression/utf8.ly: Update Debian font description.
13378
13379 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
13380
13381         * stepmake/aclocal.m4: Fix test.
13382
13383 2005-03-09  Graham Percival  <gperlist@shaw.ca>
13384
13385         * Documentation/user/invoking.itely: added Sebastino Vigna's
13386         docs for the --jail option.
13387
13388 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13389
13390         * lily/stem.cc (print): only produce stemlets if there are no
13391         noteheads on this stem.
13392
13393         * lily/note-spacing.cc (stem_dir_correction): robustness fix:
13394         don't crash on stemlet (visible stem without heads).
13395
13396         * scm/define-grobs.scm (all-grob-descriptions): junk LeftEdge for
13397         unbroken situations. 
13398
13399         * scm/output-lib.scm (center-invisible): new function.
13400
13401         * lily/spacing-loose-columns.cc (set_loose_columns): use spacing
13402         wishes to determine loose column space.
13403
13404         * lily/font-config.cc (init_fontconfig): add
13405         fonts/{otf,type1,cff}  to path.
13406
13407         * lily/main.cc (setup_paths): add fonts/{otf,svg,tfm,cff} to path
13408
13409         * mf/GNUmakefile (Module): install all fonts under otf/
13410
13411         * scm/framework-ps.scm (Module): read fonts from fonts/extension,
13412         replace /fonts/otf/ by /ps/ 
13413
13414         
13415 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
13416
13417         * lily/paper-book.cc (classic_output): Reinstate header_0_ hack.
13418
13419         * lily/book.cc (process): Oops, add score_.header_.
13420
13421         * lily/paper-book.cc: Fold hearders, score and texts into scores_.
13422
13423         * lily/parser.yy: Handle toplevel and book texts as score.
13424
13425         * scm/page-layout.scm (default-page-make-stencil):
13426         Bugfix: (page-properties rename.
13427
13428         * scm/backend-library.scm (ly:system): Typo.
13429
13430 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13431
13432         * stepmake/stepmake/executable-targets.make (installexe): don't
13433         strip installed executables
13434
13435         * lily/font-select.cc (get_font_by_design_size): revert
13436         pango_description_string as well.
13437
13438         * lily/system.cc (set_loose_columns): put loose column just left
13439         of next column.
13440
13441         * lily/include/group-interface.hh (extract_grob_array): rename
13442         from Pointer_group_interface__extract_grobs
13443
13444         * input/regression/ledger-line-minimum.ly (texidoc): new file.
13445
13446         * lily/ledger-line-spanner.cc (set_spacing_rods): new
13447         function. Keep ledgered note heads at a minimum distance.
13448         Introduce minimum-length-fraction
13449         (print): introduce length-fraction property.
13450
13451 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13452
13453         * tex/GNUmakefile: remove latin1.enc rules.
13454
13455 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
13456
13457         * scm/titling.scm: Typo.
13458
13459         * input/regression/score-text.ly: Really add.
13460
13461         * lily/score.cc: Bugfixes for SCM header_ and texts_ members.
13462
13463 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13464
13465         * lily/open-type-font-scheme.cc:  new file.
13466
13467 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
13468
13469         * scm/titling.scm (layout-extract-page-properties): Rename from
13470         page-properties.  Update callers.
13471
13472         * lily/lexer.ll (Lily_lexer):
13473         * lily/parser.yy: Junk lyric_markup state.
13474
13475         * Documentation/topdocs/NEWS.tely (Top): Mention markup text feature.
13476
13477         * scripts/lilypond-book.py (PREAMBLE_LY): toplevel-music-handler:
13478         Add texts parameter.
13479
13480 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
13481
13482         * lily/lexer.ll (lyric_markup): New mode.
13483         (Lily_lexer::push_lyric_markup_state): New method.
13484         (MARKUPCOMMAND): Markup during lyric mode returns LYRIC_MARKUP.
13485
13486         * lily/parser.yy (book_body):
13487         (toplevel_expression): Grok \markup texts.
13488
13489         * lily/score-scheme.cc (ly:music-scorify): 
13490         * scm/lily-library.scm (collect-music-for-book): Take texts
13491         parameter.
13492
13493         * lily/score.cc (texts_): New member.
13494
13495         * lily/paper-book.cc (systems): Format score texts.
13496
13497         * score-text.ly: New file.
13498
13499         * ttftool/SConscript:
13500         * kpath-guile/SConscript: New file.
13501
13502         * lily/SConscript:
13503         * SConstruct: Update.
13504
13505 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13506
13507         * VERSION (PACKAGE_NAME): release 2.5.14
13508
13509 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
13510
13511         * lily/main.cc: Add dummy xgettext markers.
13512
13513 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13514
13515         * make/lilypond.fedora.spec.in (Requires): scrap kpathsea/tex
13516         requirements
13517
13518         * stepmake/aclocal.m4: check dynamic link, by checking if kpathsea
13519         executable is < 40k
13520
13521         * lily/main.cc (setup_paths): remove tfm1 tfm2 tfm3 include path
13522         hack.
13523
13524 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
13525
13526         * flower/libc-extension.cc:
13527         * flower/include/libc-extension.hh: [Open]BSD simply cast
13528         cookie/funopen declarations.
13529
13530         * stepmake/aclocal.m4: Check for libkpathsea.so.
13531
13532         * kpath-guile/kpath.c (ly_kpathsea_expand_variable): Use
13533         dl_kpse_find_file.
13534
13535 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13536
13537         * kpath-guile/kpath.c (open_library): dlopen libkpathsea.so
13538         (open_library): alternative for static library.
13539
13540 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
13541
13542         * configure.in: Set TTFTOOL_ENDIAN iso global CFLAGS.
13543
13544         * ttftool/GNUmakefile (MODULE_CFLAGS): Add $(TTFTOOL_ENDIAN).
13545
13546         Drop run-time dependency on teTeX.
13547
13548         * lily/kpath.cc (initialize_kpathsea): dlopen libkpathsea.
13549
13550         * stepmake/aclocal.m4 (STEPMAKE_KPATHSEA): Do not include
13551         KPATHSEA_LIBS in LIBS.
13552         (STEPMAKE_DLOPEN): New function.
13553
13554         * lily/font-config.cc (init_fontconfig): Use dir for directory,
13555         not path.
13556
13557         * flower/file-path.cc (directories): Rename from paths, as this
13558         return an array of directories (a single path).
13559
13560 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13561
13562         * lily/GNUmakefile (MODULE_LIBS): link with kpath-guile
13563
13564         * lily/all-font-metrics.cc (kpathsea_find_file): wrapper around
13565         new ly:kpathsea-find-file
13566
13567         * kpath-guile/kpath.c: new file. Put kpath bindings in lib.
13568
13569         * kpath-guile/GNUmakefile: new file
13570
13571         * buildscripts/gen-emmentaler-scripts.py (i): generate
13572         emmentaler-X.fontname as well.
13573
13574         * buildscripts/ps-embed-cff.py: new script
13575
13576         * scm/lily-library.scm: remove ps-embed-cff.
13577
13578         * scm/framework-ps.scm (write-preamble): don't use kpathsea for
13579         font loading. 
13580
13581         * scm/font.scm (add-music-fonts): load dynamics/numbers through
13582         fontconfig as well.
13583
13584         * lily/font-config.cc (init_fontconfig): add cff/ too.
13585
13586         * ly/generate-embedded-cff.ly: capitalize.
13587
13588         * lily/pango-select.cc (select_pango_font): use ::find_pango_font,
13589         so as to register the pango font.
13590
13591         * lily/font-config.cc (init_fontconfig): add
13592         prefix/{otf,type1,mf/out} to fontconfig path.
13593
13594         * lily/main.cc: only look at one prefix directory, LILYPONDPREFIX
13595         overrides all. 
13596
13597         * configure.in (gui_b): remove ec mftrace check
13598
13599         * config.hh.in: use lilypond-Major.Minor as data directory.
13600
13601         * scm/framework-ps.scm (dump-page): use output-units for landscape.
13602
13603         * buildscripts/gen-emmentaler-scripts.py (i): lower case file
13604         name.
13605
13606 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
13607
13608         * lily/main.cc (do_chroot_jail): Small cleanups.  Avoid constant
13609         error messages.
13610
13611         * flower/libc-extension.cc:
13612         * flower/include/libc-extension.hh: [Open]BSD fixes for
13613         cookie/funopen declarations.
13614
13615 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13616
13617         * buildscripts/gen-emmentaler-scripts.py (outdir): capitalize
13618         emmentaler.
13619
13620         * lily/score-engraver.cc (initialize): remove check for ecrm10 /
13621         lcrm10.
13622
13623         * scm/define-markup-commands.scm (fontsize): new markup
13624         command. Also set baseline-skip
13625
13626 2005-03-06 Sebastiano Vigna <vigna@dsi.unimi.it>.
13627         
13628         * lily/main.cc (do_chroot_jail): paranoia security for webserver
13629         use.
13630
13631 2005-03-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13632
13633         * stepmake/bin/add-html-footer.py (do_file): make wiki link optional.
13634
13635         * lily/pdf.cc: remove PDF related files
13636
13637 2005-03-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13638
13639         * ly/deutsch.ly: add quarter tones, patch by Arno Waschk.
13640         <hamamatsu@gmx.de>
13641
13642 2005-03-05  Graham Percival  <gperlist@shaw.ca>
13643
13644         * Documentation/user/advanced-notation.itely: first draft
13645         of reorg done.
13646
13647         * Documentation/user/global.itely: fixed (sub)section
13648         bits of MIDI.
13649
13650 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
13651
13652         * cygwin/mknetrel (extras): Bufix (Bertalan).
13653
13654         * Documentation/user/basic-notation.itely (Chords): @ref fix.
13655         * Documentation/user/instrument-notation.itely (Introducing chord
13656         names): Compile fix: must have unique name.
13657
13658 2005-03-02  Graham Percival  <gperlist@shaw.ca>
13659
13660         * Documentation/user/instrument-notation.itely: reorg.
13661
13662 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
13663
13664         * scm/output-gnome.scm:
13665         * scm/output-svg.scm: Fix font scaling.
13666
13667 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
13668
13669         * ly/titling-init.ly (tagline): Use Engraving.  Add comment about
13670         what link to use best.
13671
13672         * Documentation/user/instrument-notation.itely (Ancient accidentals): 
13673         * Documentation/user/tutorial.itely (Automatic and manual beams):
13674         Fix @ref.
13675
13676         * lily/tweak-registration.cc (replace_grob_tweak): New function.
13677         * lily/tweak-registration-scheme.cc (LY_DEFINE): Wrap it.
13678         * scm/framework-gnome.scm (tweak): Use it.
13679
13680 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13681
13682         * Documentation/topdocs/NEWS.tely (Top): elucidate GS problem.
13683
13684         * scm/output-ps.scm (white-text): reinstate white-text
13685
13686 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
13687
13688         * scm/output-ps.scm (offset-add): Remove.
13689
13690         * scm/lily-library.scm (offset-flip-y): New function.
13691         * scm/framework-gnome.scm (tweak): Use it.
13692
13693         * scm/output-gnome.scm (grob-cause): Add parameter.
13694
13695         * scm/lily.scm (ly:all-stencil-expressions): Add url-link.
13696         * scm/output-ps.scm (url-link): Move.
13697         (white-text): Warn user about brokenness.
13698
13699         * Documentation/topdocs/NEWS.tely: Be more accurate and respectful
13700         wrt ghostscript.
13701
13702 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13703
13704         * lily/slash-repeat-engraver.cc (try_music): always make slashes
13705         if body length smaller than measure length.
13706
13707         * scm/define-markup-commands.scm (with-url): oops. use Y extent
13708         for Y.
13709
13710         * ly/titling-init.ly (tagline): put default tagline in \paper
13711
13712 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
13713
13714         * lily/kpath.cc: 
13715         * lily/pdf.cc (Pdf_file): Use more generic error messages.
13716
13717         * scm/lily-library.scm (version-not-seen-message): New function.
13718         * ly/init.ly: Use it.
13719
13720         * scm/page-layout.scm (ly:optimal-page-breaks): Display page
13721         breaks as progess.
13722
13723         * scripts/lilypond-book.py (do_process_cmd): Do not lump
13724         whitespace with l10n message.
13725
13726         * scm/framework-tex.scm (convert-to-ps):
13727         (convert-to-dvi): Do not use overly specific l10n messages.
13728
13729         * ly/titling-init.ly (bookTitleMarkup): Add baseline skips from 2.4.
13730
13731         * tex/GNUmakefile $(outdir)/latin1.enc: Build fix:
13732         merge stderr with stdout.  
13733
13734 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
13735
13736         * flower/libc-extension.cc: Tested BSD compile fix (Matthias
13737         Neeracher).
13738
13739 2005-02-29  Graham Percival  <gperlist@shaw.ca>
13740
13741         * Documentation/user/instrument-notation.teily: moved
13742         \arpeggio to Basic.
13743
13744         * Documentation/user/advanced-notation.itely: Articulation to
13745         Basic, a bunch of stuff from Basic moved to Advanced.
13746
13747         * Documentation/user/basic.itely: swapped various sections,
13748         reorganized Basic.
13749
13750 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
13751
13752         * flower/memory-stream.cc: 
13753         * flower/libc-extension.cc: Remove obsolete #undefs.
13754
13755         * flower/include/libc-extension.hh: Bugfix for BSD, place #ifdef
13756         more carefully.
13757
13758 2005-02-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13759
13760         * make/lilypond.fedora.spec.in (Requires): add GS 8.15 as
13761         dependency.
13762
13763         * VERSION (PACKAGE_NAME): release 2.5.13
13764
13765         * GNUmakefile.in (web-ext): don't ship ps.gz
13766
13767         * tex/GNUmakefile ($(outdir)/latin1.enc): redirect stderr to
13768         stdout
13769
13770 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
13771
13772         * lily/general-scheme.cc (LY_DEFINE): Compile fix for systems
13773         without libintl.  Now it compiles too.
13774
13775 2005-02-28  Graham Percival  <gperlist@shaw.ca>
13776
13777         * Documentation/user/basic-notation.itely,
13778         instument-notation.itely, advanced-notation.itely:
13779         split up contents of notation.itely.
13780
13781         * Documentation/user/notation.itely: file removed.
13782
13783         * Documentation/user/invoking.itely, converters.itely:
13784         moved convert-ly info to invoking.itely.
13785
13786         * Documentation/user/global.itely, changing-defaults.itely,
13787         sound-output.itexi: moved global settings, file layout, and
13788         sound into global.itely.
13789
13790         * Documentation/user/sound-output.itexi: file removed.
13791
13792         * Documentation/user/lilypond.tely: removed links to
13793         notation.itely and sound.itely.
13794
13795 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13796
13797         * scm/output-ps.scm (grob-cause): only do mark_URI if non-empty.
13798
13799         * scm/framework-ps.scm (write-preamble): remove pdf-viewer code.
13800  
13801         * THANKS: add sponsor.
13802
13803         * scm/define-markup-commands.scm (with-url): new markup command.
13804
13805         * scm/page-layout.scm (TAGLINE): add www.lilypond.org with URL to
13806         tagline.
13807         
13808         * scm/output-tex.scm (url-link): stub.
13809
13810         * scm/output-ps.scm (url-link): new function.
13811
13812         * lily/lily-parser-scheme.cc (LY_DEFINE): deprecate
13813         ly:set-point-and-click
13814
13815 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
13816
13817         * ps/music-drawing-routines.ps (mark_file_line): Switch Action
13818         based on pdf-viewer setting.
13819
13820         * scm/framework-ps.scm (write-preamble): Find and set preferred
13821         pdf-viewer.
13822
13823 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13824
13825         * Documentation/user/point-and-click.itely: update for PDF point &
13826         click.
13827
13828         * scripts/lilypond-pdfpc-helper.py: new file. Invoke different
13829         editors based on EDITOR setting.
13830
13831 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
13832
13833         * scm/*: Oops, more grand 2005 replace bits.
13834
13835 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13836
13837         * ps/music-drawing-routines.ps: new routine: insert PDF mark
13838
13839         * scm/output-ps.scm (grob-cause): point & click support for
13840         PostScript
13841
13842 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13843
13844         * lily/input-scheme.cc (LY_DEFINE): rename to
13845         ly:input-file-line-column
13846
13847 2005-02-26  Graham Percival  <gperlist@shaw.ca>
13848
13849         * Documentation/user/examples.itely: small fix from Steve Doonan.
13850
13851         * Documentation/user/scheme-tutorial.itely: small fix from Steve Doonan.
13852
13853         * THANKS: added Yuval Harel.
13854
13855         * Documentation/user/{various}: inserted two spaces after a period.
13856
13857         * Documentation/user/lilypond.tely: added framework for reorg.
13858
13859         * Documentation/user/basic-notation.itely, instrument-notation.itely,
13860         advanced-notation.itely, global.itely: new files, placeholder for
13861         future reorg.
13862
13863 2005-02-26 Yuval Harel  <yuvalh@hotpop.com>
13864
13865         * Documentation/user/notation.itely: revamped Polyphony section
13866         
13867 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13868
13869         * Documentation/user/lilypond-book.itely (Music fragment options):
13870         doc fontload.
13871
13872         * Documentation/user/changing-defaults.itely (Text encoding): add
13873         fontload option to utf8 include
13874
13875         * scripts/lilypond-book.py (compose_ly): add fontload option
13876
13877         * scm/framework-eps.scm (dump-stencils-as-EPSes): add
13878         force-eps-font-include option.
13879
13880         * ly/chord-modifiers-init.ly (blackTriangleMarkup): reinstate
13881         black triangle
13882
13883         * Documentation/user/invoking.itely (Editor support): remove
13884         lilypond-latex section.
13885
13886         * scripts/lilypond-latex.py (Module): remove script.
13887
13888         * cygwin/lily-wins.py (stat): write to .lylog, so as not to
13889         overwrite .log. 
13890
13891         * lily/main.cc: remove -m, --no-layout
13892
13893         * flower/include/libc-extension.hh: add ALIAS_FILE_TO_FILECOOKIE
13894         to define. We don't want to override fprintf everywhere.
13895
13896 2005-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
13897
13898         * cygwin/lilypond.hint: 
13899         * cygwin/README.in: Update dependencies.
13900
13901         * stepmake/aclocal.m4 (STEPMAKE_PANGO, STEPMAKE_PANGO_FT2):
13902         Bugfix: do not pollute CPPFLAGS, LIBS.
13903
13904         * cygwin/mknetrel (extras): Cross compile fixes.
13905
13906         * ttftool/util.c: 
13907         * ttftool/ttfps.c: 
13908         * ttftool/ps.c: #include libc-extension.hh
13909
13910         * flower/include/libc-extension.hh:
13911         * flower/libc-extension.cc (fopencookie)[!HAVE_FOPENCOOKIE]: Add
13912         wrapper using funopen.
13913         (fopencookie, handle_cookie_io_fclose, handle_cookie_io_fprintf,
13914         handle_cookie_io_fprintf): Add wrappers catching Memory_out_stream.
13915
13916         * config.hh.in:
13917         * configure.in (AC_CHECK_FUNCS): Add fopencookie, funopen.
13918         (AC_CHECK_HEADERS): Add libio.h
13919
13920         * scripts/convert-ly.py: Uniformize, internationalize.
13921         (2.5.2): Remove fatal encoding rule.
13922         (2.5.13): Handle latin1 encoding gracefully.
13923
13924 2005-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
13925
13926         * HACKING: Fix line breaks.
13927
13928 2005-02-23  Werner Lemberg  <wl@gnu.org>
13929
13930         * mf/graycx.mf, mf/graylj.mf: Removed.  Any decent TeX distribution
13931         contains those two files.
13932
13933 2005-02-21  Werner Lemberg  <wl@gnu.org>
13934
13935         * mf/feta-nummer-code.mf ("Numeral 5"): Include intersection point
13936         to improve overlap removal process.
13937
13938         * mf/feta-slag.mf (draw_trillelement): Add parameter to control
13939         left and right ending.  This ensures better overlapping.
13940         Update all callers.
13941         ("lineprall"): Don't use draw_gridline to get better overlapping.
13942
13943 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13944
13945         * scm/lily-library.scm (ps-embed-cff): add \n after EndResource
13946
13947         * Documentation/topdocs/NEWS.tely (Top): oops.
13948
13949 2005-02-21  Pedro Kroger  <kroeger@pedrokroeger.net>
13950
13951         * HACKING: new file.
13952
13953         * input/regression/utf8.ly (portuguese): added a portuguese example
13954         to show latin1 accents.
13955
13956 2005-02-21  Pal Benko  <benkop@freestart.hu>
13957
13958         * lily/mensural-ligature-engraver.cc:
13959         * lily/mensural-ligature.cc:
13960         * lily/include/mensural-ligature.hh: new algorithm implemented
13961
13962         * scm/define-grob-properties.scm: join-left killed (add-join may
13963         be used); join-left-amount changed to join-right-amount
13964
13965 2005-02-21  Graham Percival  <gperlist@shaw.ca>
13966
13967         * Documentation/user/notation.itely: small but urgent fix.
13968
13969 2005-02-21  Jürgen Reuter  <reuter@ipd.uka.de>
13970
13971         * lily/duration-scheme.cc: bugfix: correct parameters to
13972         SCM_ASSERT_TYPE.
13973
13974         * THANKS: added Pal.
13975
13976         * Documentation/user/notation.itely: bugfix: unTeXified
13977         $\\backslash$.  Bugfix: yet another glyph renaming victim:
13978         "timesig.*x/y" -> "timesig.*xy".
13979
13980 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13981         
13982         * VERSION (PACKAGE_NAME): release 2.5.12
13983
13984 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13985
13986         * ly/engraver-init.ly: set tieWaitForNote to #t by default
13987
13988         * configure.in (gui_b): bump GUILE requirement to 1.6.5 
13989
13990         * Documentation/topdocs/NEWS.tely: add inputfileref macro.
13991
13992         * scm/framework-ps.scm (supplies-or-needs): uniq font name list.
13993
13994 2005-02-20  Jan Nieuwenhuizen  <janneke@gnu.org>
13995
13996         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: recode
13997         latin1..utf-8.
13998
13999         * input/regression/stanza-number.ly:
14000         * input/regression/utf8.ly (hebrew): Use addlyrics.  Update.
14001
14002         * lily/tie-engraver.cc (acknowledge_grob): Compile fix.
14003
14004 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14005
14006         * Documentation/topdocs/NEWS.tely (Top): only mention 2.5
14007         NEWS. Refer to website for older news.  
14008
14009         * stepmake/bin/add-html-footer.py (i18n): don't strip .PNG /
14010         .HTML. This should be done for specific servers only.
14011
14012         * Documentation/topdocs/NEWS.tely (Top): move to .tely. Add some
14013         .ly image examples.
14014
14015         * scm/define-grobs.scm (all-grob-descriptions): put ledger lines
14016         in layer 0 too.
14017
14018         * scm/define-context-properties.scm
14019         (all-user-translation-properties): add tieWaitForNote
14020
14021         * scm/define-grobs.scm (all-grob-descriptions): add
14022         Tie_column::before_line_breaking
14023
14024         * lily/tie.cc (get_column_rank): new function
14025
14026         * lily/tie-column.cc (before_line_breaking): new function.
14027         (werner_directions): take into account ties that start on
14028         different columns.  
14029
14030         * lily/score-engraver.cc (set_columns): move add_column() so we
14031         have column rank available.
14032
14033         * lily/tie.cc (get_column_rank): new function.
14034
14035         * input/regression/utf8.ly (japanese): add japanese lyrics.
14036
14037         * lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
14038
14039         * THANKS: add Steve D
14040
14041         * ttftool/*.c: add TTF -> Type42 conversion library. Based on
14042         Public Domain work by Juliusz Chroboczek <jch@pps.jussieu.fr>
14043
14044 2005-02-20  Tatsuya Ono  <tats_ono@infoseek.jp>
14045
14046         * mf/parmesan-heads.mf: "0harmonic" -> "s0harmonic"
14047         to show harmonic notes
14048         * scm/define-markup-commands.scm: in \markup-by-number
14049         "dots-dot" -> "dots.dot" to show dotted notes
14050
14051 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14052
14053         * flower/include/memory-stream.hh (class Memory_out_stream): new file.
14054
14055         * flower/memory-stream.cc (writer): new file.
14056
14057         * configure.in: add endian test.
14058
14059 2005-02-19  Jürgen Reuter  <reuter@ipd.uka.de>
14060
14061         * Documentation/user/examples.itely: small
14062         simplification/beautification
14063
14064         * Documentation/user/notation.ietly: bugfix: fixed many artefacts
14065         from the "x-y-z"->"x.y.z" renaming of glyphs throughout the whole
14066         notation manual.
14067
14068         * lily/mensural-ligature.cc: bugfix: another few victims of the
14069         "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
14070
14071         * ly/gregorian-init.ly: commit some experimental code for hi-level
14072         ligature input language lying around here for several months.
14073
14074         * lily/mensural-ligature-engraver.cc: bugfix: another victim of
14075         the "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
14076
14077         * lily/vaticana-ligature-engraver.cc: bugfix: another few
14078         "x-y-z"->"x.y.s-z" fixes.
14079
14080 2005-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14081
14082         * scm/framework-pdf.scm (scm): new file
14083
14084         * lily/include/pdf.hh (class Pdf_file): new file.
14085
14086         * lily/pdf.cc (write_trailer): new file.
14087
14088 2005-02-18  Erlend Aasland  <erlenda@gmail.com>
14089
14090         * input/regression/color.ly: new file
14091
14092         * lily/stencil.cc (interpret_stencil_expression):
14093         when a color expression is encountered: save current color,
14094         process the rest of the expression, and restore previous color.
14095
14096         * lily/system.cc (get_line): check all grobs for color property and
14097         prepare the stencil scheme expressions for further processing.
14098         Fix layer-loop.
14099
14100         * scm/define-grob-properties.scm: introduce the color property.
14101
14102         * scm/output-lib.scm: color helper functions.
14103
14104         * scm/output-ps.scm: introduce setcolor/resetcolor.
14105
14106 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
14107
14108         * ly/*.ly, input/regression/*.ly: Added missing \version
14109         statements in some files.
14110
14111 2005-02-15  Graham Percival  <gperlist@shaw.ca>
14112
14113         * Documentation/user/notation.itely: minor editing.
14114
14115         * Documentation/user/converters.itely: updated convert-ly bugs.
14116
14117         * Documentation/user/lilypond-book.itely: add info about using
14118         feta characters in latex.
14119
14120 2005-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14121
14122         * scripts/convert-ly.py: new slur dash patch by Bertalan Fodor.
14123
14124 2005-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14125
14126         * scm/define-grob-properties.scm (all-user-grob-properties):
14127         removed 'dashed property.
14128
14129 2005-02-13  Nicolas Sceaux  <nicolas.sceaux@free.fr>
14130
14131         * scm/lily.scm (define-safe-public): new macro for defining
14132         variables that can be used in --safe mode. Use it in *.scm
14133         instead of manually setting safe-objects in safe-lily.scm.
14134
14135 2005-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14136         
14137         * lily/slur.cc: Slur-dash patch by Bertalan.
14138
14139         * ly/engraver-init.ly (EasyNotation): glyph name dash -> period.
14140
14141         * stepmake/bin/add-html-footer.py (do_file): do i18n only once. 
14142
14143 2005-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
14144
14145         * stepmake/aclocal.m4: teTeX-3.0 inimf fix.  Comment-out.
14146
14147 2005-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
14148
14149         * mf/GNUmakefile: teTeX-3.0 install fix.
14150
14151         * Cygwin patch from Bertalan.
14152
14153         * stepmake/stepmake/metafont-rules.make: Remove bashism.
14154
14155 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
14156
14157         * GNUmakefile.in: 
14158         * SConstruct (symlink): teTeX-3.0 build fix: add map symlink.
14159
14160         * tex/GNUmakefile: teTeX-3.0 fix: install .enc in fonts/enc.  Add
14161         2.0.x compatibility.
14162
14163 2005-02-08  Werner Lemberg  <wl@gnu.org>
14164
14165         * mf/feta-din-code.mf: Format; clean up code.
14166         Replace `---' with `--' plus explicit path directions.
14167         (linethickness#, stafflinethickness#): Remove.
14168         ("dynamic f"): Replace `draw' with `draw_rounded_block'.
14169         ("dynamic s"): Improve shape.
14170         ("dynamic p"): Improve shape.
14171         Replace `draw' with better outline approximation.
14172         ("dynamic r"): Improve shape.
14173         Don't call `fill' and `draw' at the same time.
14174
14175 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
14176
14177         * SConstruct (symlink):
14178         * GNUmakefile.in ($(builddir)/share/lilypond-force): teTeX-3.0
14179         build fix: add enc symlink.
14180
14181         * lily/general-scheme.cc: Compile fixes: include wchar.h, string.h.
14182
14183         Support for DESTDIR besides prefix=/foo
14184
14185         * vim/GNUmakefile (local-install): Use $(INSTALL) -d iso mkdir.
14186
14187         * stepmake/stepmake/*.make:
14188         * */GNUmakefile:
14189         * GNUmakefile.in: Prepend $(DESTDIR) to installation directory.
14190
14191         * config.make.in (prefix): Remove broken $(DESTDIR) hack.
14192
14193         * stepmake/aclocal.m4: Use %0.f iso %d to quiet gawk < 3.1.4 and
14194         mawk in fontforge (date) test.
14195
14196 2005-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14197
14198         * scm/font.scm (make-century-schoolbook-tree): add NCS as
14199         font-family=roman. Add Luxi Sans as sans
14200
14201 2005-02-07  Graham Percival  <gperlist@shaw.ca>
14202
14203         * Documentation/user/notation.itely: add warning about
14204         percent repeats and Voice contexts.
14205
14206         * Documentation/user/lilypond-book.itely: clarified the
14207         necessity of dvips -u arguments.
14208
14209 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
14210
14211         * THANKS: Added a bunch of bug hunters.
14212
14213 2005-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14214
14215         * scm/framework-ps.scm (output-preview-framework): bugfix.
14216
14217         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): use unicode
14218         o/ for chord modifier..
14219
14220         * lily/general-scheme.cc (LY_DEFINE): new function ly:wide-char->utf-8.
14221
14222         * lily/drum-note-performer.cc:  remove unused (thanks Michael
14223         Welsh Duggan). 
14224
14225 2005-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
14226
14227         * Documentation/user/changing-defaults.itely (Text encoding): Clarify.
14228
14229         * ly/titling-init.ly: Do not also print intstrument in header on
14230         first page.  Do not print page number on first and only page.
14231
14232 2005-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14233
14234         * input/regression/*.ly: remove old-relative everywhere
14235
14236         * lily/music-sequence.cc (simultaneous_relative_callback): do
14237         what-if analysis on copy, not on original. Fixes old-relative
14238         compatibility.
14239
14240         * scm/backend-library.scm (postscript->png): space before
14241         --verbose.
14242         
14243 2005-02-05  Werner Lemberg  <wl@gnu.org>
14244
14245         * mf/feta-autometric.mf (fet_beginchar): Check whether `feta_group'
14246         is defined.
14247
14248         * mf/feta-alphabet.mf: Define `staffsize#'.
14249         Include `feta-params.mf'.
14250         s/staffheight/design_size/.
14251
14252         * mf/feta-alphabet??.mf: s/staffheight/design_size/.
14253
14254         * mf/feta-alphabet26.mf: Fix a serious bug (design size off by 8pt).
14255
14256         * mf/feta-nummer-code.mf: Reformatted.
14257         (draw_six): Use outline intersection to avoid a self-intersecting
14258         path.
14259         ("Numeral comma"): Fix serious outline glitches.  This slightly
14260         changes the glyph shape.
14261         ("Numeral dash"): Use `draw_rounded_block'.
14262         ("Numeral dot"): Use `drawdot'.
14263         ("Numeral 1"): Assure identical tangent directions for the
14264         intersection points of paths.  The glyph shape improvement is only
14265         visible at very high magnifications.
14266         ("Numeral 2"): Use `solve' macro to make the lower right part of
14267         the glyph outline touch the x axis exactly.  This changes the
14268         glyph shape.
14269         Minor fixes for better overlap removal support.
14270         ("Numeral 4"): Make lefter corner `rounder'.
14271         ("Numeral 5"): Assure identical tangent directions for the
14272         intersection points of paths.  This improves the glyph shape at
14273         high magnifications.
14274         ("Numeral 7"): Use `solve' macro to make the upper right part of
14275         the glyph outline touch the metrics box exactly.  This changes the
14276         glyph shape.
14277         Avoid corner in the upper left part of the glyph (causing a minor
14278         shape change).
14279
14280         * mf/feta-ital-*.mf: Removed.  Unused.
14281
14282 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14283
14284         * VERSION (PATCH_LEVEL): release 2.5.11
14285
14286         * input/regression/fill-line-test.ly: new file.
14287
14288         * buildscripts/gen-emmentaler-scripts.py (i): insert dash in
14289         emmentaler name, eg. emmentaler-23. 
14290
14291 2005-02-04  Christian Hitz  <chhitz@gmx.net>
14292
14293         * scm/scm/define-markup-commands.scm (fill-line): rework for better
14294         alignment with centered texts
14295
14296         * scm/stencil.scm (stack-stencils-padding-list): new function, takes a
14297         list of paddings
14298
14299 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14300
14301         * mf/GNUmakefile ($(outdir)/lilypond.map): add aybabtu to .map file.
14302
14303         * lily/note-column.cc (translate_rests): call flush_extent_cache()
14304         of parents when translating rests. Fixes: c-chord-rest.ly 
14305
14306         * lily/include/dimension-cache.hh (struct Dimension_cache): add
14307         dimension_callback_ member.
14308
14309         * lily/grob.cc (flush_extent_cache): new function. Force recompute
14310         of extents.
14311
14312 2005-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
14313
14314         * all but lily/*: The grand 2004/2005 replace.
14315
14316 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14317
14318         * lily/*: add space after ,  
14319
14320         * scm/music-functions.scm (has-request-chord): don't use
14321         ly:music-name anywhere. Fixes <<\\>> notation. 
14322
14323         * scm/define-markup-commands.scm (box): use font-size for
14324         padding. Fixes boxed-rehearsal-marks.ly
14325
14326         * lily/parser.yy (assignment_id): allow LYRICS_STRING as
14327         identifier definition too, so foo = \lyrics { ...   } bar = #1
14328         doesn't complain about "bar" being LYRICS_STRING.
14329
14330         * lily/paper-def.cc (find_pango_font): new routine; Store
14331         pango_fonts in hash tab too. This is necessary for retrieving
14332         Pango_fonts::physical_font_tab() later on.
14333  
14334         * lily/pango-font.cc (pango_item_string_stencil): bugfix: don't
14335         crash if psname is null.
14336
14337         * lily/lily-guile.cc (ly_hash2alist): new function
14338
14339         * Documentation/user/changing-defaults.itely (Text encoding):
14340         rewrite. 
14341
14342         * lily/pango-font.cc (physical_font_tab): new member. Store PSname
14343         -> font_filename mapping.
14344
14345         * lily/pango-font-scheme.cc (LY_DEFINE): new file. New function
14346         ly_pango_font_physical_fonts
14347
14348         * scm/framework-ps.scm (supplies-or-needs): extract names from
14349         physical Pango_fonts.
14350
14351         * utf8.ly: new file.
14352
14353 2005-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14354
14355         * Documentation/user/changing-defaults.itely (Page layout): add
14356         doco about systemSeparatorMarkup.
14357
14358         * scm/page-layout.scm (default-page-make-stencil): add-to-page
14359         function.
14360         (default-page-make-stencil): insert system separators.
14361
14362         * scm/define-markup-commands.scm (hcenter): add
14363         (beam): add.
14364
14365 2005-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14366
14367         * scm/output-ps.scm (ez-ball): reinstate ez notation.
14368
14369 2005-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
14370
14371         * lily/main.cc: Spell backend consistently.  Sort options.
14372
14373 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14374
14375         * scripts/lilypond-book.py (Module): revert @include.
14376         
14377 2005-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
14378
14379         * scripts/lilypond-book.py: Resurrect HTML links to .ly source.
14380         Bugfix: @include .tex (not .texi).  Small cleanups.
14381
14382         * stepmake/bin/add-html-footer.py (i18n): New function.
14383
14384 2005-01-31  Werner Lemberg  <wl@gnu.org>
14385
14386         * mf/feta-nummer.mf: Removed.  Unused.
14387
14388 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14389
14390         * lily/ : 2004 -> 2005 s&r
14391
14392         * scm/file-cache.scm (cached-file-contents): add file. Read each
14393         file only once.
14394
14395         * scm/font.scm (add-pango-fonts): change order. Medium weight is
14396         now default.
14397
14398         * VERSION: release 2.5.10
14399         
14400         * mf/GNUmakefile (INSTALLATION_OUT_FILES4): install cff.ps files.
14401
14402         * make/ly-rules.make ($(outdir)/%.texi): detect new EOF marker.
14403
14404         * scm/framework-ps.scm (dump-stencil-as-EPS): robustness: ensure
14405         that both X and Y extents of bbox are non-nil.
14406
14407 2005-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14408
14409         * scm/chord-name.scm (alteration->text-accidental-markup): change
14410         - to . 
14411
14412         * scm/output-ps.scm (utf8-string): add utf8-string for completeness.
14413
14414         * scm/framework-ps.scm (dump-stencil-as-EPS): new function
14415
14416         * Documentation/user/invoking.itely (Invoking lilypond): add note
14417         about EPS backend.
14418
14419         * scm/framework-eps.scm: new file: create per-system/per-page EPS
14420         files for inclusion in lilypond-book document.
14421
14422         * input/tutorial/lbook-latex-test.tex: rename from lilbook.tex
14423
14424         * input/tutorial/lbook-texi-test.texi: new file.
14425
14426         * scm/safe-lily.scm (safe-objects): add
14427         {begin,end}-of-line-(in)?visible as safe.
14428  
14429 2005-01-30  Graham Percival  <gperlist@shaw.ca>
14430
14431         * Documentation/user/changing-defaults.itely: fixed example
14432         of (dynamics).
14433
14434 2005-01-29  Graham Percival  <gperlist@shaw.ca>
14435
14436         * lily/main.cc: fix info about -o=FILE.
14437
14438 2005-01-29  Werner Lemberg  <wl@gnu.org>
14439
14440         * mf/feta-toevallig.mf ("Natural"): Completely changed the
14441         construction to assure smooth transition from straight to curved
14442         lines.
14443
14444 2005-01-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14445
14446         * lily/stencil.cc (moved_to_edge): don't halt on adding empty
14447         stencils.
14448
14449         * ps/lilyponddefs.ps: add start-page, start-system doesn't
14450         translate to top of page. Fixes alignment problems of
14451         lilypond-generated EPS files.
14452
14453 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14454
14455         * scm/part-combiner.scm (analyse-spanner-states): trigger on
14456         crescendo-end as well, since Decrescendo maybe ended with Stop
14457         Crescendo.). Fixes: partcombine-diminuendo.ly
14458
14459         * scm/script.scm (default-script-alist): swap portato symbols.
14460
14461         * lily/instrument-name-engraver.cc (acknowledge_grob): typo.
14462
14463         * lily/paper-outputter-scheme.cc (LY_DEFINE):
14464         ly:outputter-port. New function.
14465
14466         * scm/framework-ps.scm (output-classic-framework): dump a
14467         -systems.texi too
14468         (output-classic-framework): dump multiple systems on an "infinite"
14469         page EPS including fonts. 
14470
14471         * scripts/lilypond-book.py (Lilypond_snippet.ly_is_outdated): use
14472         .eps files for both texi and tex formats. Use PNG coming from
14473         lilypond.
14474         
14475 2005-01-28  Graham Percival  <gperlist@shaw.ca>
14476
14477         * Docuemntation/user/invoking.itely: fix info about -o=FILE.
14478
14479         * scripts/lilypond-latex.py: fix info about -o=FILE.
14480
14481 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14482
14483         * ly/generate-embedded-cff.ly: write .cff.ps files.
14484
14485         * mf/GNUmakefile ($(outdir)/lilypond.map): add .cff.ps to .map file.
14486
14487         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
14488         $(outdir)/%.svg $(outdir)/%.pfa): remove --simplify
14489
14490 2005-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
14491
14492         * lily/include/guile-compatibility.hh (SCM_VECTOR_P): Compile fix.
14493
14494 2005-01-28  Werner Lemberg  <wl@gnu.org>
14495
14496         * mf/feta-macros.mf (soft_start_penstroke, soft_end_penstroke): New
14497         macros.
14498         (draw_bulb): Improved.
14499
14500         * mf/feta-pendaal.mf ("Pedal asterisk"): Remove workaround for
14501         metapost bug.
14502         (draw_pedal_P): Use soft_end_penstroke.
14503         (draw_pedal_d): Use soft_start_penstroke.
14504
14505         * mf/feta-schrift.mf ("Trill (`tr')"): Remove redundant point in
14506         path.
14507         ("Varied Coda"): Move some points to avoid fontforge warnings.  This
14508         doesn't change the glyph shape.
14509
14510         * mf/feta-accordion.mf ("accOldEE"): Draw glyph differently (without
14511         changing the shape) to avoid fontforge warnings.
14512
14513         * mf/feta-klef.mf (draw_tab_T, draw_tab_A, draw_tab_B): Use
14514         soft_end_penstroke and fix glyph shape.
14515
14516 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14517
14518         * lily/*.cc: Scheme deprecation of SCM_VECTOR_* 
14519
14520 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14521
14522         * scm/define-markup-commands.scm (line): filter out empty stencils
14523         from line command.
14524
14525         * lily/stencil-scheme.cc (LY_DEFINE): only allow finite real
14526         amount.
14527
14528 2005-01-27  Graham Percival  <gperlist@shaw.ca>
14529
14530         * Documentation/user/notation.itely: added info about what
14531         \voiceFoo does.  Also rewrote warning about marks at
14532         a line break.
14533
14534         * Documentation/user/changing-defaults.itely: added info
14535         about putting dynamics in parenthesis and brackets.
14536
14537 2005-01-27  Werner Lemberg  <wl@gnu.org>
14538
14539         * mf/feta-schrift.mf ("Trill (`tr')"): Fix typo.
14540
14541 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14542
14543         * mf/feta-schrift.mf: reverse u and d portato. Fixes:
14544         portato-direction.ly
14545
14546         * lily/beam.cc (consider_auto_knees): add beam height to
14547         threshold. Fixes: knee-multiple-beam.ly
14548
14549         * lily/instrument-name-engraver.cc (acknowledge_grob): also ignore
14550         pedal line spanners. Fixes: instrument-center-pedal.ly
14551
14552         * lily/auto-beam-engraver.cc (acknowledge_grob): stop beam
14553         if encountering barline. Fixes: auto-beam-repeat.ly
14554
14555 2005-01-26  Werner Lemberg  <wl@gnu.org>
14556
14557         * mf/feta-slag.mf (draw_trillelement): Fix shape to get clean
14558         overlapping.
14559
14560         * mf/feta-toevallig.mf (draw_meta_sharp): Fix shape to avoid curves
14561         with inflections for the 1/2 sharp glyph.
14562
14563         * mf/feta-schrift.mf ("Trill (`tr')"): Fix start position of
14564         connection between `t' and `r'.
14565         Unify bulb with the rest of `r' to avoid grazing outlines which
14566         confuses the overlap removal algorithm of fontforge.
14567
14568         * mf/feta-bolletjes.mf (draw_slash): Fix shape to avoid curves with
14569         inflections.
14570         (draw_cross): Fix shape to have uniform thickness in corners.
14571
14572         * mf/feta-pendaal.mf (draw_pedal_P): Break shape into smaller pieces
14573         to avoid an uneven number of self-intersections; this confuses
14574         fontforge.
14575         Fix a slight bug in the shape at left bottom (which is visible only
14576         at high magnifications).
14577         `Center' the stem horizontally to avoid overlapping.
14578
14579 2005-01-24  Werner Lemberg  <wl@gnu.org>
14580
14581         * mf/feta-autometric.mf (fet_beginfont): Set font_coding_scheme
14582         to `asis'.
14583         (fet_begingroup): Save group name in string `feta_group'.
14584         (fet_endgroup): Updated.
14585         (fet_beginchar): Emit `glyph_name' special for mf2pt1.
14586
14587         * mf/feta-bolletjes.mf: s/p/pat/ for paths.
14588
14589         * mf/feta-pendaal.mf ("Pedal asterisk"): Add workaround for bug
14590         in metapost.
14591
14592 2005-01-24  Graham Percival  <gperlist@shaw.ca>
14593
14594         * Documentation/user/notation.itely: really minor editing.
14595
14596 2005-01-22  Graham Percival  <gperlist@shaw.ca>
14597
14598         * Documentation/user/examples.itely: minor editing.
14599
14600         * Documentation/user/changing-defaults.itely: minor editing.
14601
14602         * Documentation/user/notation.itely: clarified info on polyphony
14603         and \addlyrics.
14604
14605 2005-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
14606
14607         * scm/output-gnome.scm: 
14608         * scm/output-svg.scm:
14609         * scm/lily-library.scm (font-name-style): Update font name
14610         kludging for fontconfig use.
14611
14612 2005-01-20  Erlend Aasland  <erlenda@gmail.com>
14613
14614         * scm/define-markup-commands.scm: Document right-align and
14615         larger markup commands. Remove "TODO" from the topmost comment
14616         "each markup function should have a doc string." More consistent
14617         use of new-lines.
14618
14619 2005-01-22  Graham Percival  <gperlist@shaw.ca>
14620
14621         * Documentation/user/changing-defaults: removed info about
14622         copyright symbol, since it's likely to change soon.
14623         Added info about betweensystemspace.
14624
14625         * Documentation/user/notation.itely: minor fixes.
14626
14627         * Documentation/user/lilypond.tely,
14628         Documentation/user/music-glossary.tely: changed copyright
14629         date to 2005 instead of 2004.
14630
14631         * input/test/volta-chord-names.ly: added old example back.
14632
14633 2005-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14634
14635         * mf/feta-beugel.mf: use design size 20 (not 15).
14636
14637         * mf/aybabtu.pe.in: scale brace fonts to design sizes.
14638         change name to aybabtu completely
14639
14640 2005-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14641
14642         * buildscripts/gen-emmentaler-scripts.py (outdir): add
14643         design_size to fontname
14644
14645 2005-01-19  Werner Lemberg  <wl@gnu.org>
14646
14647         * mf/feta-accordion.mf, mf/feta-klef.mf, mf/feta-pendaal.mf,
14648         mf/feta-schrift.mf: s/p/pat/ if a path variable.
14649
14650         * mf/feta-autometric.mf (set_char_box): Add code which emits
14651         specials for mf2pt1 if run with metapost.
14652         (to_bp): New macro for mf2pt1.
14653
14654 2005-01-18  Graham Percival  <gperlist@shaw.ca>
14655
14656         * Documentation/user/changing-defaults: added info on
14657         creating a copyright symbol.
14658
14659 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14660
14661         * VERSION: release 2.5.9
14662         
14663 2005-01-18  Erlend Aasland  <erlenda@gmail.com>
14664
14665         * scm/auto-beam.scm: Simplify score-override-auto-beam-setting
14666
14667         * Documentation/user/notation.itely: Document
14668         score-override-auto-beam-setting Fix documentation for
14669         revert-auto-beam-setting.
14670
14671 2005-01-18  Werner Lemberg  <wl@gnu.org>
14672
14673         * scm/framework-ps.scm (ps-embed-cff): Fix DSC comments.
14674         (procset): New function to define a procset resource.
14675         (ps-embed-pfa): New function to define a font resource.
14676         (setup): New function to define a `Setup' environment.
14677         (preamble): Use new functions.
14678
14679         * ps/lilypond.defs (init-lilypond-parameters): New function to
14680         get rid of directly executed PS code.  Used in scm/framework-ps.scm.
14681
14682 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14683
14684         * mf/GNUmakefile (MFTRACE_FLAGS): add --no-afm to MFTRACE_FLAGS
14685
14686 2005-01-17  Erlend Aasland  <erlenda@gmail.com>
14687
14688         * scm/define-markup-commands.scm: Change number->markletter-string
14689         to take two arguments (vector number). Add number->mark-alphabet-vector
14690         and markalphabet markup command.
14691
14692         * scm/translation-functions.scm: Add format-mark-box-alphabet,
14693         format-mark-alphabet, format-mark-box-barnumbers and
14694         format-mark-barnumbers. Fix bug in format-mark-box-numbers.
14695
14696 2005-01-17  Graham Percival  <gperlist@shaw.ca>
14697
14698         * Documentation/user/examples.itely: add SATB automatic piano
14699         reduction template.
14700
14701         * Documentation/user/notation.itely: added info about changing
14702         partcombine texts.  Also adds examples of alternate lyrics.
14703
14704         * Documentation/user/changing-defaults.itely: added warning
14705         about \RemoveEmptyStaffContext overriding previous changes.
14706
14707 2005-01-17  Werner Lemberg  <wl@gnu.org>
14708
14709         * buildscripts/mf-to-table.py: Use `FetaAlphabetEncoding' for
14710         feta-alphabet*.
14711
14712 2005-01-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14713
14714         * python/lilylib.py (make_ps_images): don't do final showpage for
14715         multi-page documents.
14716         
14717         * VERSION (MY_PATCH_LEVEL): release 2.5.8
14718
14719 2005-01-16  Graham Percival  <gperlist@shaw.ca>
14720
14721         * Documentation/user/lilypond.tely: changed order of appendices;
14722         unified index should be last.
14723
14724         * Documentation/user/notation.itely: add example of key signatures
14725         and info about Staff.printKeyCancellation.
14726
14727 2005-01-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14728
14729         * lily/include/repeated-music.hh (class Repeated_music): change
14730         into "namespace" class.
14731
14732         * lily/event.cc: remove Key_change_event.
14733
14734         * lily/include/transposed-music.hh (class Transposed_music): remove.
14735
14736         * lily/transposed-music.cc: remove
14737
14738         * lily/include/relative-music.hh: remove.
14739
14740         * lily/include/music-sequence.hh (struct Music_sequence): change
14741         into "namespace" class.
14742
14743         * lily/untransposable-music.cc (Module): remove
14744
14745         * lily/include/un-relativable-music.hh (Module): remove
14746
14747         * lily/include/untransposable-music.hh (Module): remove
14748
14749         * lily/include/music-list.hh (Module): remove file
14750
14751         * lily/un-relativable-music.cc: remove file.
14752
14753 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
14754
14755         * lily/parser.yy: Compile fix.
14756
14757 2005-01-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14758
14759         * lily/include/music.hh (class Music): unvirtualize transpose().
14760
14761         * lily/sequential-music.cc: remove file.
14762
14763         * lily/include/lyric-combine-music.hh ("music.hh"): remove file.
14764
14765         * lily/slur-scoring.cc (get_best_curve): only switch on
14766         DEBUG_SLUR_SCORING for non NDEBUG builds.
14767
14768         * lily/include/music.hh (class Music): replace Music::start_mom()
14769         by start-callback property
14770
14771         * lily/include/grace-music.hh: remove file. 
14772
14773         * lily/stem.cc (height): robustness fix.
14774
14775         * lily/time-scaled-music.cc: remove file.
14776
14777         * lily/include/music.hh (class Music): include SCM init argument.
14778         (class Music): replace Music::get_length() virtual by
14779         length-callback property everywhere.
14780
14781         * scripts/convert-ly.py (conv): add  # to \property scalar value.
14782
14783         * mf/GNUmakefile: don't install *list.ly
14784
14785 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
14786
14787         * mf/GNUmakefile (CFF_FILES): Bugfix: only big cheeses and braces.
14788
14789 2005-01-12  Werner Lemberg  <wl@gnu.org>
14790
14791         This patch addresses the following problems in the feta sources
14792         files which contribute to the fetaXX fonts.
14793
14794         . Many fixes for rasterization at low resolutions (consistent use of
14795           `vround' and `hround', integer shift values for paths, applying
14796           `eps' for mirrored paths, use of `define_whole_pixels' and
14797           friends, etc.) -- while this probably looks like a waste of time
14798           it has revealed deficiencies in some glyph shapes.  See comment at
14799           the end of feta-params.mf how vertical symmetry is achieved.
14800
14801         . The `---' operator has been replaced everywhere with `--'; this
14802           both improves and considerably reduces the font size after
14803           conversion with mf2pt1.
14804
14805         These change aren't explicitly mentioned below since virtually all
14806         glyphs are affected.
14807
14808         Other notable differences:
14809
14810         . Glyphs from feta-accordion.mf now have charboxes around the
14811           outline.
14812
14813         . Fixed incorrect charbox for `accDot'.
14814
14815         . The `rcomma' and `lcomma' glyphs were distorted due to a typo.
14816
14817         . Fixed position of the bow in the `upprall' glyph and its siblings.
14818
14819         . The bulb size in the `2/2 meter' and `4/4 meter' glyphs is now
14820           dependent on the staff line thickness to avoid touching the middle
14821           staff line at smaller sizes.
14822
14823         . Largely extended output for feta-testXX: Where useful, glyphs
14824         are shown both between and on staff lines.
14825
14826
14827         * mf/feta-params.mf (staff_space_rounded,
14828         stafflinethickness_rounded, linethickness_rounded,
14829         ledgerlinethickness_rounded, stemthickness_rounded): New variables.
14830         Update all code which uses them where appropriate.
14831         (feta_eps, feta_shift, feta_space_shift, feta_offset, feta_fillpen):
14832         New variables used to control rasterization at low resolutions.  Set
14833         to zero if feta code is processed with metapost.
14834
14835         * mf/feta-macros.mf (draw_staff, draw_staff_outline): Updated.
14836         (draw_rounded_block, draw_square_block): Updated to use `--' only.
14837         (flare_path): Updated.
14838         Make it work with `filldraw' (but only circular pens).
14839         (hfloor, vfloor, hceiling, vceiling): New macros.
14840
14841         * mf/feta-accordion.mf ("accDiscant", "accFreebase", "accStdbase"):
14842         Use `draw' again in mf mode to have good pixel dropout control.
14843         Fix intersection points of horizontal lines with circle.
14844         ("accDot"): Fix parameters for set_char_box.
14845         ("accOldEE"): Use `draw' again in mf mode to have good pixel dropout
14846         control.
14847
14848         * mf/feta-banier.mf: Updated.
14849
14850         * mf/feta-bolletjes.mf (remember_pic): New variable, used for
14851         testing.
14852         (undraw_inside_ellipse): Remove `center' argument.  Update all
14853         callers.
14854         (draw_brevis): New macro, called by "Brevis notehead".
14855         (draw_whole_triangle_head): New macro, called by "Whole
14856         trianglehead".
14857         (draw_small_triangle_head): Use `filldraw'.
14858
14859         * mf/feta-eindelijk.mf: Remove useless global group.
14860         Updated.
14861
14862         * mf/feta-klef.mf (draw_c_clef): Correct point positions for using
14863         `filldraw'.
14864
14865         * mf/feta-pendaal.mf: Updated.
14866
14867         * mf/feta-puntje.mf: Updated.
14868
14869         * mf/feta-schrift.mf (draw_very_long_fermata): Simplified to use
14870         less points.
14871         ("Flageolet"): Use `draw' again in mf mode to have good pixel
14872         dropout control.
14873         ("Varied Coda"): Use `draw_block'.
14874         (draw_comma): Fix typo.
14875         (draw_arpeggio_arrow): Use `draw' also in mf mode to have good
14876         pixel dropout control.
14877
14878         * mf/feta-slag.mf ("upprall", "downprall", "lineprall"): Fix start
14879         position of bow.
14880
14881         * mf/feta-timesig.mf (draw_C): Reduce bulb size for smaller design
14882         sizes.
14883
14884         * mf/feta-toevallig.mf (remember_pic): New variable, used for
14885         testing.
14886         (draw_meta_sharp): Much simplified.
14887         ("Sharp", "1/2 Sharp", "3/4 Sharp"): Don't rotate but shift.
14888
14889         * mf/feta-test-generic.mf: Include all files as in feta-generic.mf.
14890
14891 2005-01-13  Mats Bengtsson  <mabe@s3.kth.se>
14892
14893         * Documentation/user/notation.itely (Ancient rests): Fix typo
14894         (thanks Anthony)
14895
14896 2005-01-13  Jan Nieuwenhuizen  <janneke@gnu.org>
14897
14898         * scm/auto-beam.scm (score-override-auto-beam-setting): New function.
14899
14900         * lily/main.cc (setup_paths): Add cff.
14901
14902         * mf/GNUmakefile (foe): Include actual target %.cff.
14903         (INSTALLATION_OUT_SUFFIXES): Install CFF and SVG fonts too.
14904
14905 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14906
14907         * lily/include/lily-lexer.hh (class Lily_lexer): lose hungarian _b
14908         suffix for main_input_b_.
14909
14910         * scm/music-functions.scm (toplevel-music-functions):
14911         precompute music lengths for music expressions.  
14912
14913 2005-01-11  Nicolas Sceaux  <nicolas.sceaux@free.fr>
14914
14915         * lily/include/input.hh (class Input): new `end_' slot for end of
14916         input. Renamed defined_str0_ to start_.
14917
14918         * lily/input.cc (Input): Add Input::Input (Input const &) and
14919         remove Input::Input (Source_file*, char const *). Use the new
14920         slots.
14921         (set_location): method used by bison to propagate input
14922         locations (YYLLOC_DEFAULT).
14923         (end_line_number, end_column_number, step_forward): new methods
14924         
14925         * lily/input-scheme.cc (ly:input-both-locations): new function,
14926         similar to ly:input-location, but also return the end line and
14927         column.
14928
14929         * lily/include/includable-lexer.hh: 
14930         * lily/includable-lexer.cc: 
14931         * lily/include/lily-lexer.hh (class Lily_lexer): 
14932         * lily/lily-lexer.cc (add_lexed_char): Move add_lexed_char from
14933         Includable_lexer to Lily_lexer, in order to update lexloc (the
14934         yylloc), a new slot of Lily_lexer.
14935         (here_input, LexerError): simplify by using the lexloc slot (aka
14936         yylloc)
14937
14938         * lily/lexer.ll: #define yylloc to use input locations (it may
14939         be useless here?). Fixed the #embedded_scm rule (step the location
14940         forward in order to skip the sharp sign before parsing the scheme
14941         expression)
14942
14943         * lily/include/lily-parser.hh (class Lily_parser): 
14944         * lily/lily-parser.cc: Remove push_spot(), pop_spot() and
14945         here_input()
14946         (parser_error): overload for more precise locations of errors.
14947
14948         * lily/parser.yy (YYLTYPE): set location type to Input
14949         (YYLLOC_DEFAULT): use Input::set_location()
14950         (yylex): add the YYLTYPE* location parameter.
14951         Clean push_spot()/pop_spot()/here_input(), and use @$, @1, etc.
14952         Give an Input parameter to THIS->parser-error() for more accurate
14953         messages.
14954
14955 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14956
14957         * stepmake/aclocal.m4: do NDEBUG for optimizing builds.
14958
14959         * lily/include/beam.hh (DEBUG_QUANTING): performance: only switch
14960         on BEAMQUANTING for non-NDEBUG builds.
14961
14962         * lily/stem.cc (head_count): performance: avoid String::String()
14963         inside oft called function.
14964
14965 2005-01-09  Graham Percival  <gperlist@shaw.ca>
14966
14967         * Documentation/user/examles.itely: attempted fix for broken
14968         string quartet template.
14969
14970         * Documentation/user/notation.itely: remove unnecessary broken
14971         link.
14972
14973 2005-01-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14974
14975         * VERSION (PACKAGE_NAME): release 2.5.7
14976
14977 2005-01-09  Jan Nieuwenhuizen  <janneke@gnu.org>
14978
14979         * config.make.in (METAFONT): Append -progname=mf, fixes use with
14980         mf-nowin for teTeX-3.0.  Backportme.
14981
14982         * scm/output-svg.scm (utf8-string): New function.
14983
14984         * scm/output-gnome.scm (utf8-string): New function.
14985         (otf-name-mangling): Remove.
14986
14987         * lily/pango-font.cc (Pango_font): Use font string iso font
14988         filename for utf8-text.
14989
14990         * buildscripts/gen-emmentaler-scripts.py: Remove designsize from
14991         name.
14992
14993 2005-01-08  Graham Percival  <gperlist@shaw.ca>
14994
14995         * Documentation/user/notation.itely: add info about
14996         Staff.extraNatural = ##f in Pitches section.  Also
14997         fixed some minor issues in the Vocal music section.
14998
14999 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15000
15001         * scm/output-ps.scm (white-text): comment out Helvetica font,
15002         which is broken for my GS install.
15003
15004         * lily/pango-font.cc (pango_item_string_stencil): use ink_rect,
15005         which provides a tighter bbox.
15006
15007         * scm/define-grobs.scm (all-grob-descriptions): remove all
15008         extra-offsets from definitions.
15009
15010 2005-01-08  Erlend Aasland  <erlenda@gmail.com>
15011
15012         * scm/output-lib.scm: Rename guitar-tunings to guitar-tuning and
15013         add tuning for 4-string bass and some common 4/5-string banjo
15014         tunings.  New function (four-string-banjo) turns a 5-string tuning
15015         into a 4-string tuning.  New function
15016         (fret-number-tablature-format-banjo) computes correct fret numbers
15017         on 5-string banjos.
15018
15019         * ly/engraver-init.ly: Default stringTunings = #guitar-tuning
15020         Add beam correction to TabVoice.
15021
15022         * scm/define-grobs.scm: Adjust notehead offset. Print fret numbers
15023         using bold font; makes tabs more readable.
15024
15025 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15026
15027         * lily/font-select.cc (get_font_by_design_size): don't make
15028         Modified_font_metric; this causes trouble, since we don't know the
15029         font magnification from inside Pango_font::text_stencil()
15030
15031         * lily/all-font-metrics.cc (find_pango_font): take magnification argument.
15032
15033         * Documentation/user/notation.itely (The Lyrics context): comment out
15034         broken {Small ensembles} link.
15035
15036         * scm/framework-svg.scm (output-framework): change calling convention.
15037
15038         * lily/object-key-dumper-scheme.cc: new file.
15039
15040         * lily/object-key-undumper-scheme.cc: new file.
15041
15042         * lily/tweak-registration-scheme.cc: new file.
15043
15044         * lily/pango-select.cc (symbol_to_pango_variant): init local variable.
15045
15046         * Documentation/user/examples.itely (String quartet): uncomment
15047         broken example.
15048
15049         * lily/font-config.cc: new file.
15050
15051 2005-01-08  Jan Nieuwenhuizen  <janneke@gnu.org>
15052
15053         * scm/output-svg.scm: 
15054         * scm/output-gnome.scm: s/bigcheese/emmentaler.
15055
15056         * lily/score-engraver.cc (MUSIC_FONT): Use emmentaler20.
15057
15058 2005-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
15059
15060         * lily/general-scheme.cc (LY_DEFINE): Use snprintf (WAS: sprintf).
15061         Add headers.
15062
15063         * lily/GNUmakefile (general-scheme.o): Add version.hh dependency.
15064
15065 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15066
15067         * mf/GNUmakefile (debian-mirror): rename bigcheese to emmentaler.
15068
15069         * lily/include/main.hh: lose _b hungarian suffixes for global
15070         variables.
15071
15072         * lily/include/lily-guile-macros.hh: new file.
15073
15074         * lily/pango-select-scheme.cc (LY_DEFINE): new file.
15075
15076         * lily/general-scheme.cc: new file. 
15077
15078         * lily/font-select.cc (get_font_by_design_size): retrieve
15079         PangoFont for (designsize . "pango-descr") entries.
15080
15081         * lily/lily-parser-scheme.cc: new file.
15082
15083         * lily/output-def-scheme.cc: new file.
15084
15085         * lily/paper-book-scheme.cc: new file.
15086
15087         * lily/duration-scheme.cc (LY_DEFINE): new file.
15088
15089         * lily/pitch-scheme.cc:  new file.
15090
15091         * scm/font.scm (add-cmr-fonts): use real dimens in font selection.
15092
15093 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15094
15095         * lily/dimensions.cc (LY_DEFINE): add ly:{inch,cm,mm,bp,pt}.
15096
15097 2005-01-06  Graham Percival  <gperlist@shaw.ca>
15098
15099         * Documentation/user/notation.itely: minor editing.
15100
15101         * Documentation/user/changing-defaults: minor editing.
15102
15103         * Documentation/user/examples.itely: add template for
15104         string quartet part extraction; demonstrates tag.
15105
15106 2005-01-06  Erlend Aasland  <erlenda@gmail.com>
15107
15108         * Documentation/user/notation.itely: documents
15109         format-mark-box-letters and format-mark-box-numbers
15110
15111         * scm/define-context-properties.scm: change comment.
15112
15113 2005-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15114
15115         * scm/framework-ps.scm (output-classic-framework): new function:
15116         dump systems as separate .eps files (without fonts) and write a
15117         single collecting .tex file.
15118
15119 2005-01-05  Mats Bengtsson  <mabe@s3.kth.se>
15120
15121         * Documentation/user/notation.itely (Setting simple songs):
15122         Correct several errors in the equivalent formulation of
15123         \addlyrics. 
15124         (The Lyrics context): Corrected link to the SATB example.
15125
15126 2005-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15127
15128         * scm/lily.scm (completize-formats): new function
15129         (postprocess-output): new function
15130
15131         * lily/paper-book.cc (classic_output): change calling
15132         convention. Give basename as first argument. 
15133         remove Paper_book::post_processing().
15134
15135         * lily/lily-guile.cc (LY_DEFINE): ly:output-backend, new function.
15136
15137 2005-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15138
15139         * lily/paper-outputter.cc (LY_DEFINE): new function
15140         ly:outputter-close.
15141
15142         * lily/main.cc: change --format,-f to --backend,-b
15143
15144         * lily/include/main.hh: rename format to backend.
15145
15146         * scm/translation-functions.scm (format-mark-box-numbers): add.
15147         patch by Erlend Aasland
15148
15149 2005-01-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15150
15151         * lily/pango-font.cc (text_stencil): dump string as
15152         (utf-8-string FONTDESC UTF8) for use in -f gnome, -f svg.
15153
15154 2005-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
15155
15156         * configure.in (gui_b): Remove handy developer-only
15157         PKG_CONFIG_PATH settings that cater for Jan-and-Han-Wen ~/usr/pkg/
15158         CVS source installations (but break other non-default but correct
15159         PKG_CONFIG_PATH setups), as this is no longer developer-only.
15160
15161         * SConstruct: 
15162         * ps/GNUmakefile (INSTALLATION_FILES): teTeX-3.0
15163         compatibility (backportme).
15164
15165         * GNUmakefile.in: teTeX-3.0 compatibility (backportme).
15166
15167 2005-01-03  Werner Lemberg  <wl@gnu.org>
15168
15169         Prepare glyph shapes for mf2pt1 conversion.
15170
15171         * mf/feta-accordion.mf (accreg_pen): Removed.  No longer used.
15172         (accDiscant, accFreebase, accStdbase): Replace `draw' with
15173         `penstroke'.
15174         (accDot): Use `drawdot'.
15175         (accBayanbase): Replace `draw' with `draw_gridline'.
15176         (print_penpos): Moved to feta-macros.mf.
15177         (accOldEE): Replace `filldraw' with `penstroke'.
15178         Replace `draw' with `penstroke' and `drawdot'.
15179
15180         * mf/feta-banier.mf: Code clean-up.
15181         ("grace dash (up)", "grace dash (down)"): Replace `draw' with
15182         `fill'.
15183
15184         * mf/feta-bolletjes (draw_cross): Remove call to `labels'.
15185
15186         * mf/feta-eindelijk.mf (draw_rest_bulb, draw_eigth_rest): Add
15187         paremeter to control drawing of labels.  Update all callers.
15188
15189         * mf/feta-klef.mf (draw_c_clef): Use `&' not `..' to connect paths.
15190         (new_bulb): Return a bulb as a single path.  To do that, it now
15191         takes some more parameters.  Updated all callers.
15192         (draw_gclef): Major clean-up.  `draw' has been replaced with
15193         `penstroke', unnecessary outlines have been removed.
15194         Remove (unused) gnome-canvas code.
15195
15196         * mf/feta-macros.mf (print_penpos): New macro (from
15197         feta-accordion.mf).
15198         Other minor fixes.
15199
15200         * mf/feta-pendaal.mf ("Pedal asterisk"): Use `undrawdot'.
15201         ("Pedal dot"): Use `drawdot'.
15202         (draw_pedal_P): Add parameter to control drawing of labels.  Update
15203         all callers.
15204         Fix shape at top.
15205         (draw_pedal_e): Add parameter to control drawing of labels.  Update
15206         all callers.
15207         (draw_pedal_d): Add parameter to control drawing of labels.  Update
15208         all callers.
15209         Revert drawing direction.
15210
15211         * mf/feta-schrift.mf (draw_fermata): Use single path.
15212         (draw_short_fermata): Replace `filldraw' with `fill'.
15213         (draw_long_fermata, draw_very_long_fermata): Replace calls to
15214         `draw_rounded_block' with a single path.
15215         ("Thumb"): Draw full circle instead of mirroring segments.
15216         (draw_accent): New macro.
15217         ("> accent", "espr"): Use it.
15218         (draw_marcato): Replace `filldraw' and `draw' with `fill'.
15219         ("open (unstopped)"): Draw full circle instead of mirroring
15220         segments.
15221         (draw_vee): Removed.
15222         ("Upbow"): Use `draw_accent' instead of `draw_vee'.
15223         ("Downbow"): Replace calls to `draw_rounded_block' with a single
15224         path.
15225         ("Trill (`tr')"): Replace overlapping loop drawn with `draw' with
15226         partial pieces drawn with `fill' -- these do still overlap with the
15227         stem of the `t' but just once, not multiple times so that fontforge
15228         can handle it gracefully.
15229         Change other parts of the glyph so that fontforge's overlapping
15230         algorithm reliably works.
15231         (draw_heel): Replace `draw' with `fill'.
15232         (draw_toe): Use `draw_accent' instead of `draw_vee'.
15233         ("Flageolet"): Replace `draw' with `penstroke'.
15234         ("Segno"): Replace `filldraw' with `penstroke'.
15235         Replace `draw' with `drawdot'.
15236         ("Coda"): Replace `fill' with `penstroke', using a single path.
15237         ("Varied Coda"): Use less overlapping paths.
15238         (draw_arpeggio_arrow): Replace `filldraw' with `fill', using a
15239         single path.
15240
15241         * mf/feta-slag.mf (draw_trillelement): Put `clearxy' outside of
15242         group to better control the `labels' command.
15243         Rename argument to `offset' and use it actually.  Update all
15244         callers.
15245         Replace `filldraw' with `fill'.
15246         ("mordent", "prallmordent", "upmordent", "downmordent",
15247         "lineprall"): Replace `draw' with `draw_gridline'.
15248         ("upprall", "downprall"): Replace `draw' with `fill'.
15249
15250         * mf/feta-timesig.mf: Formatting.
15251
15252         * mf feta-toevallig.mf (draw_meta_flag): Move code to draw labels
15253         to...
15254         ("Flat"): Here.
15255         (draw_paren): Move code to draw labels to...
15256         ("Right Parenthesis"): Here.
15257
15258 2005-01-02  Graham Percival <gperlist@shaw.ca>
15259
15260         * Documentation/user/notation.itely: add example of \setTextDecresc
15261         and \setTextDim.
15262
15263 2005-01-02  Tatsuya Ono <tats_ono@infoseek.jp>
15264
15265         * scm/define-markup-commands.scm :  fix glyph-strings of
15266         accidentals and \note-by-number
15267
15268 2005-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15269
15270         * VERSION: 2.5.6 released.
15271         
15272         * ps/lilyponddefs.ps: put mm -> pt scaling in here.
15273
15274         * input/regression/new-markup-scheme.ly: oops. font-family=music
15275         -> font-encoding fetaMusic.  
15276
15277         * lily/main.cc: put default to PS.
15278
15279         * lily/tfm.cc: idem.
15280
15281         * lily/afm.cc: idem.
15282
15283         * lily/include/modified-font-metric.hh (struct
15284         Modified_font_metric): remove coding_scheme() method.
15285
15286         * input/mutopia/F.Schubert/morgenlied.ly: convert to utf8
15287
15288         * scripts/convert-ly.py (conv): crash on encountering \encoding.
15289
15290         * input/les-nereides.ly: convert to utf8
15291
15292         * lily/modified-font-metric.cc (text_dimension): idem.
15293
15294         * lily/parser.yy (TODO): idem.
15295
15296         * lily/include/lily-lexer.hh (class Lily_lexer): idem.
15297
15298         * lily/lexer.ll: remove encoding
15299
15300         * scm/framework-ps.scm (output-variables): separately scale the
15301         page to mm 
15302
15303         * lily/pango-font.cc (Pango_font): fix scaling.
15304
15305         * lily/font-metric.cc (design_size): design_size returns a
15306         dimension now as well.
15307
15308 2004-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15309
15310         * mf/GNUmakefile ($(outdir)/%.otf-table): use findstring. Fixes
15311         brace generation. 
15312
15313         * lily/text-metrics.cc (LY_DEFINE): use scm_c_make_hash_table().
15314
15315 2004-12-30  Jan Nieuwenhuizen  <janneke@gnu.org>
15316
15317         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Do not try to
15318         install unbuildable Fontmap and Fontmap.lily (Simon Aridis-Lang).
15319
15320 2004-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15321
15322         * mf/GNUmakefile ($(outdir)/%.otf-table): include parmesan20.lisp
15323         in first run as well.
15324
15325         * scm/paper.scm (layout-set-staff-size): use text-font-size in
15326         dimension less points (ie. 12 = 12 point)
15327
15328         * lily/pango-select.cc (select_pango_font): use find_scaled_font().
15329
15330         * lily/all-font-metrics.cc (find_pango_font): set description_
15331
15332         * lily/pango-font.cc (text_stencil): export size as well.
15333         (text_stencil): fix scaling and extents box.
15334
15335 2004-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15336
15337         * Documentation/topdocs/NEWS.texi (Top): add -f texstr
15338
15339         * Documentation/user/invoking.itely (Invoking lilypond): document
15340         texstr
15341
15342         * scripts/convert-ly.py (conv): add ancient rules.
15343
15344         * scm/clef.scm (c0-pitch-alist): replace - with .
15345
15346         * scripts/lilypond-book.py (process_snippets): add texstr support.
15347
15348         * scm/framework-texstr.scm (header): change extension to .textmetrics
15349
15350         * lily/lily-parser.cc (parse_file): do try_load_text_metrics for
15351         -f tex.
15352
15353         * lily/text-metrics.cc: new file.
15354         (try_load_text_metrics): new function
15355
15356         * lily/include/text-metrics.hh: new file.
15357
15358 2004-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15359
15360         * lily/include/lily-guile.hh (ly_lily_module_constant): rename
15361         ly_scheme_function to ly_lily_module_constant.
15362
15363         * lily/modified-font-metric.cc (text_dimension): try
15364         lookup_tex_text_dimension() first.
15365
15366         * lily/tfm.cc: new function ly:load-text-dimensions
15367
15368 2004-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15369
15370         * scm/output-texstr.scm (text): use \lilygetmetrics
15371
15372         * scm/framework-texstr.scm (header): dump in new format.
15373
15374         * tex/lilypond-tex-metrics: new file.
15375         
15376 2004-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
15377
15378         * lily/pango-font.cc (text_stencil): Quick try at glyph->charcode
15379         mapping.
15380         (index_to_charcode): New method.
15381
15382         * scm/output-ps.scm (glyph-string): 
15383         * scm/output-gnome.scm (glyph-string): Add FONT parameter.
15384
15385 2004-12-26  Jan Nieuwenhuizen  <janneke@gnu.org>
15386
15387         * scm/output-gnome.scm (FIXME-glyph-string): New function.  Cannot
15388         implement fully, need FONT to get to charcode.
15389
15390         * scm/lily.scm (ly:all-stencil-expressions): Add glyph-string.
15391
15392         * scm: Cleanups.
15393
15394         * Documentation/user/changing-defaults.itely: Fix internalsrefs
15395         {Tunable context properties},
15396         {All layout objects},
15397         {Music definitions}.
15398
15399 2004-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15400
15401         * VERSION: release 2.5.5
15402         
15403         * lily/main.cc: use TeX as default output format.
15404
15405         * flower/file-path.cc (find): try to open directly as well, so we
15406         find absolute path files. 
15407
15408         * lily/pango-select.cc: new file.
15409
15410         * scm/framework-ps.scm: remove all encoding code. 
15411         load pfb/pfa for PangoFont too.
15412         
15413         * lily/lily-guile.cc (ly_chain_assoc_get): new function.
15414
15415 2004-12-22  Werner Lemberg  <wl@gnu.org>
15416
15417         Prepare glyph shapes for mf2pt1 conversion.
15418
15419         * mf/feta-toevallig.mf ("Double Sharp"): Minor path fix.
15420
15421         * mf/feta-bolletjes.mf (penposx): New auxiliary macro.
15422         (define_triangle_shape): Use it to replace `draw' with `fill' and
15423         `unfill'.  Update all callers.
15424         (draw_slash): Replace `filldraw' with `fill'.  Update all callers.
15425         (draw_cross): Ditto.
15426         ("X-Circled notehead"): Replace `draw' with `fill' and `unfill'.
15427         Use penrazor for better conversion with mf2pt1.
15428         (generic_draw_solfa_note_shape, draw_solfa_note_shape,
15429         draw_solfa_quarter_note_shape, triangle): Removed.  Unused.
15430         (draw_do_head, draw_re_head, draw_mi_head, draw_fa_head,
15431         draw_la_head, draw_ti_head): Replace `filldraw' with
15432         `fill'.  Update all callers.
15433
15434 2004-12-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15435
15436         * lily/paper-book.cc (output): revert: only allow a single output
15437         format.
15438
15439         * lily/include/pango-font.hh: new file.
15440
15441         * lily/pango-font.cc: new file.
15442
15443         * lily/font-metric.cc (text_stencil): new routine
15444
15445         * lily/all-font-metrics.cc (find_pango_font): new routine.
15446
15447         * lily/include/font-metric.hh (struct Font_metric): add
15448         text_stencil()
15449
15450         * configure.in (PKG_CONFIG_PATH): require PANGO_FT2
15451
15452 2004-12-22  Werner Lemberg  <wl@gnu.org>
15453
15454         Prepare glyph shapes for mf2pt1 conversion.
15455
15456         * mf/feta-macros.mf, mf_feta-eindelijk.mf: Some formatting.
15457
15458         * mf/feta-toevallig.mf: Formatting.
15459         (draw_meta_sharp): Modify path to replace `filldraw' with `fill'.
15460         ("Natural"): Fix paths to allow better postprocessing.
15461         (draw_meta_flat): Use `z3l' as additional point in path to get
15462         better conversion with mf2pt1.
15463         Other minor cleanups.
15464         ("3/4 Flat"): Add auxiliary points and modify path to replace
15465         `draw' with `fill'.
15466         ("Double Sharp"): Mirror path segments instead of picture elements
15467         to get a single outline.
15468         Modify path to replace `filldraw' with `fill'.
15469
15470 2004-12-22  Graham Percival  <gperlist@shaw.ca>
15471
15472         * input/test/unfold-all-repeats.ly: added file back.
15473
15474         * Documentation/user/notation.itely,
15475         Documentation/user/programming-interface.itely
15476         Documentation/user/changing-defaults.itely: fixed misc broken
15477         links to input/test/ files.
15478
15479 2004-12-22  Jan Nieuwenhuizen  <janneke@gnu.org>
15480
15481         * tex/texinfo.tex: Update.  We should not be distributing this,
15482         but since we do, use latest version.
15483
15484         * Documentation/user/macros.itexi: Comment-out \fetaflat,
15485         \fetasharp.  Fixes make web.  FIXME: make usable (compatible?) TeX
15486         macros for feta glyphs.
15487
15488 2004-12-22  Graham Percival  <gperlist@shaw.ca>
15489
15490         * Documentation/user/changing-defaults.itely: fix index for set.
15491
15492         * Documentation/user/converters.itely: added convert-ly bugs list
15493         from CVS.
15494
15495 2004-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
15496
15497         * python/lilylib.py (setup_environment): Set GS_FONTPATH, GS_LIB
15498         to empty.  Fixes make web, using gs-gpl-8.01.  In fact,
15499         gs-afpl-8.50 has more trouble with make web (ie, uses *a lot* more
15500         resourses; 3x MAXSIZE, 4x MAXRSS, 1.5x user).
15501
15502         * mf/GNUmakefile (pfa_warning): Use less broken check.
15503
15504         * python/lilylib.py (setup_environment): Remove cruft from
15505         GS_FONTPATH.
15506
15507         * configure.in: Bump mftrace requirement to 1.1.1.
15508
15509 2004-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
15510
15511         * scm/output-svg.scm (beam): Use polygon.
15512
15513         * scm/lily-library.scm: Bugfix.
15514
15515         * Documentation/user/invoking.itely (Invoking lilypond): Bugfix.
15516
15517         * mf/GNUmakefile (ALL_GEN_FILES): Remove unbuildable Fontmap.lily.
15518
15519 2004-12-19  Werner Lemberg  <wl@gnu.org>
15520
15521         Prepare glyph shapes for mf2pt1 conversion.
15522
15523         * mf/feta-eindelijk: Some formatting.
15524         (multi_rest_x, multi_beam_height): Removed.  Unused.
15525         ("Quarter rest"): Use `intersectiontimes' to create a single
15526         outline.
15527         (rest_crook): Removed.  Unused.
15528         (draw_rest_bulb): Return path (without filling).  Update callers.
15529         Simplified.
15530         (draw_eighth_rest, "16th rest", "32th rest", "64th rest",
15531         "128th rest"): Simplify `pat'.
15532         Create single outline.
15533
15534 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
15535
15536         * mf/GNUmakefile (ALL_GEN_FILES):
15537         (INSTALLATION_OUT_SUFFIXES): Remove unbuildable fonts.scale.
15538
15539         * scm/output-svg.scm (polygon, draw-line, dashed-line): New
15540         function.
15541
15542 2004-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15543
15544         * scm/output-texstr.scm (placebox): add routine
15545
15546         * VERSION (PACKAGE_NAME): release 2.5.4
15547
15548         * scm/framework-texstr.scm (output-framework): new file.  
15549
15550         * scm/output-texstr.scm: new file. Collect (TEXT . ) calls for TeX
15551         processing.
15552
15553         * Documentation/user/invoking.itely (Invoking lilypond): add SVG
15554
15555         * stepmake/stepmake/metafont-rules.make: make single SVG/PFA/PFB
15556         rule.
15557
15558         * configure.in (gui_b): bump mftrace requirement to 1.1.0
15559
15560         * mf/feta-bolletjes.mf (triangle): add s to 0triangle.
15561
15562         * mf/GNUmakefile (ALL_GEN_FILES): make SVG files too.
15563
15564 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
15565
15566         * scm/framework-svg.scm (dump-page): Implement landscape.
15567
15568 2004-12-18  Jan Nieuwenhuizen  <janneke@gnu.org>
15569
15570         * lily/main.cc (setup_paths): Add svg to search path.
15571
15572         * scm/output-svg.scm:
15573         * scm/framework-svg.scm: Add pageSet.  Update.
15574         (dump-fonts): New function.
15575         (output-framework): Use it.
15576
15577         * mf/GNUmakefile: 
15578         * buildscripts/gen-bigcheese-scripts.py: Also generate SVG font.
15579
15580 2004-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15581
15582         * tex/lilyponddefs.tex: comment out new ifpdf code.
15583
15584 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
15585
15586         * GNUmakefile.in: 
15587         * SConstruct (symlink): Replace afm by otf.
15588
15589         * scm/framework-gnome.scm (gnome-main): Remove invocation of
15590         ly:pango-add-afm-decoder.
15591
15592         * lily/lily-guile.cc ("ly:pango-add-afm-decoder"): Build fix: Remove.
15593
15594 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15595
15596         * scm/output-ps.scm (new-text): don't access t glyph for getting
15597         space dimension.
15598
15599         * ly/init.ly: warn about \version
15600
15601         * lily/lexer.ll: set version-seen?
15602
15603 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
15604
15605         * scm/output-svg.scm (string->entities): Update.
15606
15607 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15608
15609         * lily/main.cc (setup_paths): replace afm by otf for path. 
15610
15611         * lily/pangofc-afm-decoder.cc: remove.
15612
15613         * lily/include/pangofc-afm-decoder.hh: remove.
15614
15615         * scm/framework-scm.scm (output-framework): new file.
15616
15617         * mf/GNUmakefile: remove SAUTER_FONTS.
15618         remove SVG/sodipodi hacks.
15619
15620         * scm/lily-library.scm (stderr): move stderr.
15621
15622         * mf/GNUmakefile: remove AFM support.
15623
15624         * buildscripts/mf-to-table.py (base): remove AFM support.
15625
15626         * lily/open-type-font.cc (design_size): use design_size
15627
15628 2004-12-17  Pedro Kroger  <kroeger@pedrokroeger.net>
15629
15630         * lily/font-metric.cc (LY_DEFINE): Fix the docstring.
15631
15632 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
15633
15634         * mf/GNUmakefile: Generate combined aybabtu info.
15635         * mf/aybabtu.pe.in (i): Load it.
15636
15637         * scm/framework-tex.scm (otf-font-load-command): Bugfix: subfonts
15638         are not symbols.
15639
15640         * lily/include/open-type-font.hh (count): New method.
15641
15642         * mf/aybabtu.pe.in: Typo.
15643
15644         * Documentation/user/out/lilypond-internals.nexi (Scheme
15645         functions): Typo.
15646
15647         * lily/include/guile-compatibility.hh (SCM_HASHTABLE_P): Add compat.
15648
15649 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15650
15651         * buildscripts/gen-bigcheese-scripts.py (i): use symbols for
15652         subfonts.
15653
15654         * scm/output-tex.scm (named-glyph): new function. This fixes TeX output.
15655
15656         * scm/framework-tex.scm (otf-font-load-command): load subfonts.
15657         (tex-font-command-raw): new function.
15658
15659         * lily/include/virtual-font-metric.hh (Module): remove file
15660
15661         * lily/virtual-font-metric.cc (Module): remove file.
15662         
15663
15664         * lily/open-type-font.cc (LY_DEFINE): ly:otf-font-glyph-info
15665         (get_indexed_char): read bbox from lily table if present.
15666
15667 2004-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15668
15669         * mf/GNUmakefile ($(outdir)/aybabtu.subfonts): rule for
15670         aybabtu.subfonts
15671
15672         * mf/feta-beugel.mf (y): don't number consecutively, instead, use
15673         global glyphname. Enables more than 64 glyphs in the OTF.
15674
15675 2004-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
15676
15677         * scm/font.scm (add-music-fonts): Load aybabtu iso all separate
15678         braces.
15679
15680         * lily/open-type-font.cc (design_size): Use 12 as default for
15681         design size.
15682
15683         * mf/aybabtu.pe.in: New file.  Merge all our braces.
15684
15685         * mf/GNUmakefile: Generate aybabtu.
15686
15687         * tex/lilyponddefs.tex: teTeX 3.0 pdfetex fix.
15688
15689 2004-12-14  Jan Nieuwenhuizen  <janneke@gnu.org>
15690
15691         * scm/lily-library.scm (char->unicode-index): Remove.
15692
15693         * scm/output-gnome.scm (text): Bugfix for plain string input.
15694         Updates.
15695
15696         * scm/output-svg.scm (svg-font): Add weight to font selection.
15697
15698 2004-12-14  Mats Bengtsson  <mabe@s3.kth.se>
15699
15700         * Documentation/topdocs/INSTALL.texi (Top): Point to
15701         buildscripts/out/clean-fonts instead of
15702         buildscripts/clean-fonts.sh. 
15703
15704 2004-12-13  Graham Percival  <gperlist@shaw.ca>
15705
15706         * input/regression/figured-bass.ly: attempt to clarify text.
15707
15708         * Documentation/user/notation.tely: add cindex for tag, attempt to
15709         add figured bass example.
15710
15711         * Documentation/user/changing-defaults: basic editing.
15712
15713 2004-12-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15714
15715         * buildscripts/gen-bigcheese-scripts.py (i): load .subfonts table. 
15716
15717         * lily/open-type-font.cc (LY_DEFINE): new function
15718         ly:font-sub-fonts
15719
15720         * lily/include/font-metric.hh (struct Font_metric): new method
15721         sub_fonts()
15722
15723         * lily/vaticana-ligature-engraver.cc (transform_heads): replace
15724         . with - in add.stem.
15725         
15726 2004-12-13  Jan Nieuwenhuizen  <janneke@gnu.org>
15727
15728         * scm/encoding.scm (coding-alist): Fix encodings for fetaNumber
15729         and fetaDynamic.
15730
15731         * lily/rest.cc (glyph_name): Change - to . .
15732
15733         * scm/output-gnome.scm (text): Hello world, again.
15734
15735         * scm/output-svg.scm (named-glyph): New function.  Hello world!
15736
15737         * lily/modified-font-metric.cc (index_to_charcode): New method.
15738
15739         * lily/include/font-metric.hh (index_to_charcode): New function.
15740
15741         * lily/font-metric.cc (ly:font-glyph-name-to-charcode): Use it in
15742         new function.
15743         (ly:font-glyph-to-index): Remove.
15744
15745 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15746
15747         * lily/open-type-font.cc (make_index_to_charcode_map): new method.
15748
15749         * mf/feta-autometric.mf (code): remove tex name from fet_beginchar.
15750
15751         * lily/open-type-font.cc (load_scheme_table): new function
15752
15753         * lily/dots.cc (print): replace - 
15754
15755         * lily/open-type-font.cc (attachment_point): new function.
15756         (load_table): read LILC table
15757
15758         * buildscripts/gen-bigcheese-scripts.py (Module): new
15759         file. Generate FF scripts.
15760
15761         * mf/feta-din10.mf: idem.
15762
15763         * mf/feta-nummer10.mf: remove mf files.
15764
15765         * mf/feta-alphabet.mf (dynamic_design_size): merge din and number font.
15766
15767 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
15768
15769         * lily/lily-guile.cc: Use scm_from_locale_stringn.
15770
15771         * lily/include/guile-compatibility.hh (scm_from_locale_stringn): Add
15772         compatibility.
15773
15774 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15775
15776         * lily/open-type-font.cc (get_indexed_char): scale metrics by
15777         design-size and units_per_EM.
15778
15779         * mf/bigcheese.pe.in: set PUA codepoints before loading din & nummer.
15780
15781 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
15782
15783         * mf/bigcheese.pe.in (i): Map to 0xe000 (PUA) for testing, which
15784         does not crash fontforge.
15785
15786         * scm/lily-library.scm (char->unicode-index): Hack to map onto
15787         PUA.
15788
15789 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15790
15791         * scm/framework-ps.scm (ps-embed-cff): new function.
15792
15793         * lily/lily-guile.cc (LY_DEFINE): make ly:gulp-file binary proof.
15794
15795 2004-12-12  Werner Lemberg  <wl@gnu.org>
15796
15797         * mf/bigcheese.pe.in: Add PUA mapping.
15798         Don't create Type 42 but bare CFF font.
15799
15800 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
15801
15802         * scm/output-gnome.scm (placebox): Hackery to get bigcheese symbols
15803         within canvas boundaries.
15804
15805         * mf/merge.pe.in: Set font names, version, license GPL.
15806
15807         * make/substitute.make: Add FONTFORGE.
15808
15809         * config.make.in (FONTFORGE): Add.
15810
15811         * configure.in (gui_b): Use PATH_PROG for fontforge.
15812
15813 2004-12-11  Graham Percival  <gperlist@shaw.ca>
15814
15815         * scm/define-markup-commands.scm: add baseline-skip to info
15816         about \column.
15817
15818 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
15819
15820         * lily/font-metric.cc (ly:font-get-glyph-index): New function.
15821
15822         * scm/output-gnome.scm (named-glyph): Use it.
15823
15824         * scm/lily.scm (ly:all-stencil-expressions): Add named-glyph.
15825
15826         * flower/string.cc (substitute_char): Rename, rewrite, modify this.
15827         (upper_string, lower_string, reverse_string): Remove.
15828
15829         * configure.in (fontforge): Reinstate version check.
15830
15831         * ly/engraver-init.ly: Fix clef glyph names.
15832
15833         * lily/time-signature.cc (special_time_signature): Fix fraction
15834         glyph names.
15835
15836 2004-12-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15837
15838         * mf/merge.pe: new file.
15839
15840         * lily/freetype.cc: new file.
15841
15842         * lily/include/open-type-font.hh (class Open_type_font): new file.
15843
15844         * lily/include/freetype.hh: new file.
15845
15846         * lily/open-type-font.cc: new file.
15847
15848         * lily/all-font-metrics.cc (find_otf): new function.
15849
15850 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
15851
15852         * lily/time-signature.cc (special_time_signature): Fix.
15853
15854         * configure.in (PKG_CONFIG_PATH): Remove stray `i'.  Check for
15855         GTK2 before checking for pango.  Fixes -fgnome.
15856
15857         * lily/font-metric.cc (LY_DEFINE): Also rename C name to match
15858         Scheme name.
15859
15860         * scm/define-markup-commands.scm:
15861         * scm/safe-lily.scm: Bugfix: ly:font-by-name.
15862
15863         * configure.in: Require makeinfo 4.7 (needed for @ifdocbook).
15864
15865         * stepmake/aclocal.m4 (STEPMAKE_GET_VERSION): Grok fontforge-like
15866         date versions.  Fixes configure.
15867         (STEPMAKE_CHECK_VERSION): Support optional actual program version
15868         argument.
15869
15870 2004-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15871
15872         * buildscripts/mf-to-table.py (write_ps_encoding): write real
15873         names in .enc
15874
15875         * lily/*.cc: use '.' iso. '-' for separating glyph name elements.
15876
15877 2004-12-09  Graham Percival  <gperlist@shaw.ca>
15878
15879         * Documentation/user/changing-defaults.itely: add info about
15880         make-dynamic-script
15881
15882         * Documentation/user/notation.itely: add link in dynamics to
15883         section about make-dynamic-script.
15884
15885 2004-12-09  Christian hitz  <chhitz@gmx.net>
15886
15887         * lily/lily-guile.cc: change MACOS_X to __APPLE__
15888
15889 2004-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15890
15891         * buildscripts/mf-to-table.py (parse_logfile): use . for
15892         concatting name and group.
15893         (parse_logfile): use M for Minus (negative.)
15894
15895         * lily/include/type-swallow-translator.hh
15896         (DECLARE_EVENT_SWALLOWER): ENTER_DESCRIPTION -> ADD_TRANSLATOR
15897
15898         * lily/*.cc: cosmetics around = sign.
15899
15900         * lily/paper-column.cc (Paper_column): copy rank_. This fixes
15901         lyric spacing on the penultimate column.
15902
15903 2004-12-05  Christian Hitz  <chhitz@gmx.net>
15904
15905         * configure.in:
15906         * lily/accidental-placement.cc:
15907         * lily/bar-line.cc:
15908         * lily/beam-concave.cc:
15909         * lily/beam-quanting.cc:
15910         * lily/beam.cc:
15911         * lily/bezier-bow.cc:
15912         * lily/bezier.cc:
15913         * lily/break-align-interface.cc:
15914         * lily/custos.cc:
15915         * lily/dimension-cache.cc:
15916         * lily/dot-column.cc:
15917         * lily/font-metric.cc:
15918         * lily/font-select.cc:
15919         * lily/gourlay-breaking.cc:
15920         * lily/grob-property.cc:
15921         * lily/grob.cc:
15922         * lily/lily-guile.cc:
15923         * lily/line-spanner.cc:
15924         * lily/lookup.cc:
15925         * lily/lyric-extender.cc:
15926         * lily/lyric-hyphen.cc:
15927         * lily/mensural-ligature.cc:
15928         * lily/midi-def.cc:
15929         * lily/misc.cc:
15930         * lily/note-collision.cc:
15931         * lily/note-column.cc:
15932         * lily/note-head.cc:
15933         * lily/paper-outputter.cc:
15934         * lily/percent-repeat-item.cc:
15935         * lily/rest-collision.cc:
15936         * lily/side-position-interface.cc:
15937         * lily/simple-spacer.cc:
15938         * lily/slur-configuration.cc:
15939         * lily/slur-scoring.cc:
15940         * lily/slur.cc:
15941         * lily/spaceable-grob.cc:
15942         * lily/spacing-spanner.cc:
15943         * lily/spanner.cc:
15944         * lily/staff-symbol-referencer.cc:
15945         * lily/stem.cc:
15946         * lily/stencil.cc:
15947         * lily/system-start-delimiter.cc:
15948         * lily/system.cc:
15949         * lily/text-item.cc:
15950         * lily/tie.cc:
15951         * lily/tuplet-bracket.cc:
15952         * lily/vaticana-ligature.cc: Fix for MacOS X: use <math.h> instead of
15953         <cmath> beacause isinf/isnan is undefined in <cmath>
15954
15955 2004-12-03  Mats Bengtsson  <mabe@s3.kth.se>
15956
15957         * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond.
15958
15959 2004-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15960
15961         * VERSION: release 2.5.3
15962         
15963 2004-11-29  Arno Waschk <arno@arnowaschk.de>
15964
15965         * mf/feta-schrift.mf: added <>-like articulation mark as "espressivo"
15966
15967 2004-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15968
15969         * scm/music-functions.scm (cue-substitute): voice counts start at 0.
15970
15971         * lily/note-head.cc (internal_print): always try the "s" head if
15972         u/d not found.
15973
15974         * scm/titling.scm (marked-up-headfoot): reinstate default tagline.
15975
15976 2004-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15977
15978         * mf/parmesan-heads.mf (overdone_heads): typos.
15979
15980 2004-11-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
15981
15982         * lily/parser.yy (markup): in markups, { .. } without command
15983         before are also flattened, ie \line must be explicitely used.
15984
15985         * Documentation/user/changing-defaults.itely:
15986         * Documentation/user/notation.itely: 
15987         * input/wilhelmus.ly: 
15988         * input/regression/instrument-name-markup.ly: 
15989         * input/regression/markup-score.ly: 
15990         * input/regression/new-markup-scheme.ly: 
15991         * input/regression/new-markup-syntax.ly: 
15992         * input/test/coriolan-margin.ly: use \line in markups where
15993         appropriate
15994         
15995 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
15996
15997         * scm/new-markup.scm (map-markup-command-list): helper function
15998         used in parser.yy to map markup commands on a markup list.
15999
16000         * lily/parser.yy: get rid off < > in markups by treating { } as
16001         real lists.
16002
16003         * lily/lexer.ll: remove < > from markup lexer mode.
16004
16005         * scripts/convert-ly.py (conv): add rule for converting 
16006         \markup < > to \markup { }
16007
16008         * ly/titling-init.ly: 
16009         * input/test/coriolan-margin.ly: 
16010         * input/regression/new-markup-syntax.ly: 
16011         * input/regression/new-markup-scheme.ly: 
16012         * input/regression/multi-measure-rest-text.ly: 
16013         * input/regression/markup-stack.ly: 
16014         * input/regression/markup-score.ly: 
16015         * input/regression/instrument-name-markup.ly: 
16016         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: 
16017         * input/mutopia/R.Schumann/romanze-op28-2.ly: 
16018         * input/mutopia/J.S.Bach/wtk1-fugue2.ly: 
16019         * input/wilhelmus.ly: 
16020         * Documentation/user/notation.itely: 
16021         * Documentation/user/music-glossary.tely: 
16022         * Documentation/user/changing-defaults.itely: change < > to { } in
16023         markups
16024
16025 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16026
16027         * lily/accidental-placement.cc (position_accidentals): shortcut if
16028         no accidentals to place.
16029
16030 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
16031
16032         * scm/define-grob-properties.scm (all-user-grob-properties): fixed
16033         typo s/ly:dimension ?/ly:dimension?/
16034
16035         * input/regression/lily-in-scheme.ly: 
16036         * input/regression/music-function.ly: 
16037         * ly/spanners-init.ly (assertBeamSlope): 
16038         * scm/music-functions.scm (def-grace-function): add the paper
16039         argument to music function definitions.
16040
16041 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16042
16043         * lily/moment.cc (LY_DEFINE):
16044         ly:moment-main-{denominator,numberator}, new function.
16045
16046         * lily/score-engraver.cc (typeset_all): assign to column on basis
16047         of axis-group-parent-X setting.
16048
16049         * lily/axis-group-engraver.cc (process_acknowledged_grobs): do
16050         add_element() on basis of axis-group-parent-Y setting.
16051
16052         * lily/grob.cc: add axis-group-parent-{XY} properties.
16053
16054         * input/regression/spacing-stick-out.ly: new file.
16055
16056         * lily/simple-spacer.cc (add_columns): use binary search for
16057         setting column rods. Changes O(n^2) to O(n log(n)) for
16058         constructing spacing problem from columns.
16059         (add_columns): read allow-outside-line to make sure no texts stick
16060         out.
16061         (solve): Simple_spacer::is_active() only determines
16062         satisfies_constraints_ for non-ragged typesetting.
16063
16064         * lily/simultaneous-music.cc (to_relative_octave): only set
16065         old_relative_used if return pitch actually changed.
16066
16067         * scm/define-context-properties.scm
16068         (all-user-translation-properties): change to match implementation.
16069
16070         * python/lilylib.py: Replace re.match by re.search and adds "-c
16071         showpage" to the gs command line (Johannes Schindelin)
16072
16073         * scm/framework-ps.scm (output-preview-framework): sanitize bbox
16074         before processing. Prevents crash when inf is in the extent.
16075
16076         * scm/define-markup-commands.scm (note-by-number): add "s" to
16077         "noteheads-" glyphname.
16078  
16079         * lily/parser.yy (Generic_prefix_music): supply parser argument to
16080         music function as well.
16081         
16082 2004-11-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16083
16084         * VERSION: release 2.5.2
16085
16086         * Documentation/user/changing-defaults.itely (Creating titles):
16087         add breakbefore variable.
16088
16089         * lily/paper-book.cc (set_system_penalty): new function. Set
16090         penalty_ based on breakBefore setting
16091
16092         * lily/context-specced-music-iterator.cc (construct_children):
16093         interpret special context id $uniqueContextId 
16094
16095         * lily/context.cc (create_unique_context): new method. Move
16096         creation of unique (\new) contexts into interpreting phase. This
16097         makes
16098
16099           foo= \new Staff ..
16100           << \foo \foo >>
16101
16102         produce 2 staves.
16103         
16104
16105         * scm/define-music-properties.scm (all-music-properties): add
16106         quoted-voice-direction
16107
16108         * ly/music-functions-init.ly: killCues function.
16109
16110         * scm/music-functions.scm (cue-substitute): move creation of voice
16111         contexts further to the back. 
16112
16113 2004-11-25  Werner Lemberg  <wl@gnu.org>
16114
16115         * tex/GNUmakefile ($(outdir)/latin1.enc): Replace `/minus' with
16116         `/hyphen' in encoding vector to get correct glyph name for EC fonts.
16117
16118 2004-11-24  Erik Sandberg  <ersa9195@student.uu.se>
16119
16120         * buildscripts/guile-gnome.sh: Fixed typo.
16121
16122 2004-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16123
16124         * lily/lexer.ll: add < >  to markup lexer mode (backportme)
16125
16126         * scripts/abc2ly.py (dump_slyrics): add ord(). 
16127
16128         * lily/note-heads-engraver.cc (process_music): add shapeNoteStyles
16129         to regular engraver. 
16130
16131 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16132
16133         * mf/feta-bolletjes.mf (triangle): rewrite solfa heads.
16134
16135 2004-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
16136
16137         * scm/define-markup-commands.scm (fill-line): Typo.
16138
16139         * buildscripts/guile-gnome.sh (GGVERSION): Build update for 2.7.96
16140         and newer.
16141
16142 2004-11-22  Erik Sandberg  <ersa9195@student.uu.se>
16143
16144         * ly/dynamic-scripts-init.ly: Fixed typo.
16145
16146 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16147
16148         * mf/feta-bolletjes.mf (overdone_heads): cleanup triangle
16149         note-head, to have different attachment points for up and down.
16150
16151         * mf/feta-bolletjes.mf: merge solfa heads into main note heads.
16152
16153         * mf/feta-generic.mf (else): remove solfa.
16154
16155         * mf/feta-bolletjes.mf (tishape): remove unicode test.
16156
16157         * scm/define-context-properties.scm
16158         (all-user-translation-properties): add shapeNoteStyles property.
16159
16160         * lily/shape-note-heads-engraver.cc (process_music): new file.
16161
16162         * lily/event.cc (transpose): call Event::transpose() for
16163         transposing the tonic.
16164
16165 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
16166
16167         * scm/output-gnome.scm: Save some pointers about pango/fontconfig
16168         Unicode/OpenType and AFM.
16169
16170         * lily/include/guile-compatibility.hh (scm_from_bool): Add.
16171
16172 2004-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16173
16174         * lily/grob.cc (Grob): idem. Plugs mem leaks. 
16175
16176         * lily/context.cc (Context): unprotect key from ctor.
16177
16178         * scm/stencil.scm (stack-lines): return empty-stencil if argument
16179         is '()
16180         (stack-stencils): idem.
16181
16182         * Documentation/user/changing-defaults.itely (Creating titles):
16183         document new title layout options.
16184
16185         * lily/parser.yy (lilypond_header_body): copy previous
16186         $globalheader if present.
16187
16188         * lily/ly-module.cc (LY_DEFINE): rename ly:import-module to
16189         ly:module-copy
16190         
16191         * scm/page-layout.scm (marked-up-headfoot): remove old functions.
16192
16193         * scm/titling.scm: remove old titling functions
16194
16195         * lily/stencil.cc (translate): remove absolute dimension.
16196
16197         * ly/titling-init.ly (oddFooterMarkup): new file. Generate titles
16198         via markup.
16199
16200         * scm/page-layout.scm (marked-up-headfoot): create header/footer
16201         field from user-supplied markup
16202
16203         * scm/define-markup-commands.scm (on-the-fly): new markup
16204         command. Enter SCM markup procedure directly in Scheme.
16205         (fromproperty): new markup command. Read markup from props argument.
16206
16207         * scm/titling.scm (marked-up-title): create title via
16208         user-specified markup. 
16209
16210         * scm/define-markup-commands.scm (column): remove empty stencils
16211         from column.
16212
16213         * lily/ly-module.cc (LY_DEFINE): use ly_module_lookup(). This does
16214         not have side-effect of creating variable stub.
16215
16216         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-empty?
16217
16218 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
16219
16220         * scm/encoding.scm (coding-alist): 
16221         * scm/font.scm (add-ec-fonts):
16222         * ly/paper-defaults.ly: Use actual name for EC fontencoding:
16223         Extended-TeX-Font-Encoding---Latin.
16224
16225         * lily/side-position-interface.cc (general_side_position): Add
16226         actual offset to error message (avoid constant error messages).
16227
16228         * lily/all-font-metrics.cc (find_font): Add "lm" to try-AFM-first
16229         block.
16230
16231         * lily/font-select.cc (select_encoded_font)
16232         (get_font_by_mag_step, get_font_by_design_size): 
16233         * lily/modified-font-metric.cc (Modified_font_metric): 
16234         * lily/paper-def.cc (find_scaled_font): Add font_encoding parameter.
16235
16236         * scm/encoding.scm (coding-alist): Add fetaDynamic.
16237         (read-encoding-file): Bugfix: do not require space after bracket.
16238
16239         * scm/font.scm (add-cork-lm-fonts): Remove lmbxi8 and lmbxi14,
16240         these do not exist.
16241
16242 2004-11-20  Graham Percival  <gperlist@shaw.ca>
16243
16244         * Documentation/user/notation.itely: added info about typesetting
16245         boxed bar numbers.
16246
16247 2004-11-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16248
16249         * flower/interval.cc (T_to_string): gcc4 fixes.
16250
16251         * scm/define-markup-commands.scm (fill-line): use
16252         stack-stencils. This fixes problems with putting already centered
16253         stencils in a line.
16254
16255         * VERSION: release 2.5.1
16256
16257         * lily/bar-line.cc (get_staff_bar_size): add line thickness.
16258
16259 2004-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16260
16261         * input/example-[1-3].ly: simplify.
16262
16263         * lily/cluster-engraver.cc (try_music): react to busy-playing-event
16264
16265         * scm/output-ps.scm (new-text): new function. Use glyphshow to
16266         show glyphs.
16267
16268         * scm/encoding.scm (decode-byte-string): new function.
16269
16270         * scripts/convert-ly.py (conv): add warning about
16271         set-global-staff-size.
16272
16273         * Doxyfile: add. 
16274
16275         * scripts/convert-ly.py (conv): add raggedlastbottom rule
16276         (conv): warn for TextSpanner split.
16277         (conv): warn for textheight.
16278
16279 2004-11-19  Jan Nieuwenhuizen  <janneke@gnu.org>
16280
16281         * GNUmakefile.in (install-WWW): Invoke install-info, so that when
16282         building the documentation, info with images are installed.
16283         (final-install): Fix description.  Mention sourcing of login
16284         scripts (instead of running).
16285
16286 2004-11-18  Jan Nieuwenhuizen  <janneke@gnu.org>
16287
16288         * Debian lmodern support.  Note that LilyPond will issue warnings
16289         
16290             no such encoding: "FontSpecific"
16291
16292           The font selection mechanism wants to get the encoding from the
16293           font itself, but the idea of lmodern is that it is usable with
16294           different encodings, ie, Lily should get the encoding from the
16295           font tree, rather than the font itself.  This would require some
16296           more work.
16297         
16298         * configure.in: Test for and accept lmodern if EC fonts not found.
16299
16300         * scm/framework-tex.scm (font-load-command): TeX font name
16301         mangling for latin1 encoded cork-lm fonts.
16302         (convert-to-ps): Load lm.map if available.
16303
16304         * ly/paper-defaults.ly: Use cork-lm encoding if ec is not
16305         available.
16306
16307         * scm/encoding.scm (coding-alist): Add cork-lm encoding.
16308
16309         * scm/font.scm: Add header.  Autoload cork-lm and ec fonts if
16310         available.
16311
16312         * lily/kpath.cc (ly_kpathsea_find_file): Rename.  Do not use
16313         path for absolute file name, that is silly.
16314
16315         * lily/score-engraver.cc (initialize): 
16316
16317         * Documentation/user/GNUmakefile (local-install-info): Invoke
16318         install-info --remove first.
16319
16320         * #include cleanup (Andreas Scherer).
16321
16322 2004-11-18  Heikki Junes  <hjunes@cc.hut.fi>
16323
16324         * input/test/script-abbreviations.ly: fix typos.
16325
16326 2004-11-17  Werner Lemberg  <wl@gnu.org>
16327
16328         * python/lilylib.py (options_help_str): Support pretty-printing of
16329         newlines in fourth element of option description.
16330
16331         * scripts/lilypond-book.py (option_definitions): Use new lilylib
16332         feature.
16333         Sort options.
16334
16335         * Documentation/user/lilypond-book.itely: Finish update.
16336
16337 2004-11-17  Jan Nieuwenhuizen  <janneke@gnu.org>
16338
16339         * Documentation/user/macros.itexi: Add comment about \command.
16340
16341         * Documentation/user/lilypond.tely:
16342         * Documentation/user/lilypond-book.itely: Fix names of lilypond
16343         and lilypond-book nodes, so that `info lilypond' visits the manual
16344         at top level, and `info lilypond-book' visits the lilypond-book
16345         section.
16346
16347         * Documentation/user/GNUmakefile (local-install-info): Fix rules
16348         and packager messages.
16349
16350         * lily/pangofc-afm-decoder.cc: Update test.
16351
16352 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
16353
16354         * scm/lily-library.scm (char->unicode-index): New function.
16355
16356         * scm/output-gnome.scm: 
16357         * scm/output-svg.scm: Cleanup.  Map custom fonts to PUA.
16358
16359         * Proper naming of file name throughout; s/filename/file[-_]name/.
16360
16361         * lily/modified-font-metric.cc ("ly:font-encoding"): New function.
16362
16363         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Map onto PUA.
16364
16365 2004-11-16  Werner Lemberg  <wl@gnu.org>
16366
16367         * scripts/lilypond-book.py: The Lord has commanded me to use only
16368         tabs for indentation.  Your humble servant obeys.
16369
16370 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
16371
16372         * scm/output-svg.scm: Font fixes.  Sodipodi now groks svg
16373         including font, if LilyPond-feta font is only feta font in path.
16374
16375         * scm/output-gnome.scm (text): Revert to file name of font if font
16376         has no name.  Fixes ec font selection.
16377         (char): Bugfix: do not utf8 twice.  Fixes clefs.
16378
16379         * scm/framework-svg.scm:
16380         * scm/output-svg.scm: New file.  TODO: figure out how to
16381         do character by index in font.
16382
16383         * scm/output-sodipodi.scm: Remove.
16384
16385         * scm/output-ps.scm (stem): Remove.
16386
16387 2004-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
16388
16389         * scm/output-gnome.scm (beam): New function.
16390         (slur): Round corners.
16391         (round-filled-box): Round corners.
16392
16393 2004-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16394
16395         * scm/output-gnome.scm (beam): add function.
16396         (draw-line): new routine.
16397         (dashed-line): stub; call draw-line
16398         (polygon): new routine.
16399
16400 2004-11-15  Werner Lemberg  <wl@gnu.org>
16401
16402         * Documentation/user/lilypond-book.itely: Revise section on
16403         lilypond-book options.
16404         Other minor fixes.
16405
16406         * scripts/lilypond-book.py: Change indentation to 4.
16407         Minor formatting.
16408
16409 2004-11-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16410
16411         * lily/system.cc (apply_tweaks): new function. Run tweaks on all
16412         grobs that have tweaks specced.
16413         
16414 2004-11-14  Heikki Junes  <hjunes@cc.hut.fi>
16415
16416         * Documentation/user/sound-output.itexi: add code snippets for MIDI.
16417
16418 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
16419
16420         * lily/font-metric.cc (get_indexed_char_stencil): Bugfix: get
16421         actual char #, not 0 based index.
16422
16423         * lily/system-start-delimiter.cc (staff_brace): Start at 65.
16424
16425         * mf/feta-beugel.mf: Actually start at char #65.  Add header.
16426         Warning: do make -C mf clean.
16427
16428         * lily/context-property.cc: Compile fix.
16429
16430         * scm/output-gnome.scm: Add ec-fonts-mftraced to ~/.fonts.conf.
16431         Grok ec-fonts, braces and dynamics.
16432
16433         * scm/framework-gnome.scm (gnome-main): Register braces with pango.
16434
16435 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16436
16437         * lily/include/tweak-registration.hh: new file.
16438
16439         * lily/tweak-registration.cc: new file.
16440
16441         * scm/framework-gnome.scm (save-tweaks): use new key mechanism for
16442         saving tweaks.
16443
16444         * scm/output-gnome.scm (text): comment dribble.
16445
16446 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
16447
16448         * lily/pangofc-afm-decoder.cc (main): Test more feta fonts.
16449
16450         * scm/output-gnome.scm (bezier-sandwich): New function.  Reset
16451         path-def before using.  Fixes muchtomany slurs in wrong places
16452         bug.
16453
16454 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16455
16456         * lily/grob-scheme.cc (LY_DEFINE): add new function ly:grob-key.
16457
16458         * lily/include/object-key-undumper.hh (Module): new file.
16459
16460         * lily/object-key-undumper.cc (Module): New file. Deserialize
16461         keys. SCM bindings
16462
16463         * lily/object-key-dumper.cc (Object_key_dumper): idem.
16464         Provide SCM bindings.
16465
16466         * lily/include/object-key-dumper.hh (class Object_key_dumper): 
16467         new file. Serialize object keys.
16468         
16469         * lily/object-key.cc (dump): new function.
16470         (as_scheme): new virtual function
16471         (undump): new function
16472         (undumpers): new table.
16473
16474         * lily/include/global-context.hh (Context): take \score key upon init.
16475
16476         * lily/object-key-dumper.cc (serialize_key): new file.
16477
16478         * lily/include/object-key-dumper.hh (class Object_key_dumper): new file.
16479
16480         * lily/lily-lexer.cc: remove \quote.
16481
16482         * lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
16483
16484         * lily/context.cc (Context): take key argument in ctor.
16485         (create_context): new function
16486
16487         * lily/grob.cc (Grob): take key argument in ctor.  
16488
16489         * lily/lilypond-key.cc (do_compare): new file.
16490
16491         * lily/object-key.cc (Object_key): new file.
16492
16493         * lily/include/object-key.hh (class Object_key): new file.
16494
16495         * lily/include/lilypond-key.hh (class Lilypond_context_key): new file.
16496
16497 2004-11-13  Graham Percival  <gperlist@shaw.ca>
16498
16499         * Documentation/user/lilypond-book.itely: add small warning about
16500         noindent default in lilypond-book.
16501
16502         * Documentation/user/converters.itely: add examples for convert-ly.
16503
16504         * Documentation/user/examples.itely: change version string in templates
16505         to 2.4.0.
16506
16507 2004-11-12  Karl Hammar  <karl@aspodata.se>
16508
16509         * GNUmakefile.in (local-WWW-post): `find ...` overflows the
16510         cmdline, use xargs instead (backportme)
16511
16512 2004-11-10  Andreas Scherer  <andreas_mutopia@freenet.de>
16513         
16514         * Documentation/user/: Numerous fixes in the user manual.
16515
16516 2004-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16517
16518         * lily/parser.yy (re_rhythmed_music): search music expression for
16519         context-id, surround by \new Voice if not found. Fixes:
16520         addlyrics-second-staff.ly
16521
16522         * VERSION: 2.5.0 released.
16523         
16524 2004-11-12  Jan Nieuwenhuizen  <janneke@gnu.org>
16525
16526         * Documentation/index.html.in: Fix url to one big page.  (backportme)
16527
16528         * Documentation/user/GNUmakefile: Separate rules for split and
16529         unsplit html documents.  Remove perl massaging.  (backportme)
16530
16531 2004-11-11  Graham Percival  <gperlist@shaw.ca>
16532
16533         * Documentation/user/lilypond-book.itely: add short warning about
16534         \lilypond{} in LaTeX docs.
16535
16536 2004-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
16537
16538         * stepmake/aclocal.m4: Barf if kpathsea/kpathsea.h is not
16539         found.  (backportme)
16540
16541         * Documentation/topdocs/INSTALL.texi (ec-fonts-mtraced): Add
16542         version requirement.  (backportme)
16543
16544         * configure.in: Be explicit about old versions of
16545         ec-fonts-mtraced.  (backportme)
16546
16547         * lily/context-selector.cc (set_tweaks): New function.
16548         * lily/grob-selector.cc (set_tweaks): (Re)set hash table.  Fixes
16549         web with -DTWEAK.
16550
16551         * Documentation/user/introduction.itely (Automated engraving):
16552         Remove fragment option.  Fixes web.
16553
16554         * lily/context-property.cc (make_item_from_properties):
16555         * lily/context.cc (add_context)[TWEAK]: Tweak registration behind
16556         #ifdef.
16557
16558         * scm/define-context-properties.scm
16559         (all-internal-translation-properties): Add tweakRank and tweakCount.
16560
16561         * lily/grob.cc: 
16562         * scm/define-grob-properties.scm (all-internal-grob-properties):
16563         Add tweak-rank and tweak-count.
16564
16565 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
16566
16567         * scm/output-gnome.scm (string->utf8-string, char->utf8-string):
16568         New function.
16569         (text): Use them.
16570
16571         * scm/framework-gnome.scm (item-event): Add support from TLA.  Support
16572         animated/opaque grob dragging tweaks.
16573
16574         * buildscripts/guile-gnome.sh: Update.
16575
16576 2004-11-10  Mats Bengtsson  <mabe@s3.kth.se>
16577
16578         * scm/define-grobs.scm (all-grob-descriptions): Added
16579         line-interface to the LigatureBracket object.
16580
16581 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
16582
16583         * scm/framework-gnome.scm (item-event): Support non-animated mouse
16584         dragging tweaks.
16585
16586         * lily/lily-guile.cc (ly_to_string, ly_to_symbol): New function.
16587
16588         * lily/context-selector.cc (store_context): New function.
16589
16590         * lily/grob-selector.cc (register_grob)[TWEAK]: Apply tweak.
16591         (store_grob): New function.
16592         (identify_grob): Add Moment parameter.
16593
16594         * lily/lily-parser.cc (parse_file)[TWEAK]: Read .ly.t file if it
16595         exists.
16596
16597         * scm/framework-gnome.scm (save-tweaks): Write as alist.
16598
16599 2004-11-09  Jan Nieuwenhuizen  <janneke@gnu.org>
16600
16601         * scm/framework-gnome.scm (item-event): Print grob id.
16602         (save-tweaks): New function.
16603         (tweak): New funtion.
16604         (item-event): Use it, bound to arrow keys.
16605
16606         * lily/context-property.cc (make_item_from_properties): Register grob.
16607         * lily/context.cc (add_context): Register context.
16608
16609         * lily/include/context-selector.hh:
16610         * lily/include/grob-selector.hh:
16611         * lily/context-selector.cc:
16612         * lily/grob-selector.cc: New file.
16613
16614 2004-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16615
16616         * lily/slur.cc: add 'positions to interface
16617
16618         * lily/main.cc: reinstate PS as standard output format. 
16619
16620         * scm/framework-tex.scm (output-preview-framework): print systems
16621         up to first non title system.
16622
16623         * lily/grace-engraver.cc (start_translation_timestep): split
16624         scm_cadddr
16625         
16626 2004-11-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16627
16628         * lily/quote-iterator.cc (Module): remove old quote-iterator
16629
16630         * scm/define-music-types.scm (music-descriptions): move
16631         NewQuoteMusic over QuoteMusic
16632
16633         * Documentation/user/notation.itely (Formatting cue notes): use
16634         \cueDuring.
16635
16636         * lily/new-quote-iterator.cc (quote_ok): new function.
16637
16638         * input/regression/quote-cue-during.ly: new file.
16639
16640         * input/regression/quote-grace.ly: new file.
16641
16642         * scm/define-context-properties.scm (Module): change definition of
16643         graceSettings
16644
16645         * lily/context-property.cc (Module): rename from
16646         translator-property.cc
16647
16648         * lily/context.cc (context_name_symbol): new function
16649
16650         * lily/grace-engraver.cc: new file. Set properties for grobs based
16651         on the grace-ness of now_moment().
16652
16653         * scm/music-functions.scm (add-grace-property): use list
16654         iso. vector for graceSettings
16655         remove set-{start,stop}-grace-properties. 
16656
16657         * lily/new-quote-iterator.cc (construct_children): set
16658         quote_outlet_ if no quoted-context-{id,type} specified.
16659
16660         * scripts/convert-ly.py (conv): \quote -> \quoteDuring.
16661
16662         * lily/parser.yy (command_element): remove \quote.
16663
16664         * ly/music-functions-init.ly (location): add quoteDuring music
16665         function. 
16666
16667         * lily/lexer.ll: allow \encoding in lyrics as well.  Remove
16668         optional semicolon. (backportme)
16669
16670 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
16671
16672         * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no
16673         need to link to GUILE et al.
16674
16675 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16676
16677         * scm/define-music-properties.scm (all-music-properties): add
16678         quoted-context-type, quoted-context-id.
16679
16680         * scm/lily.scm (type-check-list): new function.
16681         
16682         * scm/lily-library.scm: new file. Generic library routines.
16683
16684         * lily/parser.yy (Generic_prefix_music): move typechecking out of
16685         parser.
16686
16687         * ly/music-functions-init.ly: add quoteDuring function.
16688
16689         * lily/include/music-iterator.hh (class Music_iterator): rename
16690         set_translator -> set_context
16691
16692         * lily/parser.yy (Generic_prefix_music_scm): add
16693         MUSIC_FUNCTION_SCM_SCM_MUSIC
16694
16695         * scm/lily.scm (sanitize-command-option): new function. (backportme)
16696
16697         * scm/framework-tex.scm (header): sanitize TeX paper size.
16698         (backportme)
16699
16700 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
16701
16702         * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard.
16703
16704         * tex/lilyponddefs.tex: If no inputencoding use latin1.  (backportme)
16705
16706         * scm/framework-tex.scm (font-load-command): Use T1 if no
16707         font-encoding set.  (backportme)
16708
16709         * scm/lily.scm (postscript->pdf): Remove .pdf file if it
16710         exists before converting.  (backportme)
16711
16712         * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it
16713         exists before converting.  (backportme)
16714         (convert-to-ps): Remove .ps file if it exists before
16715         converting.  (backportme)
16716
16717         * lily/lexer.ll: Remove extra progress newline, use present tense.
16718
16719         * scm/paper.scm (paper-alist): public.
16720         * scm/framework-tex.scm (convert-to-ps):
16721         * scm/lily.scm (postscript->pdf): Do not leak papersizename into
16722         command line.
16723
16724 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16725
16726         * scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme)
16727
16728         * lily/recording-group-engraver.cc (derived_mark): mark
16729         now_events_. (backportme)
16730
16731 2004-11-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16732
16733         * mf/GNUmakefile: use Fedora-3 in download link. (backportme.)
16734
16735         * scm/framework-tex.scm (convert-to-dvi): use ly:system for
16736         invoking latex. (backportme.)
16737
16738         * lily/stem.cc (off_callback): center stems for all rest stems.
16739
16740 2004-11-05  Werner Lemberg  <wl@gnu.org>
16741
16742         * Documentation/user/lilypond.tely: Add more guidelines for writing
16743         lilypond texinfo documents.
16744
16745 2004-11-05  Heikki Junes  <hjunes@cc.hut.fi>
16746
16747         * Documentation/index.html.in: remove <hr>.
16748
16749         * THANKS: change 2.3 to 2.4.
16750
16751 2004-11-05  Jan Nieuwenhuizen  <jannneke@gnu.org>
16752
16753         * scm/output-gnome.scm: More fontconfig comment.
16754
16755 2004-11-05  Pedro Kroger  <kroeger@pedrokroeger.net>
16756
16757         * GNUmakefile.in ($(builddir)/share/lilypond-force): create the
16758         <package> directory in $(builddir)/share according with
16759         PACKAGE_NAME defined in the VERSION file.
16760
16761 2004-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16762
16763         * lily/beam.cc (rest_collision_callback): use local beam
16764         multiplicity.
16765
16766         * input/regression/stem-stemlet.ly: new file.
16767
16768         * lily/stem.cc (add_head): store rests as well.
16769
16770         * scm/define-grob-properties.scm (all-user-grob-properties): add
16771         stemlet-length
16772
16773         * lily/stem.cc: store rests as well.
16774         
16775         * input/regression/new-slur.ly: mention forcing.
16776
16777 2004-11-04  Werner Lemberg  <wl@gnu.org>
16778
16779         * Documentation/user/*: A new round of layout fixes and document
16780         structure cleanup.
16781
16782 2004-11-04  Heikki Junes <hjunes@cc.hut.fi>
16783
16784         * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x.
16785
16786 2004-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
16787
16788         * Documentation/topdocs/INSTALL.texi (Top): Remove geometry.
16789
16790 2004-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
16791
16792         * Documentation/topdocs/INSTALL.texi (Top): Fix geometry url (dax).
16793
16794         * lily/lily-parser.cc (LY_DEFINE): Remove "Now " from message.
16795
16796         * lily/main.cc (main): Invoke identify.
16797
16798         * scm/lily.scm (postscript->pdf): Remove progress newline.
16799         Write progress to stderr.
16800
16801         * lily/paper-book.cc (output): Remove progress newline.
16802
16803         * scm/framework-tex.scm (convert-to-dvi, convert-to-ps): Call
16804         gettext on user messages, and remove whitespace.
16805
16806         * lily/paper-outputter.cc (get_paper_outputter): Add progress newline.
16807
16808         * scripts/lilypond-latex.py (program_name): Bugfix: use only basename of
16809         argv[0] (Thomas Scharkowski).
16810
16811         * configure.in: Bugfix: add REQUIRED parameter to STEPMAKE_TEXMF
16812         call (carlyannehorse).  Also check for mf and mf-nowin.  Add check
16813         for ec-fonts-mtraced.
16814
16815         * GNUmakefile.in (builddir-exec): Add symlink tex/out.  Fixes
16816         --srcdir build (Bertalan).
16817
16818         * stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile
16819         headers and library too (Laura Conrad).
16820
16821         * Documentation/topdocs/INSTALL.texi (Top): Mention development
16822         package for guile too (Laura Conrad).
16823
16824         * lily/main.cc (usage): Typo.
16825
16826 2004-11-02  Werner Lemberg  <wl@gnu.org>
16827
16828         * Documentation/user/notation.ly: More fixes to improve appearance.
16829
16830         * tex/texinfo.tex: Updated from texinfo CVS -- this version provides
16831         better output for multicolumn tables.
16832
16833 2004-11-01  Mats Bengtsson  <mabe@s3.kth.se>
16834
16835         * lily/main.cc (dir_info): Fixed typo in the printouts.
16836
16837 2004-11-01  Werner Lemberg  <wl@gnu.org>
16838
16839         * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
16840         of output.
16841         Set `per_line' to 2; replace hard-coded value with it.
16842
16843         * Documentation/user/*: Many fixes to improve appearance of
16844         printed manual.
16845
16846 2004-11-01  Werner Lemberg  <wl@gnu.org>
16847
16848         * Documentation/user/changing-defaults.itely,
16849         Documentation/user/notation.ly,
16850         Documentation/user/programming-interface.itely: Use @/.
16851         Fix formatting of some lilypond snippets and tables.
16852
16853         * scripts/lilypond-book.py (compose_ly): Provide useful default
16854         for LINEWIDTH in `override'.
16855
16856 2004-10-31  Graham Percival  <gperlist@shaw.ca>
16857
16858         * Documentation/user/invoking.itely: change "3.0" -> "2.4"
16859
16860 2004-10-31  Werner Lemberg  <wl@gnu.org>
16861
16862         Resetting @exampleindent to `5' gives ugly results with texinfo's
16863         DVI output.  Use `@format @exampleindent 0 ... @end format' instead
16864         (if not quoting) to change @exampleindent only locally.
16865
16866         * scripts/lilypond-book.py (NOQUOTE): New variable.
16867         (output) [LATEX]: Remove AFTER and BEFORE.
16868         [TEXINFO]: Remove AFTER and BEFORE.
16869         Fix QUOTE and VERBATIM pattern.
16870         Add NOQUOTE pattern.
16871         (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
16872         and BEFORE.
16873         [output_texinfo]: Use NOQUOTE.
16874
16875 2004-10-31  Graham Percival  <gperlist@shaw.ca>
16876
16877         * Documentation/user/changing-defaults.itely: clarify paper
16878         size commands with correct info.
16879
16880         * Documentation/user/lilypond-book.itely: add more docs for
16881         filename extensions.
16882
16883 2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16884
16885         * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
16886         (PATCH_LEVEL): start 2.5.0.
16887
16888 #Local variables:
16889 #coding: utf-8
16890 #End:
16891