]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
(test_basic_compare): add
[lilypond.git] / ChangeLog
1 2006-10-21  Han-Wen Nienhuys  <hanwen@lilypond.org>
2
3         * buildscripts/output-distance.py (test_basic_compare): add
4         multipage test.
5         (FileLink.multi_img_cell): new file, glob .png images.
6
7 2006-10-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
8
9         * po/lilypond.pot: update.
10
11         * Documentation/topdocs/NEWS.tely (Top): remove TODOs.
12
13         * Documentation/user/global.itely (File structure): remove
14         \addqoute remark.
15
16         * lily/parser.yy (FIXME): remove ADDQUOTE
17
18         * Documentation/user/global.itely (Extracting fragments of
19         notation): new node, about clip systems.
20
21         * Documentation/user/lilypond-book.itely (Many quotes of a large
22         score): ref to clip systems.
23
24         * Documentation/user/instrument-notation.itely (Entering lyrics):
25         add note about lyric ties and required font.
26
27         * lily/open-type-font.cc (glyph_list): format errors.
28
29         * Documentation/user/programming-interface.itely (Scheme
30         procedures as properties): more doco on simple-closure and scheme
31         callbacks.
32         (Input variables and Scheme): use lilypond[verbatim], document
33         dummy statement.
34
35         * Documentation/user/page.itely (Displaying spacing): use \book
36         explicitly, so arrows show .
37         (Line breaking): add note about Forbid_line_break_engraver
38
39         * Documentation/user/tweaks.itely (Common tweaks): also set length
40         to prevent tie squeezing. 
41         (Default files): use @var{}
42
43         * Documentation/user/converters.itely (Invoking abc2ly): remove mup2ly.
44         (Generating LilyPond files): add FOMUS.
45
46 2006-10-20  Joe Neeman  <joeneeman@gmail.com>
47
48         * scm/define-grobs.scm (all-grob-descriptions): set side-axis and
49         Y-offset for TextScript and Script
50
51         * lily/text-engraver.cc (make_item): 
52         * lily/script-engraver.cc (make_script_from_event):
53         remove call to Side_position_interface::set_axis since all scripts
54         now have this set by default
55
56         * lily/context.cc: 
57         * lily/prob.cc: use variables
58
59 2006-10-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
60
61         * lily/page-turn-engraver.cc (acknowledge_note_head): don't look
62         at typography, rather analyse stream event duration. 
63
64         * Documentation/user/page.itely (Page formatting): set a6 paper
65         for system separator example.
66         
67         * lily/arpeggio.cc (Module): idem.
68
69         * lily/accidental-placement.cc: add script-priority property.
70
71         * scm/framework-ps.scm (dump-stencil-as-EPS): thinko.
72
73         * lily/ttf.cc (print_trailer): if all else fails: use
74         glyphIndexXXXX as glyph name. Fixes #117.
75
76         * lily/pango-font.cc (pango_item_string_stencil): only use cmap
77         entry if cmap contains glyph.
78         (get_index_to_charcode_map): remove from Pango_font class, use
79         global filename -> font mapping.
80         (get_glyph_index_name): new function.
81         (pango_item_string_stencil): use glyphIndexXXXX as glyph name,
82         only for TTF. 
83
84         * scripts/lilypond-book.py (main): use -deps-box-padding=-3
85
86         * scm/framework-ps.scm (dump-stencil-as-EPS): use eps-box-padding,
87         a number.
88
89         * scm/define-grob-properties.scm (all-user-grob-properties):
90         remove outdated doc. Fixes #116
91
92         * lily/completion-note-heads-engraver.cc (process_music): always
93         clone input events; otherwise we may overwrite input 'duration
94         property. Fixes #115.
95
96         * lily/general-scheme.cc (LY_DEFINE): explicit cast in case
97         scm_t_int32 != int
98
99         * scm/output-svg.scm (pango-description-regexp-comma): Remove ^
100         anchor. Fixes #114
101
102         * VERSION (PATCH_LEVEL): bump version.
103
104 2006-10-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
105
106         * lily/engraver.cc (internal_make_grob): use variables.
107
108         * flower/string-convert.cc (dec2double): clean-up warnings. 
109
110         * configure.in (CXXFLAGS): add -Werror.
111
112         * VERSION (PACKAGE_NAME): release 2.9.25
113
114 2006-10-18  Joe Neeman  <joeneeman@gmail.com>
115
116         * lily/simple-spacer.cc (get_line_forces): test for non-fitting
117         line even if we precede a forced break.
118
119         * lily/optimal-page-breaking.cc (try_page_spacing): square line
120         forces too. Make page-spacing weight default to 10 because the
121         changes to vertical springs decreased the page force/line force
122         proportions. Also, take the average of line force and page force
123         instead of just the sum.
124
125         * lily/constrained-breaking.cc (initialize): make the stiffness
126         of the vertical springs depend on the height of the system. This
127         prevents pages with only a few large systems from getting huge
128         forces
129
130         * Documentation/user/page.itely (Page formatting): document the
131         change in default page-spacing-weight
132
133         * lily/include/constrained-breaking.hh: initialise bottom_padding_
134
135 2006-10-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
136
137         * input/typography-demo.ly (melody): remove superfluous slur.
138
139         * scm/define-grob-interfaces.scm (piano-pedal-script-interface):
140         add piano-pedal-script-interface
141
142 2006-10-18  Bertalan Fodor  <lilypondtool@organum.hu>
143
144         * scripts/lilypond-book.py: DocBook support.
145
146 2006-10-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
147
148         * lily/piano-pedal-engraver.cc (struct Pedal_info): remove
149         Y-alignment code.
150         (stop_translation_timestep): set bound to currentMusicalColumn if
151         not set yet. Fixes #102
152
153         * lily/piano-pedal-bracket.cc: formatting.
154
155         * input/test/engraver-one-by-one.ly (MyStaff): reformat.
156
157         * lily/piano-pedal-align-engraver.cc: new class
158         Piano_pedal_align_engraver. Handle side-positioning Y-alignment
159         for piano pedals.  
160
161 2006-10-18  Heikki Junes  <hjunes@gmail.com>
162
163         * po/fi.po: Update Finnish translation (before the next release).
164
165 2006-10-17  Joe Neeman  <joeneeman@gmail.com>
166
167         * lily/system.cc (get_paper_system): reinstate the backwards-
168         compatible page breaking for the old page breaker.
169
170 2006-10-17  Erik Sandberg  <mandolaerik@gmail.com>
171         
172         * lily/recording-group-engraver.cc: removed
173
174         * lily/context.cc, lily/translator-group.cc: Don't touch
175         Context::implementation_ if it's null
176
177 2006-10-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
178
179         * scm/paper.scm: only use left-margin if defined.
180
181         * scm/define-grob-interfaces.scm (stroke-finger-interface): typo.
182
183         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): idem.
184
185         * lily/new-fingering-engraver.cc: stringFingerOrientations ->
186         strokeFingerOrientations
187
188         * lily/script-column.cc (row_before_line_breaking): also handle
189         accidentals and arpeggios in horizontal script stacking.
190
191         * lily/script-row-engraver.cc (acknowledge_accidental_placement):
192         new function.
193
194         * input/regression/script-stack-horizontal.ly: trim.
195
196 2006-10-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
197
198         * scm/output-lib.scm (stroke-finger::calc-text): allow reading of
199         'text property too.
200
201         * ly/music-functions-init.ly: rename to StrokeFingerEvent, set
202         'text if string argument.
203
204         * scm/define-grobs.scm (all-grob-descriptions): rename to StrokeFinger.
205
206         * scm/define-context-properties.scm
207         (all-user-translation-properties): change to strokeFingerOrientations
208
209 2006-10-16  Erik Sandberg  <mandolaerik@gmail.com>
210
211         * lily/parser.yy: remove debug output
212
213 2006-10-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
214
215         * ly/paper-defaults.ly: set left/right margin.
216
217         * scm/paper.scm (set-paper-dimensions): use left-margin and
218         right-margin for computing linewidth.
219
220         * Documentation/topdocs/NEWS.tely (Top): idem.
221
222         * input/regression/lyric-tie.ly (texidoc): use vowels for tied
223         lyrics example.
224
225         * scm/define-markup-commands.scm (tied-lyric): increase negative
226         space: space syllables tighter.
227
228         * VERSION (PATCH_LEVEL): bump version.
229
230         * scm/paper.scm: patch by Arvid Gr"otting, arvidgr@gmail.com: tune
231         Ax paper sizes. 
232
233 2006-10-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
234
235         * COPYING: further clarification
236
237         * VERSION: release 2.9.24
238
239         * input/regression/script-stack-horizontal.ly: add version.
240
241         * scm/lily-library.scm (list-join): use fold-right. Fixes #112
242
243         * input/regression/lyric-tie.ly (texidoc): use different words.
244
245         * mf/GNUmakefile (ALL_GEN_FILES): remove fonts.cache-1
246
247 2006-10-15  Erik Sandberg  <mandolaerik@gmail.com>
248
249         * lily/*.cc, lily/include/*.hh: eliminate dummy arguments from
250         macros ADD_TRANSLATOR, DECLARE_SMOBS and DECLARE_SIMPLE_SMOBS
251         
252 2006-10-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
253
254         * mf/GNUmakefile: remove fc-cache calls; not necessary for fc 2.4; 
255
256         * Doxyfile: remove file.
257
258         * scm/define-grob-interfaces.scm (string-finger-interface): add
259         string-finger-interface
260
261         * lily/general-scheme.cc (LY_DEFINE): move
262         ly_camel_case_to_lisp_identifier to here. Use vector<char> iso. char[] 
263
264         * Documentation/topdocs/NEWS.tely (Top): add note for
265         string-finger feature.
266
267         * scm/define-grobs.scm (all-grob-descriptions): add 'string-names
268         property.
269
270         * scm/output-lib.scm (string-finger::calc-text): read 'digit
271         instead of 'text
272
273         * input/regression/script-stack-horizontal.ly: new file.
274
275         * ly/engraver-init.ly: add Script_row_engraver.
276
277         * lily/script-column.cc (order_grobs): refactor: separate axis
278         independent code.
279         (row_before_line_breaking): new function.
280
281         * lily/script-row-engraver.cc (Script_row_engraver): new file.
282
283         * scm/define-grobs.scm (all-grob-descriptions): add ScriptRow
284
285 2006-10-14  Jürgen Reuter  <reuter@ipd.uka.de>
286
287         * Documentation/user/instrument-notation.itely: Cleanup: Remove
288         annoying skip notes from mensural ligature example.  Update
289         @refbugs for ligatures and mensural ligatures.
290
291         * lily/coherent-ligature-engraver.cc,
292         lily/include/coherent-ligature-engraver.hh,
293         lily/mensural-ligature-engraver.cc,
294         lily/vaticana-ligature-engraver.cc: Revise code for item
295         reparentizing.  There should now be less programming_error
296         messages.
297
298         * lily/mensural-ligature-engraver.cc: Improve placement of dots.
299
300         * lily/mensural-ligature.cc, lily/vaticana-ligature.cc:
301         Maintenance bugfix: Don't create empty Stencil (), but empty box
302         instead.  This fix should eliminate some programming_error
303         messages.
304
305         * ly/engraver-init.ly (MensuralStaff): Set default accidental
306         style.
307
308         * input/regression/mensural-ligatures.ly: Maintenance bugfix: Move
309         \layout block _before_ score.
310
311 2006-10-14  Han-Wen Nienhuys  <hanwen@lilypond.org>
312
313         * GNUmakefile.in (PATCH_FILES): remove darwin.patch.
314
315         * lily/pango-font.cc (pango_item_string_stencil): more verbose message.
316
317 2006-10-13  Erlend Aasland  <erlenda@gmail.com>
318
319         * lily/note-collision.cc: fix issue #44 (dot/notehead collision)
320
321 2006-10-13  Han-Wen Nienhuys  <hanwen@lilypond.org>
322
323         * VERSION (PATCH_LEVEL): bump version.
324
325         * COPYING: clarify exception note.
326
327         * lily/main.cc: remove remark about "COPYING".
328
329         * scm/framework-ps.scm (clip-system-EPSes): change ordering, so
330         system-count starts at 0 for each clip-region. Change name to
331         FILE[-COUNT]-from-FROM-to-TO-clip[-COUNT]. Take clip-regions from
332         layout block, per score.
333
334 2006-10-13  Erik Sandberg  <mandolaerik@gmail.com>
335
336         * lily/input-smob.cc: add equal_p for Input
337
338         * lily/music-scheme.cc (ly_camel_case_to_lisp_identifier): new
339         function
340
341         * lily/parser.yy: MY_MAKE_MUSIC sets music origin
342
343         * lily/prob.cc: Add equal_p predicate for Prob
344
345         * lily/translator.cc: small cleanup
346
347         * scm/document-music.cc: use data from translator listener
348         registration to generate documentation for event classes
349
350         * lily/*: Eliminate accept arg of ADD_TRANSLATOR
351         
352         * lily/include/*: Eliminate dummy arg of DECLARE_*SMOBS
353         
354 2006-10-13  Jan Nieuwenhuizen  <janneke@gnu.org>
355
356         * GNUmakefile.in (SCRIPTS): Remove lexer-gcc-3.1.sh.
357
358 2006-10-12  Jan Nieuwenhuizen  <janneke@gnu.org>
359
360         * Documentation/topdocs/INSTALL.texi: Thinko.
361
362         * .cvsignore: Update.
363
364         * lexer-gcc-3.1.sh: Remove.
365
366         * Documentation/topdocs/INSTALL.texi: Remove obsolete ftp server.
367         Update anonymous cvs access.  Remove comment about gcc 3.0.4.
368
369 2006-10-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
370
371         * VERSION: release 2.9.23
372
373         * lily/paper-column-engraver.cc (stop_translation_timestep): also
374         typecheck barnumber.
375
376         * scm/framework-ps.scm (dump-stencil-as-EPS): fix thinkos.
377
378         * scm/lily.scm (type-p-name-alist): add rhythmic-location? type name.
379
380         * Documentation/topdocs/NEWS.tely (Top): doc new clipping feature
381
382         * input/regression/clip-systems.ly (Notes): new file. 
383
384         * scm/lily.scm (define-scheme-options): add clip-systems option.
385
386         * scm/framework-ps.scm (dump-stencil-as-EPS-with-bbox): new
387         function
388         (dump-stencil-as-EPS): move bbox calculation from previous
389         dump-stencil-as-EPS
390         (output-framework): use -dclip-systems 
391
392         * scm/lily-library.scm (filtered-map): new function
393
394         * scm/framework-ps.scm (clip-system-EPS): new function.
395         (clip-system-EPSes): new function.
396
397         * lily/paper-column.cc: add rhythmic-location to interface
398
399         * scm/define-grob-properties.scm (all-user-grob-properties): add
400         rhythmic-location property.
401
402         * scm/clip-region.scm: new file: rhythmic-location data type and
403         system-clipped-x-extent function.
404
405         * ly/init.ly: use (scm clip-region)
406
407         * lily/paper-column-engraver.cc (stop_translation_timestep): set
408         rhythmic-location for paper column grobs.
409
410         * lily/grob-scheme.cc (LY_DEFINE): minor cleanup
411
412 2006-10-12  Jürgen Reuter  <reuter@ipd.uka.de>
413
414         * ly/engraver-init.ly: Remove obsolete comment on
415         Bar_number_engraver.
416
417         * Documentation/user/instrument-notation.itely: Tune Ancient
418         Articulations figure, such that the episem actually shows.
419
420         * lily/mensural-ligature.cc (internal_brew_primitive): Bugfix:
421         fix Han-Wen's fix (rev. 1.53): scm_is_pair -> scm_is_number.
422
423         * lily/vaticana-ligature-engraver.cc: Minor robustness fix /
424         cleanup.
425
426 2006-10-12  Graham Percival  <gpermus@gmail.com>
427
428         * Documentation/user/ {some}: minor edits that were lost somehow.
429
430 2006-10-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
431
432         * VERSION (PACKAGE_NAME): bump version.
433
434         * input/regression/lyric-tie.ly (texidoc): new file.
435
436         * Documentation/topdocs/NEWS.tely (Top): add new feature.
437
438         * lily/general-scheme.cc (LY_DEFINE): elucidate docstring.
439
440         * scm/define-markup-commands.scm (tied-lyric): new function: split
441         string along ~ and reattach with U+203F (tie character) and
442         negative space.
443
444         * scm/output-lib.scm (lyric-text::calc-text): new function.
445
446         * lily/lyric-engraver.cc (process_music): don't set 'text.
447
448         * scm/output-lib.scm (string-finger::calc-text): new function
449         (lyric-text::print): new function.
450
451         * lily/new-fingering-engraver.cc (add_fingering): refactor; make
452         generic for fingering & string number. Use for string-finger. 
453
454         * scm/define-music-types.scm (music-descriptions): add
455         StringFingerEvent
456
457         * lily/fingering-engraver.cc (listen_string_finger): new function
458
459         * scm/define-grobs.scm (all-grob-descriptions): add StringFinger
460
461         * scm/define-context-properties.scm
462         (all-user-translation-properties): add stringFingerOrientations
463
464 2006-10-11  Jürgen Reuter  <reuter@ipd.uka.de>
465
466         * mf/parmesan-dots.mf (new), mf/parmesan-generic.mf,
467         ly/engraver-init.ly: Added vaticana-style augmentum dot glyph.
468
469         * lily/dots.cc: Added style property for dots.
470
471         * mf/parmesan-heads.mf: Fix typo in comment.
472
473         * mf/feta-bolletjes.mf, scm/output-lib.scm: Fix longa notes bug by
474         adding longa head to feta font and removing obsolete default
475         mapping scheme code.
476
477 2006-10-10  Han-Wen Nienhuys  <hanwen@lilypond.org>
478
479         * scm/output-lib.scm (fingering::calc-text): use origin
480         event-property, not music-property.
481
482         * lily/lilypond.rc.in: spell my name correctly.
483
484 2006-10-10  Joe Neeman  <joeneeman@gmail.com>
485
486         * lily/grob.cc (pure_height): only add minimum-Y-extent if we
487         already have a non-empty extent. Fixes estimation for Hara-kiri
488         staves.
489
490 2006-10-09  Jürgen Reuter  <reuter@ipd.uka.de>
491
492         * ly/gregorian-init.ly: Simplify definition of \episemInitium and
493         \episemFinis.
494
495         * lily/ligature-engraver.cc: Remove unused #include.
496
497         * lily/vaticana-ligature-engraver.cc: Fix placement of dots.
498         Bugfix: remove method check_for_prefix_loss(Item *) from global
499         namespace to avoid namespace pollution.
500
501 2006-10-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
502
503         * VERSION: release 2.9.22
504
505         * ly/generate-documentation.ly: update option name.
506
507         * lily/dynamic-text-spanner.cc (print): revert fix.
508
509         * scm/define-grob-interfaces.scm
510         (trill-pitch-accidental-interface):
511         add trill-pitch-accidental-interface
512
513         * lily/dots-engraver.cc (acknowledge_rhythmic_head): only
514         dereference if it's really a duration.
515
516         * lily/figured-bass-engraver.cc (process_music): clear spanner if
517         useBassFigureExtenders is not set.
518         (listen_bass_figure): record as new event if
519         useBassFigureExtenders not set. Fixes #103.
520
521         * scm/stencil.scm (circle-stencil): don't center stencil argument,
522         instead: move circle. Fixes #107.
523
524         * scm/define-grobs.scm (all-grob-descriptions): set
525         allow-loose-spacing for PaperColumn and
526         NonMusicalPaperColumn. Kludge for #110.
527
528         * lily/spaceable-grob.cc: add allow-loose-spacing property.
529
530         * lily/spacing-determine-loose-columns.cc (is_loose_column):
531         allow-loose-spacing property.
532
533         * scm/define-markup-commands.scm (postscript): gsave & grestore
534         around embedded PS. Do setlinewidth too. Fixes  #109.
535
536 2006-10-08  Jürgen Reuter  <reuter@ipd.uka.de>
537
538         * lily/ligature-bracket-engraver: Bugfix: Add missing stream event
539         code.  This patch fixes ligature brackets that were not at all
540         engraved any more.
541
542 2006-10-08  Graham Percival  <gpermus@gmail.com>
543
544         * Docuemntation/user/page.itely: clarify two-pass vs. ragged-bottom.
545
546         * ly/property-init.ly: fix sacred harp notehead shapes (bug 96).
547
548         * scm/define-context-properties.scm: clarified docs (bug 91).
549
550         * Documentation/user/basic-notation.itely: document volta brackets
551         not aligning (bug 63).
552
553         * Documentation/user/ global.itely invoking.itely: ignore or
554         add warnings about texstr.
555
556 2006-10-08  John Mandereau  <john.mandereau@free.fr>
557
558         * po/fr.po: update translation.
559
560         * po/: update msgids.
561
562 2006-10-08  Jan Nieuwenhuizen  <janneke@gnu.org>
563
564         * GNUmakefile.in (HELP_CATALOGS): Fix in-build-tree locales.
565
566 2006-10-08  Nicolas Sceaux  <nicolas.sceaux@free.fr>
567
568         * Documentation/user/page.itely (Two-pass vertical spacing): add
569         documentation for two-pass spacing technique.
570
571 2006-10-06  Graham Percival  <gpermus@gmail.com>
572
573         * Documentation/user/convert-ly.txt: new file; new
574         storage place for this file (moved from bugs/ CVS).
575
576 2006-10-06  Jürgen Reuter  <reuter@ipd.uka.de>
577
578         * lily/note-head.cc: Fixed programming_error message.
579
580 2006-10-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
581
582         * scm/define-grobs.scm (pure-conversion): move pure-callback
583         further into body.
584
585         * scm/script.scm (default-script-alist): set avoid-slur for turn,
586         marcato, stopped, thumb.
587
588 2006-10-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
589
590         * lily/completion-note-heads-engraver.cc (process_music): don't
591         skimp on memory usage.
592
593         * lily/beam.cc (set_stem_lengths): do set_stemend for invisible
594         stems too. Fixes #5
595
596         * lily/parenthesis-engraver.cc (acknowledge_grob): set parent of
597         parenthesis item. This fixes premature Y-extent triggering. Fixes
598         issue #95. 
599  
600         * VERSION (PATCH_LEVEL): bump version.
601
602 2006-10-04  Graham Percival  <gpermus@gmail.com>
603
604         * Documentation/user/advanced-notation.itely: added
605         info about instrument names for piano or other contexts,
606         thanks Marcus!
607
608 2006-10-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
609
610         * mf/feta-bolletjes.mf (solfa_quarter_width): use
611         solfa_base_notewidth as unit for non-DO-notes too.
612
613         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: update email.
614
615         * VERSION: release 2.9.21
616
617         * Documentation/topdocs/NEWS.tely (Top): simpler, more clearer
618         override.
619
620 2006-10-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
621
622         * python/lilylib.py (progress): Minor fix.
623
624 2006-10-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
625
626         * lily/note-name-engraver.cc: doc engraver.
627
628         * scm/output-lib.scm (hairpin::calc-grow-direction): new function.
629
630         * lily/dynamic-engraver.cc (process_music): don't set grow-direction.
631
632         * scm/define-grobs.scm (all-grob-descriptions): calc duration-log
633         by callback.
634
635         * lily/stem-engraver.cc (make_stem): don't set duration-log
636
637         * scripts/lilypond-book.py (Lilypond_file_snippet.my_system):
638         write snippet-names binary.
639
640         * python/lilylib.py (system): use os.system for mingw32
641
642         * scripts/lilypond-book.py (bindir): use os.pathsep for prepending
643         to $PATH.
644
645         * scm/backend-library.scm: update email address.
646
647         * Documentation/topdocs/NEWS.tely (Top): add duration-log override
648         example.
649
650         * scm/define-grobs.scm (all-grob-descriptions): use callback to
651         calc dot count.
652
653         * lily/dots-engraver.cc (class Dots_engraver): new engraver:
654         handle dot creation separately.
655
656         * lily/tab-note-heads-engraver.cc (process_music): idem.
657
658         * lily/drum-note-engraver.cc (process_music): idem.
659
660         * lily/note-heads-engraver.cc (process_music): idem.
661
662         * lily/rest-engraver.cc: don't set duration-log.
663
664         * scm/output-lib.scm (string-number::calc-text): new function.
665         (note-head::calc-duration-log): new function.
666
667         * lily/fingering-engraver.cc (make_script): remove 'text setting.
668
669         * scm/output-lib.scm (fingering::calc-text): new function.
670
671 2006-10-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
672
673         * scripts/lilypond-book.py: Fix typo gs-load-font -> gs-load-fonts
674          and include-eps-font -> include-eps-fonts
675
676 2006-10-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
677
678         * lily/multi-measure-rest-engraver.cc: use internalBarNumber
679
680         * lily/timing-translator.cc: list properties.
681         (start_translation_timestep): update internalBarNumber too.
682
683         * scm/define-context-properties.scm
684         (all-user-translation-properties): add internalBarNumber.
685
686         * input/regression/spacing-no-note.ly: new file.
687
688         * buildscripts/output-distance.py (link_file): verbosity for OSError.
689
690         * lily/book.cc: #include cleanup.
691
692         * lily/include/lily-guile-macros.hh: add assert to
693         scm_or_str2symbol(SCM).
694
695         * VERSION (PATCH_LEVEL): bump version.
696
697         * lily/spacing-spanner.cc (musical_column_spacing): handle
698         musical->nonmusical spacing case, where there is no spacing
699         wish. Fixes issue #61.
700
701         * lily/pango-font.cc (text_stencil): allow 'tight' bounds.
702         (pango_item_string_stencil): use logical rect horizontally (to
703         preserve spaces), ink_rect vertically (for time signatures).
704
705         * lily/font-metric.cc (word_stencil): new interface function
706
707         * input/regression/utf-8-mixed-text.ly: new file.
708
709         * lily/percent-repeat-engraver.cc (listen_percent): remove
710         spurious warning.
711
712         * lily/phrasing-slur-engraver.cc (acknowledge_script): only ack
713         non-dynamic scripts. Fixes #30.
714
715         * lily/slur.cc (outside_slur_callback): make offset_scm optional.
716
717         * lily/beam.cc (rest_collision_callback): make prev_offset optional.
718
719         * lily/grob-closure.cc (chain_offset_callback): don't pass 0 but
720         SCM_UNDEFINED for non-existent data.
721
722         * lily/side-position-interface.cc (general_side_position): allow
723         optional current_offset argument for chaining, so combinations of side-position
724         and outside slur callback don't add up.  Fixes issue #92.
725
726         * lily/pango-font.cc (pango_item_string_stencil): use
727         logical_rect. This prevents spaces after words from disappearing,
728         issue #72.
729         
730         * VERSION: release 2.9.20
731
732 2006-10-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
733
734         * scm/define-grob-properties.scm (all-user-grob-properties):
735         mention stencil as user settable.
736
737 2006-10-02  Joe Neeman  <joeneeman@gmail.com>
738
739         * Documentation/user/page.itely (Page formatting): 
740         document auto-first-page-number
741
742         * lily/page-breaking.cc (find_chunks_and_breaks): 
743         * lily/paper-score.cc (calc_breaking): Follow changes to the
744         Constrained_breaking interface
745
746         * lily/constrained-breaking.cc (calc_subproblem): run the main loop
747         here backwards, as an optimisation
748         (initialize): new function; move most of the code in resize () here
749         (combine_demerits): cache ragged_right_
750         (Constrained_breaking): constructor now takes the Paper_score
751
752 2006-10-02  Erik Sandberg  <mandolaerik@gmail.com>
753         
754         * lily/lexer.ll, lily/parser.yy: Add EXPECT_NO_MORE_ARGS token, to
755         avoid parser lookahead for 0-ary functions.
756
757         * lily/translator.cc: Extract event classes from
758         IMPLEMENT_TRANSLATOR_LISTENER for documentation generation.
759
760 2006-10-02  Heikki Junes  <hjunes@gmail.com>
761
762         * po/fi.po: Fix spaces, commas etc. in Finnish translation using
763         KBabel fix tool.
764
765 2006-10-01  Nicolas Sceaux  <nicolas.sceaux@free.fr>
766
767         * scm/layout-page-layout.scm (page-breaking-wrapper): new
768         function. Call the page breaking function selected in the
769         `page-breaking' \paper variable, then the post processing function
770         chosen using the `page-post-process' \paper variable.
771         (line-height): new function. Return the height of a system.
772         (line-minimum-position-on-page): new function. Return the position
773         of a system on page (using the previous line position), only
774         considering between system padding.
775         (stretchable-line?): new function. Says whether a line can be
776         stretched (ie. is not a title nor a single staff system).
777         (page-maximum-space-left): new function. Computes space left on a
778         page, when all systems are separated by their padding.
779
780         * lily/page-breaking.cc (breaking::make_pages): Move page post
781         processing function call to page breaking wrapper (common to all
782         page breakers).
783
784         * lily/paper-book.cc (book::pages): call the page breaking
785         wrapper, instead of the page breaker directly
786
787         * ly/paper-defaults.ly: Add \paper variables for page breaking
788         wrapper and page post processing function. Make
789         `write-page-layout' value depend on the 'dump-tweaks option. Add a
790         `system-maximum-stretch-procedure' variable for holding a function
791         computing the maximum stretch a system allows.
792
793         * scm/layout-page-dump.scm (write-page-breaks): computes the
794         stretch to apply to systems on a page to minimize left
795         space. Dump this stretch length.
796
797         * ly/music-functions-init.ly (spacingTweaks): implement it. Read
798         the system-stretch property of the tweak data to stretch the
799         system.
800         (includePageLayoutFile): Void function which includes the
801         generated page-layout file if it exists and if the page layout
802         dumping is not asked.
803         (scoreTweak): if the score tweak named by the argument exists,
804         return it.
805
806 2006-10-01  Joe Neeman  <joeneeman@gmail.com>
807
808         * lily/page-spacing.cc (compress_lines, uncompress_solution):
809         handle correctly the case where there are multiple \noPageBreaks
810         in a row.
811
812 2006-09-30  Laura Conrad <lconrad@laymusic.org>
813
814         * abc2ly.py adds segno (S) and Coda (O) to articulations.
815         
816         * abc2ly.py fix so that entering " -- " will translate to a -- in
817         the lilypond instead of a " - - "
818         
819 2006-09-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
820
821         * lily/align-interface.cc: fix typo
822
823         * lily/dynamic-text-spanner.cc (print): Add a special case for
824         trill spanner right sides. 
825
826         * scm/define-grobs.scm (all-grob-descriptions): set padding to 0.1
827
828         * lily/align-interface.cc (get_extents_aligned_translates): add
829         support for padding variable.
830
831         * lily/break-align-interface.cc (self_align_callback): oops: use
832         loop variable in guard.
833
834         * input/regression/repeat-percent-grace.ly: new file.
835
836         * lily/percent-repeat-engraver.cc (start_translation_timestep):
837         remember first currentCommandColumn of a grace run. Fixes issue 70.
838
839         * lily/percent-repeat-iterator.cc (class Percent_repeat_iterator):
840         move class definition to CC file.
841
842         * lily/multi-measure-rest.cc (percent): use robust_relative_extent()
843
844         * lily/slash-repeat-engraver.cc (listen_percent): don't warn for
845         measure-long  repeats.
846
847         * flower/include/international.hh: include stdarg.h
848
849 2006-09-30  Joe Neeman  <joeneeman@gmail.com>
850
851         * lily/page-turn-page-breaking.cc (calc_demerits): now that we allow
852         put_systems_on_pages to return an empty result, we need to assign
853         demerits properly in that case.
854         (put_systems_on_pages): Make the number of pages depend on the
855         evenness of page_number. Add auto-first-page-number.
856         (calc_subproblem): ensure that the page-number is even for the
857         left-hand page. Warn if the first page-turn doesn't fit onto the
858         first (right-hand) page.
859
860         * lily/page-spacing.cc (solve): bug: demerits_ would always be inf
861         (min_page_count): make this publicly accessible
862         (min_page_count): fix a bug when there are forced page breaks that
863         was introduced when I made this loop run backwards
864         (space_systems_on_n_pages, space_systems_on_n_or_one_more_pages):
865         replace space_systems_on_min_pages with these two. The logic in
866         space_systems_on_min_pages was getting too convoluted and is better
867         contained in page-turn-page-breaking.
868
869         * lily/page-turn-engraver.cc (breakable_column): remove an always-true
870         conditional
871         (breakable_column): typo
872
873         * lily/source-file.cc (get_line): fix off-by-one error
874         and clean up some of the logic
875
876 2006-09-29  Joe Neeman  <joeneeman@gmail.com>
877
878         * lily/page-breaking.cc (make_pages): honour the first-page-number
879         property
880
881 2006-09-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
882
883         * VERSION (PACKAGE_NAME): bump version.
884
885 2006-09-26  Pal Benko  <benko.pal@gmail.com>
886
887         * scm/parser-clef.scm: add petrucci-f3 and -f4 clefs
888         (the latter is the same as petrucci-f which is kept for compatibility)
889
890 2006-09-26  Erik Sandberg  <mandolaerik@gmail.com>
891         
892         * lily/part-combine-iterator.cc: solo1-event -> solo-one-event
893
894 2006-09-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
895
896         * lily/global-context.cc (run_iterator_on_me): break out of loop
897         if moment doesn't increase.
898
899         * scm/define-grob-properties.scm (all-user-grob-properties): add
900         forced property.
901
902         * lily/accidental.cc (after_line_breaking): read forced property.
903
904         * lily/accidental-engraver.cc (process_acknowledged): set 'forced
905         property.
906
907         * input/regression/accidental-forced-tie.ly:  new file.
908
909 2006-09-25  Han-Wen Nienhuys  <hanwen@lilypond.org>
910
911         * ly/engraver-init.ly: set ignoreFiguredBassRest in Staff context.
912
913         * lily/figured-bass-engraver.cc: only listen to rest events if
914         ignoreFiguredBassRest is not set.
915
916         * scm/define-context-properties.scm
917         (all-user-translation-properties): add ignoreFiguredBassRest property
918
919 2006-09-24  Joe Neeman  <joeneeman@gmail.com>
920
921         * lily/paper-book.cc (get_system_specs):
922         (set_system_penalty): fix breakbefore.
923         We used to set a penalty on the system after the break, now we
924         set a permission on the system before the break
925
926         * lily/grob-property.cc: add scm debugging hooks into
927         property modification
928
929         * lily/context-property.cc:
930         * lily/engraver.cc:
931         rename make_foo_from_properties to internal_make_foo and
932         move it from context-property.cc to a member function of
933         Engraver.
934         
935         * lily/include/lily-guile-macros.hh:
936         overload ly_symbol2scm macro so that there is no more need
937         to use internal_foo
938
939         * lily/volta-repeat-iterator.cc:
940         * lily/tweak-engraver.cc:
941         * lily/tuplet-bracket.cc:
942         * lily/span-bar-engraver.cc:
943         * lily/script-engraver.cc:
944         * lily/prob-scheme.cc:
945         * lily/pointer-group-interface.cc:
946         * lily/parser.yy:
947         * lily/grob-scheme.cc:
948         * lily/grob-property.cc:
949         * lily/context.cc:
950         * lily/context-property.cc:
951         * lily/break-substitution.cc:
952         * lily/break-align-engraver.cc:
953         * lily/axis-group-interface.cc:
954         * lily/align-interface.cc:
955         remove calls to internal_FOO
956
957         * lily/system-start-delimiter-engraver.cc:
958         * lily/parenthesis-engraver.cc:
959         * lily/accidental-engraver.cc:
960         remove calls to make_foo_from_properties
961
962 2006-09-23  Graham Percival  <gpermus@gmail.com>
963
964         * Documentation/user/programming-iterfaces.itely: fix
965         def-music-function -> define-music... leftover.
966
967 2006-09-23  Joe Neeman  <joeneeman@gmail.com>
968
969         * lily/page-spacing.cc (min_page_count): by running the loop
970         backwards, we can calculate ragged_last properly.
971
972 2006-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
973
974         * ly/titling-init.ly (scoreTitleMarkup): Rename (typo!?)
975         printfirst-page-number -> print-first-page-number
976
977         * python/convertrules.py: corresponding rule.
978
979         * Documentation/user/page.itely (Page formatting): Document the
980         default values of all page layout parameters. 
981
982 2006-09-22  Erik Sandberg  <mandolaerik@gmail.com>
983
984         * lily/lexer.ll: remove limitation on music function arity. New
985         mode extratoken, which inserts extra EXPECT_* tokens after
986         MUSIC_FUNCTION token. Junk all MUSIC_FUNCTION_* tokens.
987
988         * lily/parser.yy: Change grammar for music function accordingly.
989
990         * lily/include/lily-parser.hh: New method get_state, new member
991         hidden_state. Works around a problem when parser fetches
992         MUSIC_FUNCTION token but not the following EXPECT_* token.
993
994         * lily/translator.cc, lily/context.cc:, lily/translator-group.cc:
995         remove try_music
996
997         * lily/*-engraver.cc, lily/*-performer.cc: Remove all remaining
998         references to Music; use ASSIGN_EVENT_ONCE everywhere
999
1000         * lily/grob-info.cc: junk *music_cause
1001
1002         * lily/music.cc: copy eventified articulations to stream event
1003
1004         * lily/part-combine-iterator.cc: Cleanup using enums
1005
1006         * lily/translator-group.cc: Junk OldMusicEvent, and associated
1007         methods
1008
1009         * lily/include/engraver.hh: Junk music.hh include
1010
1011         * lily/stream-event.cc: Changed constructors
1012
1013 2006-09-21  Graham Percival  <gpermus@gmail.com>
1014
1015         * Documentation/user/tweaks.itely (Fitting music onto fewer
1016         pages): change settings to avoid warning messages.
1017
1018 2006-09-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1019
1020         * Documentation/user/tweaks.itely (Fitting music onto fewer
1021         pages): Add between-system-space setting. 
1022
1023 2006-09-21  Han-Wen Nienhuys  <hanwen@lilypond.org>
1024
1025         * lily/accidental-placement.cc (calc_positioning_done): don't
1026         trigger Y-extent calculation too early. Use pure_height instead.
1027
1028         * lily/scale.cc (LY_DEFINE): new file. 
1029
1030 2006-09-20  Joe Neeman  <joeneeman@gmail.com>
1031
1032         * lily/page-breaking.cc (find_chunks_and_breaks): ignore breaks
1033         that happen at the start of a score: having a zero-length
1034         chunk was messing up min_system_count calculations.
1035
1036         * lily/source-file.cc (get_line): lower_bound, not
1037         binary_search. Fixes problem where point-and-click would
1038         always point to the first line.
1039
1040 2006-09-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
1041
1042         * lily/accidental-placement.cc (calc_positioning_done): also put
1043         stems into accidental support. 
1044
1045         * lily/tie-engraver.cc (process_music): also set tieMelismaBusy if
1046         event_ detected.
1047
1048         * scm/script.scm (default-script-alist): avoid-slur and
1049         slur-padding for portato script.
1050
1051         * lily/stem-tremolo.cc (translated_stencil): new function. 
1052         (height): use new function. Fixes tremolos on whole notes.
1053
1054         * lily/slur-scoring.cc (get_best_curve): don't crash if no optimal
1055         slur found.
1056
1057 2006-09-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
1058
1059         * scripts/abc2ly.py (try_parse_comment): idem.
1060
1061         * scripts/lilypond-book.py (find_toplevel_snippets): use 'foo' in
1062         bar_string iso. string.find()
1063
1064         * lily/*.cc: idem.
1065
1066         * lily/slur.cc (get_curve): always use scm_is_pair() looping
1067         scheme lists.  
1068
1069 2006-09-18  Graham Percival  <gpermus@gmail.com>
1070
1071         * Documentation/user/basic-notation.itely: add bug
1072         warning about ties and octavation/clef.
1073
1074 2006-09-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
1075
1076         * VERSION (PACKAGE_NAME): release 2.9.18
1077
1078 2006-08-29  Milan Zamazal  <pdm@brailcom.org>
1079
1080         * elisp/lilypond-mode.el (LilyPond-command-alist): Don't try to
1081         figure out midi file names right here.
1082         
1083 2006-09-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
1084
1085         * scm/framework-ps.scm (dump-stencil-as-EPS): naming pad-eps-boxes.
1086
1087         * scm/backend-library.scm: option naming:  gs-font-load*s*
1088
1089         * scm/framework-eps.scm (dump-stencils-as-EPSes): rename option to
1090         include-eps-fonts
1091
1092 2006-09-17  Joe Neeman  <joeneeman@gmail.com>
1093
1094         * scm/define-music-types.scm (music-descriptions): remove
1095         BreakEvent and fix {Page,Line}{Break,Turn}Event so
1096         Music::to_event doesn't complain.
1097
1098         * lily/accidental-placement.cc (ape_compare):
1099         * lily/semi-tie.cc (compare): 
1100         * lily/note-column.cc (shift_compare): replace by XXX_less
1101
1102         * lily/tie-formatting-problem.cc (set_chord_outline): 
1103         * lily/tie-column.cc (calc_positioning_done): 
1104         * lily/system.cc (post_processing)
1105         (get_paper_system): 
1106         * lily/stem.cc (note_head_positions)
1107         (calc_positioning_done): 
1108         * lily/spanner.cc (do_break_processing)
1109         (find_broken_piece): 
1110         * lily/span-bar.cc (print): 
1111         * lily/semi-tie-column.cc (calc_positioning_done): 
1112         * lily/rest-collision.cc (calc_positioning_done): 
1113         * lily/program-option.cc (get_help_string): 
1114         * lily/note-collision.cc (get_clash_groups):
1115         * lily/new-fingering-engraver.cc (position_scripts):
1116         * lily/keyword.cc (Keyword_table):
1117         * lily/hara-kiri-group-spanner.cc (request_suicide):
1118         * lily/grob-pq-engraver.cc (stop_translation_timestep):
1119         * lily/accidental-placement.cc (calc_positioning_done):
1120         (stagger_apes):
1121         * lily/beam.cc (get_beam_segments):
1122         * lily/grob-array.cc (remove_duplicates):
1123         use new vector_sort
1124         
1125         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ily:
1126         ragged-last-bottom = ##f (test the new page breaker)
1127
1128         * flower/include/std-vector.hh (vector_sort): use STL sort stuff
1129
1130         * scm/define-context-properties.scm
1131         (all-internal-translation-properties): remove properties that
1132         were used to communicate page-turn stuff to the paper-column
1133         engraver.
1134
1135         * lily/lily-guile.cc (robust_scm2string): new function
1136
1137         * lily/paper-column-engraver.cc: Clean up page turn stuff
1138
1139         * lily/page-turn-engraver.cc: Re-write the page turn logic here
1140         instead of cluttering up paper-column-engraver.cc
1141
1142 2006-09-17  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1143
1144         * scm/layout-page-dump.scm (scm): export utility function names,
1145         to allow user writing cutsom dumping functions.
1146
1147         * scm/layout-page-layout.scm: export utility function names to
1148         enable custom page breaking function writing. Tabify.
1149         (line-next-space): use ?-suffix only for predicates
1150         (page-maximum-space-to-fill): new function. Return the space
1151         between first and bottom system of a page, to give to
1152         space-systems.
1153         (space-systems): use a space-to-fill argument (for instance as
1154         computed by page-maximum-space-to-fill) instead of computing
1155         internaly this space with the page height. That way, the caller
1156         can adjust the space to use.
1157         (make-page-from-systems, walk-paths): compute space to fill before
1158         calling space-systems.
1159
1160 2006-09-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
1161
1162         * scm/script.scm (default-script-alist): set paddings for every
1163         type here, increase for portato mark.
1164
1165         * scm/lily.scm (define-scheme-options): typo: add s, so it is 
1166         -dinclude-eps-fonts
1167
1168 2006-09-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
1169
1170         * scm/define-grobs.scm (all-grob-descriptions): oops, typo:
1171         use spanner::set-spacing-rods
1172
1173         * lily/note-column.cc: reformat.
1174
1175         * lily/rest-collision.cc (calc_positioning_done): fix whole/half
1176         step positioning for note/rest combinations.
1177
1178         * input/regression/rest-note-collision.ly: new file.
1179
1180         * scm/define-grobs.scm (all-grob-descriptions): add
1181         springs-and-rods
1182
1183         * flower/include/std-vector.hh: switch off again.
1184
1185         * VERSION (PATCH_LEVEL): bump to 2.9.18
1186
1187         * flower/include/std-string.hh: idem.
1188
1189         * flower/include/std-vector.hh (_GLIBCXX_DEBUG): set if NDEBUG not set.
1190
1191 2006-09-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1192
1193         * ly/engraver-init.ly: Make FiguredBass accepted in GrandStaff and
1194         PianoStaff. 
1195
1196 2006-09-08  Joe Neeman  <joeneeman@gmail.com>
1197
1198         * Documentation/user/page.itely: update page breaking documentation
1199
1200 2006-09-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
1201
1202         * lily/note-collision.cc (calc_positioning_done): only access
1203         first head if available.
1204
1205         * lily/tuplet-engraver.cc: add tupletFullLengthNote to description.
1206
1207         * scm/framework-ps.scm (output-preview-framework): use new name.
1208
1209         * lily/program-option.cc (internal_set_option): use new names.
1210
1211         * Documentation/user/SConscript (lilypond_book_flags): update -d
1212         variable names.
1213
1214         * Documentation/user/lilypond-book.itely (Inserting LilyPond
1215         output into other programs): new variable names.
1216
1217         * scm/lily.scm (define-scheme-options): uniformize var names.
1218
1219         * lily/tuplet-engraver.cc (listen_tuplet_span): verify that
1220         tuplets_ is non-empty before popping.
1221
1222 2006-09-07  Joe Neeman  <joeneeman@gmail.com>
1223
1224         * lily/spanner.cc (find_broken_piece): 
1225         * lily/spacing-spanner.cc (get_columns): 
1226         * lily/source-file.cc (get_line): 
1227         * lily/simple-spacer.cc (get_column_description): 
1228         * lily/keyword.cc (lookup): 
1229         use the new binary search.
1230
1231         * flower/include/std-vector.hh: replace binary_search with
1232         a more STL-like version
1233
1234 2006-09-04  Michael Welsh Duggan  <md5i@cs.cmu.edu>
1235
1236         * lily/tie-performer.cc: remove unused last_event_ property.
1237         (class Tie_performer): add now_tied_heads_ property for
1238         partially-tied heads.
1239         (acknowledge_audio_element): when adding an Audio_note, put the
1240         note in now_tied_heads_ if the audio note is partially tied.
1241         (stop_translation_timestep): always include entries in
1242         now_tied_heads_ in heads_to_tie_.
1243
1244         * lily/drum-note-performer.cc (process_music): look for tie-events
1245         in the articulations; pass to Audio_note constructor.
1246
1247         * lily/note-performer.cc (process_music): look for tie-events in
1248         the articulations; pass to Audio_note constructor.
1249
1250         * lily/audio-item.cc (Audio_note): Initialize tie_event_ in
1251         constructor.
1252
1253         * lily/include/audio-item.hh (class Audio_note): add tie_event_.
1254         include initializer in constructor.
1255
1256 2006-09-02  Joe Neeman  <joeneeman@gmail.com>
1257
1258         * lily/simple-spacer.cc (get_line_forces): Ignore loose columns
1259         unless they are breakable. This fixes discrepancies between the forces
1260         calculated here and the forces calculated in get_line_configuration.
1261
1262         * lily/grob.cc (pure_relative_y_coordinate): fix some
1263         mis-estimation that was happening with piano staves.
1264
1265         * lily/constrained-breaking.cc (resize): don't choke if we get a
1266         measure that won't fit on a line.
1267         (combine_demerits): don't consider uniformity when ragged
1268
1269         * lily/page-spacing.cc (solve): why the f* were there two of these?
1270         (calc_subproblem): properly handle the case where a system is taller
1271         than the page.
1272
1273         * lily/system.cc (get_paper_system): ensure that all the permissions
1274         and penalties are passed to the paper systems.
1275
1276         * lily/page-breaking.cc (create_system_list): support system-count.
1277
1278         * scm/define-grobs.scm (pure-print-callbacks): add
1279         ly:script-interface::print
1280
1281         * lily/page-spacing.cc (min_page_count): fix calculation of min
1282         pages if we are ragged and there are non-zero springs.
1283
1284         * scm/layout-page-layout.scm: if the pure-height estimates are under
1285         the real height, allow space-systems to ignore padding if it is
1286         needed in order to fit the systems on one page
1287
1288         * lily/optimal-page-breaking.cc (try_page_spacing): fix reading
1289         ragged properties
1290         (solve): fix performance problem. Make sure we always get at least
1291         one solution
1292
1293         * lily/page-breaking.cc (make_pages): include write-page-breaks
1294         and page-stencil
1295
1296         * lily/paper-score.cc (calc_breaking): remove Gourlay breaker
1297
1298         * scm/define-grobs.scm: add the new slur-callback
1299         fix pure-relevant to not exclude grobs whose extent is already
1300         calculated
1301
1302         * ly/paper-defaults.ly: make ly:optimal-breaking the new default
1303         page breaker
1304
1305         * lily/slur.cc (pure_height): new callback to estimate the height
1306         of a slur
1307
1308 2006-09-02  Graham Percival  <gpermus@gmail.com>
1309
1310         * Documentation/user/invoking.itely: small update on
1311         MacOS X notes; thanks Trevor!
1312
1313 2006-09-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
1314
1315         * VERSION (MY_PATCH_LEVEL): release 2.9.17
1316
1317         * lily/lexer.ll: accept EOF in all states.
1318
1319         * lily/tempo-performer.cc (Tempo_performer): initialize last_tempo_.
1320
1321         * lily/source-file.cc (Source_file): always 0-terminate character
1322         array, to prevent Flex from barfing.
1323
1324         * lily/global-context.cc (get_output): robustness: don't crash if
1325         no Score context found.
1326
1327         * lily/include/book.hh (class Book): idem.
1328
1329         * lily/include/context-def.hh (struct Context_def): idem.
1330
1331         * lily/include/score.hh (class Score): don't derive from Input.
1332
1333         * lily/book.cc (Book): add a copy ctor. 
1334
1335         * buildscripts/output-distance.py (FileLink.calc_distance): count
1336         orphans in distance too.
1337
1338         * python/midi.c (midi_parse_track): robustness: don't read past
1339         end of string.
1340
1341         * ly/performer-init.ly: add Control_track_performer, move
1342         Tempo_performer and Time_signature_performer to Score.        
1343
1344         * lily/score-performer.cc (acknowledge_audio_elements): override
1345         from base class: add to audio-columns
1346
1347         * lily/control-track-performer.cc (add_text): new file: generate
1348         the control track.
1349
1350         * lily/performance.cc: move output_header_track to
1351         Control_track_performer ()
1352
1353         * lily/midi-walker.cc (Midi_walker): get channel in constructor.
1354
1355         * lily/include/midi-item.hh (class Midi_channel_item): insert
1356         class into hierarchy, for items that can have a channel setting. Dehungarify.
1357
1358         * lily/include/performer.hh (class Performer): remove
1359         play_element();  move functionality into announce/acknowledge.
1360
1361         * lily/audio-staff.cc (output): remove channel_ from Midi_track.
1362
1363         * lily/tie-engraver.cc (stop_translation_timestep): only wipe
1364         heads_to_tie_ if there are new heads to tie.  Fixes polyphony in ties.
1365
1366 2006-08-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
1367
1368         * lily/tie-engraver.cc (stop_translation_timestep): robustness for
1369         ambituses.
1370
1371         * lily/all-font-metrics.cc: remove TFM support.
1372
1373         * lily/include/tfm.hh: remove TFM support, TFM reader.
1374
1375         * lily/include/binary-source-file.hh: remove Binary_source_file.
1376
1377 2006-08-27  Graham Percival  <gpermus@gmail.com>
1378
1379         * Documentation/topdocs/NEWS.itely: add @c marker for
1380         stuff I've processed.
1381
1382         * Documentation/user/ various: info from NEWS.
1383
1384 2006-08-27  Joe Neeman  <joeneeman@gmail.com>
1385
1386         * lily/paper-column-engraver.cc (finalize): Oops, this change
1387         should have gone in on 2006-08-23
1388
1389 2006-08-26  Mats Bengtsson  <mabe@s3.kth.se>
1390
1391         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use double
1392         quotes to quote arguments. Fixes Windows problem.
1393
1394         * python/lilylib.py (progress): idem
1395
1396 2006-08-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
1397
1398         * scripts/musicxml2ly.py: fix for importing
1399         minor key signatures from MusicXML.  (Phillip Kirlin)
1400
1401 2006-08-24  Phillip Kirlin  <pkirlin@acm.org>
1402
1403         * python/musicxml.py: 
1404         (Attributes.get_key_signature): now correctly retrieves mode from 
1405         MusicXML. 
1406
1407 2006-08-25  Han-Wen Nienhuys  <hanwen@lilypond.org>
1408
1409         * lily/parser.yy (output_def_body): take ownership of identifier
1410         back to C++.
1411
1412         * Documentation/user/advanced-notation.itely (Metronome marks):
1413         update use of \tempo in \midi.
1414
1415         * VERSION: release 2.9.16
1416         
1417 2006-08-24  Erik Sandberg  <mandolaerik@gmail.com>
1418
1419         * input/mutopia/*: upgrade to new midi tempo syntax (repairs make
1420         web partially)
1421
1422 2006-08-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
1423
1424         * input/regression/tie-chord-partial.ly: clarify example.
1425
1426         * scm/define-music-properties.scm (all-music-properties): remove
1427         untied.
1428
1429         * ly/music-functions-init.ly: remove \untied.
1430
1431         * lily/tie-engraver.cc (struct Head_event_tuple): store both
1432         stream events and music events.
1433         (stop_translation_timestep): search acknowledged heads for
1434         tie-event.
1435
1436         * input/regression/tie-chord-partial.ly: new file.
1437
1438         * scm/define-markup-commands.scm (char): use ly:wide-char->utf-8
1439         for \char markup command.
1440
1441         * scm/define-event-classes.scm (unlistened-music-event-classes): idem.
1442
1443         * scm/define-music-types.scm (music-descriptions): consistency:
1444         Use solo-{one,two}-event iso. solo-[12]-event.
1445
1446         * lily/part-combine-engraver.cc (process_music):
1447         Use solo-{one,two}-event iso. solo-[12]-event.
1448
1449         * ly/declarations-init.ly (partCombineListener): add Timing as
1450         alias
1451
1452         * flower/std-string.cc (string_copy): use copy ()
1453
1454         * lily/source-file.cc (Source_file): use copy(). Remove contents_str0()
1455
1456 2006-08-24  Graham Percival  <gpermus@gmail.com>
1457
1458         * Documentation/user/changing-defaults.itely, global.itely,
1459         lilypond-book.itely, page.itely: minor changes from mailist.
1460
1461 2006-08-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
1462
1463         * buildscripts/mutopia-index.py (allfiles): filter lily-XXX and
1464         snippet-map
1465
1466         * scm/define-context-properties.scm
1467         (translator-property-description): robustness: detect type errors
1468         in property definitions.
1469
1470         * lily/parser.yy (score_body): protect SCORE_IDENTIFIER result
1471         after getting it from SCM. 
1472
1473         * lily/smobs.cc (protect_smob): switch off fancy smob protection
1474         for now. 
1475
1476         * lily/include/performer.hh (class Performer): strip get_tempo()
1477         method.
1478
1479         * lily/midi-def.cc: strip file.
1480
1481         * lily/lexer.ll (Lily_lexer): don't protect hash key separately.
1482
1483         * lily/include/context-def.hh (struct Context_def): use
1484         VIRTUAL_COPY_CONSTRUCTOR().
1485
1486         * lily/source-file.cc: smobification.
1487
1488         * lily/include/source-file.hh (class Source_file): smobify
1489         Source_file. Trim redundant members.
1490
1491         * lily/parser.yy (Lily_lexer::try_special_identifiers): unprotect
1492         clones after creation. This plugs a huge memory leak.
1493
1494         * python/convertrules.py (FatalConversionError.sub_tempo):
1495         complete rule for \midi{ \tempo }
1496
1497         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): idem.
1498
1499         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): update tempo.
1500
1501 2006-08-23  Joe Neeman  <joeneeman@gmail.com>
1502
1503         * input/regression/optimal-page-breaking-hstretch.ly: test for
1504         ragged-last-bottom also
1505
1506         * lily/paper-column-engraver.cc (finalize): make the end of a score
1507         breakable by default. This is to balance out a change in behaviour
1508         of the page-turn-breaker which no longer makes the end of a score
1509         breakable.
1510
1511         * lily/paper-book.cc (pages): set the systems_ once the pages are
1512         broken
1513
1514         * lily/page-turn-page-breaking.cc (calc_subproblem): use the new
1515         Page_breaking interface.
1516
1517         * lily/page-breaking.cc (class Page_breaking): make the interface
1518         more consistent and provide abstractions for dealing with
1519         Line_divisions.
1520
1521         * lily/optimal-page-breaking.cc (solve): use a more straightforward
1522         algorithm. Use the new interface to Page_breaking.
1523
1524         * lily/page-spacing.cc: better support for ragged-bottom and
1525         ragged-last-bottom
1526
1527 2006-08-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
1528
1529         * python/convertrules.py (conv): warning on \tempo{}
1530
1531         * ly/performer-init.ly: set tempoWholesPerMinute.
1532
1533         * ly/midi-init.ly: remove \midi
1534
1535         * lily/tempo-performer.cc: look at tempoWholesPerMinute to set
1536         MIDI tempo.
1537
1538         * lily/metronome-engraver.cc (process_music): use tempoUnitCount
1539         tempoUnitDuration for determining what to print.
1540
1541         * lily/lyric-extender.cc: typo.
1542
1543         * lily/parser.yy (output_def_body): disallow \tempo in \midi{}
1544
1545         * lily/duration-scheme.cc (LY_DEFINE): ly:duration-length: new
1546         function.
1547
1548         * scm/lily.scm (define-scheme-options): alphabetize, add eps-pad-boxes.
1549
1550         * scm/framework-ps.scm (dump-stencil-as-EPS): only pad boxes if
1551         eps-pad-boxes is set.
1552
1553         * scripts/lilypond-book.py (main): use -deps-pad-boxes.
1554
1555         * THANKS: update sponsors.
1556
1557         * ly/english.ly: quarter tone naming (thanks, Trevor Baca)
1558
1559         * Documentation/topdocs/NEWS.tely (Top): doc new feature.
1560
1561         * input/regression/tie-chord-untied.ly: new file.
1562
1563         * lily/tie-engraver.cc (acknowledge_note_head): check 'untied property.
1564
1565         * scm/define-music-properties.scm (all-music-properties): add
1566         'untied property.
1567
1568         * buildscripts/mutopia-index.py (allfiles): look for .ly rather
1569         than .ly.txt.
1570         (headertext_nopics): sanitize no-examples text.
1571
1572         * scm/page.scm (make-page-stencil): don't rely on extents of
1573         page-stencil. This fixes spurious space around .EPS files produced
1574         with the EPS backend.
1575
1576 2006-08-21  Han-Wen Nienhuys  <hanwen@lilypond.org>
1577
1578         * lily/stencil-scheme.cc (LY_DEFINE): make extent arguments optional.
1579
1580         * lily/hara-kiri-engraver.cc (process_music): remember
1581         keepAliveInterfaces after processing \set
1582
1583         * lily/lyric-extender.cc (print): support left/right-padding for
1584         extenders.
1585
1586         * scm/documentation-generate.scm (string-append): revert lilypond/
1587         path, doc why.
1588
1589 2006-08-20  Graham Percival  <gpermus@gmail.com>
1590
1591         * Documentation/user/lilypond.tely: clarification to
1592         license presentation (not to actual license).
1593
1594         * Documentation/user/basic-notation.itely,
1595         instrument-notation.itely: minor changes.
1596
1597         * input/ {regression, test}/+.ly: clarification to
1598         text (you can click on examples).  Thanks, Mats!
1599
1600         * input/manual/bar-lines.ly: adds ||: repeats.
1601
1602 2006-08-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
1603
1604         * make/ly-vars.make (OMF_FILES): strip ps.gz from OMF_FILES 
1605
1606         * scm/documentation-lib.scm (texi-file-head): category LilyPond.
1607
1608         * Documentation/user/lilypond.tely: strip lilypond/ from info
1609         links, rename to category LilyPond
1610
1611         * lily/pango-font.cc (description_string): new function.
1612
1613         * VERSION: release 2.9.15
1614
1615         * lily/spacing-engraver.cc (stop_translation_timestep): use
1616         Dscho's fix for spacing spanner. 
1617
1618         * scm/define-music-types.scm (music-descriptions): use
1619         apply-output-event for ApplyOutputEvent
1620
1621         * lily/output-property-engraver.cc (listen_apply_output): rename
1622         from listen_layout_instruction.
1623
1624         * lily/piano-pedal-engraver.cc (struct Pedal_type_info): new
1625         function protect()
1626
1627 2006-08-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
1628
1629         * scm/lily.scm (lilypond-all): option read-file-list: substitute
1630         commandline args with contains, split by \n.
1631
1632         * scripts/lilypond-book.py (Lilypond_file_snippet.my_system):
1633         write snippet-names file, call with -dread-file-list. Fixes
1634         command limitations on 64-bit systems.
1635
1636         * input/regression/stencil-color-rotation.ly: new file.
1637
1638         * lily/include/translator.hh (struct Acknowledge_information):
1639         revert: don't use Protected_scm in global objects, as GUILE can't
1640         handle gc_unprotect from automated destructors on MacOS X.
1641  
1642         * lily/grob.cc (get_print_stencil): use retval.expr() as base for
1643         color, not the original stencil. Fixes combinations of
1644         color/transparency/rotation. 
1645
1646         * scripts/lilypond-book.py (main): add --formats=eps for
1647         texinfo/latex.
1648
1649         * lily/spacing-engraver.cc (stop_translation_timestep): don't
1650         crash if spacing_ is nonexistent.
1651
1652 2006-08-14  Mats Bengtsson  <mabe@s3.kth.se>
1653
1654         * scripts/lilypond-book.py (output): Remove obsolete(!?)
1655         \catcode`\@=12 in the LaTeX output.
1656
1657 2006-08-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
1658
1659         * scm/define-music-types.scm (music-descriptions):
1660         use sustain-event iso. sustain-pedal-event.
1661
1662 2006-08-11  Joe Neeman  <joeneeman@gmail.com>
1663
1664         * scripts/convert-ly.py: honour the -n command-line switch
1665
1666 2006-08-10  Han-Wen Nienhuys  <hanwen@lilypond.org>
1667
1668         * scm/output-lib.scm (bar-line::calc-glyph-name): add dashed liine
1669         break specification.
1670
1671 2006-08-10  Joe Neeman  <joeneeman@gmail.com>
1672
1673         * Documentation/user: convert-ly the user manual
1674
1675 2006-08-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
1676
1677         * stepmake/aclocal.m4: version check patch (thanks MWD)
1678
1679         * ly/music-functions-init.ly: robustness. Don't crash if
1680         currentBarNumber is not a number.
1681
1682         * VERSION (PATCH_LEVEL): bump.
1683
1684 2006-08-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
1685
1686         * stepmake/aclocal.m4: better version check; handle fooX.Y
1687         binaries too.
1688
1689         * ly/performer-init.ly: instrument name fixup.
1690
1691         * input/manual/chord-names-jazz.ly (banterProperties):
1692         instrumentName update
1693
1694         * scm/define-event-classes.scm (lambda): use ly:is-listened-event-class
1695
1696         * lily/ly-module.cc (ly_module_symbols): use ly_hash_table_keys
1697
1698         * lily/translator.cc (LY_DEFINE): ly:is-listened-event-class: new
1699         function. Use hash tables to check membership.
1700
1701         * lily/general-scheme.cc (LY_DEFINE): new function.
1702
1703         * lily/piano-pedal-engraver.cc (struct Pedal_type_info): idem
1704
1705         * lily/include/translator.hh (struct Acknowledge_information): add
1706         Protected_scm
1707
1708         * ly/music-functions-init.ly: change name to BreathingEvent
1709
1710         * input/regression/*.ly: apply it.
1711
1712         * python/convertrules.py (conv): better instrumentName conversion
1713         rule.
1714
1715         * scm/define-music-types.scm (music-descriptions): add
1716         line-break-event to LineBreakEvent music
1717
1718         * lily/music.cc (to_event): don't crash if music type not set.
1719
1720         * lily/spacing-loose-columns.cc (set_loose_columns): don't barf if
1721         spacing not set.
1722
1723         * lily/spacing-engraver.cc (stop_translation_timestep): set
1724         spacing for proportional notation too.
1725
1726         * scm/translation-functions.scm (format-bass-figure): inspect
1727         stream-event.
1728
1729         * scripts/lilypond-book.py (bindir): add bindir to $PATH.
1730
1731 2006-08-08  Joe Neeman  <joeneeman@gmail.com>
1732
1733         * lily/include/constrained-breaking.hh: add Line_details (Prob*)
1734
1735         * scm/page.scm (make-page): make it friendlier to call (esp. from C++)
1736
1737         * scm/layout-page-layout.scm (make-page-from-systems): new function
1738         (optimal-page-breaks): use the new page-breaking calling convention
1739
1740         * scm/define-context-properties.scm (all-user-translation-properties):
1741         add revokePageTurns
1742
1743         * lily/paper-column-engraver.cc (stop_translation_timestep): add
1744         revokePageTurns  functionality. If there is a special barline within
1745         the breakable region, break there instead of at the end of the region.
1746
1747         * lily/paper-book.cc (pages): use the new page-breaking calling
1748         convention
1749
1750 2006-08-07  Erik Sandberg  <mandolaerik@gmail.com>
1751
1752         * lily/lexer.ll, lily/source-file.cc: Add \sourcefileline command
1753
1754         * scripts/lilypond-book.py: insert \sourcefileline command in
1755         output, so lilypond error messages refer to the spot in the
1756         original .lytex / .itely sourcefile.
1757
1758 2006-08-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
1759
1760         * lily/spacing-loose-columns.cc (set_loose_columns): oops: use
1761         space to next column for distance to fixed col.
1762
1763         * VERSION (PACKAGE_NAME): release 2.9.14
1764
1765         * lily/pitched-trill-engraver.cc (make_trill): do set_parent also
1766         if no accidental.
1767
1768         * lily/accidental-engraver.cc (process_acknowledged): don't create
1769         accidental for trill span event. This fixes spurious accidentals
1770         on trills.
1771
1772 2006-08-04  Mats Bengtsson  <mabe@s3.kth.se>
1773
1774         * scm/define-grob-properties.scm (all-user-grob-properties):
1775         Clarify documentation of side-axis and direction. Thanks to Paul
1776         for the inspiration.
1777
1778         * lily/bar-line.cc: Add documentation for "||:" also in the
1779         interface documentation.
1780
1781 2006-08-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
1782
1783         * lily/spacing-loose-columns.cc (set_loose_columns): bugfix.
1784
1785         * lily/paper-column.cc (set_system): new function.
1786
1787         * lily/spacing-engraver.cc (stop_translation_timestep): store
1788         SpacingSpanner refs in Paper_column.
1789
1790         * lily/spacing-loose-columns.cc (set_loose_columns): rewrite
1791         compute loose clique spacing using GraceSpacing/SpacingSpanner.
1792
1793 2006-08-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
1794
1795         * lily/beam-engraver.cc (listen_beam): add method for
1796         Grace_beam_engraver too.
1797
1798 2006-08-03  Mats Bengtsson  <mabe@s3.kth.se>
1799
1800         * python/convertrules.py: Fix indentation bug that broke
1801         conversion of files older than 1.3.117.
1802         Fix escape error in the description for 2.9.6.
1803
1804 2006-08-02  Erik Sandberg  <mandolaerik@gmail.com>
1805
1806         * lily/*-engraver.cc: convert all try_music functions to listen_*
1807         functions.
1808
1809         * lily/piano-pedal-engraver.cc: some additional cleanups: use
1810         enums to represent pedal types, and calculate more data statically.
1811
1812         * scm/part-combiner.scm (recording-group-emulate): create a
1813         softcoded substitute for recording-group-engraver.cc.
1814
1815         * lily/music.cc: make a common transpose function for events and
1816         music
1817
1818         * ly/declarations-init.ly: change melisma/melismaEnd. Eliminates
1819         ManualMelismaEvent, and obsoletes Melisma_translator.
1820
1821 2006-08-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
1822
1823         * input/test/instrument-name-align.ly: update version.
1824
1825 2006-08-02  Mats Bengtsson  <mabe@s3.kth.se>
1826
1827         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
1828         Doc the --pdf flag to lilypond-book.
1829
1830 2006-07-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
1831
1832         * Documentation/topdocs/NEWS.tely (Top): add description.
1833
1834         * input/regression/tuplet-full-length-note.ly: add file.
1835
1836         * lily/instrument-name-engraver.cc (acknowledge_axis_group):
1837         always store axis group.
1838
1839 2006-07-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
1840
1841         * input/regression/instrument-switch.ly: new file.
1842
1843         * lily/instrument-switch-engraver.cc (process_music): new file.
1844
1845         * ly/engraver-init.ly: add Instrument_switch_engraver
1846
1847         * ly/music-functions-init.ly: \instrumentSwitch
1848
1849         * scm/define-context-properties.scm
1850         (all-user-translation-properties): add instrumentCueName
1851
1852         * scm/define-grobs.scm (all-grob-descriptions): add InstrumentSwitch
1853
1854 2006-07-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
1855
1856         * ly/music-functions-init.ly: music function \transposition.
1857
1858         * lily/parser.yy (command_element): softcode \transposition.
1859
1860         * lily/fall-engraver.cc (process_music): delta-pitch -> delta-step.
1861         (process_music): oops.
1862
1863         * lily/instrument-name-engraver.cc (start_spanner): new
1864         function. Create spanner when property changes.
1865         (stop_spanner): new function.
1866
1867         * python/convertrules.py (conv): add rule.
1868
1869         * lily/instrument-name-engraver.cc: shortVocalName iso. vocNam,
1870         shortInstrumentName iso. instr.
1871
1872         * scm/output-ps.scm (dashed-line): add phase argument to
1873         dashed-line.
1874
1875         * lily/bar-line.cc (dashed_bar_line): new function.
1876         (compound_barline): support \bar "dashed". 
1877
1878         * lily/lily-parser-scheme.cc (LY_DEFINE): only write
1879         --output=DIR to DIR/BASE if it is a dir. 
1880
1881         * flower/file-name.cc (file_part): new function
1882         (dir_part): new function
1883
1884         * lily/lily-parser-scheme.cc (LY_DEFINE): 
1885
1886         * DEDICATION: update
1887
1888 2006-07-25  Han-Wen Nienhuys  <hanwen@lilypond.org>
1889
1890         * lily/instrument-name-engraver.cc: formatting.
1891
1892         * python/convertrules.py (conv): bugfix for \epsfile.
1893
1894 2006-07-25  Joe Neeman  <joeneeman@gmail.com>
1895
1896         * lily/grob.cc:
1897         
1898         * lily/gourlay-breaking.cc: Oops, these should have been included
1899         in my last commit
1900
1901 2006-07-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
1902
1903         * scripts/*.py (program_name): cleanup relocation snippets.
1904
1905         * scripts/convert-ly.py (datadir): remove LILYPONDPREFIX support.
1906
1907 2006-07-24  Joe Neeman  <joeneeman@gmail.com>
1908
1909         * scm/define-grobs.scm (all-grob-descriptions): make NonMusicalPaperColumn
1910         page-breakable by default
1911
1912         * scm/layout-page-layout.scm (space-systems): fix bug where the force isn't
1913         correctly calculated for a single-system page
1914
1915         * scm/lily-library.scm (interval-sane?): also check that the first number is no
1916         bigger than the second number
1917
1918         * lily/simple-spacer.cc (solve): allow compression even when ragged (but we
1919         acknowledge that we aren't satisfying constraints)
1920
1921         * lily/hara-kiri-group-spanner.cc (request_suicide): give equal treatment to
1922         non-Items
1923
1924         * lily/grob.cc (pure_height): add minimum-Y-extent
1925
1926         * lily/gourlay-breaking.cc (solve): don't ignore a compression force, even if we're
1927         ragged
1928
1929         * lily/constrained-breaking.cc: convert code to use new Matrix class
1930         (get_best_solution): new function
1931
1932         * scm/page.scm (make-page-stencil): don't crash if we annotate-layout when there
1933         is a page with no systems
1934
1935 2006-07-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
1936
1937         * VERSION (PACKAGE_NAME): release 2.9.13
1938
1939         * scm/define-grobs.scm (all-grob-descriptions): remove stray
1940         assignment.
1941
1942 2006-07-21  Han-Wen Nienhuys  <hanwen@lilypond.org>
1943
1944         * Documentation/topdocs/NEWS.tely (Top): doc new features.
1945
1946         * scm/output-lib.scm (grace-spacing::calc-shortest-duration): new
1947         function.
1948
1949         * scm/define-grob-properties.scm (all-user-grob-properties):
1950         remove grace-space-factor.
1951
1952         * scm/define-grob-interfaces.scm (grace-spacing-interface): add
1953         grace-spacing-interface
1954         (spacing-options-interface): add.
1955
1956         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add Grace_spacing_engraver
1957
1958         * lily/spacing-options.cc (get_duration_space): move function from spacing-basic.cc
1959
1960         * lily/spacing-basic.cc (note_spacing): do init_from_grob on
1961         GraceSpacing object.
1962
1963         * lily/note-spacing.cc: fix prop list formatting
1964
1965         * lily/beaming-pattern.cc (de_grace): new function. Sensible
1966         beaming for grace notes too.
1967
1968         * input/regression/spacing-grace.ly: update.
1969
1970         * lily/grace-spacing-engraver.cc: new file.
1971
1972         * lily/spacing-spanner.cc: add strict-grace-spacing.
1973
1974 2006-07-20  Graham Percival  <gpermus@gmail.com>
1975
1976         * lily/parser.yy: compile fix.
1977
1978 2006-07-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
1979
1980         * scm/define-grobs.scm (all-grob-descriptions): typo.
1981
1982         * scm/framework-eps.scm (dump-stencils-as-EPSes): just strip
1983         .eps extension from includegraphics.
1984
1985         * scripts/lilypond-book.py (main): add support for --pdf. 
1986
1987         * lily/spacing-spanner.cc (calc_common_shortest_duration): use
1988         callback to compute common shortest duration.
1989         (set_springs): typo.
1990
1991         * scm/define-grob-properties.scm (all-user-grob-properties): add
1992         strict-grace-spacing.
1993
1994         * lily/spacing-determine-loose-columns.cc (is_loose_column):
1995         support float_grace_columns_.
1996
1997         * lily/spacing-options.cc (init_from_grob): new file.
1998
1999         * Documentation/topdocs/NEWS.tely (Top): doc tupletFullLengthNote.
2000
2001         * input/regression/spacing-loose-grace.ly: new file.
2002
2003         * Documentation/topdocs/NEWS.tely (Top): document new feature.
2004
2005         * lily/tuplet-engraver.cc (struct Tuplet_description): read
2006         tupletFullLengthNote too. Choose right bound depending on value.
2007
2008         * input/regression/tuplet-full-length-note.ly: new file.
2009
2010 2006-07-19  Erik Sandberg  <mandolaerik@gmail.com>
2011
2012         * lily/*-performer.cc: Converted try_music to listen_*
2013
2014         * lily/grob-info.cc, lily/engraver.cc: represent the cause of grob
2015         as a stream-event internally. Introduce event_cause (), deprecate
2016         music_cause ().
2017
2018         * scm/define-music-types.scm: Removed BusyPlayingEvent
2019         
2020 2006-07-19  Mats Bengtsson  <mabe@s3.kth.se>
2021
2022         * Documentation/user/advanced-notation.itely (Font selection):
2023         Document how to get a list of available fonts using 'lilypond
2024         -dshow-available-fonts blabla'.
2025
2026 2006-07-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
2027
2028         * GNUmakefile.in: filter lily-XXX.pdf files.
2029
2030         * scm/define-grob-interfaces.scm (bend-after-interface): add thickness.
2031
2032         * scm/define-grob-properties.scm (all-internal-grob-properties):
2033         remove delta-pitch. Use delta-position everywhere.
2034
2035         * scm/output-lib.scm (fall::print): use new order.
2036
2037         * scm/output-ps.scm (path): reorder arguments.
2038
2039         * scm/output-svg.scm (path): support for path primitive.
2040
2041         * input/regression/bend-after.ly: new file.
2042
2043         * Documentation/user/GNUmakefile ($(outdir)/%.pdf): foolproof
2044         recipe for eps -> pdf conversion.
2045
2046 2006-07-19  Erik Sandberg  <mandolaerik@gmail.com>
2047
2048         * lily/parser.yy, lily/lexer.ll: added some simplifications by
2049         Angelo Contardi.
2050
2051 2006-07-19  Graham Percival  <gpermus@gmail.com>
2052
2053         * input/manual/screech-boink.ly: moved to here.
2054
2055         * input/screech-boink.ly: deleted.
2056
2057         * scm/define-grob-properties.scm: clarify doc string.
2058
2059 2006-07-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
2060
2061         * Documentation/topdocs/NEWS.tely (Top): doc new feature.
2062
2063         * scm/output-ps.scm (path): define path.
2064
2065         * scm/define-stencil-commands.scm
2066         (ly:register-stencil-expression): add path.
2067
2068         * scm/define-music-properties.scm (all-music-properties): add delta-pitch.
2069
2070         * ly/engraver-init.ly: add Fall_engraver
2071
2072         * lily/parser.yy (music_function_event): allow musicfunction
2073         without music arg as music_function_event.
2074
2075         * lily/grob-scheme.cc (LY_DEFINE):
2076         ly:grob-robust-relative-extent. New function.
2077
2078         * scm/define-grobs.scm (all-grob-descriptions): add BendAfter
2079
2080         * scm/define-music-types.scm (music-descriptions): add BendAfterEvent.
2081
2082         * scm/output-lib.scm (fall::print): new function
2083
2084         * lily/fall-engraver.cc (stop_fall): new file.
2085
2086         * ly/music-functions-init.ly: alphabetise.
2087
2088         * Documentation/user/GNUmakefile (OUT_PNG_IMAGES): pdf iso. eps as
2089         base.
2090
2091 2006-07-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
2092
2093         * VERSION (PATCH_LEVEL): bump version. Release 2.9.12
2094
2095         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
2096         doc pdftex usage.
2097
2098         * lily/translator-group.cc (connect_to_context): non const error message.
2099
2100         * Documentation/user/GNUmakefile ($(outdir)/%.pdf): update to use PDF
2101
2102         * scm/paper.scm (internal-set-paper-size): define landscape to #f
2103         if unset.
2104
2105         * scm/framework-ps.scm (convert-to-pdf): swap h and w in case of landscape. 
2106
2107         * stepmake/stepmake/texinfo-rules.make: strip DVI support.
2108
2109         * scm/framework-eps.scm (dump-stencils-as-EPSes): generate
2110         systems.pdftex too.
2111
2112         * scm/backend-library.scm (postscript->pdf): use -dEPSCrop for PDF.
2113
2114         * make/lilypond-vars.make (TEXINPUTS): add pdf output format.
2115
2116         * Documentation/topdocs/NEWS.tely (Top): add pdftex note.
2117
2118         * scm/output-ps.scm (resetrotation): use gsave/grestore for rotation.
2119
2120         * lily/main.cc (parse_argv): don't overwrite previous --formats string.
2121
2122         * scm/backend-library.scm (postscript->pdf): strip .eps too. 
2123
2124 2006-07-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2125
2126         * scm/layout-page-layout.scm: Define module, tidy code, use more
2127         functions iso. a single big one.
2128
2129         * scm/layout-page-dump.scm: move page dump functions used in two
2130         pass spacing to this file. Define module.
2131
2132         * scm/lily.scm (ly:load): don't load layout-page-layout.scm
2133          (separate module)
2134
2135         * ly/paper-defaults.ly: use module layout-page-layout.
2136
2137 2006-07-14  Erik Sandberg  <mandolaerik@gmail.com>
2138
2139         * lily/music.cc: Revised MusicEvent event class. It now contains
2140         event data directly instead of encapsulating it in music. The
2141         previously used class is renamed to OldMusicEvent.
2142
2143         * lily/stream-event.cc: Stream events are now probs.
2144         
2145         * lily/translator-group.cc, lily/translator.cc: Translators can
2146         now listen directly to stream events, by using macros
2147         [DECLARE,IMPLEMENT]_TRANSLATOR_LISTENER.
2148
2149         * lily/arpeggio-engraver.cc: Converted to use new event system
2150
2151         * THANKS: Corrected spelling mistake.
2152
2153 2006-07-12  Graham Percival  <gpermus@gmail.com>
2154
2155         * Documentation/user/SConscript, make/lilypond-vars.make,
2156         input/GNUmakefile: doc build looks in input/manual instead
2157         of input/test/
2158
2159         * input/manual/ GNUmakefile, SConscript: build files for
2160         input/manual/
2161
2162         * input/test/ various: some files moved to input/manual/ 
2163
2164         * Documentation/user/basic-notation.itely: small updates;
2165         thanks Kieren and Charles!
2166
2167 2006-07-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
2168
2169         * VERSION (PACKAGE_NAME): release 2.9.11
2170
2171         * Documentation/topdocs/NEWS.tely (Top): update prop value 
2172
2173         * Documentation/user/basic-notation.itely (Tuplets): new property
2174         value.
2175
2176 2006-07-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
2177
2178         * python/convertrules.py (conv): tweaks. 
2179
2180         * VERSION (PATCH_LEVEL): bump version.
2181
2182         * python/convertrules.py (conv): add rule for
2183         tupletNumberFormatFunction.
2184
2185         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
2186         tupletNumberFormatFunction.
2187
2188         * scm/define-grobs.scm (all-grob-descriptions): calc TupletNumber
2189         text through 'text callback.
2190
2191         * lily/time-scaled-music-iterator.cc (construct_children): copy
2192         tweaks generated events.
2193
2194         * scm/define-context-properties.scm
2195         (all-user-translation-properties): remove tupletNumberFormatFunction
2196
2197         * lily/tuplet-engraver.cc (process_music): don't read
2198         tupletNumberFormatFunction
2199
2200         * scm/output-lib.scm (tuplet-number::calc-fraction-text): new
2201         function.
2202
2203 2006-07-11  Erik Sandberg  <mandolaerik@gmail.com>
2204
2205         * lily/global-context-scheme.cc: Separated ly:run-translator into
2206         smaller pieces.
2207
2208         * lily/score-engraver.cc, lily/score-performer.cc,
2209         scm/define-context-properties.scm: Make paper/midi output
2210         accessable as a context property.
2211
2212         * lily/score-translator.cc, lily/score-context.cc: Removed.
2213
2214 2006-07-07  Guido Amoruso  <guidonte@katamail.com>
2215
2216         * scm/ps-to-png.scm (Module): 
2217         * scm/framework-tex.scm (Module): 
2218         * scm/framework-ps.scm (Module): 
2219         * scm/backend-library.scm (Module): 
2220         * scm/framework-ps.scm: invoke gs with "-dDEVICEWIDTHPOINTS" and
2221         "dDEVICEHEIGHTPOINTS".
2222
2223 2006-07-04  Graham Percival  <gpermus@gmail.com>
2224
2225         * Documentation/user/ various: general improvements to
2226         "working with lilypond files" section.
2227
2228 2006-07-03  Erik Sandberg  <mandolaerik@gmail.com>
2229
2230         * lily/sequential-iterator.cc: Change the default get_music_list
2231         to read elements-callback music property
2232
2233         * scm/define-music-types.scm, scm/music-functions.scm: Cleaner
2234         processing of multimeasure rests. Softcoded
2235         sequential-music-iterator.
2236
2237         * lily/sequential-music-iterator.cc: Removed.
2238
2239 2006-06-28  Graham Percival  <gpermus@gmail.com>
2240
2241         * Documentation/user/basic-notation.itely: clarify \repeatTie.
2242
2243 2006-06-27  Erik Sandberg  <mandolaerik@gmail.com>
2244
2245         * lily/parser.yy: Wrap non-post-events in EventChords before
2246         assigning them to identifiers.
2247
2248 2006-06-27  Mats Bengtsson  <mabe@s3.kth.se>
2249
2250         * lily/bar-line.cc (compound_barline): Fix parenthesis error,
2251         gives correct vertical placement of \bar ":" in all staff
2252         sizes. Thanks Martial!
2253
2254 2006-06-26  Graham Percival  <gpermus@gmail.com>
2255
2256         * Documentation/user/invoking.itely : minor update from mailist.
2257
2258 2006-06-26  Erik Sandberg  <mandolaerik@gmail.com>
2259
2260         * lily/ various: Introduce stream events of types Prepare,
2261         OneTimeStep, CreateContext, AnnounceNewContext, RemoveContext,
2262         ChangeContext, SetProperty, RevertProperty, Override and Revert.
2263
2264         * lily/global-context*.cc: Time is now -inf before iteration
2265         starts.
2266
2267         * lily/include/context.hh: Removed unique_, init_
2268
2269         * Documentation/topdocs/NEWS: Make the feathered beam example
2270         avoid triggering a bug.
2271
2272 2006-06-24  Graham Percival  <gpermus@gmail.com>
2273
2274         * Documentation/user/ various: small additions from mailist.
2275
2276 2006-06-22  Mats Bengtsson  <mabe@s3.kth.se>
2277
2278         * ly/performer-init.ly: Add some missing links in the context
2279         hierarchy for MIDI output. There are probably some more missing!
2280
2281 2006-06-21  Graham Percival  <gpermus@gmail.com>
2282
2283         * Documentation/user/ various: minor spelling fixes;
2284         thanks Dave Luttinen!
2285
2286         * Documentation/user/ various: small clarifications;
2287         thanks Anthony Youngman!
2288
2289 2006-06-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
2290
2291         * po/fr.po: add \n appropriately.
2292
2293         * lily/lexer.ll: remove ? from version-seen?  
2294
2295 2006-06-19  John Mandereau  <john.mandereau@free.fr>
2296
2297         * po/fr.po; update translation, by Jean-Charles Malahieude and
2298         John Mandereau.
2299
2300 2006-06-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
2301
2302         * THANKS: add Markus Schneider.
2303
2304         * lily/tab-staff-symbol-engraver.cc: derive from Engraver, not
2305         Staff_symbol_engraver
2306
2307         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): don't
2308         replace staff_engraver
2309
2310         * lily/staff-symbol-engraver.cc (stop_spanner): announce end of
2311         spanner.
2312
2313         * lily/staff-collecting-engraver.cc
2314         (acknowledge_end_staff_symbol): new function
2315
2316         * lily/volta-engraver.cc (acknowledge_end_staff_symbol): new function. 
2317
2318         * lily/staff-collecting-engraver.cc
2319         (acknowledge_end_staff_symbol): new function.
2320
2321         * lily/main.cc: switch on relocation by default.
2322
2323 2006-06-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
2324
2325         * lily/spacing-spanner.cc (musical_column_spacing): set
2326         compound_fixed_note_space to 0.0. Document why.
2327
2328         * lily/simple-spacer.cc (is_sane): also have a kludge for numeric
2329         range of inverse_hooke_
2330         (Simple_spacer): init completely.
2331         (fits): const
2332         (get_line_configuration): don't use cols.resize(); it introduces
2333         initialized data.
2334
2335         * scm/framework-ps.scm (dump-page): add setstrokeadjust. 
2336
2337         * ps/music-drawing-routines.ps: remove selectfont L1 hack.
2338
2339         * lily/beaming-pattern.cc (best_splitpoint_index): urg, 2nd
2340         try. Divide by beatlength.
2341
2342         * input/regression/beaming-ternary-metrum.ly: update doc.
2343         add beatLength hack.
2344
2345         * scm/music-functions.scm (make-time-signature-set): add
2346         standard-beat-grouping. 
2347
2348 2006-06-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
2349
2350         * input/regression/tie-whole.ly: new file.
2351
2352         * lily/tie-formatting-problem.cc (set_column_chord_outline): don't
2353         cross center of note head in case of invisible stem. 
2354
2355 2006-06-16  Graham Percival  <gpermus@gmail.com>
2356
2357         * Documentation/user/ various: small fixes from mailist.
2358
2359 2006-06-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
2360
2361         * lily/breathing-sign.cc (offset_callback): idem.
2362
2363         * lily/align-interface.cc (align_to_fixed_distance): remove
2364         hungarian suffix.
2365
2366         * lily/beaming-pattern.cc (count_factor_twos): oops. We want
2367         x%2==0.
2368
2369 2006-06-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
2370
2371         * VERSION (PACKAGE_NAME): release 2.9.9
2372
2373         * ly/lilypond-book-preamble.ly: add \version
2374
2375 2006-06-14  Han-Wen Nienhuys  <hanwen@lilypond.org>
2376
2377         * scripts/lilypond-book.py (PREAMBLE_LY): include
2378         lilypond-book-preamble.ly
2379
2380         * lily/stem.cc (get_beaming): return max of 0 and
2381         scm_ilength. Fixes slurring from/to beams.
2382
2383         * ly/lilypond-book-preamble.ly: new file.
2384
2385         * lily/slur.cc: add inspect-index feature.
2386
2387 2006-06-13  Graham Percival  <gpermus@gmail.com>
2388
2389         * Documentation/user/tutorial.itely: trivial fix.
2390
2391 2006-06-13  Erik Sandberg  <mandolaerik@gmail.com>
2392
2393         * lily/parser.yy, scm/ly-syntax-constructors.scm: Produce almost
2394         all non-event music in the parser via MAKE_SYNTAX.
2395
2396         * lily/parser-scheme.cc: Add ly:parser-error function
2397
2398         * scm/paper.scm: fix typo
2399
2400 2006-06-13  Han-Wen Nienhuys  <hanwen@lilypond.org>
2401
2402         * THANKS: add RT.
2403
2404         * lily/font-config.cc (init_fontconfig): add warning if cache_file
2405         is null.
2406
2407         * buildscripts/output-distance.py (test_compare_signatures):
2408         timing routines.
2409         (read_signature_file): use new signature format.
2410
2411         * scm/stencil.scm (write-system-signature): simpler signature
2412         format.
2413
2414         * lily/stem.cc (calc_stem_end_position): calc quantized-positions
2415         for beamed case. 
2416
2417         * lily/note-spacing.cc (stem_dir_correction): don't inspect
2418         stem_end_position, but estimate instead. 
2419
2420         * lily/tuplet-bracket.cc (calc_positions): look at
2421         stem-end-position for tuplet bracket slope. Fixes sloped tuplet
2422         brackets narrower than beams. 
2423
2424         * lily/lexer.ll: set version-seen? even if version is
2425         INVALID. 
2426
2427         * lily/rest.cc (y_offset_callback): bugfix: decide position
2428         override based on scm_is_number(). Fixes \rest on center staff
2429         line. 
2430
2431         * lily/beaming-pattern.cc (best_splitpoint_index): fix beaming
2432         patterns for 16th triplets.
2433
2434 2006-06-10  Graham Percival  <gpermus@gmail.com>
2435
2436         * Documentation/user/ page.itely, global.itely: editing
2437         and reorg.
2438
2439         * Documentation/user/ various: findex -> funindex.
2440
2441 2006-06-10  Erik Sandberg  <mandolaerik@gmail.com>
2442
2443         * lily/time-scaled-music-iterator.cc: Use tupletSpannerDuration to
2444         insert extra tuplet events.
2445
2446 2006-06-10  Graham Percival  <gpermus@gmail.com>
2447
2448         * Documentation/user/programming-interfaces.itely: add
2449         info from NEWS.
2450
2451         * python/convertrules.py: add annotatefoo -> annotate-foo
2452         rules.
2453
2454         * Documentation/user/global.itely: start editing.
2455
2456         * Documentation/user/page.itely: major editing, new spacing
2457         docs.
2458
2459 2006-06-10  Han-Wen Nienhuys  <hanwen@lilypond.org>
2460
2461         * scm/define-markup-commands.scm (wordwrap-markups): use
2462         output-def 'line-width if undefined.
2463
2464         * HACKING: trim outdated info.
2465
2466 2006-06-09  Mats Bengtsson  <mabe@s3.kth.se>
2467
2468         * scm/define-grobs.scm (all-grob-descriptions): Add
2469         line-spanner-interface to all grobs that already have
2470         text-spanner-interface or dynamic-text-spanner-interface
2471
2472         * scm/page.scm: Rename annotate{headers,systems,page}->
2473         annotate-*
2474
2475         * input/regression/page-spacing.ly,
2476         input/regression/page-layout-manual-position.ly: idem
2477
2478 2006-06-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
2479
2480         * lily/line-spanner.cc: cleanup property list.
2481
2482         * scripts/lilypond-book.py (find_toplevel_snippets): don't use
2483         generator expressions (2.3 compat). 
2484
2485 2006-06-09  Mats Bengtsson  <mabe@s3.kth.se>
2486
2487         * lily/vertical-align-engraver.cc: Make sure that the
2488         align{Above,Below}Context properties are included in the automatic
2489         documentation.
2490
2491 2006-06-08  Joe Neeman  <joeneeman@gmail.com>
2492
2493         * scm/paper-system.scm (paper-system-annotate): also annotate the
2494         estimated pure-Y-extent
2495
2496         * scm/define-grobs.scm: add pure-Y-extent and pure-Y-offset functions
2497
2498         * lily/system.cc (break_into_pieces): set the estimated height
2499         of each child system
2500
2501         * lily/stem.cc (pure_height): new pure-Y-extent callback
2502
2503         * lily/staff-symbol-referencer.cc (callback): don't destroy
2504         the staff-position property
2505
2506         * lily/hara-kiri-group-spanner.cc (request_suicide): split
2507         consider_suicide into two functions
2508
2509         * lily/constrained-breaking.cc (resize): use the new pure
2510         callbacks to estimate the height of a system
2511
2512         * lily/axis-group-interface.cc (pure_group_height): new
2513         side-effect-free VerticalAxisGroup height-callback
2514
2515         * lily/align-interface.cc (get_extents_aligned_translates):
2516         split align_elements_to_extents into two functions
2517         (get_pure_child_y_translation): new function
2518
2519         * lily/grob.cc: new functions for pure-Y-extent and pure-Y-offset
2520
2521         * lily/item.cc: new functions pure_is_visible and spanned_rank_iv
2522
2523         * lily/paper-score.cc: cache break_indices and columns
2524
2525         * lily/side-position-interface.cc: new pure-Y-extent callbacks
2526         
2527 2006-06-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
2528
2529         * lily/font-config.cc (init_fontconfig): do the init if
2530         cache_file, but don't look at cache_file.
2531
2532         * input/regression/quote-tie.ly: new file.
2533
2534         * lily/tie-engraver.cc (struct Head_event_tuple): add end_moment_
2535         to Head_event_tuple, so we deal gracefully with ties on
2536         cue-endings.
2537
2538         * lily/pango-font.cc (pango_item_string_stencil): type correctness
2539         for FcChar8*
2540
2541 2006-06-08  Graham Percival  <gpermus@gmail.com>
2542
2543         * input/test/ smart-transpose.ly, reverse-music.ly:
2544         \applyMusic to music functions update, thanks Michael!
2545
2546 2006-06-07  Graham Percival  <gpermus@gmail.com>
2547
2548         * input/test/ add-staccato.ly, add-text-script.ly,
2549         unfold-all-repeats.ly, music-box.ly: \applyMusic to
2550         music functions update, thanks to Michael Meixner.
2551
2552         * Documentation/user/music-glossary.tely: small fix
2553         from Francisco.
2554
2555         * Documentation/user/ various: minor additions from mailist.
2556
2557         * Documentation/user/lilypond.tely, basic-notation.itely:
2558         small test of @funindex.  (works here)
2559
2560         * input/test/font-table.ly: reduce size to partially
2561         de-ugly version in manual.
2562
2563         * Documentation/user/page.itely: new file (split former
2564         "global issues" into "page settings" and "non-musical
2565         output".
2566
2567         * Documentation/user/ various: fix @ref{}s to match
2568         new chapter names (above).
2569
2570 2006-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2571
2572         * SConstruct (LILYPONDPREFIX): Bootstrap fix.
2573
2574 2006-06-06  Graham Percival  <gpermus@gmail.com>
2575
2576         * Documentation/user/advanced-notation.itely: add example
2577         for segno/coda on barline.
2578
2579         * tex/texinfo.tex: merge from upstream.
2580
2581 2006-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
2582
2583         * scripts/lilypond-book.py (process_snippets): Argument fix.
2584
2585         * SConstruct:
2586         * buildscripts/builder.py:
2587         * lily/SConscript: 
2588         * mf/SConscript: 
2589         * Documentation/user/SConscript:  More SCons fixes.
2590
2591 2006-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2592
2593         * lily/font-config.cc (init_fontconfig): Only initialize if
2594         global cache_file is found.
2595
2596 2006-06-06  Erik Sandberg  <mandolaerik@gmail.com>
2597
2598         * ly/music-functions-init.ly: Updated \overrideProperty to use the
2599         new \applyOutput.
2600
2601 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
2602
2603         * VERSION (PACKAGE_NAME): release 2.9.8
2604
2605         * lily/ledger-line-engraver.cc (stop_translation_timestep): new
2606         function. Delay ledger modifying ledgered grobs to
2607         stop_translation_timestep(), to ensure that we're ledgering
2608         according to the new spanner.
2609         (acknowledge_staff_symbol): don't check for non-NULL
2610         staff_sym->get_bound()
2611
2612         * lily/staff-symbol-engraver.cc (start_spanner): set left bound on
2613         creation.
2614
2615         * Documentation/pictures/GNUmakefile (XPM_FILES): src-wildcard for
2616         pictures too.
2617
2618         * GNUmakefile.in (dist-toplevel-txt-files): dist aclocal.m4
2619         directly from srcdir/stepmake/aclocal.m4
2620         
2621         * Documentation/misc/GNUmakefile (TEXTS): use src-wildcard for
2622         disting MISC files.
2623
2624         * lily/simple-spacer.cc (get_column_desc): desc -> description.
2625
2626 2006-06-06  Joe Neeman  <joeneeman@gmail.com>
2627
2628         * lily/simple-spacer.cc (get_line_configuration): add
2629         keep-inside-line rods
2630         (struct Column_desc): add constructor
2631         (struct Rod_desc): add constructor
2632         (get_line_forces): check for forced page breaks here too
2633
2634         * lily/instrument-name-engraver.cc (acknowledge_axis_group): prevent
2635         support/elements cycles between InstrumentNames and AxisGroups
2636
2637 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
2638
2639         * config.make.in (METAFONT): remove MAKEINFO_VERSION
2640
2641         * stepmake/stepmake/topdocs-targets.make (make-txt-files): define
2642         make-txt-files target.
2643
2644         * stepmake/stepmake/toplevel-targets.make (do-top-doc): use
2645         make-txt-files target.
2646
2647         * configure.in (LINK_GXX_STATICALLY): $srcdir for readlink.py
2648
2649         * stepmake/stepmake/generic-vars.make (distdir): create dist in
2650         top-build-dir.
2651
2652 2006-06-06  Jürgen Reuter  <reuter@ipd.uka.de>
2653
2654         * Documentation/user/instrument-notation.itely,
2655         input/regression/breathing-sign-ancient.ly,
2656         input/test/divisiones.ly: Removed redundant property settings for
2657         vaticana contexts.
2658
2659         * ly/gregorian-init.ly: Rewrote \versus and \responsum in order to
2660         fix lyrics alignment problems.  They are implemented now as scheme
2661         functions that add the appropriate unicode char to the first lyric
2662         event rather than adding a separate lyric event.  Minor edit of
2663         comments.
2664
2665 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
2666
2667         * GNUmakefile.in (dist-toplevel-txt-files): new target. Don't
2668         pollute src dir with built .txt files, but install directly from
2669         Documentation/topdocs/out/
2670
2671         * buildscripts/output-distance.py
2672         (ComparisonData.create_html_result_page): put version/directories
2673         in table header.
2674
2675         * Documentation/topdocs/NEWS.tely (Top): document spacing section
2676         feature.
2677
2678         * configure.in (LINK_GXX_STATICALLY): use readlink.py to resolve links.
2679         Patch by Karl Hammar
2680         
2681         * buildscripts/readlink.py: add  file.
2682         Patch by Karl Hammar
2683
2684 2006-06-06  Joe Neeman  <joeneeman@gmail.com>
2685
2686         * lily/tuplet-number.cc (print): prevent stencil from being
2687         garbage collected.
2688
2689 2006-06-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
2690
2691         * scm/stencil.scm (write-system-signature): explicitly 
2692         -well, superfluously- close output port.
2693
2694         * buildscripts/output-distance.py (main): oops. Add extra argument.
2695
2696 2006-06-05  Graham Percival  <gpermus@gmail.com>
2697
2698         * Documentation/user/music-glossary.tely: clarified example
2699         from Francisco Vila, thanks!
2700
2701 2006-06-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
2702
2703         * input/regression/spacing-section.ly: new file.
2704
2705         * lily/input.cc (programming_error): new function.
2706
2707         * lily/spacing-engraver.cc (try_music): new function. Accept
2708         spacing-section-event
2709
2710         * lily/spacing-spanner.cc (set_springs): take slices of all
2711         columns for spacing.
2712
2713         * lily/include/paper-column.hh (class Paper_column): add
2714         Paper_column::compare.
2715
2716         * ly/spanners-init.ly (newSpacingSection): add newSpacingSection.
2717
2718         * scm/define-music-types.scm (music-descriptions): add
2719         SpacingSectionEvent
2720
2721         * lily/music-iterator.cc (report_event): use programming_error for
2722         sending non-event error.
2723
2724         * lily/input.cc (programming_error): new function
2725
2726         * buildscripts/output-distance.py (main): use compare-XXX for
2727         compare files.
2728         (main): --threshold option, default at 0.30
2729
2730         * output-distance.py (main): add --threshold option.
2731
2732 2006-06-04  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2733
2734         * scm/paper-system.scm (paper-system-annotate): fix problem when
2735         annotating an empty system
2736
2737 2006-06-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
2738
2739         * GNUmakefile.in: reinstate old web tar/copying.
2740
2741 2006-06-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
2742
2743         * lily/lyric-combine-music-iterator.cc (find_voice): return 0 if
2744         nothing changes. (Erik S) 
2745
2746         * lily/percent-repeat-iterator.cc (get_music_list): fix repeat
2747         count. (Erik S)
2748
2749 2006-05-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2750
2751         * scm/define-markup-commands.scm (whiteout): do not force
2752         foreground color of argument markup to black.
2753
2754         * scm/stencil.scm (annotate-y-interval): put arrow dimension at
2755         the left of the arrow, instead of below the arrow name, so that,
2756         when two little arrows are vertically stacked, their dimensions
2757         and name should not overlap. Add a color key parameter.
2758
2759         * scm/paper-system.scm (paper-system-annotate): Annotate
2760         next-space+next-padding instead of next-space. Annotate space
2761         between next-padding and next-space+padding, respectively, and
2762         following system extent and refpoint-Y-extent. Use colors.
2763
2764         * scm/page.scm (annotate-page): translate annotations slightly to
2765         the right.
2766
2767 2006-06-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
2768
2769         * lily/figured-bass-position-engraver.cc (acknowledge_end_slur):
2770         fix for x-staff slurs. Thanks Joe!
2771
2772         * buildscripts/output-distance.py
2773         (SystemLink.output_expression_change_count): keep track of changed
2774         details, and dump in details html page.
2775  
2776         * input/regression/figured-bass-staff.ly: add note about setting
2777         properties in Staff context.
2778
2779         * lily/figured-bass-position-engraver.cc (acknowledge_slur):
2780         add slurs and ties to support too.
2781
2782         * buildscripts/output-distance.py (main): set dest_dir
2783         argument. Add --max-count option.
2784
2785 2006-06-02  Jürgen Reuter  <reuter@ipd.uka.de>
2786
2787         * ly/gregorian-init.ly: Converted to utf-8.  Added memorable
2788         shortcuts for special unicode chars that are useful in chant
2789         notation.  Revised exisiting and added new comments.
2790
2791 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
2792
2793         * make/mutopia-rules.make: remove duplicate recipe.
2794
2795 2006-06-02  Werner Lemberg  <wl@gnu.org>
2796
2797         * tex/texinfo.cnf: Fix typo (\euro -> \minus).
2798         Add support for U+0132 (IJ) and U+0133 (ij).
2799
2800 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
2801
2802         * buildscripts/output-distance.py (FileLink): new class. collect
2803         info systems from one .ly file. 
2804         (FileLink.link_files_for_html): further tweaks.
2805
2806 2006-06-02  Graham Percival  <gpermus@gmail.com>
2807
2808         * tex/texinfo.tex: partial fix for @funindex.
2809
2810         * Documentation/user/macros.tely: uncomment @funindex (doesn't
2811         break anything).
2812
2813 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
2814
2815         * make/mutopia-vars.make (ly_examples): replace .ly.txt with .ly
2816
2817         * tex/texinfo.tex (sectionheading, q.v.): call \quoteexpand for
2818         @example too. Backportme.
2819
2820 2006-06-02  Graham Percival  <gpermus@gmail.com>
2821
2822         * tex/texinfo.cnf: added UTF-8 support for texinfo; patch
2823         from Werner Lemberg.
2824
2825 2006-06-02  Paco (Francisco Vila)  <fravd@ya.com>
2826
2827         * Documentation/user/music-glossary.tely: additional spanish
2828         updates and a lyrics fix in an example.
2829
2830 2006-06-02  Jürgen Reuter  <reuter@ipd.uka.de>
2831
2832         * scm/define-grob-properties.scm: Previous patch contained
2833         spurious line from another patch not yet committed.  Fixed.
2834
2835         * scm/define-grob-properties.scm: Add missing doc strings for
2836         ancient notation.
2837
2838 2006-06-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
2839
2840         * buildscripts/output-distance.py
2841         (ComparisonData.write_text_result_page): separate the scores, sort
2842         by geo_score.
2843
2844         * scm/framework-eps.scm (output-classic-framework): start at 1 for
2845         system signatures.
2846
2847         * buildscripts/output-distance.py (me_path): use argv[0] for
2848         sys.path extension
2849         (ComparisonData.img_cell): use colored borders.
2850
2851         * scm/stencil.scm (write-system-signature): escape newlines too.
2852         (write-system-signature): use (1,-1) interval for empty interval
2853
2854 2006-01-01  Graham Percival  <gpermus@gmail.com>
2855
2856         * Documentation/user/music-glossary.tely: Spanish updates
2857         from Francisco Vila.
2858
2859         * Documentation/user/lilypond-book.itely: addition from
2860         Vaclav Smilauer.
2861
2862         * Documentation/user/ various: edits, small additions
2863         from mailist, etc.
2864
2865 2006-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2866
2867         * GNUmakefile.in (tree-lib-prefix-current):
2868         (tree-share-prefix-current): Use version number in tree, add
2869         `current' symlinks.
2870
2871 2006-06-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
2872
2873         * GNUmakefile.in: write VERSION, again.
2874
2875         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
2876         $(outdir)/%.ly $(outdir)/%.ps): dump sigs for normal files too.
2877
2878         * stepmake/aclocal.m4: robuster version detection.
2879
2880         * buildscripts/output-distance.py
2881         (ComparisonData.create_html_result_page): copy only if file
2882         exists, fixup src paths.
2883
2884         * stepmake/bin/add-html-footer.py (built): junk gulp_file()
2885
2886 2006-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2887
2888         * stepmake/aclocal.m4: Robustification for (gcc) version detection.
2889         Another datarootdir reto.
2890
2891         * cygwin/postinstall-lilypond.sh: Do not fail if info docs aren't
2892         available.  This should be moved to postinstall-lilypond-doc.
2893
2894 2006-05-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
2895
2896         * GNUmakefile.in: simplify local-WWW-post. 
2897         remove -type l from find.
2898
2899         * buildscripts/output-distance.py (ComparisonData.compare_trees):
2900         fixes. Don't follow symlinks.
2901         (ComparisonData.create_html_result_page): remove previous results.
2902         insert ../python in path.
2903
2904         * scripts/lilypond-book.py (PREAMBLE_LY): spacing fixes.
2905
2906 2006-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
2907
2908         * config.make.in (datadir): Add datarootdir to silence autoconf.
2909
2910         * stepmake/aclocal.m4: Update for autoconf-2.59d.
2911
2912 2006-05-31  Erlend Aasland  <erlenda@gmail.com>
2913
2914         * dynamic-engraver.cc: fix bug (dynamics collide with accidentals)
2915
2916         * scm/output-ps.scm (repeat-slash): fix a bug that made repeat
2917         slash beams too wide.
2918
2919 2006-05-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
2920
2921         * VERSION: release 2.9.7
2922         
2923 2006-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
2924
2925         * lily/relocate.cc (read_relocation_dir): Do not blindly
2926         dereference DIR.
2927
2928 2006-05-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
2929
2930         * lily/parser.yy: replace THIS by PARSER
2931
2932         * Documentation/index.html.in: add link to test-results.html page.
2933
2934         * Documentation/topdocs/NEWS.tely (Top): update NEWS entry.
2935
2936         * scm/translation-functions.scm (format-bass-figure): translate
2937         digits over 10 to the left
2938
2939         * scm/define-markup-commands.scm (translate-scaled): new markup.
2940
2941         * mf/feta-nummer-code.mf (code): overshoot the topright tip of the
2942         7 glyph. 
2943
2944         * ly/engraver-init.ly: add Figured_bass_engraver
2945
2946         * lily/engraver-group.cc (acknowledge_grobs): use start/stop drul.
2947
2948         * lily/figured-bass-engraver.cc (clear_spanners): use everywhere.
2949
2950         * lily/score-engraver.cc (announce_grob): only note START announces.
2951
2952         * lily/include/engraver-group.hh (Translator_group):
2953         acknowledge_hash_table_ is now drul.
2954
2955         * lily/engraver.cc (announce_end_grob): new method.
2956
2957         * lily/include/grob-info.hh (class Grob_info): add start_end_ member.
2958
2959         * lily/translator-dispatch-list.cc (create): take start_end argument.
2960
2961         * lily/include/translator.hh (TRANSLATOR_DECLARATIONS): change
2962         acknowledge_static_array_ to drul
2963
2964         * lily/include/translator.icc (ADD_END_ACKNOWLEDGER): new macro.
2965
2966         * scm/define-grob-interfaces.scm
2967         (bass-figure-alignment-interface): add bass-figure-alignment-interface
2968
2969         * scm/define-grobs.scm (all-grob-descriptions): add
2970         BassFigureAlignmentPositioning
2971
2972         * ly/Welcome-to-LilyPond-MacOS.ly: include in LilyPond, so version
2973         number stays up to date. Backportme.
2974
2975 2006-05-30  Mats Bengtsson  <mabe@s3.kth.se>
2976
2977         * Documentation/user/basic-notation.itely (Bar lines): Document
2978         the "||:" bar type. 
2979
2980 2006-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
2981
2982         * buildscripts/builder.py: Remove --ly option/target from mf-to-table.
2983
2984         * scripts/lilypond-book.py: Bugfix: do not blindly attempt
2985         .../current hack if LILYPONDPREFIX is fine.  Fixes `scons doc'
2986         build.
2987
2988         * Resurrect `scons lily' build.
2989
2990         * SConstruct (symlink_tree): Bugfix: link
2991         music-drawing-routines.ps to file iso directory.
2992
2993         * lily/SConscript: Remove kpath-guile from LIBS.
2994
2995         * SConstruct (libdir_package_version): Typo.
2996         (configure): Comment-out fontforge for lack of fontforge.pc .
2997         Also add libdir* to environment.
2998
2999 2006-05-30  Graham Percival  <gpermus@gmail.com>
3000
3001         * Documentation/user/ various: minor additions from mailist and
3002         editing.
3003
3004 2006-05-30  Paco <fravd@ya.com>
3005
3006         * Documentation/user/music-glossary.tely: numerous corrections and
3007         some new translations.
3008
3009 2006-05-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
3010
3011         * BackportmeStart.
3012         
3013         * buildscripts/output-distance.py
3014         (ComparisonData.create_html_result_page): new routine: summarise
3015         results in HTML page with images. 
3016         (ComparisonData.create_text_result_page): create summary text files too.
3017
3018         * GNUmakefile.in (web-ext): package .signature files too. They
3019         compress well. 
3020
3021         * scm/stencil.scm (write-system-signature): typo.
3022
3023         * GNUmakefile.in: create web-root/VERSION to help upload scripts.
3024
3025         * scm/stencil.scm (write-system-signature): better escaping.
3026         only write signature for music systems, not for markup systems.
3027
3028         * scm/framework-ps.scm (output-framework): dump-signatures support
3029         for plain output.
3030
3031         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): add -ddump-signatures.
3032
3033         * scm/framework-ps.scm (write-preamble): redefine mark_URI to nop
3034         for -dno-point-and-click
3035
3036         * lily/grob.cc (get_print_stencil): don't read
3037         point_and_click_global to determine whether to set grob-cause.
3038
3039 2006-05-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
3040
3041         * buildscripts/output-distance.py (main): new function.
3042         (ComparisonData): new class.
3043
3044         * lily/ledger-line-engraver.cc (acknowledge_staff_symbol): be more
3045         careful with generating new LedgerLineSpanners.
3046
3047         * lily/ledger-line-spanner.cc (set_spacing_rods): suicide if no staff.
3048
3049         * ly/engraver-init.ly: remove Ledger_line_engraver from Voice
3050         context. This fixes double ledger lines in output. 
3051
3052         * lily/system.cc (get_paper_system): remove 3 layer limit.
3053
3054         * buildscripts/output-distance.py (SystemLink.distance): new
3055         file. Compare signatures.
3056
3057         * python/safeeval.py (SafeEval.visitUnarySub): new file.
3058
3059         * lily/grob-array.cc (remove_duplicates): rename from
3060         uniq(). Sort before calling uniq() so it actually works.
3061
3062 2006-05-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
3063
3064         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): strip
3065         \version from lilypond file snippet.
3066         (Lilypond_file_snippet.ly): oops. typo.
3067         (find_toplevel_snippets): urgh. again.
3068
3069         * lily/system.cc (get_paper_systems): uniq all_elements_ , to
3070         prevent duplicated broken items in output.
3071
3072         * scm/framework-eps.scm (output-classic-framework): only dump if
3073         dump-signatures is set.
3074
3075         * scm/lily.scm (define-scheme-options): add dump-signatures option.
3076
3077         * scm/stencil.scm (write-system-signature): new routine: write
3078         python parseable signature of a separate paper system.
3079         BackportmeEnd.
3080         
3081 2006-05-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
3082
3083         * lily/stanza-number-engraver.cc (process_music): use is_markup()
3084         iso is_string().
3085         include header.
3086
3087 2006-05-25  Erik Sandberg  <mandolaerik@gmail.com>
3088
3089         * translator-group.cc: send music events to engravers in
3090         non-bottom contexts.
3091
3092         * tuplet-engraver.cc: process tuplet brackets in correct order.
3093
3094 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
3095
3096         * stepmake/aclocal.m4: STEPMAKE_PYTHON(): clear cached value since
3097         arg 2 might point us to a new binary (patch by Karl Hammar)
3098         
3099 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
3100
3101         * VERSION (PACKAGE_NAME): release 2.9.6
3102
3103         * Documentation/topdocs/NEWS.tely (Top): trim explanation. 
3104
3105         * Documentation/user/*.itely: 2nd
3106         attempt: replace funindex -> findex globally.
3107
3108 2006-05-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3109
3110         * input/no-notation/display-lily-tests.ly: fix \applyOutput
3111         test. Add \break, \pageBreak, \pageTurn, etc, tests.
3112
3113         * scm/define-music-display-methods.scm: display methods for
3114         breaks. Fix \applyOutput.
3115
3116 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
3117
3118         * Documentation/user/macros.itexi: comment out funindex expansion. 
3119
3120         * Documentation/user/music-glossary.tely: junk \oldaddlyrics
3121         everywhere.
3122
3123         * GNUmakefile.in: fix wildcarding for scrips/out/ links. Thanks
3124         Karl Hammar. Backportme.
3125  
3126         * Documentation/user/advanced-notation.itely (Balloon help): idem.
3127
3128         * Documentation/user/changing-defaults.itely (Creating contexts): idem.
3129
3130         * Documentation/user/programming-interface.itely (Running a
3131         function on all layout objects): idem.
3132
3133         * Documentation/user/introduction.itely (Automated engraving):
3134         update \applyOutput syntax
3135
3136         * lily/lyric-combine-music-iterator.cc (start_new_syllable):
3137         remove debugging hook.
3138
3139         * configure.in (LINK_GXX_STATICALLY): use "" to allow $
3140         expansion. 
3141
3142         * Documentation/user/GNUmakefile (TEXI2DVI_FLAGS): add -E.
3143
3144         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
3145         TEXI2DVI_FLAGS to texi2dvi invocation. 
3146
3147 2006-05-24  Erik Sandberg  <mandolaerik@gmail.com>
3148
3149         * lily/chord-tremolo-*.cc: Reworked how \repeat "tremolo"
3150         works. More work is done by iterator now, and engraver has been
3151         very much simplified.
3152
3153         * lily/translator-group.cc: try_music is now invoked through a
3154         listener
3155
3156         * lily/*-iterator.cc: Massive cleanups. Junked
3157         try_music_in_children globally. Renamed try_music to report_event,
3158         and made that method descend to a bottom context automatically.
3159
3160         * lily/event-iterator.cc: New file.
3161
3162         * lily/output-property-iterator.cc,
3163         lily/old-lyric-combine-music-iterator.cc: Removed.
3164
3165         * python/convert-rules.py: Modified the syntax for \applyOutput.
3166
3167 2006-05-23  Graham Percival  <gpermus@gmail.com>
3168
3169         * stepmake/stepmake/texinfo-rules.make: added -E, allows pdf doc
3170         creation.
3171
3172         * Documentation/user/ various: stuff that might have helped
3173         to fix the pdf creation, plus some minor doc additions.
3174
3175         * Documentation/user/changing-defaults.itely: remove @b from
3176         @b{ @internasref{foo}}; this breaks texi2dvi -E.
3177
3178 2006-05-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
3179
3180         * lily/beaming-pattern.cc (beamify): deal with negative start
3181         moments for beaming patterns.
3182
3183 2006-05-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
3184
3185         * lily/beaming-info.cc (beamify): new function: read beatLength
3186         and beatGrouping from context. 
3187
3188         * input/regression/beam-beat-grouping.ly (Module): new file.
3189
3190         * input/regression/beam-unconnected-beamlets.ly (Module): new file.
3191
3192         * lily/beam.cc (get_beam_segments): generate events for
3193         max_connect_ case too.
3194         (get_beam_segments): read Stem::max-beam-connect.
3195
3196         * input/regression/beam-single-stem.ly: new file.
3197
3198         * lily/stem.cc (set_beaming): use #f as signaling value for
3199         beamcount 0.
3200
3201         * lily/beam-engraver.cc (typeset_beam): set right bound if unset.
3202
3203         * lily/beam.cc (set_beaming): read clip-edges property.
3204         (calc_direction): don't suicide for single stem.
3205
3206         * lily/beaming-info.cc (best_splitpoint_index): take bool*
3207         argument, remove 1<<15 hack. Remove clip_edges() 
3208
3209         * lily/hairpin.cc (print): only do padding for nonmusical bounds
3210
3211 2006-05-21  Graham Percival  <gpermus@gmail.com>
3212
3213         * Documentation/user/basic-notation.itely: reorg.
3214
3215         * Documentation/user/ various: minor fixes.
3216
3217 2006-05-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
3218
3219         * lily/stencil-expression.cc (register_stencil_head): opps, append
3220         to cdr of static SCM object.
3221
3222 2006-05-19  Graham Percival  <gpermus@gmail.com>
3223
3224         * Documentation/user/README.txt, lilypond.tely, macros.itexi:
3225         update framework for command index.  DOC WRITERS: use @funindex
3226         instead of @cindex @code{}.
3227
3228         * Documentation/user/ various: replace @cindex @code{} => @funindex
3229
3230 2006-05-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
3231
3232         * lily/beam.cc (set_stem_lengths): trigger 'beaming callback, in
3233         case positions is set manually. 
3234
3235 2006-05-18  Erik Sandberg  <mandolaerik@gmail.com>
3236         
3237         * scm/ly-syntax-constructors.scm: New file. Converted a few syntax
3238         rules to Scheme.
3239
3240 2006-05-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
3241
3242         * Documentation/user/changing-defaults.itely (Contexts explained):
3243         use absolute dimension for @image.
3244
3245         * Documentation/user/GNUmakefile (OUT_PNG_IMAGES): generate PNG
3246         out image for illustration too.
3247         ($(outdir)/%.png): add more png <-> eps rules. 
3248
3249 2006-05-17  Graham Percival  <gpermus@gmail.com>
3250
3251         * Documentation/user/ various: remove trailing whitespace, cosmetic
3252         change to reduce changes produced by diff.
3253
3254 2006-05-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
3255
3256         * lily/main.cc (do_chroot_jail): correctness tweak.
3257
3258         * python/lilylib.py (system): import subprocess in system () only.
3259
3260         * scripts/*.py: use TARGET_PYTHON iso PYTHON. Backportme.
3261
3262         * make/substitute.make (ATVARIABLES): add TARGET_PYTHON as subst
3263         variable. Backportme.
3264
3265 2006-05-17  Erik Sandberg  <mandolaerik@gmail.com>
3266         
3267         * lily/parser.yy: Change all syntax rules of type Music to SCM type
3268
3269 2006-05-17  Werner Lemberg  <wl@gnu.org>
3270
3271         * lily/lexer.ll (init_signature_has_table): Add
3272         `scm-scm-music-music'.
3273
3274         * lily/parser.yy (MUSIC_FUNCTION_SCM_SCM_MUSIC_MUSIC): New token.
3275         (Generic_prefix_music_scm): Add rule for it.
3276
3277         * lily/quote-iterator.cc (Quote_iterator::process): Handle
3278         `quoted-transposition' property.
3279
3280         * ly/music-functions-init.ly (transposedCueDuring): New function.
3281
3282         * scm/define-music-properties.scm (all-music-properties): Updated.
3283
3284         * Documenation/topdocs/NEWS.itely: Document it.
3285
3286 2006-05-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
3287
3288         * python/lilylib.py (system): move import subprocess to system()
3289         definition. 
3290
3291         * python/convertrules.py (conv): fix convert-ly rules for 2.9.4
3292
3293         * VERSION (PATCH_LEVEL): release 2.9.5
3294         
3295         * Documentation/topdocs/INSTALL.texi (Top): update versions and
3296         build instructions. 
3297
3298         * ly/engraver-init.ly: switch on hairpinToBarline by default.
3299
3300 2006-05-16  Graham Percival  <gpermus@gmail.com>
3301
3302         * Documentation/user/basic-notation.itely: editing from Dave, thanks!
3303
3304         * Documentation/user/ various: minor fixes.
3305
3306 2006-05-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
3307
3308         * Documentation/topdocs/NEWS.tely (Top): add hairpinToBarline feature.
3309
3310 2006-05-16  Mats Bengtsson  <mabe@s3.kth.se>
3311
3312         * Documentation/user/advanced-notation.itely (Instrument names):
3313         Modified obsolete instruction on how to move instrument names away
3314         from the staves. Hmm, at second thought the bug probably has been
3315         solved, so the full bug description should probably be removed.
3316
3317 2006-05-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
3318
3319         * lily/dynamic-engraver.cc (typeset_all): hang ending on
3320         currentCommandColumn. 
3321
3322         * lily/hairpin.cc (print): also add padding for non-neighbor
3323         hairpin bounds.
3324
3325         * scm/define-context-properties.scm
3326         (all-user-translation-properties): add hairpinToBarline
3327
3328         * input/regression/hairpin-to-barline.ly: new file.
3329
3330         * lily/context.cc (internal_send_stream_event): thinko fix.
3331
3332         * lily/tie.cc (set_default_control_points): robustness fix.
3333
3334         * python/musicxml.py (Part.interpret): don't complain about
3335         incomplete measures.
3336
3337         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): only add
3338         new music if last_event_chord() returned None.
3339
3340         * python/musicxml.py (Part.interpret): skip back over chord notes.
3341
3342 2006-05-16  Erik Sandberg  <mandolaerik@gmail.com>
3343         
3344         * lily/percent-repeat-engraver.cc, lily/parser.yy,
3345         lily/define-music-types.cc, lily/percent-repeat-iterator.cc,
3346         lily/slash-repeat-engraver.cc,
3347         lily/include/percent-repeat-iterator.hh: Rework percent repeats:
3348         iterator sends PercentEvents
3349
3350         * lily/time-scaled-music-iterator.cc, lily/tuplet-engraver.cc:
3351         rework tuplets: send start/stop events to engraver
3352
3353         * lily/context.cc, lily/music.cc, lily/context-scheme.cc: Add
3354         dispatchers event-source and events-below to Context
3355         
3356 2006-05-15  Graham Percival  <gpermus@gmail.com>
3357
3358         * Documentation/user/README.txt: update info for doc writers.
3359
3360         * Documentation/user/programming-interface.itely: integrate
3361         Nicolas' fixes for chapter rewrite.
3362
3363         * Documentation/user/ various: minor fixes.
3364
3365 2006-05-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
3366
3367         * lily/clef-engraver.cc: cleanup.
3368
3369         * Documentation/user/GNUmakefile: dist context-example.eps too.
3370
3371         * lily/key-engraver.cc (create_key): use
3372         explicitKeySignatureVisibility for cancellation too. 
3373
3374         * lily/font-config.cc (init_fontconfig): don't close file if
3375         f==NULL. 
3376
3377 2006-05-15  Erlend Aasland  <erlenda@gmail.com>
3378
3379         * Documentation/topdocs/NEWS.tely: niente and rotation news
3380
3381 2006-05-14  Erlend Aasland  <erlenda@gmail.com>
3382
3383         * lily/include/stencil.hh
3384         * lily/stencil.cc (rotate): new function. Makes it possible
3385         to rotate a stencil around a given offset.
3386
3387         * lily/grob.cc (get_print_stencil): add rotation support
3388
3389         * lily/stencil-interpret.cc (interpret_stencil_expression):
3390         add rotation support
3391
3392         * lily/stencil-scheme.cc (ly:stencil-rotate): new function
3393
3394         * scm/define-grob-properties.scm: add 'rotation property
3395
3396         * scm/define-markup-commands.scm: add rotate markup command
3397         
3398         * scm/output-ps.scm: add rotation support in PostScript backend
3399
3400         * scm/output-svg.scm: add rotation support in SVG backend
3401
3402 2006-05-13  Graham Percival  <gpermus@gmail.com>
3403
3404         * Documentation/user/music-glossary.itely: French correction.
3405
3406         * Documentation/user/programming-interface.itely: major
3407         new docs, some reorg, some info from Nicolas.
3408
3409         * Documentation/user/ various: small fixes.
3410
3411 2006-05-12  Mats Bengtsson  <mabe@s3.kth.se>
3412
3413         * Documentation/user/programming-interface.itely (Markup
3414         programmer interface): Remove duplicate text.
3415
3416 2006-05-12  Graham Percival  <gpermus@gmail.com>
3417
3418         * Documentation/user/context-example.eps: new file.
3419
3420         * Documentation/user/changing-defaults.itely: set up file to
3421         use eps image.
3422
3423         * Documentation/user/programming-interface.itely: changes
3424         from mailist.
3425
3426 2006-05-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
3427
3428         * configure.in (LINK_GXX_STATICALLY): python 2.4 req.
3429
3430 2006-05-11  Graham Percival  <gpermus@gmail.com>
3431
3432         * Documentation/user/programming-interface.itely: first round of
3433         editing and merging emails from Nicolas.
3434
3435         * Documentation/user/scheme-tutorial: minor edit.
3436
3437 2006-05-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
3438
3439         * python/musicxml.py (Xml_node.__init__): _attribute_dict stores
3440         XML attributes.
3441         (Xml_node.message): use it.
3442
3443         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): 
3444         oops. Add duration argument.
3445
3446 2006-05-10  Joe Neeman  <joeneeman@gmail.com>
3447
3448         * lily/paper-column-engraver.cc (make_columns):
3449         * scm/define-grobs.scm: Revert my previous change and set the default
3450         in define-grobs.scm instead.
3451
3452 2006-05-09  Graham Percival  <gpermus@gmail.com>
3453         
3454         * Documentation/user/changing-defaults.itely: general editing,
3455         info about \set and \override.
3456
3457         * Documentation/user/tweaking.itely, advanced-notation.itely:
3458         fixes from Dave Luttinen, thanks!
3459
3460 2006-05-09  Joe Neeman  <joeneeman@gmail.com>
3461
3462         * lily/paper-column-engraver.cc (make_columns): By default, a column
3463         needs to be breakable.
3464
3465 2006-05-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
3466
3467         * scripts/musicxml2ly.py (musicxml_clef_to_lily): use new
3468         Attributes methods
3469         (musicxml_time_to_lily): idem
3470         (musicxml_key_to_lily): idem
3471         (instrument_drumtype_dict): dict for supported drumtypes.
3472         (LilyPondVoiceBuilder.__init__): new class: sanely keep track of
3473         moments and pending mm rests
3474         (musicxml_voice_to_lily_voice): rewrite to use LilyPondVoiceBuilder
3475         (musicxml_voice_to_lily_voice): strip KeyChangeEvents for drums.
3476         (musicxml_voice_to_lily_voice): add mode change.
3477         (option_parser): lxml.etree (http://codespeak.net/lxml/) for more
3478         speed and less memory usage (factor 5 to 10).
3479         (convert): write -defs.ly  and driver file separately so people
3480         can script their own part extraction.
3481
3482         * python/musicxml.py (minidom_demarshal_node): new function:
3483         separate minidom handling.
3484         (lxml_demarshal_node): new function: support lxml.etree too.
3485         (Xml_node.message): new function: verbose error message, with XML
3486         path to offending node.
3487         (Attributes.get_measure_length): sane interface to MusicXML attributes.
3488         (Part_list.generate_id_instrument_dict): new method: collect
3489         instrument names, to be able to set drum_type.
3490         (Part.interpret): handle underfull measures
3491         (Part.interpret): assign instrument names.
3492
3493         * python/musicexp.py (Output_printer.close): new method
3494         (MusicWrapper.print_ly): new class: support other modes,
3495         eg. \drummode
3496         (BarCheck.print_ly): new class. Support bar checks, with comments
3497         and fancy barchecks. 
3498         (NoteEvent.__init__): also set drum_type for drum notes.
3499         (MultiMeasureRest.lisp_expression): dump mm rests.
3500
3501         * lily/paper-column-engraver.cc (stop_translation_timestep): set
3502         line-break-permission if forbidBreak is not set.
3503
3504 2006-05-09  Joe Neeman  <joeneeman@gmail.com>
3505
3506         * scm/define-context-properties.scm:
3507         * scm/define-grob-properties.scm:
3508         * scm/define-grobs.scm:
3509         * scm/define-music-display-methods.scm:
3510         * scm/define-music-properties.scm:
3511         * scm/define-music-types.scm:
3512         * scm/music-functions.scm:
3513         * ly/declarations-init.ly:
3514         * lily/include/constrained-breaking.hh:
3515         * lily/system.cc:
3516         * lily/spaceable-grob.cc:
3517         * lily/simple-spacer.cc:
3518         * lily/paper-score.cc:
3519         * lily/paper-column.cc:
3520         * lily/paper-column-engraver.cc:
3521         * lily/item.cc:
3522         * lily/gourlay-breaking.cc:
3523         * lily/constrained-breaking.cc:
3524         * python/convertrules.py:
3525         Change "penalty", "page-penalty" and "breakable" to "line-break-penalty",
3526         "page-break-penalty" and "line-break-permission".
3527         Add "page-break-permission", "page-turn-permission" and "page-turn-penalty".
3528         Replace BreakEvent with LineBreakEvent, PageBreakEvent and PageTurnEvent.
3529
3530         * lily/bar-engraver.cc:
3531         * lily/beam-engraver.cc:
3532         * lily/forbid-break-engraver.cc:
3533         * lily/ligature-engraver.cc:
3534         * lily/paper-column-engraver.cc:
3535         * lily/percent-repeat-engraver.cc:
3536         * lily/score-engraver.cc:
3537         * lily/score-engraver.hh:
3538         * lily/paper-column-engraver.hh:
3539         Inter-engraver communication regarding line breaks is done through context
3540         properties (Score.forbidBreak) instead of function calls.
3541
3542 2006-05-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
3543
3544         * VERSION (PACKAGE_NAME): release 2.9.4
3545
3546 2006-05-08  Graham Percival  <gpermus@gmail.com>
3547
3548         * Documentation/user/working.itely: proofreading from Dave
3549         Luttinen, thanks.
3550
3551         * Doucmentation/user/README.txt: updated with manual style info.
3552
3553         * Documentation/user/ various: trim linewidth to 78 chars.
3554
3555 2006-05-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
3556
3557         * scm/define-grob-properties.scm (all-internal-grob-properties):
3558         remove chord-tremolo property.
3559
3560         * lily/beam.cc (get_beam_segments): don't use stem position as
3561         base for broken ends.
3562
3563 2006-05-06  Graham Percival  <gpermus@gmail.com>
3564
3565         * Documentation/user/putting.itely: proofreading from Dave
3566         Luttinen, thanks!
3567
3568         * Documentation/user/ various: more reorg and clarifications.
3569
3570 2006-05-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
3571
3572         * scm/lily.scm (TEX_STRING_HASHLIMIT): move from framework-texstr.scm.
3573
3574         * ly/music-functions-init.ly: new function featherDurations
3575
3576         * lily/beam.cc: read grow-direction for feathered beaming.
3577
3578         * Documentation/topdocs/NEWS.tely (Top): typo.
3579
3580 2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
3581
3582         * lily/include/beam.hh (struct Beam_stem_segment): add gapped_ for
3583         tremolo beams.
3584
3585 2006-05-05  Erik Sandberg  <mandolaerik@gmail.com>
3586         * lily/context.cc, lily/global-context.cc: Added 'unique' member,
3587         used by music streams.
3588
3589         * lily/dispatcher.cc, lily/dispatcher-scheme.cc,
3590         lily/stream-event.cc, lily/stream-event-scheme.cc,
3591         lily/listener.cc, lily/scheme-listener.cc,
3592         lily/scheme-listener-scheme.cc, lily/include/dispatcher.hh,
3593         lily/include/stream-event.hh, lily/include/listener.hh,
3594         lily/include/scheme-listener.hh, scm/define-event-classes.scm:
3595         Created data structures for music streams.
3596         
3597 2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
3598
3599         * lily/beam.cc (get_beam_segments): new function. Reorganise the
3600         construction of a beam. 
3601         (print): rewrite. 
3602
3603         * flower/include/std-vector.hh (default_compare): use only one comparison.
3604
3605         * scm/define-markup-commands.scm (note-by-number): remove debug display.
3606         (note-by-number): further attachment fixes.
3607
3608         * scm/lily-library.scm (ordered-cons): new function.
3609         (interval-index): new function
3610
3611         * lily/note-head-scheme.cc (LY_DEFINE): new file.
3612
3613         * lily/note-head.cc (get_stem_attachment): new function.
3614
3615         * scm/define-markup-commands.scm (note-by-number): read 'style
3616         property. 
3617
3618         * input/regression/markup-note.ly: show note-head style option.
3619
3620         * mf/feta-bolletjes.mf (overdone_heads): fix attachment points for
3621         triangle head.
3622
3623 2006-05-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
3624
3625         * mf/GNUmakefile (NCSB_OTFS): remove old ncsb detection further.
3626
3627         * configure.in (LINK_GXX_STATICALLY): fix for ncsb detection.
3628
3629         * lily/include/constrained-breaking.hh: GCC 4 fix.
3630
3631 2006-05-04  Joe Neeman  <joeneeman@gmail.com>
3632
3633         * lily/simple-spacer.cc: Remove class Simple_spacer_wrapper.
3634         Replace it with functions get_line_forces and get_line_configuration.
3635         (class Simple_spacer): Make data private.
3636         Rewrite compression algorithm to be faster and simpler.
3637
3638         * lily/simple-spacer-scheme.cc (ly_solve_rod_and_spring_problem):
3639         * lily/gourlay-breaking.cc (solve):
3640         * lily/constrained_breaking.cc (space_line):
3641         Change it to the new simple-spacer code.
3642
3643         * lily/paper-score.cc (get_paper_systems):
3644         (Paper_score):
3645         (process):
3646         Delay breaking the systems until they are requested.
3647         (find_break_indices):
3648         Use vsize for indices.
3649         (calc_breaking):
3650         Move the "Calculating line breaks" message here.
3651
3652         * lily/system.cc (pre_processing):
3653         Move the "Calculating line breaks" message away from here.
3654         (break_into_pieces):
3655         Allow multiple calls to this function in sequence (with touching-but-
3656         not-overlapping breakpoints).
3657
3658         * lily/constrained-breaking.cc:
3659         Replace most of the get_XXXX functions with get_line_details.
3660         Only calculate the force for each line. Calculate configurations only
3661         for the lines we will actually use.
3662         Replace cols_ with lines_.
3663
3664 2006-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3665
3666         * mf/GNUmakefile (depth): remove FC_FIND.
3667
3668         * config.make.in (NCSB_SOURCE_FILES): subst NCSB_SOURCE_FILES
3669
3670         * configure.in (LINK_GXX_STATICALLY): call fc-match from within configure.
3671
3672         * scm/framework-ps.scm (write-preamble): new function.
3673         (write-preamble): load mac fonts via fondu, even if gs-font-load
3674         is set.
3675
3676 2006-05-03  Werner Lemberg  <wl@gnu.org>
3677
3678         * mf/GNUmakefile (FC_FIND): Fix typo.
3679
3680 2006-05-03  Erlend Aasland  <erlenda@gmail.com>
3681
3682         * stepmake/stepmake/generic-targets.make (cvs-clean): also remove out-www dirs.
3683
3684 2006-05-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
3685
3686         * stepmake/aclocal.m4: run python-config for crosscompiling
3687         flags. 
3688
3689         * scripts/lilypond-book.py (Lilypond_file_snippet.my_system): add
3690         -f png for HTML, TEXINFO formats. 
3691
3692         * input/tutorial/lbook-html-test.html: new file.
3693
3694         * lily/include/tie-formatting-problem.hh (class
3695         Tie_formatting_problem): index Chord_outline_map by Tuple2 for
3696         [column, direction]. This fixes laissez vibrer ties.
3697  
3698         * flower/include/tuple.hh (struct Tuple2): new file.
3699
3700         * mf/GNUmakefile (FC_FIND): new function. Find ncsb using
3701         $(FCMATCH), only if $(NCSB_DIR) not set. 
3702
3703         * configure.in (LINK_GXX_STATICALLY): only warn if $NCSB_DIR set.
3704
3705         * config.make.in (DOCUMENTATION): set FCMATCH.  
3706
3707         * autogen.sh (srcdir): don't set --with-ncsb-dir. 
3708
3709 2006-05-03  Graham Percival  <gpermus@gmail.com>
3710
3711         * Documentation/user/ various: final round of reorg.
3712
3713         * Documentation/user/instrument-notation.itely: some more
3714         fixes from Eduardo, thanks!
3715
3716 2006-05-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
3717
3718         * VERSION (PACKAGE_NAME): release 2.9.3
3719
3720         * flower/file-path.cc (is_dir): canonicalize file name before stat'ing.
3721
3722         * lily/relocate.cc (framework_relocation): remove old relocation stuff.
3723
3724 2006-05-01  Mats Bengtsson  <mabe@s3.kth.se>
3725
3726         * scm/define-grob-properties.scm (all-user-grob-properties):
3727         Correct typo, thanks to Eduardo.
3728
3729 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
3730
3731         * scripts/GNUmakefile (SEXECUTABLES): remove lilypond-ps2png.scm
3732
3733         * buildscripts/lilypond-words.py (F): indent fix.
3734
3735         * input/regression/tie-arpeggio-collision.ly: new file.
3736
3737         * lily/tie-formatting-problem.cc (set_column_chord_outline): new
3738         function: store outlines per column rank.
3739
3740         * lily/include/tie-configuration.hh (class Tie_configuration): add
3741         column_ranks_ to specification and configuration, to distinguish
3742         between ties for different heads in arpegiated chords.
3743
3744         * lily/relocate.cc (framework_relocation): use INSTALLER_PREFIX.
3745
3746         * *.py: more 4 space indents.
3747
3748         * autogen.sh (conf_flags): set sensible default for with-ncsb-dir
3749
3750 2006-05-01  Joe Neeman  <joeneeman@gmail.com>
3751
3752         * scm/lily-library.scm: Fix guile 1.6 compatibility in inf? and nan?
3753
3754 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
3755
3756         * buildscripts/pfx2ttf.fontforge (err): create OTF files.
3757
3758         * scripts/abc2ly.py (dump_score): indent of 4 for python code. 
3759
3760         * configure.in (LINK_GXX_STATICALLY): remove locate() call.
3761
3762 2006-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3763
3764         * python/convertrules.py (conv): indent 4 for python files.
3765
3766 2006-04-29  Mats Bengtsson  <mabe@s3.kth.se>
3767
3768         * Documentation/user/changing-defaults.itely (Creating contexts):
3769         Clarify \new semantics.
3770
3771 2006-04-28  Graham Percival  <gpermus@gmail.com>
3772
3773         * Documentation/user/ various: major new sections in the
3774         Learning manual, slight reorg elsewhere.
3775
3776 2006-04-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
3777
3778         * mf/GNUmakefile (MFTRACE_FLAGS): add $(outdir) to $(ENCODING_FILE) 
3779
3780         * scm/framework-ps.scm (output-framework): remove PageMedia
3781
3782 2006-04-27  Graham Percival  <gpermus@gmail.com>
3783
3784         * Documentation/user/ tweaks.itely, working.itely: new
3785         files, being more advanced "learning manual" chapters.
3786
3787         * Documentation/user/ tutorial, putting, lilypond: reorg.
3788
3789 2006-04-26  Graham Percival  <gpermus@gmail.com>
3790
3791         * input/regression/lyric-combine-polyphonic.ly: fixed test
3792         (no more "can't find context `one'" error).
3793
3794 2006-04-25  Joe Neeman <joeneeman@gmail.com>
3795
3796         * lily/stem-tremolo.cc (print): fix whole note tremolo placement
3797
3798         * input/regression/stem-tremolo.ly: add 2 more whole note examples
3799         
3800 2006-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3801
3802         * lily/relocate.cc (read_relocation_dir): new function.
3803
3804 2006-04-26  Graham Percival  <gpermus@gmail.com>
3805
3806         * Documentation/user/instrument-notation.itely: a few more fixes
3807         from Eduardo, thanks!
3808
3809         * Documentation/user/README.txt: new file; contains info on
3810         style that used to be in lilypond.tely.
3811
3812         * Documentation/user/ various: first round of doc reorg.
3813
3814         * Documentation/user/baer-flat-bw.png: remove alpha bit from
3815         graphic; this probably causes problems on some pdf
3816         viewers, notably Adobe Acrobat.
3817
3818 2006-04-24  Graham Percival  <gpermus@gmail.com>
3819
3820         * Documentation/user/instrument-notation.itely: many alterations
3821         to Vocal music, from Eduardo Viera.
3822
3823 2006-04-23  Graham Percival  <gpermus@gmail.com>
3824
3825         * Documentation/user/instrument-notation.itely: fix \new
3826         instead of \context problem.
3827
3828 2006-04-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3829
3830         * lily/relocate.cc (expand_environment_variables): new function.
3831         (read_line): id.
3832         (read_relocation_file): id.
3833
3834         * scm/stencil.scm (eps-file->stencil): fix EPS PS embedding code 
3835
3836 2006-04-21  Erlend Aasland  <erlenda@gmail.com>
3837
3838         * ly/engraver-init.ly: remove old comments from TabVoice
3839
3840 2006-04-20  Graham Percival  <gpermus@gmail.com>
3841
3842         * Documentation/user/instrument-notation.itely: added Erlend's
3843         latest doc patch, thanks!
3844
3845 2006-04-19  Erlend Aasland <erlenda@gmail.com>
3846
3847         * lily/include/slur.hh:
3848         * lily/slur.cc:
3849         * lily/phrasing-slur-engraver.cc:
3850         * lily/slur-engraver.cc: Fix 'cut & paste' code by merging
3851         acknowledge_extra_object () from Phrasing_slur_engraver:: and
3852         Slur_engraver:: and putting it in
3853         Slur::auxiliary_acknowledge_extra_object ().
3854
3855         * ps/music-drawing-routines.ps (draw_dashed_slur): fix another bug
3856
3857         * lily/note-collision.cc: fix a comment
3858
3859 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
3860
3861         * stepmake/bin/add-html-footer.py: fix footer position in
3862         generated html files: before </body> and </html> tags.
3863
3864 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
3865
3866         * scripts/GNUmakefile: revert last "fix", which rather broke make.
3867         Earlier successive `make' commands finally compiled ok.
3868
3869         * Documentation/topdocs/INSTALL.texi: require mftrace 1.1.19.
3870
3871 2006-04-18  Erlend Aasland <erlenda@gmail.com>
3872
3873         * lily/include/stem-tremolo.hh:
3874         * lily/stem-tremolo.cc: move rotated_box () to Lookup:: and update
3875         callers.
3876
3877         * lily/lookup.cc:
3878         * lily/include/lookup.hh: add rotated_box ()
3879
3880 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
3881
3882         * scripts/GNUmakefile: bugfix: run help2man only after scripts have 
3883         been generated. Fixes "can't get `--help'" bug after make clean.
3884
3885         * THANKS: alphabetize contributors.
3886
3887 2006-04-17  Graham Percival  <gpermus@gmail.com>
3888
3889         * Documentation/user/instrument-notation.itely: added Erlend's
3890         tabs and banjo doc patch.  Thanks!
3891
3892 2006-04-17  Erlend Aasland  <erlenda@gmail.com>
3893
3894         * scm/define-grobs.scm: fix stem-attachment for tablature note heads.
3895
3896         * ps/music-drawing-routines.ps (draw_dashed_line): fix dash pattern bug.
3897
3898         * scm/output-lib.scm: add some more predefined string tunings.
3899
3900         * Documentation/user/instrument-notation.itely: and doc them.
3901
3902 2006-04-16  Jürgen Reuter  <reuter@ipd.uka.de>
3903
3904         * ly/engraver.ly: Remove obsolete comments.
3905
3906         * ly/gregorian-init.ly: Define default layout block.
3907
3908         * input/puer-fragment.ly: Updated and extended.
3909
3910 2006-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
3911
3912         * lily/lily-parser-scheme.cc: Use them to fix --output=DIR/BASE
3913         pdf conversion behaviour.
3914
3915         * flower/file-name.cc (dir_name)
3916         (get_working_directory): Move from relocate.cc.
3917
3918         * lily/relocate.cc (setup_paths): Remove rogue stat calls.
3919         
3920         * lily/relocate.cc: Encapsulate sys/stat.h in
3921         HAVE_STAT_H.
3922
3923 2006-04-14  Graham Percival  <gpermus@gmail.com>
3924
3925         * Documentation/user/ various: small updates from Cameron
3926         and Juergen, thanks!
3927
3928         * Documentation/user/ various: small updates of my own.
3929
3930         * THANKS: 2.7 -> 2.8.
3931
3932 2006-04-11  Graham Percival  <gpermus@gmail.com>
3933
3934         * scm/define-context-properties.scm: typo.
3935
3936         * Documentation/user/ : many more small updates.
3937
3938 2006-04-13  Jürgen Reuter  <reuter@ipd.uka.de>
3939
3940         * scm/define-music-types.scm: disposed "docme".
3941
3942 2006-04-11  Erlend Aasland  <erlenda@gmail.com>
3943
3944         * lily/hairpin.cc: make niente circles a bit smaller.
3945
3946 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
3947
3948         * mf/GNUmakefile: remove redundant mftrace check. Also remove
3949         get-pfa and get-*-fonts targets.
3950
3951 2006-04-10  Graham Percival  <gpermus@gmail.com>
3952
3953         * THANKS, Documentation/user/ basic-notation, advanced-notation,
3954         music-glossary, programming-interface: more minor fixes
3955         from mailist.
3956
3957         * scm/define-grob-properties.scm: clarified direction, thanks Mats!
3958
3959         * scm/define-context-properties.scm: another old \property update.
3960         This time tested for compiling!
3961
3962 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
3963
3964         * mf/GNUmakefile: fix for mftrace version >= 1.2.0
3965
3966 2006-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3967
3968         * scm/define-context-properties.scm (all-user-translation-properties): 
3969         * Documentation/user/global.itely (Page formatting): Compile fix.
3970
3971 2006-04-09  Mats Bengtsson  <mabe@s3.kth.se>
3972
3973         * Documentation/user/advanced-notation.itely (Polymetric
3974         notation): Update the example to use the "+" symbol and add link
3975         to input/test/compound-time.ly.
3976
3977 2006-04-08  Graham Percival  <gpermus@gmail.com>
3978
3979         * scm/define-grob-properties.scm: clarify docs for #'direction.
3980
3981         * scm/define-context-properties.scm: update old \property override.
3982
3983         * Documentation/user/ advanced-notation, global, lilypond-book:
3984         more minor doc updates.
3985
3986 2006-04-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
3987
3988         * lily/parser.yy (Generic_prefix_music_scm): append lists, not objects.
3989
3990         * scm/backend-library.scm (search-gs): oops.
3991
3992 2006-04-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
3993
3994         * scripts/lilypond-book.py (output): use base, not filename for href.
3995
3996         * scm/backend-library.scm: only look for gs.
3997
3998         * scripts/lilypond-book.py (output): fix printfilename.
3999
4000         * lily/parser.yy (music_function_musicless_prefix): fold together
4001         definitions of signature (SCM*) (Music|post_event|chord_body_element)
4002
4003         * lily/slur.cc (print): only set font-size if not set yet.
4004
4005         * lily/slur-configuration.cc (add_score): improved layout of debug
4006         scoring output.
4007
4008 2006-04-05  David Feuer  <David.Feuer@gmail.com>
4009
4010         * music-drawing-routines.ps (draw_round_box): removed testing artifact.
4011         (draw_circle): Hopefully fixed regression.
4012         Improved documentation for several procedures.
4013         
4014 2006-03-04  Werner Lemberg  <wl@gnu.org>
4015
4016         * ly/engraver-init.ly (\Score): Add beam-event to quotedEventTypes.
4017
4018 2006-04-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
4019
4020         * scripts/musicxml2ly.py (bindir): add dynamic
4021         relocation. 
4022
4023 2006-04-04  Graham Percival  <gpermus@gmail.com>
4024
4025         * Documentation/user/ basic-notation, advanced-notation, putting,
4026         instrument-notation, invoking, lilypond, THANKS: another ream of small
4027         fixes from the Doc Helpers.
4028
4029 2006-04-03  David Feuer  <David.Feuer@gmail.com>
4030
4031         * music-drawing-routines.ps: remove superfluous gsave/grestore pairs.
4032
4033         * lilyponddefs.ps (set-ps-scale-to-lily-scale): Fixed code duplication.
4034
4035         * Cleaned up interfaces between PostScript and Scheme, and moved
4036         computations from PostScript to Scheme:
4037
4038         * music-drawing-routines.ps
4039         (*SF, stroke_and_fill): new procedures.  Replaced stroke and fill
4040         with stroke_and_fill throughout.
4041         (euclidean_length, print_letter, draw_box): Deleted unused
4042         procedures.  If someone needs draw_box, implement it using
4043         draw_round_box; don't duplicate code.
4044         (print_glyphs, draw_round_box, draw_polygon, draw_repeat_slash):
4045         Refactored/cleaned up interfaces.
4046         (mark_URI): Moved.
4047
4048         * output-ps.scm: reordered arguments to PostScript functions to
4049         match new interfaces
4050         (glyph-string): Rewrote glyph-string.
4051         (grob-cause): Replaced string-append with format.
4052         (repeat-slash): Rewrote to do computation here.
4053         (round-filled-box): Rewrote to do computation here.
4054
4055 2006-04-04  Erlend Aasland  <erlenda@gmail.com>
4056
4057         * stepmake/stepmake/generic-targets.make: add cvs-clean target
4058
4059         * stepmake/stepmake/toplevel- targets.make: print help info about
4060         cvs-clean
4061
4062 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
4063
4064         * input/regression/hairpin-circled.ly: new file
4065
4066 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
4067
4068         * lily/hairpin.cc (print): add support for circled tip
4069
4070         * scm/define-grob-properties.scm: add circled-tip parameter
4071
4072         * scm/define-grobs.scm: init circled-tip to false
4073         
4074 2006-04-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
4075
4076         * scm/music-functions.scm (quote-substitute): set
4077         iterators-ctor. 
4078
4079 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
4080
4081         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): set
4082         BSTINPUTS. 
4083
4084         * Documentation/topdocs/AUTHORS.texi (Top): add David Feuer.
4085
4086         * scm/output-ps.scm (glyph-string): revert cid selectfont.
4087
4088 2006-03-31  David Feuer  <david.feuer@gmail.com>
4089         
4090         * scm/framework-ps.scm:
4091         
4092         * scm/output-ps.scm: glyph-string now produces smaller, more
4093         readable, and probably faster PostScript.  Several findfont
4094         scalefont setfont instances changed to selectfont
4095         Hacked-up string-appends changed to formats.
4096
4097         * ps/music-drawing-routines.ps: add print_letter, print_glyphs.
4098         
4099 2006-03-30  Graham Percival  <gpermus@gmail.com>
4100
4101         * scm/lily-library.scm: make "no version" warning message more polite.
4102
4103         * lily/music.cc: add double quotes to failed octave check.
4104
4105         * Documentation/user/ advanced-notation, changing-defaults,
4106         instrument-notation, invoking, music-glossary: whole bunch of minor
4107         fixes from mailist.
4108
4109 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
4110
4111         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): use
4112         $(buildscriptdir) iso. depth.
4113
4114         * VERSION (PACKAGE_NAME): release 2.9.1
4115
4116 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
4117
4118         * lily/pango-font.cc (pango_item_string_stencil): more robustness.
4119
4120         * VERSION (PATCH_LEVEL): bump version number.
4121
4122         * flower/include/guile-compatibility.hh (scm_from_uint32): add
4123         scm_from_uint32 ()
4124
4125         * lily/pango-font.cc (pango_item_string_stencil): use
4126         scm_from_uint32 ()
4127
4128         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
4129         $(outdir)/emmentaler-%.svg): remove canary.
4130
4131         * lily/pango-font.cc (pango_item_string_stencil): only use uXXX
4132         glyphnames if we have a ttf font.
4133
4134 2006-03-30  Mats Bengtsson  <mabe@s3.kth.se>
4135
4136         * Documentation/user/advanced-notation.itely (Font selection):
4137         Corrected reference to the font-family-override.ly example.
4138
4139 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
4140         
4141         * lily/chord-tremolo-engraver.cc (acknowledge_stem): set the
4142         stem-tremolo object in the stem (or else the stem might not be
4143         long enough).
4144
4145 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
4146
4147         * lily/ttf.cc (print_trailer): only print existing glyphs.
4148
4149 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
4150
4151         * lily/stem-tremolo.cc (print): for whole notes (and breves, etc.)
4152         position the tremolo based on the position of the notehead.
4153
4154         * input/regression/stem-tremolo.ly: add example of unbeamed eighth
4155         notes and update the texidoc line with the new positioning rules.
4156         
4157 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
4158
4159         * lily/ttf.cc (print_trailer): don't always use uXXX glyphname.
4160
4161         * scripts/lilypond-book.py (Module): set default for linewidth if
4162         preamble not found.
4163
4164 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
4165
4166         * VERSION (PACKAGE_NAME): release 2.9.0.
4167
4168         * input/regression/stem-tremolo-position.ly: new file.
4169
4170         * lily/stem-tremolo.cc: remove Stem_tremolo::dim_callback
4171
4172 2006-03-28  Joe Neeman  <joeneeman@gmail.com>
4173
4174         * lily/stem-tremolo.cc (print): position
4175         the tremolo depending only on the end of the stem
4176         and not on the notehead
4177         (raw_stencil): center, on the middle staff line, the
4178         flag that is closest to the end of the stem (previously
4179         the bottom flag)
4180         (calc_width): add this callback to shorten a tremolo when
4181         it is beamed or it is stemup with a flag
4182         (style): add this callback to make a tremolo rectangular when
4183         it is beamed or it is stemup with a flag
4184         (rotated_box): this is like Lookup::beam but makes a rotated
4185         rectangle instead of a parallelogram
4186
4187         * lily/stem.cc (calc_stem_info): make sure the stem
4188         is long enough to fit the tremolo
4189         (calc-length): reduce the length of tremolo stems since the
4190         tremolo code is now capable of better positioning
4191
4192         * scm/define-grobs.scm: make calc_width the default beam-width
4193         callback for stem-tremolo and add the style callback
4194                 
4195 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
4196
4197         * lily/tuplet-bracket.cc (calc_control_points): handle suicide
4198         case. 
4199
4200 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
4201
4202         * lily/ttf.cc (make_index_to_charcode_map): restore old
4203         cmap. 
4204
4205 2006-03-28  Werner Lemberg  <wl@gnu.org>
4206
4207         * lily/pango-font.cc (get_unicode_name): Fix `uXXXXX' glyph names.
4208
4209 2006-03-28  Graham Percival  <gpermus@gmail.com>
4210
4211         * THANKS: update for 2.9, add section for Documentation helpers.
4212
4213         * Documentation/topdocs/NEWS.tely: compile fix.
4214
4215         * Documentation/user/ basic-notation, global, advanced-notation,
4216         examples.itely: minor fixes from mailist.
4217
4218 2006-03-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
4219
4220         * mf/feta-bolletjes.mf: match width of solfa notes with normal
4221         note heads. 
4222
4223         * lily/ttf.cc (print_trailer): use it.
4224
4225         * lily/pango-font.cc (get_unicode_name): new function.
4226
4227         * lily/ttf.cc (make_index_to_charcode_map): move function from
4228         open-type-font.cc
4229         (print_trailer): substitute uniXXXX name if applicable. 
4230
4231         * lily/pango-font.cc (get_index_to_charcode_map): new function.
4232         (pango_item_string_stencil): use it to generate uniXXXX names.
4233
4234         * mf/feta-bolletjes.mf (overdone_heads): add small style (ugly)
4235         note heads, for uniform widths in shape note output.
4236         (overdone_heads): hmm. remove them again.
4237
4238         * scripts/lilypond-book.py (output): add links to filenames.
4239
4240         * Documentation/topdocs/INSTALL.texi (Top): update versions.
4241
4242         * lily/note-collision.cc (get_clash_groups): only consider when
4243         Note_column::dir <> CENTER. 
4244
4245         * scripts/lilypond-book.py (get_option_parser): init output_name
4246         to ''. 
4247
4248 2006-03-24  Graham Percival  <gpermus@gmail.com>
4249
4250         * Documentation/topdocs/NEWS.tely: add @end itemize
4251
4252         * Documentation/user/ global, advanced-notation: minor
4253         stuff from mailist.
4254
4255 2006-03-23  Graham Percival  <gpermus@gmail.com>
4256
4257         * Documentation/user/ lilypond.tely, music-glossary,
4258         preface: housekeeping; 2005->2006, remove "notes for 2.6"
4259
4260 2006-03-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
4261
4262         * mf/GNUmakefile: don't install .enc files.
4263
4264         * Documentation/topdocs/NEWS.tely: clear for 2.9 cycle.
4265
4266         * VERSION (PATCH_LEVEL): bump to 2.9.0
4267
4268 2006-03-22  Graham Percival  <gpermus@gmail.com>
4269
4270         * Documentation/user/advanced-notation.itely: minor fixes
4271         from mailist.
4272
4273 2006-03-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
4274
4275         * Documentation/topdocs/AUTHORS.texi (Top): add Joe Neeman.
4276
4277         * branch lilypond_2_8
4278
4279 2006-03-22  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
4280
4281         * scripts/lilypond-book.py (samefile): new function, for windoze
4282         compatibility.
4283
4284 2006-03-21  Graham Percival  <gpermus@gmail.com>
4285
4286         * ly/engraver-init.ly: add info about StaffGroup.
4287
4288 2006-03-21  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
4289
4290         * input/regression/stem-direction-context.ly: idem.
4291
4292         * Documentation/topdocs/NEWS.tely (Top): fix interpolation example.
4293
4294         * THANKS: add Mats.
4295
4296         * input/regression/page-layout-twopass.ly: comment out \markup so
4297         tweak-file is left.
4298
4299         * lily/instrument-name-engraver.cc (finalize): add to instrument
4300         name global System. This also fixes chopped instrument names, but
4301         doesn't crash when there are slurs/beams.
4302
4303         * lily/slur-configuration.cc (add_score): disallow negative slur
4304         scores.
4305         
4306 2006-03-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4307
4308         * scm/framework-ps.scm (dump-stencil-as-EPS): remove debugging code.
4309
4310         * lily/instrument-name-engraver.cc (process_music): kludge: add
4311         InstrumentName spanner to axis group of left bound. Fixes chopped
4312         off instrument names in EPS images.
4313
4314         * input/regression/lyric-hyphen-retain.ly: elaborate explanation.
4315
4316         * scripts/abc2ly.py (option_parser): update to 2.7.40
4317
4318 2006-03-20  Graham Percival  <gpermus@gmail.com>
4319
4320         * THANKS: move small doc contributors to SUGGESTIONS.
4321
4322         * Documentation/user/ basic-notation, advanced-notation,
4323         global: small changes from mailist.
4324
4325 2006-03-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4326
4327         * Documentation/user/advanced-notation.itely (Text marks): update
4328         for new rehearsalMarkAlignSymbol convention.
4329
4330         * VERSION (PATCH_LEVEL): bump version.
4331
4332         * input/test/instrument-name-align.ly: new file.
4333
4334         * scm/define-markup-commands.scm (hcenter-in): add hcenter-in.
4335
4336         * input/test/instrument-name-align.ly: new file. Document how to
4337         align instrument names.
4338
4339         * lily/mark-engraver.cc: remove properties.
4340
4341         * scm/define-context-properties.scm
4342         (all-user-translation-properties): remove align symbol properties
4343         for barnumber/reh. mark.
4344
4345         * lily/break-align-interface.cc (self_align_callback): new
4346         interface, new function. Look at complete alignment. This handles
4347         tunable break alignments in case break-align-symbols are missing.
4348
4349         * lily/bar-number-engraver.cc (acknowledge_break_alignment): new function
4350
4351         * lily/mark-engraver.cc (acknowledge_break_alignment): new function.
4352
4353         * python/convertrules.py (conv): mark/bar number alignment rule.
4354
4355         * lily/break-align-interface.cc (calc_positioning_done): also
4356         store offset from last visible break-alignment to its
4357         neighbor. This makes alignment on non-visible objects more reliable.
4358
4359         * po/lilypond.pot (Module): ran po-replace.
4360
4361         * input/regression/tie-single-manual.ly (Module): new file.
4362
4363         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
4364         look at has_manual_position_.
4365         (from_ties): set has_manual_position_ if tie has staff-position set.
4366
4367         * lily/tuplet-bracket.cc (calc_positions): idem.
4368
4369         * lily/tuplet-number.cc (print): don't print tupletnumber if it
4370         doesn't span time.
4371
4372 2006-03-19  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4373
4374         * scm/define-markup-commands.scm (smallCaps): new markup command
4375         for turning a text to small caps using smaller font size and upper
4376         casing.
4377
4378 2006-03-17  Graham Percival  <gpermus@gmail.com>
4379
4380         * Documentation/user/ examples, instrument-notation,
4381         advnaced-notation: minor fixes from mailist.
4382
4383 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4384
4385         * Documentation/user/tutorial.itely (First steps): change example
4386         to verbatim.  
4387
4388 2006-03-17  Graham Percival  <gpermus@gmail.com>
4389
4390         * Documentation/user/ examples, advanced: minor changes from mailist.
4391
4392         * THANKS: add Geoff Horton, for documentation stuff.
4393
4394 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4395
4396         * python/lilylib.py (system): revert have_select kludge.
4397
4398         * Documentation/user/tutorial.itely (Commenting input files):
4399         update version numbers in doc. 
4400
4401         * scm/define-grob-interfaces.scm (multi-measure-interface): add
4402         bound-padding to multi-measure-interface
4403
4404 2006-03-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4405
4406         * input/test/engraver-example.ily: update version number.
4407
4408         * VERSION (PACKAGE_NAME): release 2.7.39
4409
4410         * lily/note-spacing.cc (get_spacing): heighten threshold where
4411         accidentals/arpeggios influence previous spacing fully.
4412
4413         * lily/rest.cc (y_offset_callback): only use direction if
4414         staff-position wasn't set before.
4415
4416         * lily/bar-number-engraver.cc: add support for
4417         barNumberAlignSymbol. 
4418         add ADD_ACKNOWLEDGER() call for break_aligned. Fixes bar-number-breathe
4419
4420         * lily/pointer-group-interface.cc (set_ordered): new function. 
4421         (add_unordered_grob): new function.
4422
4423         * lily/grob-array.cc (Grob_array): grob-arrays are always assumed
4424         to ordered, unless the opposite has been proved.  This fixes
4425         random reordering of large object groups across linebreaks,
4426         eg. beams.
4427
4428         * lily/main.cc (do_chroot_jail): printf format fix.
4429
4430         * lily/tie-formatting-problem.cc (generate_configuration):
4431         multiply y-shift for dot with direction.
4432  
4433         * scm/define-markup-commands.scm (note-by-number): put (magstep
4434         size) in y-attach too.
4435
4436         * Documentation/topdocs/NEWS.tely (Top): show override.
4437
4438         * scm/define-grobs.scm (all-grob-descriptions): reinstate neutral
4439         direction for stems.
4440         
4441 2006-03-15  Graham Percival  <gpermus@gmail.com>
4442
4443         * Documentation/user/ changing-defaults, global: minor
4444         fixes from mailist.
4445
4446 2006-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4447
4448         * lily/lexer.ll (Lily_lexer): bump required version to 2.7.38
4449
4450         * lily/spacing-spanner.cc (musical_column_spacing): crude fix for
4451         breakable items after uniformly stretched notes.
4452
4453         * lily/tie-formatting-problem.cc (set_chord_outline): initialize
4454         outline with outer edge of note heads. This prevents infinity
4455         problems with tied whole notes.
4456
4457         * scripts/lilypond-book.py (do_file): use os.popen
4458
4459         * python/convertrules.py (conv): add rule for Stem #'beamed-*
4460
4461 2006-03-14 Erik Sandberg  <mandolaerik@gmail.com>
4462
4463         * Documentation/user/invoking.itely: Add ragged-right to bug report
4464         guidelines.
4465
4466 2006-03-14  Graham Percival  <gpermus@gmail.com>
4467
4468         * Documentation/user/global.itely: small fix from mailist.
4469
4470 2006-03-14  Mats Bengtsson  <mabe@s3.kth.se>
4471
4472         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use the
4473         file descriptor returned by tempfile.mkstemp() when writing
4474         to tmpfile and closing it. Solves problem with unlink(tmpfile)
4475         on mingw.
4476
4477 2006-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
4478
4479         * po/fi.po: newline bugfix.
4480
4481 2006-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
4482
4483         * scm/paper.scm (paper-alist): Rounding fixes.
4484
4485 2006-03-13  Graham Percival  <gpermus@gmail.com>
4486
4487         * Documentation/user/ changing-defaults, instrument-notation,
4488         tutorial: small fixes from mailist, mostly from Mats.  Thanks!
4489
4490 2006-03-13 Heikki Junes  <hjunes@cc.hut.fi>
4491
4492         * po/fi.po: update.
4493
4494 2006-03-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4495
4496         * stepmake/bin/add-html-footer.py (mail_address_url): don't add
4497         mailto: to http:// 
4498
4499         * python/lilylib.py (print_environment): move ps_page_count to
4500         lilypond-book.py
4501
4502 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4503
4504         * Documentation/user/music-glossary.tely (G clef): fix clef alignments.
4505
4506         * scm/framework-ps.scm (embed-document): new function. Use to
4507         embed PFA files.
4508
4509         * ly/engraver-init.ly: init rehearsalMarkAlignSymbol to staff-bar.
4510
4511 2006-03-12  Mats Bengtsson  <mabe@s3.kth.se>
4512
4513         * Documentation/user/instrument-notation.itely (Setting simple
4514         songs): Added \book{...} around the full example, so the separate
4515         markups are included in the printed example. 
4516
4517 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4518
4519         * scripts/lilypond-book.py (get_latex_textwidth): explicitly close
4520         tmphandle.
4521
4522         * python/lilylib.py (system): rewrite system() using
4523         subprocess. Remove >& redirection trickery.
4524
4525 2006-03-11  Graham Percival  <gpermus@gmail.com>
4526
4527         * Documentation/user/ changing-defaults, global, scheme-tutorial,
4528         notation-appendices.itely: minor fixes from mailist.
4529
4530 2006-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4531
4532         * Documentation/user/GNUmakefile ($(outdir)/lilypond.html):
4533         unsplit man also needs images.
4534
4535         * tex/texinfo.tex (sectionheading, q.v.): relax after \char'15.
4536
4537         * VERSION (PACKAGE_NAME): 2.7.38 released.
4538
4539 2006-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4540
4541         * scripts/lilypond-book.py (get_latex_textwidth): look for latex
4542         log in output dir.
4543
4544 2006-03-08  Johannes Schindelin  <Johannes.Schindelin@gmx.de>
4545
4546         * lily/audio-column.cc, lily/score-performer.cc: MIDI output now
4547         respects the Score.skipTypesetting property.
4548         
4549 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4550
4551         * scm/framework-ps.scm (ps-embed-cff): no Setup section in
4552         Prolog. No %%EOF after CFF file.
4553
4554 2006-03-08  Joe Neeman  <joeneeman@gmail.com>
4555         
4556         * lily/constrained-breaking.cc (get_max_systems): used to return a
4557         much too big value
4558         (combine_demerits): use pointers to reduce copying data
4559         (calc_subproblem): idem
4560         (get_page_penalty): add page turn penalties
4561         
4562 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4563
4564         * Documentation/user/invoking.itely (Invoking lilypond): better
4565         explanation of -e usage.
4566
4567         * lily/main.cc (main_with_guile): don't append to
4568         init_scheme_code_string
4569
4570         * tex/texinfo.tex (sectionheading, q.v.): don't center @image.
4571
4572         * Documentation/user/invoking.itely: add note about MacOS X scripts.
4573
4574         * scripts/convert-ly.py (do_options): don't print help for
4575         --show-rules rule.
4576
4577         * tex/texinfo.tex: patch texinfo.tex to leave single quotes in
4578         @code and @example. Update from texinfo.tex from CVS.
4579
4580 2006-03-08  Graham Percival  <gpermus@gmail.com>
4581
4582         * Documentation/user/scheme-tutorial.itely: clarifies distances
4583         measured in staff-spaces.
4584
4585 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4586
4587         * lily/slur.cc (outside_slur_callback): only calculate offsets if
4588         consider[k] is true.
4589
4590         * scm/output-ps.scm (grob-cause): put numbers to ~$ (Thanks Johannes!)
4591
4592         * lily/spacing-basic.cc (standard_breakable_column_spacing): also
4593         consider columns that have originals.  Unifies spacing for mm
4594         rests around line breaks.
4595
4596         * lily/multi-measure-rest.cc (set_spacing_rods): read bound-padding.
4597         (set_text_rods): idem.
4598         (calculate_spacing_rods): new function: share code between
4599         set_text_rods and set_spacing_rods.
4600         (set_text_rods): take extents of bounds into account.  
4601
4602 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4603
4604         * Documentation/user/basic-notation.itely (Writing music in
4605         parallel): don't use relative.
4606
4607 2006-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4608
4609         * ly/music-functions-init.ly (Module): add shiftDurations
4610
4611         * ly/drumpitch-init.ly (drumPitchNames): add tamtam.
4612
4613         * scm/paper.scm (paper-alist): no decimals for Ax paper sizes. 
4614
4615         * ly/engraver-init.ly: init vocalName to nil.
4616
4617 2006-03-05 Erik Sandberg  <mandolaerik@gmail.com>
4618
4619         * scm/music-functions.scm (music->make-music): bugfix,
4620         KeyChangeEvents are now handled correctly.
4621
4622         * scripts/lilypond-book.py: Add --debug option.
4623
4624 2006-03-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4625
4626         * python/lilylib.py: add tempfile.
4627
4628 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4629
4630         * VERSION (PACKAGE_NAME): release 2.7.37
4631
4632         * python/lilylib.py (ps_page_count): remove make_ps_images().
4633         (ps_page_count): remove mkdir_p
4634         (system): remove cleanup_temp.
4635         (exit): remove lilypond_version_(check)
4636         (error_log): remove pseudo_filter_p
4637         remove read_pipe
4638         remove cp_to_dir
4639         remove identify
4640
4641         * scripts/lilypond-book.py (Lilypond_snippet.compose_ly): don't
4642         use __main__
4643
4644         * lily/accidental-engraver.cc (make_standard_accidental): only add
4645         support for side-axis is X_AXIS. Fixes text-spacing-accidental.ly
4646
4647         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
4648         $(outdir)/emmentaler-%.svg): rewrite without functions; too many
4649         Make incompatibilities.
4650
4651         * scm/output-ps.scm (grob-cause): replace backslashes by /
4652         (glyph-string): use ~$ for less decimals for glyph-string and grob-cause.
4653
4654 2006-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4655
4656         * cygwin/GNUmakefile: Install fixes.
4657
4658         * scripts/GNUmakefile (SEXECUTABLES): Install fix: remove mup2ly.
4659
4660         * lily/note-head.cc (head::get_balltype): Compile fix.
4661
4662         * flower/file-name.cc (dos_to_posix): Flower string fix.
4663
4664 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4665
4666         * python/lilylib.py: pychecker cleanups.
4667
4668         * scripts/lilypond-book.py
4669         (Lilypond_snippet.output_print_filename): pychecker cleanups
4670
4671         * scripts/midi2ly.py (Key.dump): pychecker cleanups.
4672
4673         * python/lilylib.py (underscore): remove identify() , warranty()
4674
4675         * ps/music-drawing-routines.ps: change Border routine for GSView
4676         compatibility.
4677
4678         * lily/stem.cc (height): use quantize-positions.  This triggers
4679         set_stem_lengths, so scripts on beamed stems are handled correctly.
4680
4681         * lily/side-position-interface.cc (aligned_side): check if edges
4682         of script are inside staff. Fixes accent of edge of the staff.
4683
4684         * input/regression/staccato-pos.ly: more examples.
4685
4686         * stepmake/aclocal.m4 (depth): fix bashism.
4687
4688         * lily/lyric-combine-music-iterator.cc: move from
4689         new-lyric-combine-iterator.cc
4690         (process): add pending_grace_lyric_ member to delay lyrics on
4691         grace notes.
4692
4693         * lily/system-start-text.cc (print): suicide if we don't have any
4694         elements. Fixes hara kiri'd instrument names.
4695
4696         * scripts/mup2ly.py (Module): remove.
4697
4698 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4699
4700         * Documentation/user/global.itely (A single music expression):
4701         close @lilypond properly
4702
4703         * lily/volta-bracket.cc (modify_edge_height): change from
4704         after_line_breaking_callback. Suicide last bracket if appropriate.
4705  
4706         * python/lilylib.py: strip getopt support
4707
4708         * scripts/etf2ly.py (do_options): use optparse
4709
4710         * scripts/midi2ly.py: optparse, strip lilylib copy. 
4711
4712         * scripts/abc2ly.py (voices): use optparse.
4713
4714         * stepmake/stepmake/generic-vars.make: new function absdir.
4715
4716         * scripts/convert-ly.py (bindir): use optparse, argv[0] relocation.
4717
4718         * scripts/lilypond-book.py (find_file): use global_options for
4719         include path
4720
4721         * scm/ps-to-png.scm (ps-page-count): prevent null characters
4722         entering C code.
4723
4724 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4725
4726         * python/lilylib.py (get_global_option): ughness for extracting
4727         global options from lilylib.
4728         (NonDentedHeadingFormatter.format_heading): move from musicxml2ly
4729
4730         * scripts/lilypond-book.py (get_option_parser): use optparse for
4731         option handling.  Put options in global_options variable.
4732
4733 2006-02-28  Heikki Junes  <hjunes@cc.hut.fi>
4734
4735         * Documentation/index.html.in: clarify.
4736
4737 2006-02-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4738
4739         * scm/layout-page-layout.scm (write-page-breaks): add a
4740         music-system-heights property to the page layout output.
4741
4742         * scm/page.scm (make-page-stencil): take footer into account when
4743         computing the 'space-left page property
4744         (annotate-space-left): take footer into account when annonating
4745         space left.
4746
4747 2006-02-28  Graham Percival  <gpermus@gmail.com>
4748
4749         * Documentation/user/ advanced-notation, global: more (final)
4750         docs for music expressions, removed special fermatas.
4751
4752 2006-02-27  Graham Percival  <gpermus@gmail.com>
4753
4754         * Documentation/user/ basic-notation, global: minor changes
4755         from mailist.
4756
4757 2006-02-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4758
4759         * scm/framework-ps.scm:         
4760         * scm/lily-library.scm (nan?, inf?): Move guile 1.6 compatibility
4761         layer for inf? and nan? from framework-ps to lily-library.
4762
4763 2006-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4764
4765         * mf/GNUmakefile ($(outdir)/emmentaler-$(1).otf
4766         $(outdir)/emmentaler-$(1).svg): remove backslashes from define endef.
4767
4768         * buildscripts/substitute-encoding.py (Module): remove file.
4769
4770         * mf/GNUmakefile: more PFA strippage.
4771
4772         * mf/aybabtu.pe.in (i): remove PFAaybabtu generation
4773
4774         * buildscripts/gen-emmentaler-scripts.py (i): remove PFAemmentaler
4775         generation
4776
4777         * scm/framework-ps.scm: remove font name munging.
4778
4779         * Documentation/topdocs/INSTALL.texi (Top): bump GS requirement.
4780
4781 2006-02-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4782
4783         * scm/markup.scm (define-markup-command): change
4784         def-markup-command to define-markup-command
4785
4786         * scm/music-functions.scm (define-music-function): change
4787         def-music-function to define-music-function.
4788
4789         * python/convertrules.py (conv): rules for def-music-function
4790         and def-markup-commands
4791
4792         * Documentation/user/programming-interface.itely,
4793         input/no-notation/display-lily-tests.ly,
4794         input/regression/lily-in-scheme.ly,
4795         input/regression/markup-user.ly,
4796         input/regression/music-function.ly, input/regression/tie-chord.ly,
4797         scm/fret-diagrams.scm, ly/music-functions-init.ly,
4798         ly/gregorian-init.ly: use new macro names (define-music-function,
4799         define-markup-command).
4800
4801 2006-02-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4802
4803         * scripts/lilypond-book.py (main): write Makefile dependencies file. 
4804         (output): add comments to lp-book latex output.
4805
4806         * GNUmakefile.in (footifymail): use gmane address for webpage bug
4807         address.
4808
4809 2006-02-23  Graham Percival  <gpermus@gmail.com>
4810
4811         * Documentation/user/ tutorial, global: minor changes.
4812
4813 2006-02-23  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4814
4815         * mf/GNUmakefile: add '\' in multi-line "define ... endef"
4816         blocks (for make 3.80)
4817
4818         * scm/parser-ly-from-scheme.scm (ly:parse-string-result): add
4819         \notemode so that user should not have to explicitely type it.
4820
4821         * scm/define-music-display-methods.scm: various
4822         fixes (ApplyOutputEvent, ApplyContext; \new, \context and derived
4823         constructs)
4824
4825         * input/no-notation/display-lily-tests.ly: new tests for
4826         \applyOutput and \applyContext
4827
4828 2006-02-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4829
4830         * lily/constrained-breaking.cc: patch by Joe Neeman: "I have
4831         changed it slightly so that the number of systems returned by
4832         solve () will be the same as the last value passed to resize
4833         (). I've also added more documentation, removed casts, fixed style
4834         problems and put in some recovery if constraints aren't satisfied."
4835
4836 2006-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4837
4838         * elisp/lilypond-mode.el (count-matches-as-number): New funtion
4839         for emacs < 22 compatibility.
4840         (count-rexp): Use it.
4841         (LilyPond-string-current-midi, LilyPond-string-all-midi): Remove
4842         substring juggling (Milan Zamazal).
4843
4844 2006-02-23  Graham Percival  <gpermus@gmail.com>
4845
4846         * Documentation/user/ basic-notation, advanced-notation,
4847         global.itely, invoking.itely, tutorial,itely:
4848         minor fixes from mailist.
4849
4850         * scm/define-markup-commands.scm: improve docs of \filled-box.
4851
4852 2006-02-23  Heikki Junes  <hjunes@cc.hut.fi>
4853
4854         * Documentation/index.html.in: changes concern the previous release.
4855
4856         * input/regression/+.ly: cultivate typographical terminology.
4857
4858 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4859
4860         * scm/define-grob-interfaces.scm (parentheses-interface): add
4861         padding to parentheses-interface.
4862
4863         * Documentation/user/GNUmakefile: remove $(CROSS) support from
4864         Documentation/user/GNUmakefile. Use --disable-documentation for that.
4865
4866         * VERSION (PATCH_LEVEL): release 2.7.36
4867
4868         * lily/slur.cc: add avoid-slur (ugh.)
4869         
4870         * lily/slur-configuration.cc (fit_factor): oops, skip point if
4871         intersection gets smaller. This fixes slurs over extreme points.
4872
4873         * lily/melody-engraver.cc (stop_translation_timestep): ignore
4874         stems with neutral-direction set.
4875
4876         * lily/piano-pedal-engraver.cc (create_text_grobs): idem.
4877
4878         * lily/open-type-font.cc (load_table): format error.
4879
4880         * lily/change-iterator.cc (process): format fix.
4881
4882         * flower/include/international.hh (_f): idem.
4883
4884         * flower/include/std-string.hh: add format printf attribute.
4885
4886         * scm/define-grobs.scm (all-grob-descriptions): height of all
4887         PedalLineSpanner is Y-extent property. Fixes pedal-ped.ly
4888
4889         * lily/ambitus-engraver.cc (finalize): use grob_array. This fixes
4890         ambitus lines.
4891
4892         * input/regression/beam-cross-staff-slope.ly: remove decrescendo.
4893
4894 2006-02-22 Erik Sandberg  <mandolaerik@gmail.com>
4895
4896         * input/regression/: upgraded syntax for some files.
4897
4898         * THANKS: Add bughunters.
4899
4900 2006-02-22  Graham Percival  <gpermus@gmail.com>
4901
4902         * Documentation/user/ invoking.itely, advanced-notation.itely,
4903         global.itely: long-awaited "let's make chapter 10 not suck"
4904         update.  Rearrange chapter 10; now called "global issues",
4905         addresses file structure, etc.  Some info from other files
4906         moved into global.itely.
4907
4908 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4909
4910         * lily/accidental-engraver.cc (acknowledge_rhythmic_head): also
4911         catch trill-span-event notes.
4912
4913         * Documentation/user/examples.itely (Ancient notation templates): typo.
4914         (Jazz combo): typo.
4915
4916         * scripts/lilypond-book.py (main): scrap invokes_lilypond(). 
4917
4918         * Documentation/user/basic-notation.itely (Ties): document \repeatTie.
4919
4920         * Documentation/topdocs/NEWS.tely (Top): document \repeatTie.
4921
4922         * scm/define-music-types.scm (music-descriptions): add RepeatTieEvent
4923
4924         * lily/repeat-tie-engraver.cc (acknowledge_note_head): new file. cut & paste
4925         froum Laissez_vibrer_engraver.
4926
4927         * ly/declarations-init.ly (repeatTie): add \repeatTie
4928
4929         * scm/define-grobs.scm (all-grob-descriptions): add RepeatTie, RepeatTieColumn
4930
4931         * scm/define-grob-properties.scm (all-user-grob-properties): add
4932         head-direction property.
4933
4934         * lily/tie-formatting-problem.cc (from_semi_ties): rename from
4935         from_lv_ties. Take head direction argument.
4936
4937         * lily/semi-tie-column.cc: rename from
4938         laissez-vibrer-tie-column.cc. Rename class too.
4939
4940         * lily/semi-tie.cc: rename from laissez-vibrer-tie.cc. Rename
4941         class too.
4942
4943         * lily/paper-score.cc (find_break_indices): move from Break_algorithm.
4944
4945         * lily/break-algorithm.cc (find_break_indices): remove linewidth <
4946         0 case.
4947         (find_breaks): idem.
4948
4949 2006-02-21  Graham Percival  <gpermus@gmail.com>
4950
4951         * Documentation/user/advanced-notation.itely: fixed make-moment]
4952         example.
4953
4954         * Documentation/user/basic-notation.itely: more clarification to
4955         transpose.
4956
4957 2006-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4958
4959         * lily/include/constrained-breaking.hh (class
4960         Constrained_breaking): new file.
4961
4962         * lily/constrained-breaking.cc (resize): new file.
4963
4964         * lily/gourlay-breaking.cc (do_solve): ragged-last iso raggedlast
4965
4966         * Documentation/user/advanced-notation.itely (Clusters): insert
4967         end ignore too.
4968
4969         * lily/tie-column.cc (calc_positioning_done): support for
4970         tie-score debugging
4971
4972         * lily/tie-formatting-problem.cc
4973         (generate_extremal_tie_variations): factor out.
4974         (score_ties_configuration): annotate all tie 
4975         (print_ties_configuration): new routine.
4976         (generate_configuration): nudge extremal ties outside of the head
4977         Y extents.
4978         (score_ties_configuration): oops. convert to staff-space before
4979         determining position symmetry.
4980
4981 2006-02-20  Graham Percival  <gpermus@gmail.com>
4982
4983         * Documentation/user/*-notation.itely: misc minor editing,
4984         shifting doc sections around.
4985
4986         * Documentation/user/*-notation-itely, global.itely,
4987         changing-defaults.itely: added new stuff from NEWS.
4988
4989 2006-02-20  Heikki Junes  <hjunes@cc.hut.fi>
4990
4991         * po/fi.po: update.
4992
4993 2006-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4994
4995         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): don't run
4996         lilypond --verbose for lp-book.
4997
4998         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
4999         $(outdir)/%.ly $(outdir)/%.ps): use $(srcdir) iso $(shell pwd).
5000
5001         * make/lysdoc-rules.make ($(outdir)/collated-files.tely): use
5002         $(buildscript-dir) iso. absolute depth.
5003
5004         * buildscripts/genicon.py (dir): thinko.
5005
5006         * Documentation/pictures/GNUmakefile ($(outdir)/%.ico): typo.
5007
5008 2006-02-19 Erik Sandberg  <mandolaerik@gmail.com>
5009
5010         * scm/output-lib.scm: swap darkcyan/darkyellow
5011
5012         * THANKS: Add bughunters.
5013
5014 2006-02-19  Graham Percival  <gpermus@gmail.com>
5015
5016         * Documentation/user/programming-interfaces.itely: fixed example.
5017
5018         * Documentation/user/instrument-notation.itely: fix @{ @}.
5019
5020         * scm/script.scm: add avoid-slur for \open.
5021
5022 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5023
5024         * lily/tie-formatting-problem.cc (score_configuration): use
5025         sliding score for min-length. 
5026
5027         * Documentation/pictures/GNUmakefile (local-dist): loose the rule
5028         spaghetti for icons.
5029
5030         * buildscripts/genicon.py (program_name): new file.
5031
5032         * lily/tie-formatting-problem.cc (set_chord_outline): put dots
5033         in outline too.  
5034         (generate_configuration): for small ties, also look for collisions
5035         at Y + DIR*h + DELTA_Y.
5036         (get_variations): consider variation for dot positions too.
5037
5038         * lily/side-position-interface.cc (aligned_side): take abs for
5039         quantized rounded position. Fixes tenuto below staff.
5040
5041         * scm/stencil.scm (annotate-y-interval): robustify: print nan/inf
5042         markers when necessary.
5043
5044         * lily/program-option.cc (internal_set_option): add
5045         strict_infinity_checking option.
5046
5047         * scm/output-lib.scm (cyan): swap yellow and cyan.
5048
5049 2006-02-19  Graham Percival  <gpermus@gmail.com>
5050
5051         * darwin.patch: trivial linenumber update.
5052
5053         * Documentation/user/ {various}: `\context foo = named' changed
5054         to `\new foo = "name"' in docs.
5055
5056 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5057
5058         * scm/stencil.scm (annotate-y-interval): use it.
5059
5060         * scm/lily-library.scm (interval-sane?): new function.
5061
5062         * buildscripts/mf-to-table.py (Char_metric.__init__): remove
5063         tfm_checksum stuff.
5064
5065         * lily/tie-formatting-problem.cc (from_lv_ties): add heads for
5066         common refpoint.
5067
5068         * flower/include/std-vector.hh (iterof): add iterof macro.
5069
5070         * lily/enclosing-bracket.cc (width): new function.
5071
5072         * lily/align-interface.cc (align_elements_to_extents): reinstate
5073         warning.
5074
5075 2006-02-18  Heikki Junes  <hjunes@cc.hut.fi>
5076
5077         * Documentation/index.html.in: fix spelling: thankyous.
5078
5079 2006-02-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5080
5081         * lily/lyric-hyphen.cc: typo.
5082
5083 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5084
5085         * stepmake/stepmake/c++-rules.make ($(outdir)/%.cc
5086         $(outdir)/%.hh): generate h and c in one rule; otherwise -jX
5087         builds don't work. 
5088
5089         * VERSION: release 2.7.35
5090
5091         * lily/beam.cc (get_default_dir): oops. Take abs () for
5092         extremes[DOWN].
5093         (get_default_dir): use extreme position criterion only in absence
5094         of forced stem directions.
5095
5096         * VERSION (PATCH_LEVEL): bump VERSION.
5097
5098         * mf/GNUmakefile: explicit rules for emmentaler/aybabtu
5099         dependencies. Necessary for -jX builds.  
5100
5101 2006-02-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5102
5103         * lily/relocate.cc (setup_paths): Yet another const fix.
5104
5105 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5106
5107         * configure.in (HOST_ARCH): determine HOST_ARCH in configure.
5108
5109         * lily/relocate.cc (setup_paths): oops.
5110
5111 2006-02-17  Heikki Junes  <hjunes@cc.hut.fi>
5112
5113         * Documentation/index.html.in: order links: html before PDF.
5114
5115 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5116
5117         * lily/tie-column-format.cc (Module): remove.
5118
5119         * lily/relocate.cc (setup_paths): GCC 4.2 fixes: const correctness.
5120
5121         * lily/text-spanner.cc (print): idem.
5122
5123         * lily/dynamic-text-spanner.cc (print): only print line if longer
5124         than dash-period.
5125
5126         * lily/auto-change-iterator.cc (change_to): formatting.
5127
5128         * lily/beam.cc (get_default_dir): take extreme note head as input
5129         for stem direction.
5130
5131         * lily/tie.cc (get_default_dir): only look directions for visible
5132         stems. 
5133
5134         * lily/side-position-interface.cc (aligned_side): oops. Don't
5135         mutiply with direction. This fixes quantized (staccato, tenuto)
5136         scripts below notes.
5137
5138         * lily/lyric-hyphen.cc (set_spacing_rods): oops. Multiply with
5139         direction. Fixes c-lyrics-center-align.ly
5140
5141 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
5142
5143         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Add copy
5144         constructor.
5145
5146         * lily/std-string.cc:
5147         * lily/include/std-vector.hh (split_string): Move and rename from
5148         lily/include/misc.hh, lily/misc.cc.  Update callers.
5149
5150 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5151
5152         * lily/include/pango-font.hh: HAVE_PANGO_FT2 iso. HAVE_PANGO_16
5153
5154 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
5155
5156         * flower/test-file.cc: New file.
5157
5158         * stepmake/stepmake/test-vars.make (TEST_MODULE_LIBES): Fixes for
5159         libraries.
5160
5161         * flower/GNUmakefile (TEST_MODULE_LIBS): Link to flower lib.
5162
5163 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5164
5165         * flower/include/file-storage.hh: remove file.
5166
5167         * lily/include/midi-item.hh (class Midi_track): idem.
5168
5169         * lily/include/source.hh (class Sources): idem.
5170
5171         * lily/include/performance.hh (class Performance): use vector
5172         iso. Cons<>
5173
5174         * flower/include/cons.hh (class Cons): remove file.
5175
5176         * flower/include/flower-proto.hh: remove template cruft.
5177
5178         * lily/include/font-metric.hh: use size_t not vsize for indices.
5179
5180         * flower/include/flower-proto.hh (Module): remove std-vector.hh
5181         from proto.
5182
5183         * lily/include/all-font-metrics.hh: use HAVE_PANGO_FT2
5184
5185         * lily/include/paper-book.hh (class Paper_book):
5186         make get_system_specs() public.
5187
5188         * scm/layout-page-layout.scm (optimal-page-breaks): only consider
5189         the force=10000 case if we don't have a current-best. 
5190
5191         * lily/tuplet-bracket.cc (get_bounds): don't do (size() - 1) for
5192         vsize 
5193
5194         * flower/include/flower-proto.hh: remove outdated templates.
5195
5196         * scm/page.scm: use annotate-spacing
5197
5198 2006-02-15  Graham Percival  <gpermus@gmail.com>
5199
5200         * scm/translation-functions.scm: circle patch from Erlend, thanks!
5201
5202         * THANKS: moved Erlend Aasland to contributors.
5203
5204 2006-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5205
5206         * config.hh.in: remove HAVE_PANGO_16
5207
5208         * lily/tuplet-bracket.cc (calc_positions): multiply with
5209         staff-space for beam case. This fixes tuplets+beams on scaled
5210         staves.
5211
5212         * config.hh.in: remove all Kpathsea related defines.
5213
5214         * lily/dot-column.cc (side_position): reach stem via dots->
5215         head->stem. Inspect all stems for dot collisions. 
5216
5217         * lily/dot-column-engraver.cc (class Dot_column_engraver): excise
5218         stem handling.
5219
5220         * lily/bar-number-engraver.cc (process_music): document function
5221         of whichBar.
5222
5223         * lily/score.cc (default_rendering): add pscore, not systems
5224         themselves.
5225
5226         * lily/paper-book.cc (get_system_specs): separate generation of
5227         titles and systems.
5228
5229         * flower/include/std-vector.hh: don't include config.hh
5230
5231 2006-02-15  Jan Nieuwenhuizen  <janneke@gnu.org>
5232
5233         * flower/include/std-vector.hh: Better wrapper compatibility with
5234         std::vector.
5235
5236         * flower/include/flower-proto.hh: Remove cheap forward declaration
5237         attempts.
5238
5239         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): Bugfix.
5240
5241 2006-02-14  Graham Percival  <gpermus@gmail.com>
5242
5243         * Documentation/user/invoking.itely: add warning about command line.
5244
5245 2006-02-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5246
5247         * lily/include/lily-proto.hh: add Prob, rm Page.
5248
5249         * flower/include/std-vector.hh (VPOS): use 64 bit-proof version.
5250
5251         * VERSION: release 2.7.34
5252
5253         * lily/relocate.cc (framework_relocation): show canary if
5254         GHOSTSCRIPT_VERSION undefined.
5255
5256         * GNUmakefile.in: remove $(VERSION) symlink.
5257
5258         * lily/relocate.cc (setup_paths): add + 
5259
5260 2006-02-13  Heikki Junes  <hjunes@cc.hut.fi>
5261
5262         * Documentation/index.html.in: specify sizes for all big HTML pages.
5263
5264 2006-02-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5265
5266         * config.hh.in: remove @FRAMEWORKDIR@
5267
5268         * lily/system-start-text.cc (get_stencil): new file: separate out
5269         system-start-delimiter text support.
5270
5271         * input/**ly: replace \context with \new where appropriate.
5272         
5273         * THANKS: add Don.
5274
5275         * lily/slur-scoring.cc (get_base_attachments): use
5276         robust_relative_extent. This fixes problems with empty paper-columns. 
5277
5278 2006-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5279
5280         * Documentation/topdocs/NEWS.tely (Top): document \new syntax.
5281
5282         * scm/define-music-properties.scm (all-music-properties):
5283         create-new property.
5284
5285         * lily/context-specced-music-iterator.cc (construct_children):
5286         inspect 'create-new property iso. magical $uniqueContextId context
5287         id.
5288
5289         * lily/parser.yy (optional_id): allow \new "Bar" = "foo" too.
5290
5291         * lily/context-key-manager.cc (Module): new file. Encapsulate
5292         object key generation.
5293
5294         * lily/include/context-key-manager.hh (Module): new file.
5295
5296 2006-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5297
5298         * scm/define-grobs.scm (all-grob-descriptions): center instrument
5299         names vertically
5300
5301         * configure.in (LINK_GXX_STATICALLY): strip -DSTRING_UTILS_INLINED
5302         options.
5303         (reloc_b): excise --enable-framework-dir
5304
5305         * lily/relocate.cc (framework_relocation): use getenv
5306         LILYPOND_GS_VERSION or -DGHOSTSCRIPT_VERSION to set GS version.
5307
5308 2006-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
5309
5310         * flower/include/std-string.hh: 
5311         * flower/include/std-vector.hh: Finish std:: conversion; move
5312         flower extensions from std:: namespace.  Update users.
5313
5314         * lily/include/lily-proto.hh: Replace Link_array__*_ macros by
5315         their expansion to vector<*>.  Update users.
5316
5317 2006-02-10  Graham Percival  <gpermus@gmail.com>
5318
5319         * Documentation/user/invoking.itely: add example to File structure.
5320
5321         * Documentation/user/ instrument-notation.itely, cheatsheet.itely,
5322         examples.itely, putting.itely: {\new|\context} Lyrics \lyricsto.
5323
5324 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5325
5326         * ly/paper-defaults.ly: typo.
5327
5328         * lily/parenthesis-engraver.cc (acknowledge_grob): don't do
5329         set_parent() for parentheses. This will make it show up in bbox
5330         calculations.
5331
5332         * scm/output-lib.scm (parentheses-item::print): rewrite, using
5333         ly:grob-common* functions.
5334
5335         * lily/grob-scheme.cc (LY_DEFINE):
5336         ly:grob-common-refpoint-of-array: new function 
5337         ly:grob-common-refpoint: new function 
5338         ly:grob-relative-coordinate: new function 
5339
5340         * lily/instrument-name-engraver.cc (process_music): use
5341         Text_interface::is_markup(). This fixes \markup on instrument names.  
5342
5343         * scm/define-grobs.scm (all-grob-descriptions): set line-thickness
5344         for ties and slurs.
5345
5346         * lily/slur.cc (print): idem.
5347
5348         * lily/tie.cc: add line-thickness for ties. 
5349
5350 2006-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
5351
5352         * scm/output-svg.scm: Document diversion from GNU coding standards
5353         as a workaround for a bug in Microsoft Internet Explorer.
5354
5355 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5356
5357         * lily/instrument-name-engraver.cc (process_music): use
5358         is_markup() iso. is_string()
5359
5360         * Documentation/user/changing-defaults.itely (Module): add menu entry.
5361
5362         * lily/percent-repeat-engraver.cc (process_music): only look at
5363         main_part_ for % repeats.
5364
5365         * lily/stem-tremolo.cc (get_beam_translation): new function.
5366         (calc_slope): new function.
5367         (height): don't use real slope.
5368
5369 2006-02-10  Jürgen Reuter  <reuter@ipd.uka.de>
5370
5371         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: add
5372         new connect-to-neighbor, control-points and staff-padding
5373         properties to make ligature brackets showing up again.
5374
5375 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5376
5377         * VERSION: release 2.7.33
5378
5379         * lily/relocate.cc (prefix_relocation): oops. One TOPLEVEL_VERSION
5380         too many.
5381
5382         * Documentation/user/changing-defaults.itely (Difficult tweaks):
5383         remove applyOutput example.
5384         (Objects connected to the input): document \tweak, \parenthesize
5385
5386         * lily/relocate.cc (prefix_relocation): allow "current"
5387         iso. TOPLEVEL_VERSION for share/lilypond/ suffix. This makes
5388         changing VERSION in a lily tree less painful.
5389
5390         * input/regression/parenthesize.ly: new file. 
5391
5392         * scm/output-lib.scm (parenthesize-element): new function.
5393
5394         * scm/define-grobs.scm (all-grob-descriptions): add ParenthesesItem.
5395
5396         * lily/parenthesis-engraver.cc (acknowledge_grob): new file.
5397
5398         * lily/accidental-engraver.cc (make_standard_accidental): reroute
5399         cause: accidentals are caused by note heads, not note events. 
5400
5401 2006-02-08  Graham Percival  <gpermus@gmail.com>
5402
5403         * darwin.patch: small patch from Erlend, thanks!
5404
5405         * Documentation/user/basic-notation.itely: add stem-neutral example.
5406
5407         * Documentation/user/putting.itely: clarifications.
5408
5409 2006-02-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5410
5411         * Documentation/topdocs/NEWS.tely (Top): remove internal cleanup
5412         note, add more guidelines to what should go into NEWS.
5413
5414         * input/sakura-sakura.ly: document how to override font.
5415
5416         * input/regression/font-family-override.ly:  doc -dshow-available-fonts
5417
5418 2006-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5419
5420         * lily/midi-item.cc (to_string): truncate time sig at 255 beats.
5421
5422 2006-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
5423
5424         * scripts/convert-ly.py (lilypond_version_re_str): Move from
5425         convertrules.  Add explicit grouping, needed for python2.2.
5426
5427 2006-02-07  Jan Nieuwenhuizen  <janneke@gnu.org>
5428
5429         * Documentation/topdocs/NEWS.tely (Top): Mention code cleanup.
5430
5431 2006-02-07  Graham Percival  <gpermus@gmail.com>
5432
5433         * Documentation/user/global.itely: fix line-width in (text) docs.
5434
5435         * Documentation/user/lilypond-book.itely: same.
5436
5437 2006-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5438
5439         * VERSION (PACKAGE_NAME): release 2.7.32
5440
5441         * Documentation/topdocs/NEWS.tely (Top): document new variable
5442         naming.
5443
5444         * flower/include/array.icc (Message): remove file.
5445
5446         * flower/include/std-vector.hh: make sure vsize and VPOS are
5447         defined for binary_search_bounds().
5448
5449         * flower/std-string.cc (std): add to_string(long unsigned).
5450
5451         * configure.in (gui_b): excise std_string option.
5452         (gui_b): excise std_vector option.
5453
5454         * flower/string.cc (Module): excise flower array & string
5455
5456         * flower/include/std-string.hh: excise flower string.
5457
5458         * {ly,lily,scm}/*: use dashes in \paper and \layout variables
5459
5460         * python/convertrules.py (lilypond_version_re_str): require
5461         only numbers and dots in \version string.
5462
5463 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5464
5465         * lily/system-start-delimiter.cc (print): allow style = text too.
5466
5467         * lily/system-start-delimiter-engraver.cc
5468         (acknowledge_system_start_text): new function, also add add to
5469         support of system-start-text (instrument names). This fixes
5470         instrument names on piano staves.
5471
5472         * lily/instrument-name-engraver.cc: rewrite. Use
5473         system-start-delimiter approach. This save memory and cpu.
5474
5475         * scm/define-grobs.scm (all-grob-descriptions): remove
5476         instrument-name from break-alignment.
5477
5478         * mf/GNUmakefile ($(NCSB_TTFS)): depend on pfx2ttf script too.
5479
5480 2006-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5481
5482         * stepmake/stepmake/generic-vars.make (LOOP): Add PLUS to keep -j
5483         jobserver going.
5484
5485         * configure.in (std_vector): On by default.
5486
5487         * lily/include/font-metric.hh:
5488         * lily/include/tfm-reader.hh: 
5489         * lily/include/spanner.hh: Use unsigned for indices and sizes.
5490         Update users.
5491
5492         * Documentation/user/changing-defaults.itely: Fix link v2.5, out-www.
5493
5494 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5495
5496         * VERSION (PACKAGE_NAME): 2.7.31
5497
5498         * scm/framework-ps.scm (dump-stencil-as-EPS): don't hardcode left
5499         EPS edge at 0, but take minimum with left-overshoot. This fixes
5500         cut off system start delims. 
5501
5502         * lily/instrument-name-engraver.cc (stop_translation_timestep):
5503         hack: add to axis group if not added yet. This fixes hara kiri'd
5504         piano staves.
5505
5506         * lily/hara-kiri-group-spanner.cc
5507         (force_hara_kiri_in_y_parent_callback): fix signatures.
5508
5509         * lily/hairpin.cc (print): check next hairpin to see whether or
5510         not to be continuing.
5511
5512 2006-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
5513
5514         * Remove trailing whitespace from makefiles.
5515         
5516         * flower/include/std-vector.hh: Add binary_search_bounds workaround
5517         for earlier gcc.
5518
5519         * .cvsignore: Add out*, out-www, config-*.  Remove lots of cruft.
5520
5521         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Workaround.
5522
5523         * config.hh.in (HAVE_STL_DATA_METHOD): Add.
5524
5525         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): New function.
5526
5527         * configure.in: Use it.
5528
5529 2006-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5530
5531         * scm/music-functions.scm (pitch-of-note): new function.
5532
5533         * ly/music-functions-init.ly: add \octave and \addquote
5534
5535         * lily/parser.yy (music_function_chord_body): softcode \octave.
5536         (lilypond_header): softcode \addquote
5537
5538 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5539
5540         * flower/include/std-vector.hh[STD_VECTOR]: Do not include
5541         array.hh, parray.hh at all.  Getting ready to flip the
5542         configure default.
5543
5544         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
5545
5546         * lily/source-file.cc (file::get_line): Help binary_search_bounds
5547         a bit.
5548
5549         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
5550
5551 2006-02-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5552
5553         * flower/include/array.hh: typo. 
5554
5555 2006-02-02  Graham Percival  <gpermus@gmail.com>
5556
5557         * Documentation/user/advanced-notation.itely: doc "\#" in text.
5558
5559 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5560
5561         * flower/include/pqueue.hh: Derive from std::vector.
5562
5563         * flower/include/parray.hh: Conform to std::vector interface.
5564         Update users.
5565
5566 2006-02-02  Graham Percival  <gpermus@gmail.com>
5567
5568         * Documentation/topdocs/NEWS.itely: grammar fix from Laura.
5569
5570 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5571
5572         * flower/file-path.cc (is_file): remove if 0 section.
5573
5574         * buildscripts/pfx2ttf.fontforge (err): robustness fix for
5575         selecting afii61352.
5576
5577 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5578
5579         * flower/include/std-vector.hh (boundary): Oops, reverse.
5580
5581         * flower/string-convert.cc (convert::unsigned_string): Bugfix:
5582         remove superfluous `d'.
5583
5584         * flower/include/std-vector.hh (boundary, top): Detach from class.
5585         Remove empty vector shell.
5586
5587         * flower/include/array.hh (reverse, swap): Detach from class.
5588         Update users.
5589         
5590         * flower/include/std-vector.hh
5591         * flower/include/array.hh (concat): Globally change to insert ().
5592
5593         
5594         * flower/include/std-vector.hh
5595         * flower/include/parray.hh
5596         * flower/include/array.hh (elem, elem_ref): Globally replace by
5597         at ().
5598
5599 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5600
5601         * Documentation/topdocs/NEWS.tely (Top): use ly: prefix for members.
5602
5603         * python/convertrules.py (FatalConversionError.sub_cxx_id):
5604         anticipate on identifier substitutions.
5605
5606 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5607
5608         * flower/include/std-vector.hh (insert): Remove, replace by
5609         std::vector interface.  Update callers.
5610
5611         * flower/include/array.icc (insert): Change signature to
5612         match std::vector interface.
5613         
5614         * flower/include/array.icc (vector_sort): Bugfix.
5615
5616 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5617
5618         * lily/parser.yy (output_def_head_with_mode_switch): new
5619         production. Result: dashes and underscores may be used in the
5620         \paper block.
5621
5622         * lily/lexer.ll: add DASHED_WORD.  Accept in INITIAL mode.
5623
5624         * python/convertrules.py (conv): oops. One slash too much.
5625
5626 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5627
5628         * flower/include/std-vector.hh (sort): Remove, replace by
5629         ::vector_sort.  Update callers.
5630
5631         * flower/include/std-vector.hh (slice): Remove.  Update callers.
5632         (sort): Bugfix.
5633
5634         * flower/test-std.cc (vector_sort): New test.
5635
5636 2006-02-01  Graham Percival  <gpermus@gmail.com>
5637
5638         * Documentation/user/putting.itely: fixes from Erik.
5639
5640 2006-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
5641
5642         * flower/test-std.cc: Add simple unit test for vector migration.
5643
5644         * stepmake/stepmake/test*: Unit test support.
5645
5646         * flower/include/std-vector.hh (del): Remove.  Use erase (),
5647         update callers.
5648
5649         * flower/include/array.hh (begin, end): Add.
5650         (del, get): Remove.
5651
5652 2006-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5653
5654         * lily/include/lily-guile-macros.hh (MAKE_SCHEME_CALLBACK): use
5655         std::string not String. 
5656
5657         * lily/context-def.cc (path_to_acceptable_context): use INT_MAX
5658         iso UINT_MAX.
5659
5660         * lily/prob.cc (Prob): copy type_ too.
5661
5662         * lily/lily-guile.cc (mangle_cxx_identifier): new
5663         function. Class_bla::foo_bar_[px] ->
5664         ly:class-bla::foo-bar[?!]. Changes throughout
5665
5666 2006-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5667
5668         * flower/include/guile-compatibility.hh (scm_from_unsigned): add scm_from_unsigned().
5669
5670         * lily/beam.cc (calc_direction): take dir from visible stem in
5671         degenerate case.
5672
5673 2006-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
5674
5675         * lily/melody-spanner.cc (spanner::calc_neutral_stem_direction):
5676         Fix -1, >=0 boundary checks for unsigned vsize.
5677
5678         * lily/separating-group-spanner.cc (spanner::find_rods): Fix >=0
5679         loop for unsigned vsize.
5680
5681         * configure.in (--enable-std-vector): New option.
5682         (--enable-std-string): On by default.
5683
5684         * flower/include/std-vector.hh: New file.  Enable switch to
5685         std::vector, update client code.
5686
5687 2006-01-30  Graham Percival  <gpermus@gmail.com>
5688
5689         * scm/document-translation.scm: clarify "this context is also
5690         known as".  Thanks, Werner!
5691
5692         * Documentation/user/putting.itely: small fixes from Don Blaheta.
5693
5694         * Documentation/user/invoking.itely: small fix from Don.
5695
5696 2006-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5697
5698         * scm/lily.scm (define-scheme-options): rename option
5699         preview-include-book-title to book-title-preview
5700         (define-scheme-options): move force-eps-font-include (from paper
5701         block) to eps-font-include -d option.
5702
5703         * VERSION (PATCH_LEVEL): release 2.7.30
5704
5705         * input/bach-schenker.ly (staffPiano): new file.
5706
5707         * buildscripts/pfx2ttf.fontforge: remove No. glyph from TTF file.
5708
5709         * Documentation/topdocs/NEWS.tely (Top): simplify NEWS entry, add
5710         credits to Nicolas.
5711
5712         * scm/define-markup-commands.scm (epsfile): add scaling to \epsfile.
5713
5714         * ps/lilyponddefs.ps: remove start-system, stop-system,
5715         start-page fluff. This saves putting { } code on the stack, fixing
5716         stack overflows when including EPS files.
5717
5718 2006-01-29  Graham Percival  <gpermus@gmail.com>
5719
5720         * Documentation/user/putting.itely: minor fixes (comments on -devel).
5721
5722 2006-01-29  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5723
5724         * Documentation/topdocs/NEWS.tely (Top): add \parallelMusic news.
5725
5726 2006-01-28  Graham Percival  <gpermus@gmail.com>
5727
5728         * Documentation/user/putting.itely: minor fixes (mostly tab->space).
5729
5730 2006-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5731
5732         * input/mutopia/claop.py: Update.
5733
5734 2006-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5735
5736         * input/regression/completion-heads.ly (texidoc): fix.
5737
5738         * lily/staff-symbol-referencer.cc (on_staff_line): idem.
5739
5740         * lily/tie-formatting-problem.cc
5741         (set_ties_config_standard_directions): use abs iso fabs for ints.
5742
5743         * Documentation/topdocs/INSTALL.texi (Top): document ncsb requirement.
5744
5745         * mf/feta-bolletjes.mf (overdone_heads): solfa_noteheight, a
5746         little less than noteheight, to prevent overlaps in chords.
5747
5748         * lily/note-collision.cc (check_meshing_chords): wipe upper FA
5749         head, and fudge stem-attachment.
5750
5751         * scm/lily-library.scm (not): define hash-for-each for guile 1.6
5752
5753         * lily/slur-scoring.cc (get_best_curve): handle opt_idx < 0 case.
5754
5755 2006-01-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5756
5757         * lily/main.cc (main): Debugging aid: catch exceptions.
5758
5759         * flower/std-string.cc (to_string): Robustification.  Fixes midi
5760         output with std::string.
5761
5762 2006-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5763
5764         * Documentation/topdocs/INSTALL.texi (Top): remove libkpathsea notes.
5765
5766 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
5767
5768         * Fix -DSTRING_UTILS_INLINED.
5769
5770 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5771
5772         * VERSION (PATCH_LEVEL): release 2.7.29
5773
5774         * lily/relocate.cc (setup_paths): mingw uses std string too.
5775
5776         * lily/*.cc: various fixes for substr(ARG).
5777
5778         * lily/sustain-pedal.cc (print): 
5779
5780         * flower/file-name.cc (slashify): use std strings.
5781
5782         * flower/string-convert.cc: remove publib.h
5783
5784         * scm/define-markup-commands.scm (verbatim-file): new markup
5785         command \verbatim-file
5786
5787         * Documentation/topdocs/NEWS.tely: fixup URLs
5788
5789         * input/regression/alignment-vertical-manual-setting.ly (Module):
5790         new file.
5791
5792         * lily/align-interface.cc (align_elements_to_extents): overwrite
5793         translations with numbers in alignment-offsets from left bound
5794
5795         * scm/page.scm (make-page-stencil): read X-offset from paper-system.
5796         (page-translate-systems): new function: take into account Y-offset.
5797
5798         * Documentation/topdocs/NEWS.tely (Top): document new features.
5799
5800         * input/regression/page-layout-manual-position.ly (Module): new
5801         file.
5802
5803 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
5804
5805         * flower/file-path.cc (path::parse_path): Oops.
5806
5807         * Finish std::string interface.  For now, use std:: marker
5808         throughout for easy s/r.
5809
5810 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5811
5812         * Documentation/user/putting.itely (Score is a single musical
5813         expression): typo.
5814         (Score is a single musical expression): more typos.
5815
5816         * scm/page.scm (annotate-space-left): thinko.
5817         (annotate-page): more thinkos.
5818
5819 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5820
5821         * scm/layout-page-layout.scm (write-page-breaks): record tweaks
5822         for different \score blocks separately.
5823         (post-process-pages): put write-page-layout into paper block.
5824
5825         * lily/output-def.cc (get_parser): new file.
5826
5827         * lily/output-def-scheme.cc (LY_DEFINE): ly:output-def-parser, new
5828         file.
5829
5830         * lily/include/output-def.hh (class Output_def): add parser_ member.
5831
5832         * input/regression/page-layout-twopass.ly (Module): new file.
5833
5834         * scm/lily.scm: remove cpp hack.
5835
5836         * lily/lyric-engraver.cc (get_voice_to_lyrics): use NPOS everywhere.
5837
5838 2006-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5839
5840         * GNUmakefile.in (c-clean): New target.
5841
5842         * flower/include/std-string.hh: String/std::string compatibility:
5843         Use NPOS for `not found' (iso -1), use ssize for length () and pos
5844         type.
5845
5846         * flower/rational.cc: 
5847         * flower/include/rational.hh: 
5848
5849         * flower/offset.cc: 
5850         * flower/include/offset.hh: 
5851
5852         * flower/interval.cc: 
5853         * flower/include/interval.hh: 
5854
5855         * flower/string-convert.cc: 
5856         * flower/include/string-convert.hh: Use std::string [interface].
5857         Update callers.
5858
5859 2006-01-25  Heikki Junes  <hjunes@cc.hut.fi>
5860
5861         * Documentation/index.html.in: clean up.
5862
5863 2006-01-25  Graham Percival  <gpermus@gmail.com>
5864
5865         * Documentation/user/putting.itely: another new untested doc section.
5866
5867 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5868
5869         * scm/layout-page-layout.scm (write-page-breaks): write
5870         \spacingTweaks #ALIST. Handle grace timing.
5871
5872         * scm/: more imports.
5873
5874         * scm/page.scm (make-page): add footer/header.
5875         (annotate-space-left): revise: only take page argument.
5876         (layout->page-init): new function.
5877
5878         * scm/layout-page-layout.scm (write-page-breaks): preliminary
5879         version of the system/spacing/linebreak hack writing to the output
5880
5881         * lily/prob-scheme.cc (LY_DEFINE): take optional 'key val args in
5882         ly:make-prob.
5883
5884         * lily/grob-scheme.cc (LY_DEFINE): ly:spanner-get-bound ->
5885         ly:spanner-bound
5886
5887 2006-01-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5888
5889         * scm/stencil.scm (annotate-y-interval): move from layout-page-layout.scm
5890
5891         * scm/paper-system.scm (paper-system-annotate): new file. Handle paper-system.
5892
5893         * scm/layout-page-layout.scm (optimal-page-breaks): move all page
5894         handling to page.scm
5895
5896         * lily/prob-scheme.cc (LY_DEFINE): new file.
5897         (LY_DEFINE): functions ly:make-prob , ly:prob-type? , ly:prob-(set-)property(!)
5898
5899         * lily/music-scheme.cc (LY_DEFINE): rewrite get/set property using
5900         prob functions.
5901
5902         * lily/music.cc (derived_mark): derive Music from Prob.
5903
5904         * lily/paper-system.cc (LY_DEFINE): derive from Prob.
5905
5906         * lily/prob.cc (Module): Implement Prob (Property Object), object
5907         with shared and r/w property alists.  
5908
5909         * lily/include/prob.hh (Module): new file. Declare Prob.
5910
5911         * flower/string.cc: remove is_empty().
5912
5913         * flower/include/string.hh (class String): remove String:: qualifier.
5914
5915         * buildscripts/analyse-cxx-log.py: new file. Read compile log to
5916         substitute appropriate functions.
5917
5918         * flower/include/string.hh (class String): remove to_str0 and
5919         is_empty(). S&R everywhere.
5920
5921 2006-01-23  Graham Percival  <gpermus@gmail.com>
5922
5923         * Documentation/user/basic-notation.itely: add hairpin
5924         after-linebreak tweak to commonprop.
5925
5926         * Documentation/user/putting.itely: added two new sections.
5927
5928 2006-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5929
5930         * flower/international.cc: 
5931         * flower/include/international.hh: 
5932
5933         * flower/getopt-long.cc: 
5934         * flower/include/getopt-long.hh: Use std::string [interface].
5935         Update callers.
5936
5937         * flower/include/std-string.hh: Oops, bugfix for --disable-std-string.
5938
5939         * stepmake/stepmake/executable-rules.make: Add dependency on
5940         module libraries.
5941
5942 2006-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5943
5944         * flower/file-path.cc: 
5945         * flower/include/file-path.hh: Use std::string [interface].
5946         Update callers.
5947
5948         * flower/direction.cc: 
5949         * flower/axis.cc: Unused.  Remove.
5950
5951         * configure.in (--enable-std-string): New option.
5952
5953         * flower/std-string.cc: 
5954         * flower/include/std-string.hh: New file.
5955
5956         * flower/file-name.cc[STD_STRING]:
5957         * flower/include/file-name.hh[STD_STRING]: Use it.  Update callers.
5958
5959 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5960
5961         * scm/output-svg.scm (placebox): no GNU coding standards in SVG output. 
5962
5963         * scm/define-markup-commands.scm (with-dimensions):
5964         with-dimensions markup command.
5965
5966         * input/test/font-table.ly: use it.
5967
5968         * lily/open-type-font.cc (glyph_list): new function.
5969
5970         * lily/open-type-font-scheme.cc (LY_DEFINE): ly:otf-glyph-list function.
5971
5972         * lily/ttf.cc: remove ly:font-glyph-list scheme function
5973
5974 2006-01-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5975
5976         * ly/music-functions-init.ly (parallelMusic): new music function
5977         for parallel music entry.
5978
5979         * scm/define-music-properties.scm (all-music-properties): new
5980         'void music property
5981
5982         * scm/music-functions.scm (ly:music-message): make public, to be
5983         used in music function definitions
5984
5985         * scm/lily-library.scm (collect-music-for-book): discard music
5986         when the 'void property is set.
5987
5988 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5989
5990         * lily/ttf.cc (LY_DEFINE): store name before destroying face.
5991
5992         * mf/GNUmakefile: idem.
5993
5994         * buildscripts/mf-to-table.py (help): excise fetaXXlist.ly support.
5995
5996         * stepmake/bin/install.py (dest): Only chmod/chown just created directories
5997
5998         * Documentation/user/notation-appendices.itely (The Feta font):
5999         use it.
6000
6001         * input/test/font-table.ly: new file. Generate font table within lily.
6002
6003         * Documentation/user/notation-appendices.itely (The Feta font):
6004         use new font-table.ly file. 
6005
6006         * stepmake/stepmake/install-out-targets.make
6007         (local-install-outfiles): only create directory if
6008         $(INSTALLATION_OUT_DIR) is defined. This fixes install on Gentoo.
6009
6010 2006-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6011
6012         * lily/ttf.cc (LY_DEFINE): new function ly:font-glyph-list.
6013
6014         * VERSION (PACKAGE_NAME): release 2.7.28
6015
6016         * scm/framework-ps.scm (write-preamble): use it to pick exactly
6017         the right font from a Mac dfont.
6018         (write-preamble): don't forget directory, only look at files.
6019
6020         This fixes problems with TTF files in dfonts that don't match
6021         their PostScript names.
6022          
6023         * lily/ttf.cc (LY_DEFINE): ly:ttf-ps-name: new routine to extract
6024         PS name from TTF font.
6025
6026         * input/regression/tie-manual.ly: document new feature.
6027
6028         * Documentation/topdocs/NEWS.tely (Top): add tie NEWS.
6029
6030         * VERSION (MY_PATCH_LEVEL): bump to .28
6031
6032         * Documentation/user/basic-notation.itely (Ties): add tie examples
6033         refs.
6034
6035         * lily/tie-formatting-problem.cc (score_ties_configuration):
6036         symmetry penalties for outer ties.
6037
6038 2006-01-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6039
6040         * lily/tie-formatting-problem.cc (generate_configuration) 
6041         (set_manual_tie_configuration): skip non-pair manual
6042         tie-configuration, so you can set individual ties as
6043
6044           #'tie-configuration = #'((7 . 1) #t (-3 . 1))
6045
6046         * input/regression/tie-chord.ly: use generateTiePattern to
6047         simplify file.
6048
6049         * lily/tie-formatting-problem.cc (peak_around): new function.
6050         (score_configuration): use sliding criterion for staff line collisions. 
6051         (score_configuration): idem for dot collisions.
6052         (generate_configuration): use separate stem_gap for gap to stem.
6053
6054         * lily/include/tie-formatting-problem.hh (struct Tie_details):
6055         separate penalty factors for x and y distance.
6056         (struct Tie_details): separate penalties for tip and center line collisions.
6057
6058 2006-01-19 Han-Wen Nienhuys  <hanwen@xs4all.nl>
6059
6060         * lily/tie-formatting-problem.cc (generate_configuration): make
6061         large ties avoid stafflines in the horizontal section.
6062         (score_configuration): use softcoded penalties
6063         (score_aptitude): idem.
6064
6065         * lily/tie-helper.cc (from_grob): softcode tie details
6066
6067         * lily/staff-symbol-referencer.cc (on_staff_line): new function
6068
6069         * lily/staff-symbol-referencer.cc (on_line): rename from
6070         on_staffline 
6071
6072 2006-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6073
6074         * ly/music-functions-init.ly: remove duplicate tag.
6075
6076         * lily/include/*.hh: GCC 4.1 fixes.
6077
6078 006-01-16  Erlend Aasland  <erlenda@gmail.com>
6079
6080         * Documentation/user/global.itely: fix typos; @bugs -> @refbugs
6081
6082         * scm/define-music-types.scm: fix bug in desc. string
6083         for OverrideProperty
6084
6085 2006-01-15 Erik Sandberg  <mandolaerik@gmail.com>
6086
6087         * scripts/lilypond-book.py: bugfix
6088
6089         * scm/define-music-types.scm: fix typos.
6090
6091 2006-01-14  Graham Percival  <gpermus@gmail.com>
6092
6093         * Documentation/user/ basic-notation.itely, global.itely,
6094         advanced-notation.itely, instrument-notation.itely: small
6095         additions (bugs and commonly tweaked properties).
6096
6097 2006-01-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6098
6099         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): generic
6100         detection of mingw build.
6101         (MINGW_BUILD): opps.
6102
6103 2006-01-12  Jan Nieuwenhuizen  <janneke@gnu.org>
6104
6105         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Add
6106         i686-mingw32.
6107
6108 2006-01-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6109
6110         * scm/music-functions.scm (skip->rest): add skip->rest
6111
6112 2006-01-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6113
6114         * lily/font-config.cc (init_fontconfig): call FcConfigBuildFonts()
6115         explicitly.
6116
6117         * lily/font-config-scheme.cc (LY_DEFINE): also display font and
6118         config dirs. Aids debugging. 
6119         (display_config): also display config files.
6120
6121 2006-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6122
6123         * VERSION: release 2.7.27
6124
6125         * lily/bar-line.cc (calc_bar_size): inspect staff->extent (Y_AXIS)
6126         for determining bar size.
6127
6128         * lily/staff-symbol.cc (print): place lines at distance line-positions
6129
6130         * scm/define-grob-properties.scm (all-user-grob-properties): add
6131         line-positions.
6132
6133         * lily/staff-symbol.cc (height): new function.
6134
6135         * input/regression/staff-line-positions.ly:  new file.
6136
6137 2006-01-06  Graham Percival  <gpermus@gmail.com>
6138
6139         * input/test/add-staccato.ly: remove reference to old file.
6140
6141 2006-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6142
6143         * scripts/lilypond-book.py (invokes_lilypond): allow . in path to
6144         lilypond binary too.
6145
6146 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6147
6148         * make/mutopia-rules.make (Module): use LILYPOND_BINARY
6149
6150 2006-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6151
6152         * scripts/midi2ly.py: Bugfix: Declare datadir.
6153
6154         * make/ly-rules.make:
6155         * make/mutopia-rules.make: Use LILYPOND_BINARY (WAS: LILYPOND, but
6156         that seems to be gone). Fixes make web.
6157
6158         * The grand 2005-2006 replace.
6159
6160         * VERSION (MY_PATCH_LEVEL): Stay on .26 for now.
6161
6162 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6163
6164         * make/lilypond-vars.make: set LILYPOND_BINARY variable
6165         (LILYPOND_BOOK_LILYPOND_FLAGS): new variable
6166         LILYPOND_BOOK_LILYPOND_FLAGS to hold system dependent settings,
6167         like -dgs-font-load.
6168
6169         * Documentation/user/GNUmakefile ($(outdir)/interfaces.itexi):
6170         remove absolute path to lilypond binary.
6171         
6172 2006-01-05 Pedro Kroeger    <kroeger@pedrokroeger.net>
6173
6174         * configure.in (NCSB_DIR): fix --with-ncsb-dir option.
6175
6176 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6177
6178         * make/lilypond-vars.make: support LILYPOND_EXTERNAL_BINARY variable.
6179
6180         * mf/GNUmakefile: remove broken dvips map symlink.
6181
6182 2006-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6183
6184         * lily/main.cc: 
6185         * configure.in: Cosmetic fixes.
6186
6187 2006-01-04  Mats Bengtsson  <mabe@s3.kth.se>
6188
6189         * Documentation/user/music-glossary.tely (Pitch names): Added
6190         Spanish pitch names and durations, thanks to Ernesto Gancedo
6191
6192 2006-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6193
6194         * scm/lily.scm (define-scheme-options): use quasi-quote for option
6195         init. Fixes verbose printing of .scm files.
6196
6197         * stepmake/aclocal.m4: add spaces before - options.
6198         
6199 2006-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
6200
6201         * lily/relocate.cc (setup_paths): Bugfix: do not store result
6202         of path search in local block variable.
6203
6204 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6205
6206         * configure.in (NCSB_DIR): --enable-ncsb-dir
6207         (LINK_GXX_STATICALLY): denko.
6208
6209         * mf/GNUmakefile ($(NCSB_TTFS)): NCSB_DIR iso. NCSB_PATH. 
6210
6211         * configure.in (LINK_GXX_STATICALLY): --enable-ncsb-path option. 
6212         use locate to find c059033l.pfb. 
6213         
6214 2006-01-02  Jan Nieuwenhuizen  <janneke@gnu.org>
6215
6216         * lily/tie-formatting-problem.cc
6217         (problem::generate_base_chord_configuration): Use my_round (was
6218         round).
6219
6220         * lily/source-file.cc (file::get_counts)[!HAVE_MBRTOWC]: Bugfix,
6221         do not invoke mbrtowc.
6222
6223         * lily/relocate.cc (setup_paths): Add more debugging verbosity.
6224
6225 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6226
6227         * scm/lily.scm (lilypond-all): oops. remove debugging hack.
6228
6229 2005-01-02  Heikki Junes  <hjunes@cc.hut.fi>
6230
6231         * Documentation/user/invoking.itely (svg): revise.
6232
6233 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6234
6235         * lily/lexer.ll: use sourcefilename iso. renameinput.
6236
6237 2006-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6238
6239         * mf/GNUmakefile ($(NCSB_TTFS)): revise rule. Create
6240         <PostScriptName>.ttf instead of c059XXXttf.
6241
6242         * lily/program-option.cc (LY_DEFINE): special support for
6243         --verbose, so it works before option init too.
6244  
6245         * mf/GNUmakefile (local-install): oops.
6246
6247         * lily/lyric-hyphen.cc (print): oops.
6248
6249         * buildscripts/pfx2ttf.fontforge: new file.
6250         
6251         * mf/GNUmakefile (NCSB_PATH): add vars for NCSB.
6252         ($(outdir)/%.ttf): new rule. 
6253
6254         * scm/define-grobs.scm (all-grob-descriptions): add font-interface
6255         to LyricHyphen.
6256
6257         * lily/lyric-hyphen.cc (print): multiply hyphen height by
6258         font-size
6259
6260 2005-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6261
6262         * VERSION: release 2.7.26
6263         
6264         * mf/GNUmakefile (install-fc-cache): remove old font.cache-1 files.
6265
6266 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6267
6268         * lily/font-config.cc (init_fontconfig): verbosity.
6269
6270         * THANKS: add Muziekacademie Lede. 
6271
6272         * scripts/musicxml2ly.py (print_voice_definitions): new function 
6273         (print_score_setup): new function
6274         (convert): read part definition to output staves properly.
6275
6276         * python/musicxml.py (Measure.get_notes): new class. Wrap lists of
6277         Music_xml notes.
6278
6279         * python/musicexp.py (Output_printer.__init__): use _ in data
6280         members.
6281         (Output_printer.unformatted_output): new function: no formatting,
6282         but count braces.
6283         (Duration.get_length): remove isinstance() checks for
6284         Output_printer everywhere.
6285
6286         * input/regression/lyrics-bar.ly (texidoc): add
6287         Separating_line_group_engraver.
6288
6289 2005-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
6290
6291         * lily/relocate.cc (framework_relocation): New function,
6292         factored from set_relocation ().
6293         (prefix_relocation): Rename from set_relocation ().
6294         (setup_paths): Use it.
6295
6296 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6297
6298         * scm/*.scm: use LEFT/RIGHT/UP/DOWN etc. iso. magical
6299         numbers. Patch by Erlend Aasland.
6300
6301 2005-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6302
6303         * lily/font-config.cc (init_fontconfig): print warning if cache
6304         file is not existant.
6305
6306         * lily/main.cc: don't use #ifdef but #if
6307
6308 2005-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6309
6310         * lily/grob-property.cc (internal_set_property): don't abort on
6311         calculation-in-progress.
6312
6313         * lily/beam.cc (get_default_dir): robustness: don't divide by zero.
6314
6315         * lily/tuplet-bracket.cc (calc_control_points): oops: typo. Read
6316         connect-to-neighbor property not connect-to-other
6317
6318         * lily/program-option.cc (LY_DEFINE): remove Protected_scm global variable.
6319         (LY_DEFINE): oops. don't forget protection.
6320
6321         * flower/parse-afm.cc (Module): strip AFM handling completely.
6322
6323         * lily/stencil-expression.cc: idem.
6324
6325         * lily/grob-interface-scheme.cc (LY_DEFINE): idem.
6326
6327         * lily/function-documentation.cc (ly_add_function_documentation):
6328         use static member iso. Protected_scm
6329
6330         * lily/main.cc: use ifdef ARGV0_RELOCATION iso. MINGW
6331
6332         * config.make.in (prefix): remove HAVE_KPATHSEA_SO
6333
6334 2005-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6335
6336         * lily/relocate.cc (set_env_dir): New function.
6337         (set_relocation): Use it to fix setting PANGO_PREFIX.
6338
6339 2005-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6340
6341         * input/regression/stem-direction-context.ly: remove rest.
6342
6343         * lily/melody-engraver.cc (process_music): restart for bar lines.
6344         (acknowledge_slur): restart for slurs.
6345
6346 2005-12-27  Heikki Junes  <hjunes@cc.hut.fi>
6347
6348         * Documentation/user/invoking.itely: describe how to view SVG 
6349         output using Inkscape which replace embedded fonts with OTF fonts.
6350
6351 2005-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6352
6353         * lily/relocate.cc (set_relocation): set PANGO_PREFIX
6354
6355 2005-12-23  Jan Nieuwenhuizen  <janneke@gnu.org>
6356
6357         * lily/melody-engraver.cc (class Melody_engraver): Remove lying
6358         comment.
6359
6360 2005-12-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6361
6362         * VERSION (PACKAGE_NAME): release 2.7.25
6363
6364         * Documentation/topdocs/NEWS.tely (Top): document new feature.
6365
6366         * input/regression/stem-direction-context.ly: new file.
6367
6368         * lily/relocate.cc (set_relocation): add PANGO_PREFIX
6369
6370         * lily/melody-engraver.cc (acknowledge_stem): restart MelodyItem
6371         on rest.
6372
6373         * ly/engraver-init.ly: add Melody_engraver
6374
6375         * lily/beam.cc (calc_direction): use default-direction
6376         iso. get_default_direction()
6377
6378         * scm/define-grob-properties.scm (all-user-grob-properties): add
6379         default-direction property.
6380
6381         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem.
6382
6383         * lily/stem.cc (calc_default_direction): remove
6384         Stem::get_default_direction, use default-direction with callback
6385         instead.
6386
6387         * lily/melody-spanner.cc (calc_neutral_stem_direction): 
6388
6389         * lily/melody-engraver.cc: new file. Acknowledge stems for
6390         interpolated stem directions. 
6391
6392         * lily/melody-spanner.cc: new file. Interpolate stem directions.
6393
6394         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem
6395
6396         * lily/slur-configuration.cc (fit_factor): more robust check for
6397         point in curve X-extent.
6398
6399         * lily/slur.cc (outside_slur_callback): return offset_scm, not 0.
6400         (outside_slur_callback): check for 'outside avoidance.
6401
6402         * lily/slur-configuration.cc (score_extra_encompass): don't use
6403         bound->column() == avoid->column() for checking extents, as this
6404         doesn't work for accidentals. 
6405
6406         * lily/slur-engraver.cc (acknowledge_extra_object): remove
6407         DynamicText hardcoding.
6408
6409         * lily/slur-scoring.cc (enumerate_attachments): robustness: don't
6410         crash if bound stem is NULL
6411
6412         * lily/piano-pedal-performer.cc: patch by MWD for enabling piano
6413         pedals.
6414
6415 2005-12-22  Graham Percival  <gpermus@gmail.com>
6416
6417         * scm/define-markup-commands.scm: typo.  @code{\raise}
6418         => @code{\\raise}.
6419
6420         * darwin.patch: now used again, includes a
6421         required patch from fink.
6422
6423 2005-12-21  Heikki Junes  <hjunes@cc.hut.fi>
6424
6425         * po/TODO: mention gtranslator along with kbabel.
6426         * po/fi.po: update translations.
6427
6428 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6429
6430         * lily/relocate.cc (setup_paths): Bugfix.
6431
6432 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6433
6434         * lily/slur-configuration.cc (score_extra_encompass): don't use
6435         "avoid" choice for avoid-slur.
6436
6437         * stepmake/bin/install.py (dest): don't create existing dir.
6438
6439 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6440
6441         * stepmake/bin/install.py: Remove file before copying.
6442
6443         * config.make.in: 
6444         * stepmake/aclocal.m4: Do not substitute INSTALL.
6445
6446 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6447
6448         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
6449         depend on link-tree.
6450
6451         * lily/relocate.cc (setup_paths): only check path for non-absolute
6452         dir without directory part.
6453
6454         * flower/file-name.cc (is_absolute):  new method.
6455         (is_absolute): check root_ too.
6456
6457 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6458
6459         * lily/relocate.cc (setup_paths) [__MINGW32__]: Comment-out broken
6460         relocation code.  Oops, don't comment out too much.
6461
6462         * stepmake/stepmake/generic-vars.make (INSTALL): Assign INSTALL_PY
6463         iso itself.
6464
6465         * lily/relocate.cc [HAVE_GETTEXT]: Include libintl.h.  Fixes mingw
6466         compile.
6467
6468 2005-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
6469
6470         * .cvsignore: Add install-sh.
6471
6472         * autogen.sh (srcdir): Typo.
6473
6474 2005-12-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6475
6476         * autogen.sh (srcdir): urg. Touch install-sh.
6477
6478         * stepmake/bin/install-sh (Module): remove.
6479
6480         * stepmake/stepmake/generic-vars.make (INSTALL): add $(INSTALL).
6481
6482         * lily/include/relocate.hh: new file.
6483
6484         * lily/relocate.cc: new file. Contain relocation logic.
6485
6486         * lily/main.cc (setup_paths): fix: LILYPOND_RELOCATE_PREFIX.
6487         (main): read LILYPOND_VERBOSE as the first thing.
6488
6489         * stepmake/aclocal.m4: remove INSTALL variable.
6490
6491         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
6492         separate target for making font symlinks.
6493         (documentation-dir): use $(if $(findstring )) for switching off
6494         Documentation.
6495
6496         * stepmake/stepmake/help2man-vars.make (OUT_DIST_FILES): only do
6497         something if DOCUMENTATION is no.
6498
6499 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6500
6501         * VERSION: release 2.7.24
6502
6503         * lily/script-column-engraver.cc (stop_translation_timestep):
6504         delay adding to script-column.
6505
6506         * lily/tuplet-bracket.cc (print): suicide if no control-points. 
6507
6508         * python/convertrules.py (conv): rule for number-visibility
6509
6510         * lily/slur-configuration.cc (score_extra_encompass): different
6511         distance measure for avoid and inside avoidance.
6512         (score_extra_encompass): use 1/(distance+eps) as penalty.
6513
6514         * lily/slur-scoring.cc (generate_avoid_offsets): use 'inside
6515         encompass objects for generating slur curves.
6516
6517         * lily/slur.cc: use details iso. slur-details property.
6518
6519         * input/regression/slur-tuplet.ly: new file.
6520
6521         * lily/slur-engraver.cc (acknowledge_tuplet_number): new function.  
6522
6523         * flower/include/offset.hh (class Offset): new operator /=
6524
6525         * lily/tuplet-number.cc (print): new file, new interface.
6526
6527         * scm/define-grob-properties.scm (all-user-grob-properties):
6528         remove number-visibility property.
6529
6530         * lily/tuplet-bracket.cc (calc_control_points): new function
6531         (calc_connect_to_neighbors): new function.
6532         (print): remove text handling for tuplet numberdef.
6533
6534         * lily/tuplet-engraver.cc (struct Tuplet_description): create
6535         TupletNumbers too. 
6536
6537         * lily/lily-guile.cc (robust_scm2booldrul): new function
6538
6539         * scm/define-grobs.scm (all-grob-descriptions): new grob TupletNumber
6540
6541         * lily/tuplet-bracket.cc (calc_position_and_height): use
6542         staff-padding to control whether tuplet brackets are over staves.
6543
6544         * lily/grob.cc (suicide): clear dim_caches_.
6545
6546         * lily/dimension-cache.cc (clear): new function.
6547
6548         * lily/grob.cc (extent): swap order of min-extent and extent
6549         calculations. This fixes hara kiri staves. 
6550
6551 2005-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6552
6553         * lily/main.cc: Nitpick: relocation is not based on path, but on
6554         directory (location).
6555
6556 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6557
6558         * lily/main.cc (setup_paths): read LILYPOND_RELOCATE_PREFIX
6559
6560         * stepmake/stepmake/install-targets.make (local-uninstall): idem.
6561
6562         * stepmake/stepmake/install-out-targets.make (local-install-outfiles): idem.
6563
6564         * stepmake/stepmake/help2man-targets.make (install-help2man): idem.
6565
6566         * stepmake/stepmake/generic-vars.make (Module): idem.
6567
6568         * stepmake/stepmake/executable-targets.make (default): use it.
6569
6570         * stepmake/bin/install.py (create_dir): new file. Replace install-sh.
6571
6572         * make/GNUmakefile: don't install make rules.
6573
6574         * lily/main.cc (setup_paths): don't inspect $PATH for argv0 with
6575         slashes.
6576         (prepend_env_path): more verbosity.
6577
6578 2005-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6579
6580         * GNUmakefile.in: add dir argument for find command.
6581
6582         * lily/parser.yy (bass_figure): set_spot() for bass figures. This
6583         fixes weird line numbers for point & click.
6584
6585         * lily/source-file.cc (get_counts): init line/column/char counts.
6586
6587 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6588
6589         * lily/main.cc: remove ARGV0_RELOCATION, instead use --relocate.
6590
6591 2005-12-16  Graham Percival  <gpermus@gmail.com>
6592
6593         * Documentation/user/basic-notation.itely, advanced-notation.itely:
6594         minor fixes from Fredric.  Thanks!
6595
6596 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6597
6598         * ly/music-functions-init.ly: add \bar and \clef music function 
6599
6600         * lily/lily-lexer.cc: idem.
6601
6602         * lily/parser.yy (FIXME): remove BAR and CLEF.
6603
6604 2005-12-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6605
6606         * Documentation/topdocs/NEWS.tely (Top): doc string argument change.
6607
6608         * lily/parser.yy (Generic_prefix_music_scm): allow strings as
6609         function arguments too
6610
6611         * lily/main.cc (set_relocation): new function.
6612
6613         * scripts/musicxml2ly.py (convert): add \version
6614
6615         * lily/tie.cc: remove get_default_attachments()
6616
6617         * VERSION (PACKAGE_NAME): release 2.7.23
6618         
6619         * lily/chord-tremolo-engraver.cc (acknowledge_stem): use
6620         ultimate_music_cause(). This fixes core dumps in unfold-all-repeats.ly
6621
6622         * Documentation/topdocs/NEWS.tely (Top): document new feature.
6623
6624         * lily/tie-formatting-problem.cc (score_ties): new function
6625         (get_variations): new function. Try flipping dirs for collisions.
6626         (generate_optimal_chord_configuration): new function. 1-opt search
6627         for better configuration.
6628
6629         * lily/tie-configuration.cc: new file.
6630
6631         * lily/tie.cc: junk Tie::get_configuration()
6632
6633         * lily/tie-formatting-problem.cc (score_ties_aptitude): new function.
6634         (score_ties_configuration): new function.
6635         (generate_ties_configuration): new function.
6636         (generate_base_chord_configuration): new function.
6637         (set_ties_config_standard_directions): Move body from tie-column-format.cc 
6638         (set_manual_tie_configuration): Move body from tie-column-format.cc 
6639
6640         * input/regression/tie-dot.ly: new file.
6641
6642         * lily/tie-formatting-problem.cc (score_configuration): score
6643         tie/dot collisions.
6644
6645         * lily/tie-helper.cc (get_transformed_bezier): new function
6646
6647         * Documentation/topdocs/NEWS.tely (Top): strip out-www.
6648
6649         * stepmake/stepmake/python-module-vars.make (SHARED_FLAGS): use
6650         -undefined suppress iso. -framework Python 
6651
6652         * scm/define-grobs.scm (all-grob-descriptions): set
6653         springs-and-rods (thanks Joe Neeman!)
6654
6655 2005-12-12  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6656
6657         * input/no-notation/display-lily-tests.ly (test): 
6658         * scm/display-lily.scm (tag->lily-string): the syntax for tags has
6659         changed from \tag #'(a b) to \tag #'a \tag #'b
6660
6661 2005-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6662
6663         * Documentation/topdocs/NEWS.tely: strip out-www.
6664
6665         * lily/include/grob-interface.hh: include lily-guile.hh not libguile.h
6666
6667         * config.make.in (AR): add AR and RANLIB
6668
6669         * flower/libc-extension.cc: include cassert
6670
6671         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): more robust
6672         darwin check.
6673
6674 2005-12-11  Graham Percival  <gpermus@gmail.com>
6675
6676         * stepmake/stepmake/generic-vars.make: define DARWIN_BUILD.
6677
6678         * stepmake/stepmake/python-modules-vars.make: define
6679         SHARED_FLAGS for OSX.  Thanks Johannes Schindelin!
6680
6681         * THANKS: added Johannes Schindelin.
6682
6683 2005-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6684
6685         * python/midi.c (pymidi_parse): use memcmp() iso. strcmp().
6686
6687         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
6688         Span_arpeggio_engraver, add Tweak_engraver to Score context. 
6689
6690         * lily/parser.yy: reorganize file layout.
6691
6692         * ly/music-functions-init.ly: add tweak music function.
6693
6694         * lily/grob-info.cc (ultimate_music_cause): new function:
6695         recursively lookup causes. 
6696
6697         * lily/parser.yy (chord_body_element): allow music functions for
6698         post-events, allow music functions for chord elements. 
6699  
6700         * lily/font-config-scheme.cc (display_fontset): add cast.
6701
6702         * python/convertrules.py (FatalConversionError.sub_syms): \tag
6703         #'(a b) -> \tag #'a \tag #'b rule.
6704
6705         * python/musicexp.py (Output_printer.dump_version): new function
6706
6707 2005-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6708
6709         * lily/parser.yy (FIXME): remove \tag
6710         (FIXME): remove tag_music() function.
6711
6712         * lily/lily-lexer.cc: remove \tag
6713
6714         * ly/music-functions-init.ly: define music-function "tag"
6715
6716         * lily/parser.yy (chord_body_element): allow tags in chord bodies.
6717
6718 2005-12-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6719
6720         * VERSION (PATCH_LEVEL): release 2.7.22
6721
6722         * input/regression/lyric-hyphen-retain.ly: renew.
6723
6724         * scm/define-grobs.scm (all-grob-descriptions): add LyricSpace
6725         grob
6726
6727         * lily/lyric-hyphen.cc (set_spacing_rods): use minimum-distance
6728         iso. minimum-length property for rods.
6729
6730         * lily/hyphen-engraver.cc (acknowledge_lyric_syllable): create
6731         LyricSpace item to keep lyrics spaced apart.
6732
6733         * ly/engraver-init.ly: remove Separating_line_group_engraver
6734
6735         * Documentation/user/music-glossary.tely: do setfilename before
6736         music-glossary.
6737
6738 2005-12-07  Heikki Junes  <hjunes@cc.hut.fi>
6739
6740         * Documentation/user/lilypond-book.itely: use `,´ after xref:
6741         See xref documentation, for example.
6742
6743 2005-12-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6744
6745         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): use
6746         pending_skip iso. ly_voice[-1]
6747         (main): add if __main__ for debugging.
6748
6749         * python/musicxml.py (Accidental.__init__): new class.
6750
6751         * scripts/musicxml2ly.py (progress): new function
6752         (musicxml_key_to_lily): don't barf on modeless keys.
6753         (create_skip_music): new function.
6754         (musicxml_spanner_to_lily_event): new function. Handle beams too.
6755         (musicxml_note_to_lily_main_event): new function.
6756
6757         * python/musicexp.py (Music.__init__): add comment field.
6758         (NestedMusic.append): new routine.
6759         (SequentialMusic.print_ly): print comment.
6760         (ArpeggioEvent.ly_expression): new class
6761         (BeamEvent.ly_expression): new class
6762         (NoteEvent.__init__): support for cautionary/forced accs.
6763
6764         * lily/lookup.cc (slur): normal order for array loop.
6765
6766         * scm/framework-ps.scm (dump-stencil-as-EPS): set left X of bbox
6767         to 0.0.
6768
6769         * ly/engraver-init.ly: set bar-size, so bar-lines aren't
6770         collapsed.
6771
6772 2005-12-06 Erik Sandberg  <mandolaerik@gmail.com>
6773
6774         * scm/music-functions.scm: Make phrasing slurs follow voice direction
6775
6776         * scripts/lilypond-book.py: Introduce option
6777             --preserve-line-breaks, for usage with srcltx
6778
6779 2005-12-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6780
6781         * scm/output-lib.scm (print-circled-text-callback): draw circle
6782         around text using make-circle-markup.
6783
6784         * Documentation/user/*: strip out-www from file names.
6785
6786 2005-12-05  Heikki Junes  <hjunes@cc.hut.fi>
6787
6788         * Documentation/user/lilypond.tely (direntry): remove empty lines;
6789         fixes invalid info entry issue with makeinfo 4.8 in debian sid.
6790
6791 2005-12-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6792
6793         * Documentation/user/GNUmakefile: idem.
6794
6795         * Documentation/user/macros.itexi: strip out-www
6796
6797         * python/rational.py: python 2.3 compat.
6798
6799         * VERSION (PATCH_LEVEL): release 2.7.21
6800
6801         * scripts/musicxml2ly.py (NonDentedHeadingFormatter.format_headi):
6802         option formatting, lilypond style.
6803
6804         * python/musicexp.py: grab from Ikebana: a library for composing
6805         ly music expressions. 
6806         (Output_printer): class for advanced .ly printing.
6807         (eg. tupletting) 
6808
6809         * python/musicxml.py: new file. Read MusicXML MiniDOM tree, and
6810         convert to pythonesque structure.
6811
6812         * python/rational.py: PD rational number class.
6813
6814         * Documentation/user/converters.itely (Invoking musicxml2ly):  new node.
6815
6816 2005-12-04  Erik Sandberg  <mandolaerik@gmail.com>
6817
6818         * lily/part-combine-iterator.cc: Minor bugfix
6819         
6820         * THANKS: Update bughunters
6821
6822 2005-12-02  Werner Lemberg  <wl@gnu.org>
6823
6824         * mf/README: Document process for proper mf2pt1 conversion.
6825
6826         * mf/feta-beugel.mf (draw_brace): Fix path to assure clean
6827         overlapping.
6828
6829         * mf/feta-harmonica.mf: Removed.  Unused.
6830
6831 2005-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6832
6833         * scripts/lilypond-book.py (do_file): fix thinkos.
6834
6835 2005-12-01  Jan Nieuwenhuizen  <janneke@gnu.org>
6836
6837         * lily/GNUmakefile ($(outdir)/FlexLexer.h):
6838         ($(outdir)/parser.cc): 
6839         ($(outdir)/lexer.cc): Bugfix: depend on config.h.
6840
6841 2005-11-30  Pedro Kröger  <kroeger@pedrokroeger.net>
6842
6843         * ly/titling-init.ly (tagline): it should be a space between
6844         "Music engraving by LilyPond" and the version number.
6845
6846 2005-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6847
6848         * VERSION (PACKAGE_NAME): release 2.7.20
6849
6850 2005-11-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6851
6852         * scm/define-markup-commands.scm (pad-to-box): new markup command.
6853
6854         * scm/define-grobs.scm (all-grob-descriptions): set thickness to
6855         1.0.
6856         (all-grob-descriptions): don't shift RehearsalMark arbitrarily.
6857
6858 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6859
6860         * configure.in (LINK_GXX_STATICALLY): remove kpathsea checks.
6861
6862         * kpath-guile/: remove directory
6863
6864         * scm/kpathsea.scm (ly:kpathsea-expand-variable): new
6865         file. Encapsulate kpathsea using commandline tools.
6866
6867         * lily/all-font-metrics.cc (kpathsea_find_file): use (scm
6868         kpathsea) module.
6869
6870 2005-11-29  Mats Bengtsson  <mabe@s3.kth.se>
6871
6872         * Documentation/user/advanced-notation.itely (Setting automatic
6873         beam behavior): Correct a few typos. Thanks to David Bobroff.
6874
6875         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use
6876         \usepackage instead of \RequirePackage. Thanks to Bernard Hurley.
6877
6878 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6879
6880         * scripts/*.py: gmane address for bugs.
6881
6882 2005-11-28 Pal Benko <benkop@freestart.hu>
6883         
6884         * make/ly-rules.make: add -f switch to mv
6885
6886         * scm/output-libs.scm: add new bar symbol "." for punctus divisionis
6887
6888         * lily/bar-line.cc: interpret it
6889
6890 2005-11-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6891
6892         * configure.in (--disable-documentation): New switch.
6893
6894         * GNUmakefile.in: Use it.
6895
6896         * stepmake/aclocal.m4: Use AC_ARG_ENABLE for kpatsea.
6897
6898 2005-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6899
6900         * scripts/lilypond-book.py (do_file): search chunks for
6901         \\begin{document}
6902
6903         * GNUmakefile.in: add copy step in between so we can lose the
6904         out-www directories.
6905
6906 2005-11-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6907
6908         * lily/pango-font.cc (pango_item_string_stencil): put
6909         geometry.width into glyph-string too.
6910
6911 2005-11-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6912
6913         * scm/define-music-display-methods.scm (RevertProperty):
6914         (OverrideProperty): Use grob-property-path property, a list of
6915         symbols, instead of grob-property, which used to be a single
6916         symbol.
6917         (BassFigureEvent): a figure can be a plain number, not necessarily a
6918         markup.
6919
6920 2005-11-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6921
6922         * VERSION: release 2.7.19
6923         
6924         * lily/figured-bass-engraver.cc (process_music): check
6925         figuredBassCenterContinuations first.
6926
6927         * scm/translation-functions.scm (format-bass-figure): make double
6928         sharp larger. 
6929
6930         * lily/mark-engraver.cc: read rehearsalMarkAlignSymbol to
6931         determine X-parent.
6932
6933         * lily/system-start-delimiter-engraver.cc: move from
6934         Nested_system_start_delimiter_engraver, rename
6935         Nested_system_start_delimiter_engraver ->
6936         System_start_delimiter_engraver.
6937
6938         * lily/nested-system-start-delimiter-engraver.cc (from_list): read
6939         bracket type from hierarchy.
6940
6941 2005-11-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6942
6943         * lily/rest.cc (y_offset_callback): read staff-position.
6944
6945         * scm/define-grob-properties.scm (all-user-grob-properties): don't
6946         mark after-line-breaking-callback as internal.
6947
6948         * lily/self-aligment-interface.cc: remove self-[XY]-offset.
6949
6950 2005-11-25  Werner Lemberg  <wl@gnu.org>
6951
6952         * mf/feta-banier.mf ("d3"): Make `flare' equal to `staff_space'.
6953
6954 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6955
6956         * stepmake/bin/add-html-footer.py (do_file): add google
6957
6958         * lily/staff-symbol-engraver.cc (process_music): bugfix: stop
6959         staff if first_start_ is true.
6960
6961 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6962
6963         * scripts/midi2ly.py (split_track): add __repr__ members.
6964         (track_first_item): only return Item if not None. This fixes a
6965         problem when dumping a track that starts with an empty channel.
6966
6967         * python/midi.c: doc module.
6968
6969 2005-11-22  Mats Bengtsson  <mabe@s3.kth.se>
6970
6971         * Documentation/user/global.itely (Creating MIDI files): Fix
6972         compilation problem.
6973
6974 2005-11-22  Graham Percival  <gpermus@gmail.com>
6975
6976         * Documentation/user/basic-notation.itely: clarify dynamic
6977         padding text.
6978
6979         * Documentation/user/advanced-notation.itely: add unicode
6980         escape control example, whatever that is.  :)
6981
6982         * Documentation/user/global.itely: added "removing dynamics
6983         from MIDI" code.
6984
6985 2005-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6986
6987         * VERSION (PATCH_LEVEL): release 2.7.18
6988
6989         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): replace
6990         System_start_delimiter_engraver by
6991         Nested_system_start_delimiter_engraver.
6992
6993         * lily/nested-system-start-delimiter-engraver.cc (struct
6994         Bracket_nesting_node): new class.
6995         (struct Bracket_nesting_group): new class
6996         (struct Bracket_nesting_staff): new class.
6997         (process_music): create hierarchy of grobs. This allows separate
6998         tuning of different SSDs. 
6999
7000         * scm/define-grobs.scm (all-grob-descriptions): new Grob SystemStartSquare
7001         (all-grob-descriptions): remove old NestedSystemStartDelimiter.
7002
7003 2005-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7004
7005         * lily/side-position-interface.cc (aligned_side): multiply
7006         staff_radius by 2.
7007
7008         * lily/script-engraver.cc (make_script_from_event): allow setting
7009         values to '()
7010
7011 2005-11-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7012
7013         * lily/system-start-delimiter.cc (line_bracket): don't shorten height.
7014
7015         * scm/define-grobs.scm (all-grob-descriptions): new grob
7016         NestedSystemStartDelimiter.
7017
7018         * input/regression/system-start-heavy-bar.ly: new file.
7019
7020         * lily/nested-system-start-delimiter-engraver.cc: new file.
7021
7022         * lily/nested-system-start-delimiter.cc: new file.
7023
7024         * input/regression/system-start-nesting.ly: new file.
7025
7026         * scm/define-grobs.scm (all-grob-descriptions): use X side
7027         positioning for positioning braces for nested contexts.
7028
7029         * lily/system-start-delimiter.cc (print): don't divide extent by
7030         staff_space.
7031         (print): use style iso. glyph.
7032         (staff_bracket): translate glyph inside routine already.
7033
7034 2005-11-18  Michael Welsh Duggan <md5i@cs.cmu.edu>
7035
7036         * lily/vaticana-ligature-engraver.cc: fixed 2 typos in glyph
7037         names.
7038
7039 2005-11-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7040
7041         * scm/define-context-properties.scm
7042         (all-user-translation-properties): rename figuredBassFormatter
7043         from newFiguredBassFormatter.
7044
7045         * scm/define-grobs.scm (all-grob-descriptions): move from NewBassFigure
7046
7047         * lily/figured-bass-engraver.cc: move from new-figured-bass-engraver.cc
7048
7049         * lily/stem.cc (calc_stem_info): trigger beaming calculation.
7050
7051         * lily/beam.cc (calc_beaming): new function.
7052         (calc_shorten): new function.
7053
7054         * THANKS: add Edward Neeman.
7055
7056         * input/regression/accidental-clef-change.ly: new file.
7057
7058         * lily/note-collision.cc (check_meshing_chords): don't merge fa heads.
7059
7060         * scm/define-grobs.scm (all-grob-descriptions): add Y-offset property.
7061
7062         * lily/clef-engraver.cc (inspect_clef_properties): reset
7063         localKeySignature for clef changes.
7064
7065 2005-11-17  Mats Bengtsson  <mabe@s3.kth.se>
7066
7067         * python/midi.c: PyMIDINIT_FUNC isn't defined in Python < 2.3 
7068         add dummy definition that works in Linux and add information in
7069         INSTALL.texi on the specific Python requirements for Cygwin/Mingw.
7070
7071         * Documentation/user/changing-defaults.itely (Modifying context
7072         plug-ins): Add index for \with.
7073
7074         * Documentation/user/music-glossary.tely (dal segno): Updated
7075         example to version >=2.6.
7076
7077 2005-11-16  Mats Bengtsson  <mabe@s3.kth.se>
7078
7079         * Documentation/user/instrument-notation.itely (Printing chord
7080         names): Reorder \chordmode and \repeat in one example.
7081
7082 2005-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7083
7084         * VERSION: release 2.7.17
7085         
7086         * Documentation/topdocs/NEWS.tely (Top): add note about
7087         refactoring.
7088
7089         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
7090         new function. Search region of 3 positions for best tie.
7091         (score_configuration): new function.
7092         (score_aptitude): new function.
7093         (generate_configuration): new function.
7094         (get_configuration): new function.
7095         (Tie_formatting_problem): new function
7096
7097         * input/regression/page-top-space.ly: a6 for page-top-space demo. 
7098
7099         * stepmake/aclocal.m4: use $(if ) for config-FOOF.make
7100
7101         * THANKS: add Eduardo Vieira & Ralph Little
7102
7103         * mf/feta-bolletjes.mf (solfa_quarter_width): make solfa heads
7104         narrower.
7105
7106         * lily/include/tie-formatting-problem.hh (class
7107         Tie_formatting_problem): add Tie_details to
7108         Tie_formatting_problem. Update calling conventions.
7109
7110         * stepmake/aclocal.m4: oops. Include $CONFIGFILE.make, not
7111         config.make.
7112
7113         * Documentation/user/lilypond.tely: remove musedata2ly entry.
7114
7115 2005-11-16  Jürgen Reuter  <reuter@ipd.uka.de>
7116
7117         * lily/ligature-engraver.cc, lily/include/ligature-engraver.hh,
7118         scm/define-context-properties.scm: Maintenance bugfix: make
7119         ligature brackets work again by removing obsolete ligature
7120         primitive callback push/pop.
7121
7122         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: do
7123         not call Tuplet_bracket::calc_direction.  Removed obsolete gap
7124         value.
7125
7126 2005-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
7127
7128         * stepmake/aclocal.m4 (depth): Explain why absolute directory is
7129         used and do not call it a path.
7130         (FLEXLEXER_FILE): Rename from FLEXLEXER_PATH and add file name.
7131
7132 2005-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7133
7134         * lily/include/tie-formatting-problem.hh (class
7135         Tie_formatting_problem): new file.
7136
7137         * lily/tie-formatting-problem.cc (common_x_refpoint): new file.
7138
7139         * Documentation/misc/ChangeLog-2.3:  new file.
7140
7141         * lily/audio-staff.cc (output): degarianize.
7142
7143 2005-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
7144
7145         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.pyc):
7146         Unset PYTHONOPTIMIZE.  Fixes install if set.
7147
7148 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7149
7150         * python/convertrules.py (conv): add warning about drums. 
7151
7152         * make/stepmake.make: include toplevel-version.make after config.make.
7153
7154         * stepmake/aclocal.m4 (depth): make sure $srcdir is absolute.
7155         also allow python2.4
7156
7157         * config.make.in (configure-srcdir): remove GXX GCC vars.
7158
7159         * stepmake/aclocal.m4: don't do non-srcdir build with
7160         symlinks. Use inclusion, so the src directory name can be changed.
7161
7162 2005-11-13  Jan Nieuwenhuizen  <janneke@gnu.org>
7163
7164         * make/mutopia-vars.make:
7165         * make/ly-vars.make: Use src-wildcard iso wildcard for source
7166         files.
7167
7168 2005-11-13  Werner Lemberg  <wl@gnu.org>
7169
7170         * mf/feta-arrow.mf: For all glyphs, don't mirror `currentpicture'
7171         but the affected path.  This ensures that the (overlapping) outlines
7172         have the same direction, which is a necessary prerequisite for
7173         FontForge's algorithm to remove overlaps.
7174         Formatting.
7175
7176         * mf/feta-haak.mf: Formatting.
7177         (draw_bracket): Slightly modify outline to avoid an unnecessary
7178         corner.
7179         Don't use ad-hoc values for `leave_angle' and `tip_angle' but derive
7180         them from the affected paths.
7181
7182 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7183
7184         * mf/README: remove xpm / accordion notes.
7185
7186         * lily/tie-column-format.cc (set_chord_outline): add dots into
7187         skyline extents. This fixes tie formatting if the left head has dots.
7188
7189         * lily/tie.cc (get_configuration): only shift tie by a whole staff
7190         space inside the staff.
7191         (get_configuration): shift another position if necessary in case
7192         of left head tie  
7193
7194 2005-11-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7195
7196         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): use
7197         buildscript-dir iso. $(depth)/buildscripts.
7198
7199         * tex/GNUmakefile (local-uninstall): remove
7200         music-drawing-routines.ps juggling.
7201
7202         * stepmake/stepmake/install-targets.make (local-install-files):
7203         prepend src-dir to install targets.
7204
7205         * lily/system-start-delimiter-engraver.cc
7206         (acknowledge_system_start_delimiter): use
7207         add_offset_callback(). This fixes translation of nested
7208         staffgroups.
7209
7210         * lily/grob-closure.cc (add_offset_callback): only encaps in
7211         simple_closure if it's a procedure.
7212         
7213         * lily/span-bar.cc (calc_glyph_name): read glyph-name, not glyph
7214         from bar-line.
7215
7216         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
7217         remove-empty where pertinent.
7218
7219 2005-11-12  Graham Percival  <gpermus@gmail.com>
7220
7221         * Documentation/user/instrument-notation.itely: added
7222         Cameron Horsburgh's multiple stanzas docs.  Thanks!
7223
7224 2005-11-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7225
7226         * lily/GNUmakefile
7227         ($(top-build-dir)/Documentation/pictures/$(outbase)/lilypond.ico):
7228         make picture in builddir, not srcdir.
7229
7230 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7231
7232         * VERSION: release 2.7.16
7233         
7234         * scripts/lilypond-book.py (main): use commands.mkarg () to quote
7235         shell arguments. 
7236
7237 2005-11-10  Mats Bengtsson  <mabe@s3.kth.se>
7238
7239         * Documentation/user/examples.itely (Piano templates): Minor
7240         modification to the Piano centered lyrics example.
7241
7242 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7243
7244         * scripts/lilypond-invoke-editor.scm (run-browser): look at
7245         $BROWSER.
7246
7247         * Documentation/user/point-and-click.itely: simplify p&c
7248         instruction: don't configure firefox. Put lilypond-invoke-editor
7249         in front of the browser.
7250
7251         * scripts/lilypond-invoke-editor.scm (run-editor): new function.
7252         (run-browser): new function.
7253
7254         * lily/parser.yy (Lily_lexer): recognize Book
7255
7256         * lily/book.cc (clone): new function
7257
7258         * lily/parser.yy (book_body): allow BOOK_IDENTIFIER.
7259
7260 2005-11-10  Jürgen Reuter  <reuter@ipd.uka.de>
7261
7262         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc:
7263         Maintenance bugfix: reduce number of font related warnings by
7264         updating naming conventions for glyph-name.
7265
7266 2005-11-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7267
7268         * scm/define-grobs.scm (all-grob-descriptions): add
7269         rhythmic-grob-interface to TabNoteHead.
7270
7271         * scm/layout-beam.scm (check-quant-callbacks): remove
7272         set_stem_lengths()
7273
7274 2005-11-08  Jürgen Reuter  <reuter@ipd.uka.de>
7275
7276         * ly/gregorian-init.ly (divisiones): Maintenance bugfix: vertical
7277         alignment of centered divisiones.
7278
7279         * scm/scripts.scm (articulations): Maintenance bugfix:
7280         follow-into-staff -> quantize-position.
7281
7282         * lily/vaticana-ligature-engraver.cc (transform_heads): Bugfix:
7283         plica head in porrectus deminutus.
7284
7285 2005-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7286
7287         * make/lilypond.fedora.spec.in (Group): add %clean section.
7288
7289         * lily/tuplet-bracket.cc (print): change check: remove bracket if
7290         less then 1/5th of total length.  
7291         (print): use gap too.  Fixes tupletUp-single-bracket.ly
7292
7293         * scm/music-functions.scm (glue-mm-rest-texts): also put other
7294         events into EventChord. This fixes textspanners on mm rests. Fixes
7295         spanner-rest.ly
7296
7297         * lily/side-position-interface.cc (get_axis): read side-axis
7298         (set_axis): set side-axis.
7299
7300         * scm/define-grobs.scm (all-grob-descriptions): add side-axis
7301         properties everywhere.
7302
7303         * lily/spacing-spanner.cc (breakable_column_spacing): add
7304         average-spacing-wishes. Take maximum if not set.
7305         (musical_column_spacing): idem. Fixes: spacing-keysig-note.ly
7306
7307         * scm/define-grobs.scm (all-grob-descriptions): add
7308         average-spacing-wishes.
7309
7310         * lily/grob-closure.cc (add_offset_callback): bugfix: properly add
7311         offset callbacks. This fixes alignment for Fingering objects.
7312
7313         * scm/define-grobs.scm (all-grob-descriptions): tiny bit less
7314         space for key - timesig combination. 
7315
7316         * input/regression/script-stem-tremolo.ly (Module): new file.
7317
7318         * scm/define-grobs.scm (all-grob-descriptions): decrease distance
7319         to key sig.
7320
7321         * lily/dynamic-engraver.cc (acknowledge_stem_tremolo): new function.
7322         Fixes: c-tremolo-script.ly.
7323         
7324         * lily/text-engraver.cc (acknowledge_stem_tremolo): new function.
7325
7326         * lily/script-engraver.cc (acknowledge_stem_tremolo): new function.
7327         
7328         * scm/define-grobs.scm (all-grob-descriptions): remove
7329         self-X-offset. Fixes alignment of octavate-8.
7330
7331         * scripts/lilypond-book.py (datadir): look in
7332         LILYPONDPREFIX/share/lilypond/current/
7333
7334         * GNUmakefile.in: symlink current to <VERSION>. 
7335
7336 2005-11-07  Pedro Kroger  <kroeger@pedrokroeger.net>
7337
7338         * lily/main.cc: eps listed as a backend.
7339
7340 2005-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7341
7342         * scm/lily-library.scm (print-music-as-book): quote $defaultpaper.
7343
7344 2005-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7345
7346         * lily/include/score.hh (class Score): remove texts_ member.
7347
7348         * lily/beam.cc (set_stem_lengths): force direction callback.
7349         (print): read quantized-positions, so we can force
7350         Beam::set_stem_lengths to occur.
7351         (rest_collision_callback): use common X parent. 
7352
7353 2005-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
7354
7355         * flower/file-path.cc (find): Bugfix: Return name of file found.
7356
7357         * lily/main.cc (setup_paths): Bugfix for argv0 logic.
7358         (setup_paths)[__CYGWIN__ || __MINGW32__]: Normalize argv0.
7359         (setup_paths)[__MINGW32__]: Also look for argv0 + .exe.
7360
7361 2005-11-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7362
7363         * flower/offset.cc: idem.
7364
7365         * mf/*.mf: update email address.
7366
7367         * lily/font-config-scheme.cc:  new file.
7368
7369         * GNUmakefile.in (SUBDIRS): remove debian/ directory.
7370
7371         * lily/*:  cs.uu.nl -> xs4all.nl
7372
7373         * VERSION (PATCH_LEVEL): release 2.7.15
7374
7375         * make/lilypond.mandrake.spec.in (Module): remove Mandrake & Suse
7376         spec files.
7377
7378         * make/lilypond.fedora.spec.in: add %{libdir}/lilypond/
7379
7380 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7381
7382         * GNUmakefile.in: bugfix: encapsulate mkdir && cd in parens.   
7383
7384         * lily/staff-performer.cc (process_music): add audio
7385         elements. This makes MIDI instrument changes work once again.
7386
7387         * lily/main.cc (LY_DEFINE): add gmane address.
7388
7389         * lily/beam.cc: remove calc_positions()
7390
7391         * lily/include/grob.hh (class Grob): move pscore, dim_cache_,
7392         original_ in private scope.
7393         (class Grob): drop pscore_ pointer, change to output_def pointer.
7394         (class Grob): cleanup class definition.
7395
7396         * ly/spanners-init.ly (assertBeamQuant): use make-simple-closure.
7397
7398 2005-11-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7399
7400         * lily/main.cc (setup_paths)[__MINGW32__]: Do not assume argv0 is
7401         absolute.  Better diagnostics.
7402
7403         * GNUmakefile.in: Add bin/ to tree and populate with some links.
7404         This makes lilypond run from the build directory using argv0
7405         relocation (without any --prefix or LILYPONDPREFIX setting).
7406
7407 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7408
7409         * Documentation/topdocs/NEWS.tely (Top): document new backend design.
7410
7411         * scm/define-grobs.scm: purge self-[XY]-offset variables, replace
7412         with simple-closure.
7413
7414         * lily/self-aligment-interface.cc (set_align_self): new function
7415         (set_center_parent): new function.
7416
7417         * lily/side-position-interface.cc (set_axis): new function.
7418
7419         * lily/new-fingering-engraver.cc (position_scripts): use drul for
7420         generic code. 
7421
7422         * scm/define-grob-properties.scm (all-user-grob-properties):
7423         remove [XY]-offset-callbacks add [YX]-offset
7424         
7425 2005-11-02  Mats Bengtsson  <mabe@s3.kth.se>
7426
7427         * scm/define-grobs.scm (all-grob-descriptions): Added space-alist
7428         entry for time signatures after breathing signs. Bug report by
7429         Scott Russell.
7430
7431 2005-11-01  Jan Nieuwenhuizen  <janneke@gnu.org>
7432
7433         * lily/main.cc (setup_paths)[!__MINGW32__]: Bugfix: if argv0 is
7434         not absolute, make it absolute using PATH.
7435
7436 2005-10-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7437
7438         * python/midi.c (initmidi): Fix type for mingw.
7439
7440 2005-10-27  Jan Nieuwenhuizen  <janneke@gnu.org>
7441
7442         * stepmake/stepmake/compile-vars.make (SHARED_FLAGS): Support mingw.
7443
7444         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Detect mingw
7445         cross compiling.
7446
7447         * stepmake/aclocal.m4: Support python cross compiling.
7448
7449         * stepmake/stepmake/python-module-vars.make (SHARED_MODULE_SUFFIX):
7450         Add mingw section.
7451
7452 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7453
7454         * scm/output-lib.scm (chain-grob-member-functions): replace
7455         chained-callback.cc
7456
7457         * lily/chained-callback.cc (Module): remove file.
7458
7459         * lily/rest-collision.cc (force_shift_callback_rest): change to
7460         chained callback.
7461
7462         * lily/rest.cc (y_offset_callback): merge function of 3 callbacks. 
7463
7464         * lily/grob.cc (y_parent_positioning): remove axis argument from
7465         parent_positioning callbacks.
7466         (Grob): junk init code
7467         (get_offset): use generic property callbacks for
7468         X-offset, Y-offset. Remove Grob::{add,has}_offset_callback.
7469         (axis_parent_positioning): new function
7470         (axis_offset_symbol): new function
7471         (chain_offset_callback): new function
7472         (add_offset_callback): new function
7473
7474         * lily/beam.cc (rest_collision_callback): change signature; this
7475         is now a chained callback.
7476
7477         * lily/include/dimension-cache.hh (class Dimension_cache): remove
7478         callback administration.
7479
7480         * lily/simple-closure.cc: new file. Smob type that allows "grob
7481         member functions",
7482
7483             (ly:make-simple-closure FUNC A B)
7484
7485         is evaluated as (FUNC grob A B). This allows chaining of callbacks
7486         in various ways.
7487
7488         * lily/slur-engraver.cc (acknowledge_extra_object): use chained
7489         callbacks.
7490
7491         * lily/slur.cc (outside_slur_callback): take 2 arguments.
7492
7493         * lily/rest.cc (polyphonic_offset_callback): remove.
7494
7495         * lily/script-engraver.cc (try_music): remove bool* argument.
7496
7497         * scm/script.scm (default-script-alist): set quantize-position
7498         appropriately.
7499
7500         * lily/script-engraver.cc: remove follow_into_staff_ special coding. 
7501
7502         * lily/side-position-interface.cc (aligned_side): move staff
7503         position quantization from
7504         Side_position_interface::quantised_position().
7505         (quantised_position): remove
7506         
7507 2005-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7508
7509         * input/regression/beam-quant-standard.ly: reindent, set
7510         debug-beam-quanting to #t.
7511
7512         * lily/beam-concave.cc (calc_concaveness): set concaveness to
7513         10000 if this is a "hard" concave beam.
7514
7515         * lily/beam.cc (calc_least_squares_positions): change from
7516         calc_least_squares_dy
7517         (set_stem_lengths): this is now a chained callback.
7518
7519         * lily/context-property.cc (execute_general_pushpop_property):
7520         bugfix override with procedure should have effect.
7521
7522         * scm/define-grob-properties.scm (all-internal-grob-properties):
7523         remove position-callbacks.
7524
7525         * scm/define-grobs.scm (all-grob-descriptions): use
7526         ly:make-callback-chain for positions property.
7527
7528         * scm/layout-beam.scm (check-quant-callbacks): return list of
7529         chained callbacks.
7530
7531         * scm/lily.scm (type-p-name-alist): add callback-chain
7532
7533         * lily/lily-guile.cc (type_check_assignment): type check failure
7534         is warning not message.
7535
7536         * lily/grob-property.cc (try_callback): walk callback chain if
7537         appropriate.
7538
7539         * lily/chained-callback.cc: new file. new smob type.
7540
7541         * lily/lily-guile.cc (procedure_arity): new function.
7542
7543 2005-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7544
7545         * Documentation/topdocs/INSTALL.texi (Top): add perl flex bison.
7546
7547 2005-10-25  John Mandereau  <john.mandereau@free.fr>
7548  
7549         * Documentation/user/instrument-notation.itely (Figured bass):
7550         describe new features
7551
7552 2005-10-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7553
7554         * lily/beam.cc (calc_least_squares_dy): use property callback.
7555
7556         * lily/beam-concave.cc (calc_concaveness): use property callback.
7557
7558         * ly/paper-defaults.ly: move fixed dimensions from paper.scm 
7559
7560 2005-10-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7561
7562         * HACKING: Update.
7563
7564 2005-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7565
7566         * scm/layout-page-layout.scm (page-headfoot): annotate
7567         pagetopspace too.
7568
7569         * scm/stencil.scm (dimension-arrows): shorten arrowed lines a bit. 
7570
7571         * scm/layout-page-layout.scm (annotate-y-interval): y-annotation
7572         doesn't take y-space.
7573
7574         * scm/paper.scm (paper-alist): fix A7 dimensions. 
7575
7576 2005-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7577
7578         * stepmake/stepmake/generic-vars.make (DIST_FILES): Fix
7579         src-wildcard, remove $(wildcard).
7580
7581         * po/GNUmakefile (PO_FILES): 
7582         * ps/GNUmakefile (PS_FILES): 
7583         * tex/GNUmakefile (TEX_FILES): 
7584         * cygwin/GNUmakefile (POSTINSTALLS):
7585         * vim/GNUmakefile (EXTRA_DIST_FILES): Bugfix: [etags sr?] missed
7586         some wildcard calls.
7587
7588 2005-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7589
7590         * THANKS: add Thomas Bushnell.
7591
7592 2005-10-23  Jan Nieuwenhuizen  <janneke@gnu.org>
7593
7594         * scm/lily.scm: Remove horrendous running-from-gui? kludge.
7595         (lilypond-main): Redirect to gui-main if 'gui is set.
7596
7597         * scripts/midi2ly.py (datadir): Add libdir iso datadir to path,
7598         for alternative installations kludging s/share/lib/g
7599         LILYPONDPREFIX. 
7600
7601         * SConstruct (libdir_package_version): Define.
7602
7603         * python/SConscript: 
7604         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install binary .so
7605         module in libdir.  
7606
7607 2005-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7608
7609         * lily/main.cc: clarify --safe.
7610
7611 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7612
7613         * VERSION: release 2.7.14
7614         
7615         * Documentation/user/*.itely: remove minimumVerticalExtent.
7616
7617         * scm/define-grobs.scm (all-grob-descriptions): remove
7618         RemoveEmptyVerticalGroup
7619
7620         * lily/hara-kiri-engraver.cc (get_spanner): create VerticalAxisGroup.
7621
7622         * lily/include/lily-guile.hh (GUILE_ELLIPSIS): define to get clean
7623         compile on MOSX
7624
7625         * python/convertrules.py (conv): add rules.
7626
7627         * lily/grob.cc: remove is_empty()
7628
7629         * lily/grob-property.cc: remove add_to_list_property().
7630
7631         * scripts/convert-ly.py (datadir): add prefix switching hack to
7632         .py too.
7633
7634         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ily (cresc): remove
7635         space-function tweak.
7636
7637         * lily/grob.cc: remove X-extent-callback / Y-extent-callback.
7638
7639         * scm/define-grob-properties.scm (all-user-grob-properties):
7640         remove callback property.
7641
7642         * lily/include/grob.hh (class Grob): remove property_callbacks_
7643         member. Properties of procedure type are assumed to be callbacks.
7644
7645         * lily/ligature-engraver.cc (override_stencil_callback):
7646         rewrite. Use noteHeadLigaturePrimitive as source.
7647
7648         * scm/define-grob-properties.scm (all-internal-grob-properties):
7649         remove ligature-primitive-callback
7650
7651         * lily/include/dimension-cache.hh (class Dimension_cache): make
7652         class, with Grob as friend.
7653
7654         * lily/grob.cc: remove set_extent_callback(), set_extent() and
7655         has_extent_callback()
7656
7657         * scm/translation-functions.scm (format-new-bass-figure): read
7658         figuredBassPlusDirection
7659
7660         * scm/define-context-properties.scm
7661         (all-user-translation-properties): add figuredBassPlusDirection.
7662
7663         * lily/staff-spacing.cc (next_notes_correction): oops. Init wishes.
7664
7665         * lily/align-interface.cc (set_ordered): new function.
7666
7667         * lily/grob.cc (flush_extent_cache): rewrite.
7668
7669         * lily/dimension-cache.cc (Dimension_cache): cache extent as
7670         Interval pointer directly.
7671
7672         * lily/main.cc (setup_paths): insert extra / .
7673         (setup_paths): junk cff entry.
7674
7675         * lily/font-config.cc (init_fontconfig): only add type1 / otf
7676         directories.
7677
7678         * lily/axis-group-engraver.cc (finalize): remove
7679         extraVerticalExtent, minimumVerticalExtent verticalExtent.
7680
7681         * lily/grob.cc (Grob): don't set extent from ctor.
7682         (extent): use property callbacks. 
7683
7684         * lily/axis-group-interface.cc: remove set_axes() function.
7685
7686         * lily/grob-property.cc (del_property): new function.
7687
7688 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7689
7690         * lily/font-config.cc (init_fontconfig): resurrect mf/out/ check.
7691         
7692 2005-10-20  Jan Nieuwenhuizen  <janneke@gnu.org>
7693
7694         * stepmake/stepmake/script-vars.make (PYTHON_SCRIPTS_IN): Oops.  Add.
7695
7696 2005-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7697
7698         * mf/SConscript: Updates.
7699
7700         * lily/GNUmakefile (OUT_DIST_FILES): Bugfix.
7701
7702         * stepmake/stepmake/*:
7703         * */GNUmakefile:
7704         * config.make.in:
7705         * GNUmakefile.in:
7706         * stepmake/aclocal.m4: Friendlier --srcdir build, allowing `make'
7707         from any directory in build-dir.  Cleanups.
7708
7709         * make/srcdir.make.in: Remove.
7710
7711         * lily/main.cc (setup_paths): Fix and document build-dir hack.
7712
7713         * SConstruct (CheckYYCurrentBuffer): Use TryCompile (there is no
7714         main).
7715
7716         * lily/SConscript: Remove ttftools.
7717
7718         * SConstruct: Resurrect.
7719
7720 2005-10-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7721
7722         * lily/tuplet-bracket.cc (print): use dy iso. positions[RIGHT] for
7723         Y coordinate. 
7724
7725         * lily/paper-book.cc (add_score_title): put Paper_score title into
7726         systems_ list.
7727
7728         * scm/translation-functions.scm (format-new-bass-figure): also
7729         allow plus in combination with _
7730
7731 2005-10-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7732
7733         * VERSION: 2.7.13 released.
7734
7735         * lily/note-collision.cc (check_meshing_chords): don't wipe
7736         stencil, merely set transparent.
7737
7738         * Documentation/topdocs/NEWS.tely (Top): mention John Mandereau. 
7739         (Top): document #'callbacks.
7740         (Top): document nested \override.
7741
7742         * input/regression/figured-bass.ly: update for slash and pluses.
7743
7744         * input/regression/figured-bass-continuation-forbid.ly (Module):
7745         new file.
7746
7747         * scm/translation-functions.scm (format-new-bass-figure): use
7748         slashed-digit if diminished is set.
7749         (format-new-bass-figure): add + if 'augmented is set.
7750
7751         * scm/define-markup-commands.scm (slashed-digit): new command slashed-digit.
7752
7753         * input/test/piano-staff-distance.ly: remove file.
7754
7755         * Documentation/user/advanced-notation.itely (Formatting cue
7756         notes): use length-fraction for making stems/beams smaller.
7757
7758         * lily/parser.yy (bass_figure): accept \+ \! and / as figured bass
7759         modifications.
7760
7761         * lily/new-figured-bass-engraver.cc: new property
7762         centerFiguredBassContinuations
7763
7764         * Documentation/user/changing-defaults.itely (Difficult tweaks):
7765         use callbacks.
7766
7767         * lily/context-property.cc (execute_general_pushpop_property):
7768         robustness checks.
7769
7770         * input/regression/override-nest.ly: new file.
7771
7772         * python/convertrules.py (FatalConversionError.subber): conversion
7773         rule for #'callbacks
7774
7775         * input/regression/override-nest.ly: new function.
7776
7777         * lily/parser.yy (music_property_def): allow \override #'a #'b =
7778         #c too. 
7779
7780         * lily/context-property.cc (lookup_nested_property): new function.
7781         (evict_from_alist): new function.
7782         (general_pushpop_property): new function.
7783         (execute_general_pushpop_property): rewrite. Support nested
7784         properties too.
7785
7786 2005-10-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7787
7788         * lily/beam.cc: use length-fraction too.
7789
7790         * scm/define-grob-properties.scm (all-user-grob-properties):
7791         remove property flag-width-function
7792         (all-user-grob-properties): remove space-function.
7793
7794         * scm/layout-beam.scm: remove flag-width-function.
7795
7796         * lily/beam.cc: remove flag-width-function
7797
7798         * scm/layout-beam.scm: remove beam dir functions.
7799
7800         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): use length-fraction.
7801
7802         * lily/stem.cc (calc_length): multiply with length_fraction. Makes
7803         for easier grace tweaks.
7804
7805         * lily/beam.cc: remove dir-function.
7806
7807         * lily/system.cc (pre_processing): use callback to trigger spacing procedures.
7808
7809         * lily/grob.cc: remove spacing-procedure.
7810
7811         * lily/note-head.cc (calc_stem_attachment): new function.
7812         (internal_print): use callback to get glyph-name.
7813
7814         * lily/grob-property.cc (get_interfaces): new function.
7815
7816         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-interfaces
7817
7818         * lily/stem.cc (calc_stem_end_position): new function.
7819         (calc_length): new function.
7820         document details for stem.
7821         remove Stem::get_direction()
7822
7823         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-set-callback! 
7824
7825         * lily/grob-property.cc (set_callback): new function.
7826
7827         * lily/script-engraver.cc (make_script_from_event): don't trigger callback.
7828
7829         * lily/item-scheme.cc: new file.
7830
7831         * lily/bar-line.cc (before_line_breaking): remove function.
7832         remove bar-size-procedure, break-glyph-function
7833
7834         * lily/clef-engraver.cc (set_glyph): use glyph iso. glyph-name
7835
7836         * lily/clef.cc (before_line_breaking): change to calc_glyph_name.
7837
7838         * lily/system-start-delimiter.cc (print): suicide from
7839         here. Remove after_line_breaking_callback.
7840
7841         * lily/script-interface.cc (calc_direction): use callback for direction.
7842
7843         * lily/side-position-interface.cc (aligned_side): don't use
7844         Side_position_interface::get_direction directly. Use callback. 
7845
7846         * lily/grob.cc (get_stencil): simplify: use callback mechanism to
7847         calculate stencil.
7848         (get_print_stencil): rename from get_stencil: create stencil with
7849         transparency, color and cause. 
7850
7851         * scm/define-grobs.scm: change print-function to stencil callback everywhere.
7852
7853         * python/convertrules.py (conv): insert temporary warning rule.
7854
7855         * lily/multi-measure-rest.cc (set_text_rods): use stencil directly.
7856
7857         * lily/grob-property.cc (try_callback): remove marker if applicable.
7858
7859         * lily/grob.cc: elucidate doc about after/before-line-breaking
7860
7861         * lily/slur-scoring.cc (enumerate_attachments): robustness fix.
7862
7863         * lily/stem.cc (height): idem.
7864
7865         * lily/stem-tremolo.cc: idem.
7866
7867         * lily/slur.cc (height): don't use get_uncached_stencil()
7868
7869         * lily/rest.cc (y_offset_callback): use offset callback
7870         iso. after-line-breaking callback.
7871
7872         * lily/grob.cc: change after/before-line-breaking-callback to
7873         after/before-line-breaking dummy properties.
7874
7875         * lily/include/grob.hh: remove Grob_status.
7876
7877         * scm/define-context-properties.scm
7878         (all-user-translation-properties): remove verticalAlignmentChildCallback
7879
7880         * lily/tuplet-bracket.cc: use positions property iso. left,right-position.
7881         (calc_direction): use callback
7882         (calc_positions): use callback.
7883
7884         * lily/tie.cc (calc_direction): use callback. Only call parent
7885         positioning for more than one tie.
7886
7887         * lily/tie-column.cc (calc_positioning_done): use callback
7888
7889         * lily/slur-scoring.cc (calc_control_points): use callback
7890
7891         * lily/slur.cc (calc_direction): use callback.
7892
7893         * lily/note-collision.cc (force_shift_callback): remove.
7894
7895         * lily/dot-column.cc (force_shift_callback): remove. Use
7896         other_axis_parent_positioning.
7897
7898         * lily/grob.cc (other_axis_parent_positioning): new function.
7899         (same_axis_parent_positioning): new function
7900
7901         * lily/align-interface.cc (alignment_callback): remove function.
7902
7903         * lily/note-collision.cc (calc_positioning_done): use callback.
7904
7905         * lily/laissez-vibrer-tie.cc (calc_control_points): use callback.
7906         (calc_direction): idem.
7907         remove print function.
7908
7909         * lily/laissez-vibrer-tie-column.cc (calc_positioning_done): use callback.
7910
7911         * lily/dot-column.cc (calc_positioning_done): use callback.
7912
7913         * lily/break-align-interface.cc (calc_positioning_done): use callback.
7914
7915         * lily/beam.cc (calc_direction): use pseudo-property for beam
7916         direction callback.
7917         (calc_positions): use callback 
7918
7919         * lily/align-interface.cc (calc_positioning_done): use
7920         callback. Fold fixed  distance and normal alignment in one function.
7921
7922         * lily/stem.cc (calc_stem_end_position): use callback.
7923         (calc_positioning_done): idem.
7924         (calc_direction): idem.
7925         (calc_stem_end_position): idem
7926         (calc_stem_info): idem.
7927
7928         * lily/grob-property.cc (get_property_data): new function: 
7929         (try_callback): new function.
7930
7931         * scm/define-grob-properties.scm (all-user-grob-properties): doc
7932         callbacks property.
7933
7934         * lily/break-align-interface.cc: remove Break_align_interface::alignment_callback.
7935
7936 2005-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7937
7938         * lily/tie.cc (get_position): robustness fix. Don't crash if a
7939         tie
7940         has no heads.
7941         
7942         * lily/include/*.hh (Module): compile fixes.
7943
7944 2005-10-14  Heikki Junes <hjunes@cc.hut.fi>
7945
7946         * elisp/lilypond-font-lock.el, elisp/lilypond-indent.el: Avoid nil 
7947         as an argument for char-syntax: use (char-syntax (or nil 0)) 
7948         instead of (char-syntax nil), thanks to Milan Zamazal.
7949
7950 2005-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7951
7952         * make/lilypond.fedora.spec.in (Group): add lilypond-internals to
7953         dist.
7954
7955         * lily/tuplet-bracket.cc: check columns of bounds, not bounds
7956         themselves.
7957
7958 2005-10-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7959
7960         * flower/include/virtual-methods.hh (VIRTUAL_COPY_CONSTRUCTOR):
7961         add class_name() method.
7962
7963         * lily/music-scheme.cc: remove ly:music-name.
7964
7965 2005-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7966
7967         * cygwin/postinstall-lilypond.sh: Remove cruft.
7968
7969         * cygwin/postremove-lilypond.sh: Remove.
7970
7971         * cygwin/GNUmakefile (default): Remove postremove rules.
7972
7973 2005-10-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7974
7975         * ly/titling-init.ly (evenHeaderMarkup): use space in header on
7976         even header too.
7977         
7978         * scm/define-markup-commands.scm (wordwrap-string): bugfix for
7979         MacOS 9 users.
7980
7981         * lily/hara-kiri-group-spanner.cc (consider_suicide): only
7982         consider break index for broken spanner.
7983
7984         * scm/define-markup-commands.scm (wordwrap-string): remove \r
7985         characters from string before splitting.
7986
7987 2005-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7988
7989         * scm/framework-ps.scm (output-preview-framework): use
7990         is-book-title to determine whether to chop off the booktitle.
7991
7992         * lily/paper-book.cc (systems): init from book-title-properties
7993         (add_score_title): init score-title-properties.
7994
7995         * ly/paper-defaults.ly: add {score,book}-title-properties.
7996
7997         * scm/document-backend.scm (lookup-interface): error message if
7998         using unknown interface.
7999
8000         * lily/volta-bracket.cc (after_line_breaking): new function. Set
8001         edge-height.
8002
8003         * lily/horizontal-bracket.cc (make_enclosing_bracket): rename from
8004         make_bracket.
8005         (make_bracket): new function.
8006
8007         * scm/lily.scm (define-scheme-options): add paper-size option.
8008
8009         * ly/declarations-init.ly (laissezVibrer): get paper size from
8010         -dpaper-size
8011
8012         * scm/translation-functions.scm: use \fontsize for changing the
8013         fontsize.
8014
8015         * scm/define-grobs.scm (all-grob-descriptions): set
8016         between-length-limit to 1.0
8017
8018         * lily/tie-helper.cc: add between_length_limit_ detail property.
8019
8020         * mf/feta-bolletjes.mf: typos.
8021
8022         * lily/note-head.cc (internal_print): don't shadow idx
8023         parameter. This fixes wrong attachment for do shape heads.
8024
8025 2005-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8026
8027         * scm/parser-ly-from-scheme.scm: rename from ly-from-scheme.scm
8028
8029         * scm/parser-clef.scm (supported-clefs): rename from clef.scm
8030
8031         * scm/layout-slur.scm: rename from slur.scm
8032
8033         * scm/layout-page-layout.scm: rename from page-layout.scm
8034
8035         * scm/layout-beam.scm: rename from beam.scm
8036
8037         * scm/define-grob-interfaces.scm (bass-figure-interface): add
8038         bass-figure-interface
8039
8040         * lily/new-figured-bass-engraver.cc (process_music): add
8041         implicitBassFigures property.
8042         
8043         * scm/define-markup-commands.scm (pad-x): new markup.
8044
8045         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set
8046         minimumVerticalExtent on FiguredBass context.
8047
8048         * lily/figured-bass-continuation.cc (center_on_figures): kludge in
8049         case the continuation crosses a line break.
8050
8051 2005-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
8052
8053         * flower/file-name.cc (dos_to_posix)[__CYGWIN__]: Return
8054         unconverted value if cygwin_conv_to_posix_path () fails.  Fixes
8055         absolute file name bug.  
8056
8057 2005-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8058
8059         * VERSION (PACKAGE_NAME): release 2.7.12
8060
8061         * input/regression/figured-bass-continuation-center.ly: new file.
8062
8063         * input/regression/beam-outside-beamlets.ly: new file.
8064
8065         * lily/beam.cc (set_beaming): don't clip edges.
8066         (connect_beams): don't clip edges.
8067
8068         * lily/beaming-info.cc (clip_edges): new function.
8069
8070         * lily/enclosing-bracket.cc (struct Enclosing_bracket): new file.
8071
8072         * Documentation/user/instrument-notation.itely (Figured bass):
8073         demonstrate extenders, update seealso links.
8074
8075         * scm/titling.scm (marked-up-headfoot): change tagline
8076         handling. tagline = ##f will blank the tagline as well.
8077
8078 2005-10-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8079
8080         * Documentation/topdocs/NEWS.tely: add entry for Figured bass.
8081
8082         * lily/new-figured-bass-engraver.cc (struct
8083         New_figured_bass_engraver): add new_music_found_ member.
8084
8085         * lily/lilypond-version.cc (Lilypond_version): deal with
8086         incorrectly formatted version strings. 
8087
8088         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): switch on
8089         New_figured_bass_engraver by default.
8090
8091         * lily/ttf.cc (print_trailer): only define glyph names when
8092         FT_Face has FT_FACE_FLAG_GLYPH_NAMES
8093
8094 2005-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8095
8096         * lily/horizontal-bracket.cc (make_bracket): new function.
8097
8098         * scm/define-grobs.scm (all-grob-descriptions): new grobs
8099         NewBassFigure, BassFigureBracket, BassFigureContinuation,
8100         BassFigureLine, BassFigureAlignment
8101
8102         * lily/new-figured-bass-engraver.cc (process_music): new file.
8103
8104         * lily/figured-bass-continuation.cc: new file.
8105
8106         * lily/include/horizontal-bracket.hh (struct Horizontal_bracket):
8107         new file.
8108
8109 2005-10-04  Mats Bengtsson  <mabe@s3.kth.se>
8110
8111         * scripts/lilypond-book.py: Bug fix, put the quote around the
8112         actual score for LaTeX documents.
8113
8114         * scm/define-grobs.scm (all-grob-descriptions): Change
8115         collapse-height of the SystemStartBracket grob to 5.0, 
8116         so the bracket disappears for single stave score lines (similarly
8117         to SystemStartBraces). 
8118
8119         * Documentation/user/advanced-notation.itely (Polymetric
8120         notation): Clarify the use of compressMusic.
8121
8122         * Documentation/user/basic-notation.itely (Grace notes): Clarify
8123         that the grace spacer note in other staves need the same duration
8124         and document the stroke-style property.
8125
8126 2005-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8127
8128         * Documentation/user/global.itely (Vertical spacing): document
8129         alignment-extra-space and fixed-alignment-extra-space.
8130
8131         * Documentation/topdocs/NEWS.tely (Top): add entry.
8132
8133         * input/regression/alignment-vertical-spacing.ly: new file.
8134
8135         * python/convertrules.py (conv): add rule.
8136
8137         * ly/music-functions-init.ly: rename outputProperty to overrideProperty
8138
8139         * lily/align-interface.cc (stretch_after_break): new
8140         function. Read fixed-alignment-extra-space property.
8141         (align_elements_to_extents): read alignment-extra-space property.
8142
8143         * lily/lily-guile.cc (robust_scm2dir): new function.
8144
8145         * scm/page-layout.scm (page-headfoot): annotate headsep and footsep.
8146         (annotate-space-left): new function. Annotate space left on page. 
8147         (annotate-y-interval): new function.
8148         (paper-system-annotate-last): new function. Annotate bottom-space.
8149
8150         * mf/feta-beugel.mf (y): 
8151
8152 2005-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8153
8154         * VERSION (PACKAGE_NAME):  release 2.7.11
8155
8156         * scm/lily-library.scm (interval-translate): new function
8157         (interval-center): new function. 
8158
8159         * scm/page-layout.scm (paper-system-annotate): new function. Add
8160         arrows for dimensions.
8161  
8162         * scm/stencil.scm (dimension-arrows): new function.
8163
8164         * Documentation/user/global.itely (Vertical spacing): mention annotatespacing
8165
8166         * input/regression/page-spacing.ly: add annotatespacing
8167
8168         * lily/paper-system-scheme.cc (LY_DEFINE): remove ly:paper-system-{extent,stencil}
8169         (LY_DEFINE): new function ly:paper-system-set-property!
8170
8171         * Documentation/user/global.itely (Paper size): explain how to add
8172         sizes.
8173
8174         * scm/paper.scm (paper-alist): rename tabloid paper to 11x17 to
8175         correspond to GS's definition.
8176
8177         * lily/tuplet-bracket.cc (after_line_breaking): suicide empty
8178         tuplet bracket.
8179         (print): only connect to next bracket if the next one is alive.
8180         (print): set padding to 0.0 if the bound is a breakable
8181         column. This makes tupletFullLength brackets reach up to the staff
8182         line if it doesn't connect to the next line.
8183
8184 2005-09-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8185
8186         * lily/bar-number-engraver.cc: correct docs.
8187
8188         * scm/output-lib.scm (first-bar-number-invisible): rename from
8189         default-bar-number-visibility
8190
8191 2005-09-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8192
8193         * scm/define-music-properties.scm (all-music-properties): remove
8194         predicate property.
8195
8196 2005-09-28  Heikki Junes  <hjunes@cc.hut.fi>
8197
8198         * po/fi.po: refresh.
8199
8200 2005-09-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8201
8202         * input/regression/hara-kiri-pianostaff.ly (disappear): remove
8203         superfluous s1.
8204         (disappear): bugfix.
8205
8206         * lily/stem-tremolo.cc (raw_stencil): read slope property.
8207
8208         * lily/include/paper-system.hh (class Paper_system): remove
8209         staff_extents_ member.
8210
8211         * lily/paper-system-scheme.cc (LY_DEFINE): remove.
8212
8213         * lily/include/paper-system.hh (class Paper_system): remove
8214         number_ variable. Remove is_title_. Remove break_before_penalty_
8215
8216         * lily/paper-book.cc (systems): use 'number property iso. number_
8217         member.
8218
8219         * lily/paper-system-scheme.cc: remove ly:paper-system-break-before-penalty
8220         remove ly:paper-system-number.
8221
8222         * scm/lily-library.scm (paper-system-title?): new function.
8223
8224         * lily/book.cc (process): bugfix: flip ?: cases. 
8225
8226         * Documentation/user/changing-defaults.itely (Difficult tweaks):
8227         add outputProperty.
8228
8229         * ly/music-functions-init.ly: add outputProperty music function.
8230
8231         * scm/paper.scm (set-paper-dimension-variables): add pagetopspace
8232
8233         * scm/page-layout.scm (ly:optimal-page-breaks): read next-space
8234         and next-padding.
8235         (optimal-page-breaks): rename from ly:optimal-page-breaks.
8236
8237         * lily/paper-system-scheme.cc (LY_DEFINE): new function.
8238
8239         * lily/paper-system.cc (internal_get_property): new function.
8240
8241         * Documentation/user/global.itely (Vertical spacing): refer to
8242         page-spacing.ly
8243
8244         * scm/page-layout.scm (ly:optimal-page-breaks): add support for
8245         pagetopspace
8246
8247         * input/regression/page-spacing.ly: new file.
8248
8249         * input/regression/page-top-space.ly: new file.
8250
8251         * lily/spacing-spanner.cc: cmath -> math.h
8252
8253         * lily/paper-system.cc (read_left_bound): new function. Read
8254         line-break-system-details from left bound to determine extents.
8255  
8256         * Documentation/user/programming-interface.itely (Using LilyPond
8257         syntax inside Scheme): change applyxxx -> applyXxx.
8258
8259         * ly/music-functions-init.ly: add outputProperty music function.
8260
8261         * lily/parser.yy (Generic_prefix_music_scm): add scm-scm-scm signature.
8262
8263         * lily/grob-scheme.cc (LY_DEFINE): add ! to ly:grob-suicide! name.
8264
8265         * python/convertrules.py (conv): rule
8266
8267         * ly/music-functions-init.ly: applyxxx -> applyXxx
8268
8269         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): alias
8270         TabVoice to Voice.
8271
8272 2005-09-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8273
8274         * flower/include/real.hh: include <math.h> iso. <cmath>
8275
8276         * flower/include/offset.hh: include real.hh
8277
8278 2005-09-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8279
8280         * Documentation/user/changing-defaults.itely (Difficult tweaks):
8281         fix example, now that 'interfaces is no longer directly available.
8282
8283         * lily/book.cc (process): don't crash if paper == NULL.
8284
8285         * po/fr.po: update.
8286
8287 2005-09-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8288
8289         * scm/define-music-types.scm (music-descriptions): set length and
8290         start-callback for QuoteMusic
8291
8292 2005-09-15  Mats Bengtsson  <mabe@s3.kth.se>
8293
8294         * lily/tie.cc (get_configuration): Replace fabs -> abs for integer
8295         arguments. Fixes compilation error with gcc 3.3.
8296
8297 2005-09-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8298
8299         * VERSION: release 2.7.10
8300
8301         * stepmake/stepmake/python-module-rules.make
8302         ($(outdir)/%$(SHARED_MODULE_SUFFIX)): SHARED_FLAGS at the end.  
8303
8304         * lily/*.cc: remove <cmath> everywhere. <cmath> is included from
8305         real.hh
8306
8307 2005-09-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8308
8309         * stepmake/stepmake/c++-vars.make (#EXTRA_CXXFLAGS): don't add
8310         -Werror. Otherwise GCC barfs over various optimizations.
8311
8312         * scm/define-grob-properties.scm (all-internal-grob-properties):
8313         add note-head property
8314
8315         * Documentation/user/instrument-notation.itely (Laissez vibrer
8316         ties): new node.
8317
8318         * input/regression/laissez-vibrer-ties.ly: new file.
8319
8320         * lily/laissez-vibrer-engraver.cc: new file.    
8321
8322         * lily/include/tie-column-format.hh: new file.
8323
8324         * lily/tie-column-format.cc: new file. 
8325
8326         * lily/tie-column.cc (set_manual_tie_configuration): new function.
8327
8328         * lily/laissez-vibrer-tie.cc: new file.
8329
8330         * lily/include/laissez-vibrer-tie.hh: new file.
8331
8332         * ly/engraver-init.ly: add Laissez_vibrer_engraver
8333
8334         * ly/declarations-init.ly (laissezVibrer): add \laissezVibrer
8335
8336         * scm/define-grobs.scm (all-grob-descriptions): add
8337         LaissezVibrerTie, LaissezVibrerTieColumn
8338
8339         * lily/tie-column.cc (set_tie_config_directions): new function
8340         (final_shape_adjustment): new function.
8341         (shift_small_ties): new function.
8342
8343         * scm/define-music-types.scm (music-descriptions): add LaissezVibrerEvent
8344
8345         * lily/include/tie.hh (struct Tie_details): add x_gap_
8346         (struct Tie_configuration): add head_position_
8347
8348         * lily/tie-column.cc (set_chord_outline): new function.
8349
8350         * mf/cmr.enc.in:  remove file.
8351
8352 2005-09-11  Graham Percival  <gpermus@gmail.com>
8353
8354         * Documentation/user/examples.itely: typo fix.  Thanks, Matevž
8355
8356 2005-09-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8357
8358         * mf/feta-banier.mf: make vertical stem 1/2 stemthickness wide to
8359         reduce aliasing effects.
8360
8361         * lily/tie-column.cc (set_chord_outlines): bugfix: insert complete
8362         box in skyline.
8363
8364 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8365
8366         * lily/tie.cc (get_configuration): don't crash if left_dot is NULL.
8367
8368         * flower/include/real.hh: std::fabs too.
8369
8370 2005-09-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8371
8372         * Documentation/user/lilypond.tely: Spell Baßtuba in UTF-8 (Werner). 
8373
8374         * lily, flower: Include C++ iso C headers.  Import namespace std
8375         throughout.
8376
8377         * lily/side-position-interface.cc: 
8378         * lily/scm-hash.cc: 
8379         * lily/note-head.cc: 
8380         * lily/include/includable-lexer.hh: 
8381         * flower/include/string-data.icc: Remove using std::*.
8382
8383         * lily, flower: Include C++ iso C headers.  Import namespace std
8384         throughout.
8385
8386         * lily/side-position-interface.cc: 
8387         * lily/scm-hash.cc: 
8388         * lily/note-head.cc: 
8389         * lily/include/includable-lexer.hh: 
8390         * flower/include/string-data.icc: Remove using std::*.
8391
8392         * Documentation/user/instrument-notation.itely (Entering lyrics):
8393         Multiple latin-1->utf-8 conversion fix.
8394
8395         * Documentation/user/*tely: Update Emacs cookie to utf-8.
8396
8397 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8398
8399         * lily/tie.cc (get_configuration): also avoid dots for non-space
8400         situations.
8401
8402 2005-09-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8403
8404         * Documentation/user/instrument-notation.itely: Bugfix.
8405
8406 2005-09-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8407
8408         * tex/GNUmakefile: don't install texinfo.tex
8409
8410         * tex/ : cleanup: remove unused files.
8411
8412         * lily/general-scheme.cc: remove my_{isinf,isnan}.
8413
8414         * flower/include/real.hh: using std::{isnan,isinf}
8415         
8416         * VERSION (PATCH_LEVEL): release 2.7.9
8417
8418 2005-09-05  Graham Percival  <gpermus@gmail.com>
8419
8420         * Documentation/user/ instrument-notation.itely,
8421         advanced-notation.itely: minor tweaks.
8422
8423         * input/test/script-chart.ly: add item padding.
8424
8425 2005-09-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8426
8427         * flower/offset.cc: use math.h iso. <cmath>
8428
8429         * scm/ps-to-png.scm (make-ps-images): use png16m again, for sake
8430         of IE users.
8431
8432         * scm/framework-eps.scm (dump-stencils-as-EPSes): cleanup.
8433         (widen-left-stencil-edges): new function. Fix alignment problems
8434         with LaTeX includegraphics.
8435
8436         * lily/text-interface.cc (interpret_markup): use abort().
8437
8438 2005-09-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8439
8440         * input/regression/tie-chord.ly (testLong): add a chord in 4ths
8441
8442         * lily/tie.cc (get_configuration): update bezier shape as we
8443         change Y positions.
8444         (get_configuration): don't move large ties if we're outside of the
8445         staff.
8446
8447 2005-09-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8448
8449         * scm/define-markup-commands.scm (strut): swap X and Y dims.
8450         
8451 2005-09-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8452
8453         * .cvsignore: Add auto-generated configure files and then some.
8454
8455 2005-09-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8456
8457         * scm/define-grobs.scm (DynamicLineSpanner): Add
8458         X-extent-callback.  Fixes hairpin-slur collision.
8459
8460 2005-08-31  Graham Percival  <gpermus@gmail.com>
8461
8462         * Documentation/user/advanced-notation.itely,
8463         basic-notation.itely: minor changes.
8464
8465 2005-08-31  Mats Bengtsson  <mabe@s3.kth.se>
8466
8467         * scm/framework-eps.scm (dump-stencils-as-EPSes): Insert a
8468         \linebreak between each .eps file if \betweenLilyPondSystem is
8469         undefined. 
8470
8471         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
8472         music): Document the \linebreak
8473
8474         * Documentation/user/lilypond-book.itely,
8475         input/tutorial/lbook-latex-test.tex,
8476         Documentation/user/examples.itely: Remove \usepackage{graphics}
8477
8478 2005-08-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8479
8480         * mf/aybabtu.pe.in (i): don't merge alphabet into aybabtu.
8481
8482         * lily/ly-module.cc (make_stand_in_procs_weak): 1.6.4 and earlier
8483         compat bugfix.
8484
8485         * scripts/lilypond-book.py (PREAMBLE_LY): define
8486         inside-lilypond-book
8487         (modify_preamble): new function. Insert \RequirePackage{graphics}
8488         when no {graphics found in preamble.  
8489
8490 2005-08030  Graham Percival  <gpermus@gmail.com>
8491
8492         * Documentation/user/basic-notation.itely, global.itely,
8493         tutorial.itely: misc small changes.
8494
8495 2005-08-30  Jan Nieuwenhuizen  <janneke@gnu.org>
8496
8497         * stepmake/aclocal.m4: Include MY_PATCH_LEVEL in config.make's
8498         VERSION.
8499
8500 2005-08-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8501
8502         * lily/tie-column.cc (new_directions): put Tie down on center
8503         staff line. 
8504
8505         * lily/script-interface.cc (before_line_breaking): use
8506         Grob::programming_error
8507
8508         * scm/ps-to-png.scm (make-ps-images): use pngalpha device.
8509
8510         * scripts/lilypond-book.py (get_latex_textwidth): oops. Take [0]
8511         of splitext.
8512
8513 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8514
8515         * VERSION (PACKAGE_NAME): VERSION release 2.7.8
8516
8517 2005-08-29  Werner Lemberg  <wl@gnu.org>
8518
8519         * mf/GNUmakefile: Add `-f' flag to `rm' command while removing
8520         the `*.scale.pfa' files to avoid warnings.
8521
8522 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8523
8524         * lily/tempo-performer.cc (process_music): idem.
8525
8526         * lily/midi-def.cc (get_tempo): Rational to int conversion bug.
8527
8528 2005-08-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8529
8530         * Documentation/user/advanced-notation.itely (Text markup): not a
8531         fragment.
8532
8533         * lily/midi-item.cc (to_string): use to_int() iso. int cast.
8534
8535         * lily/staff-performer.cc (initialize): add tempo/name to
8536         audio_staff_
8537
8538
8539 2005-08-26  Graham Percival  <gpermus@gmail.com>
8540
8541         * Documentation/user/advanced.itely: add text-only example.
8542
8543         * Documentation/user/invoking.itely: add index entries for
8544         convert-ly.
8545
8546         * Documentation/user/ tutorial.itely, basic-notation.itely:
8547         small fixes suggested by Steve D.  Thanks!
8548
8549 2005-08-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8550
8551         * input/regression/markup-bidi-pango.ly: new file.
8552
8553         * lily/pango-font.cc (pango_item_string_stencil): make Mingw code
8554         standard. Remove #ifdef. Remove memleak.
8555         (text_stencil): use text_dir to decide how to composite items.
8556         (text_stencil): determine uniform text direction for the entire
8557         string.
8558
8559         * scripts/lilypond-book.py (output_name): remove
8560         latex_filter_cmd. Non-portable to non-Unix systems. 
8561         (get_latex_textwidth): use File.write and os.unlink() instead.
8562
8563         * THANKS: add Vicente & Trevor.
8564
8565         * lily/grob.cc (discretionary_processing): look up origin for
8566         programming_error too. 
8567
8568         * input/regression/tie-broken.ly: new file.
8569
8570         * lily/tie-column.cc (set_chord_outlines): set outline for line
8571         break case too.
8572         
8573 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8574
8575         * lily/pango-font.cc (text_stencil): don't translate glyphs in
8576         unscaled transform, just translate stencils.
8577
8578         * ly/performer-init.ly: init timing to #t.  Fixes bar checks in
8579         MIDI.
8580
8581         * scm/define-markup-commands.scm (wordwrap-string): use
8582         text-direction
8583         (wordwrap-stencils): idem.
8584         (line): idem.
8585         (fill-line): idem.
8586         (wordwrap-stencils): translate last line to right for
8587         text-direction = LEFT.
8588
8589         * scm/define-grob-properties.scm (all-user-grob-properties): add
8590         text-direction.
8591
8592 2005-08-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8593
8594         * lily/lily-parser.cc (Lily_parser): also copy output_basename_
8595         when copying a Lily_parser object.
8596
8597 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8598
8599         * scm/define-markup-commands.scm (null): add null markup.
8600
8601 2005-08-25  Mats Bengtsson  <mabe@s3.kth.se>
8602
8603         * lily/item.cc: Add documentation of center-invisible
8604
8605 2005-08-24  Graham Percival  <gpermus@gmail.com>
8606
8607         * Documentation/user/advanced-notation.itely: add info about
8608         raising text.
8609
8610         * Documentation/user/programming-interface.itely: fix example
8611         involving raised text.
8612
8613 2005-08-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8614
8615         * lily/beam.cc (print): fix X start/end points of isolated
8616         beamlets.
8617
8618         * scm/output-ps.scm (grob-cause): escape spaces in URLs.
8619
8620         * lily/multi-measure-rest.cc (set_text_rods): new function.
8621
8622         * lily/vertical-align-engraver.cc (process_music): call
8623         Align_interface::set_axis(). This forces #'elements to be ordered,
8624         preventing random vertical reordering of staves.
8625
8626         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
8627         add avoid-slur property. 
8628
8629         * Documentation/user/basic-notation.itely (Measure repeats): add
8630         countPercentRepeats example.
8631
8632         * Documentation/user/advanced-notation.itely (Other text markup
8633         issues): remove remark about normal-font.  We have \normal-text
8634
8635         * input/regression/tie-chord.ly: add note about remaining bugs.
8636
8637         * lily/tie.cc (print): try Tie_column::set_directions () if
8638         control-points not yet defined.
8639
8640 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8641
8642         * lily/system-start-delimiter.cc (staff_brace): don't remove brace
8643         extent. This fixes braces falling out of the EPS bbox.
8644
8645         * mf/feta-beugel.mf (braces_per_font): make brace glyph align
8646         exactly to bbox.
8647
8648 2005-08-23  Graham Percival  <gpermus@gmail.com>
8649
8650         * {various} : change #up->#UP and #down->#DOWN.
8651
8652         * ly/titling-init.ly: Spacing fix when using printallheaders=##t.
8653
8654         * Documentation/user/advanced-notation.itely: clarify
8655         what objects handles text on a multimeasure rest.
8656
8657 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8658
8659         * VERSION (PATCH_LEVEL): release 2.7.7
8660
8661 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8662
8663         * make/lilypond-vars.make: set -dgs-font-load for "make web" 
8664
8665         * Documentation/topdocs/INSTALL.texi (Top): add GS bugfix requirement.
8666
8667         * input/regression/*.ly: formatting clean-up. Default layout
8668         before music expression.
8669
8670         * input/mutopia/R.Schumann/GNUmakefile (examples): switch off
8671         romanze28-2 example.
8672
8673         * scm/ps-to-png.scm: remove dir-re function.
8674         (make-ps-images): generate page names, instead of globbing them.
8675         This brings down LilyPond memory usage for make web by a factor
8676         10. 
8677
8678         * scripts/lilypond-book.py (Lilypond_snippet.png_is_outdated):
8679         don't use glob. With 3000 files, globbing
8680         Documentation/user/out-www/ can take too much time. 
8681         
8682         * lily/lily-guile.cc (gulp_file_to_string): take size argument.
8683
8684         * lily/general-scheme.cc (LY_DEFINE): take optional size argument.
8685
8686         * input/regression/tie-manual.ly: new file
8687
8688         * input/regression/tie-chord.ly: update.
8689
8690         * flower/include/interval.hh (struct Interval_t): 
8691
8692         * lily/tie.cc (distance): new function 
8693         (height): new function.
8694         (init): new function
8695         (Tie_details): new struct.
8696
8697         * lily/skyline.cc (skyline_height): new function.
8698
8699         * lily/tie-column.cc (set_chord_outlines): new function.
8700         (new_directions): read tie-configuration
8701
8702         * lily/skyline.cc: fix ASCII art.
8703         
8704 2005-08-22  Mats Bengtsson  <mabe@s3.kth.se>
8705
8706         * python/convertrules.py (string_or_scheme): Fix spelling error
8707
8708 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8709         
8710         * lily/tie-column.cc (set_directions): set directions only once.
8711         (add_configuration): new function.
8712
8713         * lily/tie.cc (set_control_points): new function
8714
8715         * lily/tie-column.cc (new_directions): new function.
8716
8717         * ly/music-functions-init.ly: set 'pitch property
8718         iso. trill-pitch. This makes \relative work with \pitchedTrill
8719
8720         * lily/tie.cc (get_configuration): new function. Don't generate
8721         control points, rather, generate configuration.
8722         remove head-pair property.
8723
8724         * lily/include/tie.hh (struct Tie_configuration): new struct.
8725
8726 2005-08-22  Heikki Junes  <hjunes@cc.hut.fi>
8727
8728         * Documentation/topdocs/NEWS.tely: clarify.
8729
8730 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8731
8732         * lily/tie.cc: remove minimum-length
8733
8734         * scm/define-grob-properties.scm (all-user-grob-properties):
8735         remove staffline-clearance, y-offset 
8736
8737         * input/regression/tie-dots.ly (Module): remove.
8738
8739         * lily/tie.cc (get_control_points): rewrite. Put short ties in
8740         staff-spaces, make long ties cross staff lines. Avoid flags and dots.
8741
8742         * input/regression/tie-single.ly: new file.
8743
8744 2005-08-21  Graham Percival  <gpermus@gmail.com>
8745
8746         * ly/bagpipe.ly: fix compile problem.
8747
8748 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8749
8750         * lily/midi-item.cc (name): new method.
8751
8752         * lily/staff-performer.cc (acknowledge_audio_element): use
8753         signature of baseclass.
8754
8755         * lily/engraver-group.cc (do_announces): move recursion call out
8756         of while loop. 
8757
8758         * lily/drum-note-performer.cc (class Drum_note_performer): use
8759         process_music everywhere.
8760
8761         * ly/performer-init.ly: add default children everywhere.
8762
8763         * lily/paper-book.cc (output): call paper-book-write-midis
8764         directly: always write MIDI, even if no \layout {} block. 
8765
8766 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8767
8768         * VERSION (PACKAGE_NAME): release 2.7.6
8769
8770         * lily/percent-repeat-engraver.cc (try_music): don't print warning
8771         about not being able to handle repeat.
8772
8773 2005-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
8774
8775         * Documentation/user/examples.itely (Piano templates):
8776         * lily/include/performer-group.hh: Remove last traces of
8777         Performer_group_performer.  Fixes make web.
8778
8779 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8780
8781         * Documentation/user/examples.itely (Piano templates): change
8782         Engraver_group_engraver -> Engraver_group
8783
8784         * lily/ly-module.cc (make_stand_in_procs_weak): only kludge if
8785         scm_stand_in_procs is not weak_any.
8786
8787         * lily/volta-bracket.cc (print): don't use strcmp().
8788
8789         * lily/volta-engraver.cc (process_music): use
8790         Text_interface::is_markup() for setting the 'text property of the
8791         volta bracket.
8792
8793         * input/mutopia/claop.py (accents): update syntax to 2.6
8794
8795         * scm/define-context-properties.scm
8796         (all-user-translation-properties): add countPercentRepeats.
8797
8798         * Documentation/user/basic-notation.itely (Measure repeats): add
8799         isolated percent example.
8800
8801 2005-08-18  Graham Percival  <gpermus@gmail.com>
8802
8803         * input/ {various}: change direction #1, #-1 to
8804         #up/#down or \fooUp, \fooDown.
8805
8806         * Documentation/user/music-glossary.tely: #-1 to #down.
8807
8808         * ly/bagpipe.ly, engraver-init.ly, property-init.ly: #1
8809         to #up, #-1 to #down.
8810
8811 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8812
8813         * lily/include/engraver-group.hh: rename.
8814
8815         * lily/include/performer-group.hh: rename.
8816
8817 2005-08-18  Mats Bengtsson  <mabe@s3.kth.se>
8818
8819         * input/test/script-abbreviations.ly: Removed some old LaTeX
8820         left overs.
8821
8822 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8823
8824         * python/convertrules.py (conv): inside-slur -> avoid-slur.
8825         Remove functions.  Remove if 1: constructs, reindent.
8826
8827         * scripts/convert-ly.py (add_version): Add functions from
8828         convertrules.py
8829
8830         * scm/script.scm (default-script-alist):
8831         s/priority/script-priority.  Fixes script stacking.  Backportme.
8832         (Fermata): Very low priority.
8833
8834 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8835
8836         * input/regression/*.ly: remove superfluous \score blocks. Reindent.
8837
8838         * input/regression/slur-script.ly: remove padding tweaks. Add
8839         comment strings.
8840
8841         * lily/note-spacing.cc (get_spacing): remove kludge for EOL wide
8842         time sigs and related stuff.
8843
8844         * scm/define-grob-properties.scm (all-user-grob-properties): add
8845         @code{} tags to property description.
8846
8847         * lily/include/line-group-group-engraver.hh (Module): remove file.
8848
8849         * python/convertrules.py (conv): add rule for
8850         Engraver_group_engraver -> Engraver_group.
8851
8852         * lily/include/performer-group-performer.hh: analogous.
8853
8854         * lily/include/engraver-group-engraver.hh: rename to Engraver_group.
8855
8856         * lily/context-def.cc (instantiate): check for
8857         Engraver_group_engraver and Performer_group_performer not
8858         Engraver/Performer. Fixes crashes when doing \with { \consists .. }
8859  
8860 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8861
8862         * input/les-nereides.ly: Remove three fingering tweaks, update
8863         remaining one.
8864
8865         * input/regression/slur-script-inside.ly: Update, fix doc.
8866
8867         * scm/script.scm: Update to avoid-slur.
8868
8869         * scm/define-grob-properties.scm (avoid-slur): New property.
8870
8871         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
8872         * lily/slur-engraver.cc (acknowledge_extra_object): Invoke
8873         outside_slur_callback if avoid-slur != #'inside.
8874
8875         * scm/define-grobs.scm (Fingering, Textscript): No
8876         inside-slur/outside-slur preference.
8877         (DynamicLineSpanner): Always outside slur.
8878
8879         * input/regression/slur-script.ly: More tests.
8880
8881 2005-08-17  Graham Percival  <gpermus@gmail.com>
8882
8883         * Documentation/user/lilypond-book: fix notime entry.
8884
8885         * Documentation/user/advanced-notation.itely: add info on
8886         getting an I rehearsal mark.
8887
8888         * Documentation/user/putting.itely: reinstate "I", re-enforce
8889         the fact that \override numbers are the result of
8890         experimentation and personal taste.
8891
8892         * Documentation/user/invoking.itely: update convert-ly bugs.
8893
8894 2005-08-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8895
8896         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set timing
8897         to #t.
8898
8899         * lily/timing-translator.cc (initialize): don't initialize timing.
8900
8901         * input/regression/stem-spacing.ly (Module): remove file.
8902
8903         * input/regression/spacing-stick-out.ly: specify Score context for
8904         \override
8905
8906         * input/regression/clefs.ly: remove spurious {}s 
8907
8908 2005-08-17  Heikki Junes  <hjunes@cc.hut.fi>
8909
8910         * Documentation/topdocs/NEWS.tely,
8911         input/regression/repeat-percent-count.ly: clarify a bit.
8912
8913 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8914
8915         * input/no-notation/display-lily-tests.ly: delete
8916         display-lily-init call.
8917
8918         * ly/music-functions-init.ly (displayLilyMusic): move
8919         display-lily-init call at top level, so that the user should not
8920         have to call it.
8921
8922         * scm/define-music-display-methods.scm (note-name->lily-string):
8923         retrieve note names directly from pitchnames using new function `rassoc'.
8924         (display-lily-init): note names list construction removed.
8925
8926 2005-08-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8927
8928         * THANKS: spello.
8929
8930         * lily/lily-parser.cc (get_header): copy module, instead of
8931         returning it.
8932
8933         * Documentation/topdocs/NEWS.tely (Top): add entry for percent
8934         counters.
8935
8936         * Documentation/user/basic-notation.itely (Measure repeats): add
8937         links to Counter grobs.
8938
8939         * scm/define-grobs.scm (all-grob-descriptions): add
8940         DoublePercentRepeatCounter
8941         (all-grob-descriptions): add PercentRepeatCounter
8942
8943         * lily/percent-repeat-engraver.cc (class Percent_repeat_engraver):
8944         also create counter grobs.
8945
8946         * lily/separation-item.cc (extremal_break_aligned_grob): don't
8947         return grob without space-alist.
8948
8949         * input/proportional.ly: tune staff-padding.
8950
8951         * input/regression/repeat-percent-count.ly: new file. 
8952
8953 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8954
8955         * input/no-notation/display-lily-tests.ly: moved from
8956         input/regression/ to input/no-notation. Be sure to call
8957         `display-lily-init' before trying to use the display function.
8958
8959 2005-08-16  Mats Bengtsson  <mabe@s3.kth.se>
8960
8961         * scripts/lilypond-book.py (option_definitions): Don't localize
8962         the empty string. Fixes bug when --psfonts was used with
8963         non-English locale.
8964
8965 2005-08-15  Graham Percival  <gpermus@gmail.com>
8966
8967         * lily/tuplet-bracket.cc: simple build fix.
8968
8969         * Documentation/user/putting.itely: use "we" instead of "I".
8970
8971         * Documentation/user/basic-notation.itely: cautionary accidentals
8972         work with naturals, too.
8973
8974 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8975
8976         * lily/tuplet-bracket.cc (calc_position_and_height): add
8977         staff-padding support.
8978
8979         * input/proportional.ly: set staff-padding.
8980         
8981         * VERSION (PATCH_LEVEL): release 2.7.5
8982
8983         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): text formatting
8984         fixes. Remove tweaks.
8985
8986         * input/regression/tuplet-slope.ly: add a test case.
8987
8988         * lily/tuplet-bracket.cc (calc_position_and_height): revert
8989         erroneous fix. Add spanner bounds to offset array with relative X
8990         positions.
8991
8992         * ly/engraver-init.ly: add Rest_engraver only once.
8993
8994         * scm/define-music-display-methods.scm (KeyChangeEvent): only do
8995         (*parser*) lookup if (*parser*) != #f.
8996
8997 2005-08-15  Jan Nieuwenhuizen  <janneke@gnu.org>
8998
8999         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
9000         Cut-and paste update.
9001
9002         * input/regression/slur-script.ly: Add example of reverting
9003         inside-slur for fingering.
9004
9005         * scm/define-grobs.scm (DynamicLineSpanner, Fingering,
9006         TextScript): Explicitly set inside-slur #f, forcing these out of slur.
9007
9008         * lily/slur-engraver.cc (acknowledge_extra_object): Only invoke
9009         outside_slur_callback if inside-slur == #f (as opposed to unset).
9010
9011 2005-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9012
9013         * tex/GNUmakefile (INSTALLATION_FILES): Remove enc symlink setup,
9014         encoding files are already removed.
9015
9016 2005-08-15  Mats Bengtsson  <mabe@s3.kth.se>
9017
9018         * Documentation/user/advanced-notation.itely (Instrument names):
9019         Document a workaround for instrument names that collide with
9020         system start braces/brackets.
9021
9022 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9023
9024         * lily/rest-collision.cc (do_shift): spello.
9025
9026         * input/proportional.ly: use #'used property. Set break-overshoot
9027         property.
9028
9029         * mf/feta-arrow.mf: center on arrow tip center, iso. tip edge.
9030
9031         * lily/paper-column.cc: add #'used property
9032
9033         * lily/mark-engraver.cc (stop_translation_timestep): set grob
9034         array for staves found.
9035
9036         * lily/metronome-engraver.cc (stop_translation_timestep): set grob
9037         array for stavesFound.
9038
9039         * lily/staff-spacing.cc (next_note_correction): add fixed and
9040         space to calling convention. This fixes spacing of accidentals
9041         after barlines.
9042
9043         * input/regression/spacing-accidental-stretch.ly: add barline -
9044         accidental case.
9045
9046         * scm/framework-ps.scm (page-header): add version number to
9047         creator
9048         (eps-header): idem.
9049
9050         * mf/feta-bolletjes.mf: swap d0 and u0 fa heads.
9051         
9052 2005-08-13  Graham Percival  <gpermus@gmail.com>
9053
9054         * Documentation/user/global.itely: add "fit as much as
9055         possible onto this page" example (Vertical spacing).
9056
9057 2005-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9058
9059         * *: Nitpick run.
9060
9061         * buildscripts/fixcc.py: Fixes.
9062
9063 2005-08-12  Graham Percival  <gpermus@gmail.com>
9064
9065         * Documentation/user/advanced-notation.itely: add markup
9066         example to Text spanners.
9067
9068 2005-08-12  Mats Bengtsson  <mabe@s3.kth.se>
9069
9070         * Documentation/user/basic-notation.itely (Ties): Add example of
9071         tying a tremolo to a chord. Thanks to Steve Doonan. 
9072
9073         * lily/tie-engraver.cc: Add tieWaitForNote to the list of read
9074         properties and move tieMelismaBusy to the list of written
9075         properties. 
9076
9077 2005-08-12  Heikki Junes  <hjunes@cc.hut.fi>
9078
9079         * po/TODO: suggest to use a dedicated tool like kbabel.
9080
9081         * po/fi.po: update using kbabel.
9082
9083 2005-08-12  Jan Nieuwenhuizen  <janneke@gnu.org>
9084
9085         * *: Remove obsolete files.  Nitpick run.
9086
9087         * lily/lily-guile.cc (parse_symbol_list): Bugfix.
9088
9089 2005-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9090
9091         * mf/GNUmakefile (get-*-fonts): Rename from get-*-pfa.  Copy SVG
9092         too.
9093
9094         * Documentation/topdocs/NEWS.tely (Top): Add slur script feature.
9095
9096         * lily/lily-guile.cc (parse_symbol_list): Rewrite.  Grok multiple
9097         whitespace as symbol separator.
9098
9099         * lily/side-position-interface.cc: Add slur-padding.
9100
9101         * input/regression/slur-script.ly: Fixed.  Backportme?  This is
9102         quite a large fix, and it never worked in a stable release; so not
9103         really a regression.
9104
9105         * lily/phrasing-slur-engraver.cc (class Phrasing_slur_engraver):
9106         Update cut and paste code from Slur_engraver.
9107
9108         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
9109         Add.
9110
9111         * scm/define-grobs.scm (DynamicLineSpanner): Add
9112         dynamic-line-spanner-interface.
9113         (DynamicLineSpanner, TextScript, Fingering): Add slur-padding.
9114
9115 2005-08-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9116
9117         * lily/slur-engraver.cc (acknowledge_extra_object): Bugfix: use
9118         to_boolean () so that non-set 'inside-slur means false.
9119
9120         * lily/slur.cc (outside_slur_callback): Bugfixes: make sure that
9121         slur has control-points.  Skip script without direction.  Always
9122         do_shift if script inside slur, even if slur not contained in
9123         script y-extent.  Increment k in loop.
9124
9125 2005-08-11  Mats Bengtsson  <mabe@s3.kth.se>
9126
9127         * scm/define-markup-commands.scm: Improved regexp to search for
9128         EPS bounding boxes and corrected call to ly:warning.
9129
9130 2005-08-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9131
9132         * Documentation/user/programming-interface.itely (Displaying music
9133         expressions): doc for \displayLilyMusic. Also some precisions in
9134         "Markup construction in Scheme"
9135
9136 2005-08-10  Mats Bengtsson  <mabe@s3.kth.se>
9137
9138         * scm/define-markup-commands.scm (normal-text): Added 2 new
9139         markup commands, \normal-text and \medium (the latter thanks to
9140         Bruce Fairchild). 
9141
9142 2005-08-08  Graham Percival  <gpermus@gmail.com>
9143
9144         * Documentation/user/programming-interface.itely: fix @{ @}.
9145
9146         * scm/define-markup-commands.scm: add linewidth info to
9147         \justify and \wordwrap, add "upright is the opposite of italic".
9148
9149         * Documentation/user/advanced-notation.itely: shaped->shape,
9150         add (cons (markup "foo")) type of example to text markup,
9151         reword multi-measure rests section.
9152
9153         * lily/note-heads-engraver.cc: changed Shaped->Shape in a
9154         comment.  No actual code was touched.
9155
9156         * Documentation/user/invoking.itely: add more info about
9157         \include.  Thanks, Bruce!
9158
9159         * THANKS: add Bruce Fairchild, alphabetise.
9160
9161         * Documentation/user/global.itely: document \score{\header{}}
9162         behavior.
9163
9164         * Documentation/user/basic-notation.itely: reword multi-measure
9165         rest discussion in Rests.
9166
9167 2005-08-08  Mats Bengtsson  <mabe@s3.kth.se>
9168
9169         * Documentation/user/programming-interface.itely (Markup
9170         construction in Scheme): Corrected example and tried to clarify
9171         the implicit \line in the table.
9172
9173 2005-08-07  Graham Percival  <gpermus@gmail.com>
9174
9175         * Documentation/user/instrument-notation.itely: moved
9176         some bagpipe info back into the bagpipe section.  Somehow
9177         it ended up in the "other vocal issues" section?!  :o_O
9178
9179 2005-08-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9180
9181         * scm/framework-ps.scm (dir-join): Rename from path-join (joins
9182         directories, not paths).
9183
9184 2005-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9185
9186         * scm/framework-ps.scm (munge-lily-font-name): Bugfix: Munge only
9187         plain emmentaler/aybabtu.  Backportme.
9188
9189         * lily/tuplet-bracket.cc (calc_position_and_height): Bugfix:
9190         missing dir correction.
9191
9192 2005-08-05  Graham Percival  <gperlist@shaw.ca>
9193
9194         * scm/define-markup-commands: fix reversed justify/wordwrap
9195         doc strings.
9196
9197 2005-08-05  Jürgen Reuter  <reuter@ipd.uka.de>
9198
9199         * lily/ligature-engaver.cc, lily/coherent-ligature-engaver.cc,
9200         lily/gregorian-ligature-engaver.cc,
9201         lily/include/ligature-engraver.hh,
9202         lily/include/coherent-ligature-engraver.hh,
9203         lily/include/gregorian-ligature-engraver.hh: make these classes
9204         truely abstract.  This should fix some internal oddities such as
9205         duplicate as well as dead translator/property declarations, and
9206         also some dead code.
9207
9208         * lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc:
9209         bugfix: avoid message "junking empty ligature" on ligature
9210         brackets by collecting dummy grobs.
9211
9212 2005-08-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9213
9214         * lily/tuplet-bracket.cc (print): default right overshoot to 0.0
9215
9216         * input/proportional.ly (staffKind): bugfix.
9217         (staffKind): updates by Trevor Baca.
9218
9219         * scm/define-grobs.scm (all-grob-descriptions): remove arrows as
9220         default layout. 
9221
9222         * lily/tuplet-bracket.cc (print): check whether edge-text is a
9223         pair.
9224
9225         * lily/beam.cc (rest_collision_callback): call position_beam() if
9226         necessary.
9227
9228         * VERSION: release 2.7.4
9229
9230         * input/regression/spacing-uniform-stretching.ly: new file.
9231
9232         * lily/spacing-loose-columns.cc (set_loose_columns): use robust_relative_extent().
9233
9234         * Documentation/topdocs/NEWS.tely (Top): add Nicolas as
9235         contributor.
9236
9237         * lily/include/ly-module.hh: define MODULE_GC_KLUDGE globally.
9238
9239         * input/proportional.ly: new file.
9240
9241         * lily/tuplet-bracket.cc (after_line_breaking): don't suicide if
9242         columns is empty
9243
9244         * lily/tuplet-engraver.cc (finalize): new function. Reset right
9245         bounds to currentCommandColumn for the last step.
9246         (start_translation_timestep): if tupletFullLength is set, set
9247         bound to Paper Column
9248
9249         * input/regression/tuplet-full-length.ly (indent): new file.
9250
9251         * lily/spacing-loose-columns.cc (set_loose_columns): space a whole
9252         clique of loose columns, eg. a set of grace notes in strict
9253         notespacing.
9254
9255         * input/regression/spacing-strict-spacing-grace.ly: new file.
9256
9257         * lily/key-signature-interface.cc: change property name to
9258         alteration-alist
9259
9260         * lily/key-engraver.cc (read_event): read keyAlterationOrder, not
9261         keyAccidentalOrder
9262
9263         * python/convertrules.py (conv): keyAccidentalOrder ->
9264         keyAlterationOrder
9265
9266         * lily/key-engraver.cc (create_key): always print a cancellation
9267         for going to C-major/A-minor, regardless of printKeyCancellation.
9268         (create_key): remove typecheck for visibility. This fixes key
9269         signature not being printed.
9270
9271         * lily/spacing-determine-loose-columns.cc: new file.
9272
9273         * input/regression/spacing-strict-notespacing.ly: new file.
9274
9275         * lily/spacing-spanner.cc (generate_springs): rename from
9276         do_measure. 
9277         (generate_pair_spacing): new function.
9278         (init, generate_pair_spacing): set between-cols for floating
9279         nonmusical columns.
9280
9281         * lily/spaceable-grob.cc (get_spring): new function. 
9282
9283         * lily/tuplet-bracket.cc (print): on the left, the overshoot is
9284         relative to the right edge of the prefatory matter.
9285
9286         * lily/beam.cc (print): read break-overshoot to determine where to
9287         stop/start broken beams.
9288
9289         * input/regression/spanner-break-overshoot.ly: new file.
9290
9291 2005-08-04  Graham Percival  <gperlist@shaw.ca>
9292
9293         * ly/bagpipe.ly: updated.
9294
9295         * Documentat/user/instrument.itely: un-comment out bagpipe example.
9296
9297 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9298
9299         * lily/dynamic-engraver.cc (acknowledge_slur): add slur to
9300         support: now (de)crescs avoid slurs as well.
9301
9302         * Documentation/user/instrument-notation.itely (Bagpipe example):
9303         comment out non-functioning bagpipe example.
9304         (Bagpipe definitions): idem.
9305
9306         * Documentation/topdocs/NEWS.tely (Top): add uniform-stretching example.
9307         (Top): add proportionalNotationDuration example.
9308
9309         * input/regression/spacing-proportional.ly: new file.
9310
9311         * lily/tuplet-bracket.cc (parallel_beam): broken bracket never is
9312         synched to a beam.
9313
9314         * lily/beam.cc (shift_region_to_valid): divide by zero fix. This
9315         fixes beams with a single stem (eg. beams across linebreaks.)
9316
9317         * lily/parser.yy (simple_string): allow \new STRING_IDENTIFIER.
9318
9319         * flower/rational.cc (operator +): prevent overflow. This fixes
9320         heavily nested tuplets.
9321
9322         * lily/auto-beam-engraver.cc (derived_mark): new method. Yes. We
9323         have to protect even those unlikely to be corrupted data members.  
9324
9325 2005-08-04  Graham Percival  <gperlist@shaw.ca>
9326
9327         * ly/bagpipe.ly: new file.
9328
9329         * THANKS: added Sven Axelsson.
9330
9331 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9332
9333         * lily/spacing-engraver.cc (stop_translation_timestep): directly
9334         copy proportionalNotationDuration into currentMusicalColumn if
9335         set.
9336
9337         * lily/spacing-spanner.cc (musical_column_spacing): if
9338         uniform-stretching set, fixed space is 0.0
9339
9340         * input/regression/spacing-multi-tuplet.ly: show
9341         uniform-stretching property.
9342
9343         * lily/spacing-spanner.cc (effective_shortest_duration): new function.
9344
9345         * lily/include/spacing-spanner.hh (class Spacing_spanner): new file.
9346         (struct Spacing_options): new struct.
9347
9348         * lily/spacing-basic.cc: new file.
9349
9350         * lily/spacing-spanner.cc (note_spacing): remove outdated code:
9351         delta_t doesn't have to be smaller than shortest_playing_len
9352
9353 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9354
9355         * input/regression/markup-arrows.ly:  new file.
9356
9357         * lily/tuplet-bracket.cc: document new behavior.
9358
9359         * input/regression/tuplet-broken.ly: new file. Demonstrate tuplets
9360         with line breaks.
9361
9362         * scm/define-markup-commands.scm (arrow-head): arrow-head markup command.
9363
9364         * scm/define-grobs.scm (all-grob-descriptions): set arrows as
9365         default 
9366
9367         * lily/tuplet-bracket.cc: add edge-text property.
9368         add break-overshoot.
9369         (print): read break-overshoot.
9370         (print): read edge-text, add stencils.
9371
9372         * mf/feta-arrow.mf: new file.
9373
9374         * mf/feta-generic.mf: add feta-arrow.
9375
9376 2005-08-03  Mats Bengtsson  <mabe@s3.kth.se>
9377
9378         * Documentation/user/lilypond-book.itely (An example of a
9379         musicological document): Added flag -o to dvips for people who use
9380         the default setting in teTeX where output is sent to the printer. 
9381
9382         * Documentation/user/global.itely (Vertical spacing): Added
9383         reference to the Axis_group_engraver which documents the *Extent
9384         properties.
9385
9386 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9387
9388         * Documentation/user/basic-notation.itely (Tuplets): add note
9389         about nested tuplets. Remove BUG. 
9390
9391         * input/regression/tuplet-nest.ly: update: remove manual hack. 
9392
9393         * lily/tuplet-bracket.cc (print): use robust_scm2drul
9394         (print): manually call print() for subtuplets.
9395         (calc_position_and_height): add subtuplets to the
9396         support. Vertically shift outer tuplet 
9397
9398         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): set
9399         remove-first for Lyrics, ChordNames and FiguredBass
9400
9401         * scm/define-grob-properties.scm (all-internal-grob-properties):
9402         use ly:grob-array? iso. grob-list?
9403         (all-internal-grob-properties): add tuplets grob-array.
9404
9405         * lily/tuplet-bracket.cc (add_tuplet_bracket):
9406         new function
9407
9408 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9409
9410         * input/test/time-signature-staff.ly: new file.
9411
9412         * ly/declarations-init.ly (center): escape to Scheme. Fixes
9413         spurious #<Music FingerEvent> errors. Backportme.
9414
9415 2005-08-03  Mats Bengtsson  <mabe@s3.kth.se>
9416
9417         * Documentation/user/programming-interface.itely (Markup
9418         construction in Scheme): Corrected markup syntax in the
9419         translation table.
9420
9421 2005-08-03  Graham Percival  <gperlist@shaw.ca>
9422
9423         * Documentation/user/instrument-notation.itely: small update
9424         to bagpipe notation docs; thanks Sven!
9425
9426         * Documentation/user/basic-notation.itely: add link about trills.
9427
9428 2005-08-02  Graham Percival  <gperlist@shaw.ca>
9429
9430         * Documentation/user/music-glossary: remove accidentally committed
9431         fink patch.
9432
9433 2005-08-02  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
9434
9435         * lily/lily-parser.cc (get_header): new function. Enable multiple
9436         \header definitions.
9437
9438         * lily/parser.yy (lilypond_header_body): use get_header.
9439
9440         * ly/init.ly:
9441         * scm/lily-library.scm (print-score-with-defaults): renamed
9442         $globalheader to $defaultheader
9443             
9444         * Documentation/user/global.itely (Creating titles): added short
9445         explanation that multiple headers are useable.
9446
9447
9448 2005-08-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9449
9450         * lily/module-scheme.cc (LY_DEFINE): new file. 
9451
9452         * Documentation/user/advanced-notation.itely (Font selection): add
9453         doco for make-pango-font-tree.
9454
9455 2005-07-31  Graham Percival  <gperlist@shaw.ca>
9456
9457         * Documentation/user/music-glossary: more languages
9458         for tenuto.
9459
9460         * Docuemntation/user/instrument-notation.itely: minor
9461         update for bagpipe example.
9462
9463 2005-07-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9464
9465         * input/regression/+.ly (TODO): add some text.
9466
9467 2005-07-28  Graham Percival  <gperlist@shaw.ca>
9468
9469         * Documentation/user/invoking.itely: \score begins with music.
9470
9471         * Documentation/user/ basic-notation.itely,
9472         instrument-notation.itely: minor changes.
9473
9474         * Documentation/user/music-glossary.itely: began tenuto entry.
9475
9476 2005-07-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9477
9478         * scm/output-socket.scm (bezier-sandwich): add bezier-sandwich
9479
9480         * mf/feta-bolletjes.mf: swap up and down for aiken heads.
9481
9482 2005-07-27  Graham Percival  <gperlist@shaw.ca>
9483
9484         * Documentation/user/examples.itely: remove bagpipe template.
9485
9486         * Documentation/user/instrument-notation.itely: add bagpipe
9487         section, maybe fix quotes in lyrics.  I hate text encoding.
9488         Clarify chord durations, more bagpipe stuff.
9489
9490 2005-07-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9491  
9492         * lily/accidental-engraver.cc: formatting fixes.
9493
9494         * lily/spacing-spanner.cc (prune_loose_columns): right-items is a
9495         grob-array.
9496
9497         * lily/arpeggio.cc (print): suicide arpeggio for single notehead.
9498
9499         * lily/note-column.cc (arpeggio): new function.
9500
9501         * lily/note-spacing.cc (get_spacing): also take arpeggio into
9502         account for spacing.
9503
9504 2005-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9505
9506         * lily/main.cc (sane_setenv)[!ARGV0_RELOCATION]: Also define.
9507         (setup_guile_env): Use it instead of nonstandard setenv.  Fixes
9508         mingw build.
9509         
9510 2005-07-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9511
9512         * scm/lily.scm (lilypond-all): clear anonymous modules after
9513         processing files.
9514
9515 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9516
9517         * flower/include/guile-compatibility.hh (SCM_I_CONSP): add
9518         SCM_I_CONSP
9519
9520         * VERSION: 2.7.3 released
9521
9522         * Documentation/user/invoking.itely (Invoking lilypond): add
9523         LILYPOND_GC_YIELD documentation.
9524
9525         * lily/*: cleanups: use scm_from_int iso. scm_int2num. Idem for
9526         scm_from_real / scm_make_real.
9527
9528         * lily/main.cc (setup_guile_env): new function. Set GC min_yields
9529         higher. This increases memory footprint, but provides overall
9530         speedup of 15 to 20%. 
9531
9532         * lily/include/translator.hh (class Translator): remove
9533         PRECOMPUTED_VIRTUAL everywhere.
9534
9535         * lily/include/lily-guile.hh: inline scm_c[ad]r, scm_is_pair.
9536
9537         * lily/context.cc (now_mom): non-recursive now_mom() 
9538
9539         * lily/include/profile.hh: new file.
9540
9541         * lily/profile.cc: new file.
9542
9543         * lily/grob.cc (Grob::Grob): look properties up directly.
9544
9545         * lily/open-type-font.cc (get_indexed_char): cache index -> bbox
9546         lookups.
9547
9548         * lily/include/box.hh (class Box): smob Box type.
9549
9550         * lily/smobs.cc (protect_smob): O(1) GC (un)protection.
9551
9552         * lily/include/smobs.hh (DECLARE_BASE_SMOBS): add methods
9553         protect() and unprotect(). Use throughout.
9554
9555 2005-07-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9556
9557         * Documentation/topdocs/NEWS.tely: new item for \displayLilyMusic
9558
9559         * scm/define-music-display-methods.scm (markup->lily-string):
9560         markup elements can also be strings (without simple-markup
9561         appended)
9562
9563 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9564
9565         * lily/context.cc (where_defined): also assign value in
9566         where_defined().
9567
9568         * lily/bezier.cc (get_other_coordinate): use curve_coordinate
9569         (curve_coordinate): new function
9570
9571         * lily/simple-spacer.cc (add_columns): only add rods between
9572         column i and begin/end if keep-inside-line is set (this repleces
9573         allow-outside-line as default)
9574
9575 2005-07-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9576
9577         * lily/tuplet-engraver.cc (start_translation_timestep): only read
9578         tupletSpannerDuration if applicable.
9579
9580         * lily/font-size-engraver.cc (process_music): read fontSize only
9581         once per timestep.
9582
9583         * lily/engraver*cc: use throughout.
9584         
9585         * lily/include/translator.icc (ADD_ACKNOWLEDGER): new macro.
9586
9587         * lily/translator.cc (add_acknowledger): new file. Directly jump
9588         into an Engraver::acknowledge_xxx () method based on a grobs
9589         interface-list.
9590
9591         * lily/include/translator-dispatch-list.hh (class
9592         Engraver_dispatch_list): new struct, new file.
9593
9594         * scm/define-context-properties.scm
9595         (all-internal-translation-properties): remove acceptHashTable,
9596         acknowledgeHashTable
9597
9598         * lily/translator-group.cc (mark_smob): idem for acceptHashTable.
9599
9600         * lily/engraver-group-engraver.cc (Engraver_group_engraver):
9601         change acknowledgeHashTable to C++ member. 
9602
9603         * lily/rest-collision.cc (do_shift): use extract_grob_set().
9604
9605 2005-07-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9606
9607         * scm/display-lily.scm: new file. Define a `display-lily-music'
9608         function, that displays the music expression given as an argument,
9609         using LilyPond notation.
9610
9611         * scm/define-music-display-methods.scm: new file. Implementation
9612         of display methods for each music type.
9613
9614         * ly/music-functions-init.ly (displayLilyMusic): new function for
9615         displaying music with LilyPond notation.
9616
9617         * input/regression/display-lily-tests.ly: new regression test file
9618         for `display-lily-music'.
9619
9620         * scm/markup.scm: remove obsolete debugging code (for printing
9621         markups with LilyPond notation).
9622
9623         * scm/define-music-types.scm (music-name-to-property-table):
9624         * scm/clef.scm (supported-clefs): export, in order to be accessible
9625         from the (scm display-lily) module.
9626
9627 2005-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
9628
9629         * Documentation/topdocs/NEWS.tely (Top): Typo.
9630
9631 2005-07-22  Heikki Junes  <hjunes@cc.hut.fi>
9632
9633         * Documentation/index.html.in, Documentation/texinfo.css,
9634           stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
9635           Documentation/bibliography/index.html.in,
9636           Documentation/bibliography/html-long.bst: revert css-width patch,
9637           it does not work with IE6.
9638
9639 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9640
9641         * Documentation/texinfo.css: revert 760px hack. 
9642
9643         * VERSION: release 2.7.2
9644
9645         * Documentation/topdocs/NEWS.tely (Top): mention barNumberCheck
9646
9647         * Documentation/user/basic-notation.itely (Barnumber check): add
9648         section.
9649
9650         * scm/music-functions.scm (skip-to-last): new function. Show only
9651         last showLastLength part of the \score.
9652
9653         * lily/moment-scheme.cc (LY_DEFINE): new function ly:moment-sub
9654
9655         * python/convertrules.py (conv): add ly:x-moment rule
9656
9657         * lily/moment-scheme.cc (LY_DEFINE): rename ly:X-moment  -> ly:moment-X
9658
9659         * Documentation/topdocs/NEWS.tely (Top): add new feature.
9660
9661         * Documentation/user/instrument-notation.itely (Flexibility in
9662         alignment): options in subsections.
9663
9664         * lily/lyric-engraver.cc (process_music): don't typeset text for _
9665         syllable text. Instead, assume that the previous lyric text is a
9666         melismated text.
9667
9668         * Documentation/index.html.in: revert 800x600 change.
9669
9670 2005-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9671
9672         * lily/main.cc (main): Remove invalid handle kludge.
9673
9674         * scm/lily.scm (running-from-gui?): WINDOWS: check -dgui.
9675         (lambda): add gui define.
9676
9677 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9678
9679         * Documentation/topdocs/NEWS.tely (Top): add note about Musica ficta.
9680
9681         * Documentation/user/instrument-notation.itely (Musica ficta
9682         accidentals): add section Musica ficta accidentals
9683
9684         * lily/accidental-engraver.cc (make_suggested_accidental): new
9685         function.
9686         (make_standard_accidental): move into new function.
9687         (create_accidental): new function.
9688
9689         * scm/define-grobs.scm (all-grob-descriptions): new Grob
9690         AccidentalSuggestion
9691
9692         * lily/output-def-scheme.cc (LY_DEFINE): take default  argument.
9693
9694         * lily/output-def.cc (lookup_variable): return SCM_UNDEFINED if
9695         undefined.
9696
9697         * Documentation/user/global.itely (Page formatting): document
9698         horizontalshift.
9699
9700         * scm/page-layout.scm (default-page-music-height):
9701         horizontalshift: new variable, shift all systems by
9702         horizontalshift to the right, to make space for instrument names.
9703
9704         * scm/paper.scm (set-paper-dimension-variables): add horizontalshift
9705
9706         * lily/input-scheme.cc (LY_DEFINE): take format commands.
9707
9708 2005-07-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9709
9710         * lily/note-column.cc (dir): idem.
9711
9712         * lily/spacing-spanner.cc (Module): idem.
9713
9714         * lily/script-column.cc (before_line_breaking): use extract_grob_set()
9715
9716         * lily/include/paper-column.hh (class Paper_column): add
9717         non-static get_rank() member.
9718
9719         * VERSION: release 2.7.1
9720         
9721         * scm/framework-null.scm: new file, used for benchmarking.
9722
9723 2005-07-20  Heikki Junes  <hjunes@cc.hut.fi>
9724
9725         * Documentation/topdocs/INSTALL.texi, configure.in: fix
9726         version dependencies for fontforge and gs.
9727
9728         * Documentation/index.html.in, Documentation/texinfo.css,
9729         stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
9730         Documentation/bibliography/index.html.in, 
9731         Documentation/bibliography/html-long.bst: optimize width of
9732         html for a 800x600 screen (width:760), increases printability
9733         when 'fit to page' is not set and readability in wide screens.
9734
9735         * stepmake/bin/add-html-footer.py: add missing </p>.
9736
9737 2005-07-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9738
9739         * scm/define-markup-commands.scm (beam): use polygon in beam
9740         command.
9741
9742         * lily/grob-pq-engraver.cc (stop_translation_timestep): save up
9743         all acknowledged grobs, and do potentially expensive merge and
9744         write in one go.
9745
9746         * buildscripts/mf-to-table.py (write_fontlist): enforce noBreak.
9747
9748         * configure.in (reloc_b): add --enable-static-gxx to statically
9749         link to libstdc++
9750
9751         * lily/GNUmakefile (static-gxx-libs): new target
9752         static-gxx-libs. Create symlink to libstdc++.a
9753
9754         * lily/new-lyric-combine-music-iterator.cc: rename to
9755         Lyric_combine_music_iterator
9756
9757         * lily/lyric-combine-music-iterator.cc
9758         (Old_lyric_combine_music_iterator): rename to
9759         Old_lyric_combine_music_iterator
9760
9761         * lily/*-engraver.cc (various): remove double use of
9762         PRECOMPUTED_VIRTUAL function: only use
9763         start_translation_timestep() and stop_translation_timestep(), not
9764         both.
9765
9766         * lily/break-substitution.cc (fast_substitute_grob_array): do
9767         fast_substitute_grob_array for all unordered grob_arrays.
9768         (substitute_grob): return Grob *. Saves packing/unpacking SCMs.
9769         (substitute_grob_array): optimize.
9770
9771         * lily/align-interface.cc (set_axis): set ordered_ for 'elements
9772
9773         * lily/include/grob-array.hh (class Grob_array): ordered_ member.
9774
9775         * lily/parser.yy: revert $globalheader patch.
9776         
9777         * lily/include/translator.icc
9778         (IMPLEMENT_FETCH_PRECOMPUTABLE_METHODS): directly jump into
9779         Translator methods, without _static helper.
9780  
9781         * lily/grob-smob.cc (derived_mark): rename from
9782         do_derived_mark(). Return void.
9783
9784         * scm/define-context-properties.scm
9785         (all-internal-translation-properties): remove tweakCount/tweakRank.
9786
9787         * scm/output-lib.scm (begin-of-line-invisible): use vectors for
9788         predefined break-visibilities.
9789
9790         * lily/item.cc (handle_prebroken_dependencies): use a vector of 3
9791         booleans for break-visibility.
9792
9793         * Documentation/topdocs/NEWS.tely (Top): add note about engravers.
9794
9795         * python/convertrules.py (conv): rule for Timing_translator. 
9796
9797         * lily/include/translator.icc: new file. 
9798
9799         * lily/paper-column-engraver.cc (process_music): new
9800         file. Separate Paper_column factory from Score_engraver.
9801
9802         * lily/vertically-spaced-context-engraver.cc: administer
9803         spaceable-staves property of System.
9804
9805         * lily/translator-group-ctors.cc: new file.
9806
9807         * lily/context-property.cc (make_grob_from_properties): construct
9808         the right Grob class programmatically, looking at the class entry
9809         for the meta property.
9810
9811         * lily/break-align-engraver.cc (stop_translation_timestep): call
9812         Break_align_interface::add_element() directly.
9813
9814         * lily/context.cc (measure_position): measure_position() is now a
9815         normal function.
9816
9817         * lily/include/translator.hh (class Translator): rename
9818         process_acknowledged_grobs() to process_acknowledged() and move to
9819         Translator.
9820
9821         * scm/define-grobs.scm (all-grob-descriptions): add a 'class meta
9822         field for each grob description.
9823
9824         * lily/include/translator-group.hh (class Translator_group):
9825         change to base class. Separate class from Translator. This gets
9826         rid of virtual inheritance for Engravers/Performers.
9827
9828         * lily/staff-performer.cc (class Staff_performer): derive
9829         Staff_performer from Performer, not Performer_group_performer 
9830
9831         * Lily/translator-group.cc (precomputed_recurse_over_translators):
9832         new function.
9833         (precompute_method_bindings): new function. Precompute lists of
9834         Translators, so we only call methods (process_music,
9835         start_translation_timestep, etc.) for Translators needing
9836         it. Also: dispose of pointer-to-member-function calls.
9837
9838         * lily/engraver-group-engraver.cc: remove engraver_each,
9839         recurse_down_engravers ()
9840
9841         * lily/note-head.cc (internal_print): only call
9842         glyph-name-procedure if style != default. 
9843
9844 2005-07-16  Graham Percival  <gperlist@shaw.ca>
9845
9846         * ly/titling-init.ly: add printallheaders option.
9847
9848         * Documentation/user/global.itely: document printallheaders.
9849
9850 2005-07-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9851
9852         * lily/system.cc (do_derived_mark): don't mark from object_alist_
9853         anymore, but do it centrally.  
9854
9855         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
9856         hammer hack.
9857
9858         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-object
9859
9860         * scm/output-lib.scm: remove hammer-print-function.
9861
9862         * lily/include/pointer-group-interface.hh (extract_grob_set): new
9863         macro. Declare a Link_array<Grob> and fill it from a grob.
9864         (extract_item_set): idem for item.
9865
9866         * lily/break-substitution.cc: add header.
9867         (fast_substitute_grob_array): rewrite for Grob_arrays.
9868         (substitute_grob_array): idem.
9869
9870         * lily/group-interface.cc (add_thing): remove file.
9871
9872         * flower/include/parray.hh (class Link_array): slice() is const.
9873
9874         * lily/include/grob-array.hh: new file.
9875
9876         * lily/grob-array.cc (spanner): new file.
9877
9878         * lily/beam-quanting.cc (fill): read details property from beam.
9879
9880         * lily/beam.cc: support details property.
9881
9882         * total speedups below: approx 10%.
9883
9884         * lily/include/beam.hh: new struct, softcode beam quanting parameters
9885
9886         * lily/include/grob.hh (class Grob): add interfaces_ member.
9887
9888         * lily/bezier.cc (init_polynomial_cache): new function: cache
9889         binom(3,j) t^j (1-t)^{3-j}
9890         (curve_point): opps, actually use the cache for t^j , (1-t)^j! 
9891
9892         * lily/*.cc: substitution throughout.
9893
9894         * lily/grob-property.cc (internal_get_object): new routine.
9895         (internal_set_object): idem. Store grob refrences in separate
9896         alist. This saves processing time, since properties aren't
9897         break-substituted, and the per grob namespace is smaller, both for
9898         grobs and non-grob properties.
9899
9900         * scm/define-grob-properties.scm (all-internal-grob-properties):
9901         remove center-element.
9902
9903         * lily/grob.cc: remove tweak-count, tweak-rank.
9904
9905 2005-07-15  Graham Percival  <gperlist@shaw.ca>
9906
9907         * Documentation/user/lilypond-book.itely: fixes example.
9908
9909 2005-07-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9910
9911         * Documentation/user/global.itely (Creating titles):    
9912         * Documentation/user/examples.itely (All headers): change the
9913         place of \header in \score blocks (after music block) to make
9914         examples compile (cf. changes on parser.yy on 2005-07-10)
9915
9916 2005-07-13  Graham Percival  <gperlist@shaw.ca>
9917
9918         * python/convertrules.py: add exc -> ecc rule.
9919
9920         * scripts/convert-ly.py: add location of convertrules.py
9921         in a comment.
9922
9923         * Documentation/user/changing-defaults.itely: fix language.
9924
9925 2005-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
9926
9927         * lily/lily-parser-scheme.cc (LY_DEFINE): Guile 1.6 fix.
9928
9929 2005-07-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9930
9931         * scm/output-socket.scm (grob-bbox): don't use inf? 
9932
9933         * flower/include/rational.hh: add operator bool() 
9934
9935         * scm/define-music-types.scm (music-descriptions): remove
9936         internal-class-name properties.
9937
9938         * lily/include/event.hh: remove file.
9939
9940         * lily/include/music-constructor.hh: remove file.
9941
9942         * lily/parser.yy (Lily_lexer): check EVENT_IDENTIFIER using 'event
9943         in 'types property.
9944
9945         * lily/music.cc (duration_length_callback): new function.
9946
9947         * lily/event.cc: remove file.
9948
9949         * lily/music-constructor.cc: remove file.
9950
9951         * lily/music-scheme.cc (LY_DEFINE): rename to ly:make-music
9952
9953         * lily/context.cc (get_grob_key): nop if use_object_keys not set.
9954         (get_context_key): idem.
9955
9956         * scm/lily.scm (lambda): new option object-keys (default to #f)
9957
9958         * scm/output-svg.scm (utf-8-string): rename  from utf8-string.
9959
9960         * scm/output-gnome.scm: remove beam routine.
9961
9962         * scm/output-ps.scm (scm): idem.
9963
9964         * scm/output-svg.scm: remove beam.
9965
9966         * ps/music-drawing-routines.ps: remove draw_beam.
9967
9968         * lily/lookup.cc (beam): use round_filled_polygon() for beam.
9969
9970         * flower/include/guile-compatibility.hh (scm_from_locale_string):
9971         add scm_from_locale_string compatibility glue. 
9972
9973 2005-07-13  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
9974
9975         * scripts/lilypond-book.py: Prevent occuring error when
9976         'lilypond-book --output=foo/ somefile.ly' is executed multiple
9977         times and target file shoud be overwritten.  (Error message said
9978         'input file and output file is same'.)
9979
9980 2005-07-13  Graham Percival  <gperlist@shaw.ca>
9981
9982         * input/regression/slur-extreme.ly,
9983         input/regression/slur-scoring.ly, lily/slur-configuration.cc,
9984         lily/slur.cc, mf/feta-din-code.mf, mf/feta-timesig.mf,
9985         mf/parmesan-heads.mf, scm/define-grob-properties.scm: Change
9986         "excentricity" to "eccentricity".
9987
9988         * Documentation/user/converters.itely: fix URL for Noteedit and
9989         Rosegarden.
9990
9991         * THANKS: added Yoshinobu Ishizaki.
9992
9993 2005-07-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9994
9995         * scm/define-markup-commands.scm (justify-field): add. 
9996
9997         * scm/define-grobs.scm (all-grob-descriptions): decrease font size.
9998
9999 2005-07-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10000
10001         * lily/lookup.cc (filled_box): express filled_box with
10002         round_filled_box
10003
10004         * scm/midi.scm (paper-book-write-midis): new function. Write all
10005         performances in numbered MIDI files.
10006
10007         * lily/performance-scheme.cc (LY_DEFINE): new file.
10008         (LY_DEFINE): new function ly:performance-write.
10009
10010         * lily/lily-parser-scheme.cc (LY_DEFINE): ly:parser-output-name:
10011         new function.
10012         (LY_DEFINE): change name ly:parser-define -> ly:parser-define!
10013
10014         * scm/framework-*.scm: use port arguments throughout.
10015
10016         * lily/include/lily-guile.hh: rename ly_c_X_p -> ly_is_X
10017
10018         * lily/paper-outputter.cc (Paper_outputter): take port argument.
10019
10020         * lily/paper-outputter-scheme.cc (LY_DEFINE): take port argument.
10021
10022         * scm/framework-texstr.scm (output-framework): 
10023
10024         * input/regression/repeat-fold.ly (texidoc): remove TeX strings.
10025
10026         * scm/output-lib.scm (tablature-stem-attachment-function):
10027         tablature stem attachment fix. 
10028
10029 2005-07-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10030
10031         * lily/bezier.cc: hardcode binomial coefficients of order 3.
10032
10033         * lily/include/music-wrapper.hh: remove Music_wrapper as Music subtype.
10034
10035         * scm/define-music-types.scm (music-descriptions): don't use
10036         Music_wrapper type.
10037
10038         * lily/paper-column.cc (print): print moment too.
10039
10040         * scripts/mup2ly.py (cp_to_dir): remove 1.5.2 compat glue.  
10041         remove compatibility cruft.
10042
10043         * lily/parser.yy (score_body): \score can only begin with Music. 
10044
10045         * lily/score-scheme.cc (LY_DEFINE): rename scorify to
10046         make-score. Take music argument only. Move parser interaction to
10047         Scheme.
10048
10049         * scm/lily-library.scm (scorify-music): new function.
10050
10051         * python/lilylib.py (datadir): remove 2.1 compat kludge.
10052         (datadir): remove resource import.
10053         (print_environment): remove get_bbox()
10054         (cp_to_dir): remove pre 1.5.2 compat glue.
10055
10056 2005-07-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10057
10058         * lily/include/simple-spacer.hh (Module): idem.
10059
10060         * lily/include/spring.hh (struct Spring): store inverse
10061         strength. This prevents division by zero.
10062
10063         * VERSION: release 2.7.0
10064         
10065         * lily/include/music.hh (class Music): remove Music::duration_log()
10066
10067         * lily/stem-engraver.cc (make_stem): take duration log from event.
10068
10069         * lily/chord-tremolo-engraver.cc: don't ack note-head-interface.
10070
10071 2005-07-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10072
10073         * scm/lily.scm (ly:load): load autochange.scm
10074
10075         * Documentation/user/tutorial.itely (Running LilyPond for the
10076         first time): remove reference to DVI/TeX
10077
10078         * scm/define-markup-commands.scm (text): add \text markup command.
10079
10080         * configure.in (reloc_b): bump requirement to Python 2.2.
10081
10082         * lily/include/dots.hh (class Dots): make has_interface() static.
10083
10084         * python/convertrules.py (conv): add rule for ly:grob-default-font
10085
10086         * scm/define-grobs.scm (all-grob-descriptions): reorganize in
10087         alphabetical order.
10088
10089         * input/regression/trill-spanner-pitched.ly: new file.
10090
10091         * lily/font-interface-scheme.cc (LY_DEFINE): function
10092         ly:grob-default-font (changed from get-default-font).
10093
10094         * lily/axis-group-interface-scheme.cc (LY_DEFINE): new file.
10095
10096         * lily/note-head.cc (internal_print): if style is not a symbol,
10097         set style to 'default. 
10098         (internal_print): no style suffix if glyph-name-procedure not
10099         set. Default to quarter head.
10100
10101         * scm/define-grobs.scm (Module): new grob TrillPitchHead.
10102
10103         * scm/define-music-properties.scm (all-music-properties): add trill-pitch.
10104
10105         * ly/music-functions-init.ly: \pitchedTrill
10106
10107         * lily/pitched-trill-engraver.cc (acknowledge_grob): new file.
10108
10109         * ly/Welcome_to_LilyPond.ly: update to 2.6.0
10110
10111         * lily/trill-spanner-engraver.cc (finalize): rename req -> event
10112
10113         * scm/define-markup-commands.scm (pad-markup): pad-markup command.
10114
10115         * po/fr.po: update
10116
10117         * po/de.po: update.
10118
10119 2005-07-06  Graham Percival  <gperlist@shaw.ca>
10120
10121         * Documentation/user/changing-defaults.itely: add link
10122         to grob-iterface.
10123
10124         * Documentation/user/advanced-notation.itely: add material
10125         to Setting automatic beam behaviour.  Thanks, Joe!
10126
10127         * Documentation/user/lilypond.itely: change encoding to utf-8.
10128
10129 2005-07-01  Mats Bengtsson  <mabe@s3.kth.se>
10130
10131         * Documentation/user/advanced-notation.itely (Setting automatic
10132         beam behavior): Correct the documentation of
10133         revert-auto-beam-setting (backportme)
10134
10135 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10136
10137         * lily/ly-module.cc (ly_make_anonymous_module): define
10138         %module-public-interface of module. 
10139
10140         * lily/lily-parser.cc (print_smob): allow printing of parser smob
10141         without lexer.
10142
10143 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10144
10145         * input/regression/fret-diagrams.ly: stretch example.
10146
10147 2005-06-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10148
10149         * cygwin/GNUmakefile ($(outdir)/%.sh): Bugfix: use TAB (Bertalan
10150         Fodor).
10151
10152 2005-06-30  Graham Percival  <gperlist@shaw.ca>
10153
10154         * Documentation/topdocs/AUTHORS.texi: update personal web address.
10155
10156         * Documentation/user/examples.itely, lilypond-book.itely:
10157         change \RequirePackage to \usepackage.
10158
10159         * Documentation/user/global.itely: document copyright and tagline.
10160
10161 2005-06-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10162
10163         * Documentation/user/basic-notation.itely (Transpose): remove link
10164         to nonexistent UntransposableMusic.
10165
10166         * scm/output-svg.scm: remove old definitions.
10167
10168         * scripts/lilypond-book.py (do_file): search for kpsewhich before
10169         invoking.
10170
10171         * python/lilylib.py (search_exe_path): new function.
10172
10173 2005-06-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10174
10175         * python/lilylib.py (mkdir_p): remove setup_environment()
10176         (backportme)
10177
10178         * buildscripts/mutopia-index.py (headertext): trim text.
10179
10180         * Documentation/topdocs/NEWS.tely (Top): refresh.
10181
10182         * scm/define-markup-commands.scm (wordwrap-string): new function:
10183         split string in paras and words.
10184         (wordwrap-markups): new function.
10185         (wordwrap-stencils): new function. 
10186         (justify): use it.
10187         (wordwrap): use it.
10188         (wordwrap-string): use it
10189         (justify-string): use it.
10190
10191         * scm/lily-library.scm (regexp-split): new function.
10192
10193         * scm/define-markup-commands.scm: remove encoded-simple. 
10194         remove font-markup.
10195         (fontsize): remove old version  of fontsize.
10196         (wordwrap): new markup function. Wrap into paragraphs.
10197
10198         * VERSION: Branch lilypond_2_6
10199         (MINOR_VERSION): go to 2.7.0
10200
10201 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10202
10203         * po/zh_TW.po: update from translation project.
10204
10205 2005-06-28  Graham Percival  <gperlist@shaw.ca>
10206
10207         * scm/midi.scm: compile fix.
10208
10209 2005-06-28  Mats Bengtsson  <mabe@s3.kth.se>
10210
10211         * scripts/lilypond-book.py : Fix embarrassing bug in my previous
10212         patch. Now, the tempfile module is loaded too, not only used.
10213
10214 2005-06-28  Stephen Charles McCarthy  <stecmccarthy@hotpop.com>
10215
10216         * scm/midi.scm: changed midi volumes in absolute-volume-alist from
10217         0.05 - 1.00 to 0.25 - 1.00
10218
10219         * scm/midi.scm: moved the default-instrument-equalizer procedure
10220         to just under the insturment-equalizer-alist it takes as an
10221         argument.
10222
10223 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10224
10225         * Documentation/user/advanced-notation.itely (Font selection):
10226         remove CMR note.
10227
10228         * scm/framework-ps.scm (write-preamble): ly:warning iso. ly:warn 
10229
10230 2005-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10231
10232         * THANKS: Add UTF-8 marker.
10233
10234         * Documentation/user/point-and-click.itely (http): Update: use
10235         lilypond-invoke-editor.  Fix: instruct to use user.js.
10236
10237 2005-06-27  Graham Percival  <gperlist@shaw.ca>
10238
10239         * ly/titling-init.ly: implements printpagenumber, increases
10240         space between dedication and title (to avoid collisions with
10241         "g" and "q" in dedication), and nicer logic about copyright
10242         and instrument fields being printed on the first page.
10243         Thanks Vincent!
10244
10245         * Documentation/user/global.itely: document printpagenumber.
10246
10247 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10248
10249         * Documentation/topdocs/NEWS.tely: Update to 2.6.
10250
10251 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10252
10253         * THANKS: update to 2.6
10254
10255         * VERSION: 2.6.0 released.
10256
10257 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10258
10259         * cygwin/GNUmakefile (OUT_POSTREMOVES): Reinclude install script
10260         rule, errorneously removed probably because of misleading comment.
10261
10262 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10263
10264         * python/lilylib.py (datadir): py2exe comments.
10265
10266         * Documentation/topdocs/INSTALL.texi (Top): remove EC fonts requirement.
10267
10268         * configure.in (reloc_b): make fontconfig REQUIRED.
10269
10270 2005-06-27  Heikki Junes <hjunes@cc.hut.fi>
10271
10272         * po/fi.po: add latest translations.
10273
10274 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10275
10276         * ChangeLog: recode utf-8
10277
10278         * Documentation/pictures/lilypond.xpm (Module): edited photo as
10279         logo.
10280
10281         * Documentation/user/examples.itely (Module): 2.4.0 -> 2.6.0
10282
10283         * input/*.ly (Module): 2.4 -> 2.6 grand convert-ly s/r. 
10284
10285         * python/convertrules.py (do_conversion): don't print program_name
10286         from within a module
10287
10288         * configure.in (reloc_b): bump fontforge requirement to 20050624.
10289
10290         * python/convertrules.py (conv): add 2.6.0 dummy rule.
10291
10292 2005-06-23  Graham Percival  <gperlist@shaw.ca>
10293
10294         * Documentation/user/lilypond-book.itely,
10295         Documentation/user/examples.itely: add \RequirePackage{graphics}.
10296
10297         * ly/titling.ly: checks printfirstpagenumber, adds meter, and
10298         fixes baseline-skip.  Thanks Vincent!
10299
10300         * Documentation/user/advanced-notation.itely, global.itely:
10301         moved "Selecting font sizes" to global, since it deals with
10302         notation font size, not text fonts.
10303
10304 2005-06-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10305
10306         * buildscripts/gen-emmentaler-scripts.py (notice): add GPL notice
10307         to fonts.
10308
10309 2005-06-23  Mats Bengtsson  <mabe@s3.kth.se>
10310
10311         * scripts/lilypond-book.py (LATEX_DOCUMENT): More or less ugly
10312         workaround since /dev/stdin doesn't work on Cygwin. Using a
10313         temporary file in the current directory since latex doesn't
10314         understand the path name to the default TMP in Cygwin (at least on
10315         win XP).
10316         
10317         * Documentation/user/global.itely (Creating titles): Correct
10318         misprint in example. Thanks to Rob Vlasaty.
10319
10320 2005-06-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10321
10322         * VERSION (PATCH_LEVEL): release 2.5.32
10323
10324         * lily/lily-parser-scheme.cc (LY_DEFINE): don't set 'parser
10325         variable in lily module
10326
10327         * scm/framework-ps.scm (output-classic-framework): error message
10328         regarding the classic framework.
10329
10330         * Documentation/user/henle-flat-gray.png (Module): new file.
10331
10332         * Documentation/user/baer-flat-gray.png (Module): new file.
10333
10334         * scm/output-lib.scm (fret-number-tablature-format): vcenter and
10335         whiteout for markups.
10336
10337         * buildscripts/substitute-encoding.py (note_glyph): include _ in
10338         regex too. This fixes change clef appearance in PDF. 
10339
10340         * ttftool/include/*: remove.
10341
10342         * configure.in (reloc_b): remove TTFTOOL_ENDIAN
10343
10344         * config.make.in (WINDRES): remove TTFTOOL_ENDIAN.
10345
10346         * lily/GNUmakefile (MODULE_INCLUDES): remove ttftool
10347
10348         * ttftool/*: remove ttftool subdirectory.
10349
10350         * GNUmakefile.in (SUBDIRS): remove ttftool subdirectory.
10351
10352         * lily/ttf.cc (print_header): new file. Convert to type42, using
10353         FreeType to parse the TTF. 
10354
10355         * ttftool/parse.c (readPostTable): ugh. Kludge: nglyphs in maxp
10356         and post table may differ. Pass around post_nglyphs as well.
10357
10358 2005-06-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10359
10360         * ly/music-functions-init.ly (musicMap): new music function
10361         musicMap. 
10362         
10363 2005-06-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10364
10365         * make/mutopia-rules.make: anti-alias-factor = 2
10366
10367         * scm/ps-to-png.scm (make-ps-images): cleanup multipage vs. single
10368         page switch.
10369
10370         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): set
10371         anti-alias-factor for lilypond-book runs.
10372
10373         * scm/ps-to-png.scm (scale-down-image): new function.
10374         (my-system): new function.
10375         (make-ps-images): blow up GS resolution by anti-alias-factor,
10376         scale down image by anti-alias-factor.  This improves appearance
10377         of bitmaps
10378         (make-ps-images): remove showpage. Fixes spurious empty png at
10379         end.
10380
10381         * scm/framework-ps.scm (write-preamble): downcase filename before
10382         string-matching. Should fix .TTF files (as opposed to ttf files)  
10383
10384         * Documentation/user/tutorial.itely (Running LilyPond for the
10385         first time): separate subsections for windows, macos and unix.  
10386
10387         * Documentation/user/invoking.itely (Updating files with
10388         convert-ly): add MacOS X note.
10389
10390 2005-06-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10391
10392         * Documentation/user/introduction.itely (Engraving): don't include
10393         file optical-spacing, add directly.
10394
10395         * lily/paper-outputter.cc (file): open file in binary mode. This
10396         fixes OTF embedding on windows.
10397
10398 2005-06-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10399
10400         * scm/framework-ps.scm (write-preamble): remove debugging output.
10401
10402         * mf/aybabtu.pe.in (i): don't generate aybabtu.cff
10403
10404         * mf/GNUmakefile ($(outdir)/fonts.cache-1): create font cache for
10405         outdir.
10406         (install-fc-cache): install font cache in installation directories.
10407
10408 2005-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10409
10410         * scm/editor.scm (editor-command-template-alist): Use char iso
10411         column, except for Emacs.
10412         (get-editor-command): Substitute char too (Bertalan Fodor).
10413
10414 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10415
10416         * scm/ps-to-png.scm (make-ps-images): Use ~S instead of single
10417         quoted ~s.  This should fix PNG output on Windows; single quotes
10418         are regular characters on Windows.
10419
10420 2005-06-16  Graham Percival  <gperlist@shaw.ca>
10421
10422         * Documentation/user/basic-notation.itely: include ChoirStaff
10423         in System start delimiters.
10424
10425         * Documentation/user/putting.itely: new doc section on
10426         fixing overlapping notation.
10427
10428 2005-06-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10429
10430         * Documentation/user/global.itely (Paper size): \paper is in
10431         \book, not \score.
10432
10433         * make/mutopia-rules.make: -ddelete-intermediate-files
10434
10435         * ly/engraver-init.ly: make Staff default child of ChoirStaff.
10436
10437 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10438
10439         * ChangeLog: Recode utf-8.
10440
10441         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install .so module in
10442         datadir with .py modules.
10443
10444 2005-06-15  Heikki Junes  <hjunes@cc.hut.fi>
10445
10446         * Documentation/user/basic-notation.itely (Ties): add tieDashed.
10447
10448 2005-06-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10449
10450         * make/mutopia-rules.make: switch off ps, p&c for lilypond runs.
10451         
10452         * scm/framework-ps.scm (write-preamble): remove status check.
10453
10454         * Documentation/user/invoking.itely (Updating files with
10455         convert-ly): remove -o option.
10456
10457         * VERSION (PACKAGE_NAME): release 2.5.31
10458
10459         * scm/framework-ps.scm (write-preamble): use ly:system.
10460         (write-preamble): verbosity.
10461
10462         * scripts/convert-ly.py: cleanup. Use lilylib. Use convertrules.
10463
10464         * python/convertrules.py: new file. Store conversion rules
10465         separately.
10466
10467 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10468
10469         * scm/backend-library.scm (postprocess-output): remove debugging gobs.
10470
10471 2005-06-14  Mats Bengtsson  <mabe@s3.kth.se>
10472
10473         * Documentation/topdocs/NEWS.tely (Top): Corrected name of
10474         \musicDisplay 
10475
10476         * Documentation/user/instrument-notation.itely (More stanzas): Add
10477         reference to StanzaNumber.
10478
10479 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10480
10481         * THANKS: separate section for website translators.
10482
10483 2005-06-14  Graham Percival  <gperlist@shaw.ca>
10484
10485         * Documentation/topdocs/INSTALL.texi: update vim info;
10486         thanks Simon Bailey!
10487
10488         * Documentation/user/advanced-notation.itely: included
10489         color names.
10490
10491         * Documentation/user/advanced-notation.itely,
10492         Documentation/usr/notation-appendices.itely: moved
10493         color names into an appendix.
10494
10495 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10496         
10497         * lily/program-option.cc (LY_DEFINE): new function ly_add_option.
10498
10499         * scm/lily.scm (lambda): initialize program options from here.
10500
10501         * scm/framework-*.scm: add header info.
10502
10503         * lily/main.cc (parse_argv): only set output format to pdf if no
10504         other format specified.
10505
10506         * scm/backend-library.scm (postprocess-output): process
10507         'delete-intermediate-files after running convert-to-*. This fixes
10508         PNG generation when 'delete-intermediate-files is set.
10509         
10510 2005-06-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10511
10512         * buildscripts/mutopia-index.py (list_item): thinko. Fixes png
10513         links on website. 
10514
10515 2005-06-13  Graham Percival  <gperlist@shaw.ca>
10516
10517         * Documentation/topdocs/INSTALL.texi,
10518         Documentation/user/lilypond-book.itely: typos.
10519
10520 2005-06-12  Pal Benko  <benkop@freestart.hu>
10521
10522         * elisp/lilypond-mode.el (LilyPond-command-alist: 2PS): space
10523         added between program name and switch; -b changed to -f not
10524         to generate pdf
10525
10526 2005-06-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10527
10528         * elisp/lilypond-mode.el (LilyPond-command-alist): remove 2midi
10529         (LilyPond-command-alist): use -f ps (thanks to Pal Benko)
10530
10531         * input/sakura-sakura.ly: add \midi.
10532
10533         * buildscripts/mutopia-index.py (find): use /usr/bin/find
10534         iso. python find. 
10535
10536         * ttftool/test.c (main): cosmetics.
10537
10538         * ttftool/util.c (surely_lseek): use stdio FILE's for I/O 
10539
10540         * ttftool/test.c: new file. If compiled with -DTEST_TTFTOOL,
10541         create a ttf2ps binary.
10542
10543         * scm/ps-to-png.scm (make-ps-images): fix rename-page-1 functionality.
10544
10545         * scm/backend-library.scm (postscript->png): set rename-page-1 to
10546         true.
10547
10548 2005-06-11  Graham Percival <gperlist@shaw.ca>
10549
10550         * Documentation/user/lilypond-book.itely: add warning about
10551         the font warnings in dvips.
10552
10553 2005-06-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10554
10555         * THANKS: typo
10556
10557         * mf/GNUmakefile ($(outdir)/$(redhat-package)): Fedora-4 url.
10558
10559         * GNUmakefile.in: remove links for .map, .enc
10560         don't fail if out/ doesn't exist yet.
10561
10562 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10563
10564         * ttftool/util.c (surely_read): return nbytes
10565
10566         * stepmake/bin/text2html.py (txt2html): add utf-8 marker. 
10567
10568         * VERSION (PACKAGE_NAME): release 2.5.30
10569
10570         * flower/string-convert.cc (precision_string): >? fix.
10571
10572         * scm/ps-to-png.scm (make-ps-images): search-gs for multipage too.
10573         (make-ps-images): add verbose -q too.
10574
10575         * lily/default-actions.cc (Module): new file. default
10576         {book,score}-print functions.
10577
10578         * scm/ly-from-scheme.scm (ly:parse-string-result): use new setup:
10579         pass results via parseStringResult, lookup via ly:parser-lookup.  
10580
10581         * lily/lily-parser.cc (Lily_parser): only clone lexer in
10582         constructors.
10583         (parse_file): encapsulate do_yyparse() in scm_set_current_module()
10584         (parse_string): idem.
10585
10586         * ly/spanners-init.ly (assertBeamQuant): don't use #{ #} in init.
10587
10588         * lily/main.cc (main_with_guile): copy be_verbose_global into
10589         ly_set_option()
10590
10591 2005-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10592
10593         * scm/backend-library.scm (postscript->pdf):
10594         * scm/ps-to-png.scm (make-ps-images): Do not use gs -q switch in
10595         verbose mode.  Search for several names of gs executable.
10596
10597 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10598
10599         * lily/ly-module.cc (ly_make_anonymous_module): call make-module
10600         directly. This fixes a massive memory leak, provided you use CVS
10601         GUILE.
10602
10603 2005-06-10  Erik Sandberg  <ersa9195@student.uu.se>
10604
10605         * ly/property-init.ly: Added tieDashed.
10606
10607         * THANKS: Added some bughunters for 2.5.
10608
10609 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10610
10611         * lily/program-option.cc: add debug-gc option.
10612
10613         * lily/include/lily-guile-macros.hh: don't protect exported module
10614         objects.
10615
10616         * lily/include/lily-parser.hh (class Lily_parser): remove beam_check().
10617
10618         * scm/backend-library.scm (postscript->pdf): use
10619         delete-intermediate-files iso. running-from-gui? 
10620
10621         * ttftool/util.c (surely_read): robustness. Allow read() to return
10622         less bytes than requested, as per posix standards.
10623
10624         * lily/pfb.cc (LY_DEFINE): set ttf_verbosity from ttf-verbosity
10625         program option.
10626
10627         * ttftool/include/ttftool.h ("C"): rename verbosity to
10628         ttf_verbosity. Add to public interface.
10629
10630         * scm/music-functions.scm (unfold-repeats): remove debugging display.
10631
10632         * lily/program-option.cc: rename from scm-option.cc
10633
10634         * lily/scm-option.cc (LY_DEFINE): handle no-foobar option setting.
10635         (get_help_string): Print pretty help string.
10636
10637         * scripts/lilypond-book.py (PREAMBLE_LY): add no-point-and-click
10638         to snippet preamble.
10639
10640         * lily/scm-option.cc: remove command-line-settings option. Fold
10641         all command-line options plus default settings in a generic
10642         interface. 
10643
10644         * flower/getopt-long.cc (table_string): indent 2nd lines of help
10645         texts too.
10646
10647 2005-06-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10648
10649         * flower/file-name.cc: Bugfix: only append DIRSEP if BASE_
10650         or EXT_ components non-empty.
10651
10652 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
10653
10654         * scm/lily.scm (running-from-gui?): Export.
10655
10656         * lily/lily-parser-scheme.cc (ly:parse-file): Use it to generate
10657         output in .ly source directory.
10658
10659 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10660
10661         * ttftool/util.c (surely_lseek): more verbosity.
10662
10663         * lily/include/lily-proto.hh: add Context_def. This fixes FC4
10664         compile.
10665
10666         * lily/parser.yy (Repeated_music): remove >? 
10667
10668         * scm/backend-library.scm (postscript->pdf): Support for
10669         -dgs-font-load=1
10670
10671         * scm/framework-ps.scm (write-preamble): make font loading
10672         switchable to GS via --define-default gs-font-load=1
10673
10674 2005-06-09  Graham Percival  <gperlist@shaw.ca>
10675
10676         * Documentation/user/global.itely: added \layout docs.
10677
10678 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10679
10680         * lily/lily-parser-scheme.cc: add unistd.h
10681
10682 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10683
10684         * scm/editor.scm: add char argument.
10685
10686         * scripts/lilypond-invoke-editor.scm (dissect-uri): add char. 
10687
10688         * ttftool/util.c (syserror): use errno for better error reporting.
10689
10690         * lily/source-file.cc (get_counts): new function. Calc column,
10691         line and char count in one go.
10692
10693         * lily/binary-source-file.cc (quote_input): rename to quote_input
10694
10695         * lily/input.cc (set): new function.
10696
10697 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
10698
10699         * flower/file-path.cc (find): Bugfix.  Append rather than prepend
10700         directory part of file name to search directory.
10701
10702         * lily/lily-parser-scheme.cc (ly:parse-file): Prepend cwd to
10703         search path and chdir to DIR if --outname=DIR used.
10704
10705         * lily/main.cc (prepend_env_path): Bugfix: Check directory
10706         existence before appending original path.
10707
10708 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10709
10710         * ttftool/parse.c (readNamingTable): verbosity for "bad TTF
10711         file" massage.
10712
10713         * Documentation/user/GNUmakefile (TEXINPUTS): set TEXINPUTS so our
10714         texinfo.tex is always used.
10715         
10716 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10717
10718         * flower/include/axis.hh: rename from axes.hh
10719
10720         * lily/include/text-interface.hh (Module): rename from text-item.hh
10721
10722         * VERSION (PATCH_LEVEL): release 2.5.29
10723
10724         * ttftool/parse.c (readNamingTable): handle Apple/8bit encoding too.
10725
10726         * scm/framework-ps.scm (font-file-as-ps-string): new function.
10727         (handle-macfont): new function. Call fondu for Native mac fonts.
10728
10729         * scm/define-markup-commands.scm (fill-line): handle text-widths =
10730         '() case.
10731
10732 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10733
10734         * scm/ps-to-png.scm (make-ps-images): Bugfix: `Pages: 1\n' is not
10735         multi-page.  Fix .eps regular expression.
10736
10737 2005-06-07  Graham Percival  <gperlist@shaw.ca>
10738
10739         * Documentation/user/putting.itely: add info on modifying templates.
10740
10741         * Documentation/user/lilypond.itely, converters.itely, invoking.itely:
10742         misc small changes.
10743
10744 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10745
10746         * scm/ps-to-png.scm (make-ps-images): no paper size for multi-page.
10747
10748         * scripts/lilypond-ps2png.scm
10749
10750         * VERSION (PACKAGE_NAME): release 2.5.28
10751
10752 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10753
10754         * lily/main.cc (prepend_env_path): Do not append /, that does not
10755         work.  Localedir lives in datadir, not in prefix.
10756
10757         * scm/framework-ps.scm (write-preamble): Remove load-font-via-GS
10758         hack for windows.
10759
10760         * flower/include/file-cookie.hh: Compile fix.
10761
10762 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10763
10764         * ly/engraver-init.ly: add \defaultchild to InnerStaffGroup. 
10765
10766         * scm/ps-to-png.scm (gulp-port): rename from read. Don't redefine
10767         system primitives.
10768         (gulp-port): using read-string!/partial. We don't want to read an
10769         entire PS file  (GUILE 1.6 limits strings to 16M) 
10770
10771         * scm/define-grobs.scm (all-grob-descriptions): remove arch-*
10772         properties. Add font-interface. 
10773
10774         * scm/define-grob-properties.scm (all-user-grob-properties):
10775         remove old bracket properties.
10776
10777         * scm/x11-color.scm: reformat. 
10778
10779         * lily/ledger-line-engraver.cc (acknowledge_grob): create new
10780         LedgerLineSpanner if new StaffSymbol is found. 
10781
10782         * lily/staff-symbol-engraver.cc (acknowledge_grob): also set
10783         staff-symbol for finishing staff. 
10784
10785         * lily/GNUmakefile (OUT_DIST_FILES): don't dist Flex output
10786
10787         * scm/output-svg.scm (setcolor): implement (re)setcolor with <g>
10788         change black to currentColor everywhere. This fixes color support
10789         in SVG.
10790
10791 2005-06-06  Carl Sorensen  <carldsorensen@comcast.net>
10792
10793         * input/regression/fret-diagrams.ly: new file to test fret diagram
10794         capability
10795
10796         * scm/output-tex.scm: remove white-dot and white-text
10797
10798         * scm/output-ps.scm: remove white-dot and white-text
10799
10800         * scm/fret-diagrams.scm (sans-serif-stencil-white): removed -- 
10801         using ly:stencil-in-color instead
10802         (draw-dots) : remove call to white-dot
10803
10804 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10805
10806         * flower/memory-stream.cc (Memory_out_stream): remove fopencookie
10807         support.
10808
10809         * ttftool/ttfps.c: use lily_cookie functions everywhere. 
10810
10811         * flower/include/file-cookie.hh: new file. lily_cookie extension 
10812
10813         * flower/file-cookie.cc: new file. lily_cookie extension.
10814         
10815 2005-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10816
10817         * scm/editor.scm (editor-command-template-alist): Add syn
10818         editor (Jaap [de Vos]).
10819
10820 2005-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10821
10822         * scripts/lilypond-ps2png.scm:
10823         * scm/ps-to-png.scm: New file.
10824
10825         * scm/backend-library.scm (postscript->png): Use it.
10826
10827         * scripts/lilypond-ps-to-png.py: Remove file.
10828
10829         * python/lilylib.py (get_bbox, make_ps_images): Remove.
10830
10831 2005-06-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10832
10833         * lily/auto-beam-engraver.cc (acknowledge_grob): remove dead code.
10834
10835         * scm/auto-beam.scm (default-auto-beam-check): only forbid beam
10836         start on grace moment. Fixes autobeam-grace.ly.
10837
10838         * lily/auto-beam-engraver.cc (process_acknowledged_grobs): don't
10839         process anything unless we're at the end of a pending beam. Fixes
10840         syncopated 8ths beamed across a beat.
10841
10842 2005-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10843
10844         * scm/editor.scm (editor-command-template-alist): Start emacs if
10845         emacslient fails.
10846
10847         * lily/main.cc (setup_localisation): Listen to LILYPOND_LOCALEDIR.
10848
10849         * flower/file-path.cc (is_file, is_dir): Export.
10850
10851         * lily/main.cc (prepend_env_path, set_env_file): Use them.
10852
10853 2005-06-02  Mats Bengtsson  <mabe@s3.kth.se>
10854
10855         * lily/easy-notation.cc: Added include cctype to correct
10856         compilation error.
10857
10858 2005-06-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10859
10860         * scm/backend-library.scm (postscript->pdf): set resolution to
10861         1200, so bitmap fonts aren't that ugly. 
10862
10863         * Documentation/topdocs/NEWS.tely (Top): add entry about font family.
10864
10865         * lily/dynamic-engraver.cc (acknowledge_grob): only center on
10866         parent if we have a notehead. Fixes incorrect offsets when
10867         Paper_column is very wide in the X direction.
10868
10869         * input/regression/font-family-override.ly (Module): new file.
10870
10871         * scm/font.scm (make-pango-font-tree): new function.
10872
10873         * lily/beam.cc (before_line_breaking): remove warning about less
10874         than 2 visible stems. We still get a warning when there is only
10875         one stem.
10876
10877 2005-06-01  Werner Lemberg  <wl@gnu.org>
10878
10879         * buildscripts/substitute-encoding.py: Handle PFAemmentaler-xx.pfa
10880         correctly.
10881
10882 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10883
10884         * lily/slur-scoring.cc (generate_avoid_offsets): new
10885         function. Generate avoid offsets once per slur.
10886
10887         * lily/slur.cc (add_extra_encompass): add dependency to
10888         extra-encompass object. This fixes bugs/c-phrasing-slur.ly
10889
10890         * lily/stencil.cc (is_empty): check dim_ field for is_empty()
10891         too. Fixes inf error with added bass notes.
10892
10893         * scripts/lilypond-book.py (do_options): --psfonts doesn't take
10894         argument anymore.
10895
10896         * make/ly-vars.make (DVIPS_FLAGS): use .psfonts as extension.
10897
10898         * input/tutorial/lbook-latex-test.tex: add line length test.
10899
10900         * scripts/lilypond-book.py (set_default_options): new
10901         function. Call this before dissecting snippets, so linewidth
10902         settings reach the snippets.
10903
10904 2005-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
10905
10906         * scm/lily.scm (PLATFORM, slashify): Remove double slashes.
10907
10908 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10909
10910         * input/mutopia/R.Schumann/romanze-op28-2.ly (leftb): bugfix.
10911
10912 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
10913
10914         * stepmake/aclocal.m4: More autopackage friendliness.
10915
10916 2005-05-31  Graham Percival  <gperlist@shaw.ca>
10917
10918         * Documentation/index.html.in: remove link to LSR.
10919
10920         * Documentation/user/global.itely: remove duplicate
10921         "dedication" \header{} section.
10922
10923 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10924
10925         * VERSION (PACKAGE_NAME): release 2.5.27.
10926
10927         * lily/lily-parser-scheme.cc (LY_DEFINE): unprotect paper
10928         too. Plugs memory leak.
10929
10930         * make/lilypond.fedora.spec.in (Group): remove
10931         lilypond-pdfpc-helper.
10932
10933         * scripts/GNUmakefile (SEXECUTABLES): remove
10934         lilypond-pdfpc-helper. Use lilypond-invoke-editor instead.
10935
10936         * scm/font.scm (make-century-schoolbook-tree): add Mono as
10937         'typewriter family.
10938
10939         * lily/score.cc (Score): unprotect copy of Output_def. Plugs
10940         memory leak.
10941
10942         * lily/parser.yy (score_body): don't clone Score, that's done in
10943         Lily_lexer::try_special_identifiers(). This fixes a memory leak.
10944
10945         * lily/score-engraver.cc (derived_mark): new function.
10946         (initialize): unprotect Paper_score. This fixes a memory leak.
10947
10948         * lily/score-performer.cc (derived_mark): new function.
10949
10950         * lily/score-translator.cc (get_output): use SCM for get_output() call.
10951
10952         * stepmake/aclocal.m4: put FlexLexer.h test in conftest.cc. Fixes
10953         spurious warning.
10954
10955         * scm/font.scm (make-century-schoolbook-tree): use Sans for sans
10956         serif.
10957
10958 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
10959
10960         * configure.in (reloc_b): Add --enable-relocation.
10961
10962 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10963
10964         * lily/pfb.cc (LY_DEFINE): show file name when loading PFB. 
10965
10966         * input/regression/alignment-order.ly: add Staff example.
10967
10968 2005-05-31  John Mandereau   <john.mandereau@free.fr>
10969
10970         * po/fr.po: update.
10971
10972 2005-05-31  Graham Percival  <gperlist@shaw.ca>
10973
10974         * Documentation/index.html.in: add link to LSR.
10975
10976 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10977
10978         * scm/define-stencil-commands.scm (Module): new file. Register all
10979         allowed stencil expression heads in a central place.
10980
10981         * lily/stencil-scheme.cc (LY_DEFINE): check is_stencil_head in
10982         ly:make-stencil
10983
10984         * lily/stencil-expression.cc (all_stencil_heads): registering
10985         stencil expressions.
10986
10987         * lily/stencil-interpret.cc: new file. Stencil expression
10988         interpreting.
10989
10990         * input/xiao-haizi-guai-guai.ly: move file back.
10991
10992 2005-05-30  Graham Percival  <gperlist@shaw.ca>
10993
10994         * Documentation/user/advanced.itely, converters.itely,
10995         instrument-notation.itely, lilypond-book.itely: misc small
10996         changes.
10997
10998 2005-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10999
11000         * lily/lexer.ll: Skip UTF-8 BOM at BOF.
11001
11002         * make/lilypond.fedora.spec.in: Fix source url.
11003
11004         * cygwin: Update from mingw patches.
11005
11006         * scm/editor.scm (editor-command-template-alist): Use jedit
11007         -reuseview (Bertalan), add uedit (Patrick Huberts).
11008
11009         * input/xiao-hai-zi-guai-guai.ly: Rename from
11010         xiao-haizi-guai-guai.ly.
11011
11012         * input/*: Reindent, do not use TAB.
11013
11014         * Documentation/pictures/ly.xpm: Bugfix: do not anti-alias against
11015         white background.
11016
11017 2005-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11018
11019         * scm/framework-ps.scm (dump-stencil-as-EPS): Add silly fix for
11020         numerical overflow error.
11021
11022 2005-05-29 Laura Conrad <lconrad@laymusic.org>
11023         
11024         * abc2ly.py: fix to syntax error in multi-part output.
11025
11026 2005-05-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11027
11028         * lily/span-bar.cc (print): sort bar line extents. Fixes problem
11029         with disappearing span bars when alignAboveContext is active
11030
11031         * lily/property-iterator.cc (check_grob): use is-grob?
11032         object-property. Fixes crash-key-sig-font-size.ly. 
11033
11034 2005-05-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11035
11036         * lily/bar-line.cc (print): don't round barlines; this produces
11037         odd aliasing effects in Acroread.
11038
11039         * lily/timing-engraver.cc (process_music): robustness fix.
11040
11041         * lily/context-def.cc (filter_engravers): bugfix.
11042
11043 2005-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11044
11045         * lily/lilypond.rc.in: Add ly-icon.
11046
11047         * lily/GNUmakefile: 
11048         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Add ly-icon
11049         rules.
11050
11051 2005-05-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11052
11053         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-in-color
11054
11055         * ps/music-drawing-routines.ps: 
11056
11057         * scm/output-ps.scm: remove draw ez_ball.
11058
11059         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
11060         EasyNotation context definition.
11061
11062         * lily/easy-notation.cc (brew_ez_stencil): new file. Use
11063         Text_interface and color for making easy note heads.
11064
11065         * lily/stencil.cc (with_color): new function.
11066
11067         * ps/music-drawing-routines.ps: remove draw_zigzag_line
11068
11069         * lily/line-spanner.cc (zigzag_stencil): rewrite to use draw-line
11070         output routine. Zigzag now works in SVG too.
11071
11072         * scm/output-tex.scm (filledbox): idem.
11073
11074         * scm/output-svg.scm (filledbox): idem.
11075
11076         * scm/output-ps.scm (lily-def): remove horizontal-line. 
11077
11078         * lily/lookup.cc (horizontal_line): use draw-line. 
11079
11080         * lily/system-start-delimiter.cc: remove old staff bracket code.
11081
11082         * mf/feta-haak.mf: further tweaks.
11083
11084         * lily/system-start-delimiter.cc (staff_bracket): use glyphs.
11085
11086         * mf/feta-generic.mf: include feta-haak.
11087
11088         * mf/feta-haak.mf: rewrite. Make separate glyphs for the tips 
11089
11090         * scm/framework-ps.scm (write-preamble): only load fonts if their
11091         filename is a string. 
11092
11093 2005-05-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11094
11095         * scm/output-svg.scm (circle): support circle.
11096         (bracket): stub for bracket.
11097
11098         * scripts/lilypond-book.py (main): make sure --psfonts warning is
11099         correct.
11100
11101 2005-05-26  Graham Percival  <gperlist@shaw.ca>
11102
11103         * Documentation/user/lilypond.tely, advanced-notation.itely,
11104         basic-notation.itely, instrument-notation.itely, global.itely,
11105         introduction.itely, tutorial.itely: rearranging, editing,
11106         clean-up.
11107
11108         * mf/GNUmakefile: change a "make -C" to "${MAKE} -C", required
11109         for compiling on FreeBSD.
11110
11111 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11112
11113         * lily/pfb.cc (LY_DEFINE): progress indication for opening ttf and
11114         otf files.
11115
11116         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (lower):
11117         bugfixes.
11118
11119         * VERSION: 2.5.26 released.
11120
11121         * scm/titling.scm (marked-up-headfoot): revert Pedro's patch. 
11122
11123 2005-05-25  Pedro Kroger  <kroeger@pedrokroeger.net>
11124
11125         * scm/titling.scm (marked-up-headfoot): doesn't print pagenumbers
11126         if printpagenumber is false.
11127
11128 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11129
11130         * lily/font-config.cc (init_fontconfig): comment out FontConfig
11131         cache warning.
11132
11133         * lily/tie.cc (print): support dotted ties.
11134         
11135 2005-05-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11136
11137         * scm/define-grobs.scm (all-grob-descriptions): switch off
11138         debugging
11139         (all-grob-descriptions): Arpeggio has Y-extent.
11140
11141         * scm/define-music-properties.scm (all-music-properties): document
11142         length-callback and start-callback as "read-only".
11143
11144         * scm/music-functions.scm (unfold-repeats): rewrite. Cannot set
11145         length-callback after creation. 
11146
11147         * scripts/convert-ly.py (conv): unfoldrepeats -> unfoldRepeats,
11148         compressmusic -> compressMusic.
11149
11150         * ly/music-functions-init.ly (oldaddlyrics): idem.
11151
11152         * lily/parser.yy: NewLyricCombineMusic ->
11153         LyricCombineMusic. LyricCombineMusic -> OldLyricCombineMusic.
11154
11155 2005-05-24  Pedro Kroger  <kroeger@pedrokroeger.net>
11156
11157         * ly/Welcome_to_LilyPond.ly: typo.
11158
11159 2005-05-24  Graham Percival  <gperlist@shaw.ca>
11160
11161         * Documentation/user/lilypond.tely: move changing-defaults to be
11162         before global issues.
11163
11164         * Documentation/user/basic-notation.itely: move Transpose section
11165         here from advanced/Other.
11166
11167         * Documentation/user/changing-defaults.itely,
11168         advanced-notation.itely: move Fonts to advanced, edit.
11169
11170 2005-05-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11171
11172         * lily/parser.yy (bare_int): remove rule.  From now on, we require
11173         # before negative integers.
11174
11175 2005-05-23  Graham Percival  <gperlist@shaw.ca>
11176
11177         * ly/property.ly: Update tieDotted to have the same form as slurDotted.
11178
11179         * Documentation/user/lilypond.tely: change Unified index to
11180         LilyPond index.
11181
11182         * Documentation/user/advanced-notation.itely,
11183         instrument-notation.itely: editing.
11184
11185 2005-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
11186
11187         * scm/lily.scm (lilypond-all): Bugfix: return failed.
11188
11189         * lily/main.cc (setup_paths)[__MINGW32__]: Normalize LILYPONDPREFIX.
11190
11191 2005-05-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11192
11193         * lily/general-scheme.cc (ly:stderr-redirect): Rename from
11194         ly:port-move.  Needs to be stderr-specific on mingw.
11195         Run fixcc.
11196
11197 2005-05-20  Jan Nieuwenhuizen  <janneke@gnu.org>
11198
11199         * lily/general-scheme.cc (ly:port-move): Remove.
11200
11201         * scm/backend-library.scm (postscript->pdf): Remove -dSAFER in
11202         windows.
11203
11204         * lily/main.cc (setup_paths) [ARGV0_RELOCATION]: Reinstate GS_*
11205         variables.  This eliminates the need for a gs.bat wrapper, which
11206         opens a console.
11207
11208         * scripts/lilypond-invoke-editor.scm (running-from-gui?): 
11209         * scm/lily.scm (running-from-gui?): 
11210         * lily/main.cc[MINGW]: Remove isatty inversion, this is an
11211         artifact of not compiling with -mwindows.
11212
11213         * scm/editor.scm: Define PLATFORM.
11214
11215 2005-05-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11216
11217         * scripts/lilypond-book.py (PREAMBLE_LY): add marker, where people
11218         can start to cut & paste lilypond-book fragments.  
11219
11220         * scm/define-music-types.scm (music-descriptions): remove
11221         UntransposableMusic
11222
11223 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11224
11225         * scm/output-ps.scm (glyph-string): remove / before CIDs.
11226
11227 2005-05-20  Graham Percival  <gperlist@shaw.ca>
11228
11229         * Documentation/user/instrument-notation.itely: remove *Engraver.
11230
11231         * Documentation/user/advanced-notation.itely: edit, rearrange.
11232
11233 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11234
11235         * scm/output-ps.scm (glyph-string): take cid? argument. Use
11236         findresource iso. findfont for CID CFF fonts.
11237
11238         * VERSION (PACKAGE_NAME): release 2.5.25
11239
11240         * ly/Welcome_to_LilyPond.ly: add  \version
11241
11242 2005-05-20  Graham Percival  <gperlist@shaw.ca>
11243
11244         * Documentation/user/programming-interface.itely: move
11245         \displayMusic into its own section.
11246
11247         * Documentation/user/basic-notation.itely: finish editing.
11248
11249 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11250
11251         * flower/file-path.cc (find): don't throw away file_name.dir, but
11252         append to it. Fixes \include with directories.
11253
11254         * flower/include/file-path.hh (class File_path): don't derive from
11255         Array<String>.
11256
11257         * flower/include/file-name.hh (class File_name): remove to_str0()
11258
11259         * lily/hara-kiri-engraver.cc (acknowledge_grob): split
11260         Hara_kiri_engraver in separate file.
11261
11262         * lily/slur-configuration.cc (score_encompass): oops, <? to min()
11263         translation went wrong. Fixes vertically translated slurs.
11264
11265 2005-05-19  Graham Percival  <gperlist@shaw.ca>
11266
11267         * Documentation/user/basic-notaton.itely: editing.
11268
11269 2005-05-18  Graham Percival  <gperlist@shaw.ca>
11270
11271         * Documentation/user/macros.itexi, basic-notation.itely:
11272         add @commonprop (commonly used properties) macro.
11273
11274 2005-05-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11275
11276         * ly/Welcome_to_LilyPond.ly: talk about icon, not program.
11277
11278         * scripts/lilypond-book.py (invokes_lilypond): new function
11279         (main): only run fontextract if invokes_lilypond() is true.
11280
11281         * lily/function-documentation.cc (ly_add_function_documentation):
11282         duh, use !=
11283
11284         * Documentation/topdocs/INSTALL.texi (Top): add MacOS command.
11285
11286         * stepmake/aclocal.m4: remove kpathsea warning, change to OPTIONAL.
11287
11288         * scm/lily.scm (running-from-gui?): lowercase Darwin.
11289
11290         * lily/function-documentation.cc (ly_add_function_documentation):
11291         use scm_hash_table_p() for checking.
11292
11293 2005-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
11294
11295         * Documentation/user/advanced-notation.itely (Text scripts):
11296         Change nonexisting @internalsref{Text markup} to @ref{Text
11297         markup}.  Change @internalsref{Text script} to
11298         @internalsref{TextScript}.
11299
11300         * lily/main.cc (setup_paths): Bugfix: pangorc is not pango.modules.
11301
11302 2005-05-17  Graham Percival  <gperlist@shaw.ca>
11303
11304         * Documentation/user/tutorial.itely, basic-notation.itely,
11305         changing-defaults.itely: remove duplicate cindex entries
11306         that appear on the same page.
11307
11308         * scm/define-grobs.scm: change default padding for TextSpanner.
11309
11310         * Documentation/topdocs/AUTHORS.texi: update email address.
11311
11312         * Documentation/user/global.itely: add info about \include.
11313
11314 2005-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
11315
11316         * scm/backend-library.scm (postscript->pdf): Remove (useless) .ps
11317         when running-from-gui.
11318
11319         * scm/editor.scm (get-editor): Add platform defaults.
11320
11321         * scm/backend-library.scm (postscript->pdf): Typo.
11322
11323 2005-05-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11324
11325         * scm/lily.scm (running-from-gui?): Darwin never runs from GUI.
11326
11327         * lily/font-config.cc (init_fontconfig): add warning about cache.
11328
11329 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11330
11331         * lily/main.cc (setup_paths)[ARGV0_RELOCATION]: Remove GS_*.
11332
11333 2005-05-16  Mats Bengtsson  <mabe@s3.kth.se>
11334
11335         * lily/horizontal-bracket.cc (print): Take care of the direction
11336         property so brackets above the stave point downwards. 
11337
11338         * scm/define-grobs.scm (all-grob-descriptions): Set staff-padding
11339         for HorizontalBracket so it doesn't end up within the stave.
11340
11341 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11342
11343         * lily/GNUmakefile (default): Typo.
11344
11345         * scm/lily.scm (PLATFORM): Export.
11346
11347         * scm/framework-ps.scm (write-preamble)[MINGW]: Use
11348         load-font-via-GS, ttftool or fopencookie is broken on windows.
11349         
11350         * scm/backend-library.scm (postscript->pdf)[MINGW]: Do not use
11351         -dSAFER, that is broken on windows.
11352
11353 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11354
11355         * lily/GNUmakefile ($(outdir)/FlexLexer.h): conditional dependency
11356         for FlexLexer.h
11357
11358         * scripts/lilypond-invoke-editor.scm: remove stray -
11359
11360 2005-05-15  Jan Nieuwenhuizen  <janneke@gnu.org>
11361
11362         * lily/lily-guile.cc (ly_scm2newstr): Use scm_i_string_length.
11363         Fixes deprecation warning.
11364
11365         * flower/include/string.icc (to_string): Only inline if
11366         -DSTRING_UTILS_INLINED.
11367
11368         * lily/pango-font.cc (pango_item_string_stencil): Normalize file
11369         name.  Remove windows comment.
11370
11371         * scm/editor.scm (slashify): New function.
11372         (get-editor-command): Use it.
11373         (get-command-template): Do not alter editor command if
11374         environment value includes `%(file)s' magic.
11375
11376         * scripts/lilypond-invoke-editor.scm (unquote-uri): New function.
11377         (dissect-uri): Use it.
11378         (unquote-uri): Bugfix.
11379
11380 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11381
11382         * scm/framework-ps.scm (write-preamble): add TTF rule.
11383
11384         * Documentation/topdocs/README.texi (Top): remove note about
11385         xdelta.
11386
11387         * Documentation/topdocs/INSTALL.texi (Top): remove Flex
11388         requirement.
11389
11390         * stepmake/aclocal.m4: STEPMAKE_FLEXLEXER_LOCATION: new
11391         function. Figure out where FlexLexer.h lives
11392
11393         * lily/GNUmakefile (OUT_DIST_FILES): dist lexer.cc and FlexLexer.h
11394         
11395 2005-05-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11396
11397         * scripts/lilypond-invoke-editor.scm (dissect-uri): Handle URIs
11398         with Windows root in file name.
11399
11400         * scm/backend-library.scm (ly:system): Only redirect output (using
11401         system and shell, ugh) if /dev/null is writable.
11402
11403         * Documentation/pictures/GNUmakefile [PLATFORM_WINDOWS]: Build
11404         windows icon.
11405
11406         * scm/lily.scm (is-absolute?): New function.  Fixes absolute files
11407         on Mingw.
11408
11409         * scm/output-ps.scm (grob-cause): Use it.  Fixes PDF point and
11410         click.
11411
11412         * flower/file-path.cc (is_dir, is_file): New function.  Actually
11413         use result of stat when available.
11414
11415         * flower/file-path.cc (find): Use it.  Refactor.  Fixes Mingw,
11416         absolute file name and root.
11417
11418         * scm/lily.scm (PLATFORM): On mingw, slashify getcwd.
11419
11420         * scm/editor.scm (get-editor-command): Typo: do not apply editor.
11421
11422         * flower/file-name.cc (slashify): Bugfix, do substitute if no
11423         slashes in file name.
11424
11425 2005-05-13  Jan Nieuwenhuizen  <janneke@gnu.org>
11426
11427         * Documentation/user/preface.itely (Preface): Run
11428         texinfo-all-menus-update.
11429
11430         * scm/editor.scm (get-editor-command): Bugfix: allow full
11431         LYEDITOR setting, partial XEDITOR setting.  With typo fix.
11432
11433         * Documentation/pictures/lilypond-48.xpm: New file.
11434
11435         * flower/file-path.cc (to_string): Bugfix: use PATHSEP.
11436
11437         * ly/Welcome_to_LilyPond.ly: New file.
11438
11439         * lily/main.cc (main): Only identify if we have a terminal.
11440
11441         * scm/backend-library.scm (postscript->png)
11442         (postscript->pdf): Fix file name quoting for GS/MINGW (ie,
11443         non-/bin/sh).
11444
11445 2005-05-13  Heikki Junes  <hjunes@cc.hut.fi>
11446
11447         * Documentation/topdocs/AUTHORS.texi: polish, update.
11448
11449 2005-05-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11450
11451         * Documentation/user/preface.itely (Notes for version 2.6): new
11452         notes for 2.6
11453
11454         * lily/dynamic-engraver.cc (stop_translation_timestep): first set
11455         finished_span_, then call typeset_all(). Fixes spurious "Hairpin
11456         is not fully contained" warnings.
11457
11458         * lily/slur-scoring.cc (get_bound_info): remove warning.
11459
11460         * lily/staff-symbol-engraver.cc (process_music): start initial
11461         spanner in process_music(). This fixes overrides of StaffSymbol
11462         properties.
11463
11464         * scm/framework-pdf.scm (Module): remove.
11465
11466         * Documentation/topdocs/AUTHORS.texi (AUTHORS): clean up, update.
11467
11468         * lily/ambitus-engraver.cc: formatting cleanups.
11469
11470         * mf/feta-solfa.mf (Module): remove.
11471
11472         * ChangeLog: more details about contributions.
11473
11474 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11475
11476         * lily/align-interface.cc (align_elements_to_extents): warn if
11477         called too early. Fixes: disappearing-staff-lines.ly
11478
11479         * VERSION (PACKAGE_NAME): release 2.5.24
11480
11481 2005-05-12  Jan Nieuwenhuizen  <janneke@gnu.org>
11482
11483         * stepmake/aclocal.m4: Typo.
11484
11485         * flower/string.cc (substitute): Take two strings or two
11486         characters.  Update callers.
11487
11488 2005-05-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11489
11490         * flower/file-name.cc (File_name): Slashify.
11491
11492         * scm/lily.scm: Use gui-main iso lilypond-main on MINGW.
11493
11494         * scripts/GNUmakefile (SEXECUTABLES): Add lilypond-invoke-editor.
11495
11496         * stepmake/aclocal.m4 (STEPMAKE_WINDOWS): New function.
11497
11498         * configure.in (gui_b): Use it.
11499
11500         * lily/lilypond.rc.in: New file.
11501
11502         * lily/GNUmakefile[PLATFROM_WINDOWS]: Compile it into executable.
11503
11504 2005-05-12  Graham Percival  <gperlist@shaw.ca>
11505
11506         * Documentation/user/advanced-notation.itely: edit of Text
11507         section; clarify text scripts vs. text markup.
11508
11509 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11510
11511         * lily/multi-measure-rest-engraver.cc
11512         (Multi_measure_rest_engraver): init bar_seen_ to true. Notice
11513         separation items on start. Fixes mm rests in start of score.
11514
11515         * lily/slur-scoring.cc (move_away_from_staffline): robustness,
11516         don't access StaffSymbol if not there.
11517         Fixes: crash-staff-symbol-engraver.ly.
11518
11519         * lily/instrument-name-engraver.cc (class
11520         Instrument_name_engraver): data member first_. Create
11521         InstrumentName on start. 
11522
11523 2005-05-12  Graham Percival  <gperlist@shaw.ca>
11524
11525         * Documentation/user/instrument-notation.itely: add guitar
11526         position.
11527
11528         * Documentation/user/introduction.itely,
11529         Documentation/user/lilypond.tely,
11530         Documentation/user/tutorial.itely: begin pruning
11531         unused (duplicated) cindex entries and misc cleanup.
11532
11533 2005-05-12  Mats Bengtsson  <mabe@s3.kth.se>
11534
11535         * input/test/volta-chord-names.ly: Bring the explanation up to
11536         date.
11537
11538 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
11539
11540         * Documentation/topdocs/{AUTHORS.texi,INSTALL.texi,README.texi}:
11541         Specify `@documentencoding utf-8' for html, ignore warnings.
11542
11543 2005-05-11  Erik Sandberg  <ersa9195@student.uu.se>
11544
11545         * THANKS: Added bughunters.
11546
11547 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
11548
11549         * lily/main.cc: update help string for `lilypond -H'.
11550
11551         * po/fi.po: update.
11552         
11553 2005-05-10  Graham Percival  <gperlist@shaw.ca>
11554
11555         * Documentation/user/advanced-notation.itely: minor fixes.
11556
11557 2005-05-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11558
11559         * scm/editor.scm: New module.
11560
11561         * scm/lily.scm (gui-main): Use it.
11562
11563         * scm/framework-gnome.scm (spawn-editor): Use it.
11564
11565         * scripts/lilypond-invoke-editor.scm: Use it in new script.
11566
11567 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11568
11569         * scm/framework-ps.scm (load-font-via-GS):  new function.
11570
11571         * lily/pango-font.cc (pango_item_string_stencil): add support for
11572         CID keyed font.
11573
11574         * scm/output-ps.scm (glyph-string): add support for CID keyed font.
11575
11576 2005-05-10  Graham Percival  <gperlist@shaw.ca>
11577
11578         * Documentation/user/basic-notation.itely: add @ref.
11579
11580         * Documentation/user/advanced-notation.itely: add example
11581         of 5/8 beaming.
11582
11583 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11584
11585         * scripts/lilypond-pdfpc-helper.py (ly_pc_editor): robustness fixes.
11586
11587         * scm/backend-library.scm (postscript->pdf): Invoke gs instead of
11588         going through ps2pdf wrappers.
11589
11590 2005-05-09  Jürgen Reuter  <reuter@ipd.uka.de>
11591
11592         * Documentation/user/instrument-notation.itely: petrucci note
11593         heads: updated docu
11594
11595         * input/regression/note-head-style.ly: updated regression test;
11596         indentation fixes
11597
11598         * ly/engraver-init.ly: MensuralVoiceContext: use petrucci note
11599         heads as default
11600
11601         * mf/parmesan-heads.mf: minor editing; use musicological names
11602         (rather than optical description) as note head names
11603
11604         * scm/output-lib.scm: complete petrucci heads
11605
11606 2005-05-09  Pal Benko  <benkop@freestart.hu>
11607
11608         * mf/parmesan-heads.mf: add petrucci heads (like neo-mensural
11609         heads, but bigger)
11610
11611 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11612
11613         * lily/main.cc (main_with_guile): Remove no files check.
11614
11615         * lily/main.cc (ly:usage): Export to Scheme.
11616
11617         * scm/lily.scm (no-files-handler): New function.
11618
11619         * scm/lily.scm (lilypond-main): Use it.
11620
11621         * configure.in (gui_b): Add mbrtowc checking.
11622         Resurrect [utf8/]wchar.h checking.
11623
11624 2005-05-09  Mats Bengtsson  <mabe@s3.kth.se>
11625
11626         * Documentation/user/advanced-notation.itely (Metronome marks):
11627         Add link to the program reference for MetronomeMark
11628
11629         * Documentation/user/lilypond-book.itely (An example of a
11630         musicological document): Correct the example using psfonts 
11631
11632 2005-05-09  Heikki Junes  <hjunes@cc.hut.fi>
11633
11634         * po/fi.po: update after a lesson how to update entries against
11635         source.
11636         
11637         * po/TODO: document the lesson.
11638
11639 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11640
11641         * configure.in (gui_b): remove wcrtomb checking.
11642
11643         * lily/general-scheme.cc (LY_DEFINE): hand-convert utf8 to 32
11644         bits. Patch by Matthias Neeracher. <neeracher@mac.com>
11645
11646 2005-05-09  Mats Bengtsson  <mabe@s3.kth.se>
11647
11648         * scripts/convert-ly.py: In the conversion to version 1.9.0, 
11649         keep Scheme expressions and strings unmodified when doing the
11650         conversion to postfix notation for slurs and beams. Should
11651         hopefully solve most related conversion problems. 
11652
11653         * Documentation/user/lilypond-book.itely : Clarify and correct how
11654         to call dvips with -h psfonts.
11655
11656 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11657
11658         * Documentation/user/instrument-notation.itely (Entering lyrics):
11659         Typo.  Fixes build.
11660
11661 2005-05-09  Graham Percival  <gperlist@shaw.ca>
11662
11663         * Documentation/user/lilypond-book.itely: document PSFONTS file.
11664
11665         * Documentation/user/lilypond.tely, lilypond-book.itely,
11666         tutorial.itely: change references to 2.5.x to 2.6.x.
11667
11668         * Documentation/user/instrument-notation.itely: clarified \addlyrics
11669         vs \lyricmode.
11670
11671         * Documentation/user/invoking.itely: remove old info about
11672         lilypond-profile.
11673
11674         * Documentation/topdocs/INSTALL.texi: remove old info about
11675         lilypond-profile, add warning about needing international fonts
11676         to build docs.
11677
11678 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11679
11680         * lily/include/grob-info.hh (class Grob_info): make data member
11681         private. Changes throughout.
11682
11683         * input/regression/alignment-order.ly: new file. 
11684
11685         * lily/vertical-align-engraver.cc (acknowledge_grob): read
11686         alignAboveContext and alignBelowContext
11687
11688 2005-05-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11689
11690         * lily/pfb.cc (LY_DEFINE): add cast.
11691
11692         * scm/framework-ps.scm (write-preamble): embed CFFs if file name
11693         matches .otf
11694         (write-preamble): warn about unknown fonts.
11695
11696         * lily/pfb.cc (Module): new function ly:otf->cff
11697
11698         * lily/open-type-font.cc (get_otf_table): use ::get_otf_table
11699         (get_otf_table): new function.
11700
11701 2005-05-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11702
11703         * scm/backend-library.scm (postscript->png): call lilypond-ps2png
11704         iso. ps2png.
11705
11706 2005-05-06  Heikki Junes  <hjunes@cc.hut.fi>
11707
11708         * po/fi.po: apply second round of update.
11709
11710 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11711
11712         * scm/x11-color.scm (make-x11-color-handler): don't use
11713         #\sp. Apparently doesn't work on all platforms. 
11714
11715 2005-05-06  Graham Percival  <gperlist@shaw.ca>
11716
11717         * Documentation/user/advanced-notation.itely, putting.itely,
11718         tutorial.itely, global.itely, introduction.itely: really minor fixes.
11719
11720 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11721
11722         * VERSION (PACKAGE_NAME): release 2.5.23
11723
11724 2005-05-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11725
11726         * Documentation/topdocs/AUTHORS.texi: Remove texinfo @accents,
11727         convert to utf-8.
11728
11729         * THANKS: Add translators for this release, convert to utf-8.
11730
11731         * mf/GNUmakefile (MFTRACE_FLAGS):
11732         * buildscripts/substitute-encoding.py (outdir): Build fix: pass
11733         outdir as option (WAS: hardcoded).
11734
11735 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11736
11737         * lily/staff-symbol-engraver.cc (Staff_symbol_engraver): init
11738         finished_span_
11739
11740         * THANKS: add Hans Forbrich.
11741
11742         * Documentation/topdocs/NEWS.tely (Top): document new feature.
11743
11744         * Documentation/user/basic-notation.itely (Staff symbol): document
11745         start/stop staff. Reference to ossia.ly
11746
11747         * input/test/ossia.ly: new example using stop and startStaff.
11748
11749         * lily/timing-engraver.cc: remove Timing_engraver::initialize(),
11750         in other words, don't create "|" barline at start of the score.
11751         (start_translation_timestep): don't set whichBar for start of score.
11752
11753         * input/regression/staff-halfway.ly: use new functionality.
11754
11755         * lily/staff-symbol-engraver.cc (try_music): take StaffSpanEvents,
11756         start and stop staff based on events.
11757
11758         * scm/define-music-types.scm (music-descriptions): add StaffSpanEvent
11759
11760         * ly/declarations-init.ly (startStaff, stopStaff): new identifiers.
11761
11762 2005-05-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11763
11764         * Documentation/user/programming-interface.itely (How markups work
11765         internally ): remove \encoding reference.
11766
11767 2005-05-04  Mats Bengtsson  <mabe@s3.kth.se>
11768
11769         * scripts/convert-ly.py: Attempt to do a smarter update of 
11770         text markups from versions < 1.9.0 with arbitrary nesting.
11771
11772 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
11773
11774         * po/fi.po: convert to utf-8, and update.
11775
11776 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11777
11778         * make/lilypond.suse.spec.in: update from suse 2.4 package.
11779
11780         * lily/*.cc: more <? >? to min/max changes
11781
11782         * lily/include/interpretation-context-handle.hh: rename
11783         Interpretation_context_handle to Context_handle.
11784
11785 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
11786
11787         * input/regression/GNUmakefile (local_delete): use `find` together 
11788         with `xargs` to avoid too long argument-lists in cmd line.
11789
11790 2005-05-04  Graham Percival  <gperlist@shaw.ca>
11791
11792         * Documentation/user/introduction.itely: updates "About this manual".
11793
11794         * Documentation/user/advanced-notation.itely,
11795         invoking.itely: minor fixes.
11796
11797 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11798
11799         * COPYING: add font exception. Update FSF address. 
11800
11801         * lily/context-def.cc (path_to_acceptable_context): bugfix, depth
11802         should be taken without child context.
11803
11804         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use it.
11805
11806         * scm/define-markup-commands.scm (triangle): new command, as
11807         robust replacement for unicode Delta/Triangle.
11808
11809 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11810
11811         * ps/music-drawing-routines.ps: add fillp argument.
11812
11813         * lily/lookup.cc (round_filled_polygon): polygon takes filled? argument
11814
11815         * lily/font-config.cc (init_fontconfig): don't add cff/
11816
11817         * VERSION (PACKAGE_NAME): release 2.5.22
11818
11819         * mf/GNUmakefile: remove cff/cff.ps/.map install rules.
11820
11821         * lily/grace-engraver.cc (consider_change_grace_settings): use
11822         is_alias(). Fixes problem with CueVoice grace notes. 
11823
11824         * lily/simultaneous-music-iterator.cc (construct_children): call
11825         Music_iterator::quit() for iterators that start out invalid. This
11826         fixes indefinitely continuing contexts.
11827
11828         * buildscripts/substitute-encoding.py: new file
11829
11830         * Documentation/user/basic-notation.itely (Basic polyphony): fix
11831         missing @end 
11832
11833         * scripts/lilypond-book.py (write_if_updated): print file name.
11834
11835         * Documentation/user/basic-notation.itely (Explicitly
11836         instantiating voices): idem.
11837
11838         * Documentation/user/advanced-notation.itely (Text spanners):
11839         remove stray { } 
11840
11841         * lily/context.cc (default_child_context_name): the default child
11842         is now first in accepts_list_.
11843
11844         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
11845         \defaultchild to all relevant contexts.  This fixes:
11846         drums-pitch.ly.
11847
11848         (Probably also fixes similar problems with ancient
11849         transcriptions getting CueVoices instead of the desired voices.)
11850  
11851         * lily/context-def.cc (get_default_child): new function.
11852         (get_accepted): place default child in front of list.
11853
11854         * lily/parser.yy (FIXME): add DEFAULTCHILD token.
11855
11856         * lily/include/context-def.hh (struct Context_def): add
11857         default_accept_
11858
11859 2005-05-03  Graham Percival  <gperlist@shaw.ca>
11860
11861         * scm/define-grobs.scm: remove "remove-first" line, since
11862         the absent property is set to #f anyway.
11863
11864         * Documentation/user/basic-notation.itely,
11865         advanced-notation.itely, instrument-notation.itely: minor
11866         fixes.
11867
11868         * ly/property-init.ly: add textSpanner{Up,Down,Neutral}.
11869
11870         * Documentation/user/advanced-notation.itely,
11871         changing-defaults.itely: consolidate Text stuff in
11872         advanced notation.
11873
11874         * Documentation/user/global.itely: better docs for \header.
11875
11876         * Documentation/user/putting.itely: new chapter; placeholder
11877         for future expansion.
11878
11879         * Documentation/user/examples.itely: moved "suggestions for
11880         writing LP files" section into putting.itely.
11881
11882         * Documentation/user/lilypond.itely: added new chapter,
11883         fixed the short table of contents.
11884
11885 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11886
11887         * lily/beam-quanting.cc (quanting): robustness fix, don't produce
11888         infinity for unfeasible beams.
11889
11890         * make/lilypond.fedora.spec.in (Group): idem.
11891
11892         * scripts/GNUmakefile (SEXECUTABLES): rename ps2png to lilypond-ps2png
11893
11894         * mf/GNUmakefile (ALL_GEN_FILES): remove .map
11895
11896         * scm/framework-ps.scm (write-preamble): extract CFF from OTF
11897         fonts directly.
11898
11899         * buildscripts/gen-emmentaler-scripts.py (i): idem.
11900
11901         * mf/GNUmakefile: remove all CFF rules.
11902
11903         * scm/framework-ps.scm (ps-embed-cff): reinstate.
11904
11905         * lily/open-type-font-scheme.cc (LY_DEFINE):
11906         new function ly:otf-font-table-data.
11907         (LY_DEFINE): new function otf-font?
11908
11909 2005-05-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11910
11911         * mf/GNUmakefile ($(outdir)/lilypond.map): remove rule.
11912         ($(outdir)/Fontmap.lily): idem.
11913
11914         * buildscripts/gen-emmentaler-scripts.py (i): load fetaXX encoding
11915         for PFAEmmentaler-XXX.pfa. 
11916
11917         * Documentation/user/music-glossary.tely (accidental): NL
11918         translation of accidental.
11919
11920 2005-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
11921
11922         * flower/include/international.hh: Bugfix: include "string.hh".
11923
11924         * lily/include/mingw-compatibility.hh: New file.
11925
11926         * flower/include/libc-extension.hh (memrev): Rename from strrev.
11927
11928         * configure.in: Search for mingw wcrtomb library.
11929
11930 2005-05-02  Mats Bengtsson  <mabe@s3.kth.se>
11931
11932         * scripts/convert-ly.py: Bug fix
11933
11934         * Documentation/user/changing-defaults.itely (Common tweaks):
11935         Added example where the context has to be specified explicitly
11936         (MetronomeMark). 
11937
11938 2005-05-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11939
11940         * scripts/lilypond-book.py (ly_options): set timing to #f for
11941         notime option.
11942
11943         * scripts/convert-ly.py (conv): typo.
11944
11945         * flower/*.cc: remove <? and >?
11946         
11947         * lily/*.cc: remove <? and >?
11948
11949         * lily/tweak-registration.cc (insert_tweak_from_file): Make sure
11950         that 0x0 isn't passed into scm_cons(). Fixes crash with tweak
11951         editor.
11952
11953 2005-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11954
11955         * lily/part-combine-engraver.cc: add space to variable list.
11956
11957 2005-04-30  Graham Percival  <gperlist@shaw.ca>
11958
11959         * scm/define-grobs.scm: changed RemoveEmptyVerticalGroup's
11960         remove-first to false (matches docs)
11961
11962         * Documentation/user/advanced-notation.itely: corrected docs
11963         concerning remove-first.
11964
11965 2005-04-29  Mats Bengtsson  <mabe@s3.kth.se>
11966
11967         * lily/part-combine-engraver.cc: make sure that the relevant
11968         properties are included in the documentation.
11969
11970 2005-04-28  Graham Percival  <gperlist@shaw.ca>
11971
11972         * Documentation/user/lilypond-book.itely: Bernard's docs
11973         for \betweenLilyPondSystem.
11974
11975 2005-04-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11976
11977         * Documentation/topdocs/INSTALL.texi (Top): remove TeX outdated
11978         remarks.
11979
11980 2005-04-28  Pal Benko  <benkop@freestart.hu>
11981
11982         * lily/mensural-ligature.cc (brew_flexa): apply thickness property
11983         only on vertical lines of flexa shape, and use a constant
11984         thickness value for horizontal lines (patch slightly modified by
11985         Jürgen Reuter)
11986
11987         * lily/include/mensural-ligature.hh: make 2 comments clearer
11988
11989 2005-04-28  Jürgen Reuter  <reuter@ipd.uka.de>
11990
11991         * lily/vaticana-ligature-engraver.cc (need_extra_space): renamed
11992         to need_extra_horizontal_space; bugfix: use class scope to avoid
11993         global namespace pollution
11994
11995         * Documentation/user/instrument-notation.itely (ligatures): added
11996         comment on possible future syntax change and how to work around
11997
11998         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf
11999         (epiphonus, cephalicus): fine-tune shape of plica head for narrow
12000         intervals (fixes agnus dei example)
12001
12002         * Documentation/user/instrument-notation.itely (white mensural
12003         ligatures): selected a more illustrative example
12004
12005 2005-04-28  Heikki Junes <hjunes@cc.hut.fi>
12006
12007         * Documentation/index.html.in: specify utf-8 charset in meta content.
12008
12009 2005-04-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12010
12011         * python/lilylib.py (make_ps_images): bugfixes; GS can produce
12012         empty 2nd page for single page.
12013
12014         * scm/lily.scm: remove p&c definitions.
12015
12016         * po/zh_TW.po (Module): new translation.
12017
12018         * lily/lily-guile.cc (ly_chain_assoc): remove.
12019
12020         * lily/general-scheme.cc (LY_DEFINE): export ly:chain_assoc_get
12021         (LY_DEFINE): recurse, iso. calling ly_chain_assoc.
12022
12023 2005-04-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12024
12025         * lily/beaming-info.cc: remove infinity_i
12026
12027         * scripts/abc2ly.py (out_filename): fix thinko with \version.
12028
12029 2005-04-26  Graham Percival  <gperlist@shaw.ca>
12030
12031         * Documentation/user/basic-notation.itely,
12032         instrument-notation.itely, advanced-notation.itely,
12033         changing-defaults.itely: minor fixes.  Added docs
12034         for colors to advanced-notation.itely.
12035
12036         * Documentation/user/advanced-notation.itely: fixed compile
12037         problem and added Bernard's x11-color doc patch.
12038
12039 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
12040
12041         * scm/output-ps.scm (grob-cause): Yet another fix, hope it's
12042         alright this time round.
12043
12044 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12045
12046         * Documentation/topdocs/INSTALL.texi (Top): idem.
12047
12048         * Documentation/topdocs/README.texi (Top): remove clean-fonts refs.
12049
12050         * VERSION (MAJOR_VERSION): release 2.5.21
12051
12052         * scm/output-ps.scm (grob-cause): bugfix.
12053
12054 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
12055
12056         * cygwin/*: Update.
12057
12058         * cygwin/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Remove profile
12059         stuff.
12060
12061         * scm/output-ps.scm (grob-cause): Bugfix.
12062
12063         * scm/lily.scm (ly:load): Remove x11-color.
12064
12065         * stepmake/aclocal.m4 (STEPMAKE_GET_EXECUTABLE): Bugfix: do not
12066         quote executable, fixes getting version from program --with
12067         --options.
12068         (STEPMAKE_KPATHSEA): Bugfix for Cygwin cross building: use
12069         $ac_exeect.
12070
12071         * Documentation/user/GNUmakefile: Only build music-glossary with
12072         rendered lilypond snippets during web.
12073
12074 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12075
12076         * po/de.po: update.
12077
12078         * lily/GNUmakefile (OUT_DIST_FILES): don't dist lexer.cc
12079
12080 2005-04-22  Laura Conrad <lconrad@laymusic.org>
12081  
12082         * scripts/abc2ly:
12083         second title line append with punctuation dash character;
12084         encode abc2ly python strings in utf-8
12085        
12086 2005-04-21  Laura Conrad <lconrad@laymusic.org>
12087
12088         * scripts/abc2ly fix chords (again)
12089  
12090 2005-04-22  Bernard Hurley  <bernard@fong-hurley.org.uk>
12091
12092         * scm/x11-color.scm: new file
12093         All x11 color names can be accessed with:
12094         #(x11-color 'ColorName),
12095         #(x11-color "ColorName") or:
12096         #(x11-color "color name")
12097         If the x11 color name is not recognised then it defaults
12098         to black
12099
12100         * scm/lily.scm: amended to call scm/x11-color.scm
12101
12102 2005-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12103
12104         * Documentation/user/invoking.itely (Reporting bugs): comment out
12105         reference to online PNG bug repository.
12106
12107 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12108
12109         * lily/translator-scheme.cc (ly:translator-property): Remove.
12110         Update callers.
12111
12112         * lily/context-scheme.cc (ly:context-now): Move from translator.
12113         Update callers.
12114
12115 2005-04-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12116
12117         * input/regression/grid-lines.ly (skips): refine example.
12118
12119         * scm/define-context-properties.scm
12120         (all-user-translation-properties): doc autoBeamCheck
12121
12122         * input/regression/grid-lines.ly (Module): new file.
12123
12124         * lily/grid-point-engraver.cc (Module): new file.
12125
12126         * lily/grid-line.cc (Module): new file.
12127
12128         * lily/grid-line-span-engraver.cc (Module): new file.
12129
12130         * lily/grid-line-interface.cc (Module): new file.
12131
12132 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12133
12134         * scm/auto-beam.scm (revert-property-setting): Bugfixes: add
12135         missing parameter, actualy cdr through list.  Actually return a
12136         list with ENTRY removed (was '()).
12137
12138         * scripts/convert-ly.py: Update.  Print warning if file cannot be
12139         opened.
12140         (do_conversion): Fix printing of continuation comma.
12141
12142         * Documentation/user/advanced-notation.itely (Beam formatting):
12143         Remove refbugs about compound time and mixed duration.
12144
12145         * scm/auto-beam.scm (default-auto-beam-settings): Write out all
12146         modulo moments explicitely.
12147
12148         * lily/moment.cc (operator %): New function.
12149
12150         * lily/moment-scheme.cc (ly:mod-moment): Wrap it.
12151
12152         * lily/translator-scheme.cc (ly:translator-now,
12153         ly:translator-property): New function.
12154
12155         * scm/auto-beam.scm (default-auto-beam-check): New function.
12156
12157         * lily/auto-beam-engraver.cc (test_moment): Use it.
12158
12159         * flower/rational.cc (operator %): Bugfix.
12160
12161 2005-04-21  Erik Sandberg  <ersa9195@student.uu.se>
12162
12163         * scripts/abc2ly: Bugfix
12164
12165 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12166
12167         * python/fontextract.py (write_extracted_fonts): bugfix, too many
12168         %'s on EndFont comment.
12169
12170         * lily/ledger-line-spanner.cc: some more words of explanation.
12171
12172 2005-04-20  John Williams <williams@tni.com>  
12173         
12174         * scripts/lilypond-book.py: htmlquote bugfix.
12175         Allow snippets to be given distinct filenames.
12176         Allow the default alt text to be overridden.
12177
12178 2005-04-20  Erik Sandberg  <ersa9195@student.uu.se>
12179
12180         * ly/performer-init.ly: Bugfix
12181
12182         * THANKS: Added bughunters.
12183
12184 2005-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
12185
12186         * SConstruct (test_lib): Bump mftrace requirement to 1.1.9.
12187
12188         * lily/auto-beam-engraver.cc (test_moment): Test exact measure
12189         position (was: use modulo measure length).
12190
12191         * configure.in (no gui_b): Remove optional gtk+ requirement.
12192
12193 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12194
12195         * Documentation/user/basic-notation.itely (Pitches): add
12196         LedgerLineSpanner.
12197
12198         * lily/dynamic-engraver.cc (process_music): set right bound to
12199         script if present. Else, do not set.
12200         (acknowledge_grob): only set right bound of finished spanner to
12201         note column if no other bound is set.
12202
12203         * python/lilylib.py (make_ps_images): switch back to png16m.
12204         
12205 2005-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
12206
12207         * scripts/lilypond-book.py (write_if_updated): Bugfix for not
12208         writing up to date file.  Add dvips usage suggestion.
12209
12210         * scripts/convert-ly.py: Fix error message.
12211         Print usage if no files on command line.
12212         (usage): Add example usage.
12213
12214         * input/test/compound-time.ly: New file.
12215
12216         * input/test/circle.ly: New file.
12217
12218         * Documentation/topdocs/NEWS.tely: Use them.
12219
12220         * input/test/boxed-stencil.ly: Remove \score.
12221
12222         * buildscripts/mf-to-table.py (base): Add .log dependency.
12223
12224         * mf/GNUmakefile: Add PFAemmentaler and PFAaybabtu dependencies on
12225         pfa's.  Add .log dependency
12226
12227         * scm/define-markup-commands.scm (lower): New command.
12228
12229         * elisp/lilypond-mode.el (LilyPond-pdf-command): New command,
12230         make it default.
12231
12232 2005-04-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12233
12234         * lily/dynamic-engraver.cc (acknowledge_grob): add note-column
12235         also to finished cresc as right bound. This fixes:
12236         skip-string-decresc.ly
12237
12238         * lily/slur-scoring.cc (get_bound_info): robustness: substitute
12239         relative_coordinate if extent is empty.
12240
12241         * lily/stem.cc (width_callback): determine correct extent if flag
12242         is not there. This fixes slur-no-flag.ly
12243
12244         * lily/grace-engraver.cc (consider_change_grace_settings): new
12245         function.
12246         (initialize): also consider_change_grace_settings() on
12247         initialization. Fixes large grace notes at start of score.
12248
12249         * lily/break-align-interface.cc (do_alignment): don't translate if
12250         total_extent is empty.
12251
12252         * buildscripts/lilypond-{login,profile}.sh (Module): remove file.
12253
12254 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12255
12256         * scm/output-ps.scm (grob-cause): don't add cwd if path starts
12257         with slash.
12258
12259 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
12260
12261         * stepmake/aclocal.m4: Remove tfm_path.
12262
12263 2005-04-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12264
12265         * scm/music-functions.scm (markup-expression->make-markup): fix
12266         bug with cons arguments of markup commands.
12267         (music->make-music): fix music expression property list building
12268
12269 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
12270
12271         * aclocal.m4: Massage package names.
12272
12273         * SCons updates.
12274
12275 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12276
12277         * VERSION (PACKAGE_NAME): release 2.5.20
12278
12279         * lily/stem.cc (calc_stem_info): add minimum Y extent of
12280         stem-tremolo.  Fixes: bugs/tremolo-stem-length-beamed
12281
12282         * lily/percent-repeat-engraver.cc (try_music): add measure before
12283         next_moment to future processing moment. Fixes:
12284         percent-repeat-mm-rest.ly
12285         (process_music): don't add moment for 2nd time.
12286
12287         * input/regression/repeat-percent.ly: add mmrests as extra test.
12288
12289         * lily/axis-group-engraver.cc (acknowledge_grob): read
12290         keepAliveInterfaces to decide what to kill.
12291
12292         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add
12293         percent-repeat-interface to keepAliveInterfaces. This fixes
12294         percent-repeat-harakiri.
12295
12296 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
12297
12298         * SCons updates.
12299
12300 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12301
12302         * config.make.in (TTFTOOL_ENDIAN): rm TFM_PATH
12303
12304         * aclocal.m4: remove --enable-tfm-path configure option
12305
12306         * input/test/ancient-font.ly (lowerStaff): clef name errors.
12307
12308         * scm/backend-library.scm (postscript->png): newline after
12309         finishing command.
12310
12311         * lily/paper-score-scheme.cc (LY_DEFINE): new file.
12312         (LY_DEFINE): ly:paper-score-paper-systems: new function 
12313
12314         * lily/score-scheme.cc (LY_DEFINE): require music argument. 
12315
12316         * lily/score.cc (default_rendering): use Music_output too.
12317
12318         * input/test/chord-names-languages.ly (Module): rename file.
12319
12320         * lily/text-spanner.cc: add bound-padding.
12321
12322         * lily/paper-book.cc (systems): accept Paper_score
12323         iso. Paper_system vector. 
12324
12325         * input/regression/line-arrows.ly: new file.
12326
12327         * lily/paper-score.cc (process): run get_paper_systems() only once.
12328
12329         * lily/line-spanner.cc (line_stencil): add arrows.
12330
12331 2005-04-18  Jonatan Liljedahl  <lijon@kymatica.com>
12332
12333         * lily/line-interface.cc (make_arrow): new function. 
12334         (arrows): idem.
12335
12336 2005-04-18  Mathieu Giraud  <magiraud@free.fr>
12337
12338         * input/test/chord-names-german.ly: update for italian/french
12339         chords.
12340         
12341         * Documentation/user/instrument-notation.itely (Printing chord
12342         names): update.
12343
12344 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12345
12346         * lily/include/paper-score.hh (class Paper_score): remove unused
12347         prototypes.
12348
12349         * lily/book.cc (process): add -COUNT to midi output.
12350
12351         * lily/score.cc (book_rendering): remove outname argument
12352         (book_rendering): return list of Music_outputs. 
12353
12354         * lily/global-context-scheme.cc (LY_DEFINE): remove outname argument.
12355
12356         * lily/book.cc (process): loop over Music_outputs returned from
12357         Score::book_rendering().
12358
12359         * lily/*.cc (width_callback): remove spurious "unused" warnings
12360         for assert (axis==[XY]_AXIS); 
12361
12362         * lily/include/music-output.hh (class Music_output): smobify class.
12363
12364         * lily/include/paper-score.hh (class Paper_score): make members
12365         private.
12366
12367         * lily/performance.cc (process): return #f iso. #<undefined>. This
12368         prevents #<undefined> leaking into GUILE-userspace.
12369
12370 2005-04-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12371
12372         * config.hh.in: remove HAVE_PANGO_FC_FONT_MAP_ADD_DECODER_FIND_FUNC.
12373
12374 2005-04-17  Mathieu Giraud  <magiraud@free.fr>
12375
12376         * scm/chord-name.scm : support for italian and french
12377         chords names.
12378
12379         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): add
12380         a space defined by chordPrefixSpacer when the root name is
12381         direclty followed by a prefix.
12382
12383         * ly/engraver-init.ly : chordPrefixSpacer       
12384         * scm/define-context-properties.scm : chordPrefixSpacer
12385         * ly/property-init.ly : italianChords, frenchChords 
12386
12387 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
12388
12389         * mf/feta-din.mf: Remove.
12390
12391         * mf/GNUmakefile (fontdir): Bugfix.
12392
12393         * mf/SConstruct: Some updates.
12394
12395         * SConstruct: Require pkg-config.
12396         (test_program): Bugfix for double digit version compares, use
12397         integer (not string-) compare.
12398         Optionally require gs 8.14.
12399
12400         * stepmake/aclocal.m4 (STEPMAKE_PANGO_FT2): Define HAVE_PANGO16 too.
12401
12402         * lily/*: s/ifdef HAVE_*/if have/.
12403
12404         * SConstruct (test_lib): New function.  Update pkg-config and some
12405         other requirements.
12406
12407         * configure.in: Require pkg-config.  Enforce REQUIRE and version for
12408         freetype, pangof2t.
12409
12410 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12411
12412         * po/lilypond.pot, ...: Update using bison-CVS.
12413
12414         * python/lilylib.py (make_ps_images): Fixo.
12415
12416 2005-04-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12417
12418         * python/lilylib.py (make_ps_images): typo.
12419
12420         * configure.in (gui_b): make bison optional.
12421
12422         * lily/GNUmakefile (OUT_DIST_FILES): dist parser and lexer.
12423
12424 2005-04-16  Bernard Hurley  <bernard@fong-hurley.org.uk>
12425
12426         * framework-eps.scm: code added so that a macro \betweenLilyPondSystem
12427         with one parameter can be defined in a LaTeX file when processed
12428         by lilypond-book this will be evaluated between the systems of
12429         a multi-system score. The parameter is the number of systems processed.
12430
12431 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12432
12433         * python/lilylib.py (make_ps_images): Escape newline.
12434
12435         * Documentation/user/music-glossary.tely: Run
12436         texinfo-all-menus-update.
12437
12438 2005-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
12439
12440         * scm/lily-library.scm (old-relative-not-used-message)
12441         (version-not-seen-message): Add input-file-name-location to message.
12442
12443         * lily/parser.yy (lilypond): Add token aliases.
12444
12445         * Documentation/user/music-glossary.tely (accidental): Fixes.  Do
12446         not confuse with alteration.
12447         (alteration): Add.
12448
12449 2005-04-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12450
12451         * python/lilylib.py (make_ps_images): use -dEPSCrop
12452
12453         * VERSION (PACKAGE_NAME): release 2.5.19 
12454
12455         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
12456         only put xrefs in info documentation.
12457
12458         * make/ly-rules.make ($(outdir)/%.html.omf): transplant .dvi ->
12459         .pdf rule to tex-rules.make.
12460
12461         * scm/framework-eps.scm (dump-stencils-as-EPSes): remove comments
12462         from -systems.* output.
12463
12464         * stepmake/stepmake/tex-rules.make ($(outdir)/%.pdf): make PDF
12465         directly, remove -$(PAGESIZE) target.
12466
12467         * input/test/embedded-postscript.ly: update.
12468
12469 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12470
12471         * make/lysdoc-targets.make (local-WWW): remove ps.gz target.
12472
12473         * Documentation/user/changing-defaults.itely (Font selection):
12474         document font-name.
12475
12476         * input/regression/font-name.ly: show Pango fonts for
12477         font-name. Update example. 
12478
12479         * lily/pango-select.cc (properties_to_pango_description): don't
12480         convert symbol font-size to number, but use to lookup.
12481
12482         * python/fontextract.py (write_extracted_fonts): add VMusage 0.
12483
12484         * scm/framework-ps.scm (write-preamble): use (NAME . CONTENTS) and
12485         (NAME . FILE-NAME) tuples for font descriptions. 
12486         (write-preamble): display BeginFont DSC comments.
12487
12488         * python/fontextract.py (write_extracted_fonts): new file. Extract
12489         font resources from a PS file.
12490
12491         * scripts/lilypond-book.py (option_definitions): --psfonts option.
12492         (Compile_error.process_include): do_file returns chunks.
12493
12494         * make/ly-vars.make (DVIPS_FLAGS): don't load .map file.
12495
12496         * make/lysdoc-targets.make: .texi is .PRECIOUS
12497
12498         * scripts/lilypond-book.py (write_if_updated): new function.
12499
12500 2005-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
12501
12502         * scm/framework-eps.scm (dump-stencils-as-EPSes): Massage messages.
12503
12504 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12505
12506         * scm/framework-eps.scm (dump-stencils-as-EPSes): no massages.
12507
12508         * input/regression/markup-syntax.ly: remove \score.
12509
12510         * scm/define-markup-commands.scm (draw-circle): add fill argument
12511
12512         * scm/stencil.scm (make-circle-stencil): add fill argument
12513
12514         * ps/music-drawing-routines.ps: add fill argument.
12515
12516         * ly/performer-init.ly: add CueVoice to MIDI too.
12517
12518         * ps/music-drawing-routines.ps: new routine BeginEPSF /
12519         EndEPSF.
12520
12521         * input/regression/markup-eps.ly: new file.
12522
12523         * scm/framework-ps.scm (write-preamble): change order: vars should
12524         be inited before procedures.
12525
12526         * scm/output-ps.scm (glyph-string): break lines. 255 chars is max
12527         for EPS files.
12528
12529         * scm/define-markup-commands.scm (epsfile): add epsfile command.
12530
12531 2005-04-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12532
12533         * configure.in (gui_b): add check for ghostscript 8.15
12534
12535 2005-04-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12536
12537         * lily/hairpin.cc (after_line_breaking): suicide the hairpinlet at
12538         start of line. Fixes cresc-after-newline.ly
12539
12540         * lily/source-file.cc (file_line_column_string): use get_column().
12541
12542 2005-04-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12543
12544         * lily/source-file.cc (get_column): utf-8 support for column numbers.
12545
12546 2005-04-12  Jan Nieuwenhuizen  <janneke@gnu.org>
12547
12548         * lily/*: use message () iso progress_indication () for messages.
12549         Revise/uniformise user messages.
12550
12551         * flower/warn.cc (progress_indication): New function.
12552         (message): Use it.  Fixes newline problems.
12553
12554         * config.make.in (webdir): Sort out install dirs.
12555
12556         * stepmake/stepmake/generic-targets.make (final-install): Bugfix.
12557
12558         * python/lilylib.py (command_name): Bugfix.
12559         (make_ps_images):
12560
12561 2005-04-11  Pedro Kroger  <kroeger@pedrokroeger.net>
12562
12563         * lily/main.cc: --help says what types of backends are availabe
12564
12565 2005-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12566
12567         Fix ./VERSION dependency, and without need to reconfigure.
12568
12569         * lily/main.cc (setup_paths): Update.
12570
12571         * stepmake/bin/make-version.py (defs): Add TOPLEVEL_VERSION define..
12572
12573         * config.hh.in (LILYPOND_DATADIR): Remove TOPLEVEL_VERSION.
12574
12575         * scripts/convert-ly.py (\markup): Fix too simplistic regexps.
12576         Add \line for some simplistic cases.
12577
12578         * lily/GNUmakefile (main.o): Add missing dependency on version.hh.
12579
12580 2005-04-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12581
12582         * elisp/lilypond-mode.el (LilyPond-lilypond-command): command used
12583         to compile LY files (useful for adding eg. "-I" args)
12584         (LilyPond-command-alist): use `LilyPond-lilypond-command'. Add a
12585         2Gnome command for gnome backend.
12586         (LilyPond-command-formatgnome): call the 2Gnome command. key
12587         binding: C-c C-g
12588
12589 2005-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
12590
12591         * Documentation/user/GNUmakefile (lilypond/index.html): Bugfix:
12592         depend on all PNG images.
12593
12594 2005-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
12595
12596         * GNUmakefile.in: Bugfix: also link .map files.
12597
12598 2005-04-09  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12599
12600         * scm/music-functions.scm (music->make-music): generate 
12601         a (make-music ...) sexpr from a music expression.
12602         (display-scheme-music): use guile pretty printer to display the
12603         make-music sexpr.
12604
12605 2005-04-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12606
12607         * ly/engraver-init.ly: reindent.
12608         Add CueVoice.
12609
12610         * scm/music-functions.scm (music-pretty-string): handle moments
12611         too.
12612         (music-pretty-string): only print non-empty lists.
12613         (cue-substitute): create CueVoice context, which has smaller type.
12614
12615         * lily/moment-scheme.cc (LY_DEFINE): new methods
12616         ly:moment-grace-{numerator,denominator}
12617
12618         * lily/context-handle.cc: remove quit() method. 
12619
12620         * lily/font-config.cc (init_fontconfig): be verbose about font path.
12621         (init_fontconfig): success is 0, not !0
12622
12623 2005-04-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12624
12625         * mf/feta-nummer-code.mf (code): add plus glyph.
12626
12627         * lily/tie.cc (print): idem.
12628
12629         * lily/slur.cc (print): don't use thickness property for
12630         slur shape-thickness.
12631
12632         * lily/stencil-scheme.cc (LY_DEFINE): don't reverse the order
12633         while adding stencils.
12634
12635         * scm/define-markup-commands.scm (with-color): with-color markup
12636         command.
12637         (whiteout): new markup command 
12638         (filled-box): new markup command
12639
12640 2005-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
12641
12642         * Documentation/topdocs/NEWS.tely (Top): Make tex-able.  Handy
12643         test for PDF docs.
12644
12645         * mf/GNUmakefile (lilypond.map): Add PFAEmmentaler,
12646         PFAAybabtu-Regular.  Fixes feta font in PDFs.
12647         
12648         Notes for tetex-3.0 make web:
12649            psclean.map: s/uhv8a/uhvr8a/
12650            config.ps add:
12651                 p +psfonts_t1.map
12652                 p +psclean.map
12653                 p +typeface.map
12654
12655 2005-04-06  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12656
12657         * scm/music-functions.scm (music-pretty-string): fix bug with
12658         string argument.
12659
12660 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
12661
12662         * stepmake/bin/add-html-footer.py (i18n): Bugfix.
12663
12664 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12665
12666         * scripts/lilypond-book.py (Lilypond_snippet.__init__): 
12667         only process options if they're there.
12668         (write_file_map): add version-seen? to snippet-map.ly
12669
12670 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
12671
12672         * scripts/lilypond-book.py (split_options): Bugfix.  Small code
12673         formatting cleanups.
12674
12675         * mf/GNUmakefile: Rewrite $addprefix, $addsuffix using % short-forms.
12676         Add PFAaybabtu.pfa dependency on aybabtu.subfonts.
12677
12678 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12679
12680         * scm/framework-ps.scm (ps-font-command): don't hash, just use
12681         name directly.
12682
12683         * lily/main.cc (setup_paths): either add mf/out to search path or 
12684         fonts/{otf,type1,etc}
12685         
12686         * lily/font-config.cc (init_fontconfig): either add mf/out to
12687         FontConfig or fonts/{otf,type1,etc}
12688
12689         * GNUmakefile.in: don't put mf/ link in share/ dir.
12690
12691         * lily/staff-spacing.cc: move same-direction-correction to
12692         note-spacing-interface
12693
12694         * scm/lily.scm (lilypond-main): use variable argument count for
12695         exception handler.
12696
12697         * lily/font-config.cc (init_fontconfig): add operator pacification
12698         message.
12699
12700         * mf/aybabtu.pe.in (i): generate PFAAybabtu.pfa
12701
12702         * buildscripts/gen-emmentaler-scripts.py (i): generate
12703         PFAEmmentaler as well.
12704
12705         * scm/framework-ps.scm (munge-lily-font-name): new function
12706         (write-preamble): hack: insert PFA equivalent of CFF into
12707         .PS. This makes LilyPond output printable on normal PS printers
12708         again.
12709
12710         * buildscripts/gen-emmentaler-scripts.py (i): generate
12711         PFAEmmentaler.pfa aswell.
12712
12713 2005-04-06  John Williams <williams@tni.com>  
12714         
12715         * scripts/lilypond-book.py: refactor the compose_ly procedure.
12716         
12717 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12718
12719         * scm/page-layout.scm (default-page-make-stencil): always combine
12720         the header stencil, even if empty. This prevents the body text to
12721         reach up to the margins.
12722
12723         * po/rw.po (Module): new file, for Kinyarwanda.
12724
12725         * input/test/spacing-optical.ly (Module): new file.
12726
12727         * lily/staff-spacing.cc: add same-direction-correction
12728
12729 2005-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
12730
12731         * Documentation/user/introduction.itely (Engraving): Comment-out
12732         non-existent file.
12733
12734 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12735
12736         * scm/define-grob-properties.scm (all-user-grob-properties): add
12737         same-direction-correction
12738
12739         * VERSION: release 2.5.18
12740
12741 2005-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
12742
12743         * lily/grob.cc (mark_smob): Check pscore->layout_ before
12744         dereferencing.  Fixes make web.
12745
12746         * lily/midi-stream.cc: Handle unwritable midi file.  Include
12747         errno.h.
12748
12749         * Documentation/user/: Fix links.
12750
12751 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12752
12753         * lily/text-interface.cc (Module): rename from text-item.cc
12754
12755         * input/regression/apply-output.ly (texidoc): function naming fix.
12756
12757         * lily/time-signature-performer.cc (derived_mark): new function.
12758
12759         * lily/lily-parser-scheme.cc:  print mapped file name for progress
12760
12761         * scripts/lilypond-book.py (find_linestarts): new function.
12762         (find_toplevel_snippets): keep track of line numbers.
12763
12764         * lily/key-performer.cc (try_music): remove FIXME warning, gobble
12765         all key changes.
12766
12767         * ly/declarations-init.ly (partCombineListener): use
12768         ignoreBarChecks. Fixes: warn-partcombine-barcheck.ly
12769
12770         * lily/bar-check-iterator.cc (process): ignoreBarChecks property.
12771
12772 2005-04-04  Jan Nieuwenhuizen  <janneke@gnu.org>
12773
12774         * lily/text-item.cc: Fix link.
12775
12776         * Documentation/user/changing-defaults.itely (Changing defaults):
12777         Fix programs reference links.
12778
12779         * Documentation/user/music-glossary.tely: Convert to utf-8.
12780
12781 2005-04-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12782
12783         * make/lilypond-vars.make: remove TEXMF from variables.
12784         remove DEB_BUILD pk font variables.
12785         remove GUILE_LOAD_PATH
12786         remove TeX memory vars.
12787
12788 2005-04-04  Werner Lemberg  <wl@gnu.org>
12789
12790         * lilypond/scm-option.cc (ly_option_usage): Add final newline.
12791
12792 2005-04-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12793
12794         * ps/lilyponddefs.ps: remove reencode-font
12795
12796         * lily/simple-spacer.cc (add_columns): also compare
12797         directly. Column rank doesn't distinguish between broken and
12798         unbroken columns. This fixes large spaces before time sig changes.
12799
12800         * Documentation/user/point-and-click.itely: document ly:set-option.
12801
12802         * lily/grob.cc (get_uncached_stencil): only set grob-cause if
12803         point_and_click_global is set.
12804
12805         * lily/scm-option.cc (LY_DEFINE): add point-and-click
12806         ly:set-option argument.
12807
12808 2005-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
12809
12810         * GNUmakefile.in: Include symlinks in webball.
12811
12812         * Documentation/user/GNUmakefile (source-links): Add symlinks to
12813         source dir for split and non-split manuals.
12814
12815         * Documentation/user/*y: Fix @uref/@inputfile links for
12816         split/non-split HTML documents.
12817
12818         * Documentation/user/GNUmakefile (local-WWW): Do not generate
12819         .ps.gz.
12820         
12821 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
12822
12823         * GNUmakefile.in: Add newline.
12824
12825 2005-04-01  Erlend Aasland  <erlenda@gmail.com>
12826
12827         * tex/lilyponddefs.tex: use color instead of xcolor
12828         * scm/output-tex.scm: minor editing
12829
12830 2005-04-02  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12831
12832         * scm/music-functions.scm (display-scheme-music): pretty printer
12833         for music expressions.
12834
12835 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
12836
12837         * buildscripts/install-info-html.sh (index_file): Fix link.
12838
12839 2005-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
12840
12841         * input/test/dynamic-extra.ly (piuf): Use utf-8 iso TeX accent.
12842
12843         * Documentation/index.html.in: Add size estimates with some big pages.
12844
12845         * Documentation/user/tutorial.itely (Running LilyPond for the
12846         first time): Add/replace some @rglos links.  TODO: add more
12847         @rglos links in tutorial, test non-intrusiveness (.css).
12848
12849         * stepmake/bin/add-html-footer.py (do_file): Remove info's
12850         annoying's indication of referencing external document.
12851
12852         * Documentation/user/GNUmakefile: Split version of glossary too.
12853         * Documentation/user/macros.itexi (@rglos): Have makeinfo produce
12854         links, not only for html.
12855
12856         * Documentation/user/introduction.itely: Fix some links for other
12857         than html, do not use `here' as link name.
12858
12859 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
12860
12861         * scm/documentation-generate.scm (string-append): Fix @usermanref,
12862         @glossaryref.
12863
12864 2005-03-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12865
12866         * scm/page-layout.scm (default-page-make-stencil): only add header
12867         if existing and not empty. Fixes spurious programming error.
12868
12869         * lily/span-bar.cc (print): don't make rounded edges for spanbars.
12870
12871 2005-03-31  Erlend Aasland  <erlenda@gmail.com>
12872
12873         * scm/output-tex.scm: implement {re,}setcolor
12874         * tex/lilyponddefs.tex: use color package
12875
12876 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
12877
12878         * GNUmakefile.in (local-WWW-post): Restore .htaccess and .html
12879         additions to website.
12880
12881         * Documentation/user/lilypond.tely: Remove reference to ps.gz.
12882
12883         * Documentation/user/macros.itexi: Fix @usermanref html links in
12884         split documents: use @inforef.
12885
12886 2005-03-30  Graham Percival  <gperlist@shaw.ca>
12887
12888         * Documentation/user/programming-interface.itely: minor fix.
12889
12890         * Documentation/user/advanced-notation.itely: added info to
12891         Metronome markings.
12892
12893 2005-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
12894
12895         * scm/output-lib.scm (make-stencil-boxer): Junk code duplication,
12896         use box-stencil.  Remove y-padding argument.
12897         (make-stencil-circler): New function.
12898
12899         * buildscripts/lilypond-words.py (F): 
12900         * elisp/SConscript (a): 
12901         * elisp/GNUmakefile (LILYPOND_WORDS_DEPENDS):
12902         * vim/SConscript (a): 
12903         * vim/GNUmakefile (LILYPOND_WORDS_DEPENDS): Update.
12904
12905         * lily/general-scheme.cc: Build fix.
12906
12907         * scm/markup.scm:
12908         * input/regression/markup-scheme.ly: 
12909         * input/regression/markup-syntax.ly: Drop 'new-' from name.
12910
12911         * scm/stencil.scm (make-circle-stencil): New function.
12912
12913         * scm/define-markup-commands.scm (draw-circle): Use it.  New
12914         name (was cicle).  Update callers.
12915         (circle): New markup command, similar to box.
12916
12917         * scm/stencil.scm (circle-stencil): New function.
12918
12919 2005-03-29  David Jedlinsky  <lilypond@ipnh.com>
12920
12921         * configure.in: Detect libutf8/wchar.h variant.
12922
12923         * stepmake/aclocal.m4: Modify shared size test.
12924
12925 2005-03-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12926
12927         * make/lilypond.fedora.spec.in (Group): remove texmf profile stuff.
12928
12929 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12930
12931         * scripts/convert-ly.py (conv): add stencil-aligned-to! rule.
12932         
12933         * VERSION (PACKAGE_NAME):  release 2.5.17
12934
12935 2005-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
12936
12937         * scm/backend-library.scm (postscript->png): Fix comment and png
12938         message.
12939
12940         * GNUmakefile.in (link-tree): Fix locales.
12941
12942 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12943
12944         * lily/stencil-scheme.cc (LY_DEFINE): change to
12945         ly:stencil-aligned-to, non mutating.
12946
12947         * scm/safe-lily.scm (lambda): remove ly:stencil-set-extent!
12948
12949         * lily/stencil-scheme.cc: remove ly:stencil-set-extent!
12950
12951         * lily/quote-iterator.cc (derived_mark): call
12952         Music_wrapper_iterator::derived_mark() too.
12953
12954         * lily/grace-engraver.cc (derived_mark): change signature, add
12955         const.
12956
12957 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12958
12959         * SConstruct (symlink): 
12960         * GNUmakefile.in (link-tree): Add scripts to prefix.
12961
12962         * lily/general-scheme.cc (ly:effective-prefix): New function.
12963
12964         * scm/backend-library.scm (postscript->png): Use it.
12965
12966 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12967
12968         * lily/paper-score.cc (process): don't delete grobs after
12969         producing stencils. 
12970
12971         * scm/part-combiner.scm (determine-split-list): switch off
12972         debugging info.
12973
12974         * scm/backend-library.scm (postscript->png): explicitly use ps2png.py
12975         if available.
12976
12977         * scm/define-context-properties.scm
12978         (all-user-translation-properties): add stringNumberOrientations.
12979
12980         * lily/new-fingering-engraver.cc (position_scripts): make generic,
12981         so fingering and string-numbers are separately controlled.
12982
12983 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12984
12985         * stepmake/aclocal.m4: Fix shared size test: add missing comma, do
12986         not use debugging.
12987
12988 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12989
12990         * GNUmakefile.in (local-WWW-post): remove UTF8 .htaccess.
12991
12992         * config.hh.in: add HAVE_FONTCONFIG.
12993
12994         * Documentation/user/instrument-notation.itely (String number
12995         indications): new node.
12996
12997         * input/regression/new-markup-syntax.ly (texidoc): add circle.
12998
12999         * lily/new-fingering-engraver.cc (add_string): new function. 
13000         (acknowledge_grob): accept string-number-event as well.
13001
13002         * scm/define-markup-commands.scm (circle): new markup command.
13003
13004         * scm/output-lib.scm (print-circled-text-callback): new function.
13005
13006         * lily/GNUmakefile: move ifeq after include stepmake.make.
13007
13008 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
13009
13010         * config.make.in (HAVE_LIBKPATHSEA_SO):
13011         * stepmake/aclocal.m4: Also subst HAVE_LIBKPATHSEA_SO.
13012
13013         * lily/GNUmakefile (MODULE_LDFLAGS): Only if not HAVE_KPATHSEA_SO,
13014         add KPATHSEA_LIBS.
13015
13016         * debian/watch: 
13017         * debian/control: Update.
13018
13019 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13020
13021         * input/test/title-markup.ly (spaceTest): remove.
13022
13023         * input/test/embedded-tex.ly (Module): remove.
13024
13025         * input/test/music-box.ly: use 'name property, not ly:music-name.
13026
13027         * lily/GNUmakefile (MODULE_LDFLAGS): add KPATHSEA_LIBS.
13028
13029         * stepmake/aclocal.m4: STEPMAKE_FONTCONFIG: add.
13030
13031 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
13032
13033         * Documentation/topdocs/INSTALL.texi (Top): Remove information
13034         about xdeltas.  Add information about CVS.
13035
13036         * scm/lily.scm (lilypond-main): Fix invocation of handler,
13037         gracefully handle failed files.
13038
13039         * lily/GNUmakefile (MODULE_LDFLAGS): Remove KPATHSEA_LIBS.
13040
13041         * Documentation/topdocs/INSTALL.texi (Top): Whitespace and other
13042         small fixes.
13043
13044         * scm/framework-tex.scm (convert-to-ps): Proper option spacing.
13045         No unnecessarily specific i18n messages.  Remove stray `1'.
13046
13047 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13048
13049         * buildscripts/lys-to-tely.py (strip_extension): add utf-8
13050         documentencoding
13051
13052         * scm/documentation-lib.scm (texi-file-head): set utf-8
13053         documentencoding.
13054
13055         * ly/chord-modifiers-init.ly (whiteTriangleMarkup): use the greek
13056         Delta, not the Symbol one. 
13057
13058         * mf/GNUmakefile ($(outdir)/lilypond.map): add -Regular to Aybabtu
13059         for the .map file.
13060
13061         * Documentation/topdocs/INSTALL.texi (Top): add running
13062         requirement as compilation requirement.
13063
13064 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13065
13066         * buildscripts/mutopia-index.py (headertext): add h1 header and
13067         utf-8 charset meta field.
13068
13069         * input/GNUmakefile: prune example list.
13070
13071         * scm/framework-tex.scm (convert-to-ps): add -ofoo.ps to dvips
13072         options.
13073
13074         * lily/slur-scoring.cc (get_base_attachments): only look at stem
13075         extent for visible stems.
13076
13077         * lily/grob.cc (mark_smob): mark \layout block from Grob::mark_smob().
13078
13079 2005-03-27  Jan Nieuwenhuizen  <janneke@gnu.org>
13080
13081         * Documentation/topdocs/INSTALL.texi (Top): Updates.
13082
13083         * scripts/convert-ly.py: Python 2.2 compatibility (thanks Mats).
13084
13085 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13086
13087         * lily/slur-scoring.cc (get_base_attachments): robustness. Don't
13088         pass inf/nan into slur scoring.
13089
13090         * ly/titling-init.ly (oddHeaderMarkup): don't show page no. on 1st
13091         page.
13092
13093         * scripts/abc2ly.py (dump_voices): use alphabet().
13094
13095 2005-03-27  Jeff Smith <whydoubt@yahoo.com>
13096         
13097         * mf/GNUmakefile (depth): use $(FONTFORGE). 
13098
13099 2005-03-27 Matthias Neeracher <neeracher@mac.com>
13100         
13101         * flower/include/virtual-methods.hh: simplify. Patch by
13102
13103 2005-03-25  John Williams <williams@tni.com>  
13104
13105         * scripts/lilypond-book.py (main): add png for HTML too, guess
13106         only if necessary. 
13107
13108 2005-03-25  Graham Percival  <gperlist@shaw.ca>
13109
13110         * Documentation/topdocs/INSTALL.texi: now recommends
13111         lexer-gcc-3.1.sh for gcc 3.1.1 or higher.
13112
13113         * Documentation/user/basic-notation.itely,
13114         Documentation/user/tutoria.itely: warn about
13115         only one (phrasing) slur at once.
13116
13117 2005-03-24  Pedro Kroger  <kroeger@pedrokroeger.net>
13118
13119         * ly/music-functions-init.ly (removeWithTag): fixed to return "music".
13120
13121 2005-03-23  Graham Percival  <gperlist@shaw.ca>
13122
13123         * Documentation/user/basic-notation.itely: fixed info about
13124         ending a (de)cresc.
13125
13126         * Documentation/user/lilypond-book.itely: fixed
13127         lilypond-book filter example and warned about not doing
13128         --filter and --process at the same time.
13129
13130 2005-03-23  Mats Bengtsson  <mabe@s3.kth.se>
13131
13132         * lily/parser.yy (bass_number),
13133         Documentation/user/instrument-notation.itely (Figured bass): 
13134         Add the possibility to use text markup in figured bass. 
13135
13136 2005-03-19  Graham Percival  <gperlist@shaw.ca>
13137
13138         * Documentation/user/global.itely: added info about naming
13139         identifiers and breakbefore.
13140
13141         * Documentation/user/invoking.itely: added info about batch
13142         processing files with convert-ly, removed references to TeX
13143         in the jail section.
13144
13145         * Documentation/user/examples.itely: possibly fixed piano
13146         dynamics.
13147
13148         * Documentation/user/advanced-notation.itely: added info
13149         about removing other types of Staff.
13150
13151         * Documentation/user/instrument-notation.itely: possibly
13152         fixed piano staff line switch.
13153
13154         * Documentation/user/changing-defaults.itely: added info
13155         about using normal font in titles.
13156
13157 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13158
13159         * VERSION (PATCH_LEVEL): release 2.5.16
13160
13161         * make/ly-vars.make (DVIPS_FLAGS): include lilypond.map path
13162         explicitly.
13163
13164 2005-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
13165
13166         * scm/framework-tex.scm (convert-to-dvi): Barf if NAME contains
13167         whitespace.
13168
13169         * python/lilylib.py (make_ps_images):
13170         * scm/backend-library.scm (postscript->pdf, postscript->png):
13171         Quote file name.  Use format rather than string-append juggling.
13172
13173 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13174
13175         * python/lilylib.py (make_ps_images): add x to -g argument. 
13176
13177         * lily/key-performer.cc (create_audio_elements): don't use
13178         scm_eval_string. Check for minor 3rd directly.
13179   
13180         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
13181         (sarabandeCelloGlobal): key is D minor, not F major.
13182
13183 2005-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
13184
13185         Fix truncated --png output (Peter Danenberg).
13186         
13187         * python/lilylib.py (make_ps_images):
13188         * scripts/ps2png.py (copyright): Grok --papersize option.
13189
13190         * scm/backend-library.scm (postscript->png): Add parameter
13191         PAPERSIZE.  Update callers.
13192
13193         * scm/output-gnome.scm (music-font?): Bugfix: use "Emmentaler".
13194         Fixes symbol placement.
13195
13196         * lily/spanner.cc: 
13197         * lily/stencil.cc: Use "libc-extension.hh" (WAS:
13198         <libc-extension.hh>).
13199
13200 2005-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
13201
13202         * Nitpick run.
13203
13204         * buildscripts/fixcc.py: Update.
13205
13206         Builddir run fixes.
13207
13208         * HACKING (datadir): Add VERSION.
13209
13210         * GNUmakefile.in (linktree): Bugfix: outconfdirs are one dir
13211         higher up.
13212
13213 2005-03-15  Werner Lemberg  <wl@gnu.org>
13214
13215         * mf/feta-klef.mf (draw_gclef): Move z10' slightly so that the
13216         diagonal stem doesn't become thinner.
13217
13218 2005-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
13219
13220         * buildscripts/fixcc.py: Fixes (Werner).
13221
13222 2005-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13223
13224         * mf/GNUmakefile ($(outdir)/lilypond.map): capitalize
13225         Emmentaler/Aybabtu.
13226
13227         * GNUmakefile.in: fix lilypond-words path.
13228
13229         * po/tr.po: update to 2.3.21
13230
13231         * lily/new-fingering-engraver.cc (position_scripts): take priority
13232         from head position.
13233
13234         * input/regression/finger-chords-order.ly (texidoc): new file.
13235
13236 2005-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
13237
13238         * make/ly-rules.make: 
13239         * stepmake/aclocal.m4: 
13240         * Documentation/user/GNUmakefile: Remove old makeinfo compatibility.
13241
13242         * buildscripts/fixcc.py (rules): Leave space after operator.
13243
13244 2005-03-14  Werner Lemberg  <wl@gnu.org>
13245
13246         * mf/feta-klef.mf (draw_gclef): Replace `simple_serif' for
13247         top of the glyph with smooth curve.
13248
13249 2005-03-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13250
13251         * Documentation/user/global.itely (Page layout): remove
13252         printpagenumber.
13253
13254 2005-03-13  Jürgen Reuter  <reuter@ipd.uka.de>
13255
13256         * input/regression/mensural-ligatures.ly: new file (with examples
13257         compiled by Pal Benko).
13258
13259         * Documentation/user/instrument-notation.itely: Bugfix: yet some
13260         other "custodes.*-u0" -> "custodes.*.u0" renaming victims in
13261         musicglyph access.  Many small beautifications in ancient
13262         examples.
13263
13264         * input/test/divisiones.ly: fixed indentation; small
13265         beautifications
13266
13267         * ly/engraver-init.ly: added FIXME comment
13268
13269         * scripts/lilypond-book.py,
13270         Documentation/user/lilypond-book.itely: added music fragment
13271         option "packed" to lilypond-book
13272
13273         * Documentation/user/instrument-notation.itely: Bugfix: added
13274         missing LedgerLineSpanner color setting in several places.  Added
13275         music fragment option "packed" to VaticanaContext example.
13276
13277 2005-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13278
13279         * scm/define-grobs.scm (all-grob-descriptions): switch off
13280         Hyphen_spanner::set_spacing_rods 
13281
13282         * lily/lyric-hyphen.cc (print): add padding between syllable and
13283         hyphen.
13284         (print): shorten hyphen in tight situations (determine using
13285         minimum-length)
13286
13287         * scm/paper.scm (layout-set-staff-size): increase blotdiameter to
13288         0.4pt.
13289
13290 2005-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
13291
13292         * ly/titling-init.ly (bookTitleMarkup): Refinements.
13293
13294         * input/regression/page-breaks.ly (paper): Set not raggedlastbottom,
13295         header/footer markings for regression-test.
13296
13297         * scm/backend-library.scm (output-scopes, header-to-file): Move
13298         from framework-tex.scm.
13299
13300         * scm/framework-ps.scm (output-framework)
13301         (output-preview-framework):
13302         * scm/framework-eps.scm (output-classic-framework)
13303         (output-framework): Use it.  Fixes collated files.
13304
13305 2005-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
13306
13307         * input/sakura-sakura.ly: 
13308         * input/xiao-haizi-guai-guai.ly: Add from Debian package (Anthony).
13309
13310         * buildscripts/guile-gnome.sh: Update.
13311
13312         * mf/GNUmakefile (aybabtu.otf): Add dependency on .pe.
13313
13314         * mf/aybabtu.pe.in: Capitalize Aybabtu.
13315
13316 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13317
13318         * lily/separating-group-spanner.cc (find_rods): oops. Fix the real
13319         culprit: always exit the loop if we find a rod, even if it has
13320         distance < 0. 
13321
13322         * lily/ledger-line-spanner.cc (set_spacing_rods): rewrite to O(n)
13323         algorithm.
13324
13325         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
13326         $(outdir)/%.svg $(outdir)/%.pfa): add --simplify.
13327
13328         * scm/output-svg.scm (dashed-line): new  function body.
13329         
13330         * GNUmakefile.in: create .htaccess.
13331
13332 2005-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13333
13334         * Documentation/topdocs/NEWS.tely (Top): Fix text example.
13335
13336 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13337
13338         * VERSION (PACKAGE_NAME): release 2.5.15
13339
13340         * scm/output-{pdf,pdftex,sketch}.scm (Module): remove bitrotted files.
13341
13342         * scm/framework-svg.scm (output-framework): put scaling in
13343         document header. Apply scaling only once.
13344         (output-framework): dump page size in px, not mm. 
13345
13346         * scm/lily-library.scm (modified-font-metric-font-scaling): rename
13347         from font-size.
13348
13349         * lily/paper-outputter-scheme.cc (LY_DEFINE):
13350         ly:outputter-output-scheme, new function.
13351
13352         * scm/output-svg.scm (pango-description-to-svg-font): new function
13353
13354 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13355
13356         * Documentation/user/GNUmakefile (deep-symlinks): remove outimages
13357         target.
13358
13359         * input/typography-demo.ly: new file.
13360
13361 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
13362
13363         * Documentation/user/global.itely (File structure): Add markup blocks
13364         to toplevel expressions.
13365         (Multiple movements, Creating titles): Add markup blocks.
13366
13367         * lily/stencil-scheme.cc: Use "libc-extension.hh" (WAS:
13368         <libc-extension.hh>).
13369
13370         * lily/accidental.cc (accurate_boxes): Compile fix: 1.51 was broken.
13371
13372         * flower
13373         * lily
13374         * kpath-guile: Nitpick run: buildscripts/fixcc.py.
13375
13376 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13377
13378         * lily/accidental.cc: special bboxes for natural. 
13379
13380         * mf/feta-toevallig.mf: make stems heavier.
13381
13382         * lily/dynamic-text-spanner.cc (print): add bound padding for edge
13383         texts as well.
13384
13385         * mf/feta-klef.mf: revise. 
13386
13387         * mf/feta-schrift.mf: make thinning of accent less pronounced.
13388
13389         * mf/feta-klef.mf: add rounded curve at top. 
13390         make thinnib a little heavier.
13391
13392 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
13393
13394         * lily/parser.yy (book_body): Oops, allow \markup in \book too.
13395
13396         * buildscripts/fixcc.py: New file.
13397
13398         * input/regression/utf8.ly: Update Debian font description.
13399
13400 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
13401
13402         * stepmake/aclocal.m4: Fix test.
13403
13404 2005-03-09  Graham Percival  <gperlist@shaw.ca>
13405
13406         * Documentation/user/invoking.itely: added Sebastino Vigna's
13407         docs for the --jail option.
13408
13409 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13410
13411         * lily/stem.cc (print): only produce stemlets if there are no
13412         noteheads on this stem.
13413
13414         * lily/note-spacing.cc (stem_dir_correction): robustness fix:
13415         don't crash on stemlet (visible stem without heads).
13416
13417         * scm/define-grobs.scm (all-grob-descriptions): junk LeftEdge for
13418         unbroken situations. 
13419
13420         * scm/output-lib.scm (center-invisible): new function.
13421
13422         * lily/spacing-loose-columns.cc (set_loose_columns): use spacing
13423         wishes to determine loose column space.
13424
13425         * lily/font-config.cc (init_fontconfig): add
13426         fonts/{otf,type1,cff}  to path.
13427
13428         * lily/main.cc (setup_paths): add fonts/{otf,svg,tfm,cff} to path
13429
13430         * mf/GNUmakefile (Module): install all fonts under otf/
13431
13432         * scm/framework-ps.scm (Module): read fonts from fonts/extension,
13433         replace /fonts/otf/ by /ps/ 
13434
13435         
13436 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
13437
13438         * lily/paper-book.cc (classic_output): Reinstate header_0_ hack.
13439
13440         * lily/book.cc (process): Oops, add score_.header_.
13441
13442         * lily/paper-book.cc: Fold hearders, score and texts into scores_.
13443
13444         * lily/parser.yy: Handle toplevel and book texts as score.
13445
13446         * scm/page-layout.scm (default-page-make-stencil):
13447         Bugfix: (page-properties rename.
13448
13449         * scm/backend-library.scm (ly:system): Typo.
13450
13451 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13452
13453         * stepmake/stepmake/executable-targets.make (installexe): don't
13454         strip installed executables
13455
13456         * lily/font-select.cc (get_font_by_design_size): revert
13457         pango_description_string as well.
13458
13459         * lily/system.cc (set_loose_columns): put loose column just left
13460         of next column.
13461
13462         * lily/include/group-interface.hh (extract_grob_array): rename
13463         from Pointer_group_interface__extract_grobs
13464
13465         * input/regression/ledger-line-minimum.ly (texidoc): new file.
13466
13467         * lily/ledger-line-spanner.cc (set_spacing_rods): new
13468         function. Keep ledgered note heads at a minimum distance.
13469         Introduce minimum-length-fraction
13470         (print): introduce length-fraction property.
13471
13472 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13473
13474         * tex/GNUmakefile: remove latin1.enc rules.
13475
13476 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
13477
13478         * scm/titling.scm: Typo.
13479
13480         * input/regression/score-text.ly: Really add.
13481
13482         * lily/score.cc: Bugfixes for SCM header_ and texts_ members.
13483
13484 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13485
13486         * lily/open-type-font-scheme.cc:  new file.
13487
13488 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
13489
13490         * scm/titling.scm (layout-extract-page-properties): Rename from
13491         page-properties.  Update callers.
13492
13493         * lily/lexer.ll (Lily_lexer):
13494         * lily/parser.yy: Junk lyric_markup state.
13495
13496         * Documentation/topdocs/NEWS.tely (Top): Mention markup text feature.
13497
13498         * scripts/lilypond-book.py (PREAMBLE_LY): toplevel-music-handler:
13499         Add texts parameter.
13500
13501 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
13502
13503         * lily/lexer.ll (lyric_markup): New mode.
13504         (Lily_lexer::push_lyric_markup_state): New method.
13505         (MARKUPCOMMAND): Markup during lyric mode returns LYRIC_MARKUP.
13506
13507         * lily/parser.yy (book_body):
13508         (toplevel_expression): Grok \markup texts.
13509
13510         * lily/score-scheme.cc (ly:music-scorify): 
13511         * scm/lily-library.scm (collect-music-for-book): Take texts
13512         parameter.
13513
13514         * lily/score.cc (texts_): New member.
13515
13516         * lily/paper-book.cc (systems): Format score texts.
13517
13518         * score-text.ly: New file.
13519
13520         * ttftool/SConscript:
13521         * kpath-guile/SConscript: New file.
13522
13523         * lily/SConscript:
13524         * SConstruct: Update.
13525
13526 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13527
13528         * VERSION (PACKAGE_NAME): release 2.5.14
13529
13530 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
13531
13532         * lily/main.cc: Add dummy xgettext markers.
13533
13534 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13535
13536         * make/lilypond.fedora.spec.in (Requires): scrap kpathsea/tex
13537         requirements
13538
13539         * stepmake/aclocal.m4: check dynamic link, by checking if kpathsea
13540         executable is < 40k
13541
13542         * lily/main.cc (setup_paths): remove tfm1 tfm2 tfm3 include path
13543         hack.
13544
13545 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
13546
13547         * flower/libc-extension.cc:
13548         * flower/include/libc-extension.hh: [Open]BSD simply cast
13549         cookie/funopen declarations.
13550
13551         * stepmake/aclocal.m4: Check for libkpathsea.so.
13552
13553         * kpath-guile/kpath.c (ly_kpathsea_expand_variable): Use
13554         dl_kpse_find_file.
13555
13556 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13557
13558         * kpath-guile/kpath.c (open_library): dlopen libkpathsea.so
13559         (open_library): alternative for static library.
13560
13561 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
13562
13563         * configure.in: Set TTFTOOL_ENDIAN iso global CFLAGS.
13564
13565         * ttftool/GNUmakefile (MODULE_CFLAGS): Add $(TTFTOOL_ENDIAN).
13566
13567         Drop run-time dependency on teTeX.
13568
13569         * lily/kpath.cc (initialize_kpathsea): dlopen libkpathsea.
13570
13571         * stepmake/aclocal.m4 (STEPMAKE_KPATHSEA): Do not include
13572         KPATHSEA_LIBS in LIBS.
13573         (STEPMAKE_DLOPEN): New function.
13574
13575         * lily/font-config.cc (init_fontconfig): Use dir for directory,
13576         not path.
13577
13578         * flower/file-path.cc (directories): Rename from paths, as this
13579         return an array of directories (a single path).
13580
13581 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13582
13583         * lily/GNUmakefile (MODULE_LIBS): link with kpath-guile
13584
13585         * lily/all-font-metrics.cc (kpathsea_find_file): wrapper around
13586         new ly:kpathsea-find-file
13587
13588         * kpath-guile/kpath.c: new file. Put kpath bindings in lib.
13589
13590         * kpath-guile/GNUmakefile: new file
13591
13592         * buildscripts/gen-emmentaler-scripts.py (i): generate
13593         emmentaler-X.fontname as well.
13594
13595         * buildscripts/ps-embed-cff.py: new script
13596
13597         * scm/lily-library.scm: remove ps-embed-cff.
13598
13599         * scm/framework-ps.scm (write-preamble): don't use kpathsea for
13600         font loading. 
13601
13602         * scm/font.scm (add-music-fonts): load dynamics/numbers through
13603         fontconfig as well.
13604
13605         * lily/font-config.cc (init_fontconfig): add cff/ too.
13606
13607         * ly/generate-embedded-cff.ly: capitalize.
13608
13609         * lily/pango-select.cc (select_pango_font): use ::find_pango_font,
13610         so as to register the pango font.
13611
13612         * lily/font-config.cc (init_fontconfig): add
13613         prefix/{otf,type1,mf/out} to fontconfig path.
13614
13615         * lily/main.cc: only look at one prefix directory, LILYPONDPREFIX
13616         overrides all. 
13617
13618         * configure.in (gui_b): remove ec mftrace check
13619
13620         * config.hh.in: use lilypond-Major.Minor as data directory.
13621
13622         * scm/framework-ps.scm (dump-page): use output-units for landscape.
13623
13624         * buildscripts/gen-emmentaler-scripts.py (i): lower case file
13625         name.
13626
13627 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
13628
13629         * lily/main.cc (do_chroot_jail): Small cleanups.  Avoid constant
13630         error messages.
13631
13632         * flower/libc-extension.cc:
13633         * flower/include/libc-extension.hh: [Open]BSD fixes for
13634         cookie/funopen declarations.
13635
13636 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13637
13638         * buildscripts/gen-emmentaler-scripts.py (outdir): capitalize
13639         emmentaler.
13640
13641         * lily/score-engraver.cc (initialize): remove check for ecrm10 /
13642         lcrm10.
13643
13644         * scm/define-markup-commands.scm (fontsize): new markup
13645         command. Also set baseline-skip
13646
13647 2005-03-06 Sebastiano Vigna <vigna@dsi.unimi.it>.
13648         
13649         * lily/main.cc (do_chroot_jail): paranoia security for webserver
13650         use.
13651
13652 2005-03-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13653
13654         * stepmake/bin/add-html-footer.py (do_file): make wiki link optional.
13655
13656         * lily/pdf.cc: remove PDF related files
13657
13658 2005-03-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13659
13660         * ly/deutsch.ly: add quarter tones, patch by Arno Waschk.
13661         <hamamatsu@gmx.de>
13662
13663 2005-03-05  Graham Percival  <gperlist@shaw.ca>
13664
13665         * Documentation/user/advanced-notation.itely: first draft
13666         of reorg done.
13667
13668         * Documentation/user/global.itely: fixed (sub)section
13669         bits of MIDI.
13670
13671 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
13672
13673         * cygwin/mknetrel (extras): Bufix (Bertalan).
13674
13675         * Documentation/user/basic-notation.itely (Chords): @ref fix.
13676         * Documentation/user/instrument-notation.itely (Introducing chord
13677         names): Compile fix: must have unique name.
13678
13679 2005-03-02  Graham Percival  <gperlist@shaw.ca>
13680
13681         * Documentation/user/instrument-notation.itely: reorg.
13682
13683 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
13684
13685         * scm/output-gnome.scm:
13686         * scm/output-svg.scm: Fix font scaling.
13687
13688 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
13689
13690         * ly/titling-init.ly (tagline): Use Engraving.  Add comment about
13691         what link to use best.
13692
13693         * Documentation/user/instrument-notation.itely (Ancient accidentals): 
13694         * Documentation/user/tutorial.itely (Automatic and manual beams):
13695         Fix @ref.
13696
13697         * lily/tweak-registration.cc (replace_grob_tweak): New function.
13698         * lily/tweak-registration-scheme.cc (LY_DEFINE): Wrap it.
13699         * scm/framework-gnome.scm (tweak): Use it.
13700
13701 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13702
13703         * Documentation/topdocs/NEWS.tely (Top): elucidate GS problem.
13704
13705         * scm/output-ps.scm (white-text): reinstate white-text
13706
13707 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
13708
13709         * scm/output-ps.scm (offset-add): Remove.
13710
13711         * scm/lily-library.scm (offset-flip-y): New function.
13712         * scm/framework-gnome.scm (tweak): Use it.
13713
13714         * scm/output-gnome.scm (grob-cause): Add parameter.
13715
13716         * scm/lily.scm (ly:all-stencil-expressions): Add url-link.
13717         * scm/output-ps.scm (url-link): Move.
13718         (white-text): Warn user about brokenness.
13719
13720         * Documentation/topdocs/NEWS.tely: Be more accurate and respectful
13721         wrt ghostscript.
13722
13723 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13724
13725         * lily/slash-repeat-engraver.cc (try_music): always make slashes
13726         if body length smaller than measure length.
13727
13728         * scm/define-markup-commands.scm (with-url): oops. use Y extent
13729         for Y.
13730
13731         * ly/titling-init.ly (tagline): put default tagline in \paper
13732
13733 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
13734
13735         * lily/kpath.cc: 
13736         * lily/pdf.cc (Pdf_file): Use more generic error messages.
13737
13738         * scm/lily-library.scm (version-not-seen-message): New function.
13739         * ly/init.ly: Use it.
13740
13741         * scm/page-layout.scm (ly:optimal-page-breaks): Display page
13742         breaks as progess.
13743
13744         * scripts/lilypond-book.py (do_process_cmd): Do not lump
13745         whitespace with l10n message.
13746
13747         * scm/framework-tex.scm (convert-to-ps):
13748         (convert-to-dvi): Do not use overly specific l10n messages.
13749
13750         * ly/titling-init.ly (bookTitleMarkup): Add baseline skips from 2.4.
13751
13752         * tex/GNUmakefile $(outdir)/latin1.enc: Build fix:
13753         merge stderr with stdout.  
13754
13755 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
13756
13757         * flower/libc-extension.cc: Tested BSD compile fix (Matthias
13758         Neeracher).
13759
13760 2005-02-29  Graham Percival  <gperlist@shaw.ca>
13761
13762         * Documentation/user/instrument-notation.teily: moved
13763         \arpeggio to Basic.
13764
13765         * Documentation/user/advanced-notation.itely: Articulation to
13766         Basic, a bunch of stuff from Basic moved to Advanced.
13767
13768         * Documentation/user/basic.itely: swapped various sections,
13769         reorganized Basic.
13770
13771 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
13772
13773         * flower/memory-stream.cc: 
13774         * flower/libc-extension.cc: Remove obsolete #undefs.
13775
13776         * flower/include/libc-extension.hh: Bugfix for BSD, place #ifdef
13777         more carefully.
13778
13779 2005-02-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13780
13781         * make/lilypond.fedora.spec.in (Requires): add GS 8.15 as
13782         dependency.
13783
13784         * VERSION (PACKAGE_NAME): release 2.5.13
13785
13786         * GNUmakefile.in (web-ext): don't ship ps.gz
13787
13788         * tex/GNUmakefile ($(outdir)/latin1.enc): redirect stderr to
13789         stdout
13790
13791 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
13792
13793         * lily/general-scheme.cc (LY_DEFINE): Compile fix for systems
13794         without libintl.  Now it compiles too.
13795
13796 2005-02-28  Graham Percival  <gperlist@shaw.ca>
13797
13798         * Documentation/user/basic-notation.itely,
13799         instument-notation.itely, advanced-notation.itely:
13800         split up contents of notation.itely.
13801
13802         * Documentation/user/notation.itely: file removed.
13803
13804         * Documentation/user/invoking.itely, converters.itely:
13805         moved convert-ly info to invoking.itely.
13806
13807         * Documentation/user/global.itely, changing-defaults.itely,
13808         sound-output.itexi: moved global settings, file layout, and
13809         sound into global.itely.
13810
13811         * Documentation/user/sound-output.itexi: file removed.
13812
13813         * Documentation/user/lilypond.tely: removed links to
13814         notation.itely and sound.itely.
13815
13816 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13817
13818         * scm/output-ps.scm (grob-cause): only do mark_URI if non-empty.
13819
13820         * scm/framework-ps.scm (write-preamble): remove pdf-viewer code.
13821  
13822         * THANKS: add sponsor.
13823
13824         * scm/define-markup-commands.scm (with-url): new markup command.
13825
13826         * scm/page-layout.scm (TAGLINE): add www.lilypond.org with URL to
13827         tagline.
13828         
13829         * scm/output-tex.scm (url-link): stub.
13830
13831         * scm/output-ps.scm (url-link): new function.
13832
13833         * lily/lily-parser-scheme.cc (LY_DEFINE): deprecate
13834         ly:set-point-and-click
13835
13836 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
13837
13838         * ps/music-drawing-routines.ps (mark_file_line): Switch Action
13839         based on pdf-viewer setting.
13840
13841         * scm/framework-ps.scm (write-preamble): Find and set preferred
13842         pdf-viewer.
13843
13844 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13845
13846         * Documentation/user/point-and-click.itely: update for PDF point &
13847         click.
13848
13849         * scripts/lilypond-pdfpc-helper.py: new file. Invoke different
13850         editors based on EDITOR setting.
13851
13852 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
13853
13854         * scm/*: Oops, more grand 2005 replace bits.
13855
13856 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13857
13858         * ps/music-drawing-routines.ps: new routine: insert PDF mark
13859
13860         * scm/output-ps.scm (grob-cause): point & click support for
13861         PostScript
13862
13863 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13864
13865         * lily/input-scheme.cc (LY_DEFINE): rename to
13866         ly:input-file-line-column
13867
13868 2005-02-26  Graham Percival  <gperlist@shaw.ca>
13869
13870         * Documentation/user/examples.itely: small fix from Steve Doonan.
13871
13872         * Documentation/user/scheme-tutorial.itely: small fix from Steve Doonan.
13873
13874         * THANKS: added Yuval Harel.
13875
13876         * Documentation/user/{various}: inserted two spaces after a period.
13877
13878         * Documentation/user/lilypond.tely: added framework for reorg.
13879
13880         * Documentation/user/basic-notation.itely, instrument-notation.itely,
13881         advanced-notation.itely, global.itely: new files, placeholder for
13882         future reorg.
13883
13884 2005-02-26 Yuval Harel  <yuvalh@hotpop.com>
13885
13886         * Documentation/user/notation.itely: revamped Polyphony section
13887         
13888 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13889
13890         * Documentation/user/lilypond-book.itely (Music fragment options):
13891         doc fontload.
13892
13893         * Documentation/user/changing-defaults.itely (Text encoding): add
13894         fontload option to utf8 include
13895
13896         * scripts/lilypond-book.py (compose_ly): add fontload option
13897
13898         * scm/framework-eps.scm (dump-stencils-as-EPSes): add
13899         force-eps-font-include option.
13900
13901         * ly/chord-modifiers-init.ly (blackTriangleMarkup): reinstate
13902         black triangle
13903
13904         * Documentation/user/invoking.itely (Editor support): remove
13905         lilypond-latex section.
13906
13907         * scripts/lilypond-latex.py (Module): remove script.
13908
13909         * cygwin/lily-wins.py (stat): write to .lylog, so as not to
13910         overwrite .log. 
13911
13912         * lily/main.cc: remove -m, --no-layout
13913
13914         * flower/include/libc-extension.hh: add ALIAS_FILE_TO_FILECOOKIE
13915         to define. We don't want to override fprintf everywhere.
13916
13917 2005-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
13918
13919         * cygwin/lilypond.hint: 
13920         * cygwin/README.in: Update dependencies.
13921
13922         * stepmake/aclocal.m4 (STEPMAKE_PANGO, STEPMAKE_PANGO_FT2):
13923         Bugfix: do not pollute CPPFLAGS, LIBS.
13924
13925         * cygwin/mknetrel (extras): Cross compile fixes.
13926
13927         * ttftool/util.c: 
13928         * ttftool/ttfps.c: 
13929         * ttftool/ps.c: #include libc-extension.hh
13930
13931         * flower/include/libc-extension.hh:
13932         * flower/libc-extension.cc (fopencookie)[!HAVE_FOPENCOOKIE]: Add
13933         wrapper using funopen.
13934         (fopencookie, handle_cookie_io_fclose, handle_cookie_io_fprintf,
13935         handle_cookie_io_fprintf): Add wrappers catching Memory_out_stream.
13936
13937         * config.hh.in:
13938         * configure.in (AC_CHECK_FUNCS): Add fopencookie, funopen.
13939         (AC_CHECK_HEADERS): Add libio.h
13940
13941         * scripts/convert-ly.py: Uniformize, internationalize.
13942         (2.5.2): Remove fatal encoding rule.
13943         (2.5.13): Handle latin1 encoding gracefully.
13944
13945 2005-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
13946
13947         * HACKING: Fix line breaks.
13948
13949 2005-02-23  Werner Lemberg  <wl@gnu.org>
13950
13951         * mf/graycx.mf, mf/graylj.mf: Removed.  Any decent TeX distribution
13952         contains those two files.
13953
13954 2005-02-21  Werner Lemberg  <wl@gnu.org>
13955
13956         * mf/feta-nummer-code.mf ("Numeral 5"): Include intersection point
13957         to improve overlap removal process.
13958
13959         * mf/feta-slag.mf (draw_trillelement): Add parameter to control
13960         left and right ending.  This ensures better overlapping.
13961         Update all callers.
13962         ("lineprall"): Don't use draw_gridline to get better overlapping.
13963
13964 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13965
13966         * scm/lily-library.scm (ps-embed-cff): add \n after EndResource
13967
13968         * Documentation/topdocs/NEWS.tely (Top): oops.
13969
13970 2005-02-21  Pedro Kroger  <kroeger@pedrokroeger.net>
13971
13972         * HACKING: new file.
13973
13974         * input/regression/utf8.ly (portuguese): added a portuguese example
13975         to show latin1 accents.
13976
13977 2005-02-21  Pal Benko  <benkop@freestart.hu>
13978
13979         * lily/mensural-ligature-engraver.cc:
13980         * lily/mensural-ligature.cc:
13981         * lily/include/mensural-ligature.hh: new algorithm implemented
13982
13983         * scm/define-grob-properties.scm: join-left killed (add-join may
13984         be used); join-left-amount changed to join-right-amount
13985
13986 2005-02-21  Graham Percival  <gperlist@shaw.ca>
13987
13988         * Documentation/user/notation.itely: small but urgent fix.
13989
13990 2005-02-21  Jürgen Reuter  <reuter@ipd.uka.de>
13991
13992         * lily/duration-scheme.cc: bugfix: correct parameters to
13993         SCM_ASSERT_TYPE.
13994
13995         * THANKS: added Pal.
13996
13997         * Documentation/user/notation.itely: bugfix: unTeXified
13998         $\\backslash$.  Bugfix: yet another glyph renaming victim:
13999         "timesig.*x/y" -> "timesig.*xy".
14000
14001 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14002         
14003         * VERSION (PACKAGE_NAME): release 2.5.12
14004
14005 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14006
14007         * ly/engraver-init.ly: set tieWaitForNote to #t by default
14008
14009         * configure.in (gui_b): bump GUILE requirement to 1.6.5 
14010
14011         * Documentation/topdocs/NEWS.tely: add inputfileref macro.
14012
14013         * scm/framework-ps.scm (supplies-or-needs): uniq font name list.
14014
14015 2005-02-20  Jan Nieuwenhuizen  <janneke@gnu.org>
14016
14017         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: recode
14018         latin1..utf-8.
14019
14020         * input/regression/stanza-number.ly:
14021         * input/regression/utf8.ly (hebrew): Use addlyrics.  Update.
14022
14023         * lily/tie-engraver.cc (acknowledge_grob): Compile fix.
14024
14025 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14026
14027         * Documentation/topdocs/NEWS.tely (Top): only mention 2.5
14028         NEWS. Refer to website for older news.  
14029
14030         * stepmake/bin/add-html-footer.py (i18n): don't strip .PNG /
14031         .HTML. This should be done for specific servers only.
14032
14033         * Documentation/topdocs/NEWS.tely (Top): move to .tely. Add some
14034         .ly image examples.
14035
14036         * scm/define-grobs.scm (all-grob-descriptions): put ledger lines
14037         in layer 0 too.
14038
14039         * scm/define-context-properties.scm
14040         (all-user-translation-properties): add tieWaitForNote
14041
14042         * scm/define-grobs.scm (all-grob-descriptions): add
14043         Tie_column::before_line_breaking
14044
14045         * lily/tie.cc (get_column_rank): new function
14046
14047         * lily/tie-column.cc (before_line_breaking): new function.
14048         (werner_directions): take into account ties that start on
14049         different columns.  
14050
14051         * lily/score-engraver.cc (set_columns): move add_column() so we
14052         have column rank available.
14053
14054         * lily/tie.cc (get_column_rank): new function.
14055
14056         * input/regression/utf8.ly (japanese): add japanese lyrics.
14057
14058         * lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
14059
14060         * THANKS: add Steve D
14061
14062         * ttftool/*.c: add TTF -> Type42 conversion library. Based on
14063         Public Domain work by Juliusz Chroboczek <jch@pps.jussieu.fr>
14064
14065 2005-02-20  Tatsuya Ono  <tats_ono@infoseek.jp>
14066
14067         * mf/parmesan-heads.mf: "0harmonic" -> "s0harmonic"
14068         to show harmonic notes
14069         * scm/define-markup-commands.scm: in \markup-by-number
14070         "dots-dot" -> "dots.dot" to show dotted notes
14071
14072 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14073
14074         * flower/include/memory-stream.hh (class Memory_out_stream): new file.
14075
14076         * flower/memory-stream.cc (writer): new file.
14077
14078         * configure.in: add endian test.
14079
14080 2005-02-19  Jürgen Reuter  <reuter@ipd.uka.de>
14081
14082         * Documentation/user/examples.itely: small
14083         simplification/beautification
14084
14085         * Documentation/user/notation.ietly: bugfix: fixed many artefacts
14086         from the "x-y-z"->"x.y.z" renaming of glyphs throughout the whole
14087         notation manual.
14088
14089         * lily/mensural-ligature.cc: bugfix: another few victims of the
14090         "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
14091
14092         * ly/gregorian-init.ly: commit some experimental code for hi-level
14093         ligature input language lying around here for several months.
14094
14095         * lily/mensural-ligature-engraver.cc: bugfix: another victim of
14096         the "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
14097
14098         * lily/vaticana-ligature-engraver.cc: bugfix: another few
14099         "x-y-z"->"x.y.s-z" fixes.
14100
14101 2005-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14102
14103         * scm/framework-pdf.scm (scm): new file
14104
14105         * lily/include/pdf.hh (class Pdf_file): new file.
14106
14107         * lily/pdf.cc (write_trailer): new file.
14108
14109 2005-02-18  Erlend Aasland  <erlenda@gmail.com>
14110
14111         * input/regression/color.ly: new file
14112
14113         * lily/stencil.cc (interpret_stencil_expression):
14114         when a color expression is encountered: save current color,
14115         process the rest of the expression, and restore previous color.
14116
14117         * lily/system.cc (get_line): check all grobs for color property and
14118         prepare the stencil scheme expressions for further processing.
14119         Fix layer-loop.
14120
14121         * scm/define-grob-properties.scm: introduce the color property.
14122
14123         * scm/output-lib.scm: color helper functions.
14124
14125         * scm/output-ps.scm: introduce setcolor/resetcolor.
14126
14127 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
14128
14129         * ly/*.ly, input/regression/*.ly: Added missing \version
14130         statements in some files.
14131
14132 2005-02-15  Graham Percival  <gperlist@shaw.ca>
14133
14134         * Documentation/user/notation.itely: minor editing.
14135
14136         * Documentation/user/converters.itely: updated convert-ly bugs.
14137
14138         * Documentation/user/lilypond-book.itely: add info about using
14139         feta characters in latex.
14140
14141 2005-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14142
14143         * scripts/convert-ly.py: new slur dash patch by Bertalan Fodor.
14144
14145 2005-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14146
14147         * scm/define-grob-properties.scm (all-user-grob-properties):
14148         removed 'dashed property.
14149
14150 2005-02-13  Nicolas Sceaux  <nicolas.sceaux@free.fr>
14151
14152         * scm/lily.scm (define-safe-public): new macro for defining
14153         variables that can be used in --safe mode. Use it in *.scm
14154         instead of manually setting safe-objects in safe-lily.scm.
14155
14156 2005-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14157         
14158         * lily/slur.cc: Slur-dash patch by Bertalan.
14159
14160         * ly/engraver-init.ly (EasyNotation): glyph name dash -> period.
14161
14162         * stepmake/bin/add-html-footer.py (do_file): do i18n only once. 
14163
14164 2005-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
14165
14166         * stepmake/aclocal.m4: teTeX-3.0 inimf fix.  Comment-out.
14167
14168 2005-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
14169
14170         * mf/GNUmakefile: teTeX-3.0 install fix.
14171
14172         * Cygwin patch from Bertalan.
14173
14174         * stepmake/stepmake/metafont-rules.make: Remove bashism.
14175
14176 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
14177
14178         * GNUmakefile.in: 
14179         * SConstruct (symlink): teTeX-3.0 build fix: add map symlink.
14180
14181         * tex/GNUmakefile: teTeX-3.0 fix: install .enc in fonts/enc.  Add
14182         2.0.x compatibility.
14183
14184 2005-02-08  Werner Lemberg  <wl@gnu.org>
14185
14186         * mf/feta-din-code.mf: Format; clean up code.
14187         Replace `---' with `--' plus explicit path directions.
14188         (linethickness#, stafflinethickness#): Remove.
14189         ("dynamic f"): Replace `draw' with `draw_rounded_block'.
14190         ("dynamic s"): Improve shape.
14191         ("dynamic p"): Improve shape.
14192         Replace `draw' with better outline approximation.
14193         ("dynamic r"): Improve shape.
14194         Don't call `fill' and `draw' at the same time.
14195
14196 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
14197
14198         * SConstruct (symlink):
14199         * GNUmakefile.in ($(builddir)/share/lilypond-force): teTeX-3.0
14200         build fix: add enc symlink.
14201
14202         * lily/general-scheme.cc: Compile fixes: include wchar.h, string.h.
14203
14204         Support for DESTDIR besides prefix=/foo
14205
14206         * vim/GNUmakefile (local-install): Use $(INSTALL) -d iso mkdir.
14207
14208         * stepmake/stepmake/*.make:
14209         * */GNUmakefile:
14210         * GNUmakefile.in: Prepend $(DESTDIR) to installation directory.
14211
14212         * config.make.in (prefix): Remove broken $(DESTDIR) hack.
14213
14214         * stepmake/aclocal.m4: Use %0.f iso %d to quiet gawk < 3.1.4 and
14215         mawk in fontforge (date) test.
14216
14217 2005-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14218
14219         * scm/font.scm (make-century-schoolbook-tree): add NCS as
14220         font-family=roman. Add Luxi Sans as sans
14221
14222 2005-02-07  Graham Percival  <gperlist@shaw.ca>
14223
14224         * Documentation/user/notation.itely: add warning about
14225         percent repeats and Voice contexts.
14226
14227         * Documentation/user/lilypond-book.itely: clarified the
14228         necessity of dvips -u arguments.
14229
14230 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
14231
14232         * THANKS: Added a bunch of bug hunters.
14233
14234 2005-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14235
14236         * scm/framework-ps.scm (output-preview-framework): bugfix.
14237
14238         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): use unicode
14239         o/ for chord modifier..
14240
14241         * lily/general-scheme.cc (LY_DEFINE): new function ly:wide-char->utf-8.
14242
14243         * lily/drum-note-performer.cc:  remove unused (thanks Michael
14244         Welsh Duggan). 
14245
14246 2005-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
14247
14248         * Documentation/user/changing-defaults.itely (Text encoding): Clarify.
14249
14250         * ly/titling-init.ly: Do not also print intstrument in header on
14251         first page.  Do not print page number on first and only page.
14252
14253 2005-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14254
14255         * input/regression/*.ly: remove old-relative everywhere
14256
14257         * lily/music-sequence.cc (simultaneous_relative_callback): do
14258         what-if analysis on copy, not on original. Fixes old-relative
14259         compatibility.
14260
14261         * scm/backend-library.scm (postscript->png): space before
14262         --verbose.
14263         
14264 2005-02-05  Werner Lemberg  <wl@gnu.org>
14265
14266         * mf/feta-autometric.mf (fet_beginchar): Check whether `feta_group'
14267         is defined.
14268
14269         * mf/feta-alphabet.mf: Define `staffsize#'.
14270         Include `feta-params.mf'.
14271         s/staffheight/design_size/.
14272
14273         * mf/feta-alphabet??.mf: s/staffheight/design_size/.
14274
14275         * mf/feta-alphabet26.mf: Fix a serious bug (design size off by 8pt).
14276
14277         * mf/feta-nummer-code.mf: Reformatted.
14278         (draw_six): Use outline intersection to avoid a self-intersecting
14279         path.
14280         ("Numeral comma"): Fix serious outline glitches.  This slightly
14281         changes the glyph shape.
14282         ("Numeral dash"): Use `draw_rounded_block'.
14283         ("Numeral dot"): Use `drawdot'.
14284         ("Numeral 1"): Assure identical tangent directions for the
14285         intersection points of paths.  The glyph shape improvement is only
14286         visible at very high magnifications.
14287         ("Numeral 2"): Use `solve' macro to make the lower right part of
14288         the glyph outline touch the x axis exactly.  This changes the
14289         glyph shape.
14290         Minor fixes for better overlap removal support.
14291         ("Numeral 4"): Make lefter corner `rounder'.
14292         ("Numeral 5"): Assure identical tangent directions for the
14293         intersection points of paths.  This improves the glyph shape at
14294         high magnifications.
14295         ("Numeral 7"): Use `solve' macro to make the upper right part of
14296         the glyph outline touch the metrics box exactly.  This changes the
14297         glyph shape.
14298         Avoid corner in the upper left part of the glyph (causing a minor
14299         shape change).
14300
14301         * mf/feta-ital-*.mf: Removed.  Unused.
14302
14303 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14304
14305         * VERSION (PATCH_LEVEL): release 2.5.11
14306
14307         * input/regression/fill-line-test.ly: new file.
14308
14309         * buildscripts/gen-emmentaler-scripts.py (i): insert dash in
14310         emmentaler name, eg. emmentaler-23. 
14311
14312 2005-02-04  Christian Hitz  <chhitz@gmx.net>
14313
14314         * scm/scm/define-markup-commands.scm (fill-line): rework for better
14315         alignment with centered texts
14316
14317         * scm/stencil.scm (stack-stencils-padding-list): new function, takes a
14318         list of paddings
14319
14320 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14321
14322         * mf/GNUmakefile ($(outdir)/lilypond.map): add aybabtu to .map file.
14323
14324         * lily/note-column.cc (translate_rests): call flush_extent_cache()
14325         of parents when translating rests. Fixes: c-chord-rest.ly 
14326
14327         * lily/include/dimension-cache.hh (struct Dimension_cache): add
14328         dimension_callback_ member.
14329
14330         * lily/grob.cc (flush_extent_cache): new function. Force recompute
14331         of extents.
14332
14333 2005-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
14334
14335         * all but lily/*: The grand 2004/2005 replace.
14336
14337 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14338
14339         * lily/*: add space after ,  
14340
14341         * scm/music-functions.scm (has-request-chord): don't use
14342         ly:music-name anywhere. Fixes <<\\>> notation. 
14343
14344         * scm/define-markup-commands.scm (box): use font-size for
14345         padding. Fixes boxed-rehearsal-marks.ly
14346
14347         * lily/parser.yy (assignment_id): allow LYRICS_STRING as
14348         identifier definition too, so foo = \lyrics { ...   } bar = #1
14349         doesn't complain about "bar" being LYRICS_STRING.
14350
14351         * lily/paper-def.cc (find_pango_font): new routine; Store
14352         pango_fonts in hash tab too. This is necessary for retrieving
14353         Pango_fonts::physical_font_tab() later on.
14354  
14355         * lily/pango-font.cc (pango_item_string_stencil): bugfix: don't
14356         crash if psname is null.
14357
14358         * lily/lily-guile.cc (ly_hash2alist): new function
14359
14360         * Documentation/user/changing-defaults.itely (Text encoding):
14361         rewrite. 
14362
14363         * lily/pango-font.cc (physical_font_tab): new member. Store PSname
14364         -> font_filename mapping.
14365
14366         * lily/pango-font-scheme.cc (LY_DEFINE): new file. New function
14367         ly_pango_font_physical_fonts
14368
14369         * scm/framework-ps.scm (supplies-or-needs): extract names from
14370         physical Pango_fonts.
14371
14372         * utf8.ly: new file.
14373
14374 2005-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14375
14376         * Documentation/user/changing-defaults.itely (Page layout): add
14377         doco about systemSeparatorMarkup.
14378
14379         * scm/page-layout.scm (default-page-make-stencil): add-to-page
14380         function.
14381         (default-page-make-stencil): insert system separators.
14382
14383         * scm/define-markup-commands.scm (hcenter): add
14384         (beam): add.
14385
14386 2005-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14387
14388         * scm/output-ps.scm (ez-ball): reinstate ez notation.
14389
14390 2005-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
14391
14392         * lily/main.cc: Spell backend consistently.  Sort options.
14393
14394 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14395
14396         * scripts/lilypond-book.py (Module): revert @include.
14397         
14398 2005-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
14399
14400         * scripts/lilypond-book.py: Resurrect HTML links to .ly source.
14401         Bugfix: @include .tex (not .texi).  Small cleanups.
14402
14403         * stepmake/bin/add-html-footer.py (i18n): New function.
14404
14405 2005-01-31  Werner Lemberg  <wl@gnu.org>
14406
14407         * mf/feta-nummer.mf: Removed.  Unused.
14408
14409 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14410
14411         * lily/ : 2004 -> 2005 s&r
14412
14413         * scm/file-cache.scm (cached-file-contents): add file. Read each
14414         file only once.
14415
14416         * scm/font.scm (add-pango-fonts): change order. Medium weight is
14417         now default.
14418
14419         * VERSION: release 2.5.10
14420         
14421         * mf/GNUmakefile (INSTALLATION_OUT_FILES4): install cff.ps files.
14422
14423         * make/ly-rules.make ($(outdir)/%.texi): detect new EOF marker.
14424
14425         * scm/framework-ps.scm (dump-stencil-as-EPS): robustness: ensure
14426         that both X and Y extents of bbox are non-nil.
14427
14428 2005-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14429
14430         * scm/chord-name.scm (alteration->text-accidental-markup): change
14431         - to . 
14432
14433         * scm/output-ps.scm (utf8-string): add utf8-string for completeness.
14434
14435         * scm/framework-ps.scm (dump-stencil-as-EPS): new function
14436
14437         * Documentation/user/invoking.itely (Invoking lilypond): add note
14438         about EPS backend.
14439
14440         * scm/framework-eps.scm: new file: create per-system/per-page EPS
14441         files for inclusion in lilypond-book document.
14442
14443         * input/tutorial/lbook-latex-test.tex: rename from lilbook.tex
14444
14445         * input/tutorial/lbook-texi-test.texi: new file.
14446
14447         * scm/safe-lily.scm (safe-objects): add
14448         {begin,end}-of-line-(in)?visible as safe.
14449  
14450 2005-01-30  Graham Percival  <gperlist@shaw.ca>
14451
14452         * Documentation/user/changing-defaults.itely: fixed example
14453         of (dynamics).
14454
14455 2005-01-29  Graham Percival  <gperlist@shaw.ca>
14456
14457         * lily/main.cc: fix info about -o=FILE.
14458
14459 2005-01-29  Werner Lemberg  <wl@gnu.org>
14460
14461         * mf/feta-toevallig.mf ("Natural"): Completely changed the
14462         construction to assure smooth transition from straight to curved
14463         lines.
14464
14465 2005-01-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14466
14467         * lily/stencil.cc (moved_to_edge): don't halt on adding empty
14468         stencils.
14469
14470         * ps/lilyponddefs.ps: add start-page, start-system doesn't
14471         translate to top of page. Fixes alignment problems of
14472         lilypond-generated EPS files.
14473
14474 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14475
14476         * scm/part-combiner.scm (analyse-spanner-states): trigger on
14477         crescendo-end as well, since Decrescendo maybe ended with Stop
14478         Crescendo.). Fixes: partcombine-diminuendo.ly
14479
14480         * scm/script.scm (default-script-alist): swap portato symbols.
14481
14482         * lily/instrument-name-engraver.cc (acknowledge_grob): typo.
14483
14484         * lily/paper-outputter-scheme.cc (LY_DEFINE):
14485         ly:outputter-port. New function.
14486
14487         * scm/framework-ps.scm (output-classic-framework): dump a
14488         -systems.texi too
14489         (output-classic-framework): dump multiple systems on an "infinite"
14490         page EPS including fonts. 
14491
14492         * scripts/lilypond-book.py (Lilypond_snippet.ly_is_outdated): use
14493         .eps files for both texi and tex formats. Use PNG coming from
14494         lilypond.
14495         
14496 2005-01-28  Graham Percival  <gperlist@shaw.ca>
14497
14498         * Docuemntation/user/invoking.itely: fix info about -o=FILE.
14499
14500         * scripts/lilypond-latex.py: fix info about -o=FILE.
14501
14502 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14503
14504         * ly/generate-embedded-cff.ly: write .cff.ps files.
14505
14506         * mf/GNUmakefile ($(outdir)/lilypond.map): add .cff.ps to .map file.
14507
14508         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
14509         $(outdir)/%.svg $(outdir)/%.pfa): remove --simplify
14510
14511 2005-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
14512
14513         * lily/include/guile-compatibility.hh (SCM_VECTOR_P): Compile fix.
14514
14515 2005-01-28  Werner Lemberg  <wl@gnu.org>
14516
14517         * mf/feta-macros.mf (soft_start_penstroke, soft_end_penstroke): New
14518         macros.
14519         (draw_bulb): Improved.
14520
14521         * mf/feta-pendaal.mf ("Pedal asterisk"): Remove workaround for
14522         metapost bug.
14523         (draw_pedal_P): Use soft_end_penstroke.
14524         (draw_pedal_d): Use soft_start_penstroke.
14525
14526         * mf/feta-schrift.mf ("Trill (`tr')"): Remove redundant point in
14527         path.
14528         ("Varied Coda"): Move some points to avoid fontforge warnings.  This
14529         doesn't change the glyph shape.
14530
14531         * mf/feta-accordion.mf ("accOldEE"): Draw glyph differently (without
14532         changing the shape) to avoid fontforge warnings.
14533
14534         * mf/feta-klef.mf (draw_tab_T, draw_tab_A, draw_tab_B): Use
14535         soft_end_penstroke and fix glyph shape.
14536
14537 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14538
14539         * lily/*.cc: Scheme deprecation of SCM_VECTOR_* 
14540
14541 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14542
14543         * scm/define-markup-commands.scm (line): filter out empty stencils
14544         from line command.
14545
14546         * lily/stencil-scheme.cc (LY_DEFINE): only allow finite real
14547         amount.
14548
14549 2005-01-27  Graham Percival  <gperlist@shaw.ca>
14550
14551         * Documentation/user/notation.itely: added info about what
14552         \voiceFoo does.  Also rewrote warning about marks at
14553         a line break.
14554
14555         * Documentation/user/changing-defaults.itely: added info
14556         about putting dynamics in parenthesis and brackets.
14557
14558 2005-01-27  Werner Lemberg  <wl@gnu.org>
14559
14560         * mf/feta-schrift.mf ("Trill (`tr')"): Fix typo.
14561
14562 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14563
14564         * mf/feta-schrift.mf: reverse u and d portato. Fixes:
14565         portato-direction.ly
14566
14567         * lily/beam.cc (consider_auto_knees): add beam height to
14568         threshold. Fixes: knee-multiple-beam.ly
14569
14570         * lily/instrument-name-engraver.cc (acknowledge_grob): also ignore
14571         pedal line spanners. Fixes: instrument-center-pedal.ly
14572
14573         * lily/auto-beam-engraver.cc (acknowledge_grob): stop beam
14574         if encountering barline. Fixes: auto-beam-repeat.ly
14575
14576 2005-01-26  Werner Lemberg  <wl@gnu.org>
14577
14578         * mf/feta-slag.mf (draw_trillelement): Fix shape to get clean
14579         overlapping.
14580
14581         * mf/feta-toevallig.mf (draw_meta_sharp): Fix shape to avoid curves
14582         with inflections for the 1/2 sharp glyph.
14583
14584         * mf/feta-schrift.mf ("Trill (`tr')"): Fix start position of
14585         connection between `t' and `r'.
14586         Unify bulb with the rest of `r' to avoid grazing outlines which
14587         confuses the overlap removal algorithm of fontforge.
14588
14589         * mf/feta-bolletjes.mf (draw_slash): Fix shape to avoid curves with
14590         inflections.
14591         (draw_cross): Fix shape to have uniform thickness in corners.
14592
14593         * mf/feta-pendaal.mf (draw_pedal_P): Break shape into smaller pieces
14594         to avoid an uneven number of self-intersections; this confuses
14595         fontforge.
14596         Fix a slight bug in the shape at left bottom (which is visible only
14597         at high magnifications).
14598         `Center' the stem horizontally to avoid overlapping.
14599
14600 2005-01-24  Werner Lemberg  <wl@gnu.org>
14601
14602         * mf/feta-autometric.mf (fet_beginfont): Set font_coding_scheme
14603         to `asis'.
14604         (fet_begingroup): Save group name in string `feta_group'.
14605         (fet_endgroup): Updated.
14606         (fet_beginchar): Emit `glyph_name' special for mf2pt1.
14607
14608         * mf/feta-bolletjes.mf: s/p/pat/ for paths.
14609
14610         * mf/feta-pendaal.mf ("Pedal asterisk"): Add workaround for bug
14611         in metapost.
14612
14613 2005-01-24  Graham Percival  <gperlist@shaw.ca>
14614
14615         * Documentation/user/notation.itely: really minor editing.
14616
14617 2005-01-22  Graham Percival  <gperlist@shaw.ca>
14618
14619         * Documentation/user/examples.itely: minor editing.
14620
14621         * Documentation/user/changing-defaults.itely: minor editing.
14622
14623         * Documentation/user/notation.itely: clarified info on polyphony
14624         and \addlyrics.
14625
14626 2005-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
14627
14628         * scm/output-gnome.scm: 
14629         * scm/output-svg.scm:
14630         * scm/lily-library.scm (font-name-style): Update font name
14631         kludging for fontconfig use.
14632
14633 2005-01-20  Erlend Aasland  <erlenda@gmail.com>
14634
14635         * scm/define-markup-commands.scm: Document right-align and
14636         larger markup commands. Remove "TODO" from the topmost comment
14637         "each markup function should have a doc string." More consistent
14638         use of new-lines.
14639
14640 2005-01-22  Graham Percival  <gperlist@shaw.ca>
14641
14642         * Documentation/user/changing-defaults: removed info about
14643         copyright symbol, since it's likely to change soon.
14644         Added info about betweensystemspace.
14645
14646         * Documentation/user/notation.itely: minor fixes.
14647
14648         * Documentation/user/lilypond.tely,
14649         Documentation/user/music-glossary.tely: changed copyright
14650         date to 2005 instead of 2004.
14651
14652         * input/test/volta-chord-names.ly: added old example back.
14653
14654 2005-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14655
14656         * mf/feta-beugel.mf: use design size 20 (not 15).
14657
14658         * mf/aybabtu.pe.in: scale brace fonts to design sizes.
14659         change name to aybabtu completely
14660
14661 2005-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14662
14663         * buildscripts/gen-emmentaler-scripts.py (outdir): add
14664         design_size to fontname
14665
14666 2005-01-19  Werner Lemberg  <wl@gnu.org>
14667
14668         * mf/feta-accordion.mf, mf/feta-klef.mf, mf/feta-pendaal.mf,
14669         mf/feta-schrift.mf: s/p/pat/ if a path variable.
14670
14671         * mf/feta-autometric.mf (set_char_box): Add code which emits
14672         specials for mf2pt1 if run with metapost.
14673         (to_bp): New macro for mf2pt1.
14674
14675 2005-01-18  Graham Percival  <gperlist@shaw.ca>
14676
14677         * Documentation/user/changing-defaults: added info on
14678         creating a copyright symbol.
14679
14680 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14681
14682         * VERSION: release 2.5.9
14683         
14684 2005-01-18  Erlend Aasland  <erlenda@gmail.com>
14685
14686         * scm/auto-beam.scm: Simplify score-override-auto-beam-setting
14687
14688         * Documentation/user/notation.itely: Document
14689         score-override-auto-beam-setting Fix documentation for
14690         revert-auto-beam-setting.
14691
14692 2005-01-18  Werner Lemberg  <wl@gnu.org>
14693
14694         * scm/framework-ps.scm (ps-embed-cff): Fix DSC comments.
14695         (procset): New function to define a procset resource.
14696         (ps-embed-pfa): New function to define a font resource.
14697         (setup): New function to define a `Setup' environment.
14698         (preamble): Use new functions.
14699
14700         * ps/lilypond.defs (init-lilypond-parameters): New function to
14701         get rid of directly executed PS code.  Used in scm/framework-ps.scm.
14702
14703 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14704
14705         * mf/GNUmakefile (MFTRACE_FLAGS): add --no-afm to MFTRACE_FLAGS
14706
14707 2005-01-17  Erlend Aasland  <erlenda@gmail.com>
14708
14709         * scm/define-markup-commands.scm: Change number->markletter-string
14710         to take two arguments (vector number). Add number->mark-alphabet-vector
14711         and markalphabet markup command.
14712
14713         * scm/translation-functions.scm: Add format-mark-box-alphabet,
14714         format-mark-alphabet, format-mark-box-barnumbers and
14715         format-mark-barnumbers. Fix bug in format-mark-box-numbers.
14716
14717 2005-01-17  Graham Percival  <gperlist@shaw.ca>
14718
14719         * Documentation/user/examples.itely: add SATB automatic piano
14720         reduction template.
14721
14722         * Documentation/user/notation.itely: added info about changing
14723         partcombine texts.  Also adds examples of alternate lyrics.
14724
14725         * Documentation/user/changing-defaults.itely: added warning
14726         about \RemoveEmptyStaffContext overriding previous changes.
14727
14728 2005-01-17  Werner Lemberg  <wl@gnu.org>
14729
14730         * buildscripts/mf-to-table.py: Use `FetaAlphabetEncoding' for
14731         feta-alphabet*.
14732
14733 2005-01-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14734
14735         * python/lilylib.py (make_ps_images): don't do final showpage for
14736         multi-page documents.
14737         
14738         * VERSION (MY_PATCH_LEVEL): release 2.5.8
14739
14740 2005-01-16  Graham Percival  <gperlist@shaw.ca>
14741
14742         * Documentation/user/lilypond.tely: changed order of appendices;
14743         unified index should be last.
14744
14745         * Documentation/user/notation.itely: add example of key signatures
14746         and info about Staff.printKeyCancellation.
14747
14748 2005-01-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14749
14750         * lily/include/repeated-music.hh (class Repeated_music): change
14751         into "namespace" class.
14752
14753         * lily/event.cc: remove Key_change_event.
14754
14755         * lily/include/transposed-music.hh (class Transposed_music): remove.
14756
14757         * lily/transposed-music.cc: remove
14758
14759         * lily/include/relative-music.hh: remove.
14760
14761         * lily/include/music-sequence.hh (struct Music_sequence): change
14762         into "namespace" class.
14763
14764         * lily/untransposable-music.cc (Module): remove
14765
14766         * lily/include/un-relativable-music.hh (Module): remove
14767
14768         * lily/include/untransposable-music.hh (Module): remove
14769
14770         * lily/include/music-list.hh (Module): remove file
14771
14772         * lily/un-relativable-music.cc: remove file.
14773
14774 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
14775
14776         * lily/parser.yy: Compile fix.
14777
14778 2005-01-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14779
14780         * lily/include/music.hh (class Music): unvirtualize transpose().
14781
14782         * lily/sequential-music.cc: remove file.
14783
14784         * lily/include/lyric-combine-music.hh ("music.hh"): remove file.
14785
14786         * lily/slur-scoring.cc (get_best_curve): only switch on
14787         DEBUG_SLUR_SCORING for non NDEBUG builds.
14788
14789         * lily/include/music.hh (class Music): replace Music::start_mom()
14790         by start-callback property
14791
14792         * lily/include/grace-music.hh: remove file. 
14793
14794         * lily/stem.cc (height): robustness fix.
14795
14796         * lily/time-scaled-music.cc: remove file.
14797
14798         * lily/include/music.hh (class Music): include SCM init argument.
14799         (class Music): replace Music::get_length() virtual by
14800         length-callback property everywhere.
14801
14802         * scripts/convert-ly.py (conv): add  # to \property scalar value.
14803
14804         * mf/GNUmakefile: don't install *list.ly
14805
14806 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
14807
14808         * mf/GNUmakefile (CFF_FILES): Bugfix: only big cheeses and braces.
14809
14810 2005-01-12  Werner Lemberg  <wl@gnu.org>
14811
14812         This patch addresses the following problems in the feta sources
14813         files which contribute to the fetaXX fonts.
14814
14815         . Many fixes for rasterization at low resolutions (consistent use of
14816           `vround' and `hround', integer shift values for paths, applying
14817           `eps' for mirrored paths, use of `define_whole_pixels' and
14818           friends, etc.) -- while this probably looks like a waste of time
14819           it has revealed deficiencies in some glyph shapes.  See comment at
14820           the end of feta-params.mf how vertical symmetry is achieved.
14821
14822         . The `---' operator has been replaced everywhere with `--'; this
14823           both improves and considerably reduces the font size after
14824           conversion with mf2pt1.
14825
14826         These change aren't explicitly mentioned below since virtually all
14827         glyphs are affected.
14828
14829         Other notable differences:
14830
14831         . Glyphs from feta-accordion.mf now have charboxes around the
14832           outline.
14833
14834         . Fixed incorrect charbox for `accDot'.
14835
14836         . The `rcomma' and `lcomma' glyphs were distorted due to a typo.
14837
14838         . Fixed position of the bow in the `upprall' glyph and its siblings.
14839
14840         . The bulb size in the `2/2 meter' and `4/4 meter' glyphs is now
14841           dependent on the staff line thickness to avoid touching the middle
14842           staff line at smaller sizes.
14843
14844         . Largely extended output for feta-testXX: Where useful, glyphs
14845         are shown both between and on staff lines.
14846
14847
14848         * mf/feta-params.mf (staff_space_rounded,
14849         stafflinethickness_rounded, linethickness_rounded,
14850         ledgerlinethickness_rounded, stemthickness_rounded): New variables.
14851         Update all code which uses them where appropriate.
14852         (feta_eps, feta_shift, feta_space_shift, feta_offset, feta_fillpen):
14853         New variables used to control rasterization at low resolutions.  Set
14854         to zero if feta code is processed with metapost.
14855
14856         * mf/feta-macros.mf (draw_staff, draw_staff_outline): Updated.
14857         (draw_rounded_block, draw_square_block): Updated to use `--' only.
14858         (flare_path): Updated.
14859         Make it work with `filldraw' (but only circular pens).
14860         (hfloor, vfloor, hceiling, vceiling): New macros.
14861
14862         * mf/feta-accordion.mf ("accDiscant", "accFreebase", "accStdbase"):
14863         Use `draw' again in mf mode to have good pixel dropout control.
14864         Fix intersection points of horizontal lines with circle.
14865         ("accDot"): Fix parameters for set_char_box.
14866         ("accOldEE"): Use `draw' again in mf mode to have good pixel dropout
14867         control.
14868
14869         * mf/feta-banier.mf: Updated.
14870
14871         * mf/feta-bolletjes.mf (remember_pic): New variable, used for
14872         testing.
14873         (undraw_inside_ellipse): Remove `center' argument.  Update all
14874         callers.
14875         (draw_brevis): New macro, called by "Brevis notehead".
14876         (draw_whole_triangle_head): New macro, called by "Whole
14877         trianglehead".
14878         (draw_small_triangle_head): Use `filldraw'.
14879
14880         * mf/feta-eindelijk.mf: Remove useless global group.
14881         Updated.
14882
14883         * mf/feta-klef.mf (draw_c_clef): Correct point positions for using
14884         `filldraw'.
14885
14886         * mf/feta-pendaal.mf: Updated.
14887
14888         * mf/feta-puntje.mf: Updated.
14889
14890         * mf/feta-schrift.mf (draw_very_long_fermata): Simplified to use
14891         less points.
14892         ("Flageolet"): Use `draw' again in mf mode to have good pixel
14893         dropout control.
14894         ("Varied Coda"): Use `draw_block'.
14895         (draw_comma): Fix typo.
14896         (draw_arpeggio_arrow): Use `draw' also in mf mode to have good
14897         pixel dropout control.
14898
14899         * mf/feta-slag.mf ("upprall", "downprall", "lineprall"): Fix start
14900         position of bow.
14901
14902         * mf/feta-timesig.mf (draw_C): Reduce bulb size for smaller design
14903         sizes.
14904
14905         * mf/feta-toevallig.mf (remember_pic): New variable, used for
14906         testing.
14907         (draw_meta_sharp): Much simplified.
14908         ("Sharp", "1/2 Sharp", "3/4 Sharp"): Don't rotate but shift.
14909
14910         * mf/feta-test-generic.mf: Include all files as in feta-generic.mf.
14911
14912 2005-01-13  Mats Bengtsson  <mabe@s3.kth.se>
14913
14914         * Documentation/user/notation.itely (Ancient rests): Fix typo
14915         (thanks Anthony)
14916
14917 2005-01-13  Jan Nieuwenhuizen  <janneke@gnu.org>
14918
14919         * scm/auto-beam.scm (score-override-auto-beam-setting): New function.
14920
14921         * lily/main.cc (setup_paths): Add cff.
14922
14923         * mf/GNUmakefile (foe): Include actual target %.cff.
14924         (INSTALLATION_OUT_SUFFIXES): Install CFF and SVG fonts too.
14925
14926 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14927
14928         * lily/include/lily-lexer.hh (class Lily_lexer): lose hungarian _b
14929         suffix for main_input_b_.
14930
14931         * scm/music-functions.scm (toplevel-music-functions):
14932         precompute music lengths for music expressions.  
14933
14934 2005-01-11  Nicolas Sceaux  <nicolas.sceaux@free.fr>
14935
14936         * lily/include/input.hh (class Input): new `end_' slot for end of
14937         input. Renamed defined_str0_ to start_.
14938
14939         * lily/input.cc (Input): Add Input::Input (Input const &) and
14940         remove Input::Input (Source_file*, char const *). Use the new
14941         slots.
14942         (set_location): method used by bison to propagate input
14943         locations (YYLLOC_DEFAULT).
14944         (end_line_number, end_column_number, step_forward): new methods
14945         
14946         * lily/input-scheme.cc (ly:input-both-locations): new function,
14947         similar to ly:input-location, but also return the end line and
14948         column.
14949
14950         * lily/include/includable-lexer.hh: 
14951         * lily/includable-lexer.cc: 
14952         * lily/include/lily-lexer.hh (class Lily_lexer): 
14953         * lily/lily-lexer.cc (add_lexed_char): Move add_lexed_char from
14954         Includable_lexer to Lily_lexer, in order to update lexloc (the
14955         yylloc), a new slot of Lily_lexer.
14956         (here_input, LexerError): simplify by using the lexloc slot (aka
14957         yylloc)
14958
14959         * lily/lexer.ll: #define yylloc to use input locations (it may
14960         be useless here?). Fixed the #embedded_scm rule (step the location
14961         forward in order to skip the sharp sign before parsing the scheme
14962         expression)
14963
14964         * lily/include/lily-parser.hh (class Lily_parser): 
14965         * lily/lily-parser.cc: Remove push_spot(), pop_spot() and
14966         here_input()
14967         (parser_error): overload for more precise locations of errors.
14968
14969         * lily/parser.yy (YYLTYPE): set location type to Input
14970         (YYLLOC_DEFAULT): use Input::set_location()
14971         (yylex): add the YYLTYPE* location parameter.
14972         Clean push_spot()/pop_spot()/here_input(), and use @$, @1, etc.
14973         Give an Input parameter to THIS->parser-error() for more accurate
14974         messages.
14975
14976 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14977
14978         * stepmake/aclocal.m4: do NDEBUG for optimizing builds.
14979
14980         * lily/include/beam.hh (DEBUG_QUANTING): performance: only switch
14981         on BEAMQUANTING for non-NDEBUG builds.
14982
14983         * lily/stem.cc (head_count): performance: avoid String::String()
14984         inside oft called function.
14985
14986 2005-01-09  Graham Percival  <gperlist@shaw.ca>
14987
14988         * Documentation/user/examles.itely: attempted fix for broken
14989         string quartet template.
14990
14991         * Documentation/user/notation.itely: remove unnecessary broken
14992         link.
14993
14994 2005-01-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14995
14996         * VERSION (PACKAGE_NAME): release 2.5.7
14997
14998 2005-01-09  Jan Nieuwenhuizen  <janneke@gnu.org>
14999
15000         * config.make.in (METAFONT): Append -progname=mf, fixes use with
15001         mf-nowin for teTeX-3.0.  Backportme.
15002
15003         * scm/output-svg.scm (utf8-string): New function.
15004
15005         * scm/output-gnome.scm (utf8-string): New function.
15006         (otf-name-mangling): Remove.
15007
15008         * lily/pango-font.cc (Pango_font): Use font string iso font
15009         filename for utf8-text.
15010
15011         * buildscripts/gen-emmentaler-scripts.py: Remove designsize from
15012         name.
15013
15014 2005-01-08  Graham Percival  <gperlist@shaw.ca>
15015
15016         * Documentation/user/notation.itely: add info about
15017         Staff.extraNatural = ##f in Pitches section.  Also
15018         fixed some minor issues in the Vocal music section.
15019
15020 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15021
15022         * scm/output-ps.scm (white-text): comment out Helvetica font,
15023         which is broken for my GS install.
15024
15025         * lily/pango-font.cc (pango_item_string_stencil): use ink_rect,
15026         which provides a tighter bbox.
15027
15028         * scm/define-grobs.scm (all-grob-descriptions): remove all
15029         extra-offsets from definitions.
15030
15031 2005-01-08  Erlend Aasland  <erlenda@gmail.com>
15032
15033         * scm/output-lib.scm: Rename guitar-tunings to guitar-tuning and
15034         add tuning for 4-string bass and some common 4/5-string banjo
15035         tunings.  New function (four-string-banjo) turns a 5-string tuning
15036         into a 4-string tuning.  New function
15037         (fret-number-tablature-format-banjo) computes correct fret numbers
15038         on 5-string banjos.
15039
15040         * ly/engraver-init.ly: Default stringTunings = #guitar-tuning
15041         Add beam correction to TabVoice.
15042
15043         * scm/define-grobs.scm: Adjust notehead offset. Print fret numbers
15044         using bold font; makes tabs more readable.
15045
15046 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15047
15048         * lily/font-select.cc (get_font_by_design_size): don't make
15049         Modified_font_metric; this causes trouble, since we don't know the
15050         font magnification from inside Pango_font::text_stencil()
15051
15052         * lily/all-font-metrics.cc (find_pango_font): take magnification argument.
15053
15054         * Documentation/user/notation.itely (The Lyrics context): comment out
15055         broken {Small ensembles} link.
15056
15057         * scm/framework-svg.scm (output-framework): change calling convention.
15058
15059         * lily/object-key-dumper-scheme.cc: new file.
15060
15061         * lily/object-key-undumper-scheme.cc: new file.
15062
15063         * lily/tweak-registration-scheme.cc: new file.
15064
15065         * lily/pango-select.cc (symbol_to_pango_variant): init local variable.
15066
15067         * Documentation/user/examples.itely (String quartet): uncomment
15068         broken example.
15069
15070         * lily/font-config.cc: new file.
15071
15072 2005-01-08  Jan Nieuwenhuizen  <janneke@gnu.org>
15073
15074         * scm/output-svg.scm: 
15075         * scm/output-gnome.scm: s/bigcheese/emmentaler.
15076
15077         * lily/score-engraver.cc (MUSIC_FONT): Use emmentaler20.
15078
15079 2005-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
15080
15081         * lily/general-scheme.cc (LY_DEFINE): Use snprintf (WAS: sprintf).
15082         Add headers.
15083
15084         * lily/GNUmakefile (general-scheme.o): Add version.hh dependency.
15085
15086 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15087
15088         * mf/GNUmakefile (debian-mirror): rename bigcheese to emmentaler.
15089
15090         * lily/include/main.hh: lose _b hungarian suffixes for global
15091         variables.
15092
15093         * lily/include/lily-guile-macros.hh: new file.
15094
15095         * lily/pango-select-scheme.cc (LY_DEFINE): new file.
15096
15097         * lily/general-scheme.cc: new file. 
15098
15099         * lily/font-select.cc (get_font_by_design_size): retrieve
15100         PangoFont for (designsize . "pango-descr") entries.
15101
15102         * lily/lily-parser-scheme.cc: new file.
15103
15104         * lily/output-def-scheme.cc: new file.
15105
15106         * lily/paper-book-scheme.cc: new file.
15107
15108         * lily/duration-scheme.cc (LY_DEFINE): new file.
15109
15110         * lily/pitch-scheme.cc:  new file.
15111
15112         * scm/font.scm (add-cmr-fonts): use real dimens in font selection.
15113
15114 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15115
15116         * lily/dimensions.cc (LY_DEFINE): add ly:{inch,cm,mm,bp,pt}.
15117
15118 2005-01-06  Graham Percival  <gperlist@shaw.ca>
15119
15120         * Documentation/user/notation.itely: minor editing.
15121
15122         * Documentation/user/changing-defaults: minor editing.
15123
15124         * Documentation/user/examples.itely: add template for
15125         string quartet part extraction; demonstrates tag.
15126
15127 2005-01-06  Erlend Aasland  <erlenda@gmail.com>
15128
15129         * Documentation/user/notation.itely: documents
15130         format-mark-box-letters and format-mark-box-numbers
15131
15132         * scm/define-context-properties.scm: change comment.
15133
15134 2005-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15135
15136         * scm/framework-ps.scm (output-classic-framework): new function:
15137         dump systems as separate .eps files (without fonts) and write a
15138         single collecting .tex file.
15139
15140 2005-01-05  Mats Bengtsson  <mabe@s3.kth.se>
15141
15142         * Documentation/user/notation.itely (Setting simple songs):
15143         Correct several errors in the equivalent formulation of
15144         \addlyrics. 
15145         (The Lyrics context): Corrected link to the SATB example.
15146
15147 2005-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15148
15149         * scm/lily.scm (completize-formats): new function
15150         (postprocess-output): new function
15151
15152         * lily/paper-book.cc (classic_output): change calling
15153         convention. Give basename as first argument. 
15154         remove Paper_book::post_processing().
15155
15156         * lily/lily-guile.cc (LY_DEFINE): ly:output-backend, new function.
15157
15158 2005-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15159
15160         * lily/paper-outputter.cc (LY_DEFINE): new function
15161         ly:outputter-close.
15162
15163         * lily/main.cc: change --format,-f to --backend,-b
15164
15165         * lily/include/main.hh: rename format to backend.
15166
15167         * scm/translation-functions.scm (format-mark-box-numbers): add.
15168         patch by Erlend Aasland
15169
15170 2005-01-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15171
15172         * lily/pango-font.cc (text_stencil): dump string as
15173         (utf-8-string FONTDESC UTF8) for use in -f gnome, -f svg.
15174
15175 2005-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
15176
15177         * configure.in (gui_b): Remove handy developer-only
15178         PKG_CONFIG_PATH settings that cater for Jan-and-Han-Wen ~/usr/pkg/
15179         CVS source installations (but break other non-default but correct
15180         PKG_CONFIG_PATH setups), as this is no longer developer-only.
15181
15182         * SConstruct: 
15183         * ps/GNUmakefile (INSTALLATION_FILES): teTeX-3.0
15184         compatibility (backportme).
15185
15186         * GNUmakefile.in: teTeX-3.0 compatibility (backportme).
15187
15188 2005-01-03  Werner Lemberg  <wl@gnu.org>
15189
15190         Prepare glyph shapes for mf2pt1 conversion.
15191
15192         * mf/feta-accordion.mf (accreg_pen): Removed.  No longer used.
15193         (accDiscant, accFreebase, accStdbase): Replace `draw' with
15194         `penstroke'.
15195         (accDot): Use `drawdot'.
15196         (accBayanbase): Replace `draw' with `draw_gridline'.
15197         (print_penpos): Moved to feta-macros.mf.
15198         (accOldEE): Replace `filldraw' with `penstroke'.
15199         Replace `draw' with `penstroke' and `drawdot'.
15200
15201         * mf/feta-banier.mf: Code clean-up.
15202         ("grace dash (up)", "grace dash (down)"): Replace `draw' with
15203         `fill'.
15204
15205         * mf/feta-bolletjes (draw_cross): Remove call to `labels'.
15206
15207         * mf/feta-eindelijk.mf (draw_rest_bulb, draw_eigth_rest): Add
15208         paremeter to control drawing of labels.  Update all callers.
15209
15210         * mf/feta-klef.mf (draw_c_clef): Use `&' not `..' to connect paths.
15211         (new_bulb): Return a bulb as a single path.  To do that, it now
15212         takes some more parameters.  Updated all callers.
15213         (draw_gclef): Major clean-up.  `draw' has been replaced with
15214         `penstroke', unnecessary outlines have been removed.
15215         Remove (unused) gnome-canvas code.
15216
15217         * mf/feta-macros.mf (print_penpos): New macro (from
15218         feta-accordion.mf).
15219         Other minor fixes.
15220
15221         * mf/feta-pendaal.mf ("Pedal asterisk"): Use `undrawdot'.
15222         ("Pedal dot"): Use `drawdot'.
15223         (draw_pedal_P): Add parameter to control drawing of labels.  Update
15224         all callers.
15225         Fix shape at top.
15226         (draw_pedal_e): Add parameter to control drawing of labels.  Update
15227         all callers.
15228         (draw_pedal_d): Add parameter to control drawing of labels.  Update
15229         all callers.
15230         Revert drawing direction.
15231
15232         * mf/feta-schrift.mf (draw_fermata): Use single path.
15233         (draw_short_fermata): Replace `filldraw' with `fill'.
15234         (draw_long_fermata, draw_very_long_fermata): Replace calls to
15235         `draw_rounded_block' with a single path.
15236         ("Thumb"): Draw full circle instead of mirroring segments.
15237         (draw_accent): New macro.
15238         ("> accent", "espr"): Use it.
15239         (draw_marcato): Replace `filldraw' and `draw' with `fill'.
15240         ("open (unstopped)"): Draw full circle instead of mirroring
15241         segments.
15242         (draw_vee): Removed.
15243         ("Upbow"): Use `draw_accent' instead of `draw_vee'.
15244         ("Downbow"): Replace calls to `draw_rounded_block' with a single
15245         path.
15246         ("Trill (`tr')"): Replace overlapping loop drawn with `draw' with
15247         partial pieces drawn with `fill' -- these do still overlap with the
15248         stem of the `t' but just once, not multiple times so that fontforge
15249         can handle it gracefully.
15250         Change other parts of the glyph so that fontforge's overlapping
15251         algorithm reliably works.
15252         (draw_heel): Replace `draw' with `fill'.
15253         (draw_toe): Use `draw_accent' instead of `draw_vee'.
15254         ("Flageolet"): Replace `draw' with `penstroke'.
15255         ("Segno"): Replace `filldraw' with `penstroke'.
15256         Replace `draw' with `drawdot'.
15257         ("Coda"): Replace `fill' with `penstroke', using a single path.
15258         ("Varied Coda"): Use less overlapping paths.
15259         (draw_arpeggio_arrow): Replace `filldraw' with `fill', using a
15260         single path.
15261
15262         * mf/feta-slag.mf (draw_trillelement): Put `clearxy' outside of
15263         group to better control the `labels' command.
15264         Rename argument to `offset' and use it actually.  Update all
15265         callers.
15266         Replace `filldraw' with `fill'.
15267         ("mordent", "prallmordent", "upmordent", "downmordent",
15268         "lineprall"): Replace `draw' with `draw_gridline'.
15269         ("upprall", "downprall"): Replace `draw' with `fill'.
15270
15271         * mf/feta-timesig.mf: Formatting.
15272
15273         * mf feta-toevallig.mf (draw_meta_flag): Move code to draw labels
15274         to...
15275         ("Flat"): Here.
15276         (draw_paren): Move code to draw labels to...
15277         ("Right Parenthesis"): Here.
15278
15279 2005-01-02  Graham Percival <gperlist@shaw.ca>
15280
15281         * Documentation/user/notation.itely: add example of \setTextDecresc
15282         and \setTextDim.
15283
15284 2005-01-02  Tatsuya Ono <tats_ono@infoseek.jp>
15285
15286         * scm/define-markup-commands.scm :  fix glyph-strings of
15287         accidentals and \note-by-number
15288
15289 2005-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15290
15291         * VERSION: 2.5.6 released.
15292         
15293         * ps/lilyponddefs.ps: put mm -> pt scaling in here.
15294
15295         * input/regression/new-markup-scheme.ly: oops. font-family=music
15296         -> font-encoding fetaMusic.  
15297
15298         * lily/main.cc: put default to PS.
15299
15300         * lily/tfm.cc: idem.
15301
15302         * lily/afm.cc: idem.
15303
15304         * lily/include/modified-font-metric.hh (struct
15305         Modified_font_metric): remove coding_scheme() method.
15306
15307         * input/mutopia/F.Schubert/morgenlied.ly: convert to utf8
15308
15309         * scripts/convert-ly.py (conv): crash on encountering \encoding.
15310
15311         * input/les-nereides.ly: convert to utf8
15312
15313         * lily/modified-font-metric.cc (text_dimension): idem.
15314
15315         * lily/parser.yy (TODO): idem.
15316
15317         * lily/include/lily-lexer.hh (class Lily_lexer): idem.
15318
15319         * lily/lexer.ll: remove encoding
15320
15321         * scm/framework-ps.scm (output-variables): separately scale the
15322         page to mm 
15323
15324         * lily/pango-font.cc (Pango_font): fix scaling.
15325
15326         * lily/font-metric.cc (design_size): design_size returns a
15327         dimension now as well.
15328
15329 2004-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15330
15331         * mf/GNUmakefile ($(outdir)/%.otf-table): use findstring. Fixes
15332         brace generation. 
15333
15334         * lily/text-metrics.cc (LY_DEFINE): use scm_c_make_hash_table().
15335
15336 2004-12-30  Jan Nieuwenhuizen  <janneke@gnu.org>
15337
15338         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Do not try to
15339         install unbuildable Fontmap and Fontmap.lily (Simon Aridis-Lang).
15340
15341 2004-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15342
15343         * mf/GNUmakefile ($(outdir)/%.otf-table): include parmesan20.lisp
15344         in first run as well.
15345
15346         * scm/paper.scm (layout-set-staff-size): use text-font-size in
15347         dimension less points (ie. 12 = 12 point)
15348
15349         * lily/pango-select.cc (select_pango_font): use find_scaled_font().
15350
15351         * lily/all-font-metrics.cc (find_pango_font): set description_
15352
15353         * lily/pango-font.cc (text_stencil): export size as well.
15354         (text_stencil): fix scaling and extents box.
15355
15356 2004-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15357
15358         * Documentation/topdocs/NEWS.texi (Top): add -f texstr
15359
15360         * Documentation/user/invoking.itely (Invoking lilypond): document
15361         texstr
15362
15363         * scripts/convert-ly.py (conv): add ancient rules.
15364
15365         * scm/clef.scm (c0-pitch-alist): replace - with .
15366
15367         * scripts/lilypond-book.py (process_snippets): add texstr support.
15368
15369         * scm/framework-texstr.scm (header): change extension to .textmetrics
15370
15371         * lily/lily-parser.cc (parse_file): do try_load_text_metrics for
15372         -f tex.
15373
15374         * lily/text-metrics.cc: new file.
15375         (try_load_text_metrics): new function
15376
15377         * lily/include/text-metrics.hh: new file.
15378
15379 2004-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15380
15381         * lily/include/lily-guile.hh (ly_lily_module_constant): rename
15382         ly_scheme_function to ly_lily_module_constant.
15383
15384         * lily/modified-font-metric.cc (text_dimension): try
15385         lookup_tex_text_dimension() first.
15386
15387         * lily/tfm.cc: new function ly:load-text-dimensions
15388
15389 2004-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15390
15391         * scm/output-texstr.scm (text): use \lilygetmetrics
15392
15393         * scm/framework-texstr.scm (header): dump in new format.
15394
15395         * tex/lilypond-tex-metrics: new file.
15396         
15397 2004-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
15398
15399         * lily/pango-font.cc (text_stencil): Quick try at glyph->charcode
15400         mapping.
15401         (index_to_charcode): New method.
15402
15403         * scm/output-ps.scm (glyph-string): 
15404         * scm/output-gnome.scm (glyph-string): Add FONT parameter.
15405
15406 2004-12-26  Jan Nieuwenhuizen  <janneke@gnu.org>
15407
15408         * scm/output-gnome.scm (FIXME-glyph-string): New function.  Cannot
15409         implement fully, need FONT to get to charcode.
15410
15411         * scm/lily.scm (ly:all-stencil-expressions): Add glyph-string.
15412
15413         * scm: Cleanups.
15414
15415         * Documentation/user/changing-defaults.itely: Fix internalsrefs
15416         {Tunable context properties},
15417         {All layout objects},
15418         {Music definitions}.
15419
15420 2004-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15421
15422         * VERSION: release 2.5.5
15423         
15424         * lily/main.cc: use TeX as default output format.
15425
15426         * flower/file-path.cc (find): try to open directly as well, so we
15427         find absolute path files. 
15428
15429         * lily/pango-select.cc: new file.
15430
15431         * scm/framework-ps.scm: remove all encoding code. 
15432         load pfb/pfa for PangoFont too.
15433         
15434         * lily/lily-guile.cc (ly_chain_assoc_get): new function.
15435
15436 2004-12-22  Werner Lemberg  <wl@gnu.org>
15437
15438         Prepare glyph shapes for mf2pt1 conversion.
15439
15440         * mf/feta-toevallig.mf ("Double Sharp"): Minor path fix.
15441
15442         * mf/feta-bolletjes.mf (penposx): New auxiliary macro.
15443         (define_triangle_shape): Use it to replace `draw' with `fill' and
15444         `unfill'.  Update all callers.
15445         (draw_slash): Replace `filldraw' with `fill'.  Update all callers.
15446         (draw_cross): Ditto.
15447         ("X-Circled notehead"): Replace `draw' with `fill' and `unfill'.
15448         Use penrazor for better conversion with mf2pt1.
15449         (generic_draw_solfa_note_shape, draw_solfa_note_shape,
15450         draw_solfa_quarter_note_shape, triangle): Removed.  Unused.
15451         (draw_do_head, draw_re_head, draw_mi_head, draw_fa_head,
15452         draw_la_head, draw_ti_head): Replace `filldraw' with
15453         `fill'.  Update all callers.
15454
15455 2004-12-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15456
15457         * lily/paper-book.cc (output): revert: only allow a single output
15458         format.
15459
15460         * lily/include/pango-font.hh: new file.
15461
15462         * lily/pango-font.cc: new file.
15463
15464         * lily/font-metric.cc (text_stencil): new routine
15465
15466         * lily/all-font-metrics.cc (find_pango_font): new routine.
15467
15468         * lily/include/font-metric.hh (struct Font_metric): add
15469         text_stencil()
15470
15471         * configure.in (PKG_CONFIG_PATH): require PANGO_FT2
15472
15473 2004-12-22  Werner Lemberg  <wl@gnu.org>
15474
15475         Prepare glyph shapes for mf2pt1 conversion.
15476
15477         * mf/feta-macros.mf, mf_feta-eindelijk.mf: Some formatting.
15478
15479         * mf/feta-toevallig.mf: Formatting.
15480         (draw_meta_sharp): Modify path to replace `filldraw' with `fill'.
15481         ("Natural"): Fix paths to allow better postprocessing.
15482         (draw_meta_flat): Use `z3l' as additional point in path to get
15483         better conversion with mf2pt1.
15484         Other minor cleanups.
15485         ("3/4 Flat"): Add auxiliary points and modify path to replace
15486         `draw' with `fill'.
15487         ("Double Sharp"): Mirror path segments instead of picture elements
15488         to get a single outline.
15489         Modify path to replace `filldraw' with `fill'.
15490
15491 2004-12-22  Graham Percival  <gperlist@shaw.ca>
15492
15493         * input/test/unfold-all-repeats.ly: added file back.
15494
15495         * Documentation/user/notation.itely,
15496         Documentation/user/programming-interface.itely
15497         Documentation/user/changing-defaults.itely: fixed misc broken
15498         links to input/test/ files.
15499
15500 2004-12-22  Jan Nieuwenhuizen  <janneke@gnu.org>
15501
15502         * tex/texinfo.tex: Update.  We should not be distributing this,
15503         but since we do, use latest version.
15504
15505         * Documentation/user/macros.itexi: Comment-out \fetaflat,
15506         \fetasharp.  Fixes make web.  FIXME: make usable (compatible?) TeX
15507         macros for feta glyphs.
15508
15509 2004-12-22  Graham Percival  <gperlist@shaw.ca>
15510
15511         * Documentation/user/changing-defaults.itely: fix index for set.
15512
15513         * Documentation/user/converters.itely: added convert-ly bugs list
15514         from CVS.
15515
15516 2004-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
15517
15518         * python/lilylib.py (setup_environment): Set GS_FONTPATH, GS_LIB
15519         to empty.  Fixes make web, using gs-gpl-8.01.  In fact,
15520         gs-afpl-8.50 has more trouble with make web (ie, uses *a lot* more
15521         resourses; 3x MAXSIZE, 4x MAXRSS, 1.5x user).
15522
15523         * mf/GNUmakefile (pfa_warning): Use less broken check.
15524
15525         * python/lilylib.py (setup_environment): Remove cruft from
15526         GS_FONTPATH.
15527
15528         * configure.in: Bump mftrace requirement to 1.1.1.
15529
15530 2004-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
15531
15532         * scm/output-svg.scm (beam): Use polygon.
15533
15534         * scm/lily-library.scm: Bugfix.
15535
15536         * Documentation/user/invoking.itely (Invoking lilypond): Bugfix.
15537
15538         * mf/GNUmakefile (ALL_GEN_FILES): Remove unbuildable Fontmap.lily.
15539
15540 2004-12-19  Werner Lemberg  <wl@gnu.org>
15541
15542         Prepare glyph shapes for mf2pt1 conversion.
15543
15544         * mf/feta-eindelijk: Some formatting.
15545         (multi_rest_x, multi_beam_height): Removed.  Unused.
15546         ("Quarter rest"): Use `intersectiontimes' to create a single
15547         outline.
15548         (rest_crook): Removed.  Unused.
15549         (draw_rest_bulb): Return path (without filling).  Update callers.
15550         Simplified.
15551         (draw_eighth_rest, "16th rest", "32th rest", "64th rest",
15552         "128th rest"): Simplify `pat'.
15553         Create single outline.
15554
15555 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
15556
15557         * mf/GNUmakefile (ALL_GEN_FILES):
15558         (INSTALLATION_OUT_SUFFIXES): Remove unbuildable fonts.scale.
15559
15560         * scm/output-svg.scm (polygon, draw-line, dashed-line): New
15561         function.
15562
15563 2004-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15564
15565         * scm/output-texstr.scm (placebox): add routine
15566
15567         * VERSION (PACKAGE_NAME): release 2.5.4
15568
15569         * scm/framework-texstr.scm (output-framework): new file.  
15570
15571         * scm/output-texstr.scm: new file. Collect (TEXT . ) calls for TeX
15572         processing.
15573
15574         * Documentation/user/invoking.itely (Invoking lilypond): add SVG
15575
15576         * stepmake/stepmake/metafont-rules.make: make single SVG/PFA/PFB
15577         rule.
15578
15579         * configure.in (gui_b): bump mftrace requirement to 1.1.0
15580
15581         * mf/feta-bolletjes.mf (triangle): add s to 0triangle.
15582
15583         * mf/GNUmakefile (ALL_GEN_FILES): make SVG files too.
15584
15585 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
15586
15587         * scm/framework-svg.scm (dump-page): Implement landscape.
15588
15589 2004-12-18  Jan Nieuwenhuizen  <janneke@gnu.org>
15590
15591         * lily/main.cc (setup_paths): Add svg to search path.
15592
15593         * scm/output-svg.scm:
15594         * scm/framework-svg.scm: Add pageSet.  Update.
15595         (dump-fonts): New function.
15596         (output-framework): Use it.
15597
15598         * mf/GNUmakefile: 
15599         * buildscripts/gen-bigcheese-scripts.py: Also generate SVG font.
15600
15601 2004-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15602
15603         * tex/lilyponddefs.tex: comment out new ifpdf code.
15604
15605 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
15606
15607         * GNUmakefile.in: 
15608         * SConstruct (symlink): Replace afm by otf.
15609
15610         * scm/framework-gnome.scm (gnome-main): Remove invocation of
15611         ly:pango-add-afm-decoder.
15612
15613         * lily/lily-guile.cc ("ly:pango-add-afm-decoder"): Build fix: Remove.
15614
15615 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15616
15617         * scm/output-ps.scm (new-text): don't access t glyph for getting
15618         space dimension.
15619
15620         * ly/init.ly: warn about \version
15621
15622         * lily/lexer.ll: set version-seen?
15623
15624 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
15625
15626         * scm/output-svg.scm (string->entities): Update.
15627
15628 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15629
15630         * lily/main.cc (setup_paths): replace afm by otf for path. 
15631
15632         * lily/pangofc-afm-decoder.cc: remove.
15633
15634         * lily/include/pangofc-afm-decoder.hh: remove.
15635
15636         * scm/framework-scm.scm (output-framework): new file.
15637
15638         * mf/GNUmakefile: remove SAUTER_FONTS.
15639         remove SVG/sodipodi hacks.
15640
15641         * scm/lily-library.scm (stderr): move stderr.
15642
15643         * mf/GNUmakefile: remove AFM support.
15644
15645         * buildscripts/mf-to-table.py (base): remove AFM support.
15646
15647         * lily/open-type-font.cc (design_size): use design_size
15648
15649 2004-12-17  Pedro Kroger  <kroeger@pedrokroeger.net>
15650
15651         * lily/font-metric.cc (LY_DEFINE): Fix the docstring.
15652
15653 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
15654
15655         * mf/GNUmakefile: Generate combined aybabtu info.
15656         * mf/aybabtu.pe.in (i): Load it.
15657
15658         * scm/framework-tex.scm (otf-font-load-command): Bugfix: subfonts
15659         are not symbols.
15660
15661         * lily/include/open-type-font.hh (count): New method.
15662
15663         * mf/aybabtu.pe.in: Typo.
15664
15665         * Documentation/user/out/lilypond-internals.nexi (Scheme
15666         functions): Typo.
15667
15668         * lily/include/guile-compatibility.hh (SCM_HASHTABLE_P): Add compat.
15669
15670 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15671
15672         * buildscripts/gen-bigcheese-scripts.py (i): use symbols for
15673         subfonts.
15674
15675         * scm/output-tex.scm (named-glyph): new function. This fixes TeX output.
15676
15677         * scm/framework-tex.scm (otf-font-load-command): load subfonts.
15678         (tex-font-command-raw): new function.
15679
15680         * lily/include/virtual-font-metric.hh (Module): remove file
15681
15682         * lily/virtual-font-metric.cc (Module): remove file.
15683         
15684
15685         * lily/open-type-font.cc (LY_DEFINE): ly:otf-font-glyph-info
15686         (get_indexed_char): read bbox from lily table if present.
15687
15688 2004-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15689
15690         * mf/GNUmakefile ($(outdir)/aybabtu.subfonts): rule for
15691         aybabtu.subfonts
15692
15693         * mf/feta-beugel.mf (y): don't number consecutively, instead, use
15694         global glyphname. Enables more than 64 glyphs in the OTF.
15695
15696 2004-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
15697
15698         * scm/font.scm (add-music-fonts): Load aybabtu iso all separate
15699         braces.
15700
15701         * lily/open-type-font.cc (design_size): Use 12 as default for
15702         design size.
15703
15704         * mf/aybabtu.pe.in: New file.  Merge all our braces.
15705
15706         * mf/GNUmakefile: Generate aybabtu.
15707
15708         * tex/lilyponddefs.tex: teTeX 3.0 pdfetex fix.
15709
15710 2004-12-14  Jan Nieuwenhuizen  <janneke@gnu.org>
15711
15712         * scm/lily-library.scm (char->unicode-index): Remove.
15713
15714         * scm/output-gnome.scm (text): Bugfix for plain string input.
15715         Updates.
15716
15717         * scm/output-svg.scm (svg-font): Add weight to font selection.
15718
15719 2004-12-14  Mats Bengtsson  <mabe@s3.kth.se>
15720
15721         * Documentation/topdocs/INSTALL.texi (Top): Point to
15722         buildscripts/out/clean-fonts instead of
15723         buildscripts/clean-fonts.sh. 
15724
15725 2004-12-13  Graham Percival  <gperlist@shaw.ca>
15726
15727         * input/regression/figured-bass.ly: attempt to clarify text.
15728
15729         * Documentation/user/notation.tely: add cindex for tag, attempt to
15730         add figured bass example.
15731
15732         * Documentation/user/changing-defaults: basic editing.
15733
15734 2004-12-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15735
15736         * buildscripts/gen-bigcheese-scripts.py (i): load .subfonts table. 
15737
15738         * lily/open-type-font.cc (LY_DEFINE): new function
15739         ly:font-sub-fonts
15740
15741         * lily/include/font-metric.hh (struct Font_metric): new method
15742         sub_fonts()
15743
15744         * lily/vaticana-ligature-engraver.cc (transform_heads): replace
15745         . with - in add.stem.
15746         
15747 2004-12-13  Jan Nieuwenhuizen  <janneke@gnu.org>
15748
15749         * scm/encoding.scm (coding-alist): Fix encodings for fetaNumber
15750         and fetaDynamic.
15751
15752         * lily/rest.cc (glyph_name): Change - to . .
15753
15754         * scm/output-gnome.scm (text): Hello world, again.
15755
15756         * scm/output-svg.scm (named-glyph): New function.  Hello world!
15757
15758         * lily/modified-font-metric.cc (index_to_charcode): New method.
15759
15760         * lily/include/font-metric.hh (index_to_charcode): New function.
15761
15762         * lily/font-metric.cc (ly:font-glyph-name-to-charcode): Use it in
15763         new function.
15764         (ly:font-glyph-to-index): Remove.
15765
15766 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15767
15768         * lily/open-type-font.cc (make_index_to_charcode_map): new method.
15769
15770         * mf/feta-autometric.mf (code): remove tex name from fet_beginchar.
15771
15772         * lily/open-type-font.cc (load_scheme_table): new function
15773
15774         * lily/dots.cc (print): replace - 
15775
15776         * lily/open-type-font.cc (attachment_point): new function.
15777         (load_table): read LILC table
15778
15779         * buildscripts/gen-bigcheese-scripts.py (Module): new
15780         file. Generate FF scripts.
15781
15782         * mf/feta-din10.mf: idem.
15783
15784         * mf/feta-nummer10.mf: remove mf files.
15785
15786         * mf/feta-alphabet.mf (dynamic_design_size): merge din and number font.
15787
15788 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
15789
15790         * lily/lily-guile.cc: Use scm_from_locale_stringn.
15791
15792         * lily/include/guile-compatibility.hh (scm_from_locale_stringn): Add
15793         compatibility.
15794
15795 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15796
15797         * lily/open-type-font.cc (get_indexed_char): scale metrics by
15798         design-size and units_per_EM.
15799
15800         * mf/bigcheese.pe.in: set PUA codepoints before loading din & nummer.
15801
15802 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
15803
15804         * mf/bigcheese.pe.in (i): Map to 0xe000 (PUA) for testing, which
15805         does not crash fontforge.
15806
15807         * scm/lily-library.scm (char->unicode-index): Hack to map onto
15808         PUA.
15809
15810 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15811
15812         * scm/framework-ps.scm (ps-embed-cff): new function.
15813
15814         * lily/lily-guile.cc (LY_DEFINE): make ly:gulp-file binary proof.
15815
15816 2004-12-12  Werner Lemberg  <wl@gnu.org>
15817
15818         * mf/bigcheese.pe.in: Add PUA mapping.
15819         Don't create Type 42 but bare CFF font.
15820
15821 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
15822
15823         * scm/output-gnome.scm (placebox): Hackery to get bigcheese symbols
15824         within canvas boundaries.
15825
15826         * mf/merge.pe.in: Set font names, version, license GPL.
15827
15828         * make/substitute.make: Add FONTFORGE.
15829
15830         * config.make.in (FONTFORGE): Add.
15831
15832         * configure.in (gui_b): Use PATH_PROG for fontforge.
15833
15834 2004-12-11  Graham Percival  <gperlist@shaw.ca>
15835
15836         * scm/define-markup-commands.scm: add baseline-skip to info
15837         about \column.
15838
15839 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
15840
15841         * lily/font-metric.cc (ly:font-get-glyph-index): New function.
15842
15843         * scm/output-gnome.scm (named-glyph): Use it.
15844
15845         * scm/lily.scm (ly:all-stencil-expressions): Add named-glyph.
15846
15847         * flower/string.cc (substitute_char): Rename, rewrite, modify this.
15848         (upper_string, lower_string, reverse_string): Remove.
15849
15850         * configure.in (fontforge): Reinstate version check.
15851
15852         * ly/engraver-init.ly: Fix clef glyph names.
15853
15854         * lily/time-signature.cc (special_time_signature): Fix fraction
15855         glyph names.
15856
15857 2004-12-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15858
15859         * mf/merge.pe: new file.
15860
15861         * lily/freetype.cc: new file.
15862
15863         * lily/include/open-type-font.hh (class Open_type_font): new file.
15864
15865         * lily/include/freetype.hh: new file.
15866
15867         * lily/open-type-font.cc: new file.
15868
15869         * lily/all-font-metrics.cc (find_otf): new function.
15870
15871 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
15872
15873         * lily/time-signature.cc (special_time_signature): Fix.
15874
15875         * configure.in (PKG_CONFIG_PATH): Remove stray `i'.  Check for
15876         GTK2 before checking for pango.  Fixes -fgnome.
15877
15878         * lily/font-metric.cc (LY_DEFINE): Also rename C name to match
15879         Scheme name.
15880
15881         * scm/define-markup-commands.scm:
15882         * scm/safe-lily.scm: Bugfix: ly:font-by-name.
15883
15884         * configure.in: Require makeinfo 4.7 (needed for @ifdocbook).
15885
15886         * stepmake/aclocal.m4 (STEPMAKE_GET_VERSION): Grok fontforge-like
15887         date versions.  Fixes configure.
15888         (STEPMAKE_CHECK_VERSION): Support optional actual program version
15889         argument.
15890
15891 2004-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15892
15893         * buildscripts/mf-to-table.py (write_ps_encoding): write real
15894         names in .enc
15895
15896         * lily/*.cc: use '.' iso. '-' for separating glyph name elements.
15897
15898 2004-12-09  Graham Percival  <gperlist@shaw.ca>
15899
15900         * Documentation/user/changing-defaults.itely: add info about
15901         make-dynamic-script
15902
15903         * Documentation/user/notation.itely: add link in dynamics to
15904         section about make-dynamic-script.
15905
15906 2004-12-09  Christian hitz  <chhitz@gmx.net>
15907
15908         * lily/lily-guile.cc: change MACOS_X to __APPLE__
15909
15910 2004-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15911
15912         * buildscripts/mf-to-table.py (parse_logfile): use . for
15913         concatting name and group.
15914         (parse_logfile): use M for Minus (negative.)
15915
15916         * lily/include/type-swallow-translator.hh
15917         (DECLARE_EVENT_SWALLOWER): ENTER_DESCRIPTION -> ADD_TRANSLATOR
15918
15919         * lily/*.cc: cosmetics around = sign.
15920
15921         * lily/paper-column.cc (Paper_column): copy rank_. This fixes
15922         lyric spacing on the penultimate column.
15923
15924 2004-12-05  Christian Hitz  <chhitz@gmx.net>
15925
15926         * configure.in:
15927         * lily/accidental-placement.cc:
15928         * lily/bar-line.cc:
15929         * lily/beam-concave.cc:
15930         * lily/beam-quanting.cc:
15931         * lily/beam.cc:
15932         * lily/bezier-bow.cc:
15933         * lily/bezier.cc:
15934         * lily/break-align-interface.cc:
15935         * lily/custos.cc:
15936         * lily/dimension-cache.cc:
15937         * lily/dot-column.cc:
15938         * lily/font-metric.cc:
15939         * lily/font-select.cc:
15940         * lily/gourlay-breaking.cc:
15941         * lily/grob-property.cc:
15942         * lily/grob.cc:
15943         * lily/lily-guile.cc:
15944         * lily/line-spanner.cc:
15945         * lily/lookup.cc:
15946         * lily/lyric-extender.cc:
15947         * lily/lyric-hyphen.cc:
15948         * lily/mensural-ligature.cc:
15949         * lily/midi-def.cc:
15950         * lily/misc.cc:
15951         * lily/note-collision.cc:
15952         * lily/note-column.cc:
15953         * lily/note-head.cc:
15954         * lily/paper-outputter.cc:
15955         * lily/percent-repeat-item.cc:
15956         * lily/rest-collision.cc:
15957         * lily/side-position-interface.cc:
15958         * lily/simple-spacer.cc:
15959         * lily/slur-configuration.cc:
15960         * lily/slur-scoring.cc:
15961         * lily/slur.cc:
15962         * lily/spaceable-grob.cc:
15963         * lily/spacing-spanner.cc:
15964         * lily/spanner.cc:
15965         * lily/staff-symbol-referencer.cc:
15966         * lily/stem.cc:
15967         * lily/stencil.cc:
15968         * lily/system-start-delimiter.cc:
15969         * lily/system.cc:
15970         * lily/text-item.cc:
15971         * lily/tie.cc:
15972         * lily/tuplet-bracket.cc:
15973         * lily/vaticana-ligature.cc: Fix for MacOS X: use <math.h> instead of
15974         <cmath> beacause isinf/isnan is undefined in <cmath>
15975
15976 2004-12-03  Mats Bengtsson  <mabe@s3.kth.se>
15977
15978         * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond.
15979
15980 2004-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15981
15982         * VERSION: release 2.5.3
15983         
15984 2004-11-29  Arno Waschk <arno@arnowaschk.de>
15985
15986         * mf/feta-schrift.mf: added <>-like articulation mark as "espressivo"
15987
15988 2004-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15989
15990         * scm/music-functions.scm (cue-substitute): voice counts start at 0.
15991
15992         * lily/note-head.cc (internal_print): always try the "s" head if
15993         u/d not found.
15994
15995         * scm/titling.scm (marked-up-headfoot): reinstate default tagline.
15996
15997 2004-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15998
15999         * mf/parmesan-heads.mf (overdone_heads): typos.
16000
16001 2004-11-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
16002
16003         * lily/parser.yy (markup): in markups, { .. } without command
16004         before are also flattened, ie \line must be explicitely used.
16005
16006         * Documentation/user/changing-defaults.itely:
16007         * Documentation/user/notation.itely: 
16008         * input/wilhelmus.ly: 
16009         * input/regression/instrument-name-markup.ly: 
16010         * input/regression/markup-score.ly: 
16011         * input/regression/new-markup-scheme.ly: 
16012         * input/regression/new-markup-syntax.ly: 
16013         * input/test/coriolan-margin.ly: use \line in markups where
16014         appropriate
16015         
16016 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
16017
16018         * scm/new-markup.scm (map-markup-command-list): helper function
16019         used in parser.yy to map markup commands on a markup list.
16020
16021         * lily/parser.yy: get rid off < > in markups by treating { } as
16022         real lists.
16023
16024         * lily/lexer.ll: remove < > from markup lexer mode.
16025
16026         * scripts/convert-ly.py (conv): add rule for converting 
16027         \markup < > to \markup { }
16028
16029         * ly/titling-init.ly: 
16030         * input/test/coriolan-margin.ly: 
16031         * input/regression/new-markup-syntax.ly: 
16032         * input/regression/new-markup-scheme.ly: 
16033         * input/regression/multi-measure-rest-text.ly: 
16034         * input/regression/markup-stack.ly: 
16035         * input/regression/markup-score.ly: 
16036         * input/regression/instrument-name-markup.ly: 
16037         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: 
16038         * input/mutopia/R.Schumann/romanze-op28-2.ly: 
16039         * input/mutopia/J.S.Bach/wtk1-fugue2.ly: 
16040         * input/wilhelmus.ly: 
16041         * Documentation/user/notation.itely: 
16042         * Documentation/user/music-glossary.tely: 
16043         * Documentation/user/changing-defaults.itely: change < > to { } in
16044         markups
16045
16046 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16047
16048         * lily/accidental-placement.cc (position_accidentals): shortcut if
16049         no accidentals to place.
16050
16051 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
16052
16053         * scm/define-grob-properties.scm (all-user-grob-properties): fixed
16054         typo s/ly:dimension ?/ly:dimension?/
16055
16056         * input/regression/lily-in-scheme.ly: 
16057         * input/regression/music-function.ly: 
16058         * ly/spanners-init.ly (assertBeamSlope): 
16059         * scm/music-functions.scm (def-grace-function): add the paper
16060         argument to music function definitions.
16061
16062 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16063
16064         * lily/moment.cc (LY_DEFINE):
16065         ly:moment-main-{denominator,numberator}, new function.
16066
16067         * lily/score-engraver.cc (typeset_all): assign to column on basis
16068         of axis-group-parent-X setting.
16069
16070         * lily/axis-group-engraver.cc (process_acknowledged_grobs): do
16071         add_element() on basis of axis-group-parent-Y setting.
16072
16073         * lily/grob.cc: add axis-group-parent-{XY} properties.
16074
16075         * input/regression/spacing-stick-out.ly: new file.
16076
16077         * lily/simple-spacer.cc (add_columns): use binary search for
16078         setting column rods. Changes O(n^2) to O(n log(n)) for
16079         constructing spacing problem from columns.
16080         (add_columns): read allow-outside-line to make sure no texts stick
16081         out.
16082         (solve): Simple_spacer::is_active() only determines
16083         satisfies_constraints_ for non-ragged typesetting.
16084
16085         * lily/simultaneous-music.cc (to_relative_octave): only set
16086         old_relative_used if return pitch actually changed.
16087
16088         * scm/define-context-properties.scm
16089         (all-user-translation-properties): change to match implementation.
16090
16091         * python/lilylib.py: Replace re.match by re.search and adds "-c
16092         showpage" to the gs command line (Johannes Schindelin)
16093
16094         * scm/framework-ps.scm (output-preview-framework): sanitize bbox
16095         before processing. Prevents crash when inf is in the extent.
16096
16097         * scm/define-markup-commands.scm (note-by-number): add "s" to
16098         "noteheads-" glyphname.
16099  
16100         * lily/parser.yy (Generic_prefix_music): supply parser argument to
16101         music function as well.
16102         
16103 2004-11-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16104
16105         * VERSION: release 2.5.2
16106
16107         * Documentation/user/changing-defaults.itely (Creating titles):
16108         add breakbefore variable.
16109
16110         * lily/paper-book.cc (set_system_penalty): new function. Set
16111         penalty_ based on breakBefore setting
16112
16113         * lily/context-specced-music-iterator.cc (construct_children):
16114         interpret special context id $uniqueContextId 
16115
16116         * lily/context.cc (create_unique_context): new method. Move
16117         creation of unique (\new) contexts into interpreting phase. This
16118         makes
16119
16120           foo= \new Staff ..
16121           << \foo \foo >>
16122
16123         produce 2 staves.
16124         
16125
16126         * scm/define-music-properties.scm (all-music-properties): add
16127         quoted-voice-direction
16128
16129         * ly/music-functions-init.ly: killCues function.
16130
16131         * scm/music-functions.scm (cue-substitute): move creation of voice
16132         contexts further to the back. 
16133
16134 2004-11-25  Werner Lemberg  <wl@gnu.org>
16135
16136         * tex/GNUmakefile ($(outdir)/latin1.enc): Replace `/minus' with
16137         `/hyphen' in encoding vector to get correct glyph name for EC fonts.
16138
16139 2004-11-24  Erik Sandberg  <ersa9195@student.uu.se>
16140
16141         * buildscripts/guile-gnome.sh: Fixed typo.
16142
16143 2004-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16144
16145         * lily/lexer.ll: add < >  to markup lexer mode (backportme)
16146
16147         * scripts/abc2ly.py (dump_slyrics): add ord(). 
16148
16149         * lily/note-heads-engraver.cc (process_music): add shapeNoteStyles
16150         to regular engraver. 
16151
16152 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16153
16154         * mf/feta-bolletjes.mf (triangle): rewrite solfa heads.
16155
16156 2004-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
16157
16158         * scm/define-markup-commands.scm (fill-line): Typo.
16159
16160         * buildscripts/guile-gnome.sh (GGVERSION): Build update for 2.7.96
16161         and newer.
16162
16163 2004-11-22  Erik Sandberg  <ersa9195@student.uu.se>
16164
16165         * ly/dynamic-scripts-init.ly: Fixed typo.
16166
16167 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16168
16169         * mf/feta-bolletjes.mf (overdone_heads): cleanup triangle
16170         note-head, to have different attachment points for up and down.
16171
16172         * mf/feta-bolletjes.mf: merge solfa heads into main note heads.
16173
16174         * mf/feta-generic.mf (else): remove solfa.
16175
16176         * mf/feta-bolletjes.mf (tishape): remove unicode test.
16177
16178         * scm/define-context-properties.scm
16179         (all-user-translation-properties): add shapeNoteStyles property.
16180
16181         * lily/shape-note-heads-engraver.cc (process_music): new file.
16182
16183         * lily/event.cc (transpose): call Event::transpose() for
16184         transposing the tonic.
16185
16186 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
16187
16188         * scm/output-gnome.scm: Save some pointers about pango/fontconfig
16189         Unicode/OpenType and AFM.
16190
16191         * lily/include/guile-compatibility.hh (scm_from_bool): Add.
16192
16193 2004-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16194
16195         * lily/grob.cc (Grob): idem. Plugs mem leaks. 
16196
16197         * lily/context.cc (Context): unprotect key from ctor.
16198
16199         * scm/stencil.scm (stack-lines): return empty-stencil if argument
16200         is '()
16201         (stack-stencils): idem.
16202
16203         * Documentation/user/changing-defaults.itely (Creating titles):
16204         document new title layout options.
16205
16206         * lily/parser.yy (lilypond_header_body): copy previous
16207         $globalheader if present.
16208
16209         * lily/ly-module.cc (LY_DEFINE): rename ly:import-module to
16210         ly:module-copy
16211         
16212         * scm/page-layout.scm (marked-up-headfoot): remove old functions.
16213
16214         * scm/titling.scm: remove old titling functions
16215
16216         * lily/stencil.cc (translate): remove absolute dimension.
16217
16218         * ly/titling-init.ly (oddFooterMarkup): new file. Generate titles
16219         via markup.
16220
16221         * scm/page-layout.scm (marked-up-headfoot): create header/footer
16222         field from user-supplied markup
16223
16224         * scm/define-markup-commands.scm (on-the-fly): new markup
16225         command. Enter SCM markup procedure directly in Scheme.
16226         (fromproperty): new markup command. Read markup from props argument.
16227
16228         * scm/titling.scm (marked-up-title): create title via
16229         user-specified markup. 
16230
16231         * scm/define-markup-commands.scm (column): remove empty stencils
16232         from column.
16233
16234         * lily/ly-module.cc (LY_DEFINE): use ly_module_lookup(). This does
16235         not have side-effect of creating variable stub.
16236
16237         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-empty?
16238
16239 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
16240
16241         * scm/encoding.scm (coding-alist): 
16242         * scm/font.scm (add-ec-fonts):
16243         * ly/paper-defaults.ly: Use actual name for EC fontencoding:
16244         Extended-TeX-Font-Encoding---Latin.
16245
16246         * lily/side-position-interface.cc (general_side_position): Add
16247         actual offset to error message (avoid constant error messages).
16248
16249         * lily/all-font-metrics.cc (find_font): Add "lm" to try-AFM-first
16250         block.
16251
16252         * lily/font-select.cc (select_encoded_font)
16253         (get_font_by_mag_step, get_font_by_design_size): 
16254         * lily/modified-font-metric.cc (Modified_font_metric): 
16255         * lily/paper-def.cc (find_scaled_font): Add font_encoding parameter.
16256
16257         * scm/encoding.scm (coding-alist): Add fetaDynamic.
16258         (read-encoding-file): Bugfix: do not require space after bracket.
16259
16260         * scm/font.scm (add-cork-lm-fonts): Remove lmbxi8 and lmbxi14,
16261         these do not exist.
16262
16263 2004-11-20  Graham Percival  <gperlist@shaw.ca>
16264
16265         * Documentation/user/notation.itely: added info about typesetting
16266         boxed bar numbers.
16267
16268 2004-11-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16269
16270         * flower/interval.cc (T_to_string): gcc4 fixes.
16271
16272         * scm/define-markup-commands.scm (fill-line): use
16273         stack-stencils. This fixes problems with putting already centered
16274         stencils in a line.
16275
16276         * VERSION: release 2.5.1
16277
16278         * lily/bar-line.cc (get_staff_bar_size): add line thickness.
16279
16280 2004-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16281
16282         * input/example-[1-3].ly: simplify.
16283
16284         * lily/cluster-engraver.cc (try_music): react to busy-playing-event
16285
16286         * scm/output-ps.scm (new-text): new function. Use glyphshow to
16287         show glyphs.
16288
16289         * scm/encoding.scm (decode-byte-string): new function.
16290
16291         * scripts/convert-ly.py (conv): add warning about
16292         set-global-staff-size.
16293
16294         * Doxyfile: add. 
16295
16296         * scripts/convert-ly.py (conv): add raggedlastbottom rule
16297         (conv): warn for TextSpanner split.
16298         (conv): warn for textheight.
16299
16300 2004-11-19  Jan Nieuwenhuizen  <janneke@gnu.org>
16301
16302         * GNUmakefile.in (install-WWW): Invoke install-info, so that when
16303         building the documentation, info with images are installed.
16304         (final-install): Fix description.  Mention sourcing of login
16305         scripts (instead of running).
16306
16307 2004-11-18  Jan Nieuwenhuizen  <janneke@gnu.org>
16308
16309         * Debian lmodern support.  Note that LilyPond will issue warnings
16310         
16311             no such encoding: "FontSpecific"
16312
16313           The font selection mechanism wants to get the encoding from the
16314           font itself, but the idea of lmodern is that it is usable with
16315           different encodings, ie, Lily should get the encoding from the
16316           font tree, rather than the font itself.  This would require some
16317           more work.
16318         
16319         * configure.in: Test for and accept lmodern if EC fonts not found.
16320
16321         * scm/framework-tex.scm (font-load-command): TeX font name
16322         mangling for latin1 encoded cork-lm fonts.
16323         (convert-to-ps): Load lm.map if available.
16324
16325         * ly/paper-defaults.ly: Use cork-lm encoding if ec is not
16326         available.
16327
16328         * scm/encoding.scm (coding-alist): Add cork-lm encoding.
16329
16330         * scm/font.scm: Add header.  Autoload cork-lm and ec fonts if
16331         available.
16332
16333         * lily/kpath.cc (ly_kpathsea_find_file): Rename.  Do not use
16334         path for absolute file name, that is silly.
16335
16336         * lily/score-engraver.cc (initialize): 
16337
16338         * Documentation/user/GNUmakefile (local-install-info): Invoke
16339         install-info --remove first.
16340
16341         * #include cleanup (Andreas Scherer).
16342
16343 2004-11-18  Heikki Junes  <hjunes@cc.hut.fi>
16344
16345         * input/test/script-abbreviations.ly: fix typos.
16346
16347 2004-11-17  Werner Lemberg  <wl@gnu.org>
16348
16349         * python/lilylib.py (options_help_str): Support pretty-printing of
16350         newlines in fourth element of option description.
16351
16352         * scripts/lilypond-book.py (option_definitions): Use new lilylib
16353         feature.
16354         Sort options.
16355
16356         * Documentation/user/lilypond-book.itely: Finish update.
16357
16358 2004-11-17  Jan Nieuwenhuizen  <janneke@gnu.org>
16359
16360         * Documentation/user/macros.itexi: Add comment about \command.
16361
16362         * Documentation/user/lilypond.tely:
16363         * Documentation/user/lilypond-book.itely: Fix names of lilypond
16364         and lilypond-book nodes, so that `info lilypond' visits the manual
16365         at top level, and `info lilypond-book' visits the lilypond-book
16366         section.
16367
16368         * Documentation/user/GNUmakefile (local-install-info): Fix rules
16369         and packager messages.
16370
16371         * lily/pangofc-afm-decoder.cc: Update test.
16372
16373 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
16374
16375         * scm/lily-library.scm (char->unicode-index): New function.
16376
16377         * scm/output-gnome.scm: 
16378         * scm/output-svg.scm: Cleanup.  Map custom fonts to PUA.
16379
16380         * Proper naming of file name throughout; s/filename/file[-_]name/.
16381
16382         * lily/modified-font-metric.cc ("ly:font-encoding"): New function.
16383
16384         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Map onto PUA.
16385
16386 2004-11-16  Werner Lemberg  <wl@gnu.org>
16387
16388         * scripts/lilypond-book.py: The Lord has commanded me to use only
16389         tabs for indentation.  Your humble servant obeys.
16390
16391 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
16392
16393         * scm/output-svg.scm: Font fixes.  Sodipodi now groks svg
16394         including font, if LilyPond-feta font is only feta font in path.
16395
16396         * scm/output-gnome.scm (text): Revert to file name of font if font
16397         has no name.  Fixes ec font selection.
16398         (char): Bugfix: do not utf8 twice.  Fixes clefs.
16399
16400         * scm/framework-svg.scm:
16401         * scm/output-svg.scm: New file.  TODO: figure out how to
16402         do character by index in font.
16403
16404         * scm/output-sodipodi.scm: Remove.
16405
16406         * scm/output-ps.scm (stem): Remove.
16407
16408 2004-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
16409
16410         * scm/output-gnome.scm (beam): New function.
16411         (slur): Round corners.
16412         (round-filled-box): Round corners.
16413
16414 2004-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16415
16416         * scm/output-gnome.scm (beam): add function.
16417         (draw-line): new routine.
16418         (dashed-line): stub; call draw-line
16419         (polygon): new routine.
16420
16421 2004-11-15  Werner Lemberg  <wl@gnu.org>
16422
16423         * Documentation/user/lilypond-book.itely: Revise section on
16424         lilypond-book options.
16425         Other minor fixes.
16426
16427         * scripts/lilypond-book.py: Change indentation to 4.
16428         Minor formatting.
16429
16430 2004-11-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16431
16432         * lily/system.cc (apply_tweaks): new function. Run tweaks on all
16433         grobs that have tweaks specced.
16434         
16435 2004-11-14  Heikki Junes  <hjunes@cc.hut.fi>
16436
16437         * Documentation/user/sound-output.itexi: add code snippets for MIDI.
16438
16439 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
16440
16441         * lily/font-metric.cc (get_indexed_char_stencil): Bugfix: get
16442         actual char #, not 0 based index.
16443
16444         * lily/system-start-delimiter.cc (staff_brace): Start at 65.
16445
16446         * mf/feta-beugel.mf: Actually start at char #65.  Add header.
16447         Warning: do make -C mf clean.
16448
16449         * lily/context-property.cc: Compile fix.
16450
16451         * scm/output-gnome.scm: Add ec-fonts-mftraced to ~/.fonts.conf.
16452         Grok ec-fonts, braces and dynamics.
16453
16454         * scm/framework-gnome.scm (gnome-main): Register braces with pango.
16455
16456 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16457
16458         * lily/include/tweak-registration.hh: new file.
16459
16460         * lily/tweak-registration.cc: new file.
16461
16462         * scm/framework-gnome.scm (save-tweaks): use new key mechanism for
16463         saving tweaks.
16464
16465         * scm/output-gnome.scm (text): comment dribble.
16466
16467 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
16468
16469         * lily/pangofc-afm-decoder.cc (main): Test more feta fonts.
16470
16471         * scm/output-gnome.scm (bezier-sandwich): New function.  Reset
16472         path-def before using.  Fixes muchtomany slurs in wrong places
16473         bug.
16474
16475 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16476
16477         * lily/grob-scheme.cc (LY_DEFINE): add new function ly:grob-key.
16478
16479         * lily/include/object-key-undumper.hh (Module): new file.
16480
16481         * lily/object-key-undumper.cc (Module): New file. Deserialize
16482         keys. SCM bindings
16483
16484         * lily/object-key-dumper.cc (Object_key_dumper): idem.
16485         Provide SCM bindings.
16486
16487         * lily/include/object-key-dumper.hh (class Object_key_dumper): 
16488         new file. Serialize object keys.
16489         
16490         * lily/object-key.cc (dump): new function.
16491         (as_scheme): new virtual function
16492         (undump): new function
16493         (undumpers): new table.
16494
16495         * lily/include/global-context.hh (Context): take \score key upon init.
16496
16497         * lily/object-key-dumper.cc (serialize_key): new file.
16498
16499         * lily/include/object-key-dumper.hh (class Object_key_dumper): new file.
16500
16501         * lily/lily-lexer.cc: remove \quote.
16502
16503         * lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
16504
16505         * lily/context.cc (Context): take key argument in ctor.
16506         (create_context): new function
16507
16508         * lily/grob.cc (Grob): take key argument in ctor.  
16509
16510         * lily/lilypond-key.cc (do_compare): new file.
16511
16512         * lily/object-key.cc (Object_key): new file.
16513
16514         * lily/include/object-key.hh (class Object_key): new file.
16515
16516         * lily/include/lilypond-key.hh (class Lilypond_context_key): new file.
16517
16518 2004-11-13  Graham Percival  <gperlist@shaw.ca>
16519
16520         * Documentation/user/lilypond-book.itely: add small warning about
16521         noindent default in lilypond-book.
16522
16523         * Documentation/user/converters.itely: add examples for convert-ly.
16524
16525         * Documentation/user/examples.itely: change version string in templates
16526         to 2.4.0.
16527
16528 2004-11-12  Karl Hammar  <karl@aspodata.se>
16529
16530         * GNUmakefile.in (local-WWW-post): `find ...` overflows the
16531         cmdline, use xargs instead (backportme)
16532
16533 2004-11-10  Andreas Scherer  <andreas_mutopia@freenet.de>
16534         
16535         * Documentation/user/: Numerous fixes in the user manual.
16536
16537 2004-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16538
16539         * lily/parser.yy (re_rhythmed_music): search music expression for
16540         context-id, surround by \new Voice if not found. Fixes:
16541         addlyrics-second-staff.ly
16542
16543         * VERSION: 2.5.0 released.
16544         
16545 2004-11-12  Jan Nieuwenhuizen  <janneke@gnu.org>
16546
16547         * Documentation/index.html.in: Fix url to one big page.  (backportme)
16548
16549         * Documentation/user/GNUmakefile: Separate rules for split and
16550         unsplit html documents.  Remove perl massaging.  (backportme)
16551
16552 2004-11-11  Graham Percival  <gperlist@shaw.ca>
16553
16554         * Documentation/user/lilypond-book.itely: add short warning about
16555         \lilypond{} in LaTeX docs.
16556
16557 2004-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
16558
16559         * stepmake/aclocal.m4: Barf if kpathsea/kpathsea.h is not
16560         found.  (backportme)
16561
16562         * Documentation/topdocs/INSTALL.texi (ec-fonts-mtraced): Add
16563         version requirement.  (backportme)
16564
16565         * configure.in: Be explicit about old versions of
16566         ec-fonts-mtraced.  (backportme)
16567
16568         * lily/context-selector.cc (set_tweaks): New function.
16569         * lily/grob-selector.cc (set_tweaks): (Re)set hash table.  Fixes
16570         web with -DTWEAK.
16571
16572         * Documentation/user/introduction.itely (Automated engraving):
16573         Remove fragment option.  Fixes web.
16574
16575         * lily/context-property.cc (make_item_from_properties):
16576         * lily/context.cc (add_context)[TWEAK]: Tweak registration behind
16577         #ifdef.
16578
16579         * scm/define-context-properties.scm
16580         (all-internal-translation-properties): Add tweakRank and tweakCount.
16581
16582         * lily/grob.cc: 
16583         * scm/define-grob-properties.scm (all-internal-grob-properties):
16584         Add tweak-rank and tweak-count.
16585
16586 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
16587
16588         * scm/output-gnome.scm (string->utf8-string, char->utf8-string):
16589         New function.
16590         (text): Use them.
16591
16592         * scm/framework-gnome.scm (item-event): Add support from TLA.  Support
16593         animated/opaque grob dragging tweaks.
16594
16595         * buildscripts/guile-gnome.sh: Update.
16596
16597 2004-11-10  Mats Bengtsson  <mabe@s3.kth.se>
16598
16599         * scm/define-grobs.scm (all-grob-descriptions): Added
16600         line-interface to the LigatureBracket object.
16601
16602 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
16603
16604         * scm/framework-gnome.scm (item-event): Support non-animated mouse
16605         dragging tweaks.
16606
16607         * lily/lily-guile.cc (ly_to_string, ly_to_symbol): New function.
16608
16609         * lily/context-selector.cc (store_context): New function.
16610
16611         * lily/grob-selector.cc (register_grob)[TWEAK]: Apply tweak.
16612         (store_grob): New function.
16613         (identify_grob): Add Moment parameter.
16614
16615         * lily/lily-parser.cc (parse_file)[TWEAK]: Read .ly.t file if it
16616         exists.
16617
16618         * scm/framework-gnome.scm (save-tweaks): Write as alist.
16619
16620 2004-11-09  Jan Nieuwenhuizen  <janneke@gnu.org>
16621
16622         * scm/framework-gnome.scm (item-event): Print grob id.
16623         (save-tweaks): New function.
16624         (tweak): New funtion.
16625         (item-event): Use it, bound to arrow keys.
16626
16627         * lily/context-property.cc (make_item_from_properties): Register grob.
16628         * lily/context.cc (add_context): Register context.
16629
16630         * lily/include/context-selector.hh:
16631         * lily/include/grob-selector.hh:
16632         * lily/context-selector.cc:
16633         * lily/grob-selector.cc: New file.
16634
16635 2004-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16636
16637         * lily/slur.cc: add 'positions to interface
16638
16639         * lily/main.cc: reinstate PS as standard output format. 
16640
16641         * scm/framework-tex.scm (output-preview-framework): print systems
16642         up to first non title system.
16643
16644         * lily/grace-engraver.cc (start_translation_timestep): split
16645         scm_cadddr
16646         
16647 2004-11-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16648
16649         * lily/quote-iterator.cc (Module): remove old quote-iterator
16650
16651         * scm/define-music-types.scm (music-descriptions): move
16652         NewQuoteMusic over QuoteMusic
16653
16654         * Documentation/user/notation.itely (Formatting cue notes): use
16655         \cueDuring.
16656
16657         * lily/new-quote-iterator.cc (quote_ok): new function.
16658
16659         * input/regression/quote-cue-during.ly: new file.
16660
16661         * input/regression/quote-grace.ly: new file.
16662
16663         * scm/define-context-properties.scm (Module): change definition of
16664         graceSettings
16665
16666         * lily/context-property.cc (Module): rename from
16667         translator-property.cc
16668
16669         * lily/context.cc (context_name_symbol): new function
16670
16671         * lily/grace-engraver.cc: new file. Set properties for grobs based
16672         on the grace-ness of now_moment().
16673
16674         * scm/music-functions.scm (add-grace-property): use list
16675         iso. vector for graceSettings
16676         remove set-{start,stop}-grace-properties. 
16677
16678         * lily/new-quote-iterator.cc (construct_children): set
16679         quote_outlet_ if no quoted-context-{id,type} specified.
16680
16681         * scripts/convert-ly.py (conv): \quote -> \quoteDuring.
16682
16683         * lily/parser.yy (command_element): remove \quote.
16684
16685         * ly/music-functions-init.ly (location): add quoteDuring music
16686         function. 
16687
16688         * lily/lexer.ll: allow \encoding in lyrics as well.  Remove
16689         optional semicolon. (backportme)
16690
16691 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
16692
16693         * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no
16694         need to link to GUILE et al.
16695
16696 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16697
16698         * scm/define-music-properties.scm (all-music-properties): add
16699         quoted-context-type, quoted-context-id.
16700
16701         * scm/lily.scm (type-check-list): new function.
16702         
16703         * scm/lily-library.scm: new file. Generic library routines.
16704
16705         * lily/parser.yy (Generic_prefix_music): move typechecking out of
16706         parser.
16707
16708         * ly/music-functions-init.ly: add quoteDuring function.
16709
16710         * lily/include/music-iterator.hh (class Music_iterator): rename
16711         set_translator -> set_context
16712
16713         * lily/parser.yy (Generic_prefix_music_scm): add
16714         MUSIC_FUNCTION_SCM_SCM_MUSIC
16715
16716         * scm/lily.scm (sanitize-command-option): new function. (backportme)
16717
16718         * scm/framework-tex.scm (header): sanitize TeX paper size.
16719         (backportme)
16720
16721 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
16722
16723         * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard.
16724
16725         * tex/lilyponddefs.tex: If no inputencoding use latin1.  (backportme)
16726
16727         * scm/framework-tex.scm (font-load-command): Use T1 if no
16728         font-encoding set.  (backportme)
16729
16730         * scm/lily.scm (postscript->pdf): Remove .pdf file if it
16731         exists before converting.  (backportme)
16732
16733         * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it
16734         exists before converting.  (backportme)
16735         (convert-to-ps): Remove .ps file if it exists before
16736         converting.  (backportme)
16737
16738         * lily/lexer.ll: Remove extra progress newline, use present tense.
16739
16740         * scm/paper.scm (paper-alist): public.
16741         * scm/framework-tex.scm (convert-to-ps):
16742         * scm/lily.scm (postscript->pdf): Do not leak papersizename into
16743         command line.
16744
16745 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16746
16747         * scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme)
16748
16749         * lily/recording-group-engraver.cc (derived_mark): mark
16750         now_events_. (backportme)
16751
16752 2004-11-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16753
16754         * mf/GNUmakefile: use Fedora-3 in download link. (backportme.)
16755
16756         * scm/framework-tex.scm (convert-to-dvi): use ly:system for
16757         invoking latex. (backportme.)
16758
16759         * lily/stem.cc (off_callback): center stems for all rest stems.
16760
16761 2004-11-05  Werner Lemberg  <wl@gnu.org>
16762
16763         * Documentation/user/lilypond.tely: Add more guidelines for writing
16764         lilypond texinfo documents.
16765
16766 2004-11-05  Heikki Junes  <hjunes@cc.hut.fi>
16767
16768         * Documentation/index.html.in: remove <hr>.
16769
16770         * THANKS: change 2.3 to 2.4.
16771
16772 2004-11-05  Jan Nieuwenhuizen  <jannneke@gnu.org>
16773
16774         * scm/output-gnome.scm: More fontconfig comment.
16775
16776 2004-11-05  Pedro Kroger  <kroeger@pedrokroeger.net>
16777
16778         * GNUmakefile.in ($(builddir)/share/lilypond-force): create the
16779         <package> directory in $(builddir)/share according with
16780         PACKAGE_NAME defined in the VERSION file.
16781
16782 2004-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16783
16784         * lily/beam.cc (rest_collision_callback): use local beam
16785         multiplicity.
16786
16787         * input/regression/stem-stemlet.ly: new file.
16788
16789         * lily/stem.cc (add_head): store rests as well.
16790
16791         * scm/define-grob-properties.scm (all-user-grob-properties): add
16792         stemlet-length
16793
16794         * lily/stem.cc: store rests as well.
16795         
16796         * input/regression/new-slur.ly: mention forcing.
16797
16798 2004-11-04  Werner Lemberg  <wl@gnu.org>
16799
16800         * Documentation/user/*: A new round of layout fixes and document
16801         structure cleanup.
16802
16803 2004-11-04  Heikki Junes <hjunes@cc.hut.fi>
16804
16805         * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x.
16806
16807 2004-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
16808
16809         * Documentation/topdocs/INSTALL.texi (Top): Remove geometry.
16810
16811 2004-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
16812
16813         * Documentation/topdocs/INSTALL.texi (Top): Fix geometry url (dax).
16814
16815         * lily/lily-parser.cc (LY_DEFINE): Remove "Now " from message.
16816
16817         * lily/main.cc (main): Invoke identify.
16818
16819         * scm/lily.scm (postscript->pdf): Remove progress newline.
16820         Write progress to stderr.
16821
16822         * lily/paper-book.cc (output): Remove progress newline.
16823
16824         * scm/framework-tex.scm (convert-to-dvi, convert-to-ps): Call
16825         gettext on user messages, and remove whitespace.
16826
16827         * lily/paper-outputter.cc (get_paper_outputter): Add progress newline.
16828
16829         * scripts/lilypond-latex.py (program_name): Bugfix: use only basename of
16830         argv[0] (Thomas Scharkowski).
16831
16832         * configure.in: Bugfix: add REQUIRED parameter to STEPMAKE_TEXMF
16833         call (carlyannehorse).  Also check for mf and mf-nowin.  Add check
16834         for ec-fonts-mtraced.
16835
16836         * GNUmakefile.in (builddir-exec): Add symlink tex/out.  Fixes
16837         --srcdir build (Bertalan).
16838
16839         * stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile
16840         headers and library too (Laura Conrad).
16841
16842         * Documentation/topdocs/INSTALL.texi (Top): Mention development
16843         package for guile too (Laura Conrad).
16844
16845         * lily/main.cc (usage): Typo.
16846
16847 2004-11-02  Werner Lemberg  <wl@gnu.org>
16848
16849         * Documentation/user/notation.ly: More fixes to improve appearance.
16850
16851         * tex/texinfo.tex: Updated from texinfo CVS -- this version provides
16852         better output for multicolumn tables.
16853
16854 2004-11-01  Mats Bengtsson  <mabe@s3.kth.se>
16855
16856         * lily/main.cc (dir_info): Fixed typo in the printouts.
16857
16858 2004-11-01  Werner Lemberg  <wl@gnu.org>
16859
16860         * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
16861         of output.
16862         Set `per_line' to 2; replace hard-coded value with it.
16863
16864         * Documentation/user/*: Many fixes to improve appearance of
16865         printed manual.
16866
16867 2004-11-01  Werner Lemberg  <wl@gnu.org>
16868
16869         * Documentation/user/changing-defaults.itely,
16870         Documentation/user/notation.ly,
16871         Documentation/user/programming-interface.itely: Use @/.
16872         Fix formatting of some lilypond snippets and tables.
16873
16874         * scripts/lilypond-book.py (compose_ly): Provide useful default
16875         for LINEWIDTH in `override'.
16876
16877 2004-10-31  Graham Percival  <gperlist@shaw.ca>
16878
16879         * Documentation/user/invoking.itely: change "3.0" -> "2.4"
16880
16881 2004-10-31  Werner Lemberg  <wl@gnu.org>
16882
16883         Resetting @exampleindent to `5' gives ugly results with texinfo's
16884         DVI output.  Use `@format @exampleindent 0 ... @end format' instead
16885         (if not quoting) to change @exampleindent only locally.
16886
16887         * scripts/lilypond-book.py (NOQUOTE): New variable.
16888         (output) [LATEX]: Remove AFTER and BEFORE.
16889         [TEXINFO]: Remove AFTER and BEFORE.
16890         Fix QUOTE and VERBATIM pattern.
16891         Add NOQUOTE pattern.
16892         (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
16893         and BEFORE.
16894         [output_texinfo]: Use NOQUOTE.
16895
16896 2004-10-31  Graham Percival  <gperlist@shaw.ca>
16897
16898         * Documentation/user/changing-defaults.itely: clarify paper
16899         size commands with correct info.
16900
16901         * Documentation/user/lilypond-book.itely: add more docs for
16902         filename extensions.
16903
16904 2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16905
16906         * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
16907         (PATCH_LEVEL): start 2.5.0.
16908
16909 #Local variables:
16910 #coding: utf-8
16911 #End:
16912